@charset "UTF-8";
/*!
 Theme Name:   Clearful Child
 Theme URI:    http://madeclearful.com
 Description:  Clearful Child Theme
 Author:       Clearful Creative
 Author URI:   http://madeclearful.com
 Template:     clearful
 Version:      0.1
 Text Domain:  clearful-child
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Theme-Specific Styles

/*--------------------------------------------------------------
# Theme-Specific Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Foundation
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Framework
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Foundation
--------------------------------------------------------------*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
 */
/* 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; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  width: 4.16667%; }

.small-push-1 {
  position: relative;
  left: 4.16667%; }

.small-pull-1 {
  position: relative;
  left: -4.16667%; }

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

.small-2 {
  width: 8.33333%; }

.small-push-2 {
  position: relative;
  left: 8.33333%; }

.small-pull-2 {
  position: relative;
  left: -8.33333%; }

.small-offset-1 {
  margin-left: 4.16667%; }

.small-3 {
  width: 12.5%; }

.small-push-3 {
  position: relative;
  left: 12.5%; }

.small-pull-3 {
  position: relative;
  left: -12.5%; }

.small-offset-2 {
  margin-left: 8.33333%; }

.small-4 {
  width: 16.66667%; }

.small-push-4 {
  position: relative;
  left: 16.66667%; }

.small-pull-4 {
  position: relative;
  left: -16.66667%; }

.small-offset-3 {
  margin-left: 12.5%; }

.small-5 {
  width: 20.83333%; }

.small-push-5 {
  position: relative;
  left: 20.83333%; }

.small-pull-5 {
  position: relative;
  left: -20.83333%; }

.small-offset-4 {
  margin-left: 16.66667%; }

.small-6 {
  width: 25%; }

.small-push-6 {
  position: relative;
  left: 25%; }

.small-pull-6 {
  position: relative;
  left: -25%; }

.small-offset-5 {
  margin-left: 20.83333%; }

.small-7 {
  width: 29.16667%; }

.small-push-7 {
  position: relative;
  left: 29.16667%; }

.small-pull-7 {
  position: relative;
  left: -29.16667%; }

.small-offset-6 {
  margin-left: 25%; }

.small-8 {
  width: 33.33333%; }

.small-push-8 {
  position: relative;
  left: 33.33333%; }

.small-pull-8 {
  position: relative;
  left: -33.33333%; }

.small-offset-7 {
  margin-left: 29.16667%; }

.small-9 {
  width: 37.5%; }

.small-push-9 {
  position: relative;
  left: 37.5%; }

.small-pull-9 {
  position: relative;
  left: -37.5%; }

.small-offset-8 {
  margin-left: 33.33333%; }

.small-10 {
  width: 41.66667%; }

.small-push-10 {
  position: relative;
  left: 41.66667%; }

.small-pull-10 {
  position: relative;
  left: -41.66667%; }

.small-offset-9 {
  margin-left: 37.5%; }

.small-11 {
  width: 45.83333%; }

.small-push-11 {
  position: relative;
  left: 45.83333%; }

.small-pull-11 {
  position: relative;
  left: -45.83333%; }

.small-offset-10 {
  margin-left: 41.66667%; }

.small-12 {
  width: 50%; }

.small-push-12 {
  position: relative;
  left: 50%; }

.small-pull-12 {
  position: relative;
  left: -50%; }

.small-offset-11 {
  margin-left: 45.83333%; }

.small-13 {
  width: 54.16667%; }

.small-push-13 {
  position: relative;
  left: 54.16667%; }

.small-pull-13 {
  position: relative;
  left: -54.16667%; }

.small-offset-12 {
  margin-left: 50%; }

.small-14 {
  width: 58.33333%; }

.small-push-14 {
  position: relative;
  left: 58.33333%; }

.small-pull-14 {
  position: relative;
  left: -58.33333%; }

.small-offset-13 {
  margin-left: 54.16667%; }

.small-15 {
  width: 62.5%; }

.small-push-15 {
  position: relative;
  left: 62.5%; }

.small-pull-15 {
  position: relative;
  left: -62.5%; }

.small-offset-14 {
  margin-left: 58.33333%; }

.small-16 {
  width: 66.66667%; }

.small-push-16 {
  position: relative;
  left: 66.66667%; }

.small-pull-16 {
  position: relative;
  left: -66.66667%; }

.small-offset-15 {
  margin-left: 62.5%; }

.small-17 {
  width: 70.83333%; }

.small-push-17 {
  position: relative;
  left: 70.83333%; }

.small-pull-17 {
  position: relative;
  left: -70.83333%; }

.small-offset-16 {
  margin-left: 66.66667%; }

.small-18 {
  width: 75%; }

.small-push-18 {
  position: relative;
  left: 75%; }

.small-pull-18 {
  position: relative;
  left: -75%; }

.small-offset-17 {
  margin-left: 70.83333%; }

.small-19 {
  width: 79.16667%; }

.small-push-19 {
  position: relative;
  left: 79.16667%; }

.small-pull-19 {
  position: relative;
  left: -79.16667%; }

.small-offset-18 {
  margin-left: 75%; }

.small-20 {
  width: 83.33333%; }

.small-push-20 {
  position: relative;
  left: 83.33333%; }

.small-pull-20 {
  position: relative;
  left: -83.33333%; }

.small-offset-19 {
  margin-left: 79.16667%; }

.small-21 {
  width: 87.5%; }

.small-push-21 {
  position: relative;
  left: 87.5%; }

.small-pull-21 {
  position: relative;
  left: -87.5%; }

.small-offset-20 {
  margin-left: 83.33333%; }

.small-22 {
  width: 91.66667%; }

.small-push-22 {
  position: relative;
  left: 91.66667%; }

.small-pull-22 {
  position: relative;
  left: -91.66667%; }

.small-offset-21 {
  margin-left: 87.5%; }

.small-23 {
  width: 95.83333%; }

.small-push-23 {
  position: relative;
  left: 95.83333%; }

.small-pull-23 {
  position: relative;
  left: -95.83333%; }

.small-offset-22 {
  margin-left: 91.66667%; }

.small-24 {
  width: 100%; }

.small-offset-23 {
  margin-left: 95.83333%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }
.small-collapse .row, .expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 4.16667%; }

  .medium-push-1 {
    position: relative;
    left: 4.16667%; }

  .medium-pull-1 {
    position: relative;
    left: -4.16667%; }

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

  .medium-2 {
    width: 8.33333%; }

  .medium-push-2 {
    position: relative;
    left: 8.33333%; }

  .medium-pull-2 {
    position: relative;
    left: -8.33333%; }

  .medium-offset-1 {
    margin-left: 4.16667%; }

  .medium-3 {
    width: 12.5%; }

  .medium-push-3 {
    position: relative;
    left: 12.5%; }

  .medium-pull-3 {
    position: relative;
    left: -12.5%; }

  .medium-offset-2 {
    margin-left: 8.33333%; }

  .medium-4 {
    width: 16.66667%; }

  .medium-push-4 {
    position: relative;
    left: 16.66667%; }

  .medium-pull-4 {
    position: relative;
    left: -16.66667%; }

  .medium-offset-3 {
    margin-left: 12.5%; }

  .medium-5 {
    width: 20.83333%; }

  .medium-push-5 {
    position: relative;
    left: 20.83333%; }

  .medium-pull-5 {
    position: relative;
    left: -20.83333%; }

  .medium-offset-4 {
    margin-left: 16.66667%; }

  .medium-6 {
    width: 25%; }

  .medium-push-6 {
    position: relative;
    left: 25%; }

  .medium-pull-6 {
    position: relative;
    left: -25%; }

  .medium-offset-5 {
    margin-left: 20.83333%; }

  .medium-7 {
    width: 29.16667%; }

  .medium-push-7 {
    position: relative;
    left: 29.16667%; }

  .medium-pull-7 {
    position: relative;
    left: -29.16667%; }

  .medium-offset-6 {
    margin-left: 25%; }

  .medium-8 {
    width: 33.33333%; }

  .medium-push-8 {
    position: relative;
    left: 33.33333%; }

  .medium-pull-8 {
    position: relative;
    left: -33.33333%; }

  .medium-offset-7 {
    margin-left: 29.16667%; }

  .medium-9 {
    width: 37.5%; }

  .medium-push-9 {
    position: relative;
    left: 37.5%; }

  .medium-pull-9 {
    position: relative;
    left: -37.5%; }

  .medium-offset-8 {
    margin-left: 33.33333%; }

  .medium-10 {
    width: 41.66667%; }

  .medium-push-10 {
    position: relative;
    left: 41.66667%; }

  .medium-pull-10 {
    position: relative;
    left: -41.66667%; }

  .medium-offset-9 {
    margin-left: 37.5%; }

  .medium-11 {
    width: 45.83333%; }

  .medium-push-11 {
    position: relative;
    left: 45.83333%; }

  .medium-pull-11 {
    position: relative;
    left: -45.83333%; }

  .medium-offset-10 {
    margin-left: 41.66667%; }

  .medium-12 {
    width: 50%; }

  .medium-push-12 {
    position: relative;
    left: 50%; }

  .medium-pull-12 {
    position: relative;
    left: -50%; }

  .medium-offset-11 {
    margin-left: 45.83333%; }

  .medium-13 {
    width: 54.16667%; }

  .medium-push-13 {
    position: relative;
    left: 54.16667%; }

  .medium-pull-13 {
    position: relative;
    left: -54.16667%; }

  .medium-offset-12 {
    margin-left: 50%; }

  .medium-14 {
    width: 58.33333%; }

  .medium-push-14 {
    position: relative;
    left: 58.33333%; }

  .medium-pull-14 {
    position: relative;
    left: -58.33333%; }

  .medium-offset-13 {
    margin-left: 54.16667%; }

  .medium-15 {
    width: 62.5%; }

  .medium-push-15 {
    position: relative;
    left: 62.5%; }

  .medium-pull-15 {
    position: relative;
    left: -62.5%; }

  .medium-offset-14 {
    margin-left: 58.33333%; }

  .medium-16 {
    width: 66.66667%; }

  .medium-push-16 {
    position: relative;
    left: 66.66667%; }

  .medium-pull-16 {
    position: relative;
    left: -66.66667%; }

  .medium-offset-15 {
    margin-left: 62.5%; }

  .medium-17 {
    width: 70.83333%; }

  .medium-push-17 {
    position: relative;
    left: 70.83333%; }

  .medium-pull-17 {
    position: relative;
    left: -70.83333%; }

  .medium-offset-16 {
    margin-left: 66.66667%; }

  .medium-18 {
    width: 75%; }

  .medium-push-18 {
    position: relative;
    left: 75%; }

  .medium-pull-18 {
    position: relative;
    left: -75%; }

  .medium-offset-17 {
    margin-left: 70.83333%; }

  .medium-19 {
    width: 79.16667%; }

  .medium-push-19 {
    position: relative;
    left: 79.16667%; }

  .medium-pull-19 {
    position: relative;
    left: -79.16667%; }

  .medium-offset-18 {
    margin-left: 75%; }

  .medium-20 {
    width: 83.33333%; }

  .medium-push-20 {
    position: relative;
    left: 83.33333%; }

  .medium-pull-20 {
    position: relative;
    left: -83.33333%; }

  .medium-offset-19 {
    margin-left: 79.16667%; }

  .medium-21 {
    width: 87.5%; }

  .medium-push-21 {
    position: relative;
    left: 87.5%; }

  .medium-pull-21 {
    position: relative;
    left: -87.5%; }

  .medium-offset-20 {
    margin-left: 83.33333%; }

  .medium-22 {
    width: 91.66667%; }

  .medium-push-22 {
    position: relative;
    left: 91.66667%; }

  .medium-pull-22 {
    position: relative;
    left: -91.66667%; }

  .medium-offset-21 {
    margin-left: 87.5%; }

  .medium-23 {
    width: 95.83333%; }

  .medium-push-23 {
    position: relative;
    left: 95.83333%; }

  .medium-pull-23 {
    position: relative;
    left: -95.83333%; }

  .medium-offset-22 {
    margin-left: 91.66667%; }

  .medium-24 {
    width: 100%; }

  .medium-offset-23 {
    margin-left: 95.83333%; }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row, .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
@media screen and (min-width: 64em) {
  .large-1 {
    width: 4.16667%; }

  .large-push-1 {
    position: relative;
    left: 4.16667%; }

  .large-pull-1 {
    position: relative;
    left: -4.16667%; }

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

  .large-2 {
    width: 8.33333%; }

  .large-push-2 {
    position: relative;
    left: 8.33333%; }

  .large-pull-2 {
    position: relative;
    left: -8.33333%; }

  .large-offset-1 {
    margin-left: 4.16667%; }

  .large-3 {
    width: 12.5%; }

  .large-push-3 {
    position: relative;
    left: 12.5%; }

  .large-pull-3 {
    position: relative;
    left: -12.5%; }

  .large-offset-2 {
    margin-left: 8.33333%; }

  .large-4 {
    width: 16.66667%; }

  .large-push-4 {
    position: relative;
    left: 16.66667%; }

  .large-pull-4 {
    position: relative;
    left: -16.66667%; }

  .large-offset-3 {
    margin-left: 12.5%; }

  .large-5 {
    width: 20.83333%; }

  .large-push-5 {
    position: relative;
    left: 20.83333%; }

  .large-pull-5 {
    position: relative;
    left: -20.83333%; }

  .large-offset-4 {
    margin-left: 16.66667%; }

  .large-6 {
    width: 25%; }

  .large-push-6 {
    position: relative;
    left: 25%; }

  .large-pull-6 {
    position: relative;
    left: -25%; }

  .large-offset-5 {
    margin-left: 20.83333%; }

  .large-7 {
    width: 29.16667%; }

  .large-push-7 {
    position: relative;
    left: 29.16667%; }

  .large-pull-7 {
    position: relative;
    left: -29.16667%; }

  .large-offset-6 {
    margin-left: 25%; }

  .large-8 {
    width: 33.33333%; }

  .large-push-8 {
    position: relative;
    left: 33.33333%; }

  .large-pull-8 {
    position: relative;
    left: -33.33333%; }

  .large-offset-7 {
    margin-left: 29.16667%; }

  .large-9 {
    width: 37.5%; }

  .large-push-9 {
    position: relative;
    left: 37.5%; }

  .large-pull-9 {
    position: relative;
    left: -37.5%; }

  .large-offset-8 {
    margin-left: 33.33333%; }

  .large-10 {
    width: 41.66667%; }

  .large-push-10 {
    position: relative;
    left: 41.66667%; }

  .large-pull-10 {
    position: relative;
    left: -41.66667%; }

  .large-offset-9 {
    margin-left: 37.5%; }

  .large-11 {
    width: 45.83333%; }

  .large-push-11 {
    position: relative;
    left: 45.83333%; }

  .large-pull-11 {
    position: relative;
    left: -45.83333%; }

  .large-offset-10 {
    margin-left: 41.66667%; }

  .large-12 {
    width: 50%; }

  .large-push-12 {
    position: relative;
    left: 50%; }

  .large-pull-12 {
    position: relative;
    left: -50%; }

  .large-offset-11 {
    margin-left: 45.83333%; }

  .large-13 {
    width: 54.16667%; }

  .large-push-13 {
    position: relative;
    left: 54.16667%; }

  .large-pull-13 {
    position: relative;
    left: -54.16667%; }

  .large-offset-12 {
    margin-left: 50%; }

  .large-14 {
    width: 58.33333%; }

  .large-push-14 {
    position: relative;
    left: 58.33333%; }

  .large-pull-14 {
    position: relative;
    left: -58.33333%; }

  .large-offset-13 {
    margin-left: 54.16667%; }

  .large-15 {
    width: 62.5%; }

  .large-push-15 {
    position: relative;
    left: 62.5%; }

  .large-pull-15 {
    position: relative;
    left: -62.5%; }

  .large-offset-14 {
    margin-left: 58.33333%; }

  .large-16 {
    width: 66.66667%; }

  .large-push-16 {
    position: relative;
    left: 66.66667%; }

  .large-pull-16 {
    position: relative;
    left: -66.66667%; }

  .large-offset-15 {
    margin-left: 62.5%; }

  .large-17 {
    width: 70.83333%; }

  .large-push-17 {
    position: relative;
    left: 70.83333%; }

  .large-pull-17 {
    position: relative;
    left: -70.83333%; }

  .large-offset-16 {
    margin-left: 66.66667%; }

  .large-18 {
    width: 75%; }

  .large-push-18 {
    position: relative;
    left: 75%; }

  .large-pull-18 {
    position: relative;
    left: -75%; }

  .large-offset-17 {
    margin-left: 70.83333%; }

  .large-19 {
    width: 79.16667%; }

  .large-push-19 {
    position: relative;
    left: 79.16667%; }

  .large-pull-19 {
    position: relative;
    left: -79.16667%; }

  .large-offset-18 {
    margin-left: 75%; }

  .large-20 {
    width: 83.33333%; }

  .large-push-20 {
    position: relative;
    left: 83.33333%; }

  .large-pull-20 {
    position: relative;
    left: -83.33333%; }

  .large-offset-19 {
    margin-left: 79.16667%; }

  .large-21 {
    width: 87.5%; }

  .large-push-21 {
    position: relative;
    left: 87.5%; }

  .large-pull-21 {
    position: relative;
    left: -87.5%; }

  .large-offset-20 {
    margin-left: 83.33333%; }

  .large-22 {
    width: 91.66667%; }

  .large-push-22 {
    position: relative;
    left: 91.66667%; }

  .large-pull-22 {
    position: relative;
    left: -91.66667%; }

  .large-offset-21 {
    margin-left: 87.5%; }

  .large-23 {
    width: 95.83333%; }

  .large-push-23 {
    position: relative;
    left: 95.83333%; }

  .large-pull-23 {
    position: relative;
    left: -95.83333%; }

  .large-offset-22 {
    margin-left: 91.66667%; }

  .large-24 {
    width: 100%; }

  .large-offset-23 {
    margin-left: 95.83333%; }

  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }

  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }

  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }

  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }

  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }

  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }

  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }

  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }

  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row, .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }

  h2 {
    font-size: 2.5rem; }

  h3 {
    font-size: 1.9375rem; }

  h4 {
    font-size: 1.5625rem; }

  h5 {
    font-size: 1.25rem; }

  h6 {
    font-size: 1rem; } }
a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }

  .medium-text-right {
    text-align: right; }

  .medium-text-center {
    text-align: center; }

  .medium-text-justify {
    text-align: justify; } }
@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }

  .large-text-right {
    text-align: right; }

  .large-text-center {
    text-align: center; }

  .large-text-justify {
    text-align: justify; } }
.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  .show-for-print {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  table.show-for-print {
    display: table !important; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fefefe; }
  .button.secondary {
    background-color: #777;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button.warning {
    background-color: #ffae00;
    color: #fefefe; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button.alert {
    background-color: #ec5840;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2199e8;
      color: #fefefe; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  margin-left: 0; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border: 1px solid #e6e6e6;
  border-bottom: 0; }
  :last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fefefe; }
  .badge.secondary {
    background: #777;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #2199e8; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #2199e8;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #147cc0;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fefefe; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fefefe; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #def0fc; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fefefe;
    background: #2199e8; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }
.no-js .dropdown.menu ul {
  display: none; }
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%; }
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }
.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }
.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }
.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0; }
@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; } }
@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; } }
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }

  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }
@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }

  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }
.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2199e8;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #2199e8; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #1583cc; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  user-select: none; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute; }

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #2199e8; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }
.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }
.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }
.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }

  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }

  thead,
  tfoot {
    background: #f8f8f8;
    color: #0a0a0a; }
    thead tr,
    tfoot tr {
      background: transparent; }
    thead th,
    thead td,
    tfoot th,
    tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }

  tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover tr:hover {
  background-color: #f9f9f9; }
table.hover tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #2199e8; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem; }
    .tabs-title > a:hover {
      background: #fefefe; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }
.clearfix::after {
  clear: both; }

.row.full-width {
  min-width: 100%;
  width: 100%; }

.row.stretch_only_row .row {
  max-width: 75rem; }
.row.stretch_only_row > .column, .row.stretch_only_row > .columns {
  padding-left: 0;
  padding-right: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #000;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

p {
  margin-bottom: 1.5em; }
  p:last-child {
    margin: 0; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em;
  font-style: normal; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

a {
  outline: 0; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }
  .main-navigation .nav-main-item {
    margin: 0 5px;
    float: right; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

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

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before::before, .clear:before::after,
.clear:after::before,
.clear:after::after,
.entry-content:before::before,
.entry-content:before::after,
.entry-content:after::before,
.entry-content:after::after,
.comment-content:before::before,
.comment-content:before::after,
.comment-content:after::before,
.comment-content:after::after,
.site-header:before::before,
.site-header:before::after,
.site-header:after::before,
.site-header:after::after,
.site-content:before::before,
.site-content:before::after,
.site-content:after::before,
.site-content:after::after,
.site-footer:before::before,
.site-footer:before::after,
.site-footer:after::before,
.site-footer:after::after {
  content: ' ';
  display: table; }
.clear:before::after,
.clear:after::after,
.entry-content:before::after,
.entry-content:after::after,
.comment-content:before::after,
.comment-content:after::after,
.site-header:before::after,
.site-header:after::after,
.site-content:before::after,
.site-content:after::after,
.site-footer:before::after,
.site-footer:after::after {
  clear: both; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Testimonial Slider
--------------------------------------------------------------*/
[data-testimonial-slider] .navArrow {
  position: absolute;
  font-size: 18px; }
  [data-testimonial-slider] .navArrow.prev {
    left: 0; }
  [data-testimonial-slider] .navArrow.next {
    right: 0; }
[data-testimonial-slider] .hiddenSlide {
  display: none; }
[data-testimonial-slider] .testimonialQuoteAuthorImage {
  height: 50px;
  width: auto;
  border-radius: 50%; }

.bubbleContainer {
  margin: 0 auto; }
  .bubbleContainer .bubble {
    height: 10px;
    width: auto;
    border-radius: 50%;
    color: #f0f0f0;
    opacity: .6;
    cursor: pointer; }
    .bubbleContainer .bubble:not(:last-of-type) {
      margin-right: 5px; }
    .bubbleContainer .bubble.selected {
      color: #fff;
      opacity: 1; }

/*--------------------------------------------------------------
# Reviews
--------------------------------------------------------------*/
.vc_reviews_element {
  text-align: center; }
  .vc_reviews_element .reviews_stage {
    display: none;
    opacity: 0;
    transition: .35s linear opacity; }
    .vc_reviews_element .reviews_stage.show {
      opacity: 1; }
  .vc_reviews_element.greeting > .greeting {
    display: block; }
    .vc_reviews_element.greeting > .greeting .h3 {
      margin-top: 20px;
      margin-bottom: 0;
      display: block; }
    .vc_reviews_element.greeting > .greeting .material-icons {
      cursor: pointer; }
      .vc_reviews_element.greeting > .greeting .material-icons.filled {
        color: #8AC832; }
  .vc_reviews_element.bad > .bad {
    display: block; }
  .vc_reviews_element.form > .form {
    display: block; }
  .vc_reviews_element.good_form > .good_form {
    display: block; }
  .vc_reviews_element.good > .good {
    display: block; }
    .vc_reviews_element.good > .good .reviewButtons {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: 40px; }
      .vc_reviews_element.good > .good .reviewButtons .reviewButton {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200px;
        padding: 5px 0;
        margin: 5px 0;
        border: 1px solid black;
        border-radius: 3px;
        transition: .2s color linear, .2s background-color linear; }
        .vc_reviews_element.good > .good .reviewButtons .reviewButton.facebook {
          color: #3b5998;
          border-color: #3b5998; }
          .vc_reviews_element.good > .good .reviewButtons .reviewButton.facebook:hover {
            color: #fff;
            background-color: #3b5998; }
        .vc_reviews_element.good > .good .reviewButtons .reviewButton.twitter {
          color: #33ccff;
          border-color: #33ccff; }
          .vc_reviews_element.good > .good .reviewButtons .reviewButton.twitter:hover {
            color: #fff;
            background-color: #33ccff; }
        .vc_reviews_element.good > .good .reviewButtons .reviewButton.google {
          color: #4285f4;
          border-color: #4285f4; }
          .vc_reviews_element.good > .good .reviewButtons .reviewButton.google:hover {
            color: #fff;
            background-color: #4285f4; }
        .vc_reviews_element.good > .good .reviewButtons .reviewButton .reviewButtonIcon {
          flex: 1; }
        .vc_reviews_element.good > .good .reviewButtons .reviewButton .reviewButtonLabel {
          flex: 4;
          text-align: left; }
      .vc_reviews_element.good > .good .reviewButtons .reviewPrivately {
        text-decoration: underline;
        cursor: pointer;
        font-weight: bold; }

/*--------------------------------------------------------------
# Image Grid
--------------------------------------------------------------*/
.flexboxify {
  margin-bottom: 0 !important; }
  .flexboxify .wpb_image_grid_ul {
    height: auto !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: static !important; }
    @media (max-width: 640px) {
      .flexboxify .wpb_image_grid_ul {
        flex-wrap: wrap; } }
    .flexboxify .wpb_image_grid_ul .isotope-item {
      position: static !important;
      margin: 0 !important;
      min-height: none !important; }
      @media (max-width: 640px) {
        .flexboxify .wpb_image_grid_ul .isotope-item {
          flex-basis: 100%; } }

.clearful_fancybox .fancy-closer {
  position: fixed;
  top: 10px;
  right: 10px;
  color: #fff; }
.clearful_fancybox .fancybox-nav > span {
  position: fixed;
  visibility: visible;
  background-image: none;
  height: 200px;
  width: 40px;
  top: calc(50% - 100px); }
  .clearful_fancybox .fancybox-nav > span:after {
    font-family: "Material Icons";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 48px;
    background-color: black;
    display: flex;
    align-items: center;
    opacity: .7; }
.clearful_fancybox .fancybox-nav.fancybox-prev > span {
  left: 0; }
  .clearful_fancybox .fancybox-nav.fancybox-prev > span:after {
    content: "chevron_left";
    justify-content: flex-end; }
.clearful_fancybox .fancybox-nav.fancybox-next > span {
  right: 0; }
  .clearful_fancybox .fancybox-nav.fancybox-next > span:after {
    content: "chevron_right";
    justify-content: flex-start; }

body.admin-bar .clearful_fancybox .fancy-closer {
  top: 42px; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./images/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: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0 !important;
  margin: 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: 30px;
  line-height: 30px;
  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-dots {
  position: absolute;
  bottom: 30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  margin: 0; }
  .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;
      padding: 0 !important; }
      .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: 12px;
        line-height: 20px;
        text-align: center;
        color: white;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: white;
      opacity: 0.75; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Bourbon
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Framework
--------------------------------------------------------------*/
.embed-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background-size: cover;
  background-position: center center; }
  .embed-wrapper iframe, .embed-wrapper source, .embed-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%; }

.small {
  font-size: 90% !important; }

.large {
  font-size: 110% !important; }

.uppercase {
  text-transform: uppercase !important; }

.hide {
  display: none;
  visibility: hidden; }

.no-border {
  border: none !important; }

.inline-block {
  display: inline-block !important; }

.block {
  display: block !important;
  width: 100%; }

#debugqueries {
  display: none; }

.main-navigation {
  margin-top: 21px; }

/*
.no-margin-top { margin-top: 0 !important; }
.no-margin-right { margin-right: 0 !important; }
.no-margin-bottom { margin-bottom: 0 !important; }
.no-margin-left { margin-left: 0 !important; }
.no-margin { margin: 0 !important; }

.margin-top { margin-top: 20px !important; }
.margin-right { margin-right: 20px !important; }
.margin-bottom { margin-bottom: 20px !important; }
.margin-left { margin-left: 20px !important; }

.no-padding-top { padding-top: 0 !important; }
.no-padding-right { padding-right: 0 !important; }
.no-padding-bottom { padding-bottom: 0 !important; }
.no-padding-left { padding-left: 0 !important; }
.no-padding { padding: 0 !important; }

.padding { padding: 20px !important; }
.padding-top { padding-top: 20px !important; }
.padding-right { padding-right: 20px !important; }
.padding-bottom { padding-bottom: 20px !important; }
.padding-left { padding-left: 20px !important; }

@media only screen and (max-width: 640px) {
	.small-margin-top { margin-top: 20px !important; }
	.small-margin-right { margin-right: 20px !important; }
	.small-margin-bottom { margin-bottom: 20px !important; }
	.small-margin-left { margin-left: 20px !important; }
	
	.small-no-margin-top { margin-top: 0 !important; }
	.small-no-margin-right { margin-right: 0 !important; }
	.small-no-margin-bottom { margin-bottom: 0 !important; }
	.small-no-margin-left { margin-left: 0 !important; }
}

@media only screen and (min-width: 641px) {
	.medium-margin-top { margin-top: 20px !important; }
	.medium-margin-right { margin-right: 20px !important; }
	.medium-margin-bottom { margin-bottom: 20px !important; }
	.medium-margin-left { margin-left: 20px !important; }
	
	.medium-no-margin-top { margin-top: 0 !important; }
	.medium-no-margin-right { margin-right: 0 !important; }
	.medium-no-margin-bottom { margin-bottom: 0 !important; }
	.medium-no-margin-left { margin-left: 0 !important; }
}

@media only screen and (min-width: 1025px) {
	.large-margin-top { margin-top: 20px !important; }
	.large-margin-right { margin-right: 20px !important; }
	.large-margin-bottom { margin-bottom: 20px !important; }
	.large-margin-left { margin-left: 20px !important; }
	
	.large-no-margin-top { margin-top: 0 !important; }
	.large-no-margin-right { margin-right: 0 !important; }
	.large-no-margin-bottom { margin-bottom: 0 !important; }
	.large-no-margin-left { margin-left: 0 !important; }
}

@media only screen and (max-width: 640px) {
	.small-padding-top { padding-top: 20px !important; }
	.small-padding-right { padding-right: 20px !important; }
	.small-padding-bottom { padding-bottom: 20px !important; }
	.small-padding-left { padding-left: 20px !important; }
	
	.small-no-padding-top { padding-top: 0 !important; }
	.small-no-padding-right { padding-right: 0 !important; }
	.small-no-padding-bottom { padding-bottom: 0 !important; }
	.small-no-padding-left { padding-left: 0 !important; }
}

@media only screen and (min-width: 641px) {
	.medium-padding-top { padding-top: 20px !important; }
	.medium-padding-right { padding-right: 20px !important; }
	.medium-padding-bottom { padding-bottom: 20px !important; }
	.medium-padding-left { padding-left: 20px !important; }
	
	.medium-no-padding-top { padding-top: 0 !important; }
	.medium-no-padding-right { padding-right: 0 !important; }
	.medium-no-padding-bottom { padding-bottom: 0 !important; }
	.medium-no-padding-left { padding-left: 0 !important; }
}

@media only screen and (min-width: 1025px) {
	.large-padding-top { padding-top: 20px !important; }
	.large-padding-right { padding-right: 20px !important; }
	.large-padding-bottom { padding-bottom: 20px !important; }
	.large-padding-left { padding-left: 20px !important; }
	
	.large-no-padding-top { padding-top: 0 !important; }
	.large-no-padding-right { padding-right: 0 !important; }
	.large-no-padding-bottom { padding-bottom: 0 !important; }
	.large-no-padding-left { padding-left: 0 !important; }
}
*/
.left-off-canvas-toggle,
.right-off-canvas-toggle {
  position: absolute;
  top: 1em; }

.left-off-canvas-toggle {
  left: 1em; }

.right-off-canvas-toggle {
  right: 1em; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.column, .columns, .columns {
  min-height: 1px; }

.row:not(.column):not(.columns):not(.expanded) {
  margin-left: auto;
  margin-right: auto; }

.site-main {
  padding: 0 !important; }

.page-background {
  background-size: cover; }
  .page-background.default {
    background-image: url(images/page-background.jpg); }

.page-header {
  padding: 60px 0; }
  .page-header .primary-heading,
  .page-header .subheading {
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    max-width: 700px;
    margin-left: auto !important;
    margin-right: auto !important; }
  .page-header .page-logo {
    max-width: 375px; }
  .page-header.has_image {
    padding: 120px 0; }

.blog #main, .blog #content.site-content, .single #main, .single #content.site-content, .archive #main, .archive #content.site-content, .search #main, .search #content.site-content, .error404 #main, .error404 #content.site-content, .page-full-width #main, .page-full-width #content.site-content, .page-template-page-skinny #main, .page-template-page-skinny #content.site-content {
  background: #FFFFFF; }

.home #photoGrid {
  position: relative; }
.home .welcomeToMyOffice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate3d(-50%, -50%, 0);
  background: rgba(255, 255, 255, 0.9);
  padding: 40px; }
  .home .welcomeToMyOffice h4 {
    font-family: "Montserrat", sans-serif;
    color: #163C5E;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0;
    font-weight: 700; }
  .home .welcomeToMyOffice p {
    font-family: "Merriweather", serif;
    font-style: italic;
    color: #555555;
    font-size: 16px; }
.home .site-content {
  background: #FFFFFF; }

.site-content {
  overflow: hidden; }

.page-full-width .entry-content,
.page-full-width .hentry {
  margin: 0; }

/* -----------------------------------------------------------
	Colors
-------------------------------------------------------------- */
/* white */
/* black */
/* color */
/* color */
/* color */
/* color */
/* -----------------------------------------------------------
	Fonts
-------------------------------------------------------------- */
/* -----------------------------------------------------------
	Font Sizes
-------------------------------------------------------------- */
/* -----------------------------------------------------------
	Breakpoints
-------------------------------------------------------------- */
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  background: #1D282E; }

body {
  font-family: "proxima-nova", sans-serif; }

.custom-text {
  position: relative;
  font-family: "proxima-nova", sans-serif;
  display: block; }
  .custom-text.light {
    color: #FFFFFF;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); }
    .custom-text.light a {
      text-decoration: underline; }
      .custom-text.light a:hover, .custom-text.light a:focus {
        text-decoration: none; }

.primary-heading {
  font-size: 96px;
  font-size: 3.75rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1; }

.secondary-heading {
  font-size: 76.8px;
  font-size: 3rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  line-height: 1.1; }

.subheading {
  font-size: 38.4px;
  font-size: 1.5rem;
  font-family: "proxima-nova", sans-serif;
  margin: 0 0 25px !important;
  line-height: 1.3;
  font-weight: 400 !important; }

.italicized-paragraph {
  font-family: "merriweather", serif;
  font-style: italic;
  font-size: 28.8px;
  font-size: 1.125rem; }

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

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

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

.italics {
  font-style: italic; }

.hr-vc {
  border: none;
  margin-top: 0;
  margin-bottom: 1.5em; }
  .hr-vc.regent-gray {
    background-color: #88949b; }
  .hr-vc.dove-gray {
    background-color: #747474; }
  .hr-vc.black-pearl {
    background-color: #1d282e; }
  .hr-vc.oxford-blue {
    background-color: #253138; }
  .hr-vc.mercury {
    background-color: #e4e5e4; }
  .hr-vc.chathams-blue {
    background-color: #0f516a; }
  .hr-vc.rose-of-sharon {
    background-color: #b44d26; }
  .hr-vc.wild-sand {
    background-color: #f4f4f4; }
  .hr-vc.carolina-blue {
    background-color: #8cbfda; }
  .hr-vc.pelorous {
    background-color: #2490b8; }
  .hr-vc.bunker {
    background-color: #2d2d2d; }
  .hr-vc.transparent {
    background-color: transparent; }
  .hr-vc[align="center"] {
    margin-left: 0;
    margin-right: auto; }
  .hr-vc[align="center"] {
    margin-left: auto;
    margin-right: auto; }
  .hr-vc[align="right"] {
    margin-left: auto;
    margin-right: 0; }

h1, h2, h3, h4, h5, h6, .h1, h2, .h2, h3, .h3, .h2, .h3, .h4, .h5, .h6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700; }

h1, .h1, h2, .h2, h3, .h3 {
  color: #282828;
  font-size: 48px; }
  @media (max-width: 640px) {
    h1, .h1, h2, .h2, h3, .h3 {
      font-size: 40px; } }

h2, .h2 {
  font-size: 36px;
  line-height: 1.2; }
  @media (max-width: 640px) {
    h2, .h2 {
      font-size: 30px; } }

h3, .h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0; }
  h3.mediumNavy, .h3.mediumNavy {
    font-size: 24px;
    margin-bottom: 10px; }

p {
  color: #434343;
  font-size: 28.8px;
  font-size: 1.125rem;
  margin-bottom: 1.5rem; }

.entry-content ul {
  list-style: none;
  color: #434343; }
  .entry-content ul li {
    position: relative;
    padding-left: 20px; }
    .entry-content ul li:before {
      content: '';
      width: 9px;
      height: 9px;
      background: #1170a4;
      position: absolute;
      left: 0;
      top: 7px; }

.wpb_content_element.wpb_single_image {
  margin-bottom: 0; }

a, a:visited {
  color: #1170a4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #0c5076; }

.button,
button {
  text-transform: uppercase;
  font-size: 13px !important;
  letter-spacing: 1px;
  font-weight: 700;
  background: #1170a4 !important;
  padding: 14px 25px !important;
  display: inline-block !important;
  color: white !important;
  font-family: "proxima-nova", sans-serif;
  box-shadow: none !important;
  text-shadow: none !important;
  white-space: nowrap;
  border: none !important;
  border-radius: 0 !important;
  position: relative; }
  .button.full-width,
  button.full-width {
    display: block !important; }
  .button .fa,
  button .fa {
    line-height: 0;
    font-size: 18px;
    vertical-align: -2px;
    font-weight: 400; }
    .button .fa.icon-left,
    button .fa.icon-left {
      margin-right: 4px; }
    .button .fa.icon-right,
    button .fa.icon-right {
      margin-left: 4px; }
  .button:hover, .button:focus,
  button:hover,
  button:focus {
    background: #0c5076 !important; }
  .button.primary-blue,
  button.primary-blue {
    padding: 20px 45px !important;
    color: white !important; }
  .button.primary-orange,
  button.primary-orange {
    padding: 20px 45px !important;
    background: #9d300f !important;
    color: white !important; }
    .button.primary-orange:hover, .button.primary-orange:focus,
    button.primary-orange:hover,
    button.primary-orange:focus {
      background: #6e220b !important; }
  .button.primary-hollow-white,
  button.primary-hollow-white {
    padding: 20px 45px !important;
    background: transparent !important;
    border: solid 2px white !important;
    color: white; }
    .button.primary-hollow-white:hover, .button.primary-hollow-white:focus,
    button.primary-hollow-white:hover,
    button.primary-hollow-white:focus {
      background: white !important;
      color: #202123 !important; }
  .button.primary-hollow-dark,
  button.primary-hollow-dark {
    padding: 20px 45px !important;
    background: transparent !important;
    border: solid 2px #202123 !important;
    color: #202123; }
    .button.primary-hollow-dark:hover, .button.primary-hollow-dark:focus,
    button.primary-hollow-dark:hover,
    button.primary-hollow-dark:focus {
      background: #202123 !important;
      color: white !important; }
  .button.secondary-orange,
  button.secondary-orange {
    background: #9d300f !important;
    color: white !important; }
    .button.secondary-orange:hover, .button.secondary-orange:focus,
    button.secondary-orange:hover,
    button.secondary-orange:focus {
      background: #6e220b !important; }
  .button.secondary-blue,
  button.secondary-blue {
    color: white !important; }
  .button.secondary-gray,
  button.secondary-gray {
    background: #dadada !important;
    color: #202123 !important; }
    .button.secondary-gray:hover, .button.secondary-gray:focus,
    button.secondary-gray:hover,
    button.secondary-gray:focus {
      background: #c1c1c1 !important; }
  .button.secondary-hollow-white,
  button.secondary-hollow-white {
    background: transparent !important;
    border: solid 2px white !important;
    color: white; }
    .button.secondary-hollow-white:hover, .button.secondary-hollow-white:focus,
    button.secondary-hollow-white:hover,
    button.secondary-hollow-white:focus {
      background: white !important;
      color: #202123 !important; }
  .button.secondary-hollow-dark,
  button.secondary-hollow-dark {
    background: transparent !important;
    border: solid 2px #202123 !important;
    color: #202123 !important; }
    .button.secondary-hollow-dark:hover, .button.secondary-hollow-dark:focus,
    button.secondary-hollow-dark:hover,
    button.secondary-hollow-dark:focus {
      background: #202123 !important;
      color: white !important; }
  .button.dark-arrow-link,
  button.dark-arrow-link {
    font-size: 24px;
    font-size: 0.9375rem;
    color: #282828 !important;
    text-transform: uppercase;
    background-color: transparent !important;
    padding: 0; }
    .button.dark-arrow-link:after,
    button.dark-arrow-link:after {
      font-family: 'FontAwesome';
      content: '\f178';
      margin-left: 6px;
      font-weight: 400; }
    .button.dark-arrow-link:hover, .button.dark-arrow-link:focus,
    button.dark-arrow-link:hover,
    button.dark-arrow-link:focus {
      color: #0f0f0f !important; }
  .button.blue-arrow-link,
  button.blue-arrow-link {
    font-size: 20.8px;
    font-size: 0.8125rem;
    color: #0f6492 !important;
    text-transform: uppercase;
    background-color: transparent !important;
    padding: 0 !important; }
    .button.blue-arrow-link:after,
    button.blue-arrow-link:after {
      font-family: 'FontAwesome';
      content: '\f178';
      margin-left: 6px;
      font-weight: 400; }
    .button.blue-arrow-link:hover, .button.blue-arrow-link:focus,
    button.blue-arrow-link:hover,
    button.blue-arrow-link:focus {
      color: #0a4464 !important; }
  .button.kids-primary-orange,
  button.kids-primary-orange {
    padding: 20px 45px !important;
    background: #ea2d11 !important;
    color: white !important; }
    .button.kids-primary-orange:hover, .button.kids-primary-orange:focus,
    button.kids-primary-orange:hover,
    button.kids-primary-orange:focus {
      background: #ba240e !important; }
  .button.kids-primary-purple,
  button.kids-primary-purple {
    padding: 20px 45px !important;
    background: #5e3e92 !important;
    color: white !important; }
    .button.kids-primary-purple:hover, .button.kids-primary-purple:focus,
    button.kids-primary-purple:hover,
    button.kids-primary-purple:focus {
      background: #472f6e !important; }
  .button.kids-primary-green,
  button.kids-primary-green {
    padding: 20px 45px !important;
    background: #b4d349 !important;
    color: white !important; }
    .button.kids-primary-green:hover, .button.kids-primary-green:focus,
    button.kids-primary-green:hover,
    button.kids-primary-green:focus {
      background: #9cbc2d !important; }
  .button.return,
  button.return {
    background-color: transparent !important;
    border: solid 2px #e2e2e2 !important;
    position: relative;
    color: #46474a !important;
    padding: 15px 30px 15px 50px !important; }
    .button.return:before,
    button.return:before {
      content: '\E15E';
      font-family: 'Material Icons';
      position: absolute;
      left: 16px;
      top: 8px;
      font-size: 38.4px;
      font-size: 1.5rem; }
    .button.return:hover, .button.return:focus,
    button.return:hover,
    button.return:focus {
      background-color: #e2e2e2 !important; }
  .button.podcast,
  button.podcast {
    padding: 17px 30px 17px 50px !important;
    position: relative; }
    .button.podcast:before,
    button.podcast:before {
      content: '\f001';
      font-family: 'FontAwesome';
      position: absolute;
      left: 16px;
      top: 8px;
      font-size: 38.4px;
      font-size: 1.5rem;
      font-weight: 400; }
    .button.podcast:hover, .button.podcast:focus,
    button.podcast:hover,
    button.podcast:focus {
      border: solid 2px #0c5076; }
  .button.dropdown:after,
  button.dropdown:after {
    top: 3px; }

.button + .button {
  margin-left: 8px; }
  @media (max-width: 640px) {
    .button + .button {
      margin-left: 0; } }

#topbar .flex-container {
  display: flex;
  justify-content: flex-end; }
  @media (max-width: 1024px) {
    #topbar .flex-container {
      justify-content: center; } }
#topbar .slidingTopButton {
  background-color: #2490B8;
  color: white;
  padding: 10px 20px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22.4px;
  font-size: 0.875rem;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0; }
  #topbar .slidingTopButton:hover, #topbar .slidingTopButton:focus {
    cursor: pointer;
    background-color: #1c6f8d; }
  #topbar .slidingTopButton.is_open i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
@media (max-width: 1024px) {
  #topbar .utility {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; } }
#topbar .utility li {
  margin: 0; }
  #topbar .utility li a {
    color: #2D2D2D;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22.4px;
    font-size: 0.875rem;
    padding: 11px 20px; }
    @media (max-width: 1024px) {
      #topbar .utility li a {
        padding: 11px 14px; } }
#topbar .utility .search-toggle {
  float: none;
  margin-top: 5px;
  display: inline-block; }
  #topbar .utility .search-toggle i {
    font-size: 24px; }

.searchBarWrapper.large {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  align-items: center; }
  .searchBarWrapper.large form {
    flex: 9;
    overflow: hidden; }
    .searchBarWrapper.large form input {
      width: 50%;
      margin: 0;
      padding: 0;
      border: none;
      margin-left: auto;
      box-shadow: none;
      border-left: 5px solid #ddd;
      border-radius: 0;
      padding-left: 10px;
      opacity: 0;
      transition: .35s opacity linear;
      background: #f1f1f1; }
  .searchBarWrapper.large i {
    cursor: pointer; }
  .searchBarWrapper.large.shown input {
    opacity: 1; }
.searchBarWrapper.small form {
  max-height: 0;
  overflow: hidden;
  transition: .35s linear max-height; }
  .searchBarWrapper.small form input {
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
    border-bottom: 3px solid #ddd;
    border-radius: 0;
    text-align: center; }
.searchBarWrapper.small.shown form {
  max-height: 100px;
  margin-bottom: 10px; }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999; }
  #preloader #preloader-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center; }
    #preloader #preloader-content img {
      margin-bottom: 30px; }
    #preloader #preloader-content i {
      color: white;
      display: block; }

#slidingTop {
  background: #2490B8;
  padding: 40px 0 20px;
  display: none; }
  #slidingTop * {
    color: #FFFFFF; }
  #slidingTop .widgettitle {
    text-transform: uppercase;
    font-size: 35.2px;
    font-size: 1.375rem;
    margin: 0 0 10px; }
  #slidingTop .acf-map {
    margin: 0;
    max-height: 250px; }
  #slidingTop p {
    font-size: 24px;
    font-size: 0.9375rem;
    line-height: 1.3; }

#page {
  opacity: 0;
  position: relative; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -moz-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

#masthead {
  position: relative;
  background: white;
  /*
   * Squeeze
   */ }
  #masthead .hamburger {
    padding: 0 !important;
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    overflow: visible;
    outline: none;
    width: 32px;
    z-index: 1001;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    float: right; }
    #masthead .hamburger .hamburger-inner {
      display: block;
      top: 50%;
      margin-top: -2px; }
      #masthead .hamburger .hamburger-inner:before, #masthead .hamburger .hamburger-inner:after {
        content: "";
        display: block; }
      #masthead .hamburger .hamburger-inner:before {
        top: -9px; }
      #masthead .hamburger .hamburger-inner:after {
        bottom: -9px; }
    #masthead .hamburger .hamburger-inner,
    #masthead .hamburger .hamburger-inner::before,
    #masthead .hamburger .hamburger-inner::after {
      width: 32px;
      height: 3px;
      background-color: white;
      border-radius: 0;
      position: absolute;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      transition-duration: 0.15s;
      transition-timing-function: ease; }
  #masthead .hamburger--squeeze .hamburger-inner {
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  #masthead .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  #masthead .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  #masthead .hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  #masthead .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
  #masthead .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }
  @media (max-width: 768px) {
    #masthead aside {
      text-align: right; } }

.header-2 {
  z-index: 1; }
  .header-2 .site-branding {
    padding-top: 18px;
    padding-bottom: 18px; }
    @media (max-width: 1024px) {
      .header-2 .site-branding {
        text-align: center;
        padding-top: 8px; } }
  .header-2 .slidingTopButton {
    position: static; }
  .header-2 .search-toggle {
    color: #747474; }
    .header-2 .search-toggle i {
      font-size: 32px; }

.menu-overlay {
  background: rgba(22, 60, 94, 0.94);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none; }
  .menu-overlay.animated {
    display: block; }
  .menu-overlay nav {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 92%; }
    .menu-overlay nav .main-nav {
      margin: 0;
      list-style: none;
      text-align: center; }
      .menu-overlay nav .main-nav li {
        margin: 14px 0; }
        .menu-overlay nav .main-nav li a {
          font-family: "Montserrat", sans-serif;
          font-size: 51.2px;
          font-size: 2rem; }
        .menu-overlay nav .main-nav li.ctaButton {
          margin-top: 22px; }

#secondary .widget {
  border-left: solid 1px #dadada;
  padding-left: 30px;
  margin-left: 20px;
  margin-bottom: 50px; }
  @media (max-width: 1024px) {
    #secondary .widget {
      margin-left: 0; } }
  #secondary .widget .widgettitle {
    text-transform: uppercase;
    font-size: 35.2px;
    font-size: 1.375rem;
    margin: 0 0 20px; }
  #secondary .widget ul {
    border-top: solid 1px #dadada;
    margin: 0; }
    #secondary .widget ul li {
      border-bottom: solid 1px #dadada;
      display: block;
      position: relative;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #secondary .widget ul li a {
        padding: 0.7em 0;
        color: #202123;
        display: block;
        line-height: 1; }
        #secondary .widget ul li a:hover, #secondary .widget ul li a:focus {
          color: #1170a4; }
      #secondary .widget ul li:hover:before, #secondary .widget ul li:focus:before {
        content: '';
        width: 13px;
        height: 13px;
        background: #1170a4;
        border-radius: 100%;
        position: absolute;
        left: -37px;
        top: 13px; }
      #secondary .widget ul li.current-menu-item:before {
        content: '';
        width: 13px;
        height: 13px;
        background: #1170a4;
        border-radius: 100%;
        position: absolute;
        left: -37px;
        top: 13px; }
      #secondary .widget ul li.current-menu-item a {
        font-weight: 700; }
  #secondary .widget.widget_latest_tweets_widget ul li {
    border-bottom: none;
    padding: 0.7em 0 0.7em 2.2em; }
    #secondary .widget.widget_latest_tweets_widget ul li:before {
      content: '\f099';
      font-family: 'FontAwesome';
      position: absolute;
      left: 0px;
      top: 4px;
      width: auto;
      height: auto;
      border-radius: none;
      font-size: 38.4px;
      font-size: 1.5rem;
      color: #1170a4; }
    #secondary .widget.widget_latest_tweets_widget ul li:hover:before, #secondary .widget.widget_latest_tweets_widget ul li:focus:before {
      background: none; }
    #secondary .widget.widget_latest_tweets_widget ul li .tweet-text {
      margin: 0 0 10px;
      font-size: 27.2px;
      font-size: 1.0625rem;
      line-height: 1.4; }
    #secondary .widget.widget_latest_tweets_widget ul li .tweet-details {
      font-size: 24px;
      font-size: 0.9375rem;
      font-style: italic; }
      #secondary .widget.widget_latest_tweets_widget ul li .tweet-details a {
        color: #282828; }
        #secondary .widget.widget_latest_tweets_widget ul li .tweet-details a:hover, #secondary .widget.widget_latest_tweets_widget ul li .tweet-details a:focus {
          color: #1170a4; }
    #secondary .widget.widget_latest_tweets_widget ul li a {
      display: inline !important;
      padding: 0 !important;
      color: #1170a4; }
      #secondary .widget.widget_latest_tweets_widget ul li a:hover, #secondary .widget.widget_latest_tweets_widget ul li a:focus {
        color: #0c5076; }

.site-footer {
  position: relative;
  background: #253138; }
  .site-footer a {
    color: #FFFFFF; }
  .site-footer nav {
    background: #dadada;
    text-align: center;
    margin-bottom: 40px; }
  .site-footer .footer-menu {
    display: inline-block; }
    .site-footer .footer-menu li {
      display: inline-block; }
      .site-footer .footer-menu li a {
        text-transform: uppercase;
        font-weight: 700;
        color: #565656;
        padding: 24px; }
        .site-footer .footer-menu li a:hover, .site-footer .footer-menu li a:focus {
          color: #2D2D2D; }
        @media (max-width: 768px) {
          .site-footer .footer-menu li a {
            padding: 20px 14px; } }
  @media (max-width: 640px) {
    .site-footer .footer-area-1 {
      margin-top: 0; } }
  .site-footer .footer-area-1 .social-media {
    margin-top: 0; }
  .site-footer .row {
    position: relative;
    z-index: 2; }
  .site-footer .widget_sp_image .widgettitle {
    display: none; }
  .site-footer .footer-widgets {
    text-align: center;
    margin-bottom: 10px; }
    .site-footer .footer-widgets .widget .widgettitle {
      font-size: 20.8px;
      font-size: 0.8125rem;
      text-transform: uppercase;
      color: #69767f;
      margin-bottom: 2px; }
    .site-footer .footer-widgets .widget .menu li {
      display: block; }
      .site-footer .footer-widgets .widget .menu li a {
        padding: 0;
        line-height: 1.5; }
        .site-footer .footer-widgets .widget .menu li a:hover, .site-footer .footer-widgets .widget .menu li a:focus {
          color: #69767f; }
  .site-footer .copyrightText {
    background: #1D282E;
    padding: 20px 0; }
    .site-footer .copyrightText .copyright {
      color: #88949B;
      font-size: 19.2px;
      font-size: 0.75rem; }
      .site-footer .copyrightText .copyright a {
        color: #88949B; }
        .site-footer .copyrightText .copyright a:hover, .site-footer .copyrightText .copyright a:focus {
          color: white; }

.wp-pagenavi {
  padding: 20px 0 0; }
  .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .last,
  .wp-pagenavi .first {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 27px;
    border-style: solid;
    border-width: 2px;
    border-radius: 100px;
    display: inline-block;
    margin: 4px 2px;
    font-weight: 700; }
  .wp-pagenavi .current {
    border-color: #1170a4;
    color: #1170a4; }
  .wp-pagenavi .page,
  .wp-pagenavi .last,
  .wp-pagenavi .first {
    color: #020202;
    border-color: transparent; }
    .wp-pagenavi .page:hover, .wp-pagenavi .page:focus,
    .wp-pagenavi .last:hover,
    .wp-pagenavi .last:focus,
    .wp-pagenavi .first:hover,
    .wp-pagenavi .first:focus {
      text-decoration: none;
      border-color: #1170a4;
      color: #1170a4; }

.blue-triangles {
  margin-bottom: -38px;
  position: relative;
  z-index: 100; }

.gform_wrapper ul li.gfield {
  padding-left: 0; }
  .gform_wrapper ul li.gfield:before {
    content: none !important; }
.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper textarea {
  background: #f7f7f7;
  padding: 0.4em !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .gform_wrapper input[type=email]:focus,
  .gform_wrapper input[type=number]:focus,
  .gform_wrapper input[type=password]:focus,
  .gform_wrapper input[type=tel]:focus,
  .gform_wrapper input[type=text]:focus,
  .gform_wrapper input[type=url]:focus,
  .gform_wrapper textarea:focus {
    background-color: white;
    border-color: #7AA7BF; }
.gform_wrapper li.gfield ul.gfield_radio li input[type=radio] + input[type=text] {
  display: inline-block;
  width: 47%; }
.gform_wrapper label {
  font-size: 24px;
  font-size: 0.9375rem;
  font-weight: 700; }
.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
  margin: 0 0 20px !important; }
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  font-weight: 400;
  margin: 0 0 0 26px; }
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .gfield_time_ampm label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .ginput_complex label,
.gform_wrapper .instruction {
  font-size: 0.8rem !important;
  letter-spacing: 0 !important; }
.gform_wrapper select {
  position: relative;
  background: #f7f7f7 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+) 100% center no-repeat;
  padding: 0.4em !important; }
.gform_wrapper li:first-child.gsection {
  margin-top: 0; }
.gform_wrapper input[type="checkbox"],
.gform_wrapper input[type="radio"] {
  margin: 3px 0px 0 2px !important; }

@media (max-width: 640px) {
  body .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
  body .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li,
  body .gform_wrapper li.gfield.gf_2col ul.gfield_checkbox li,
  body .gform_wrapper li.gfield.gf_2col ul.gfield_radio li {
    width: 100%;
    display: block; } }
.site-navigation {
  background: #192025; }

.title-bar {
  background: transparent;
  border-bottom: solid 1px #242c31; }
  .title-bar .title-bar-title {
    text-transform: uppercase; }
  .title-bar .menu-icon {
    background-color: transparent !important;
    padding: 0 !important;
    width: 24px;
    outline: none;
    margin: 0 0 0 2px; }

.main-navigation {
  margin-top: 0;
  padding: 0; }
  .main-navigation .main-nav {
    display: flex;
    background: none;
    justify-content: space-around;
    position: relative; }
    @media (max-width: 1023px) {
      .main-navigation .main-nav {
        flex-wrap: wrap; } }
    .main-navigation .main-nav .nav-main-item {
      float: none;
      margin: 0;
      border-right: solid 1px #242c31;
      position: static;
      flex-grow: 1; }
      .main-navigation .main-nav .nav-main-item:first-child {
        border-left: solid 1px #242c31; }
      @media (max-width: 1023px) {
        .main-navigation .main-nav .nav-main-item {
          padding: 0;
          flex-basis: 100%;
          border-right: none;
          border-bottom: solid 1px #242c31; }
          .main-navigation .main-nav .nav-main-item:first-child {
            border-left: none; } }
      .main-navigation .main-nav .nav-main-item a {
        line-height: 15px;
        font-family: "Montserrat", sans-serif;
        padding: 20px 5%;
        font-weight: 700;
        font-size: 28.8px;
        font-size: 1.125rem;
        text-transform: uppercase;
        line-height: 1.2;
        color: white;
        outline: none; }
        @media (max-width: 1023px) {
          .main-navigation .main-nav .nav-main-item a {
            padding: 20px; } }
        .main-navigation .main-nav .nav-main-item a .description {
          font-family: "merriweather", serif;
          color: #8CBFDA;
          font-style: italic;
          display: block;
          font-size: 22.4px;
          font-size: 0.875rem;
          text-transform: lowercase;
          font-weight: 400; }
        .main-navigation .main-nav .nav-main-item a:hover, .main-navigation .main-nav .nav-main-item a:focus {
          background: #242c31; }
      .main-navigation .main-nav .nav-main-item .mega_menu {
        position: absolute;
        max-width: 75rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 500;
        background: white;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
        text-align: left; }
        @media (max-width: 1023px) {
          .main-navigation .main-nav .nav-main-item .mega_menu {
            position: static; } }
        .main-navigation .main-nav .nav-main-item .mega_menu .row {
          max-height: 0;
          -webkit-transition: max-height 0.3s ease;
          -moz-transition: max-height 0.3s ease;
          transition: max-height 0.3s ease;
          overflow: hidden;
          display: flex; }
          @media (max-width: 768px) {
            .main-navigation .main-nav .nav-main-item .mega_menu .row {
              flex-wrap: wrap; } }
        .main-navigation .main-nav .nav-main-item .mega_menu .column, .main-navigation .main-nav .nav-main-item .mega_menu .columns {
          padding: 40px; }
          @media (max-width: 640px) {
            .main-navigation .main-nav .nav-main-item .mega_menu .column, .main-navigation .main-nav .nav-main-item .mega_menu .columns {
              padding: 20px 20px 0; }
              .main-navigation .main-nav .nav-main-item .mega_menu .column:last-child, .main-navigation .main-nav .nav-main-item .mega_menu .columns:last-child {
                padding-bottom: 20px; } }
          .main-navigation .main-nav .nav-main-item .mega_menu .column .wpb_content_element, .main-navigation .main-nav .nav-main-item .mega_menu .columns .wpb_content_element {
            margin-bottom: 20px; }
        .main-navigation .main-nav .nav-main-item .mega_menu p {
          font-size: 25.6px;
          font-size: 1rem;
          line-height: 1.4; }
        .main-navigation .main-nav .nav-main-item .mega_menu a:hover, .main-navigation .main-nav .nav-main-item .mega_menu a:focus {
          background: none; }
        .main-navigation .main-nav .nav-main-item .mega_menu .widgettitle, .main-navigation .main-nav .nav-main-item .mega_menu h3 {
          font-size: 28.8px;
          font-size: 1.125rem;
          text-transform: uppercase;
          font-weight: 700;
          margin: 0 0 5px;
          text-align: left; }
        .main-navigation .main-nav .nav-main-item .mega_menu ul {
          position: static;
          box-shadow: none;
          background: none;
          float: none;
          text-align: left;
          display: block; }
          .main-navigation .main-nav .nav-main-item .mega_menu ul li {
            float: none;
            display: block;
            font-size: 25.6px;
            font-size: 1rem; }
            .main-navigation .main-nav .nav-main-item .mega_menu ul li a {
              color: #202123;
              font-weight: 400;
              text-transform: none;
              padding: 3px 0;
              font-family: "proxima-nova", sans-serif;
              width: auto; }
              .main-navigation .main-nav .nav-main-item .mega_menu ul li a:hover, .main-navigation .main-nav .nav-main-item .mega_menu ul li a:focus {
                background: none;
                color: #0f6492; }
      .main-navigation .main-nav .nav-main-item:hover, .main-navigation .main-nav .nav-main-item:focus {
        background: #242c31; }
      .main-navigation .main-nav .nav-main-item.active {
        background: #242c31; }
        .main-navigation .main-nav .nav-main-item.active .mega_menu .row {
          max-height: 2000px; }
      .main-navigation .main-nav .nav-main-item.ctaButton a {
        padding: 10px 40px; }

.top-bar {
  background-color: transparent !important; }

.entry-navigation {
  margin-top: 80px; }

.entry-header {
  margin: 0 0 40px; }

.entry-image {
  margin: 8px 0 40px; }

.home .entry-content,
.home .hentry {
  margin: 0; }

.entry-title {
  line-height: 1.2;
  margin: 0 0 6px; }
  .entry-title a {
    color: #282828; }
    .entry-title a:hover, .entry-title a:focus {
      color: #1170a4; }

.entry-meta {
  font-size: 24px;
  font-size: 0.9375rem;
  color: #747474; }

.entry-preview {
  margin-bottom: 20px; }

.entry-navigation a {
  color: #163C5E;
  font-size: 24px; }

.blog .post, .archive .post {
  border-bottom: solid 1px #D0D0D0;
  margin: 0 0 30px;
  padding: 0 0 30px; }

.single .essb_links.essb_template_metro-retina {
  margin: 0 0 24px; }

.blog .site-content, .archive .site-content, .single .site-content {
  padding: 60px 0; }
.blog .page-header, .archive .page-header, .single .page-header {
  padding: 80px 0; }

.sermon-entry {
  padding-bottom: 60px; }
  .sermon-entry .entry-image {
    margin-bottom: 10px; }
  .sermon-entry .social-share .share {
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 16px; }
  .sermon-entry .social-share .essb_links {
    display: inline-block; }
  .sermon-entry .entry-header {
    margin: 0 0 5px; }
    .sermon-entry .entry-header .entry-date {
      font-size: 22.4px;
      font-size: 0.875rem;
      color: #878787;
      font-weight: 700; }
    .sermon-entry .entry-header .entry-title {
      margin: 0;
      font-size: 57.6px;
      font-size: 2.25rem;
      line-height: 1.1; }
  .sermon-entry .entry-meta {
    margin-bottom: 10px;
    line-height: 1.3; }
    .sermon-entry .entry-meta span {
      color: #878787;
      font-weight: 700;
      margin-right: 30px; }
  .sermon-entry .entry-files .button {
    margin-bottom: 10px; }
    .sermon-entry .entry-files .button.dropdown {
      background-color: #c3c3c3 !important;
      color: #202123 !important; }
      .sermon-entry .entry-files .button.dropdown:after {
        border-color: #1170a4 transparent transparent; }
  .sermon-entry .entry-files .dropdown-pane {
    background-color: #c3c3c3;
    border: none;
    width: auto;
    margin-top: -2px; }
    .sermon-entry .entry-files .dropdown-pane ul {
      margin: 0;
      list-style: none; }
      .sermon-entry .entry-files .dropdown-pane ul li {
        font-weight: 600;
        color: #202123;
        font-size: 22.4px;
        font-size: 0.875rem;
        text-transform: uppercase;
        padding: 3px 0; }
        .sermon-entry .entry-files .dropdown-pane ul li a {
          color: #202123;
          transition: none; }
          .sermon-entry .entry-files .dropdown-pane ul li a:hover, .sermon-entry .entry-files .dropdown-pane ul li a:focus {
            color: #1170a4; }
  .sermon-entry .entry-content {
    margin: 10px 0 30px; }
  .sermon-entry .more-sermons {
    margin-top: 30px; }
    .sermon-entry .more-sermons .sermons-container {
      border: solid 2px #eeeeee;
      border-bottom: none; }
      .sermon-entry .more-sermons .sermons-container .sermon-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: solid 2px #eeeeee; }
        .sermon-entry .more-sermons .sermons-container .sermon-item .sermon-date {
          padding: 30px;
          border-right: solid 2px #c3c3c3;
          font-size: 22.4px;
          font-size: 0.875rem;
          color: #282828;
          font-weight: 700; }
        .sermon-entry .more-sermons .sermons-container .sermon-item .sermon-title-info {
          flex-grow: 2;
          padding: 30px; }
          .sermon-entry .more-sermons .sermons-container .sermon-item .sermon-title-info h3 {
            margin: 0; }
            .sermon-entry .more-sermons .sermons-container .sermon-item .sermon-title-info h3 a {
              color: #282828; }
              .sermon-entry .more-sermons .sermons-container .sermon-item .sermon-title-info h3 a:hover, .sermon-entry .more-sermons .sermons-container .sermon-item .sermon-title-info h3 a:focus {
                color: #2490B8; }
          .sermon-entry .more-sermons .sermons-container .sermon-item .sermon-title-info span {
            color: #878787;
            font-weight: 700;
            margin-right: 30px; }
        .sermon-entry .more-sermons .sermons-container .sermon-item .sermon-link {
          padding: 30px; }
          .sermon-entry .more-sermons .sermons-container .sermon-item .sermon-link .button {
            margin: 0; }
        @media (max-width: 768px) {
          .sermon-entry .more-sermons .sermons-container .sermon-item {
            display: block; }
            .sermon-entry .more-sermons .sermons-container .sermon-item .sermon-date {
              padding: 20px 20px 0;
              border-right: none; }
            .sermon-entry .more-sermons .sermons-container .sermon-item .sermon-title-info {
              padding: 0 20px 0; } }
    @media (max-width: 768px) and (max-width: 640px) {
      .sermon-entry .more-sermons .sermons-container .sermon-item .sermon-title-info span {
        display: block; } }
        @media (max-width: 768px) {
            .sermon-entry .more-sermons .sermons-container .sermon-item .sermon-link {
              padding: 10px 20px 20px; } }
  .sermon-entry .podcast.row {
    text-align: center;
    margin-top: 60px; }
    .sermon-entry .podcast.row .button {
      margin: 0 5px 10px; }

.page-template-page-sermons .page-header {
  padding: 80px 0; }
.page-template-page-sermons .entry-content {
  padding: 60px 0; }
.page-template-page-sermons .latest-sermon {
  padding-bottom: 30px; }
  .page-template-page-sermons .latest-sermon h3 {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 30px; }
  .page-template-page-sermons .latest-sermon .entry-header {
    margin: 0 0 5px; }
    .page-template-page-sermons .latest-sermon .entry-header .entry-date {
      font-size: 22.4px;
      font-size: 0.875rem;
      color: #878787;
      font-weight: 700; }
    .page-template-page-sermons .latest-sermon .entry-header .entry-title {
      margin: 0;
      font-size: 57.6px;
      font-size: 2.25rem;
      line-height: 1.1; }
  .page-template-page-sermons .latest-sermon .entry-meta {
    margin-bottom: 10px;
    line-height: 1.3; }
    .page-template-page-sermons .latest-sermon .entry-meta span {
      color: #878787;
      font-weight: 700;
      margin-right: 30px; }
  .page-template-page-sermons .latest-sermon .entry-files .button {
    margin-bottom: 10px; }
    .page-template-page-sermons .latest-sermon .entry-files .button.dropdown {
      background-color: #c3c3c3 !important;
      color: #202123 !important; }
      .page-template-page-sermons .latest-sermon .entry-files .button.dropdown:after {
        border-color: #1170a4 transparent transparent; }
  .page-template-page-sermons .latest-sermon .entry-files .dropdown-pane {
    background-color: #c3c3c3;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    border: none;
    width: auto;
    margin-top: -2px; }
    .page-template-page-sermons .latest-sermon .entry-files .dropdown-pane ul {
      margin: 0;
      list-style: none; }
      .page-template-page-sermons .latest-sermon .entry-files .dropdown-pane ul li {
        font-weight: 600;
        color: #202123;
        font-size: 22.4px;
        font-size: 0.875rem;
        text-transform: uppercase;
        padding: 3px 0; }
        .page-template-page-sermons .latest-sermon .entry-files .dropdown-pane ul li a {
          color: #202123; }
          .page-template-page-sermons .latest-sermon .entry-files .dropdown-pane ul li a:hover, .page-template-page-sermons .latest-sermon .entry-files .dropdown-pane ul li a:focus {
            color: #1170a4; }
  .page-template-page-sermons .latest-sermon .entry-content {
    margin: 10px 0 30px;
    padding: 0; }
.page-template-page-sermons .featured-sermons {
  background-color: #09364e;
  padding: 50px 0; }
  .page-template-page-sermons .featured-sermons h3 {
    color: white;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px; }
  .page-template-page-sermons .featured-sermons .entry-speaker {
    display: block;
    color: #fff;
    font-weight: 700; }
.page-template-page-sermons .sermon-carousel {
  padding: 0 80px;
  margin: 0 0 20px; }
  .page-template-page-sermons .sermon-carousel .sermon {
    padding: 0 10px; }
    .page-template-page-sermons .sermon-carousel .sermon .entry-image {
      border: solid 2px white;
      margin: 0 0 10px; }
    .page-template-page-sermons .sermon-carousel .sermon .entry-title {
      color: white;
      margin: 0;
      font-size: 38.4px;
      font-size: 1.5rem;
      line-height: 1.2; }
    .page-template-page-sermons .sermon-carousel .sermon .entry-date {
      color: white;
      font-weight: 700; }
  .page-template-page-sermons .sermon-carousel .slick-prev,
  .page-template-page-sermons .sermon-carousel .slick-next {
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    text-indent: -9999px; }
    .page-template-page-sermons .sermon-carousel .slick-prev:before,
    .page-template-page-sermons .sermon-carousel .slick-next:before {
      font-family: 'FontAwesome';
      content: '\f04b';
      opacity: 1;
      font-size: 16px;
      position: absolute;
      top: 5px;
      text-indent: 0; }
  .page-template-page-sermons .sermon-carousel .slick-prev:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 10px; }
  .page-template-page-sermons .sermon-carousel .slick-next:before {
    left: 16px; }
.page-template-page-sermons .all-sermons {
  padding: 60px 0 0;
  align-items: center; }
  .page-template-page-sermons .all-sermons .all-sermons-header {
    display: flex;
    align-items: center; }
    .page-template-page-sermons .all-sermons .all-sermons-header h2 {
      flex-grow: 2; }
    .page-template-page-sermons .all-sermons .all-sermons-header .button {
      margin: 0;
      background-color: #dadada !important;
      border-color: #dadada !important;
      color: #1e1e1e !important; }
      .page-template-page-sermons .all-sermons .all-sermons-header .button:hover, .page-template-page-sermons .all-sermons .all-sermons-header .button:focus {
        background-color: #c1c1c1 !important;
        border-color: #c1c1c1 !important; }
  .page-template-page-sermons .all-sermons .toggles-filters {
    display: flex;
    align-items: center;
    margin-bottom: 30px; }
    @media (max-width: 900px) {
      .page-template-page-sermons .all-sermons .toggles-filters {
        flex-wrap: wrap; }
        .page-template-page-sermons .all-sermons .toggles-filters .toggles {
          flex-basis: 100%; }
        .page-template-page-sermons .all-sermons .toggles-filters .filters {
          flex-basis: 100%; } }
    .page-template-page-sermons .all-sermons .toggles-filters .filters {
      color: #1e1e1e;
      display: flex;
      justify-content: flex-end;
      flex-grow: 2; }
      @media (max-width: 900px) {
        .page-template-page-sermons .all-sermons .toggles-filters .filters {
          justify-content: flex-start;
          flex-wrap: wrap; } }
      .page-template-page-sermons .all-sermons .toggles-filters .filters .button.dropdown {
        background-color: transparent !important;
        color: #1e1e1e !important;
        padding: 10px 15px !important;
        border-bottom: solid 3px #c3c3c3 !important;
        font-family: "proxima-nova", sans-serif;
        margin: 0 10px;
        font-size: 14px !important;
        letter-spacing: 0; }
        .page-template-page-sermons .all-sermons .toggles-filters .filters .button.dropdown:after {
          border-color: #1170a4 transparent transparent;
          top: 3px;
          transition: .2s linear transform;
          transform: rotateZ(270deg); }
        .page-template-page-sermons .all-sermons .toggles-filters .filters .button.dropdown.hover:after {
          transform: rotateZ(360deg); }
        .page-template-page-sermons .all-sermons .toggles-filters .filters .button.dropdown:last-of-type {
          margin-right: 0; }
      .page-template-page-sermons .all-sermons .toggles-filters .filters .dropdown-pane {
        border: none;
        width: 250px;
        text-align: left;
        padding: 10px;
        background-color: #fff;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4); }
        .page-template-page-sermons .all-sermons .toggles-filters .filters .dropdown-pane:last-of-type {
          width: 150px; }
        .page-template-page-sermons .all-sermons .toggles-filters .filters .dropdown-pane label {
          font-size: 22.4px;
          font-size: 0.875rem;
          margin-left: 4px;
          line-height: 1;
          padding: 4px 0; }
          .page-template-page-sermons .all-sermons .toggles-filters .filters .dropdown-pane label input {
            margin: 0 5px 0 0;
            vertical-align: 1px; }
  .page-template-page-sermons .all-sermons.series .series-list {
    display: block; }
    .page-template-page-sermons .all-sermons.series .series-list .seriesImage {
      margin: 0 0 10px; }
    .page-template-page-sermons .all-sermons.series .series-list .seriesDates {
      font-weight: 700;
      font-family: "proxima-nova", sans-serif;
      font-size: 28.8px;
      font-size: 1.125rem;
      color: #868686;
      margin: 0 0 30px; }
  .page-template-page-sermons .all-sermons.series .filterableContainer {
    margin: 0 -15px; }
  .page-template-page-sermons .all-sermons.series button.button.list {
    background-color: #dadada !important;
    border-color: #dadada !important;
    color: #1e1e1e !important; }
    .page-template-page-sermons .all-sermons.series button.button.list:hover, .page-template-page-sermons .all-sermons.series button.button.list:focus {
      background-color: #c1c1c1 !important;
      border-color: #c1c1c1 !important; }
  .page-template-page-sermons .all-sermons.list .sermons-list {
    display: block; }
  .page-template-page-sermons .all-sermons.list button.button.series {
    background-color: #dadada !important;
    border-color: #dadada !important;
    color: #1e1e1e !important; }
    .page-template-page-sermons .all-sermons.list button.button.series:hover, .page-template-page-sermons .all-sermons.list button.button.series:focus {
      background-color: #c1c1c1 !important;
      border-color: #c1c1c1 !important; }
  .page-template-page-sermons .all-sermons .series-list {
    display: none;
    flex-wrap: row; }
    .page-template-page-sermons .all-sermons .series-list .series {
      flex-basis: 33%;
      padding: 0 15px; }
      @media (max-width: 800px) {
        .page-template-page-sermons .all-sermons .series-list .series {
          flex-basis: 50%; } }
      @media (max-width: 640px) {
        .page-template-page-sermons .all-sermons .series-list .series {
          flex-basis: 100%; } }
  .page-template-page-sermons .all-sermons .sermons-list {
    border: solid 2px #eeeeee;
    border-bottom: none;
    display: none; }
    .page-template-page-sermons .all-sermons .sermons-list .sermon-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: solid 2px #eeeeee; }
      .page-template-page-sermons .all-sermons .sermons-list .sermon-item .sermon-date {
        padding: 30px;
        border-right: solid 2px #c3c3c3;
        font-size: 22.4px;
        font-size: 0.875rem;
        color: #282828;
        font-weight: 700;
        min-width: 175px; }
      .page-template-page-sermons .all-sermons .sermons-list .sermon-item .sermon-title-info {
        flex-grow: 2;
        padding: 30px; }
        .page-template-page-sermons .all-sermons .sermons-list .sermon-item .sermon-title-info h3 {
          margin: 0; }
          .page-template-page-sermons .all-sermons .sermons-list .sermon-item .sermon-title-info h3 a {
            color: #282828; }
            .page-template-page-sermons .all-sermons .sermons-list .sermon-item .sermon-title-info h3 a:hover, .page-template-page-sermons .all-sermons .sermons-list .sermon-item .sermon-title-info h3 a:focus {
              color: #2490B8; }
        .page-template-page-sermons .all-sermons .sermons-list .sermon-item .sermon-title-info span {
          color: #878787;
          font-weight: 700;
          margin-right: 30px; }
      .page-template-page-sermons .all-sermons .sermons-list .sermon-item .sermon-link {
        padding: 30px; }
        .page-template-page-sermons .all-sermons .sermons-list .sermon-item .sermon-link .button {
          margin: 0; }
      @media (max-width: 768px) {
        .page-template-page-sermons .all-sermons .sermons-list .sermon-item {
          display: block; }
          .page-template-page-sermons .all-sermons .sermons-list .sermon-item .sermon-date {
            padding: 20px 20px 0;
            border-right: none; }
          .page-template-page-sermons .all-sermons .sermons-list .sermon-item .sermon-title-info {
            padding: 0 20px 0; } }
    @media (max-width: 768px) and (max-width: 640px) {
      .page-template-page-sermons .all-sermons .sermons-list .sermon-item .sermon-title-info span {
        display: block; } }
      @media (max-width: 768px) {
          .page-template-page-sermons .all-sermons .sermons-list .sermon-item .sermon-link {
            padding: 10px 20px 20px; } }

.tax-series .series-image,
.tax-speaker .series-image,
.tax-passage .series-image {
  text-align: center;
  margin-bottom: 40px; }
.tax-series .sermons-list,
.tax-speaker .sermons-list,
.tax-passage .sermons-list {
  border: solid 2px #eeeeee;
  border-bottom: none; }
  .tax-series .sermons-list .sermon-item,
  .tax-speaker .sermons-list .sermon-item,
  .tax-passage .sermons-list .sermon-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 2px #eeeeee; }
    .tax-series .sermons-list .sermon-item .sermon-date,
    .tax-speaker .sermons-list .sermon-item .sermon-date,
    .tax-passage .sermons-list .sermon-item .sermon-date {
      padding: 30px;
      border-right: solid 2px #c3c3c3;
      font-size: 22.4px;
      font-size: 0.875rem;
      color: #282828;
      font-weight: 700;
      min-width: 175px; }
    .tax-series .sermons-list .sermon-item .sermon-title-info,
    .tax-speaker .sermons-list .sermon-item .sermon-title-info,
    .tax-passage .sermons-list .sermon-item .sermon-title-info {
      flex-grow: 2;
      padding: 30px; }
      .tax-series .sermons-list .sermon-item .sermon-title-info h3,
      .tax-speaker .sermons-list .sermon-item .sermon-title-info h3,
      .tax-passage .sermons-list .sermon-item .sermon-title-info h3 {
        margin: 0; }
        .tax-series .sermons-list .sermon-item .sermon-title-info h3 a,
        .tax-speaker .sermons-list .sermon-item .sermon-title-info h3 a,
        .tax-passage .sermons-list .sermon-item .sermon-title-info h3 a {
          color: #282828; }
          .tax-series .sermons-list .sermon-item .sermon-title-info h3 a:hover, .tax-series .sermons-list .sermon-item .sermon-title-info h3 a:focus,
          .tax-speaker .sermons-list .sermon-item .sermon-title-info h3 a:hover,
          .tax-speaker .sermons-list .sermon-item .sermon-title-info h3 a:focus,
          .tax-passage .sermons-list .sermon-item .sermon-title-info h3 a:hover,
          .tax-passage .sermons-list .sermon-item .sermon-title-info h3 a:focus {
            color: #2490B8; }
      .tax-series .sermons-list .sermon-item .sermon-title-info span,
      .tax-speaker .sermons-list .sermon-item .sermon-title-info span,
      .tax-passage .sermons-list .sermon-item .sermon-title-info span {
        color: #878787;
        font-weight: 700;
        margin-right: 30px; }
    .tax-series .sermons-list .sermon-item .sermon-link,
    .tax-speaker .sermons-list .sermon-item .sermon-link,
    .tax-passage .sermons-list .sermon-item .sermon-link {
      padding: 30px; }
      .tax-series .sermons-list .sermon-item .sermon-link .button,
      .tax-speaker .sermons-list .sermon-item .sermon-link .button,
      .tax-passage .sermons-list .sermon-item .sermon-link .button {
        margin: 0; }
    @media (max-width: 768px) {
      .tax-series .sermons-list .sermon-item,
      .tax-speaker .sermons-list .sermon-item,
      .tax-passage .sermons-list .sermon-item {
        display: block; }
        .tax-series .sermons-list .sermon-item .sermon-date,
        .tax-speaker .sermons-list .sermon-item .sermon-date,
        .tax-passage .sermons-list .sermon-item .sermon-date {
          padding: 20px 20px 0;
          border-right: none; }
        .tax-series .sermons-list .sermon-item .sermon-title-info,
        .tax-speaker .sermons-list .sermon-item .sermon-title-info,
        .tax-passage .sermons-list .sermon-item .sermon-title-info {
          padding: 0 20px 0; } }
    @media (max-width: 768px) and (max-width: 640px) {
      .tax-series .sermons-list .sermon-item .sermon-title-info span,
      .tax-speaker .sermons-list .sermon-item .sermon-title-info span,
      .tax-passage .sermons-list .sermon-item .sermon-title-info span {
        display: block; } }
    @media (max-width: 768px) {
        .tax-series .sermons-list .sermon-item .sermon-link,
        .tax-speaker .sermons-list .sermon-item .sermon-link,
        .tax-passage .sermons-list .sermon-item .sermon-link {
          padding: 10px 20px 20px; } }

body .mejs-controls .mejs-button button {
  padding: 0 !important;
  background: transparent url(/wp-includes/js/mediaelement/controls.svg) no-repeat !important; }

.imageWrapper {
  position: relative; }
  .imageWrapper img {
    width: 100%; }
  .imageWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .imageWrapper audio {
    width: 100%;
    position: absolute;
    bottom: 10px;
    display: none; }

.latest-message .column, .latest-message .columns {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap; }
  .latest-message .column .message-date, .latest-message .columns .message-date {
    border-right: solid 2px #c3c3c3;
    padding: 10px 20px 10px 0;
    align-self: center; }
    @media (max-width: 600px) {
      .latest-message .column .message-date, .latest-message .columns .message-date {
        width: 100%;
        padding: 0;
        border-right: none; } }
    .latest-message .column .message-date h3, .latest-message .columns .message-date h3 {
      text-transform: uppercase;
      color: #1a1a1a;
      font-size: 20.8px;
      font-size: 0.8125rem;
      font-weight: 700;
      font-family: "proxima-nova", sans-serif;
      margin: 0; }
    .latest-message .column .message-date .date, .latest-message .columns .message-date .date {
      font-weight: 700;
      font-size: 22.4px;
      font-size: 0.875rem;
      color: #878787;
      font-family: "proxima-nova", sans-serif; }
  .latest-message .column .message-title-speaker, .latest-message .columns .message-title-speaker {
    padding: 10px 20px;
    flex-grow: 2;
    align-self: center; }
    @media (max-width: 600px) {
      .latest-message .column .message-title-speaker, .latest-message .columns .message-title-speaker {
        width: 100%;
        padding: 10px 0 0; } }
    .latest-message .column .message-title-speaker h4, .latest-message .columns .message-title-speaker h4 {
      font-size: 38.4px;
      font-size: 1.5rem;
      margin: 0;
      font-family: "proxima-nova", sans-serif;
      line-height: 1;
      font-weight: 700; }
      .latest-message .column .message-title-speaker h4 a, .latest-message .columns .message-title-speaker h4 a {
        color: #1170a4; }
        .latest-message .column .message-title-speaker h4 a:hover, .latest-message .columns .message-title-speaker h4 a:hover, .latest-message .column .message-title-speaker h4 a:focus, .latest-message .columns .message-title-speaker h4 a:focus {
          color: #0c5076; }
    .latest-message .column .message-title-speaker .speaker, .latest-message .columns .message-title-speaker .speaker {
      font-weight: 700;
      font-size: 22.4px;
      font-size: 0.875rem;
      color: #878787;
      font-family: "proxima-nova", sans-serif; }
      .latest-message .column .message-title-speaker .speaker a, .latest-message .columns .message-title-speaker .speaker a {
        color: #878787; }
        .latest-message .column .message-title-speaker .speaker a:hover, .latest-message .columns .message-title-speaker .speaker a:hover, .latest-message .column .message-title-speaker .speaker a:focus, .latest-message .columns .message-title-speaker .speaker a:focus {
          color: #6e6e6e; }
  .latest-message .column .message-links, .latest-message .columns .message-links {
    padding: 10px 0 10px 20px;
    align-self: center; }
    .latest-message .column .message-links .button, .latest-message .columns .message-links .button {
      margin: 0; }
      .latest-message .column .message-links .button:first-of-type, .latest-message .columns .message-links .button:first-of-type {
        margin-right: 10px; }
    @media (max-width: 768px) {
      .latest-message .column .message-links, .latest-message .columns .message-links {
        width: 100%;
        padding: 10px 0 0; } }

.testimonials .testimonial {
  text-align: center;
  transition: .5s linear opacity; }
  .testimonials .testimonial.fadeOut {
    opacity: 0; }
  .testimonials .testimonial .testimonialQuoteAuthorImage {
    height: 70px;
    width: 70px;
    border-radius: 100%;
    border: solid 2px white;
    display: inline-block;
    margin: 0 0 -35px; }
  .testimonials .testimonial .testimonialQuote {
    font-family: "merriweather", serif;
    font-size: 38.4px;
    font-size: 1.5rem;
    color: white;
    font-style: italic;
    background: rgba(255, 255, 255, 0.15);
    padding: 50px 25px; }
  .testimonials .testimonial .testimonialQuoteAuthor {
    font-family: "merriweather", serif;
    background: #9d300f;
    padding: 10px 25px;
    font-size: 28.8px;
    font-size: 1.125rem;
    font-style: italic;
    color: white;
    display: inline-block;
    margin: -49px 0 0; }
.testimonials .slick-dots {
  position: static;
  margin-top: 20px; }
  .testimonials .slick-dots li {
    margin: 0;
    padding-left: 0; }
    .testimonials .slick-dots li:before {
      content: none; }
    .testimonials .slick-dots li button {
      background-color: transparent !important;
      box-shadow: none;
      text-shadow: none;
      text-indent: -9999px; }
      .testimonials .slick-dots li button:before {
        color: #b7b7b7;
        opacity: 1;
        text-indent: 0; }
    .testimonials .slick-dots li:hover button:before, .testimonials .slick-dots li:focus button:before {
      color: white; }
    .testimonials .slick-dots li.slick-active button:before {
      color: #9d300f; }

.upcoming-events {
  margin-bottom: 20px; }
  .upcoming-events .event {
    margin-bottom: 30px; }
    .upcoming-events .event .event-image {
      overflow: hidden;
      height: 0;
      padding-bottom: 56.25%;
      margin: 0 0 10px; }
      .upcoming-events .event .event-image img {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        display: block;
        width: 100%; }
      .upcoming-events .event .event-image a:hover img, .upcoming-events .event .event-image a:focus img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15); }
    .upcoming-events .event .event-title {
      font-size: 38.4px;
      font-size: 1.5rem;
      color: #020202;
      font-weight: 700;
      font-family: "proxima-nova", sans-serif;
      margin: 0; }
      .upcoming-events .event .event-title a {
        color: #020202; }
        .upcoming-events .event .event-title a:hover, .upcoming-events .event .event-title a:focus {
          color: #1170a4; }
    .upcoming-events .event .event-date {
      font-weight: 700;
      font-family: "proxima-nova", sans-serif;
      font-size: 28.8px;
      font-size: 1.125rem;
      color: #868686; }

#latest-blog-posts {
  margin-bottom: 20px; }
  #latest-blog-posts a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #latest-blog-posts .flexbox-container {
    display: flex;
    justify-content: space-between; }
    #latest-blog-posts .flexbox-container .flex-item {
      display: flex;
      flex: 0 1 32%;
      margin: 0 0 30px; }
    @media (max-width: 640px) {
      #latest-blog-posts .flexbox-container {
        display: block; } }
  #latest-blog-posts .blog-post .post-image {
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
    margin: 0 0 10px; }
    #latest-blog-posts .blog-post .post-image img {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      display: block;
      width: 100%; }
    #latest-blog-posts .blog-post .post-image a:hover img, #latest-blog-posts .blog-post .post-image a:focus img {
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -ms-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15); }
  #latest-blog-posts .blog-post .post-info .post-category {
    font-size: 28.8px;
    font-size: 1.125rem;
    font-weight: 700; }
    #latest-blog-posts .blog-post .post-info .post-category a {
      color: #1170a4; }
      #latest-blog-posts .blog-post .post-info .post-category a:hover, #latest-blog-posts .blog-post .post-info .post-category a:focus {
        color: #0c5076; }
  #latest-blog-posts .blog-post .post-info .post-title {
    font-size: 35.2px;
    font-size: 1.375rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2; }
    #latest-blog-posts .blog-post .post-info .post-title a {
      color: #010101; }
      #latest-blog-posts .blog-post .post-info .post-title a:hover, #latest-blog-posts .blog-post .post-info .post-title a:focus {
        color: #1170a4; }
  #latest-blog-posts .blog-post .post-info .post-author {
    color: #626262; }
    #latest-blog-posts .blog-post .post-info .post-author span {
      font-family: "merriweather", serif;
      font-style: italic;
      font-size: 20.8px;
      font-size: 0.8125rem; }
    #latest-blog-posts .blog-post .post-info .post-author a {
      color: #626262; }
      #latest-blog-posts .blog-post .post-info .post-author a:hover, #latest-blog-posts .blog-post .post-info .post-author a:focus {
        color: #494949; }

.modal-link-vc .video-image {
  position: relative; }
  .modal-link-vc .video-image i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(25, 32, 37, 0.8);
    color: white;
    font-size: 80px;
    padding: 10px;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .modal-link-vc .video-image:hover i, .modal-link-vc .video-image:focus i {
    background: #192025; }

.reveal {
  overflow: visible; }
  .reveal.video {
    padding: 0;
    border: none; }
  .reveal .close-button {
    color: #DDDDDD;
    top: -34px;
    right: -6px; }
    .reveal .close-button:hover, .reveal .close-button:focus {
      color: white; }
    .reveal .close-button i {
      font-size: 32px; }

.reveal-overlay {
  background-color: rgba(10, 10, 10, 0.85); }

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

.location_hours_vc {
  position: relative; }
  .location_hours_vc .acf-map {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: none; }
    @media (max-width: 768px) {
      .location_hours_vc .acf-map {
        position: static;
        height: 500px; } }

.location-hours-wrapper {
  background: #FFF;
  padding: 5px;
  position: relative;
  z-index: 2;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (max-width: 1024px) {
    .location-hours-wrapper {
      margin-top: 500px; } }
  @media (max-width: 768px) {
    .location-hours-wrapper {
      margin-top: 0;
      margin-bottom: 0; } }
  .location-hours-wrapper .location-hours {
    padding: 20px 10px; }
    .location-hours-wrapper .location-hours .location-hours-subheading {
      font-family: "merriweather", serif;
      color: #696b71;
      font-size: 28.8px;
      font-size: 1.125rem;
      font-style: italic;
      margin-bottom: 20px; }
    .location-hours-wrapper .location-hours address {
      margin-bottom: 20px; }
    .location-hours-wrapper .location-hours .phone {
      margin-bottom: 15px; }

body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  background-color: transparent;
  border: none;
  border-top: solid 3px #c3c3c3;
  font-size: 38.4px;
  font-size: 1.5rem;
  border-radius: 0; }
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  color: #202123;
  padding: 20px 50px 20px 20px;
  position: relative; }
  body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a:after {
    content: '\E145';
    font-family: 'Material Icons';
    color: #1170a4;
    position: absolute;
    right: 15px;
    top: 18px; }
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: transparent;
  border: none;
  border-top: solid 3px #c3c3c3; }
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #202123; }
  body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a:after {
    content: '\E15B'; }
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent;
  border: none;
  padding: 10px 20px 40px 46px; }

.category-events {
  text-align: center; }
  .category-events h3 {
    font-size: 57.6px;
    font-size: 2.25rem;
    padding-bottom: 10px;
    margin-bottom: 35px;
    position: relative; }
    .category-events h3:after {
      width: 84px;
      height: 4px;
      background: #1170a4;
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto; }
  .category-events .media-object {
    border-bottom: solid 2px #e4e4e4;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .category-events .media-object .media-object-section .thumbnail {
      border: none;
      padding: 0; }
      .category-events .media-object .media-object-section .thumbnail img {
        max-width: 125px; }
    .category-events .media-object .media-object-section.main-section {
      text-align: left;
      vertical-align: middle; }
      .category-events .media-object .media-object-section.main-section .event-title {
        font-size: 41.6px;
        font-size: 1.625rem;
        margin: 0;
        line-height: 1.2; }
        .category-events .media-object .media-object-section.main-section .event-title a {
          color: #020202; }
          .category-events .media-object .media-object-section.main-section .event-title a:hover, .category-events .media-object .media-object-section.main-section .event-title a:focus {
            color: #1170a4; }
      .category-events .media-object .media-object-section.main-section .event-date {
        font-weight: 700;
        font-family: "proxima-nova", sans-serif;
        font-size: 28.8px;
        font-size: 1.125rem;
        color: #868686; }
  .category-events .blue-arrow-link {
    display: inline-block;
    margin: 0 auto;
    margin-top: 30px; }

.category-posts {
  text-align: center; }
  .category-posts h3 {
    font-size: 57.6px;
    font-size: 2.25rem;
    padding-bottom: 10px;
    margin-bottom: 35px;
    position: relative; }
    .category-posts h3:after {
      width: 84px;
      height: 4px;
      background: #1170a4;
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto; }
  .category-posts .media-object {
    border-bottom: solid 2px #e4e4e4;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .category-posts .media-object .media-object-section .thumbnail {
      border: none;
      padding: 0; }
      .category-posts .media-object .media-object-section .thumbnail img {
        max-width: 125px; }
    .category-posts .media-object .media-object-section.main-section {
      text-align: left;
      vertical-align: middle; }
      .category-posts .media-object .media-object-section.main-section .post-category {
        font-size: 28.8px;
        font-size: 1.125rem;
        font-weight: 700;
        color: #1170a4; }
        .category-posts .media-object .media-object-section.main-section .post-category a {
          color: #1170a4; }
          .category-posts .media-object .media-object-section.main-section .post-category a:hover, .category-posts .media-object .media-object-section.main-section .post-category a:focus {
            color: #0c5076; }
      .category-posts .media-object .media-object-section.main-section .post-title {
        font-size: 35.2px;
        font-size: 1.375rem;
        margin: 0;
        line-height: 1.2; }
        .category-posts .media-object .media-object-section.main-section .post-title a {
          color: #020202; }
          .category-posts .media-object .media-object-section.main-section .post-title a:hover, .category-posts .media-object .media-object-section.main-section .post-title a:focus {
            color: #1170a4; }
      .category-posts .media-object .media-object-section.main-section .post-author {
        color: #626262; }
        .category-posts .media-object .media-object-section.main-section .post-author span {
          font-family: "merriweather", serif;
          font-style: italic;
          font-size: 20.8px;
          font-size: 0.8125rem; }
        .category-posts .media-object .media-object-section.main-section .post-author a {
          color: #626262; }
          .category-posts .media-object .media-object-section.main-section .post-author a:hover, .category-posts .media-object .media-object-section.main-section .post-author a:focus {
            color: #494949; }
  .category-posts .blue-arrow-link {
    display: inline-block;
    margin: 0 auto;
    margin-top: 30px; }

.block-grid .column, .block-grid .columns {
  margin-bottom: 30px; }

.interactive-banner {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  background: black; }
  .interactive-banner .banner-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    z-index: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0.6; }
  .interactive-banner .banner-text {
    position: absolute;
    z-index: 1;
    text-align: center;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px; }
    .interactive-banner .banner-text .banner-heading {
      color: white;
      text-transform: capitalize;
      margin: 0; }
    .interactive-banner .banner-text .banner-subheading {
      color: white;
      font-family: "merriweather", serif;
      font-style: italic;
      font-size: 22.4px;
      font-size: 0.875rem;
      text-transform: capitalize;
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-transform: translateY(-20px);
      -moz-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      -o-transform: translateY(-20px);
      transform: translateY(-20px); }
  .interactive-banner a:hover .banner-image, .interactive-banner a:focus .banner-image, .interactive-banner a.hover .banner-image {
    -webkit-transform: translate(-50%, -50%) scale(1.15);
    -moz-transform: translate(-50%, -50%) scale(1.15);
    -ms-transform: translate(-50%, -50%) scale(1.15);
    -o-transform: translate(-50%, -50%) scale(1.15);
    transform: translate(-50%, -50%) scale(1.15);
    opacity: 0.3; }
  .interactive-banner a:hover .banner-subheading, .interactive-banner a:focus .banner-subheading, .interactive-banner a.hover .banner-subheading {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

.staff-filters {
  color: #1e1e1e; }
  .staff-filters span {
    display: inline-block;
    font-weight: 700;
    font-size: 22.4px;
    font-size: 0.875rem;
    padding: 10px 15px;
    border-bottom: solid 3px transparent; }
  .staff-filters .button.dropdown {
    background-color: transparent !important;
    color: #1e1e1e !important;
    padding: 10px 15px !important;
    border-bottom: solid 3px #c3c3c3 !important;
    font-family: "proxima-nova", sans-serif;
    margin: 0;
    font-size: 14px !important;
    letter-spacing: 0; }
    .staff-filters .button.dropdown:after {
      border-color: #1170a4 transparent transparent;
      top: 3px;
      transition: .2s linear transform;
      transform: rotateZ(270deg); }
    .staff-filters .button.dropdown.hover:after {
      transform: rotateZ(360deg); }
  .staff-filters .dropdown-pane {
    border: none;
    width: 250px;
    text-align: left;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4); }
    .staff-filters .dropdown-pane label {
      color: #000000;
      font-size: 22.4px;
      font-size: 0.875rem;
      margin-left: 4px;
      line-height: 1;
      padding: 4px 0; }
      .staff-filters .dropdown-pane label input {
        margin: 0 5px 0 0;
        vertical-align: 1px; }

.staff-grid-container.no-staff {
  text-align: center;
  font-weight: bold;
  padding: 80px 0; }

.staff-grid {
  margin-top: 20px;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .staff-grid .staff-member {
    position: relative;
    overflow: hidden;
    flex-basis: 23%;
    margin: 0 1%; }
    @media (max-width: 1024px) {
      .staff-grid .staff-member {
        flex-basis: 48%; } }
    @media (max-width: 640px) {
      .staff-grid .staff-member {
        flex-basis: 100%; } }
    .staff-grid .staff-member .staff-info-toggle {
      display: block;
      outline: none; }
    .staff-grid .staff-member .staff-image {
      width: 100%;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      margin-bottom: 16px; }
    .staff-grid .staff-member .staff-info-box {
      position: relative;
      padding-right: 24px;
      margin-bottom: 16px; }
      .staff-grid .staff-member .staff-info-box .staff-name {
        display: block;
        font-weight: 700;
        font-size: 35.2px;
        font-size: 1.375rem;
        color: #010101;
        line-height: 1.2;
        margin: 0; }
      .staff-grid .staff-member .staff-info-box .staff-title {
        font-style: italic;
        font-size: 22.4px;
        font-size: 0.875rem;
        display: block;
        color: #626262;
        font-family: "merriweather", serif; }
      .staff-grid .staff-member .staff-info-box .fa {
        color: #1170a4;
        position: absolute;
        top: 8px;
        right: 0;
        font-size: 30px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .staff-grid .staff-member.selected .fa {
      right: 8px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }

.staff-member-bio-container {
  display: none;
  flex-basis: 100%;
  background: #dadada;
  margin-bottom: 20px; }
  .staff-member-bio-container.shouldTransition {
    max-height: 0;
    overflow: hidden; }
  .staff-member-bio-container.active {
    display: flex; }
  .staff-member-bio-container.doTransition {
    max-height: 1000px; }
    @media (max-width: 640px) {
      .staff-member-bio-container.doTransition {
        max-height: inherit; } }
  .staff-member-bio-container.applyTransition {
    -webkit-transition: max-height 0.35s linear;
    -moz-transition: max-height 0.35s linear;
    transition: max-height 0.35s linear; }
  .staff-member-bio-container.moveAway {
    position: absolute;
    transform: translate3d(10000px, 0, 0);
    max-height: 1000px; }
  .staff-member-bio-container .staff-member-photo {
    position: relative;
    overflow: hidden; }
    @media (max-width: 640px) {
      .staff-member-bio-container .staff-member-photo {
        display: none; } }
    .staff-member-bio-container .staff-member-photo .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      background-image: -webkit-linear-gradient( left , #dadada 3%, transparent 50%);
      background-image: linear-gradient(to right, #dadada 3%, transparent 50%); }
    .staff-member-bio-container .staff-member-photo img {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 1; }
  .staff-member-bio-container .staff-member-bio {
    padding: 30px 10px 30px 30px; }
    .staff-member-bio-container .staff-member-bio .inner {
      max-height: 400px;
      overflow-y: auto;
      padding: 0 20px 0 0; }
      @media (max-width: 640px) {
        .staff-member-bio-container .staff-member-bio .inner {
          max-height: none; } }
    .staff-member-bio-container .staff-member-bio .staff-member-header {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      margin-bottom: 20px; }
    .staff-member-bio-container .staff-member-bio .staff-member-title {
      font-family: "merriweather", serif;
      font-size: 25.6px;
      font-size: 1rem;
      color: #626262;
      font-style: italic;
      font-weight: 300; }
    .staff-member-bio-container .staff-member-bio .staff-member-name {
      font-weight: 700;
      font-size: 54.4px;
      font-size: 2.125rem;
      color: #010101;
      line-height: 1.1;
      flex-grow: 2;
      margin: 0; }
    .staff-member-bio-container .staff-member-bio .staff-member-email {
      font-size: 25.6px;
      font-size: 1rem;
      font-style: italic;
      font-weight: 400; }
    .staff-member-bio-container .staff-member-bio .staff-member-social-media {
      font-size: 38.4px;
      font-size: 1.5rem; }
    .staff-member-bio-container .staff-member-bio p {
      color: #434343;
      margin-bottom: 30px;
      font-size: 25.6px;
      font-size: 1rem; }

.serve-opportunities .serve-filters, .serve-opportunities .small_group-filters {
  color: #1e1e1e;
  display: flex;
  justify-content: center;
  padding: 0 1em; }
  @media (max-width: 768px) {
    .serve-opportunities .serve-filters, .serve-opportunities .small_group-filters {
      justify-content: center; } }
  .serve-opportunities .serve-filters .button.dropdown, .serve-opportunities .small_group-filters .button.dropdown {
    background-color: transparent !important;
    color: #1e1e1e !important;
    padding: 10px 15px !important;
    border-bottom: solid 3px #c3c3c3 !important;
    font-family: "proxima-nova", sans-serif;
    margin: 0 10px;
    font-size: 14px !important;
    letter-spacing: 0; }
    .serve-opportunities .serve-filters .button.dropdown:after, .serve-opportunities .small_group-filters .button.dropdown:after {
      border-color: #1170a4 transparent transparent;
      top: 3px;
      transition: .2s linear transform;
      transform: rotateZ(270deg); }
    .serve-opportunities .serve-filters .button.dropdown.hover:after, .serve-opportunities .small_group-filters .button.dropdown.hover:after {
      transform: rotateZ(360deg); }
  .serve-opportunities .serve-filters .dropdown-pane, .serve-opportunities .small_group-filters .dropdown-pane {
    border: none;
    width: 250px;
    text-align: left;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4); }
    .serve-opportunities .serve-filters .dropdown-pane label, .serve-opportunities .small_group-filters .dropdown-pane label {
      font-size: 22.4px;
      font-size: 0.875rem;
      margin-left: 4px;
      line-height: 1;
      padding: 4px 0; }
      .serve-opportunities .serve-filters .dropdown-pane label input, .serve-opportunities .small_group-filters .dropdown-pane label input {
        margin: 0 5px 0 0;
        vertical-align: 1px; }
.serve-opportunities .media-object {
  margin-top: 40px; }
  .serve-opportunities .media-object .media-object-section .thumbnail {
    border: none;
    box-shadow: none; }
  .serve-opportunities .media-object .media-object-section:first-child {
    padding-right: 3rem; }
    @media (max-width: 640px) {
      .serve-opportunities .media-object .media-object-section:first-child {
        padding-right: 0; } }
  .serve-opportunities .media-object .main-section .post-category {
    color: #626262;
    font-family: "merriweather", serif;
    font-style: italic; }
    .serve-opportunities .media-object .main-section .post-category a {
      color: #626262; }
  .serve-opportunities .media-object .main-section .post-title {
    font-size: 57.6px;
    font-size: 2.25rem;
    color: #282828;
    margin: 0 0 10px;
    line-height: 1.2; }
    .serve-opportunities .media-object .main-section .post-title a {
      color: #282828; }
  .serve-opportunities .media-object .main-section .post-excerpt {
    margin-bottom: 20px; }

.filterableContainer {
  position: relative; }
  .filterableContainer .loadingSpinner {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(17, 112, 164, 0.3);
    position: absolute;
    top: -2.5%;
    left: -2.5%;
    height: 0;
    width: 0;
    font-size: 80px;
    transition: opacity .2s linear;
    opacity: 0;
    overflow: hidden;
    z-index: 50; }
    .filterableContainer .loadingSpinner i {
      color: #1170a4; }
    .filterableContainer .loadingSpinner.show {
      opacity: 1;
      height: 105%;
      width: 105%; }

.firefox .button.dropdown:after {
  top: -10px !important;
  left: 5px !important; }

.entry-content .vc_wp_custommenu {
  border-left: solid 1px #dadada;
  padding-left: 40px; }
  .entry-content .vc_wp_custommenu .widgettitle {
    text-transform: uppercase;
    font-size: 35.2px;
    font-size: 1.375rem;
    margin: 0 0 20px; }
  .entry-content .vc_wp_custommenu ul {
    border-top: solid 1px #dadada; }
    .entry-content .vc_wp_custommenu ul li {
      border-bottom: solid 1px #dadada;
      display: block;
      position: relative;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      padding-left: 0; }
      .entry-content .vc_wp_custommenu ul li:before {
        content: none; }
      .entry-content .vc_wp_custommenu ul li a {
        padding: 0.7em 0;
        color: #202123; }
        .entry-content .vc_wp_custommenu ul li a:hover, .entry-content .vc_wp_custommenu ul li a:focus {
          color: #1170a4; }
      .entry-content .vc_wp_custommenu ul li:hover:before, .entry-content .vc_wp_custommenu ul li:focus:before {
        content: '';
        width: 13px;
        height: 13px;
        background: #1170a4;
        border-radius: 100%;
        position: absolute;
        left: -47px;
        top: 13px; }
      .entry-content .vc_wp_custommenu ul li.current-menu-item:before {
        content: '';
        width: 13px;
        height: 13px;
        background: #1170a4;
        border-radius: 100%;
        position: absolute;
        left: -47px;
        top: 13px; }
      .entry-content .vc_wp_custommenu ul li.current-menu-item a {
        font-weight: 700; }

.current-series a {
  padding: 5px 0 0 !important; }
.current-series img {
  margin-bottom: 30px; }

.recent-posts ul {
  margin: 7px 0 20px; }
  .recent-posts ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #dadada; }

.featured-sermons-list ul {
  margin: 7px 0 20px; }
  .featured-sermons-list ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #dadada; }

.background_video_wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
  .background_video_wrapper .background_video {
    position: absolute;
    top: 0;
    left: 0; }
    .background_video_wrapper .background_video.wide {
      width: 100%; }
    .background_video_wrapper .background_video.tall {
      height: 100%; }

.row.has_overlay {
  position: relative; }
  .row.has_overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block !important;
    z-index: 1; }
  .row.has_overlay .column, .row.has_overlay .columns,
  .row.has_overlay .columns {
    position: relative;
    z-index: 2; }
.row.left-to-right:before {
  background: -webkit-linear-gradient( left , transparent, rgba(0, 0, 0, 0.7));
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.7)); }
.row.right-to-left:before {
  background: -webkit-linear-gradient( right , transparent, rgba(0, 0, 0, 0.7));
  background: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.7)); }
.row.top-to-bottom:before {
  background: -webkit-linear-gradient( top , transparent, rgba(0, 0, 0, 0.7));
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7)); }
.row.bottom-to-top:before {
  background: -webkit-linear-gradient( bottom , transparent, rgba(0, 0, 0, 0.7));
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.7)); }

.wpb_text_column.light * {
  color: #FFFFFF !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); }
  .wpb_text_column.light * a {
    text-decoration: underline; }
    .wpb_text_column.light * a:hover, .wpb_text_column.light * a:focus {
      text-decoration: none; }

.error404 .entry-content {
  margin: 0 auto;
  padding: 80px 0; }

#tribe-events-pg-template {
  padding: 60px 0;
  background: white;
  max-width: none; }
  #tribe-events-pg-template #tribe-events {
    max-width: 70rem;
    margin: 0 auto 40px; }
  #tribe-events-pg-template .tribe-events-notices {
    margin: 10px 0 40px; }
  #tribe-events-pg-template h2.tribe-events-page-title {
    font-weight: 700; }
  #tribe-events-pg-template .tribe-events-list .tribe-events-event-image {
    margin-bottom: 30px; }
  #tribe-events-pg-template .tribe-events-list .time-details, #tribe-events-pg-template .tribe-events-list .tribe-events-venue-details {
    line-height: 1.4; }
  #tribe-events-pg-template .tribe-events-list .tribe-events-venue-details {
    margin: 0 0 15px; }
  #tribe-events-pg-template .tribe-events-divider {
    margin: 0 5px; }
  #tribe-events-pg-template .tribe-events-list .tribe-events-list-event-title {
    margin: 0 0 10px; }
  #tribe-events-pg-template .event-is-recurring {
    font-weight: 700;
    color: inherit; }
  #tribe-events-pg-template .tribe-events-list .type-tribe_events h2 a {
    color: #010101; }
    #tribe-events-pg-template .tribe-events-list .type-tribe_events h2 a:hover, #tribe-events-pg-template .tribe-events-list .type-tribe_events h2 a:focus {
      color: #1170a4; }
  #tribe-events-pg-template .tribe-events-single-event-title {
    font-size: 64px;
    font-size: 2.5rem;
    line-height: 1.1;
    margin: 0; }
  #tribe-events-pg-template .tribe-events-schedule {
    margin: 20px 0; }
  #tribe-events-pg-template .tribe-events-schedule .subheading {
    margin: 0 !important;
    display: inline-block;
    font-size: 1.4rem; }
  #tribe-events-pg-template .tribe-events-schedule .event-is-recurring {
    font-weight: 400;
    font-size: 1.4rem; }
  #tribe-events-pg-template #tribe-events-pg-template .tribe-events-schedule * {
    line-height: 1.4; }
  #tribe-events-pg-template .tribe-events-cal-links {
    margin-bottom: 30px; }

.single-tribe_events .tribe-events-schedule .recurringinfo {
  font-size: 1.4rem;
  vertical-align: inherit; }

.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
  max-width: 70rem;
  margin: 0 auto; }

.single-tribe_events .tribe-events-event-image {
  margin-bottom: 30px; }

.tribe-events-tooltip .tribe-event-duration {
  font-size: 20.8px;
  font-size: 0.8125rem;
  margin: 0 0 10px; }
.tribe-events-tooltip .tribe-events-event-thumb {
  float: none;
  margin: 0 0 10px; }
.tribe-events-tooltip .tribe-event-description p {
  font-size: 24px;
  font-size: 0.9375rem;
  line-height: 1.4; }

#tribe-events-content {
  margin-bottom: 0; }
  #tribe-events-content .tribe-events-tooltip h4 {
    background-color: transparent;
    color: #010101;
    font-size: 32px;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0; }
  #tribe-events-content.tribe-events-list {
    margin-bottom: 0; }

.recurring-info-tooltip,
.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip {
  padding: 15px 20px; }

#tribe-bar-form .tribe-bar-submit input[type=submit] {
  text-shadow: none; }

.tribe-events-venue address.venue-address span {
  line-height: 1.4;
  margin: 0; }

.single-tribe_events .tribe-events-event-meta {
  font-size: 24px;
  font-size: 0.9375rem; }

.tribe-bar-disabled {
  float: none; }
  .tribe-bar-disabled #tribe-events-bar {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 640px) {
      .tribe-bar-disabled #tribe-events-bar {
        flex-direction: column; } }
    @media (max-width: 640px) {
      .tribe-bar-disabled #tribe-events-bar .select-category {
        margin: 0 0 20px; } }
    .tribe-bar-disabled #tribe-events-bar .select-category .button.dropdown {
      background-color: transparent !important;
      color: #1e1e1e !important;
      padding: 10px 15px !important;
      border-bottom: solid 3px #c3c3c3 !important;
      font-family: "proxima-nova", sans-serif;
      margin: 0 10px;
      font-size: 14px !important;
      letter-spacing: 0; }
      .tribe-bar-disabled #tribe-events-bar .select-category .button.dropdown:after {
        border-color: #1170a4 transparent transparent;
        top: 3px; }
    .tribe-bar-disabled #tribe-events-bar .select-category ul {
      margin: 0; }
      .tribe-bar-disabled #tribe-events-bar .select-category ul li label {
        font-size: 25.6px;
        font-size: 1rem; }
        .tribe-bar-disabled #tribe-events-bar .select-category ul li label:hover, .tribe-bar-disabled #tribe-events-bar .select-category ul li label:focus {
          color: #1170a4;
          cursor: pointer; }
      .tribe-bar-disabled #tribe-events-bar .select-category ul li input[type="radio"] {
        opacity: 0;
        margin: 0; }
    .tribe-bar-disabled #tribe-events-bar .select-view .view-as {
      font-size: 22.4px;
      font-size: 0.875rem;
      font-weight: 700;
      text-transform: uppercase; }
    .tribe-bar-disabled #tribe-events-bar .select-view a {
      margin: 0 5px; }

.tribe-events-list .tribe-events-loop .tribe-events-event-image {
  width: 100%;
  float: none;
  margin: 0 0 1.6em; }

.search-results .site-content {
  padding: 60px 0; }
.search-results .entry-header {
  margin: 0; }
  .search-results .entry-header .entry-title {
    font-size: 48px;
    font-size: 1.875rem; }
.search-results .entry-summary {
  margin: 0; }
.search-results .hentry {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: solid 1px #dadada; }
  .search-results .hentry:last-of-type {
    margin-bottom: 0; }

.social-media {
  margin: 20px 0; }
  .social-media i {
    border-radius: 100%;
    color: white;
    font-size: 21px;
    height: 40px;
    width: 40px;
    line-height: 37px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: solid 2px #1170a4;
    margin: 0 4px; }
    .social-media i:hover, .social-media i:focus {
      background-color: #1170a4; }

.essb-profile ul,
.essbfc-container-profiles ul {
  display: inline-block; }
.essb-profile ul li:before,
.essb-profile .essb-single-profile:before,
.essbfc-container-profiles ul li:before,
.essbfc-container-profiles .essb-single-profile:before {
  content: none !important; }

.essb_links.essb_template_clear-retina .essb_item:before {
  content: none !important; }
.essb_links.essb_template_clear-retina .essb_item.essb_link_twitter .essb_icon {
  background-color: #1da1f2 !important; }
.essb_links.essb_template_clear-retina .essb_item .essb_icon {
  width: 50px !important;
  height: 50px !important;
  background-size: 32px !important;
  background-position: center !important; }

.essbfc-container.essbfc-container-profiles.essbfc-template-outlinecolor li .essbfc-network i, .essbfc-container.essbfc-container-profiles.essbfc-template-outlinegrey li .essbfc-network i, .essbfc-container.essbfc-container-profiles.essbfc-template-outlinelight li .essbfc-network i, .essbfc-container.essbfc-container-profiles.essbfc-template-roundcolor li .essbfc-network i, .essbfc-container.essbfc-container-profiles.essbfc-template-roundgrey li .essbfc-network i, .essbfc-container.essbfc-container-profiles.essbfc-template-roundlight li .essbfc-network i {
  width: 44px !important;
  height: 44px !important;
  line-height: 1 !important; }

.essbfc-template-outlinelight li .essbfc-network i, .essbfc-template-roundcolor li .essbfc-network i {
  font-size: 24px !important; }

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

.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;
  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 !important;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
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;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px !important;
  font-weight: 400 !important;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .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: 10px;
  right: 10px;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-title:not(:empty) + .mfp-counter {
  color: #777;
  top: 15px;
  right: 15px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.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; }
  .mfp-arrow:before, .mfp-arrow:after {
    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 {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

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

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    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;
  box-sizing: border-box;
  padding: 60px 0 60px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 60px;
    bottom: 60px;
    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;
    position: relative; }
    .mfp-figure figure figcaption {
      position: absolute;
      bottom: 60px;
      width: 100%;
      z-index: 1; }

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

.mfp-title {
  text-align: left;
  line-height: 20px;
  word-wrap: break-word;
  padding-right: 36px;
  max-height: 125px;
  overflow-y: scroll; }
  .mfp-title:not(:empty) {
    background: white;
    padding: 15px 54px 15px 20px; }

.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;
    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; } }
.row1Left {
  padding: 60px; }

.squiggle img {
  width: 80px; }

.p20 {
  padding: 20px; }

.copyrightText {
  color: #fff; }

.photo-gallery-vc {
  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; }
  .photo-gallery-vc a {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 23%;
    -moz-flex: 0 1 23%;
    -ms-flex: 0 1 23%;
    flex: 0 1 23%;
    margin: 10px 1%;
    position: relative; }
    @media (max-width: 640px) {
      .photo-gallery-vc a {
        -webkit-flex-basis: 48%;
        -moz-flex-basis: 48%;
        flex-basis: 48%;
        -ms-flex-preferred-size: 48%; } }
    .photo-gallery-vc a:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      z-index: 1; }
    .photo-gallery-vc a:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      -moz-transform: translate3d(-50%, -50%, 0);
      -ms-transform: translate3d(-50%, -50%, 0);
      -o-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      opacity: 0;
      content: '\f00e';
      font-family: 'FontAwesome';
      color: white;
      font-size: 24px;
      z-index: 2; }
    .photo-gallery-vc a:hover:before, .photo-gallery-vc a:hover:after, .photo-gallery-vc a:focus:before, .photo-gallery-vc a:focus:after {
      opacity: 1; }

/*# sourceMappingURL=style.css.map */
