﻿@charset "UTF-8";
/*!
Theme Name: CVLI Global
Theme URI: https://cvli.com
Author: Michael Halstead
Author URI: https://michaelhalstead.com
Description: A custom WordPress Multisite Theme for CVLI.
Version: 1.0.0
License: See license.txt
Text Domain: cvli-multilingual-text
*/
/* ---------------------------------------------------------- */
/* 	Load All Required Styles
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Foundation - Style Loader
/* ---------------------------------------------------------- */
/**
 * 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.
   */
@import 'https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/css/select2.min.css';
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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: 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"] {
  -webkit-box-sizing: border-box;
  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 */
  -webkit-box-sizing: content-box;
  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=48em&large=62em&xlarge=75em"; }

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .row .row {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 48em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
  .row.expanded {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

.column, .columns {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: initial; }
  @media screen and (min-width: 48em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.small-up-1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

@media screen and (min-width: 48em) {
  .medium-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 48em) and (min-width: 48em) {
  .medium-expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media screen and (min-width: 48em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }

@media screen and (min-width: 48em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (min-width: 62em) {
  .large-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 62em) and (min-width: 62em) {
  .large-expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media screen and (min-width: 62em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }

@media screen and (min-width: 62em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .xlarge-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .xlarge-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .xlarge-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xlarge-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  .xlarge-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .xlarge-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xlarge-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .xlarge-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 75em) and (min-width: 75em) {
  .xlarge-expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media screen and (min-width: 75em) {
    .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }

@media screen and (min-width: 75em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%; }

.column.align-top, .align-top.columns {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.column.align-bottom, .align-bottom.columns {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.column.align-middle, .align-middle.columns {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.column.align-stretch, .align-stretch.columns {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch; }

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: 48em) {
  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: 48em) {
  .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: 62em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !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; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  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; }

[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;
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -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;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #cacaca; }

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"] {
  -webkit-box-sizing: border-box;
  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; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 61.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 47.9375em), screen and (min-width: 62em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 62em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 61.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 62em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 61.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge-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; } }

.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; }

.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; }

.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;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  -o-transition: transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    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: 48em) {
  .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: 62em) {
  .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; } }

@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.xlarge-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.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.xlarge-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.xlarge-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; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-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;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
  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;
  -webkit-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
      transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
      transform: translateX(-250px); }

@media screen and (min-width: 48em) {
  .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: 62em) {
  .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; } }

@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xlarge {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 250px; } }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  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: 48em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 48em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media screen and (min-width: 48em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 48em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 48em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 48em) {
    .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: 47.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; }

.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;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  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; }

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #d9d9d9;
  color: #0a0a0a;
  font-size: 14px;
  padding: 20px;
  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 #d9d9d9;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #d9d9d9 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 #d9d9d9;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #d9d9d9 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

@media screen and (max-width: 47.9375em) {
  .row {
    padding: 0 20px; }
    .row .row {
      padding: 0; } }

@media screen and (max-width: 47.9375em) {
  .columns {
    padding: 0; } }

@media screen and (max-width: 47.9375em) {
  .row {
    max-width: 100%; } }

@media screen and (min-width: 48em) and (max-width: 61.9375em) {
  .row {
    max-width: 100%; } }

@media screen and (min-width: 62em) and (max-width: 74.9375em) {
  .row {
    max-width: 992px; } }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/* 	Style Modules / Mixins / Vars / etc
/* ---------------------------------------------------------- */
@font-face {
  font-family: 'akagi_prolight';
  src: url("src/media/webfonts/akagipro-lt-webfont.woff2") format("woff2"), url("src/media/webfonts/akagipro-lt-webfont.woff") format("woff"), url("src/media/webfonts/akagipro-lt-webfont.svg#akagi_prolight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'akagi_prolight_italic';
  src: url("src/media/webfonts/akagipro-ltit-webfont.woff2") format("woff2"), url("src/media/webfonts/akagipro-ltit-webfont.woff") format("woff"), url("src/media/webfonts/akagipro-ltit-webfont.svg#akagi_prolight_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'akagi_probook';
  src: url("src/media/webfonts/akagipro-bk-webfont.woff2") format("woff2"), url("src/media/webfonts/akagipro-bk-webfont.woff") format("woff"), url("src/media/webfonts/akagipro-bk-webfont.svg#akagi_probook") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'akagi_probook_italic';
  src: url("src/media/webfonts/akagipro-bkit-webfont.woff2") format("woff2"), url("src/media/webfonts/akagipro-bkit-webfont.woff") format("woff"), url("src/media/webfonts/akagipro-bkit-webfont.svg#akagi_probook_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'akagi_probold';
  src: url("src/media/webfonts/akagipro-bd-webfont.woff2") format("woff2"), url("src/media/webfonts/akagipro-bd-webfont.woff") format("woff"), url("src/media/webfonts/akagipro-bd-webfont.svg#akagi_probold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'akagi_probold_italic';
  src: url("src/media/webfonts/akagipro-bdit-webfont.woff2") format("woff2"), url("src/media/webfonts/akagipro-bdit-webfont.woff") format("woff"), url("src/media/webfonts/akagipro-bdit-webfont.svg#akagi_probold_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ---------------------------------------------------------- */
/* 	Colors
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* Wireframe Colors
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* 	Fonts
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* 	Typography
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* 	Padding - This is kinda lame.
/* ---------------------------------------------------------- */
/* This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* —————————————————————————————————————————————————— */
/*   Placeholders
/* —————————————————————————————————————————————————— */
/* ---------------------------------------------------------- */
/*   Layout
/* ---------------------------------------------------------- */
.auto-transposition .images {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
  @media screen and (max-width: 767px) {
    .auto-transposition .images {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }

.auto-transposition .text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }
  @media screen and (max-width: 767px) {
    .auto-transposition .text {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

/* ---------------------------------------------------------- */
/*   Typography
/* ---------------------------------------------------------- */
.license-overview .icon-and-text p, .wysiwyg-all-options h5,
.news-item.single h5,
.page-template-copyright-license #intro-text h5, .reveal p, #icon-features .icon-and-text p, #icon-features-alt .icon-and-text .content p, .leadership-sidebar p, #contact .select-intro, #contact .contact-box .chat-flex p, #contact .contact-form-holder .gform_wrapper label, #contact .contact-form-holder .gform_wrapper #field_1_2, section#intro-text .contact-box .chat-flex p, #loop-careers .careers-sidebar p, #loop-careers-single .careers-apply p, .page-template-support #scrollto .content-section .content-row p, .page-template-uk-copyright-license #scrollto .content-section .content-row p, .wysiwyg-all-options .base-text,
.news-item.single .base-text,
.page-template-copyright-license #intro-text .base-text, .vignette-sidebar p, #intro-text .sidebar-style-2 .-content .-section .contact-info p, .news-sidebar p, #cta-orange .contact-flex .contact-info p, .sidebar-style-2 .-content .-section .contact-info p, #cta-orange-alternate .-action .-copy p, .ccli-note {
  font-size: 16px;
  line-height: 22px; }

.page-template-copyright-license h2, .page-template-uk-copyright-license h2, .page-template-church-video-license h2, #icon-features h2, #stream-rehearse-license-overview .header .header-holder h2, #icon-features-alt h2, .top-publishers .intro h2, .songsearch-component h2, #cta-orange-bg h2, #loop-news .news-item h1, #contact h2, section#intro-text h2, #loop-careers h2, #loop-careers-single .intro, .wysiwyg-all-options h1,
.news-item.single h1,
.page-template-copyright-license #intro-text h1, .wysiwyg-all-options h2.intro,
.news-item.single h2.intro,
.page-template-copyright-license #intro-text h2.intro {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  padding: 0 0 8px 0; }
  @media screen and (min-width: 62em) {
    .page-template-copyright-license h2, .page-template-uk-copyright-license h2, .page-template-church-video-license h2, #icon-features h2, #stream-rehearse-license-overview .header .header-holder h2, #icon-features-alt h2, .top-publishers .intro h2, .songsearch-component h2, #cta-orange-bg h2, #loop-news .news-item h1, #contact h2, section#intro-text h2, #loop-careers h2, #loop-careers-single .intro, .wysiwyg-all-options h1,
    .news-item.single h1,
    .page-template-copyright-license #intro-text h1, .wysiwyg-all-options h2.intro,
    .news-item.single h2.intro,
    .page-template-copyright-license #intro-text h2.intro {
      padding: 0 0 12px 0;
      font-size: 28px;
      line-height: 34px; } }

.reveal h2, #icon-features-alt p, .songsearch-component p, #loop-news .news-item h2, .single-ccli-news .news-item h1, .single-ccli-news .news-item h2, #loop-leadership h2, .leadership-sidebar h4, #contact .contact-box .left-icon, section#intro-text .contact-box .left-icon, #loop-careers-single h2, #search-results .search-results .-result h2, .wysiwyg-all-options h2,
.news-item.single h2,
.page-template-copyright-license #intro-text h2, .cta-third-holder p {
  font-size: 24px;
  line-height: 30px;
  padding: 0px 0 10px 0;
  margin: 0; }
  @media screen and (max-width: 47.9375em) {
    .reveal h2, #icon-features-alt p, .songsearch-component p, #loop-news .news-item h2, .single-ccli-news .news-item h1, .single-ccli-news .news-item h2, #loop-leadership h2, .leadership-sidebar h4, #contact .contact-box .left-icon, section#intro-text .contact-box .left-icon, #loop-careers-single h2, #search-results .search-results .-result h2, .wysiwyg-all-options h2,
    .news-item.single h2,
    .page-template-copyright-license #intro-text h2, .cta-third-holder p {
      font-size: 20px;
      line-height: 26px;
      padding: 0px 0 8px 0; } }

#icon-features .icon-and-text h4, .license-overview .icon-and-text h5, #icon-features-alt .icon-and-text .content h4, #loop-leadership .leadership-item .team-member-meta h3 a, #contact .contact-box, #contact .contact-box p, #contact .contact-box .talk-flex, #contact .contact-form-holder .gform_wrapper h3, section#intro-text .contact-box, section#intro-text .contact-box p, section#intro-text .contact-box .talk-flex, .page-template-support #scrollto .content-section .content-header h2, .page-template-uk-copyright-license #scrollto .content-section .content-header h2, .page-template-support #scrollto .content-section .content-row h3, .page-template-uk-copyright-license #scrollto .content-section .content-row h3, .gform_wrapper h3, .wysiwyg-all-options h3,
.news-item.single h3,
.page-template-copyright-license #intro-text h3, #intro-text .sidebar-style-2 .-content .-section .contact-info h4, #subpage-sidebar h3, .news-sidebar h3, #recent-sidebar h3, div.sideBarMovieIdeas h3, #info-icon-caption .icon-and-text h4, #cta-orange .contact-flex .contact-info h4, .sidebar-style-2 .-content .-section .contact-info h4, #cta-orange-alternate .description p, .page-template-faqs h2,
.tax-faq_topics h2 {
  font-size: 20px;
  line-height: 26px;
  padding: 0px 0 10px 0;
  margin: 0; }
  @media screen and (max-width: 47.9375em) {
    #icon-features .icon-and-text h4, .license-overview .icon-and-text h5, #icon-features-alt .icon-and-text .content h4, #loop-leadership .leadership-item .team-member-meta h3 a, #contact .contact-box, #contact .contact-box p, #contact .contact-box .talk-flex, #contact .contact-form-holder .gform_wrapper h3, section#intro-text .contact-box, section#intro-text .contact-box p, section#intro-text .contact-box .talk-flex, .page-template-support #scrollto .content-section .content-header h2, .page-template-uk-copyright-license #scrollto .content-section .content-header h2, .page-template-support #scrollto .content-section .content-row h3, .page-template-uk-copyright-license #scrollto .content-section .content-row h3, .gform_wrapper h3, .wysiwyg-all-options h3,
    .news-item.single h3,
    .page-template-copyright-license #intro-text h3, #intro-text .sidebar-style-2 .-content .-section .contact-info h4, #subpage-sidebar h3, .news-sidebar h3, #recent-sidebar h3, div.sideBarMovieIdeas h3, #info-icon-caption .icon-and-text h4, #cta-orange .contact-flex .contact-info h4, .sidebar-style-2 .-content .-section .contact-info h4, #cta-orange-alternate .description p, .page-template-faqs h2,
    .tax-faq_topics h2 {
      font-size: 18px;
      line-height: 24px;
      padding: 0px 0 8px 0; } }

.page-template-history .vignette-sidebar h4, #loop-careers .careers-sidebar h4, #loop-careers-single .careers-apply h4, .wysiwyg-all-options h4,
.news-item.single h4,
.page-template-copyright-license #intro-text h4, .vignette-sidebar h4, .sidebar-01 h4, .news-sidebar h4 {
  font-size: 18px;
  line-height: 24px;
  padding: 0px 0 10px 0;
  margin: 0; }
  @media screen and (max-width: 47.9375em) {
    .page-template-history .vignette-sidebar h4, #loop-careers .careers-sidebar h4, #loop-careers-single .careers-apply h4, .wysiwyg-all-options h4,
    .news-item.single h4,
    .page-template-copyright-license #intro-text h4, .vignette-sidebar h4, .sidebar-01 h4, .news-sidebar h4 {
      font-size: 16px;
      line-height: 22px;
      padding: 0px 0 8px 0; } }

.license-overview .icon-and-text p, .wysiwyg-all-options h5,
.news-item.single h5,
.page-template-copyright-license #intro-text h5 {
  padding: 0 0 10px 0;
  margin: 0; }
  @media screen and (max-width: 47.9375em) {
    .license-overview .icon-and-text p, .wysiwyg-all-options h5,
    .news-item.single h5,
    .page-template-copyright-license #intro-text h5 {
      font-size: 14px;
      line-height: 20px;
      padding: 0 0 8px 0; } }

.license-overview .column-intro p, #sidebar-video-top p, #contact .contact-form-holder .gform_wrapper #field_1_1 label, #loop-careers p, #loop-careers-single p, .wysiwyg-all-options p,
.news-item.single p,
.page-template-copyright-license #intro-text p, .sidebar-01 p, .page-template-faqs .accordion .accordion-title,
.tax-faq_topics .accordion .accordion-title, .page-template-faqs .accordion .accordion-content,
.tax-faq_topics .accordion .accordion-content {
  font-size: 18px;
  line-height: 26px;
  padding: 0 0 20px 0;
  margin: 0; }
  @media screen and (max-width: 47.9375em) {
    .license-overview .column-intro p, #sidebar-video-top p, #contact .contact-form-holder .gform_wrapper #field_1_1 label, #loop-careers p, #loop-careers-single p, .wysiwyg-all-options p,
    .news-item.single p,
    .page-template-copyright-license #intro-text p, .sidebar-01 p, .page-template-faqs .accordion .accordion-title,
    .tax-faq_topics .accordion .accordion-title, .page-template-faqs .accordion .accordion-content,
    .tax-faq_topics .accordion .accordion-content {
      font-size: 16px;
      line-height: 22px; } }

#loop-news .news-item.showcase p {
  font-size: 20px;
  line-height: 28px;
  padding: 0 0 20px 0;
  margin: 0; }
  @media screen and (max-width: 47.9375em) {
    #loop-news .news-item.showcase p {
      font-size: 18px;
      line-height: 24px; } }

.reveal p, #icon-features .icon-and-text p, #icon-features-alt .icon-and-text .content p, .leadership-sidebar p, #contact .select-intro, #contact .contact-box .chat-flex p, #contact .contact-form-holder .gform_wrapper label, #contact .contact-form-holder .gform_wrapper #field_1_2, section#intro-text .contact-box .chat-flex p, #loop-careers .careers-sidebar p, #loop-careers-single .careers-apply p, .page-template-support #scrollto .content-section .content-row p, .page-template-uk-copyright-license #scrollto .content-section .content-row p, .wysiwyg-all-options .base-text,
.news-item.single .base-text,
.page-template-copyright-license #intro-text .base-text, .vignette-sidebar p, #intro-text .sidebar-style-2 .-content .-section .contact-info p, .news-sidebar p, #cta-orange .contact-flex .contact-info p, .sidebar-style-2 .-content .-section .contact-info p, #cta-orange-alternate .-action .-copy p {
  padding: 0 0 20px 0;
  margin: 0; }
  @media screen and (max-width: 47.9375em) {
    .reveal p, #icon-features .icon-and-text p, #icon-features-alt .icon-and-text .content p, .leadership-sidebar p, #contact .select-intro, #contact .contact-box .chat-flex p, #contact .contact-form-holder .gform_wrapper label, #contact .contact-form-holder .gform_wrapper #field_1_2, section#intro-text .contact-box .chat-flex p, #loop-careers .careers-sidebar p, #loop-careers-single .careers-apply p, .page-template-support #scrollto .content-section .content-row p, .page-template-uk-copyright-license #scrollto .content-section .content-row p, .wysiwyg-all-options .base-text,
    .news-item.single .base-text,
    .page-template-copyright-license #intro-text .base-text, .vignette-sidebar p, #intro-text .sidebar-style-2 .-content .-section .contact-info p, .news-sidebar p, #cta-orange .contact-flex .contact-info p, .sidebar-style-2 .-content .-section .contact-info p, #cta-orange-alternate .-action .-copy p {
      font-size: 14px;
      line-height: 20px; } }

.byline, .wysiwyg-all-options .small-text,
.news-item.single .small-text,
.page-template-copyright-license #intro-text .small-text {
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 20px 0;
  margin: 0; }
  @media screen and (max-width: 47.9375em) {
    .byline, .wysiwyg-all-options .small-text,
    .news-item.single .small-text,
    .page-template-copyright-license #intro-text .small-text {
      font-size: 13px;
      line-height: 18px; } }

.wysiwyg-all-options blockquote p,
.news-item.single blockquote p,
.page-template-copyright-license #intro-text blockquote p {
  font-size: 24px;
  line-height: 30px;
  margin: 16px 0 32px 0;
  padding: 0 0 0 20px; }
  @media screen and (max-width: 47.9375em) {
    .wysiwyg-all-options blockquote p,
    .news-item.single blockquote p,
    .page-template-copyright-license #intro-text blockquote p {
      font-size: 26px;
      line-height: 32px;
      margin: 0 0 26px 0;
      padding: 0 0 0 20px;
      display: none; } }

.reveal ul li, .reveal ol li, .page-template-what-we-provide .features-benefits .bullet-list li, #loop-careers-single ul li, #loop-careers-single ol li, .wysiwyg-all-options ul li,
.news-item.single ul li,
.page-template-copyright-license #intro-text ul li, .wysiwyg-all-options ol li,
.news-item.single ol li,
.page-template-copyright-license #intro-text ol li {
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 12px 25px;
  margin: 0; }
  @media screen and (max-width: 47.9375em) {
    .reveal ul li, .reveal ol li, .page-template-what-we-provide .features-benefits .bullet-list li, #loop-careers-single ul li, #loop-careers-single ol li, .wysiwyg-all-options ul li,
    .news-item.single ul li,
    .page-template-copyright-license #intro-text ul li, .wysiwyg-all-options ol li,
    .news-item.single ol li,
    .page-template-copyright-license #intro-text ol li {
      font-size: 16px;
      line-height: 20px;
      padding: 0 0 12px 25px; } }

/* ---------------------------------------------------------- */
/*   Background SVG Pattern(s)
/* ---------------------------------------------------------- */
#what-we-provide-home .what-we-provide-bottom, #anchor-targets, #cta-thirds, #cta-songselect, .support {
  background-image: url(src/media/img/pattern-ccli-1.png);
  background-size: 193px 193px;
  background-repeat: repeat; }

/* ---------------------------------------------------------- */
/*   Background SVG Pattern(s)
/* ---------------------------------------------------------- */
#intro-text .sidebar-style-2 .-content .-section img, #info-icon-caption .icon-and-text img, #cta-orange .contact-flex img, .sidebar-style-2 .-content .-section img {
  width: auto;
  max-width: 50px;
  height: 100%;
  max-height: 50px; }

/* ---------------------------------------------------------- */
/*   Simple borders
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/*   CSS Triangle - Up
/* ---------------------------------------------------------- */
.navigation-primary .icon-finder-desktop[data-ui="active"]:after,
.navigation-primary .icon-finder-tablet[data-ui="active"]:after, .location-language-menu .countries .tabs-title.is-active:after, .satellite-nav .icon-finder-desktop[data-ui="active"]:after,
.satellite-nav .icon-finder-tablet[data-ui="active"]:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #e8e8e8;
  position: absolute; }

/* ---------------------------------------------------------- */
/*  Card UI
/* ---------------------------------------------------------- */
#what-we-provide-home .what-we-provide-bottom .row article {
  -webkit-box-shadow: 4px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 4px 4px rgba(0, 0, 0, 0.12); }

/* ---------------------------------------------------------- */
/*   Animation
/* ---------------------------------------------------------- */
.wow {
  visibility: hidden; }

/* ---------------------------------------------------------- */
/*   logo grid borders
/* ---------------------------------------------------------- */
.page-template-songselect .service, .top-publishers .publisher-logo {
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8; }
  .page-template-songselect .service:nth-last-child(-n+4), .top-publishers .publisher-logo:nth-last-child(-n+4) {
    border-bottom: 0; }
  .page-template-songselect .service:nth-child(5n), .top-publishers .publisher-logo:nth-child(5n) {
    border-left: 0; }
  .page-template-songselect .service:nth-child(4n), .top-publishers .publisher-logo:nth-child(4n) {
    border-right: 0; }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .page-template-songselect .service:nth-child(even), .top-publishers .publisher-logo:nth-child(even) {
      border-right: 0; }
    .page-template-songselect .service:nth-child(odd), .top-publishers .publisher-logo:nth-child(odd) {
      border-left: 0; }
    .page-template-songselect .service:nth-last-child(-n+4), .top-publishers .publisher-logo:nth-last-child(-n+4) {
      border-bottom: 1px solid #c8c8c8; }
    .page-template-songselect .service:nth-last-child(-n+2), .top-publishers .publisher-logo:nth-last-child(-n+2) {
      border-bottom: 0; } }
  @media screen and (max-width: 47.9375em) {
    .page-template-songselect .service:nth-child(even), .top-publishers .publisher-logo:nth-child(even) {
      border-right: 0; }
    .page-template-songselect .service:nth-child(odd), .top-publishers .publisher-logo:nth-child(odd) {
      border-left: 0; }
    .page-template-songselect .service:nth-last-child(-n+4), .top-publishers .publisher-logo:nth-last-child(-n+4) {
      border-bottom: 1px solid #c8c8c8; }
    .page-template-songselect .service:nth-last-child(-n+2), .top-publishers .publisher-logo:nth-last-child(-n+2) {
      border-bottom: 0; } }

.location-select-mobile .location-select-mobile-top .toggle-languages-top.open:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 11px solid #e8e8e8; }

/* Mixin */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/* 	Button  Mixins
/* ---------------------------------------------------------- */
.close-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .close-icon:hover {
    opacity: 0.7; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Load CSS Base Styles
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	CCLI Base Styles
/* ---------------------------------------------------------- */
body, h1, h2, h3, h4, h5, h6, p, a, small, caption, div, article, section {
  font-family: akagi_probook, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

i, em {
  font-family: akagi_probook_italic;
  font-style: normal !important; }

strong,
b {
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important; }

h4.left-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.h-icon {
  width: 35px;
  height: 35px;
  margin-right: 15px; }
  @media screen and (max-width: 47.9375em) {
    .h-icon {
      width: 20px;
      height: 20px;
      margin-right: 10px; } }

.button {
  text-transform: uppercase;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.left {
  float: left; }

#intro-text ul {
  overflow: hidden; }

p {
  line-height: 1.5; }

/* ---------------------------------------------------------- */
/*  	CCLI Base Styles
/* ---------------------------------------------------------- */
.alignright {
  float: right;
  padding: 30px 0 5px 30px; }

.aligncenter {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0 0px 0; }

.alignleft {
  float: left;
  padding: 30px 30px 5px 0; }

.index-one {
  position: relative;
  z-index: 1; }

.index-two {
  position: relative;
  z-index: 2; }

.pad40 {
  padding-top: 40px; }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

.no-padding-top {
  padding-top: 0; }

.no-padding-right {
  padding-right: 0; }

.no-padding-left {
  padding-left: 0; }

@media screen and (max-width: 47.9375em) {
  .no-padding-sm {
    padding: 0; } }

input::-webkit-input-placeholder {
  color: #97999b !important; }

input::-moz-input-placeholder {
  color: #97999b !important; }

input:-moz-input-placeholder {
  color: #97999b !important; }

input::-webkit-input-placeholder {
  color: #97999b !important; }

input:-ms-input-placeholder {
  color: #97999b !important; }

input::-ms-input-placeholder {
  color: #97999b !important; }

input::placeholder {
  color: #97999b !important; }

figure {
  margin: 0; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #00a3e0;
  color: #fff; }

.byline {
  color: #75787b;
  padding: 0;
  margin-bottom: 25px; }
  @media screen and (min-width: 48em) {
    .byline {
      font-size: 14px; } }
  .byline .date {
    text-transform: uppercase; }

.relevanssi-query-term {
  background-color: #FFE5B2;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 0 4px; }

.section-divider {
  display: none; }
  @media screen and (min-width: 48em) {
    .section-divider {
      display: block;
      height: 1px;
      border-bottom: 1px solid #d9d9d9; } }

:focus {
  outline: 0; }

table thead tr th,
table tfoot tr td {
  padding: 8px 10px 9px;
  font-size: 14px;
  font-weight: bold;
  color: #222;
  text-align: left; }

table tbody tr td {
  color: #333;
  padding: 9px 10px;
  vertical-align: top;
  border: none;
  text-align: left; }

table tbody tr:nth-child(even) {
  background: #f9f9f9; }

.ccli-note {
  background: #f0f0f0;
  padding: 30px;
  color: #292a2e;
  margin: 10px 0 40px 0; }

.mb-25 {
  margin-bottom: 25px; }

.mb-60 {
  margin-bottom: 60px; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Load Animation Styles
/* ---------------------------------------------------------- */
/*!
 * 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;
  -ms-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;
  -ms-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;
  -ms-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; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Vendor - Style Loader
/* ---------------------------------------------------------- */
/**
 * The MIT License (MIT)
 *
 * Copyright (c) 2015 BG Stock - html5backgroundvideos.com
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
/**
 * Set default positioning as a fallback for if the plugin fails
 */
.jquery-background-video-wrapper {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1; }

/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .jquery-background-video {
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear; }

.js .jquery-background-video.is-visible {
  opacity: 1; }

/**
 * Pause/play button
 */
.jquery-background-video-pauseplay {
  position: absolute;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  padding: 0;
  cursor: pointer;
  outline: none !important; }

.jquery-background-video-pauseplay span {
  display: none; }

.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.jquery-background-video-pauseplay.play:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #FFF; }

.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
  border-top: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  border-left: 5px solid #FFF; }

.jquery-background-video-pauseplay.pause:after {
  left: 10px; }

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  will-change: transform; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #09F;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Custom Select2 Styles
/* ---------------------------------------------------------- */
.select2, .select2-selection, .select2-container--default .select2-selection--single {
  background-color: #fff; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0 !important;
  height: 11px !important;
  width: 16px !important;
  background-image: url("src/media/svg/icon-chevron-down.svg");
  background-repeat: no-repeat;
  background-size: cover;
  top: 42% !important; }

.select2 {
  width: 270px !important;
  height: 42px;
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid #b1b3b3;
  -webkit-box-shadow: 3px 3px 0 rgba(41, 42, 46, 0.1);
  box-shadow: 3px 3px 0 rgba(41, 42, 46, 0.1); }
  @media only screen and (max-width: 320px) {
    .select2 {
      width: 240px !important; } }
  .select2:focus {
    outline: 0; }

.select2-selection.select2-selection--single {
  outline: none; }

.select2-container--default .select2-selection--single {
  height: 37px;
  border: none; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #53565a;
  line-height: 42px;
  height: 42px;
  padding-left: 15px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 4px;
  right: 7px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #afafaf transparent transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: 0;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #00a3e0 !important;
  color: #fff !important; }

.select2-results__option {
  padding-left: 15px !important;
  border-bottom: 1px solid #e8e8e8; }
  .select2-results__option:last-child {
    border-bottom: 0; }

.select2-dropdown {
  border-radius: 0 !important; }

.tabs-content.vertical {
  border: 0; }

.tabs-content .tabs-panel {
  padding: 0; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fff;
  border: 0; }

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: transparent; }

.reveal {
  padding: 45px 60px;
  border: 0;
  background-color: #fff;
  position: relative; }
  .reveal h2 {
    color: #00a3e0; }
  .reveal p {
    color: #292a2e; }
  .reveal strong, .reveal b {
    font-weight: normal;
    font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .reveal ul {
    margin: 0 0 25px 0; }
    .reveal ul li {
      list-style: none;
      color: #53565a;
      position: relative; }
      .reveal ul li strong {
        color: #002a3a; }
      .reveal ul li::before {
        content: '';
        width: 10px;
        height: 13px;
        background-image: url("src/media/svg/icon-chevron-right-teal.svg");
        background-repeat: no-repeat;
        background-size: 10px 13px;
        position: absolute;
        top: 4px;
        left: 0; }
  .reveal ol {
    margin: 0 0 25px 0;
    counter-reset: my-counter; }
    .reveal ol li {
      color: #53565a;
      position: relative;
      list-style: none; }
      .reveal ol li strong {
        color: #002a3a; }
      .reveal ol li::before {
        content: counter(my-counter) ".";
        counter-increment: my-counter;
        position: absolute;
        top: 0;
        left: 0;
        font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        color: #6bcaba; }
  .reveal .close-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    overflow: visible;
    right: 20px;
    top: 20px; }
    .reveal .close-button span {
      display: block;
      font-weight: bold;
      color: #fff;
      background: #53565a;
      width: 20px;
      height: 20px;
      font-size: 19px;
      border-radius: 40px;
      line-height: 18px; }
      .reveal .close-button span:hover {
        background: #00a3e0;
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/* 	Style Loader - Pages
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Home Page - Style Loader
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/* 	Help Hero Style
/* ---------------------------------------------------------- */
.help-hero {
  z-index: 0; }
  .help-hero .-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 61.9375em) {
      .help-hero .-wrapper {
        padding: 0 15px; } }
  .help-hero .mvp > div > div > h2 {
    color: #fff; }
  .help-hero .nl-form {
    z-index: 100; }
    .help-hero .nl-form .sentence-nav-input, .help-hero .nl-form .nl-field-toggle {
      opacity: 0;
      -webkit-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease; }
      .help-hero .nl-form .sentence-nav-input.fadeMeIn, .help-hero .nl-form .nl-field-toggle.fadeMeIn {
        opacity: 1;
        -webkit-transition: opacity 200ms ease;
        -o-transition: opacity 200ms ease;
        transition: opacity 200ms ease; }
  .help-hero form {
    color: #fff; }
  .help-hero .jquery-background-video-pauseplay {
    z-index: 4; }
  .help-hero .hero-intro {
    font-size: 24px;
    color: #00a3e0;
    margin-bottom: 0; }
    @media screen and (min-width: 62em) {
      .help-hero .hero-intro {
        margin-bottom: 10px; } }
  .help-hero .sentence-period {
    margin-left: -13px; }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      .help-hero .sentence-period {
        margin-left: -9px; } }
  .help-hero .jquery-background-video-pauseplay.pause:after {
    left: 10px; }
  .help-hero .jquery-background-video-pauseplay.play:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff; }
  .help-hero .nl-field-toggle:before {
    content: '';
    display: inline-block;
    height: 46px;
    width: 2px;
    background: #fff;
    top: 11px;
    left: -4px;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease; }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      .help-hero .nl-field-toggle:before {
        height: 34px; } }
  .help-hero .nl-field-toggle.display:before {
    visibility: hidden; }
  .help-hero .nl-field-toggle.show:before {
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease; }

.page-template-home .jquery-background-video-pauseplay.pause:before,
.page-template-home .jquery-background-video-pauseplay.pause:after {
  border-top: 10px solid #00a3e0;
  border-bottom: 10px solid #00a3e0;
  border-left: 6px solid #00a3e0; }

.page-template-home .jquery-background-video-pauseplay.play:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #00a3e0; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Sentence Navigation - Styles
/* ---------------------------------------------------------- */
.nl-field {
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; }
  .nl-field a:hover {
    color: #00a3e0;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease; }

/* Header Style */
.main,
.container > header {
  margin: 0 auto;
  padding: 2em; }

.container > header {
  text-align: center;
  background: rgba(0, 0, 0, 0.01); }

.container > header h1 {
  font-size: 2.625em;
  line-height: 1.3;
  margin: 0;
  font-weight: 300; }

.container > header span {
  display: block;
  font-size: 60%;
  color: #b14943;
  padding: 0 0 0.6em 0.1em; }

/* Main Content */
.main {
  max-width: 50em; }

/* general style for the form */
.nl-form {
  counter-reset: section;
  font-size: 32px;
  line-height: 48px;
  color: #fff; }
  @media screen and (min-width: 62em) {
    .nl-form {
      font-size: 42px;
      line-height: 62px; } }
  @media screen and (min-width: 75em) {
    .nl-form {
      font-size: 48px;
      line-height: 66px; } }
  .nl-form .nl-submit-wrap {
    display: block; }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      .nl-form .nl-submit-wrap {
        margin-top: 30px; } }
    @media screen and (min-width: 62em) {
      .nl-form .nl-submit-wrap {
        margin-top: 20px; } }
  .nl-form .button {
    font-size: 1rem;
    padding: 10px 20px; }

.nl-form ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #f0f0f0; }

/* normalize the input elements, make them look like everything else */
.nl-form input,
.nl-form select {
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

.nl-form input:focus {
  outline: none; }

/* custom field (drop-down, text element) styling  */
.nl-field {
  display: inline-block;
  position: relative;
  counter-reset: section; }

.nl-field.nl-field-open {
  z-index: 10000; }

.nl-field-toggle {
  counter-increment: section;
  /* Increment the section counter*/
  content: "Section " counter(section) ": ";
  /* Display the counter */ }

/* the toggle is the visible part in the form */
.nl-field-toggle,
.nl-form input,
.nl-form select {
  line-height: 1.1;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(53%, #00a3e0), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #00a3e0 53%, rgba(255, 255, 255, 0) 0%);
  background-image: -o-linear-gradient(left, #00a3e0 53%, rgba(255, 255, 255, 0) 0%);
  background-image: linear-gradient(to right, #00a3e0 53%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 9px 2px;
  background-repeat: repeat-x; }

/* drop-down list / text element */
.nl-field ul {
  position: absolute;
  visibility: hidden;
  background: #fff;
  left: -0.5em;
  top: 50%;
  font-size: 18px;
  min-width: 290px;
  opacity: 0;
  -webkit-transform: translateY(-40%) scale(0.9);
  -moz-transform: translateY(-40%) scale(0.9);
  -ms-transform: translateY(-40%) scale(0.9);
  transform: translateY(-40%) scale(0.9);
  -webkit-transition: visibility 0s 0.1s, opacity 0.1s, -webkit-transform 0.1s;
  -moz-transition: visibility 0s 0.1s, opacity 0.1s, -moz-transform 0.1s;
  transition: visibility 0s 0.1s, opacity 0.1s, -webkit-transform 0.1s;
  -o-transition: visibility 0s 0.1s, opacity 0.1s, transform 0.1s;
  transition: visibility 0s 0.1s, opacity 0.1s, transform 0.1s;
  transition: visibility 0s 0.1s, opacity 0.1s, transform 0.1s, -webkit-transform 0.1s; }

.nl-field.nl-field-open ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transition: visibility 0s 0s, opacity 0.1s, -webkit-transform 0.1s;
  -moz-transition: visibility 0s 0s, opacity 0.1s, -moz-transform 0.1s;
  transition: visibility 0s 0s, opacity 0.1s, -webkit-transform 0.1s;
  -o-transition: visibility 0s 0s, opacity 0.1s, transform 0.1s;
  transition: visibility 0s 0s, opacity 0.1s, transform 0.1s;
  transition: visibility 0s 0s, opacity 0.1s, transform 0.1s, -webkit-transform 0.1s; }

.nl-field ul li {
  color: #53565a;
  position: relative; }
  .nl-field ul li:hover {
    background: #00a3e0;
    color: #fff; }

.nl-dd ul li {
  padding: 10px 60px 10px 20px;
  cursor: pointer;
  line-height: 1.1;
  border-top: 1px solid #d9d9d9;
  white-space: nowrap; }
  .nl-dd ul li:first-child {
    border-top: none; }

.nl-dd ul li.nl-dd-checked {
  color: #292a2e;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .nl-dd ul li.nl-dd-checked:after {
    content: '';
    background: url("src/media/svg/icon-sentence-nav-check.svg");
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right: 12px;
    top: 12px; }
  .nl-dd ul li.nl-dd-checked:hover {
    color: #fff; }

.no-touch .nl-dd ul li:hover {
  background: #00a3e0;
  color: #fff; }

.no-touch .nl-dd ul li:hover:active {
  color: #222; }

.nl-ti-text ul {
  min-width: 8em; }

.nl-ti-text ul li.nl-ti-input input {
  width: 100%;
  padding: 0.2em 2em 0.2em 0.5em;
  border-bottom: none;
  color: #fff; }

.nl-form .nl-field-go {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  width: 1.8em;
  text-align: center;
  color: transparent; }

.nl-field-go:before {
  content: "\e001";
  font-size: 75%;
  color: #fff;
  width: 100%;
  line-height: 2.5;
  display: block; }

/* custom placeholder color */
input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

input:active::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2); }

input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8); }

input:active::-moz-placeholder,
input:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2); }

input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

input:active::-ms-input-placeholder,
input:focus::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2); }

/* example field below text input */
.nl-ti-text ul li.nl-ti-example {
  font-size: 40%;
  font-style: italic;
  font-weight: 400;
  padding: 0.4em 1em;
  color: rgba(0, 0, 0, 0.2);
  border-top: 1px dashed rgba(255, 255, 255, 0.7); }

.nl-ti-text ul li.nl-ti-example em {
  color: #fff; }

.nl-form .nl-submit {
  line-height: 3;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  background: #76C3BD;
  color: #fff;
  padding: 0 1em 0 0;
  font-size: 40%;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  letter-spacing: 3px; }

.nl-submit:before {
  content: "\e001";
  color: #fff;
  float: left;
  padding: 0 0.7em;
  margin: 0 0.8em 0 0;
  background: #69B1A9; }

.no-touch .nl-form .nl-submit:hover,
.no-touch .nl-form .nl-submit:active {
  background: #69B1A9; }

.no-touch .nl-form .nl-submit:hover:before {
  background: #58a199; }

/* overlay becomes visible when a field is opened */
.nl-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.1s, opacity 0.1s;
  -moz-transition: visibility 0s 0.1s, opacity 0.1s;
  -o-transition: visibility 0s 0.1s, opacity 0.1s;
  transition: visibility 0s 0.1s, opacity 0.1s; }

.nl-field.nl-field-open ~ .nl-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

@media screen and (max-width: 45em) {
  .nl-form {
    font-size: 3em; } }

@media screen and (max-width: 25em) {
  .nl-form {
    font-size: 2em; } }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Home Hero Styles - Mobile
/* ---------------------------------------------------------- */
.help-hero-mobile {
  padding: 40px 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden; }
  .help-hero-mobile .columns {
    padding: 0; }
  .help-hero-mobile h2 {
    margin-bottom: 25px;
    color: #fff;
    font-size: 18px;
    line-height: 23px; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  Quick Links - Styles
/* ---------------------------------------------------------- */
#quick-links {
  padding: 40px 0;
  display: none; }
  @media screen and (min-width: 48em) {
    #quick-links {
      display: block; } }
  @media screen and (max-width: 61.9375em) {
    #quick-links .row {
      padding: 0 15px; } }
  #quick-links .row .section-title {
    max-width: 200px;
    width: 100%;
    display: none; }
    @media screen and (min-width: 62em) {
      #quick-links .row .section-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  #quick-links .row h3 {
    color: #B1B3B3;
    margin: 0; }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      #quick-links .row h3 {
        margin-bottom: 1rem; } }
  #quick-links .row .button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 48em) {
      #quick-links .row .button-container {
        margin: 0 0 20px 0; }
        #quick-links .row .button-container:nth-last-of-type(-n+2) {
          margin: 0; } }
    @media screen and (min-width: 62em) {
      #quick-links .row .button-container {
        margin: 0; } }
  @media screen and (min-width: 62em) and (max-width: 74.9375em) {
    #quick-links .row .btn {
      font-size: 14px;
      line-height: 22px;
      font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      height: 36px;
      padding: 0 14px 0 18px;
      text-transform: uppercase;
      min-width: 80px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      text-decoration: none !important;
      letter-spacing: 0.7px;
      -webkit-border-radius: 500px;
      border-radius: 500px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      -moz-transition: all 0.1s ease;
      -o-transition: all 0.1s ease;
      -webkit-transition: all 0.1s ease;
      transition: all 0.1s ease;
      border: 1px solid #00a3e0;
      color: #00a3e0;
      border: 1px solid #d9d9d9; }
      #quick-links .row .btn .btn-icon {
        width: 17px;
        height: 17px;
        top: 2px;
        position: relative;
        margin-left: 10px; }
      #quick-links .row .btn.full-width .btn-icon {
        float: right; }
      #quick-links .row .btn:after {
        content: '';
        background-image: url("src/media/svg/icon-new-window-line-blue-sprite.svg");
        background-repeat: no-repeat;
        width: 17px;
        height: 17px;
        background-size: 17px;
        display: inline-block;
        overflow: hidden;
        position: relative;
        top: -2px;
        margin-left: 10px; }
      #quick-links .row .btn:hover {
        background: #00a3e0;
        color: #fff; }
        #quick-links .row .btn:hover:after {
          background-position: 0 -17px; }
      #quick-links .row .btn:active {
        color: #00a3e0; }
      #quick-links .row .btn:after {
        content: '';
        background-image: url(src/media/svg/icon-new-window-line-sprite.svg); } }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	SongSelect Component Styles
/* ---------------------------------------------------------- */
#songselect-search {
  display: none; }
  @media screen and (min-width: 48em) {
    #songselect-search {
      display: block; } }
  #songselect-search .song-select-top {
    padding: 50px 0;
    background: #00a3e0; }
    #songselect-search .song-select-top .row {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #songselect-search .song-select-top .row .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 800px; }
    #songselect-search .song-select-top input {
      position: relative;
      top: 10px; }
    #songselect-search .song-select-top .songselect-logo {
      width: 270px;
      height: 59px;
      max-width: 100%; }
      #songselect-search .song-select-top .songselect-logo svg {
        width: 100%; }
        #songselect-search .song-select-top .songselect-logo svg path {
          fill: #fff; }
    #songselect-search .song-select-top .songselect-search {
      position: relative;
      width: 415px; }
      @media screen and (min-width: 62em) {
        #songselect-search .song-select-top .songselect-search {
          width: 470px; } }
      #songselect-search .song-select-top .songselect-search .songselect-input {
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        height: 42px;
        border: 1px solid #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #292a2e;
        font-size: 20px; }
      #songselect-search .song-select-top .songselect-search .search-btn {
        width: 70px;
        height: 42px;
        background: #ffa300;
        position: absolute;
        top: 10px;
        right: 0;
        border: 1px solid #fff;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        #songselect-search .song-select-top .songselect-search .search-btn:hover {
          background: #ffbf3f; }
        #songselect-search .song-select-top .songselect-search .search-btn:focus {
          outline: 0; }
        #songselect-search .song-select-top .songselect-search .search-btn .icon-finder {
          width: 18px;
          height: 18px;
          position: relative;
          top: 1px; }
  #songselect-search .song-select-bottom {
    padding: 55px 0;
    background: #002a3a;
    position: relative;
    display: none; }
    @media screen and (min-width: 48em) {
      #songselect-search .song-select-bottom {
        display: block; } }
    #songselect-search .song-select-bottom [divider-arrow-down]:before {
      content: '';
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-top: 15px solid #00a3e0;
      position: absolute;
      top: 0; }
    #songselect-search .song-select-bottom .row {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #songselect-search .song-select-bottom .row .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 800px; }
    #songselect-search .song-select-bottom .description {
      max-width: 570px; }
    #songselect-search .song-select-bottom .buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    #songselect-search .song-select-bottom p {
      color: #fff;
      font-size: 24px;
      line-height: 34px;
      margin: 0;
      font-weight: 100; }
      @media screen and (min-width: 48em) and (max-width: 61.9375em) {
        #songselect-search .song-select-bottom p {
          font-size: 22px; } }
      #songselect-search .song-select-bottom p a {
        color: #fff;
        text-decoration: underline; }
    #songselect-search .song-select-bottom .btn-default-primary-neg-ext.first {
      margin-bottom: 20px; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/* 	What We Provide Component Styles
/* ---------------------------------------------------------- */
#what-we-provide-home .section-title-small {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9; }
  #what-we-provide-home .section-title-small .section-info {
    border: 0; }
    @media screen and (min-width: 62em) {
      #what-we-provide-home .section-title-small .section-info {
        margin-bottom: 0px; } }
  #what-we-provide-home .section-title-small .-inner {
    border-bottom: 0; }

#what-we-provide-home .what-we-provide-bottom {
  padding: 120px 0;
  border-bottom: 1px solid #d9d9d9; }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    #what-we-provide-home .what-we-provide-bottom {
      padding: 65px 0 40px 0; } }
  @media screen and (max-width: 47.9375em) {
    #what-we-provide-home .what-we-provide-bottom {
      padding: 40px 0 0 0; } }
  #what-we-provide-home .what-we-provide-bottom .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #what-we-provide-home .what-we-provide-bottom img {
    width: 100%;
    height: auto; }
  #what-we-provide-home .what-we-provide-bottom .blue-multiply {
    width: 100%;
    height: 20px;
    margin-top: -20px;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;
    mix-blend-mode: multiply;
    background-size: 100%;
    background-color: #00a3e0; }
    @media screen and (max-width: 74.9375em) {
      #what-we-provide-home .what-we-provide-bottom .blue-multiply {
        margin-top: -19px; } }
  #what-we-provide-home .what-we-provide-bottom h4 {
    color: #fff;
    font-size: 24px;
    font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    background: #00a3e0;
    padding: 0 40px;
    height: 80px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 61.9375em) {
      #what-we-provide-home .what-we-provide-bottom h4 {
        height: 60px;
        font-size: 18px;
        padding: 0 30px; } }
  #what-we-provide-home .what-we-provide-bottom .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    padding: 30px 40px; }
    #what-we-provide-home .what-we-provide-bottom .card p {
      width: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px; }

@inlcude breakpoint(medium only) {
  #what-we-provide-home .what-we-provide-bottom .card p {
    font-size: 16px;
    line-height: 22px; } }
      @media screen and (max-width: 47.9375em) {
        #what-we-provide-home .what-we-provide-bottom .card p {
          font-size: 14px;
          line-height: 18px;
          margin-bottom: 15px; } }
    @media screen and (max-width: 61.9375em) {
      #what-we-provide-home .what-we-provide-bottom .card {
        padding: 20px 30px 30px 30px;
        margin-bottom: 40px; } }
    #what-we-provide-home .what-we-provide-bottom .card .btn-holder {
      height: 36px; }

.ie .blue-multiply {
  display: none; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	In Worship Styles
/* ---------------------------------------------------------- */
#in-worship .in-worship-content {
  padding: 20px 0 90px 0;
  /* ---------------------------------------------------------- */
  /*  	Recent Articles
		/* ---------------------------------------------------------- */
  /* ---------------------------------------------------------- */
  /*  	Featured Song
		/* ---------------------------------------------------------- */ }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    #in-worship .in-worship-content {
      padding: 40px 0 40px 0; } }
  @media screen and (max-width: 47.9375em) {
    #in-worship .in-worship-content {
      padding: 20px 0 40px 0; } }
  #in-worship .in-worship-content .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #in-worship .in-worship-content .row .row {
      padding: 0 !important;
      margin: 0; }
  #in-worship .in-worship-content h4 {
    margin: 0;
    color: #00a3e0; }
  @media screen and (min-width: 62em) {
    #in-worship .in-worship-content .top-songs .content-title {
      margin-bottom: 0; } }
  @media screen and (max-width: 47.9375em) {
    #in-worship .in-worship-content .top-songs .content-title {
      border-bottom: 0;
      border-top: 1px solid #d9d9d9; } }
  #in-worship .in-worship-content .song-container {
    margin-bottom: 30px;
    margin-top: 0; }
    @media screen and (max-width: 47.9375em) {
      #in-worship .in-worship-content .song-container {
        margin-top: 10px;
        margin-bottom: 30px; } }
    #in-worship .in-worship-content .song-container #audio-players {
      width: 100%; }
      @media screen and (max-width: 47.9375em) {
        #in-worship .in-worship-content .song-container #audio-players {
          width: 100%;
          max-height: 336px;
          overflow: hidden; } }
      #in-worship .in-worship-content .song-container #audio-players #audioplayer-0 {
        padding-top: 20px;
        border-top: 1px solid #d9d9d9; }
        @media screen and (min-width: 48em) and (max-width: 61.9375em) {
          #in-worship .in-worship-content .song-container #audio-players #audioplayer-0 {
            padding: 10px 0; } }
        @media screen and (max-width: 47.9375em) {
          #in-worship .in-worship-content .song-container #audio-players #audioplayer-0 {
            border-top: 0; } }
      @media screen and (min-width: 48em) and (max-width: 61.9375em) {
        #in-worship .in-worship-content .song-container #audio-players {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          max-height: 600px; }
          #in-worship .in-worship-content .song-container #audio-players .song {
            margin: 0 14% 0 0;
            padding: 10px 0px;
            width: 43%;
            max-width: 43%;
            height: auto;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
          #in-worship .in-worship-content .song-container #audio-players #audioplayer-1,
          #in-worship .in-worship-content .song-container #audio-players #audioplayer-3,
          #in-worship .in-worship-content .song-container #audio-players #audioplayer-5,
          #in-worship .in-worship-content .song-container #audio-players #audioplayer-7,
          #in-worship .in-worship-content .song-container #audio-players #audioplayer-9 {
            margin-right: 0; }
          #in-worship .in-worship-content .song-container #audio-players #audioplayer-5 {
            border-top: 1px solid #d9d9d9; }
          #in-worship .in-worship-content .song-container #audio-players #audioplayer-5,
          #in-worship .in-worship-content .song-container #audio-players #audioplayer-6,
          #in-worship .in-worship-content .song-container #audio-players #audioplayer-7,
          #in-worship .in-worship-content .song-container #audio-players #audioplayer-8,
          #in-worship .in-worship-content .song-container #audio-players #audioplayer-9 {
            -ms-flex-item-align: end;
            align-self: flex-end; } }
  #in-worship .in-worship-content .song {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    padding: 20px 5px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    color: #292a2e; }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      #in-worship .in-worship-content .song {
        max-width: 335px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    @media screen and (max-width: 47.9375em) {
      #in-worship .in-worship-content .song {
        height: auto;
        margin: 0;
        padding: 12px 0 !important;
        font-size: 10px; } }
    #in-worship .in-worship-content .song a {
      text-decoration: underline;
      color: #75787b;
      -moz-transition: color 0.2s ease;
      -o-transition: color 0.2s ease;
      -webkit-transition: color 0.2s ease;
      transition: color 0.2s ease; }
      #in-worship .in-worship-content .song a:hover {
        color: #00a3e0; }
    #in-worship .in-worship-content .song .btn-icon {
      width: 7px;
      height: 11px;
      position: relative;
      top: 2px;
      margin-left: 5px; }
    #in-worship .in-worship-content .song .play-icon {
      width: 35px;
      height: 35px; }
      @media screen and (max-width: 47.9375em) {
        #in-worship .in-worship-content .song .play-icon {
          width: 30px;
          height: 30px;
          margin-top: -19px; } }
    #in-worship .in-worship-content .song.first {
      border-top: 1px solid #d9d9d9;
      padding-top: 20px; }
      #in-worship .in-worship-content .song.first .play-icon {
        margin-top: -17.5px; }
        @media screen and (min-width: 48em) and (max-width: 61.9375em) {
          #in-worship .in-worship-content .song.first .play-icon {
            margin-top: -25px; } }
        @media screen and (max-width: 47.9375em) {
          #in-worship .in-worship-content .song.first .play-icon {
            margin-top: -21px; } }
      @media screen and (max-width: 61.9375em) {
        #in-worship .in-worship-content .song.first {
          border-top: none;
          padding-top: 0; } }
    #in-worship .in-worship-content .song .title {
      margin-bottom: 4px;
      padding-top: 2px;
      font-size: 18px;
      line-height: 20px;
      font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      color: #004b87; }
      @media screen and (min-width: 48em) and (max-width: 61.9375em) {
        #in-worship .in-worship-content .song .title {
          font-size: 16px;
          line-height: 22px; } }
      @media screen and (max-width: 47.9375em) {
        #in-worship .in-worship-content .song .title {
          font-size: 12px;
          line-height: 16px;
          margin-bottom: 0; } }
    #in-worship .in-worship-content .song .song-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #in-worship .in-worship-content .song .song-info .song-count {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 25px;
        min-width: 25px;
        height: 25px;
        margin: 0 10px 0 0;
        padding: 0;
        background: #6bcaba;
        border-radius: 50%;
        font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 16px;
        color: #fff; }
        @media screen and (min-width: 62em) and (max-width: 74.9375em) {
          #in-worship .in-worship-content .song .song-info .song-count {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start; } }
        @media screen and (max-width: 47.9375em) {
          #in-worship .in-worship-content .song .song-info .song-count {
            font-size: 14px; } }
      #in-worship .in-worship-content .song .song-info .song-meta {
        max-width: 280px; }
      #in-worship .in-worship-content .song .song-info .credits {
        max-width: 255px;
        line-height: 19px;
        margin-bottom: 2px; }
        @media screen and (min-width: 48em) and (max-width: 61.9375em) {
          #in-worship .in-worship-content .song .song-info .credits {
            font-size: 13px; } }
        @media screen and (max-width: 47.9375em) {
          #in-worship .in-worship-content .song .song-info .credits {
            margin-bottom: 0;
            line-height: 14px; } }
    @media screen and (max-width: 61.9375em) {
      #in-worship .in-worship-content .song .playbutton {
        height: 100%; } }
  #in-worship .in-worship-content .recent-articles-content {
    margin-bottom: 25px; }
    @media screen and (max-width: 47.9375em) {
      #in-worship .in-worship-content .recent-articles-content {
        margin-top: 25px;
        border-bottom: 0; }
        #in-worship .in-worship-content .recent-articles-content h4 {
          margin-bottom: 15px; } }
    @media screen and (max-width: 47.9375em) {
      #in-worship .in-worship-content .recent-articles-content .columns {
        border-bottom: 0; } }
    #in-worship .in-worship-content .recent-articles-content .recent-articles {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 30px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (min-width: 48em) and (max-width: 61.9375em) {
        #in-worship .in-worship-content .recent-articles-content .recent-articles {
          border-bottom: 1px solid #d9d9d9; } }
      #in-worship .in-worship-content .recent-articles-content .recent-articles .news-item .article-snippet {
        padding-bottom: 30px;
        border-bottom: 1px solid #d9d9d9; }
        @media screen and (min-width: 48em) and (max-width: 61.9375em) {
          #in-worship .in-worship-content .recent-articles-content .recent-articles .news-item .article-snippet {
            border: none; } }
      #in-worship .in-worship-content .recent-articles-content .recent-articles h5 {
        font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        color: #003b5c;
        font-size: 18px;
        line-height: 18px;
        margin: 30px 0 8px 0; }
        @media screen and (max-width: 47.9375em) {
          #in-worship .in-worship-content .recent-articles-content .recent-articles h5 {
            font-size: 14px;
            line-height: 16px;
            margin: 20px 0 5px 0; } }
      @media screen and (max-width: 61.9375em) {
        #in-worship .in-worship-content .recent-articles-content .recent-articles .article-snippet {
          padding-bottom: 30px; } }
      @media screen and (max-width: 47.9375em) {
        #in-worship .in-worship-content .recent-articles-content .recent-articles .article-snippet:first-child {
          border-bottom: 1px solid #d9d9d9; } }
      #in-worship .in-worship-content .recent-articles-content .recent-articles p {
        line-height: 20px;
        font-size: 16px;
        margin-bottom: 20px; }
        @media screen and (max-width: 47.9375em) {
          #in-worship .in-worship-content .recent-articles-content .recent-articles p {
            font-size: 12px;
            line-height: 16px;
            margin-bottom: 15px; } }
        @media screen and (min-width: 62em) and (max-width: 74.9375em) {
          #in-worship .in-worship-content .recent-articles-content .recent-articles p {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 20px; } }
  #in-worship .in-worship-content #featured-songs {
    margin-bottom: 40px; }
    @media screen and (min-width: 48em) {
      #in-worship .in-worship-content #featured-songs {
        margin-bottom: 30px; } }
    #in-worship .in-worship-content #featured-songs h4 {
      margin-bottom: 20px; }
    #in-worship .in-worship-content #featured-songs .carousel .flickity-prev-next-button {
      display: none;
      top: 42.9875%;
      opacity: 0 !important;
      -webkit-transition: opacity .65s ease;
      -o-transition: opacity .65s ease;
      transition: opacity .65s ease; }
      #in-worship .in-worship-content #featured-songs .carousel .flickity-prev-next-button.next {
        right: 30px; }
      #in-worship .in-worship-content #featured-songs .carousel .flickity-prev-next-button.previous {
        left: 30px; }
      @media screen and (min-width: 48em) {
        #in-worship .in-worship-content #featured-songs .carousel .flickity-prev-next-button {
          display: block; } }
    #in-worship .in-worship-content #featured-songs .carousel:hover .flickity-prev-next-button {
      opacity: 1 !important;
      -webkit-transition: opacity .65s ease;
      -o-transition: opacity .65s ease;
      transition: opacity .65s ease; }
    #in-worship .in-worship-content #featured-songs .carousel .flickity-page-dots {
      bottom: 0;
      padding: 15px 0;
      position: relative;
      border-bottom: 1px solid #d9d9d9; }
    #in-worship .in-worship-content #featured-songs .carousel-cell {
      width: 100%;
      overflow: hidden; }
      #in-worship .in-worship-content #featured-songs .carousel-cell .lazyload,
      #in-worship .in-worship-content #featured-songs .carousel-cell .lazyloading {
        height: 470px; }
      #in-worship .in-worship-content #featured-songs .carousel-cell img, #in-worship .in-worship-content #featured-songs .carousel-cell .featured-song-poster {
        min-height: 185px;
        width: 100%;
        height: 200px; }
        @media screen and (min-width: 48em) {
          #in-worship .in-worship-content #featured-songs .carousel-cell img, #in-worship .in-worship-content #featured-songs .carousel-cell .featured-song-poster {
            height: 380px; } }
        @media screen and (min-width: 75em) {
          #in-worship .in-worship-content #featured-songs .carousel-cell img, #in-worship .in-worship-content #featured-songs .carousel-cell .featured-song-poster {
            height: 470px;
            max-width: none;
            width: auto; } }
        @media all and (min-width: 560px) and (max-width: 767px) {
          #in-worship .in-worship-content #featured-songs .carousel-cell img, #in-worship .in-worship-content #featured-songs .carousel-cell .featured-song-poster {
            height: 280px; } }
      #in-worship .in-worship-content #featured-songs .carousel-cell img {
        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%);
        position: absolute;
        max-width: none;
        width: auto; }
        @media screen and (max-width: 47.9375em) {
          #in-worship .in-worship-content #featured-songs .carousel-cell img {
            top: 32%; } }
        @media all and (min-width: 560px) and (max-width: 767px) {
          #in-worship .in-worship-content #featured-songs .carousel-cell img {
            top: 36%; } }
    #in-worship .in-worship-content #featured-songs .featured-song-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 15px;
      width: 100%;
      height: auto;
      bottom: 0;
      background-color: rgba(50, 51, 54, 0.9);
      color: #fff;
      font-size: 10px; }
      #in-worship .in-worship-content #featured-songs .featured-song-info .text {
        margin-bottom: 15px; }
        @media screen and (min-width: 48em) {
          #in-worship .in-worship-content #featured-songs .featured-song-info .text {
            margin-bottom: 0; } }
        @media screen and (max-width: 47.9375em) {
          #in-worship .in-worship-content #featured-songs .featured-song-info .text {
            width: 100%; } }
      @media screen and (min-width: 48em) {
        #in-worship .in-worship-content #featured-songs .featured-song-info {
          height: 100px;
          position: absolute;
          font-size: 14px;
          padding: 0 30px; } }
      #in-worship .in-worship-content #featured-songs .featured-song-info .featured-title {
        color: #fff;
        font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 16px;
        line-height: 1.2; }
        @media screen and (min-width: 48em) {
          #in-worship .in-worship-content #featured-songs .featured-song-info .featured-title {
            font-size: 22px; } }
  #in-worship .in-worship-content .featured-song-img {
    margin-top: 18px; }
  #in-worship .in-worship-content .popular-movies {
    padding: 0; }
  #in-worship .in-worship-content .top-movies {
    font-size: 14px; }
    #in-worship .in-worship-content .top-movies .movie-cover {
      width: 160px;
      max-width: 160px; }
      @media screen and (min-width: 48em) and (max-width: 61.9375em) {
        #in-worship .in-worship-content .top-movies .movie-cover {
          width: 145px;
          max-width: 145px; } }
      #in-worship .in-worship-content .top-movies .movie-cover img {
        width: 130px;
        max-width: 130px;
        height: 187px;
        border: 1px solid #f1f1f1; }
    #in-worship .in-worship-content .top-movies .title {
      font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      line-height: 17px;
      margin-top: 10px;
      margin-bottom: 1px; }
    #in-worship .in-worship-content .top-movies a {
      text-decoration: underline;
      color: #75787b;
      -moz-transition: color 0.2s ease;
      -o-transition: color 0.2s ease;
      -webkit-transition: color 0.2s ease;
      transition: color 0.2s ease; }
      #in-worship .in-worship-content .top-movies a:hover {
        color: #00a3e0; }
    #in-worship .in-worship-content .top-movies .btn-icon {
      width: 7px;
      height: 11px;
      position: relative;
      top: 2px;
      margin-left: 5px; }

.content-block .content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0 0px;
  padding: 20px 0px; }
  @media screen and (max-width: 47.9375em) {
    .content-block .content-title {
      margin: 0;
      padding: 0;
      border: 0 !important; } }
  @media screen and (min-width: 62em) {
    .content-block .content-title {
      margin-top: 0;
      padding-top: 0; } }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Testimonials - Artist Quotes
/* ---------------------------------------------------------- */
#artist-quote .artist-quote {
  background: #f7f7f7;
  padding: 30px 0  10px; }
  @media screen and (min-width: 48em) {
    #artist-quote .artist-quote {
      padding: 60px 0 40px 0; } }
  @media screen and (min-width: 62em) {
    #artist-quote .artist-quote {
      padding: 60px 0; } }
  #artist-quote .artist-quote .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #artist-quote .artist-quote h3 {
    margin-bottom: 0;
    padding-left: 30px;
    color: #6bcaba; }
    @media screen and (min-width: 48em) {
      #artist-quote .artist-quote h3 {
        padding: 0; } }
  #artist-quote .artist-quote .quote-left, #artist-quote .artist-quote .quote-right {
    width: 15px;
    height: 12px;
    position: relative;
    top: 22px;
    color: #f9f9f9;
    line-height: 0; }
    @media screen and (min-width: 48em) {
      #artist-quote .artist-quote .quote-left, #artist-quote .artist-quote .quote-right {
        width: 30px;
        height: 24px;
        top: 38px; } }
  @media screen and (min-width: 48em) {
    #artist-quote .artist-quote .quote-left {
      right: 60px; } }
  #artist-quote .artist-quote .quote-right {
    float: right; }
    @media screen and (min-width: 48em) {
      #artist-quote .artist-quote .quote-right {
        left: 50px; } }
  #artist-quote .artist-quote .quote {
    padding: 0px 30px 20px;
    font-size: 14px;
    line-height: 18px; }
    @media screen and (min-width: 48em) {
      #artist-quote .artist-quote .quote {
        padding: 0;
        font-size: 32px;
        line-height: 38px; } }

#artist-quote .artist-quote-author {
  padding: 35px 0;
  background: #292a2e;
  color: #fff; }
  @media screen and (min-width: 48em) {
    #artist-quote .artist-quote-author {
      padding: 40px 0; } }
  #artist-quote .artist-quote-author .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #artist-quote .artist-quote-author .quote-meta-container {
    padding: 0 20px;
    max-width: 970px; }
    @media screen and (min-width: 48em) {
      #artist-quote .artist-quote-author .quote-meta-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 30px; } }
    @media screen and (min-width: 62em) {
      #artist-quote .artist-quote-author .quote-meta-container {
        padding: 0; } }
    #artist-quote .artist-quote-author .quote-meta-container .author-meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      @media screen and (min-width: 48em) {
        #artist-quote .artist-quote-author .quote-meta-container .author-meta {
          -ms-flex-preferred-size: 45%;
          flex-basis: 45%; } }
      @media screen and (min-width: 62em) {
        #artist-quote .artist-quote-author .quote-meta-container .author-meta {
          -ms-flex-preferred-size: 470px;
          flex-basis: 470px; } }
    #artist-quote .artist-quote-author .quote-meta-container .call-to-action {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%; }
      @media screen and (min-width: 62em) {
        #artist-quote .artist-quote-author .quote-meta-container .call-to-action {
          -ms-flex-preferred-size: 470px;
          flex-basis: 470px; } }
      @media screen and (min-width: 48em) and (max-width: 61.9375em) {
        #artist-quote .artist-quote-author .quote-meta-container .call-to-action {
          -ms-flex-preferred-size: 55%;
          flex-basis: 55%; } }
      @media screen and (max-width: 47.9375em) {
        #artist-quote .artist-quote-author .quote-meta-container .call-to-action {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; } }
      #artist-quote .artist-quote-author .quote-meta-container .call-to-action .action-copy {
        padding: 30px 0; }
        @media screen and (min-width: 48em) and (max-width: 61.9375em) {
          #artist-quote .artist-quote-author .quote-meta-container .call-to-action .action-copy {
            padding: 15px 15px 15px 25px; } }
        @media screen and (min-width: 62em) {
          #artist-quote .artist-quote-author .quote-meta-container .call-to-action .action-copy {
            padding: 5px 15px 5px 25px;
            -ms-flex-preferred-size: 300px;
            flex-basis: 300px; } }
      #artist-quote .artist-quote-author .quote-meta-container .call-to-action .action-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 150px; }
        @media screen and (min-width: 48em) {
          #artist-quote .artist-quote-author .quote-meta-container .call-to-action .action-btn {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end; } }
  #artist-quote .artist-quote-author .border {
    border-left: 1px solid #00816d; }
    @media screen and (max-width: 47.9375em) {
      #artist-quote .artist-quote-author .border {
        border: none; } }
  #artist-quote .artist-quote-author em {
    font-size: 18px;
    line-height: 24px;
    display: block; }
    @media screen and (max-width: 61.9375em) {
      #artist-quote .artist-quote-author em {
        float: left;
        font-size: 14px; } }
    @media screen and (max-width: 47.9375em) {
      #artist-quote .artist-quote-author em {
        font-size: 12px;
        line-height: 16px; } }
  #artist-quote .artist-quote-author .author {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    font-size: 16px;
    line-height: 24px;
    color: #6bcaba;
    margin: 0; }
    @media screen and (max-width: 47.9375em) {
      #artist-quote .artist-quote-author .author {
        font-size: 14px;
        line-height: 20px; } }
    #artist-quote .artist-quote-author .author span {
      font-size: 20px;
      font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      color: #fff; }
      @media screen and (max-width: 47.9375em) {
        #artist-quote .artist-quote-author .author span {
          font-size: 16px; } }
    #artist-quote .artist-quote-author .author a {
      text-decoration: underline;
      font-size: 12px;
      color: #fff;
      -moz-transition: color 0.2s ease;
      -o-transition: color 0.2s ease;
      -webkit-transition: color 0.2s ease;
      transition: color 0.2s ease; }
      #artist-quote .artist-quote-author .author a:hover {
        color: #6bcaba; }
      @media screen and (max-width: 47.9375em) {
        #artist-quote .artist-quote-author .author a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-top: 8px; } }
    #artist-quote .artist-quote-author .author .btn-icon {
      width: 7px;
      height: 11px;
      position: relative;
      top: 2px;
      margin-left: 5px; }
  #artist-quote .artist-quote-author img {
    min-width: 70px;
    width: 70px;
    min-height: 70px;
    height: 70px;
    max-height: 70px;
    margin-right: 30px;
    border: 2px solid #fff; }
    @media screen and (max-width: 47.9375em) {
      #artist-quote .artist-quote-author img {
        margin-top: 3px; } }
  #artist-quote .artist-quote-author .arrow {
    display: block;
    position: absolute;
    background: #292a2e;
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -50px;
    margin-left: 20px; }
    @media screen and (max-width: 47.9375em) {
      #artist-quote .artist-quote-author .arrow {
        margin-top: -43px; } }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/* 	Recent News - Styles
/* ---------------------------------------------------------- */
#recent-news .recent-news-content {
  padding: 0 0 20px 0; }
  @media screen and (min-width: 48em) {
    #recent-news .recent-news-content {
      padding: 0 0 40px  0; } }
  @media screen and (min-width: 62em) {
    #recent-news .recent-news-content {
      padding: 40px  0; } }
  #recent-news .recent-news-content .news-item .news-snippit {
    padding: 30px 0;
    border-bottom: 1px solid #d9d9d9; }
    @media screen and (min-width: 62em) {
      #recent-news .recent-news-content .news-item .news-snippit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        border: 0; } }
  #recent-news .recent-news-content .news-item:last-child .news-snippit {
    border: 0; }
  #recent-news .recent-news-content h4 {
    color: #00a3e0;
    font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 18px;
    margin: 0 0 5px 0; }
    @media screen and (max-width: 47.9375em) {
      #recent-news .recent-news-content h4 {
        font-size: 14px;
        margin: 0 0 3px 0; } }
  #recent-news .recent-news-content p {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #292a2e;
    margin-bottom: 25px; }
    @media screen and (max-width: 47.9375em) {
      #recent-news .recent-news-content p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 15px; } }
  #recent-news .recent-news-content .btn-more {
    -ms-flex-item-align: end;
    align-self: flex-end; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  Country Contact - Styles
/* ---------------------------------------------------------- */
#service-centers {
  margin-bottom: 5px; }
  @media screen and (max-width: 47.9375em) {
    #service-centers {
      display: none; } }
  #service-centers .service-centers-header {
    padding: 37px 0;
    border-top: 1px solid #d9d9d9; }
    #service-centers .service-centers-header .row {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    #service-centers .service-centers-header h3 {
      margin: 0;
      color: #004b87; }
  #service-centers .acf-map {
    width: 100%;
    height: 640px;
    /* fixes potential theme css conflict */ }
    #service-centers .acf-map img {
      max-width: inherit !important; }

.ccli-infowindow h5 {
  margin: 0; }
  .ccli-infowindow h5 a {
    color: #00a3e0;
    font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 18px; }

.gm-style .gm-style-iw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  Social Media Display Styles
/* ---------------------------------------------------------- */
#ccli-social-accounts .ccli-social {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f9f9f9; }
  #ccli-social-accounts .ccli-social .social-cell {
    padding-top: 30px;
    padding-bottom: 30px; }
  #ccli-social-accounts .ccli-social .social-icons .title {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    color: #004b87; }
  #ccli-social-accounts .ccli-social .social-icons .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #ccli-social-accounts .ccli-social .social-icons .icons .social-icon {
      width: 40px;
      height: 40px;
      margin-right: 15px; }
  #ccli-social-accounts .ccli-social .tweets {
    display: none; }
    @media screen and (min-width: 48em) {
      #ccli-social-accounts .ccli-social .tweets {
        display: block; } }
    #ccli-social-accounts .ccli-social .tweets .recent-tweet {
      padding: 0;
      border-bottom: 0; }
      #ccli-social-accounts .ccli-social .tweets .recent-tweet .social-account a {
        font-size: 18px; }
      #ccli-social-accounts .ccli-social .tweets .recent-tweet .tweet {
        font-size: 16px;
        line-height: 20px; }
      #ccli-social-accounts .ccli-social .tweets .recent-tweet .time {
        font-size: 14px; }

section#homeSlider {
  margin-bottom: 50px; }
  @media screen and (min-width: 62em) {
    section#homeSlider {
      margin-top: 20px; } }
  section#homeSlider div#showcaseSlider div.slide {
    opacity: 0; }
    section#homeSlider div#showcaseSlider div.slide.slick-active {
      display: block;
      opacity: 1; }
    section#homeSlider div#showcaseSlider div.slide img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: auto; }
  section#homeSlider div#showcaseSlider a.btn-default-primary-neg {
    z-index: 10;
    min-width: 150px;
    margin-right: 40px;
    -webkit-box-shadow: 0 0 10px black;
    box-shadow: 0 0 10px black; }
  section#homeSlider div#showcaseSlider .holder-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    section#homeSlider div#showcaseSlider .holder-header h1, section#homeSlider div#showcaseSlider .holder-header p {
      text-shadow: 0 0 5px black; }
  section#homeSlider ul.slick-dots {
    position: relative; }

section#homeMovieIdeas {
  margin-bottom: 50px; }
  section#homeMovieIdeas h3 {
    color: #D76327; }
  section#homeMovieIdeas div.homeMovieIdeasWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    section#homeMovieIdeas div.homeMovieIdeasWrap > div {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%; }
  section#homeMovieIdeas div.post img {
    width: 100%; }
  section#homeMovieIdeas div.post div.image {
    position: relative;
    margin-bottom: 10px; }
  section#homeMovieIdeas div.post .main-post-details {
    min-height: 60px;
    position: relative;
    font-size: 14px;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    bottom: 0;
    color: #fff;
    background: #eeb31f; }
    section#homeMovieIdeas div.post .main-post-details h4 {
      font-size: 20px;
      margin-right: 10px;
      line-height: 1; }
    section#homeMovieIdeas div.post .main-post-details .btn-default-primary-neg {
      border-color: white; }
      section#homeMovieIdeas div.post .main-post-details .btn-default-primary-neg:after {
        background-position: 0 -16px; }
      section#homeMovieIdeas div.post .main-post-details .btn-default-primary-neg:hover {
        background: white;
        color: #eeb31f; }
        section#homeMovieIdeas div.post .main-post-details .btn-default-primary-neg:hover:after {
          background-position: 0 0; }
  section#homeMovieIdeas div.other-posts .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px; }
    section#homeMovieIdeas div.other-posts .post h5 {
      font-size: 16px;
      font-weight: bold;
      margin: 0; }
      section#homeMovieIdeas div.other-posts .post h5 a {
        color: #231F20; }
    section#homeMovieIdeas div.other-posts .post .post-details {
      width: 100%; }
    section#homeMovieIdeas div.other-posts .post .mini-image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 85px;
      flex: 0 0 85px;
      margin-right: 10px; }
      section#homeMovieIdeas div.other-posts .post .mini-image img {
        width: 85px;
        height: 84px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center; }
    section#homeMovieIdeas div.other-posts .post p {
      font-size: 14px;
      margin-bottom: 5px; }
    section#homeMovieIdeas div.other-posts .post div.meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: right;
      -ms-flex-pack: right;
      justify-content: right; }
      section#homeMovieIdeas div.other-posts .post div.meta span {
        color: #A7A9AC;
        font-size: 12px; }
        section#homeMovieIdeas div.other-posts .post div.meta span svg {
          width: 12px;
          vertical-align: middle;
          margin-right: 5px; }
      section#homeMovieIdeas div.other-posts .post div.meta a.view-link {
        font-size: 14px; }

section#homeTagline .tagWrap {
  border-top: 1px solid #939598; }
  section#homeTagline .tagWrap h1 {
    margin-top: 10px;
    margin-bottom: 30px;
    font-style: italic;
    color: #6D6E71;
    font-size: 24px; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Who We Serve Page - Style Loader
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Who We Serve layout
/* ---------------------------------------------------------- */
@media screen and (max-width: 47.9375em) {
  .page-template-who-we-serve .section-title-small .section-info .-inner {
    border-bottom: 0; } }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code.

/* ---------------------------------------------------------- */
/*   Churches Template Styles
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code.

/* ---------------------------------------------------------- */
/*   Churches Page Tempalte 
/* ---------------------------------------------------------- */
@media screen and (max-width: 47.9375em) {
  .page-template-churches .section-title-small .section-info .-inner {
    border-bottom: 0; } }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code.

/* ---------------------------------------------------------- */
/*   Churches Template Styles
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code.

/* ---------------------------------------------------------- */
/*   Churches Page Tempalte 
/* ---------------------------------------------------------- */
@media screen and (max-width: 47.9375em) {
  .page-template-our-partners .section-title-small .section-info .-inner {
    border-bottom: 0; } }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	What We Provide Page - Style Loader
/* ---------------------------------------------------------- */
.page-template-what-we-provide #intro-text h2 {
  font-size: 26px;
  line-height: 32px; }
  @media screen and (min-width: 48em) {
    .page-template-what-we-provide #intro-text h2 {
      font-size: 28px;
      line-height: 34px; } }
  @media screen and (min-width: 62em) {
    .page-template-what-we-provide #intro-text h2 {
      font-size: 32px;
      line-height: 38px; } }

.page-template-what-we-provide #intro-text .intro-paragraph {
  font-size: 22px;
  line-height: 28px; }
  @media screen and (min-width: 48em) {
    .page-template-what-we-provide #intro-text .intro-paragraph {
      font-size: 26px;
      line-height: 32px; } }
  @media screen and (min-width: 62em) {
    .page-template-what-we-provide #intro-text .intro-paragraph {
      font-size: 32px;
      line-height: 42px; } }

.page-template-what-we-provide .features-benefits {
  min-height: 500px;
  border-top: 1px solid #c8c8c8;
  padding-top: 80px;
  padding-bottom: 43px; }
  @media screen and (max-width: 47.9375em) {
    .page-template-what-we-provide .features-benefits {
      padding-top: 40px; } }
  .page-template-what-we-provide .features-benefits .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .page-template-what-we-provide .features-benefits.image-style-1 {
    border-bottom: 200px solid #f7f7f7;
    padding-bottom: 270px; }
    @media screen and (max-width: 47.9375em) {
      .page-template-what-we-provide .features-benefits.image-style-1 {
        border-bottom: 0;
        padding-bottom: 40px; } }
    .page-template-what-we-provide .features-benefits.image-style-1 .section-image {
      max-width: 470px;
      position: absolute; }
      @media screen and (max-width: 47.9375em) {
        .page-template-what-we-provide .features-benefits.image-style-1 .section-image {
          position: relative;
          margin-bottom: 40px; } }
  .page-template-what-we-provide .features-benefits h2 {
    font-size: 28px;
    font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #00a3e0;
    margin-bottom: 20px; }
    @media screen and (max-width: 47.9375em) {
      .page-template-what-we-provide .features-benefits h2 {
        font-size: 24px; } }
  .page-template-what-we-provide .features-benefits p {
    font-family: akagi_probook, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #292a2e;
    margin-bottom: 30px; }
    @media screen and (max-width: 47.9375em) {
      .page-template-what-we-provide .features-benefits p {
        font-size: 18px;
        line-height: 24px; } }
  .page-template-what-we-provide .features-benefits .btn-holder {
    display: block;
    height: 40px;
    margin-bottom: 75px; }
    @media screen and (max-width: 47.9375em) {
      .page-template-what-we-provide .features-benefits .btn-holder {
        margin-bottom: 40px; } }
  .page-template-what-we-provide .features-benefits .bullet-list {
    margin-bottom: 50px; }
    @media screen and (max-width: 47.9375em) {
      .page-template-what-we-provide .features-benefits .bullet-list {
        margin: 0; } }
    .page-template-what-we-provide .features-benefits .bullet-list h4 {
      color: #00a3e0;
      font-family: akagi_prolight, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-size: 20px;
      margin-bottom: 15px; }
      .page-template-what-we-provide .features-benefits .bullet-list h4.second {
        margin-top: 50px; }
    .page-template-what-we-provide .features-benefits .bullet-list ul {
      margin: 0; }
    .page-template-what-we-provide .features-benefits .bullet-list li {
      list-style: none;
      color: #292a2e;
      padding: 0 0 12px 28px;
      text-indent: -25px; }
      .page-template-what-we-provide .features-benefits .bullet-list li:before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 13px;
        background-repeat: no-repeat;
        background-size: 10px 13px;
        background-image: url("src/media/svg/icon-chevron-right.svg");
        margin-right: 15px; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	SongSelect® Page - Style Loader
/* ---------------------------------------------------------- */
.carousel .carousel-cell:focus {
  outline: none; }

.carousel .carousel-cell img {
  margin: 0 auto; }

.carousel .carousel-cell .slide-caption {
  color: #00a3e0;
  font-size: 20px;
  font-family: akagi_probook, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin: 20px 0;
  text-align: center; }

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px; }

.slick-dots li button:before {
  content: ' ';
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 18px;
  height: 10px;
  width: 10px;
  opacity: 1; }

.slick-dots li.slick-active button:before {
  background-color: #c8c8c8;
  border: 1px solid #c8c8c8;
  opacity: 1; }

.page-template-songselect .-content-blocks .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 47.9375em) {
    .page-template-songselect .-content-blocks .row {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.page-template-songselect .-content-blocks h2 {
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #00a3e0;
  margin: 0 0 4px 0;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .page-template-songselect .-content-blocks h2 {
      font-size: 24px;
      line-height: 30px; } }
  @media screen and (min-width: 62em) {
    .page-template-songselect .-content-blocks h2 {
      font-size: 28px;
      line-height: 34px; } }

.page-template-songselect .-content-blocks h3 {
  font-family: akagi_probook, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 28px;
  line-height: 34px;
  color: #00a3e0;
  margin-bottom: 15px; }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .page-template-songselect .-content-blocks h3 {
      font-size: 24px;
      line-height: 30px; } }
  @media screen and (max-width: 47.9375em) {
    .page-template-songselect .-content-blocks h3 {
      font-size: 20px;
      line-height: 26px; } }

.page-template-songselect .-content-blocks p {
  font-family: akagi_prolight, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #53565a; }
  @media screen and (max-width: 61.9375em) {
    .page-template-songselect .-content-blocks p {
      font-size: 18px;
      line-height: 24px; } }

.page-template-songselect .flickity-page-dots {
  bottom: -15px; }

@media screen and (min-width: 62em) {
  .page-template-songselect .image-style-1 {
    background-image: url(src/media/img/bg-gray-border-bottom.gif);
    background-position: bottom center;
    background-repeat: repeat-x; } }

.page-template-songselect .anchor-links .anchor-container {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 30px; }
  .page-template-songselect .anchor-links .anchor-container .anchor-item {
    -webkit-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    border: 0;
    margin-bottom: 30px; }
    .page-template-songselect .anchor-links .anchor-container .anchor-item a {
      font-family: akagi_prolight, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.help-hero {
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .help-hero {
      height: 370px; } }
  @media screen and (max-width: 47.9375em) {
    .help-hero {
      height: 230px; } }
  .help-hero .songselect-logo {
    margin: 0 auto; }
    .help-hero .songselect-logo svg {
      width: 570px; }
      @media screen and (max-width: 61.9375em) {
        .help-hero .songselect-logo svg {
          width: 270px; } }
  @media screen and (max-width: 61.9375em) {
    .help-hero .pause {
      display: none; } }

.help-hero.mvp {
  height: 450px; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	SongSelect® Intro Summary
/* ---------------------------------------------------------- */
.intro-summary {
  padding: 40px 0px;
  border-bottom: 1px solid #f0f0f0; }
  @media screen and (min-width: 62em) {
    .intro-summary {
      padding: 80px 0 75px 0; } }
  @media screen and (min-width: 48em) {
    .intro-summary .row {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .intro-summary .copy {
    width: 100%;
    max-width: 770px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 47.9375em) {
      .intro-summary .copy {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
  .intro-summary h1 {
    font-family: akagi_probook, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 32px;
    line-height: 34px;
    color: #00a3e0;
    margin-bottom: 20px;
    text-align: center; }
    @media screen and (max-width: 47.9375em) {
      .intro-summary h1 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 6px;
        text-align: left; } }
  .intro-summary p {
    font-size: 28px;
    color: #53565a;
    font-family: akagi_prolight, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 36px;
    text-align: center;
    margin-bottom: 35px;
    max-width: 100%; }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      .intro-summary p {
        font-size: 22px;
        line-height: 32px; } }
    @media screen and (max-width: 47.9375em) {
      .intro-summary p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 25px;
        text-align: left; } }
  .intro-summary .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .intro-summary .buttons .btn {
      margin: 0 0 20px 0; }
      .intro-summary .buttons .btn:last-child {
        margin: 0; }
      @media screen and (min-width: 48em) {
        .intro-summary .buttons .btn {
          margin: 0 30px 0 0; }
          .intro-summary .buttons .btn:last-child {
            margin: 0; } }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
.scroll-to-content-area .row {
  padding: 60px 0;
  border-bottom: 1px solid #f0f0f0; }

@media screen and (max-width: 47.9375em) {
  .page-template-songselect .text p {
    font-size: 16px;
    line-height: 22px; } }

@media screen and (max-width: 47.9375em) {
  .page-template-songselect .help-hero {
    padding: 0;
    max-height: 300px; } }

.page-template-songselect .anchor-item .svg-icon svg {
  height: 45px; }
  .page-template-songselect .anchor-item .svg-icon svg path, .page-template-songselect .anchor-item .svg-icon svg .cls-1 {
    fill: #00a3e0; }

.page-template-songselect .anchor-links .anchor-container {
  margin-top: 60px; }

.intuitive-search {
  padding: 40px 0 0; }
  @media screen and (min-width: 48em) {
    .intuitive-search {
      padding: 40px 0px; } }
  @media screen and (min-width: 62em) {
    .intuitive-search {
      padding: 85px 0 120px 0; } }
  .intuitive-search .image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      .intuitive-search .image {
        padding: 0;
        margin-left: 40px; } }
    @media screen and (max-width: 47.9375em) {
      .intuitive-search .image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
  .intuitive-search .text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media screen and (max-width: 47.9375em) {
      .intuitive-search .text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }

.page-template-songselect .music-sheets {
  background: #f0f0f0;
  padding: 120px 0 140px 0; }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .page-template-songselect .music-sheets {
      padding: 60px 0 60px 0; } }
  @media screen and (max-width: 47.9375em) {
    .page-template-songselect .music-sheets {
      padding: 60px 0 40px 0; } }
  .page-template-songselect .music-sheets .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  @media screen and (min-width: 48em) {
    .page-template-songselect .music-sheets h2, .page-template-songselect .music-sheets h3, .page-template-songselect .music-sheets h4, .page-template-songselect .music-sheets h5, .page-template-songselect .music-sheets p {
      text-align: center; } }
  .page-template-songselect .music-sheets p {
    margin-bottom: 35px; }
  .page-template-songselect .music-sheets .carousel-cell {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .page-template-songselect .music-sheets .carousel-cell img {
      width: 360px;
      max-width: 100%; }
  .page-template-songselect .music-sheets .flickity-prev-next-button {
    top: 43%; }
    .page-template-songselect .music-sheets .flickity-prev-next-button.previous {
      left: -5px; }
      @media screen and (min-width: 75em) {
        .page-template-songselect .music-sheets .flickity-prev-next-button.previous {
          left: 55px; } }
      @media screen and (min-width: 48em) and (max-width: 61.9375em) {
        .page-template-songselect .music-sheets .flickity-prev-next-button.previous {
          left: 20px; } }
      @media screen and (max-width: 47.9375em) {
        .page-template-songselect .music-sheets .flickity-prev-next-button.previous {
          display: none; } }
    .page-template-songselect .music-sheets .flickity-prev-next-button.next {
      right: -5px; }
      @media screen and (min-width: 75em) {
        .page-template-songselect .music-sheets .flickity-prev-next-button.next {
          right: 55px; } }
      @media screen and (min-width: 48em) and (max-width: 61.9375em) {
        .page-template-songselect .music-sheets .flickity-prev-next-button.next {
          right: 20px; } }
      @media screen and (max-width: 47.9375em) {
        .page-template-songselect .music-sheets .flickity-prev-next-button.next {
          display: none; } }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .page-template-songselect .music-sheets .flickity-page-dots {
      bottom: -20px; } }
  @media screen and (max-width: 47.9375em) {
    .page-template-songselect .music-sheets .flickity-page-dots {
      bottom: -10px; } }

.mobile-friendly {
  background: #f0f0f0;
  padding: 115px 0 0 0; }
  @media screen and (max-width: 61.9375em) {
    .mobile-friendly {
      padding: 60px 0 0 0; } }
  .mobile-friendly h2 {
    margin-bottom: 14px !important; }
    @media screen and (min-width: 48em) {
      .mobile-friendly h2 {
        text-align: center; } }
  .mobile-friendly .carousel-cell {
    width: 33.33%;
    margin-right: 135px;
    opacity: 0.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .mobile-friendly .carousel-cell.is-selected {
      opacity: 1; }
    @media screen and (max-width: 47.9375em) {
      .mobile-friendly .carousel-cell {
        display: block;
        width: 60%; } }
    .mobile-friendly .carousel-cell img {
      width: 370px; }
  .mobile-friendly .section-description {
    background-color: #fff;
    padding-bottom: 125px;
    padding-top: 90px; }
    .mobile-friendly .section-description .row {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      .mobile-friendly .section-description {
        padding-bottom: 75px; } }
    @media screen and (max-width: 47.9375em) {
      .mobile-friendly .section-description {
        padding-bottom: 60px; } }
    .mobile-friendly .section-description h4 {
      text-align: center; }
    .mobile-friendly .section-description p {
      margin: 0;
      padding: 0; }
      @media screen and (min-width: 48em) {
        .mobile-friendly .section-description p {
          text-align: center; } }
  .mobile-friendly .flickity-page-dots {
    bottom: -50px; }
  @media screen and (max-width: 47.9375em) {
    .mobile-friendly .flickity-prev-next-button.previous {
      left: 15px;
      width: 40px;
      height: 40px; } }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .mobile-friendly .flickity-prev-next-button.previous {
      left: 23%; } }
  @media screen and (min-width: 62em) and (max-width: 74.9375em) {
    .mobile-friendly .flickity-prev-next-button.previous {
      left: 24.65%; } }
  @media screen and (min-width: 75em) {
    .mobile-friendly .flickity-prev-next-button.previous {
      left: 27.33%; } }
  @media screen and (max-width: 47.9375em) {
    .mobile-friendly .flickity-prev-next-button.next {
      right: 15px;
      width: 40px;
      height: 40px; } }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .mobile-friendly .flickity-prev-next-button.next {
      right: 23%; } }
  @media screen and (min-width: 62em) and (max-width: 74.9375em) {
    .mobile-friendly .flickity-prev-next-button.next {
      right: 24.65%; } }
  @media screen and (min-width: 75em) {
    .mobile-friendly .flickity-prev-next-button.next {
      right: 27.33%; } }

.audio-previews {
  padding: 195px 0 0 0;
  border-bottom: 1px solid #c8c8c8; }
  @media screen and (max-width: 61.9375em) {
    .audio-previews {
      padding: 60px 0 0; } }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .audio-previews .text {
      margin-bottom: 40px; } }
  @media screen and (max-width: 47.9375em) {
    .audio-previews .text {
      margin-bottom: 20px; } }

.popular-songs {
  padding: 200px 0 0 0;
  border-bottom: 1px solid #c8c8c8; }
  @media screen and (max-width: 61.9375em) {
    .popular-songs {
      padding: 60px 0  0; } }
  .popular-songs .text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      .popular-songs .text {
        margin-bottom: 40px; } }
    @media screen and (max-width: 47.9375em) {
      .popular-songs .text {
        margin-bottom: 20px; } }
    @media screen and (max-width: 47.9375em) {
      .popular-songs .text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  .popular-songs .image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media screen and (max-width: 47.9375em) {
      .popular-songs .image {
        position: relative;
        bottom: 1px; } }
    @media screen and (max-width: 47.9375em) {
      .popular-songs .image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	SongSelect®  Auto transposition
/* ---------------------------------------------------------- */
.auto-transposition {
  background: #f7f7f7;
  padding: 205px 0 0 0; }
  @media screen and (min-width: 62em) and (max-width: 74.9375em) {
    .auto-transposition {
      padding: 160px 0 0; } }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .auto-transposition {
      padding: 140px 0 0; } }
  @media screen and (max-width: 47.9375em) {
    .auto-transposition {
      padding: 10px 0 0; } }
  .auto-transposition .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 47.9375em) {
      .auto-transposition .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .auto-transposition .text {
      padding-top: 0px; } }
  @media screen and (max-width: 47.9375em) {
    .auto-transposition .text {
      padding-top: 40px; } }
  @media screen and (max-width: 47.9375em) {
    .auto-transposition .images {
      padding-top: 90px; } }
  .auto-transposition .flickity-slider {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    will-change: transform; }
    .auto-transposition .flickity-slider .carousel-cell {
      width: 100%;
      left: 0 !important;
      opacity: 0.64325;
      -webkit-transition: opacity 0.4325s ease-in-out;
      -o-transition: opacity 0.4325s ease-in-out;
      transition: opacity 0.4325s ease-in-out;
      z-index: -1; }
      .auto-transposition .flickity-slider .carousel-cell.is-selected {
        opacity: 1;
        -webkit-transition: opacity 0.4325s ease-in-out;
        -o-transition: opacity 0.4325s ease-in-out;
        transition: opacity 0.4325s ease-in-out;
        z-index: 0; }
  .auto-transposition .flickity-page-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: -80px;
    height: 0; }
    @media screen and (min-width: 48em) {
      .auto-transposition .flickity-page-dots {
        height: 50px; } }
    .auto-transposition .flickity-page-dots .dot {
      position: relative;
      display: inline-block;
      height: 50px;
      width: 50px;
      margin: 0 60px 0 0px;
      padding: 0;
      cursor: pointer;
      border: 0;
      background-color: #fff;
      border: 0;
      opacity: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 47.9375em) {
        .auto-transposition .flickity-page-dots .dot {
          pointer-events: none;
          cursor: default; } }
      .auto-transposition .flickity-page-dots .dot:before {
        display: none; }
      .auto-transposition .flickity-page-dots .dot:nth-child(3) {
        margin-right: 0; }
      .auto-transposition .flickity-page-dots .dot.is-selected {
        background: #fff;
        border: 0; }
        .auto-transposition .flickity-page-dots .dot.is-selected svg path {
          fill: #00a3e0; }
      .auto-transposition .flickity-page-dots .dot:after {
        content: '';
        width: 31px;
        height: 17px;
        position: absolute;
        left: 63px;
        bottom: 15px;
        background-image: url(src/media/svg/arrow-elongated.svg);
        background-repeat: no-repeat;
        background-position: center center; }
      .auto-transposition .flickity-page-dots .dot:last-child:after {
        display: none; }
      .auto-transposition .flickity-page-dots .dot svg {
        pointer-events: none;
        width: 19px;
        height: 14px; }
        .auto-transposition .flickity-page-dots .dot svg path {
          fill: #004b87; }
      .auto-transposition .flickity-page-dots .dot:hover, .auto-transposition .flickity-page-dots .dot:focus {
        outline: none; }
        .auto-transposition .flickity-page-dots .dot:hover svg path, .auto-transposition .flickity-page-dots .dot:focus svg path {
          fill: #00a3e0; }
        .auto-transposition .flickity-page-dots .dot:hover:before, .auto-transposition .flickity-page-dots .dot:focus:before {
          opacity: 1;
          border-color: transparent;
          background-color: transparent; }
      .auto-transposition .flickity-page-dots .dot:before {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 100% !important;
        content: '';
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	SongSelect® Copyright Ready
/* ---------------------------------------------------------- */
.page-template-songselect .copyright-ready {
  background: #f7f7f7;
  padding: 121px 0 108px 0; }
  @media screen and (max-width: 61.9375em) {
    .page-template-songselect .copyright-ready {
      padding: 60px 0px; } }
  .page-template-songselect .copyright-ready .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .page-template-songselect .copyright-ready .copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    @media screen and (min-width: 48em) {
      .page-template-songselect .copyright-ready .copy {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media screen and (min-width: 48em) {
      .page-template-songselect .copyright-ready .copy h2, .page-template-songselect .copyright-ready .copy p {
        text-align: center; } }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	SongSelect® Integrations
/* ---------------------------------------------------------- */
.page-template-songselect .third-party-integrations {
  padding: 120px 0 115px 0; }
  @media screen and (max-width: 61.9375em) {
    .page-template-songselect .third-party-integrations {
      padding: 40px 0px; } }
  .page-template-songselect .third-party-integrations .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .page-template-songselect .third-party-integrations .-content {
    margin-bottom: 75px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .page-template-songselect .third-party-integrations .intro {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (min-width: 48em) {
      .page-template-songselect .third-party-integrations .intro {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media screen and (min-width: 48em) {
      .page-template-songselect .third-party-integrations .intro h2 {
        text-align: center; } }
    .page-template-songselect .third-party-integrations .intro p {
      display: block;
      max-width: 100%;
      margin-bottom: 30px; }
      @media screen and (min-width: 48em) {
        .page-template-songselect .third-party-integrations .intro p {
          text-align: center; } }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .page-template-songselect .third-party-integrations .featured-services .featured-service {
      margin-bottom: 60px; } }
  @media screen and (max-width: 47.9375em) {
    .page-template-songselect .third-party-integrations .featured-services .featured-service {
      margin-bottom: 40px; } }
  .page-template-songselect .third-party-integrations .featured-services .featured-service .service-logo {
    margin-bottom: 20px;
    height: 60px; }
    .page-template-songselect .third-party-integrations .featured-services .featured-service .service-logo img {
      height: 100%; }
  .page-template-songselect .third-party-integrations .featured-services .featured-service .-copy {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 26px;
    font-family: akagi_probook, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
    @media screen and (max-width: 47.9375em) {
      .page-template-songselect .third-party-integrations .featured-services .featured-service .-copy {
        min-height: 0; } }
    @media screen and (min-width: 62em) {
      .page-template-songselect .third-party-integrations .featured-services .featured-service .-copy {
        min-height: 105px; } }
  .page-template-songselect .third-party-integrations .btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .page-template-songselect .third-party-integrations .btn-default-primary {
    margin: 0 auto; }
  .page-template-songselect .third-party-integrations .integration-grid {
    margin-top: 65px;
    padding: 0 15px; }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      .page-template-songselect .third-party-integrations .integration-grid {
        margin-top: 40px; } }
    @media screen and (max-width: 47.9375em) {
      .page-template-songselect .third-party-integrations .integration-grid {
        margin-top: 30px; } }
    .page-template-songselect .third-party-integrations .integration-grid .-copy {
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out; }
      @media screen and (max-width: 61.9375em) {
        .page-template-songselect .third-party-integrations .integration-grid .-copy {
          padding: 30px; } }

.page-template-songselect .service {
  height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  position: relative; }
  @media screen and (max-width: 47.9375em) {
    .page-template-songselect .service {
      height: 120px; } }
  .page-template-songselect .service .service-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }
    .page-template-songselect .service .service-logo img {
      max-width: 175px;
      max-height: 85px; }
      @media screen and (max-width: 47.9375em) {
        .page-template-songselect .service .service-logo img {
          max-width: 125px; } }
  @media screen and (min-width: 48em) {
    .page-template-songselect .service:hover .service-logo {
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.5s ease-in;
      -o-transition: opacity 0.5s ease-in;
      transition: opacity 0.5s ease-in; }
    .page-template-songselect .service:hover .-copy {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 1;
      -webkit-transition: opacity 0.5s ease-in;
      -o-transition: opacity 0.5s ease-in;
      transition: opacity 0.5s ease-in;
      height: 100%;
      margin: 0;
      padding: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: #003b5c;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .page-template-songselect .service:hover .-copy {
      padding: 30px; } }
  @media screen and (min-width: 48em) and (max-width: 47.9375em) {
    .page-template-songselect .service:hover .-copy {
      padding: 15px 20px; } }
  @media screen and (min-width: 48em) {
      .page-template-songselect .service:hover .-copy p {
        font-size: 14px;
        line-height: 18px;
        padding: 0 0 20px 0;
        margin: 0;
        color: #fff; }
      .page-template-songselect .service:hover .-copy .btn-default-text {
        color: #fff; }
        .page-template-songselect .service:hover .-copy .btn-default-text:hover {
          color: #00a3e0; } }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	SongSelect® Pricing Tables
/* ---------------------------------------------------------- */
.pricing {
  background: #292a2e;
  padding: 115px 0 100px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 61.9375em) {
    .pricing {
      padding: 40px 0 80px 0; } }
  .pricing .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .pricing h2 {
    color: #ffbf3f;
    font-size: 32px; }
    @media screen and (max-width: 61.9375em) {
      .pricing h2 {
        font-size: 28px; } }
    @media screen and (min-width: 48em) {
      .pricing h2 {
        text-align: center; } }
    @media screen and (max-width: 47.9375em) {
      .pricing h2 {
        font-size: 24px; } }
  .pricing .intro {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-family: akagi_prolight, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-bottom: 65px;
    text-align: center; }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      .pricing .intro {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 35px; } }
    @media screen and (max-width: 47.9375em) {
      .pricing .intro {
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        margin-bottom: 35px;
        font-family: akagi_probook, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; } }
  @media screen and (min-width: 62em) {
    .pricing .sliding-cards {
      display: none; } }
  .pricing .pricing-tables .pricing-tiers {
    max-width: 970px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0; }
  .pricing .pricing-tables .price-card {
    width: 300px;
    max-width: 300px;
    border-top: 10px solid #ffbf3f;
    background: #fff;
    padding: 0 12px 30px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      .pricing .pricing-tables .price-card {
        min-height: 615px; } }
    @media screen and (max-width: 47.9375em) {
      .pricing .pricing-tables .price-card {
        max-width: 260px;
        padding: 0 12px 20px 12px;
        min-height: 425px; } }
    .pricing .pricing-tables .price-card.public-domain {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .pricing .pricing-tables .price-card.public-domain .price {
        padding: 15px 0px; }
        @media screen and (max-width: 61.9375em) {
          .pricing .pricing-tables .price-card.public-domain .price {
            padding: 30px 30px; } }
      .pricing .pricing-tables .price-card.public-domain .description {
        color: #292a2e;
        padding: 0 20px;
        font-size: 16px;
        line-height: 22px;
        text-align: left; }
        @media screen and (min-width: 62em) and (max-width: 74.9375em) {
          .pricing .pricing-tables .price-card.public-domain .description {
            padding: 0; } }
    .pricing .pricing-tables .price-card.public-domain-inline {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      max-height: 380px; }
      @media screen and (min-width: 48em) and (max-width: 61.9375em) {
        .pricing .pricing-tables .price-card.public-domain-inline {
          min-height: unset !important; } }
      @media screen and (max-width: 47.9375em) {
        .pricing .pricing-tables .price-card.public-domain-inline {
          min-height: unset !important; } }
      .pricing .pricing-tables .price-card.public-domain-inline p.description {
        padding-bottom: 40px !important;
        padding-left: 20px !important; }
    .pricing .pricing-tables .price-card .price {
      padding: 15px 35px 5px; }
      @media screen and (min-width: 48em) {
        .pricing .pricing-tables .price-card .price {
          padding: 30px 45px; } }
      .pricing .pricing-tables .price-card .price .-tier {
        font-family: akagi_probook, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        margin-bottom: 10px;
        line-height: 1; }
        @media screen and (max-width: 47.9375em) {
          .pricing .pricing-tables .price-card .price .-tier {
            font-size: 28px;
            margin-bottom: 5px; } }
      .pricing .pricing-tables .price-card .price .-cost {
        color: #e27c00;
        font-size: 32px;
        font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        line-height: 1; }
        @media screen and (max-width: 47.9375em) {
          .pricing .pricing-tables .price-card .price .-cost {
            font-size: 28px; } }
      .pricing .pricing-tables .price-card .price .-duration {
        color: #75787b;
        font-size: 16px;
        font-family: akagi_prolight, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        padding-left: 10px; }
        @media screen and (max-width: 47.9375em) {
          .pricing .pricing-tables .price-card .price .-duration {
            padding-left: 5px; } }
    .pricing .pricing-tables .price-card .-wrapper {
      height: 100%;
      min-height: 275px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (min-width: 48em) {
        .pricing .pricing-tables .price-card .-wrapper {
          min-height: 445px; } }
    .pricing .pricing-tables .price-card ul {
      list-style: none;
      margin: 0; }
      .pricing .pricing-tables .price-card ul li {
        padding: 5px 20px;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
        font-size: 18px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #97999b; }
        .pricing .pricing-tables .price-card ul li:nth-child(odd) {
          background: #f7f7f7; }
        .pricing .pricing-tables .price-card ul li:before {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
          content: ' ';
          width: 18px;
          height: 18px;
          margin-right: 13px;
          background-image: url(src/media/svg/songselect-x-filled-gray.svg);
          background-size: 12px 12px;
          background-repeat: no-repeat;
          background-position: left center; }
        @media screen and (max-width: 47.9375em) {
          .pricing .pricing-tables .price-card ul li {
            font-size: 14px;
            height: auto; } }
        .pricing .pricing-tables .price-card ul li.included {
          font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
          color: #292a2e; }
          .pricing .pricing-tables .price-card ul li.included:before {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-preferred-size: 10%;
            flex-basis: 10%;
            content: ' ';
            background-image: url(src/media/svg/songselect-checkmark-filled-green.svg);
            background-repeat: no-repeat;
            background-position: left center;
            width: 18px;
            height: 18px;
            background-size: 16px 12px;
            margin-right: 15px; }
    .pricing .pricing-tables .price-card .fine-print {
      text-align: center;
      font-size: 14px;
      color: #53565a;
      margin: 5px 0 15px 0; }
      @media screen and (max-width: 47.9375em) {
        .pricing .pricing-tables .price-card .fine-print {
          font-size: 12px;
          margin: 0; } }
    .pricing .pricing-tables .price-card .btn-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .pricing .pricing-tables h5 {
    font-family: akagi_prolight, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 32px;
    color: #53565a;
    margin: 0; }
  .pricing .pricing-tables .wide {
    max-width: 970px;
    margin-bottom: 30px;
    padding: 20px 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .pricing .pricing-tables .wide .price {
      padding: 0; }
    .pricing .pricing-tables .wide .description {
      max-width: 370px;
      color: #53565a;
      margin: 0;
      color: #292a2e;
      font-size: 18px;
      font-family: akagi_probook, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      line-height: 24px; }
      @media screen and (max-width: 47.9375em) {
        .pricing .pricing-tables .wide .description {
          padding: 0 10px; } }
  .pricing .disclosure {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px; }
    @media screen and (max-width: 61.9375em) {
      .pricing .disclosure {
        margin-top: 0; } }
    .pricing .disclosure p {
      color: #B1B3B3;
      text-align: center;
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 0;
      padding: 0 35px; }
      @media screen and (max-width: 47.9375em) {
        .pricing .disclosure p {
          text-align: left;
          padding: 0px;
          font-size: 12px;
          line-height: 18px; } }
  .pricing .flickity-page-dots {
    position: relative;
    bottom: 0;
    margin: 40px 0 40px 0; }
    @media screen and (max-width: 47.9375em) {
      .pricing .flickity-page-dots {
        margin: 25px 0 30px 0; } }
    .pricing .flickity-page-dots .dot {
      background-color: transparent;
      border: 2px solid #e27c00; }
      .pricing .flickity-page-dots .dot.is-selected {
        background-color: #e27c00;
        border: 2px solid #e27c00; }
  .pricing .carousel-cell {
    margin-right: 30px;
    counter-increment: gallery-cell; }
    @media screen and (max-width: 47.9375em) {
      .pricing .carousel-cell {
        margin-right: 10px; } }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  Promo Visit SongSelect®
/* ---------------------------------------------------------- */
#promo-visit-songselect {
  padding: 40px 0 0; }
  @media screen and (min-width: 48em) {
    #promo-visit-songselect {
      padding: 80px 0; } }
  @media screen and (min-width: 62em) {
    #promo-visit-songselect {
      padding: 120px 0; } }
  #promo-visit-songselect .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #promo-visit-songselect .row .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (min-width: 48em) {
        #promo-visit-songselect .row .container {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      #promo-visit-songselect .row .container .info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 30px 0; }
        @media screen and (min-width: 48em) {
          #promo-visit-songselect .row .container .info {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            width: 270px;
            margin: 0; } }
        @media screen and (min-width: 62em) {
          #promo-visit-songselect .row .container .info {
            width: 350px; } }
        #promo-visit-songselect .row .container .info .logo {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          width: 100%;
          margin-bottom: 15px; }
          @media screen and (min-width: 48em) {
            #promo-visit-songselect .row .container .info .logo {
              -webkit-box-pack: start;
              -ms-flex-pack: start;
              justify-content: flex-start; } }
          @media screen and (min-width: 62em) {
            #promo-visit-songselect .row .container .info .logo {
              margin-bottom: 25px; } }
          #promo-visit-songselect .row .container .info .logo svg, #promo-visit-songselect .row .container .info .logo img {
            max-width: 100%; }
        #promo-visit-songselect .row .container .info p {
          width: 100%;
          margin-bottom: 20px;
          padding: 0;
          color: #53565a;
          font-size: 16px;
          line-height: 22px;
          text-align: center; }
          @media screen and (min-width: 48em) {
            #promo-visit-songselect .row .container .info p {
              margin-bottom: 30px;
              font-size: 18px;
              line-height: 24px;
              text-align: left; } }
          @media screen and (min-width: 62em) {
            #promo-visit-songselect .row .container .info p {
              font-size: 20px;
              line-height: 28px; } }
      #promo-visit-songselect .row .container .image {
        width: 370px; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Copyright License Page - Style Loader
/* ---------------------------------------------------------- */
.page-template-copyright-license #intro-text, .page-template-uk-copyright-license #intro-text, .page-template-church-video-license #intro-text {
  border-bottom: 1px solid #d9d9d9;
  padding: 75px 0 50px 0; }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .page-template-copyright-license #intro-text, .page-template-uk-copyright-license #intro-text, .page-template-church-video-license #intro-text {
      padding: 40px 0; } }
  @media screen and (max-width: 47.9375em) {
    .page-template-copyright-license #intro-text, .page-template-uk-copyright-license #intro-text, .page-template-church-video-license #intro-text {
      padding: 35px 0 25px 0; } }

.page-template-copyright-license h2, .page-template-uk-copyright-license h2, .page-template-church-video-license h2 {
  color: #00a3e0; }
  @media screen and (max-width: 61.9375em) {
    .page-template-copyright-license h2, .page-template-uk-copyright-license h2, .page-template-church-video-license h2 {
      font-size: 24px;
      line-height: 30px; } }
  @media screen and (max-width: 47.9375em) {
    .page-template-copyright-license h2, .page-template-uk-copyright-license h2, .page-template-church-video-license h2 {
      font-size: 20px;
      line-height: 26px; } }

.icon-features-section.white {
  background: #fff; }

.icon-features-section.ghostwhite {
  background: #f7f7f7; }

.icon-features-section.black {
  background: #292a2e; }

.icon-features-section .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.icon-features-section a {
  color: #292a2e;
  text-decoration: underline; }
  .icon-features-section a:hover {
    color: #00a3e0; }

#icon-features {
  padding: 75px 0 0 0;
  border-bottom: 1px solid #d9d9d9;
  background: #fff; }
  @media screen and (max-width: 47.9375em) {
    #icon-features {
      padding-top: 50px;
      padding: 50px 0px 0; } }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    #icon-features .icon-container {
      padding: 0 20px; } }
  #icon-features h2 {
    text-align: center;
    color: #00a3e0;
    padding: 0 0 8px 0; }
    @media screen and (max-width: 61.9375em) {
      #icon-features h2 {
        font-size: 24px;
        line-height: 30px; } }
    @media screen and (max-width: 47.9375em) {
      #icon-features h2 {
        font-size: 20px;
        line-height: 26px;
        text-align: left; } }
  #icon-features .item {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 40px; }
    #icon-features .item:nth-last-child(-n+3) {
      border: 0; }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      #icon-features .item:nth-last-child(-n+3) {
        padding-bottom: 40px;
        border-bottom: 1px solid #d9d9d9; }
      #icon-features .item:nth-last-child(-n+2) {
        padding-bottom: 0;
        border: 0; } }
    @media screen and (max-width: 47.9375em) {
      #icon-features .item {
        padding-bottom: 10px;
        border: 0; }
        #icon-features .item:nth-last-child(-n+3) {
          padding-bottom: 10px; } }
  #icon-features .icon-and-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 60px 0 0 0;
    padding-bottom: 40px; }
    #icon-features .icon-and-text:nth-last-child(-n+3) {
      padding-bottom: 0; }
    @media screen and (max-width: 47.9375em) {
      #icon-features .icon-and-text {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0;
        padding-bottom: 0;
        padding-top: 20px; } }
    #icon-features .icon-and-text .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      min-width: 45px;
      max-height: 45px; }
      #icon-features .icon-and-text .icon svg, #icon-features .icon-and-text .icon img {
        height: 45px; }
      @media screen and (max-width: 47.9375em) {
        #icon-features .icon-and-text .icon {
          min-width: 30px;
          max-height: 30px; }
          #icon-features .icon-and-text .icon svg, #icon-features .icon-and-text .icon img {
            height: 30px; } }
    #icon-features .icon-and-text .content {
      width: 100%;
      max-width: 100%;
      margin-left: 40px; }
      @media screen and (max-width: 47.9375em) {
        #icon-features .icon-and-text .content {
          margin-left: 20px; } }
      #icon-features .icon-and-text .content p {
        padding: 0; }
    #icon-features .icon-and-text h4 {
      color: #004b87;
      font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      padding: 0; }
      @media screen and (max-width: 61.9375em) {
        #icon-features .icon-and-text h4 {
          font-size: 18px;
          line-height: 22px; } }
  #icon-features .section-note {
    padding: 10px 0 30px 0;
    font-size: 14px; }
    @media screen and (min-width: 48em) {
      #icon-features .section-note {
        padding: 45px 0;
        font-size: 16px; } }
    @media screen and (min-width: 62em) {
      #icon-features .section-note {
        padding: 60px 0; } }
    #icon-features .section-note .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (min-width: 48em) {
        #icon-features .section-note .columns {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      #icon-features .section-note .columns .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 5px; }
        #icon-features .section-note .columns .icon svg {
          width: 18px;
          height: 18px; }
          #icon-features .section-note .columns .icon svg path {
            fill: #C8C8C8; }
      #icon-features .section-note .columns p {
        text-align: center;
        margin: 0;
        padding: 0; }
        #icon-features .section-note .columns p a {
          cursor: pointer; }

#stream-rehearse-license-overview {
  padding: 70px 0 50px 0; }
  @media screen and (max-width: 61.9375em) {
    #stream-rehearse-license-overview {
      padding: 45px 0 10px 0; } }
  #stream-rehearse-license-overview .header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #stream-rehearse-license-overview .header .header-holder h2 {
      text-align: center;
      color: #00a3e0;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 61.9375em) {
        #stream-rehearse-license-overview .header .header-holder h2 {
          font-size: 24px;
          line-height: 30px; } }
      @media screen and (max-width: 47.9375em) {
        #stream-rehearse-license-overview .header .header-holder h2 {
          font-size: 20px;
          line-height: 26px; } }

.license-overview {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 65px 0 30px 0;
  max-width: 970px; }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .license-overview {
      padding: 65px 20px 30px 20px; } }
  @media screen and (max-width: 47.9375em) {
    .license-overview {
      padding: 35px 20px 30px 20px; } }
  .license-overview .item:nth-child(1) {
    padding: 0 115px 0 0; }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      .license-overview .item:nth-child(1) {
        padding: 0 30px 0 0; } }
    @media screen and (max-width: 47.9375em) {
      .license-overview .item:nth-child(1) {
        padding: 0;
        margin-bottom: 30px; } }
  .license-overview .item:nth-child(2) {
    padding: 0 0 0 115px;
    border-left: 1px solid #d9d9d9; }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      .license-overview .item:nth-child(2) {
        padding: 0 0 0 30px; } }
    @media screen and (max-width: 47.9375em) {
      .license-overview .item:nth-child(2) {
        padding: 0;
        border-left: none; } }
  .license-overview .column-intro {
    padding-bottom: 30px; }
    @media screen and (max-width: 47.9375em) {
      .license-overview .column-intro {
        padding-bottom: 0; } }
    .license-overview .column-intro h4 {
      font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      color: #00a3e0; }
      @media screen and (max-width: 61.9375em) {
        .license-overview .column-intro h4 {
          font-size: 20px;
          line-height: 26px;
          padding: 0; } }
    @media screen and (max-width: 47.9375em) {
      .license-overview .column-intro p {
        font-size: 16px;
        line-height: 22px; } }
  .license-overview .icon-and-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0 25px 0;
    border-top: 1px solid #d9d9d9; }
    .license-overview .icon-and-text:last-of-type {
      padding-bottom: 0; }
    @media screen and (max-width: 47.9375em) {
      .license-overview .icon-and-text {
        padding: 25px 0 20px 0; } }
    .license-overview .icon-and-text .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      min-width: 50px;
      max-height: 50px;
      min-height: 50px;
      margin-right: 50px; }
      @media screen and (max-width: 47.9375em) {
        .license-overview .icon-and-text .icon {
          min-width: 30px;
          max-height: 30px;
          min-height: 30px;
          margin-right: 20px; } }
      .license-overview .icon-and-text .icon svg, .license-overview .icon-and-text .icon img {
        height: 50px; }
        @media screen and (max-width: 47.9375em) {
          .license-overview .icon-and-text .icon svg, .license-overview .icon-and-text .icon img {
            height: 30px; } }
    .license-overview .icon-and-text .-wrapper {
      width: 100%;
      max-width: 100%; }
    .license-overview .icon-and-text h5 {
      font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      color: #004b87; }
      @media screen and (max-width: 61.9375em) {
        .license-overview .icon-and-text h5 {
          font-size: 18px;
          line-height: 22px;
          padding: 0; } }
    .license-overview .icon-and-text p {
      margin: 0;
      color: #53565a; }

#icon-features-alt {
  padding: 100px 0 60px 0;
  background: #292a2e; }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    #icon-features-alt {
      padding: 60px 0 40px 0; } }
  @media screen and (max-width: 47.9375em) {
    #icon-features-alt {
      padding: 50px 0 50px 0; } }
  #icon-features-alt .icon svg path,
  #icon-features-alt .icon svg stroke,
  #icon-features-alt .icon svg line,
  #icon-features-alt .icon svg circle,
  #icon-features-alt .icon svg polygon,
  #icon-features-alt .icon svg rect {
    fill: #00a3e0; }
  #icon-features-alt p {
    color: #d9d9d9; }
  #icon-features-alt .header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #icon-features-alt h2 {
    text-align: center;
    color: #00a3e0;
    padding: 0 0 8px 0; }
    @media screen and (max-width: 61.9375em) {
      #icon-features-alt h2 {
        font-size: 24px;
        line-height: 30px; } }
    @media screen and (max-width: 47.9375em) {
      #icon-features-alt h2 {
        font-size: 20px;
        line-height: 26px; } }
  #icon-features-alt p {
    text-align: center;
    padding: 0;
    line-height: 32px; }
    @media screen and (max-width: 61.9375em) {
      #icon-features-alt p {
        font-size: 18px;
        line-height: 24px; } }
    @media screen and (max-width: 47.9375em) {
      #icon-features-alt p {
        font-size: 16px;
        line-height: 22px; } }
  #icon-features-alt .icon-and-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 60px 0 40px 0; }
    @media screen and (max-width: 47.9375em) {
      #icon-features-alt .icon-and-text {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 0 0;
        padding-bottom: 0;
        padding-top: 20px; } }
    #icon-features-alt .icon-and-text .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      min-width: 50px;
      max-height: 50px;
      min-height: 50px; }
      #icon-features-alt .icon-and-text .icon svg, #icon-features-alt .icon-and-text .icon img {
        height: 50px; }
    #icon-features-alt .icon-and-text .content {
      width: 100%;
      max-width: 100%;
      margin-top: 20px; }
      #icon-features-alt .icon-and-text .content h4 {
        color: #fff;
        font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        padding: 0;
        text-align: center; }
        @media screen and (max-width: 61.9375em) {
          #icon-features-alt .icon-and-text .content h4 {
            font-size: 18px;
            line-height: 22px; } }
      #icon-features-alt .icon-and-text .content p {
        text-align: center;
        font-size: 18px;
        line-height: 26px;
        color: #c8c8c8;
        padding-bottom: 10px; }
        @media screen and (max-width: 47.9375em) {
          #icon-features-alt .icon-and-text .content p {
            font-size: 16px;
            line-height: 22px; } }
      #icon-features-alt .icon-and-text .content .footnote {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        #icon-features-alt .icon-and-text .content .footnote small {
          font-size: 14px;
          color: #c8c8c8;
          text-align: center; }
          #icon-features-alt .icon-and-text .content .footnote small a {
            text-decoration: underline;
            color: #c8c8c8; }
            #icon-features-alt .icon-and-text .content .footnote small a:visited, #icon-features-alt .icon-and-text .content .footnote small a:active, #icon-features-alt .icon-and-text .content .footnote small a:focus {
              color: #c8c8c8; }

.top-publishers {
  padding: 100px 0 25px; }
  @media screen and (max-width: 61.9375em) {
    .top-publishers {
      padding: 40px 0px 0 0; } }
  .top-publishers .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .top-publishers .intro h2 {
    color: #00a3e0;
    text-align: center;
    padding-bottom: 8px; }
    @media screen and (max-width: 61.9375em) {
      .top-publishers .intro h2 {
        font-size: 24px;
        line-height: 30px; } }
    @media screen and (max-width: 47.9375em) {
      .top-publishers .intro h2 {
        font-size: 20px;
        line-height: 26px; } }
  .top-publishers .intro p {
    text-align: center;
    font-family: akagi_prolight, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #292a2e;
    margin-bottom: 0; }
    @media screen and (min-width: 62em) {
      .top-publishers .intro p {
        font-size: 24px;
        line-height: 32px; } }
    @media screen and (max-width: 47.9375em) {
      .top-publishers .intro p {
        font-size: 16px;
        line-height: 22px; } }
  .top-publishers .-content {
    margin-bottom: 100px; }
  .top-publishers .service-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%; }
    .top-publishers .service-logo svg, .top-publishers .service-logo img {
      max-height: 80px;
      max-width: 160px; }
      @media screen and (max-width: 47.9375em) {
        .top-publishers .service-logo svg, .top-publishers .service-logo img {
          max-height: 60px;
          max-width: 80px; } }
    .top-publishers .service-logo svg {
      width: 100%;
      height: 100%; }
  .top-publishers .integration-grid {
    padding: 75px 15px; }
    @media screen and (max-width: 61.9375em) {
      .top-publishers .integration-grid {
        padding: 40px 20px; } }
  .top-publishers .publisher-logo {
    min-height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    position: relative; }
    @media screen and (max-width: 47.9375em) {
      .top-publishers .publisher-logo {
        min-height: 120px; } }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  SongSearch Component
/* ---------------------------------------------------------- */
.songsearch-component {
  padding: 100px 0 60px 0;
  border-bottom: 4px solid #fff; }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .songsearch-component {
      padding: 45px 0 40px 0; } }
  @media screen and (max-width: 47.9375em) {
    .songsearch-component {
      padding: 45px 0 25px 0; } }
  .songsearch-component.black {
    background-color: #292a2e; }
  .songsearch-component.light-black {
    background-color: #323336; }
  .songsearch-component .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .songsearch-component h2 {
    text-align: center;
    color: #00a3e0;
    padding: 0 0 8px 0; }
    @media screen and (max-width: 61.9375em) {
      .songsearch-component h2 {
        font-size: 24px;
        line-height: 30px; } }
  .songsearch-component p {
    text-align: center;
    color: #fff;
    line-height: 32px;
    font-family: akagi_prolight, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    padding: 0; }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      .songsearch-component p {
        font-size: 18px;
        line-height: 24px; } }
  .songsearch-component .songsearch-input {
    display: block;
    max-width: 570px;
    position: relative;
    margin: 50px auto 25px auto; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Call to Action Boxes
/* ---------------------------------------------------------- */
#cta-orange-bg {
  padding: 45px 0 25px 0;
  background: #ffa300; }
  @media screen and (min-width: 48em) {
    #cta-orange-bg {
      padding: 65px 0 60px 0; } }
  @media screen and (min-width: 62em) {
    #cta-orange-bg {
      padding: 95px 0 100px 0; } }
  #cta-orange-bg .header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #cta-orange-bg .section-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (min-width: 48em) {
      #cta-orange-bg .section-boxes {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  #cta-orange-bg h2 {
    text-align: center;
    color: #fff;
    font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-bottom: 50px; }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      #cta-orange-bg h2 {
        font-size: 24px;
        line-height: 30px; } }
    @media screen and (max-width: 61.9375em) {
      #cta-orange-bg h2 {
        margin-bottom: 30px; } }
    @media screen and (max-width: 47.9375em) {
      #cta-orange-bg h2 {
        font-size: 20px;
        line-height: 26px; } }
  #cta-orange-bg .sidebar-style-2 {
    margin-bottom: 20px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
    @media screen and (min-width: 48em) {
      #cta-orange-bg .sidebar-style-2 {
        margin: 0; } }
    #cta-orange-bg .sidebar-style-2 .-content {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: 100%;
      max-width: 370px;
      background: #fff;
      -webkit-box-shadow: 4px 4px rgba(0, 0, 0, 0.12);
      box-shadow: 4px 4px rgba(0, 0, 0, 0.12);
      border-top: 10px solid #e27c00; }
      @media screen and (min-width: 48em) and (max-width: 61.9375em) {
        #cta-orange-bg .sidebar-style-2 .-content {
          padding: 0px 20px; } }
      @media screen and (max-width: 47.9375em) {
        #cta-orange-bg .sidebar-style-2 .-content {
          padding: 0; } }
      #cta-orange-bg .sidebar-style-2 .-content .-section {
        width: 100%; }
        @media screen and (max-width: 47.9375em) {
          #cta-orange-bg .sidebar-style-2 .-content .-section {
            padding: 25px; } }
      #cta-orange-bg .sidebar-style-2 .-content .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        margin-right: 20px; }
        #cta-orange-bg .sidebar-style-2 .-content .icon svg, #cta-orange-bg .sidebar-style-2 .-content .icon img {
          height: 45px; }
        @media screen and (max-width: 61.9375em) {
          #cta-orange-bg .sidebar-style-2 .-content .icon {
            display: none; } }
      #cta-orange-bg .sidebar-style-2 .-content h4, #cta-orange-bg .sidebar-style-2 .-content p {
        width: 100%;
        max-width: 245px;
        color: #53565a;
        text-align: left; }
    #cta-orange-bg .sidebar-style-2 .btn {
      background: #e27c00; }
      #cta-orange-bg .sidebar-style-2 .btn:hover {
        background: #ffa300; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Copyright License Pricing Tables
/* ---------------------------------------------------------- */
.page-template-copyright-license .pricing-title, .page-template-church-video-license .pricing-title, .page-template-uk-church-video-licence .pricing-title, .page-template-copyright-license-kr .pricing-title {
  color: #ffbf3f !important; }

.page-template-copyright-license .pricing-tables, .page-template-church-video-license .pricing-tables, .page-template-uk-church-video-licence .pricing-tables, .page-template-copyright-license-kr .pricing-tables {
  overflow: hidden; }
  .page-template-copyright-license .pricing-tables .optional-header, .page-template-church-video-license .pricing-tables .optional-header, .page-template-uk-church-video-licence .pricing-tables .optional-header, .page-template-copyright-license-kr .pricing-tables .optional-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    margin-left: 15px;
    font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
    @media screen and (max-width: 61.9375em) {
      .page-template-copyright-license .pricing-tables .optional-header, .page-template-church-video-license .pricing-tables .optional-header, .page-template-uk-church-video-licence .pricing-tables .optional-header, .page-template-copyright-license-kr .pricing-tables .optional-header {
        margin-left: 0; } }
  .page-template-copyright-license .pricing-tables .table-header, .page-template-church-video-license .pricing-tables .table-header, .page-template-uk-church-video-licence .pricing-tables .table-header, .page-template-copyright-license-kr .pricing-tables .table-header {
    color: #fff;
    font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 22px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px; }
    @media screen and (max-width: 61.9375em) {
      .page-template-copyright-license .pricing-tables .table-header, .page-template-church-video-license .pricing-tables .table-header, .page-template-uk-church-video-licence .pricing-tables .table-header, .page-template-copyright-license-kr .pricing-tables .table-header {
        margin-left: 0;
        font-size: 18px;
        line-height: 22px;
        min-height: 50px; } }
  .page-template-copyright-license .pricing-tables .table-sub-header, .page-template-church-video-license .pricing-tables .table-sub-header, .page-template-uk-church-video-licence .pricing-tables .table-sub-header, .page-template-copyright-license-kr .pricing-tables .table-sub-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #e27c00;
    margin-left: 0;
    font-size: 16px;
    line-height: 20px;
    height: 56px;
    font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
    @media screen and (min-width: 62em) {
      .page-template-copyright-license .pricing-tables .table-sub-header, .page-template-church-video-license .pricing-tables .table-sub-header, .page-template-uk-church-video-licence .pricing-tables .table-sub-header, .page-template-copyright-license-kr .pricing-tables .table-sub-header {
        margin-left: 13px; } }
  .page-template-copyright-license .pricing-tables .cell, .page-template-church-video-license .pricing-tables .cell, .page-template-uk-church-video-licence .pricing-tables .cell, .page-template-copyright-license-kr .pricing-tables .cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    margin-left: 0;
    font-size: 14px; }
    @media screen and (min-width: 48em) {
      .page-template-copyright-license .pricing-tables .cell, .page-template-church-video-license .pricing-tables .cell, .page-template-uk-church-video-licence .pricing-tables .cell, .page-template-copyright-license-kr .pricing-tables .cell {
        height: 36px;
        font-size: 16px; } }
    @media screen and (min-width: 62em) {
      .page-template-copyright-license .pricing-tables .cell, .page-template-church-video-license .pricing-tables .cell, .page-template-uk-church-video-licence .pricing-tables .cell, .page-template-copyright-license-kr .pricing-tables .cell {
        margin-left: 15px; } }
  @media screen and (max-width: 74.9375em) {
    .page-template-copyright-license .pricing-tables .pricing-table-top, .page-template-church-video-license .pricing-tables .pricing-table-top, .page-template-uk-church-video-licence .pricing-tables .pricing-table-top, .page-template-copyright-license-kr .pricing-tables .pricing-table-top {
      padding-left: 15px;
      padding-right: 15px; } }
  .page-template-copyright-license .pricing-tables .pricing-table-left, .page-template-church-video-license .pricing-tables .pricing-table-left, .page-template-uk-church-video-licence .pricing-tables .pricing-table-left, .page-template-copyright-license-kr .pricing-tables .pricing-table-left {
    width: 540px;
    margin-right: 5px;
    position: relative; }
    @media screen and (min-width: 48em) {
      .page-template-copyright-license .pricing-tables .pricing-table-left, .page-template-church-video-license .pricing-tables .pricing-table-left, .page-template-uk-church-video-licence .pricing-tables .pricing-table-left, .page-template-copyright-license-kr .pricing-tables .pricing-table-left {
        min-width: 522px;
        margin-right: 15px; } }
    @media screen and (min-width: 62em) {
      .page-template-copyright-license .pricing-tables .pricing-table-left, .page-template-church-video-license .pricing-tables .pricing-table-left, .page-template-uk-church-video-licence .pricing-tables .pricing-table-left, .page-template-copyright-license-kr .pricing-tables .pricing-table-left {
        max-width: 770px;
        margin-right: 45px; } }
  .page-template-copyright-license .pricing-tables .borders, .page-template-church-video-license .pricing-tables .borders, .page-template-uk-church-video-licence .pricing-tables .borders, .page-template-copyright-license-kr .pricing-tables .borders {
    border-left: 1px solid #d9d9d9; }
  .page-template-copyright-license .pricing-tables .has-tip, .page-template-church-video-license .pricing-tables .has-tip, .page-template-uk-church-video-licence .pricing-tables .has-tip, .page-template-copyright-license-kr .pricing-tables .has-tip {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 0;
    margin-left: 10px;
    font-size: 16px; }
  .page-template-copyright-license .pricing-tables #icon-help .help-fill-white, .page-template-church-video-license .pricing-tables #icon-help .help-fill-white, .page-template-uk-church-video-licence .pricing-tables #icon-help .help-fill-white, .page-template-copyright-license-kr .pricing-tables #icon-help .help-fill-white {
    fill: #fff; }
  .page-template-copyright-license .pricing-tables #icon-help .help-fill-orange, .page-template-church-video-license .pricing-tables #icon-help .help-fill-orange, .page-template-uk-church-video-licence .pricing-tables #icon-help .help-fill-orange, .page-template-copyright-license-kr .pricing-tables #icon-help .help-fill-orange {
    fill: #ffbf3f; }
  .page-template-copyright-license .pricing-tables .orange, .page-template-church-video-license .pricing-tables .orange, .page-template-uk-church-video-licence .pricing-tables .orange, .page-template-copyright-license-kr .pricing-tables .orange {
    background: #e27c00;
    color: #fff; }
  .page-template-copyright-license .pricing-tables .medium-orange, .page-template-church-video-license .pricing-tables .medium-orange, .page-template-uk-church-video-licence .pricing-tables .medium-orange, .page-template-copyright-license-kr .pricing-tables .medium-orange {
    background: #ffa300;
    color: #fff; }
  .page-template-copyright-license .pricing-tables .light-orange, .page-template-church-video-license .pricing-tables .light-orange, .page-template-uk-church-video-licence .pricing-tables .light-orange, .page-template-copyright-license-kr .pricing-tables .light-orange {
    background: #ffbf3f;
    color: #fff; }
  .page-template-copyright-license .pricing-tables .white, .page-template-church-video-license .pricing-tables .white, .page-template-uk-church-video-licence .pricing-tables .white, .page-template-copyright-license-kr .pricing-tables .white {
    background: #fff; }
  .page-template-copyright-license .pricing-tables .white-alt, .page-template-church-video-license .pricing-tables .white-alt, .page-template-uk-church-video-licence .pricing-tables .white-alt, .page-template-copyright-license-kr .pricing-tables .white-alt {
    background: #fff; }
    .page-template-copyright-license .pricing-tables .white-alt:nth-child(odd), .page-template-church-video-license .pricing-tables .white-alt:nth-child(odd), .page-template-uk-church-video-licence .pricing-tables .white-alt:nth-child(odd), .page-template-copyright-license-kr .pricing-tables .white-alt:nth-child(odd) {
      background: #f7f7f7; }
  .page-template-copyright-license .pricing-tables .white-alt-lt, .page-template-church-video-license .pricing-tables .white-alt-lt, .page-template-uk-church-video-licence .pricing-tables .white-alt-lt, .page-template-copyright-license-kr .pricing-tables .white-alt-lt {
    background: #fff; }
    .page-template-copyright-license .pricing-tables .white-alt-lt:nth-child(even), .page-template-church-video-license .pricing-tables .white-alt-lt:nth-child(even), .page-template-uk-church-video-licence .pricing-tables .white-alt-lt:nth-child(even), .page-template-copyright-license-kr .pricing-tables .white-alt-lt:nth-child(even) {
      background: #f7f7f7; }
    @media screen and (min-width: 48em) {
      .page-template-copyright-license .pricing-tables .white-alt-lt .columns, .page-template-church-video-license .pricing-tables .white-alt-lt .columns, .page-template-uk-church-video-licence .pricing-tables .white-alt-lt .columns, .page-template-copyright-license-kr .pricing-tables .white-alt-lt .columns {
        padding-right: 0; } }
  .page-template-copyright-license .pricing-tables .silver, .page-template-church-video-license .pricing-tables .silver, .page-template-uk-church-video-licence .pricing-tables .silver, .page-template-copyright-license-kr .pricing-tables .silver {
    background: #f7f7f7; }
  .page-template-copyright-license .pricing-tables .green, .page-template-church-video-license .pricing-tables .green, .page-template-uk-church-video-licence .pricing-tables .green, .page-template-copyright-license-kr .pricing-tables .green {
    background: #00816d; }
  .page-template-copyright-license .pricing-tables .light-green, .page-template-church-video-license .pricing-tables .light-green, .page-template-uk-church-video-licence .pricing-tables .light-green, .page-template-copyright-license-kr .pricing-tables .light-green {
    background: #379f8a; }
  .page-template-copyright-license .pricing-tables .pricing-table-right, .page-template-church-video-license .pricing-tables .pricing-table-right, .page-template-uk-church-video-licence .pricing-tables .pricing-table-right, .page-template-copyright-license-kr .pricing-tables .pricing-table-right {
    margin-top: 36px;
    margin-left: 20px;
    width: 270px;
    right: 0;
    padding-right: 30px;
    position: relative; }
    @media screen and (min-width: 48em) {
      .page-template-copyright-license .pricing-tables .pricing-table-right, .page-template-church-video-license .pricing-tables .pricing-table-right, .page-template-uk-church-video-licence .pricing-tables .pricing-table-right, .page-template-copyright-license-kr .pricing-tables .pricing-table-right {
        padding: 0; } }
    @media screen and (min-width: 62em) {
      .page-template-copyright-license .pricing-tables .pricing-table-right, .page-template-church-video-license .pricing-tables .pricing-table-right, .page-template-uk-church-video-licence .pricing-tables .pricing-table-right, .page-template-copyright-license-kr .pricing-tables .pricing-table-right {
        right: 15px; } }
  .page-template-copyright-license .pricing-tables .even-columns, .page-template-church-video-license .pricing-tables .even-columns, .page-template-uk-church-video-licence .pricing-tables .even-columns, .page-template-copyright-license-kr .pricing-tables .even-columns {
    margin-top: 0px; }
  .page-template-copyright-license .pricing-tables .flickity-slider, .page-template-church-video-license .pricing-tables .flickity-slider, .page-template-uk-church-video-licence .pricing-tables .flickity-slider, .page-template-copyright-license-kr .pricing-tables .flickity-slider {
    margin-left: 15px; }

.page-template-copyright-license .tooltip, .page-template-church-video-license .tooltip, .page-template-uk-church-video-licence .tooltip, .page-template-copyright-license-kr .tooltip {
  max-width: 208px !important;
  width: 208px !important;
  -webkit-box-shadow: 4px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 4px 4px rgba(0, 0, 0, 0.12);
  line-height: 18px;
  border: 1px solid #B1B3B3; }

.page-template-copyright-license .bottom-info-row, .page-template-church-video-license .bottom-info-row, .page-template-uk-church-video-licence .bottom-info-row, .page-template-copyright-license-kr .bottom-info-row {
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 48em) {
    .page-template-copyright-license .bottom-info-row, .page-template-church-video-license .bottom-info-row, .page-template-uk-church-video-licence .bottom-info-row, .page-template-copyright-license-kr .bottom-info-row {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      max-width: 860px;
      padding: 0 20px; } }
  @media screen and (min-width: 62em) {
    .page-template-copyright-license .bottom-info-row, .page-template-church-video-license .bottom-info-row, .page-template-uk-church-video-licence .bottom-info-row, .page-template-copyright-license-kr .bottom-info-row {
      max-width: 930px;
      padding: 0; } }
  @media screen and (min-width: 75em) {
    .page-template-copyright-license .bottom-info-row, .page-template-church-video-license .bottom-info-row, .page-template-uk-church-video-licence .bottom-info-row, .page-template-copyright-license-kr .bottom-info-row {
      max-width: 1115px; } }

.page-template-copyright-license .bottom-info, .page-template-church-video-license .bottom-info, .page-template-uk-church-video-licence .bottom-info, .page-template-copyright-license-kr .bottom-info {
  max-width: 770px;
  background: #313236;
  margin-top: 30px;
  color: #c8c8c8;
  margin-right: 315px; }
  @media screen and (min-width: 62em) and (max-width: 74.9375em) {
    .page-template-copyright-license .bottom-info, .page-template-church-video-license .bottom-info, .page-template-uk-church-video-licence .bottom-info, .page-template-copyright-license-kr .bottom-info {
      margin-right: 285px; } }
  @media screen and (max-width: 61.9375em) {
    .page-template-copyright-license .bottom-info, .page-template-church-video-license .bottom-info, .page-template-uk-church-video-licence .bottom-info, .page-template-copyright-license-kr .bottom-info {
      margin-right: -10px !important; } }
  @media screen and (max-width: 47.9375em) {
    .page-template-copyright-license .bottom-info, .page-template-church-video-license .bottom-info, .page-template-uk-church-video-licence .bottom-info, .page-template-copyright-license-kr .bottom-info {
      margin-right: 30px !important; } }
  .page-template-copyright-license .bottom-info .interior, .page-template-church-video-license .bottom-info .interior, .page-template-uk-church-video-licence .bottom-info .interior, .page-template-copyright-license-kr .bottom-info .interior {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 76px;
    height: auto;
    padding: 20px 25px; }
  .page-template-copyright-license .bottom-info h3, .page-template-church-video-license .bottom-info h3, .page-template-uk-church-video-licence .bottom-info h3, .page-template-copyright-license-kr .bottom-info h3 {
    font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #e27c00;
    font-size: 22px;
    min-width: 210px; }
    @media screen and (max-width: 61.9375em) {
      .page-template-copyright-license .bottom-info h3, .page-template-church-video-license .bottom-info h3, .page-template-uk-church-video-licence .bottom-info h3, .page-template-copyright-license-kr .bottom-info h3 {
        min-width: auto;
        font-size: 18px; } }

.page-template-copyright-license .center-bottom-info, .page-template-church-video-license .center-bottom-info, .page-template-uk-church-video-licence .center-bottom-info, .page-template-copyright-license-kr .center-bottom-info {
  margin-right: 47px; }

/* DE OVERRIDE DEFAULT STYLES FOR PRICING NOTE */
.german-pricing-note {
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: akagi_probook,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
  margin-bottom: 45px;
  margin-top: -20px; }
  @media screen and (max-width: 47.9375em) {
    .german-pricing-note {
      text-align: left; } }

.buma-table-header {
  height: auto;
  padding: 15px 7px;
  line-height: 1.2em;
  text-align: center;
  font-size: 22px; }

.buma-table-header p {
  line-height: 1.2em; }

#mobile-tables .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 48em) {
    #mobile-tables .columns {
      padding: 0; } }

#mobile-tables .center-bottom-info {
  margin-right: 47px; }

.page-template-uk-church-video-licence .pricing-table-left {
  width: 540px;
  margin-right: 0 !important;
  position: relative; }
  @media screen and (min-width: 48em) {
    .page-template-uk-church-video-licence .pricing-table-left {
      min-width: 522px;
      margin-right: 0 !important; } }
  @media screen and (min-width: 62em) {
    .page-template-uk-church-video-licence .pricing-table-left {
      max-width: 770px;
      margin-right: 0 !important; } }

#uk-icon-quotation-end {
  fill: #53565A; }

#uk-icon-quotation-start {
  fill: #53565A; }

.page-template-uk-copyright-license #hero-image {
  margin-bottom: 30px; }

.page-template-uk-copyright-license #anchor-links .anchor-item-container {
  border-right: 1px solid #d9d9d9;
  width: 33%; }
  .page-template-uk-copyright-license #anchor-links .anchor-item-container:last-child {
    border: 0; }

.page-template-uk-copyright-license .anchor-border.stick {
  border-bottom: 6px solid rgba(41, 42, 46, 0.08);
  display: inline-block;
  width: 100%;
  margin-top: 0 !important;
  position: fixed;
  top: -3px;
  z-index: 10000; }
  .page-template-uk-copyright-license .anchor-border.stick #anchor-links {
    margin-top: 0 !important;
    background: #fff;
    margin-bottom: 0 !important; }
    .page-template-uk-copyright-license .anchor-border.stick #anchor-links .anchor-container {
      padding: 14px 0; }
    .page-template-uk-copyright-license .anchor-border.stick #anchor-links .anchor-item-container {
      text-align: center;
      border-right: 1px solid #d9d9d9;
      width: 33%;
      padding: 0; }
      .page-template-uk-copyright-license .anchor-border.stick #anchor-links .anchor-item-container:last-child {
        border-right: none; }
    .page-template-uk-copyright-license .anchor-border.stick #anchor-links .anchor-item {
      display: inline-block; }
      .page-template-uk-copyright-license .anchor-border.stick #anchor-links .anchor-item a {
        float: left;
        margin: 6px auto;
        height: 33px;
        line-height: 43px; }
        .page-template-uk-copyright-license .anchor-border.stick #anchor-links .anchor-item a svg {
          float: left;
          width: auto;
          margin-right: 24px; }
        .page-template-uk-copyright-license .anchor-border.stick #anchor-links .anchor-item a.category-icon {
          width: 35px;
          margin-right: 25px; }
      .page-template-uk-copyright-license .anchor-border.stick #anchor-links .anchor-item .arrow-down {
        display: none; }
      .page-template-uk-copyright-license .anchor-border.stick #anchor-links .anchor-item:last-child {
        border-right: 0; }

.page-template-uk-copyright-license .support-category-sections {
  margin: 35px 0; }

.page-template-uk-copyright-license #anchor-targets {
  background: none;
  border: none; }
  .page-template-uk-copyright-license #anchor-targets #cta-orange-bg .sidebar-style-2 .-content .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-right: 20px;
    position: relative;
    left: auto; }
    .page-template-uk-copyright-license #anchor-targets #cta-orange-bg .sidebar-style-2 .-content .icon svg path, .page-template-uk-copyright-license #anchor-targets #cta-orange-bg .sidebar-style-2 .-content .icon svg polygon {
      fill: #ffbf3f !important; }
    .page-template-uk-copyright-license #anchor-targets #cta-orange-bg .sidebar-style-2 .-content .icon svg .st0 {
      fill: #ffbf3f !important; }
    .page-template-uk-copyright-license #anchor-targets #cta-orange-bg .sidebar-style-2 .-content .icon:before {
      background-color: transparent !important; }
  @media screen and (max-width: 47.9375em) {
    .page-template-uk-copyright-license #anchor-targets .row.top-level:first-child .main-container {
      margin-top: 40px; } }
  .page-template-uk-copyright-license #anchor-targets .main-container {
    width: 100%;
    margin-top: -80px;
    padding-top: 80px; }
    @media screen and (max-width: 47.9375em) {
      .page-template-uk-copyright-license #anchor-targets .main-container {
        margin-top: 4px;
        padding-top: 0; } }
  .page-template-uk-copyright-license #anchor-targets .titleHeader {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    background-color: #003b5c; }
    @media screen and (max-width: 47.9375em) {
      .page-template-uk-copyright-license #anchor-targets .titleHeader {
        height: 60px; } }
    .page-template-uk-copyright-license #anchor-targets .titleHeader .section-icon {
      width: 100px;
      height: 100px;
      margin-right: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: #00a3e0; }
      @media screen and (max-width: 47.9375em) {
        .page-template-uk-copyright-license #anchor-targets .titleHeader .section-icon {
          height: 60px;
          width: 60px;
          margin-right: 20px; } }
      .page-template-uk-copyright-license #anchor-targets .titleHeader .section-icon svg {
        width: 50px;
        height: 50px; }
        .page-template-uk-copyright-license #anchor-targets .titleHeader .section-icon svg path {
          fill: #fff !important; }
        @media screen and (max-width: 47.9375em) {
          .page-template-uk-copyright-license #anchor-targets .titleHeader .section-icon svg {
            width: 35px;
            height: 35px; } }
      .page-template-uk-copyright-license #anchor-targets .titleHeader .section-icon .st0 {
        fill: #fff; }
    .page-template-uk-copyright-license #anchor-targets .titleHeader h2 {
      color: #fff;
      font-size: 32px;
      padding: 0; }
      @media screen and (max-width: 47.9375em) {
        .page-template-uk-copyright-license #anchor-targets .titleHeader h2 {
          font-size: 20px; } }
  .page-template-uk-copyright-license #anchor-targets .license-section {
    margin-top: 75px;
    padding-bottom: 55px;
    border-bottom: 1px solid #C8C8C8; }
    @media screen and (max-width: 47.9375em) {
      .page-template-uk-copyright-license #anchor-targets .license-section:last-of-type {
        padding-bottom: 56px; } }
    @media screen and (max-width: 47.9375em) {
      .page-template-uk-copyright-license #anchor-targets .license-section {
        margin-top: 40px;
        padding-bottom: 4px; } }
    .page-template-uk-copyright-license #anchor-targets .license-section .content-info h3 {
      color: #00a3e0;
      font-size: 32px;
      margin-bottom: 19px;
      font-family: akagi_probook, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
      @media screen and (max-width: 47.9375em) {
        .page-template-uk-copyright-license #anchor-targets .license-section .content-info h3 {
          font-size: 24px;
          line-height: 28px; } }
    .page-template-uk-copyright-license #anchor-targets .license-section .content-info p {
      color: #53565A;
      font-size: 28px;
      line-height: normal; }
      @media screen and (max-width: 47.9375em) {
        .page-template-uk-copyright-license #anchor-targets .license-section .content-info p {
          font-size: 20px; } }
  .page-template-uk-copyright-license #anchor-targets .licence-subsection-anchor {
    display: block;
    visibility: hidden;
    position: relative;
    top: -90px; }
  .page-template-uk-copyright-license #anchor-targets .license-subsection {
    margin-top: 75px;
    padding-bottom: 55px;
    border-bottom: 1px solid #C8C8C8; }
    @media screen and (max-width: 47.9375em) {
      .page-template-uk-copyright-license #anchor-targets .license-subsection {
        margin-top: 30px;
        padding-bottom: 18px; } }
    .page-template-uk-copyright-license #anchor-targets .license-subsection:last {
      border-bottom: none; }
    .page-template-uk-copyright-license #anchor-targets .license-subsection .content-info h2 {
      color: #00a3e0;
      font-size: 28px;
      margin-bottom: 14px;
      font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
      @media screen and (max-width: 47.9375em) {
        .page-template-uk-copyright-license #anchor-targets .license-subsection .content-info h2 {
          font-size: 20px; } }
    .page-template-uk-copyright-license #anchor-targets .license-subsection .content-info p {
      color: #53565A;
      font-size: 20px;
      line-height: normal;
      font-family: akagi_probook, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      margin-bottom: 32px; }
      @media screen and (max-width: 47.9375em) {
        .page-template-uk-copyright-license #anchor-targets .license-subsection .content-info p {
          font-size: 16px;
          line-height: 22px; } }
      .page-template-uk-copyright-license #anchor-targets .license-subsection .content-info p a {
        text-decoration: underline;
        color: #53565A; }
      .page-template-uk-copyright-license #anchor-targets .license-subsection .content-info p.small-text {
        font-size: 18px; }
        .page-template-uk-copyright-license #anchor-targets .license-subsection .content-info p.small-text a:hover {
          color: #00a3e0; }
    .page-template-uk-copyright-license #anchor-targets .license-subsection .content-info .btn-default-primary {
      margin-right: 22px;
      font-size: 16px;
      padding: 0 18px 0 21px;
      height: 38px; }
      .page-template-uk-copyright-license #anchor-targets .license-subsection .content-info .btn-default-primary:after {
        width: 15px !important;
        background-size: 15px 32px !important;
        top: -2px !important;
        background-image: url(src/media/svg/icon-chevron-down-sprite.svg); }
      .page-template-uk-copyright-license #anchor-targets .license-subsection .content-info .btn-default-primary:hover:after {
        background-position: 0 -13px; }
      @media screen and (max-width: 47.9375em) {
        .page-template-uk-copyright-license #anchor-targets .license-subsection .content-info .btn-default-primary {
          margin-bottom: 24px; } }
    .page-template-uk-copyright-license #anchor-targets .license-subsection .subfeatures {
      margin-top: 58px; }
      @media screen and (max-width: 47.9375em) {
        .page-template-uk-copyright-license #anchor-targets .license-subsection .subfeatures {
          margin-top: 0; } }
      .page-template-uk-copyright-license #anchor-targets .license-subsection .subfeatures:last-child {
        margin-top: 4px; }
      @media screen and (max-width: 47.9375em) {
        .page-template-uk-copyright-license #anchor-targets .license-subsection .subfeatures {
          font-size: 20px; } }
      .page-template-uk-copyright-license #anchor-targets .license-subsection .subfeatures .section-icon {
        min-width: 45px;
        max-height: 45px;
        text-align: right; }
        @media screen and (max-width: 47.9375em) {
          .page-template-uk-copyright-license #anchor-targets .license-subsection .subfeatures .section-icon {
            min-width: 30px;
            max-height: 30px; } }
        .page-template-uk-copyright-license #anchor-targets .license-subsection .subfeatures .section-icon svg {
          height: 45px; }
          .page-template-uk-copyright-license #anchor-targets .license-subsection .subfeatures .section-icon svg path, .page-template-uk-copyright-license #anchor-targets .license-subsection .subfeatures .section-icon svg polygon, .page-template-uk-copyright-license #anchor-targets .license-subsection .subfeatures .section-icon svg stroke {
            fill: #00A3E0 !important; }
          @media screen and (max-width: 47.9375em) {
            .page-template-uk-copyright-license #anchor-targets .license-subsection .subfeatures .section-icon svg {
              height: 30px; } }
          .page-template-uk-copyright-license #anchor-targets .license-subsection .subfeatures .section-icon svg .st0, .page-template-uk-copyright-license #anchor-targets .license-subsection .subfeatures .section-icon svg st1 {
            fill: #00A3E0 !important; }
      .page-template-uk-copyright-license #anchor-targets .license-subsection .subfeatures h3 {
        color: #004B87;
        font-size: 20px;
        font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
        @media screen and (max-width: 47.9375em) {
          .page-template-uk-copyright-license #anchor-targets .license-subsection .subfeatures h3 {
            font-size: 18px;
            line-height: 22px; } }
      .page-template-uk-copyright-license #anchor-targets .license-subsection .subfeatures p {
        margin-bottom: 28px; }
        @media screen and (max-width: 47.9375em) {
          .page-template-uk-copyright-license #anchor-targets .license-subsection .subfeatures p {
            font-size: 14px;
            line-height: 20px; } }
      .page-template-uk-copyright-license #anchor-targets .license-subsection .subfeatures.show-for-small-only {
        margin-bottom: 20px; }
        .page-template-uk-copyright-license #anchor-targets .license-subsection .subfeatures.show-for-small-only .pricing-toggle {
          float: left;
          margin-right: 10px; }
          .page-template-uk-copyright-license #anchor-targets .license-subsection .subfeatures.show-for-small-only .pricing-toggle:after {
            width: 15px !important;
            background-size: 15px 32px !important;
            top: -2px !important;
            background-image: url(src/media/svg/icon-chevron-down-sprite.svg); }
          .page-template-uk-copyright-license #anchor-targets .license-subsection .subfeatures.show-for-small-only .pricing-toggle:hover:after {
            background-position: 0 -13px; }
        .page-template-uk-copyright-license #anchor-targets .license-subsection .subfeatures.show-for-small-only .solid-blue {
          font-size: 14px;
          padding: 0 14px 0 18px;
          height: 36px; }
  .page-template-uk-copyright-license #anchor-targets .pricing-subsection {
    padding-top: 100px;
    padding-bottom: 80px;
    background: #292A2E;
    color: #fff;
    position: relative;
    margin-bottom: 79px;
    max-height: 0;
    overflow: hidden;
    top: -1px !important;
    -webkit-transition: height 400ms;
    -o-transition: height 400ms;
    transition: height 400ms; }
    @media screen and (max-width: 47.9375em) {
      .page-template-uk-copyright-license #anchor-targets .pricing-subsection {
        margin-bottom: 30px;
        padding-bottom: 13px;
        padding-top: 0 !important; }
        .page-template-uk-copyright-license #anchor-targets .pricing-subsection.is-open {
          padding-top: 50px !important; } }
    .page-template-uk-copyright-license #anchor-targets .pricing-subsection .arrow {
      display: block;
      position: absolute;
      background: #fff;
      width: 30px;
      height: 30px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      margin-left: -15px;
      left: 50%;
      top: -15px; }
    .page-template-uk-copyright-license #anchor-targets .pricing-subsection .close-pricing {
      position: relative; }
      .page-template-uk-copyright-license #anchor-targets .pricing-subsection .close-pricing svg {
        position: absolute;
        right: 0;
        top: -70px; }
        @media screen and (min-width: 48em) and (max-width: 61.9375em) {
          .page-template-uk-copyright-license #anchor-targets .pricing-subsection .close-pricing svg {
            right: 20px; } }
        @media screen and (max-width: 47.9375em) {
          .page-template-uk-copyright-license #anchor-targets .pricing-subsection .close-pricing svg {
            right: 10px;
            top: -34px; } }
    .page-template-uk-copyright-license #anchor-targets .pricing-subsection hr {
      border-bottom: 1px solid #53565A;
      margin-top: 44px;
      margin-bottom: 44px; }
    .page-template-uk-copyright-license #anchor-targets .pricing-subsection h2 {
      color: #FFBF3F;
      font-size: 32px;
      font-family: akagi_probook, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      text-align: center; }
      @media screen and (max-width: 47.9375em) {
        .page-template-uk-copyright-license #anchor-targets .pricing-subsection h2 {
          font-size: 20px;
          line-height: 26px;
          text-align: left; } }
    .page-template-uk-copyright-license #anchor-targets .pricing-subsection p {
      font-size: 24px;
      line-height: 32px;
      text-align: center;
      font-family: akagi_prolight, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      margin-bottom: 52px; }
      @media screen and (max-width: 47.9375em) {
        .page-template-uk-copyright-license #anchor-targets .pricing-subsection p {
          font-size: 16px;
          line-height: 22px;
          text-align: left; } }
    .page-template-uk-copyright-license #anchor-targets .pricing-subsection .buma-paragraph {
      margin-bottom: 0;
      line-height: 1.4em;
      font-size: 16px;
      text-align: center;
      padding: 20px 15px;
      width: 100%; }
    .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables {
      /*
                                .pricing-table-left {
                                    @media screen and (min-width: 62em) {
                                        margin-right: 64px;
                                        .large-4 {
                                            max-width: 28.333333%;
                                        }
                                    }
                                }
                                .pricing-table-right {
                                    @media screen and (min-width: 62em) {
                                        .large-5 {
                                            max-width: 38.666667%;
                                            margin-right: 9%;
                                        }
                                    }
                                }
                */ }
      .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .orange {
        background: #e27c00;
        color: #fff; }
        .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .orange .table-header {
          font-size: 22px;
          height: 60px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 0 9px; }
          @media screen and (max-width: 47.9375em) {
            .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .orange .table-header {
              margin-left: 10px;
              font-size: 18px;
              line-height: 22px;
              min-height: 50px; } }
      .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .green {
        background: #00816d;
        color: #fff; }
        @media screen and (max-width: 47.9375em) {
          .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .green {
            margin-top: 40px; } }
        .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .green .table-header {
          font-size: 22px;
          height: 60px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 0 9px; }
          @media screen and (max-width: 47.9375em) {
            .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .green .table-header {
              margin-left: 10px;
              font-size: 18px;
              line-height: 22px;
              min-height: 50px; } }
        .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .green .white-alt-lt {
          background: #f7f7f7; }
        .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .green .white-alt-lt:nth-child(2n) {
          background: #fff; }
      .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .has-tip {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        text-align: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 0;
        margin-left: 10px;
        font-size: 16px; }
        @media screen and (min-width: 48em) and (max-width: 61.9375em) {
          .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .has-tip {
            margin-left: 4px; } }
      .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables #icon-help .help-fill-white {
        fill: #fff; }
      .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables #icon-help .help-fill-orange {
        fill: #ffbf3f; }
      .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .white {
        background: #fff; }
      .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .table-sub-header {
        margin-left: 13px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #e27c00;
        margin-left: 0;
        font-size: 16px;
        line-height: 20px;
        height: 56px;
        padding: 0 9px;
        font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
        @media screen and (max-width: 47.9375em) {
          .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .table-sub-header {
            margin-left: 10px; }
            .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .table-sub-header .has-tip {
              display: none; } }
      .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .code .table-sub-header {
        padding: 0; }
      .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .code .cell {
        padding: 0; }
      .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .borders {
        border-left: 1px solid #d9d9d9; }
        .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .borders .table-sub-header {
          padding: 0; }
      .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .white-alt-lt {
        background: #fff; }
      .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .white-alt-lt:nth-child(2n) {
        background: #f7f7f7; }
      .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .non-table .white-alt-lt:nth-child(2n) {
        background: #fff;
        padding: 5px 0 20px 0;
        height: 100%; }
      .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .non-table .congregation-size {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        display: block;
        padding: 12px 0;
        height: 100%;
        padding: 12px 9px !important; }
        .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .non-table .congregation-size p {
          text-align: left;
          font-size: 16px;
          font-family: akagi_probook, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
          line-height: 22px;
          margin-bottom: 0; }
      .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .cell {
        font-size: 16px;
        height: 36px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #0a0a0a; }
        @media screen and (max-width: 47.9375em) {
          .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .cell {
            margin-left: 10px;
            height: 32px;
            font-size: 14px; } }
        .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .cell.congregation-size {
          margin-left: 0;
          padding: 0 9px; }
          @media screen and (max-width: 47.9375em) {
            .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .cell.congregation-size {
              margin-left: 10px; } }
      .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .pricing-note {
        margin-top: 27px; }
        .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .pricing-note p {
          text-align: left;
          font-size: 14px;
          line-height: 20px;
          margin-bottom: 0; }
          .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .pricing-note p:last-of-type {
            color: #B1B3B3;
            margin-bottom: 28px; }
          .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .pricing-note p a {
            color: #fff;
            text-decoration: underline; }
            .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .pricing-note p a:hover {
              color: #ffbf3f;
              text-decoration: underline; }
        .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .pricing-note .btn-large-cta:before {
          width: 18px;
          height: 16px;
          background: url(src/media/svg/icon-cart.svg);
          display: block;
          content: "";
          background-repeat: no-repeat;
          background-position: 0 0;
          width: 18px;
          height: 37px;
          background-size: 18px 36px;
          margin-right: 8px;
          overflow: hidden; }
        .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .pricing-note .btn-large-cta:hover {
          background: #ffa300;
          border: 1px solid #ffa300; }
        .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .pricing-note .btn-large-cta:after {
          content: "";
          background-image: url(src/media/svg/icon-arrow-right-line-sprite.svg);
          background-repeat: no-repeat;
          width: 11px;
          height: 16px;
          background-size: 11px 32px;
          display: inline-block;
          overflow: hidden;
          margin-left: 13px;
          top: -1px;
          background-position: 0 -16px; }
      .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .pricing-note-2 {
        margin-top: 27px; }
        .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .pricing-note-2 p {
          text-align: left;
          font-size: 14px;
          line-height: 20px;
          margin-bottom: 0; }
          .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .pricing-note-2 p:last-of-type {
            color: #B1B3B3;
            margin-bottom: 28px; }
          .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .pricing-note-2 p a {
            color: #fff;
            text-decoration: underline; }
            .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .pricing-note-2 p a:hover {
              color: #ffbf3f;
              text-decoration: underline; }
        .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .pricing-note-2 .btn-large-cta:before {
          width: 18px;
          height: 16px;
          background: url(src/media/svg/icon-cart.svg);
          display: block;
          content: "";
          background-repeat: no-repeat;
          background-position: 0 0;
          width: 18px;
          height: 37px;
          background-size: 18px 36px;
          margin-right: 8px;
          overflow: hidden; }
        .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .pricing-note-2 .btn-large-cta:hover {
          background: #ffa300;
          border: 1px solid #ffa300; }
        .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .pricing-note-2 .btn-large-cta:after {
          content: "";
          background-image: url(src/media/svg/icon-arrow-right-line-sprite.svg);
          background-repeat: no-repeat;
          width: 11px;
          height: 16px;
          background-size: 11px 32px;
          display: inline-block;
          overflow: hidden;
          margin-left: 13px;
          top: -1px;
          background-position: 0 -16px; }
      @media screen and (max-width: 47.9375em) {
        .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up.small-top {
          margin-top: 30px; } }
      .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up h3 {
        color: #FFBF3F;
        font-size: 32px;
        font-family: akagi_probook_italic;
        margin-bottom: 16px; }
        @media screen and (max-width: 47.9375em) {
          .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up h3 {
            font-size: 20px; } }
      .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up .section-icon {
        width: 33px;
        height: 50px;
        float: left;
        margin-right: 19px; }
        @media screen and (max-width: 47.9375em) {
          .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up .section-icon {
            min-width: 30px;
            max-height: 30px; } }
        .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up .section-icon svg path {
          fill: #FFA300 !important; }
      .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up h4 {
        font-size: 24px;
        line-height: 34px;
        font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        padding-top: 7px;
        padding-bottom: 18px;
        float: left; }
        @media screen and (max-width: 47.9375em) {
          .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up h4 {
            font-size: 20px; } }
      .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up p {
        font-size: 18px;
        text-align: left;
        clear: both;
        line-height: 24px;
        font-family: akagi_probook, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        margin-bottom: 25px; }
        @media screen and (max-width: 47.9375em) {
          .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up p {
            font-size: 16px;
            line-height: 22px; } }
        .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up p.quote {
          font-family: akagi_prolight, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
          font-size: 20px;
          line-height: 28px; }
          @media screen and (max-width: 47.9375em) {
            .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up p.quote {
              font-size: 14px;
              line-height: 18px; } }
      .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up .health-copy a {
        color: #fff;
        text-decoration: underline; }
        .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up .health-copy a:hover {
          color: #ffbf3f;
          text-decoration: underline; }
      .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up .btn-default-primary {
        color: #fff !important;
        border: 1px solid #FFA300; }
        .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up .btn-default-primary:hover {
          background: #FFA300;
          border: 1px solid #FFA300; }
          .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up .btn-default-primary:hover:after {
            background-position: 0 -16px; }
        .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up .btn-default-primary:after {
          background-position: 0 -16px;
          background-image: url(src/media/svg/icon-arrow-right-line-orange-sprite.svg);
          background-position: 0 0; }
      .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up #artist-quote {
        margin-top: -25px; }
        @media screen and (max-width: 47.9375em) {
          .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up #artist-quote {
            margin-top: 5px; } }
        .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up #artist-quote .artist-quote {
          background: transparent;
          padding: 0; }
          .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up #artist-quote .artist-quote .quote-left {
            top: 34px;
            right: 58px; }
            @media screen and (max-width: 47.9375em) {
              .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up #artist-quote .artist-quote .quote-left {
                top: 22px;
                right: 10px; } }
          .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up #artist-quote .artist-quote .quote {
            margin-bottom: 0; }
            @media screen and (max-width: 47.9375em) {
              .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up #artist-quote .artist-quote .quote {
                padding: 0 19px 20px; } }
        .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up #artist-quote .artist-quote-author {
          padding: 26px 69px; }
          @media screen and (min-width: 62em) and (max-width: 74.9375em) {
            .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up #artist-quote .artist-quote-author {
              padding: 26px 0 0 62px; } }
          @media screen and (min-width: 48em) and (max-width: 61.9375em) {
            .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up #artist-quote .artist-quote-author {
              padding: 26px 0 0 29px; } }
          @media screen and (max-width: 47.9375em) {
            .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up #artist-quote .artist-quote-author {
              padding: 0 0 0 10px; } }
          @media screen and (min-width: 48em) and (max-width: 61.9375em) {
            .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up #artist-quote .artist-quote-author .quote-meta-container .author-meta {
              -ms-flex-preferred-size: 100%;
              flex-basis: 100%; } }
          .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up #artist-quote .artist-quote-author .author {
            color: #B1B3B3;
            font-size: 16px;
            line-height: 24px; }
            @media screen and (max-width: 47.9375em) {
              .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up #artist-quote .artist-quote-author .author {
                font-size: 14px;
                line-height: 20px; } }
            .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up #artist-quote .artist-quote-author .author span {
              color: #fff; }
              @media screen and (max-width: 47.9375em) {
                .page-template-uk-copyright-license #anchor-targets .pricing-subsection .pricing-tables .follow-up #artist-quote .artist-quote-author .author span {
                  line-height: 20px;
                  font-size: 16px;
                  line-height: 24px; } }

.dropdown-pane {
  background-color: inherit;
  border: none;
  border-radius: 0;
  display: block;
  font-size: inherit;
  padding: 0 !important;
  margin-top: 0 !important;
  position: relative;
  visibility: hidden;
  width: auto;
  z-index: 10;
  height: 0;
  left: 0 !important; }
  .dropdown-pane.is-open {
    padding-top: 100px !important;
    padding-bottom: 80px !important;
    margin-bottom: 79px !important;
    margin-top: 0 !important;
    width: 100% !important;
    top: -1px !important;
    left: 0 !important;
    max-height: 4000px !important; }
    @media screen and (max-width: 47.9375em) {
      .dropdown-pane.is-open {
        padding-top: 40px !important;
        padding-bottom: 13px !important;
        margin-bottom: 0 !important; } }

.no-healthcheck hr {
  margin-top: 0 !important; }
  @media screen and (max-width: 47.9375em) {
    .no-healthcheck hr {
      margin-top: 30px !important;
      margin-bottom: 3px !important; } }

.btn-default-primary.solid-blue {
  background: #00a3e0;
  color: #fff !important;
  font-size: 16px;
  height: 40px;
  padding: 0 21px 0 21px; }
  .btn-default-primary.solid-blue:after {
    display: none; }
  .btn-default-primary.solid-blue:hover {
    background: #e27c00;
    border: 1px solid #e27c00; }
  .btn-default-primary.solid-blue.loner {
    margin-top: 17px; }
    @media screen and (max-width: 47.9375em) {
      .btn-default-primary.solid-blue.loner {
        margin-bottom: 40px; } }

.btn-default-primary.trans-orange:after {
  content: "";
  background-image: url(src/media/svg/icon-arrow-right-line-sprite.svg);
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  background-size: 11px 32px;
  display: inline-block;
  overflow: hidden;
  margin-left: 13px;
  top: -1px;
  background-position: 0 -16px; }

.tooltip {
  max-width: 208px !important;
  width: 208px !important;
  -webkit-box-shadow: 4px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 4px 4px rgba(0, 0, 0, 0.12);
  line-height: 18px;
  border: 1px solid #B1B3B3; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code.

/* ---------------------------------------------------------- */
/*  About Copyright Page
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code.

/* ---------------------------------------------------------- */
/*  About Copyright Layout
/* ---------------------------------------------------------- */
.page-template-24_about-copyright #intro-text {
  padding: 75px 0 135px 0; }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .page-template-24_about-copyright #intro-text {
      padding: 60px 0 60px; } }
  @media screen and (max-width: 47.9375em) {
    .page-template-24_about-copyright #intro-text {
      padding: 35px 0 50px 0; } }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Church Video License - Style Loader
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/* Church Video License Layout - Styles
/* ---------------------------------------------------------- */
.page-template-church-video-license #intro-text, .page-template-uk-church-video-licence #intro-text {
  padding: 75px 0 85px 0;
  border-bottom: 1px solid #d9d9d9; }
  @media screen and (max-width: 47.9375em) {
    .page-template-church-video-license #intro-text, .page-template-uk-church-video-licence #intro-text {
      padding: 35px 0 45px 0; } }

.page-template-church-video-license #icon-with-text-white, .page-template-uk-church-video-licence #icon-with-text-white {
  padding: 80px 0 60px 0;
  border-bottom: 1px solid #d9d9d9; }
  @media screen and (max-width: 47.9375em) {
    .page-template-church-video-license #icon-with-text-white, .page-template-uk-church-video-licence #icon-with-text-white {
      padding: 40px 0 0 0; } }

.page-template-church-video-license #top-publishers p a, .page-template-uk-church-video-licence #top-publishers p a {
  color: #292a2e;
  text-decoration: underline;
  -webkit-text-decoration-color: #323336;
  text-decoration-color: #323336;
  font-family: inherit; }
  .page-template-church-video-license #top-publishers p a:hover, .page-template-uk-church-video-licence #top-publishers p a:hover {
    color: #00a3e0; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/* Church Video License Sidebar SCSS
/* ---------------------------------------------------------- */
#sidebar-video-top {
  margin-bottom: 40px; }
  #sidebar-video-top img {
    margin: 0 auto;
    padding: 35px 0 25px 0;
    display: block; }
  #sidebar-video-top .ccli-grayscale-logo {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0; }
    #sidebar-video-top .ccli-grayscale-logo svg {
      width: 230px;
      margin-bottom: 30px; }
  #sidebar-video-top .screenvue {
    border-bottom: 1px solid #d9d9d9; }
  #sidebar-video-top p {
    text-align: center;
    padding-bottom: 0; }
  #sidebar-video-top a {
    color: #00a3e0;
    text-decoration: underline; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	News Page - Style Loader
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code.

/* ---------------------------------------------------------- */
/*   News CPT - Loop
/* ---------------------------------------------------------- */
#loop-news {
  margin: 80px auto 120px auto; }
  @media screen and (max-width: 61.9375em) {
    #loop-news {
      margin: 40px auto 60px auto; } }
  #loop-news .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #loop-news .news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 35px;
    padding-bottom: 35px; }
    @media screen and (max-width: 61.9375em) {
      #loop-news .news-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    #loop-news .news-item .featured-image {
      display: block;
      min-width: 170px;
      width: 100%;
      max-width: 170px;
      height: 170px;
      margin-right: 30px; }
      @media screen and (max-width: 61.9375em) {
        #loop-news .news-item .featured-image {
          max-width: 100%;
          height: auto;
          margin-bottom: 15px;
          margin-right: 0; } }
      #loop-news .news-item .featured-image img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    #loop-news .news-item h2 {
      padding-top: 0; }
      #loop-news .news-item h2 a {
        color: #D76327; }
    #loop-news .news-item p {
      font-size: 18px;
      line-height: 26px; }
      @media screen and (max-width: 47.9375em) {
        #loop-news .news-item p {
          font-size: 16px;
          line-height: 22px; } }
    #loop-news .news-item .intro-paragraph {
      color: #53565a;
      font-family: akagi_prolight, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-size: 22px;
      line-height: 28px; }
      @media screen and (min-width: 48em) {
        #loop-news .news-item .intro-paragraph {
          font-size: 26px;
          line-height: 32px; } }
      @media screen and (min-width: 62em) {
        #loop-news .news-item .intro-paragraph {
          font-size: 28px;
          line-height: 34px; } }
    #loop-news .news-item.showcase {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #loop-news .news-item.showcase .featured-image {
        max-width: 100%;
        height: auto;
        margin: 0 0 35px 0; }
        @media screen and (max-width: 47.9375em) {
          #loop-news .news-item.showcase .featured-image {
            margin-bottom: 20px; } }
      @media screen and (max-width: 47.9375em) {
        #loop-news .news-item.showcase p {
          font-size: 16px;
          line-height: 22px; } }

.single-ccli-news .news-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .single-ccli-news .news-item .thumbnail {
    margin-bottom: 30px; }
    .single-ccli-news .news-item .thumbnail img {
      width: 100%;
      height: auto; }
  .single-ccli-news .news-item h1, .single-ccli-news .news-item h2 {
    padding-top: 0;
    color: #D76327; }

section#downloadable-clips div.clip-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 50px;
  margin-top: 50px; }
  section#downloadable-clips div.clip-wrap:last-child {
    margin-bottom: 0;
    border: 0; }
  section#downloadable-clips div.clip-wrap div.clip-img-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    margin-right: 30px;
    position: relative; }
    section#downloadable-clips div.clip-wrap div.clip-img-wrap svg#yt-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 50px; }
  section#downloadable-clips div.clip-wrap div.clip-description {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    section#downloadable-clips div.clip-wrap div.clip-description h4 {
      color: #00a3e0; }
    section#downloadable-clips div.clip-wrap div.clip-description a.btn {
      -ms-flex-item-align: end;
      align-self: flex-end; }
    section#downloadable-clips div.clip-wrap div.clip-description p.clip-themes {
      margin-bottom: 0;
      margin-top: 0;
      font-size: 18px;
      padding: 5px; }
      section#downloadable-clips div.clip-wrap div.clip-description p.clip-themes span {
        font-weight: bold;
        font-style: normal; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	History Page - Style Loader
/* ---------------------------------------------------------- */
.header-bg {
  background: #53565a; }
  .header-bg header {
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header-bg h2 {
    color: #fff;
    font-size: 32px;
    margin: 0; }

.year-content-bg {
  background: #292a2e;
  border-bottom: 5px solid #fff;
  color: #fff;
  padding: 100px 0 20px 0; }
  .year-content-bg .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .year-content-bg .medium-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1000px;
    flex: 0 0 1000px;
    max-width: 1000px; }
  .year-content-bg .timeline-logo {
    display: block;
    width: 90px;
    height: 90px;
    margin: 20px auto 100px auto; }
  .year-content-bg .year-content .medium-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500.5px;
    flex: 0 0 500.5px;
    max-width: 501px; }
    @media screen and (min-width: 62em) and (max-width: 74.9375em) {
      .year-content-bg .year-content .medium-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 496.5px;
        flex: 0 0 496.5px; } }
  .year-content-bg .year-content.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .year-content-bg .year-content.align-right .medium-6 {
      position: relative;
      padding: 0; }
      .year-content-bg .year-content.align-right .medium-6 .content-border, .year-content-bg .year-content.align-right .medium-6 .year {
        border-left: 1px solid #53565a;
        padding-left: 115px;
        padding-bottom: 5px; }
      .year-content-bg .year-content.align-right .medium-6 .stroke {
        height: 1px;
        background: #53565a;
        width: 190px;
        position: absolute;
        left: 0; }
      .year-content-bg .year-content.align-right .medium-6 .disc {
        width: 10px;
        height: 10px;
        background: #d9d9d9;
        position: absolute;
        left: -4px;
        top: 42px;
        border-radius: 500px; }
      .year-content-bg .year-content.align-right .medium-6 .year-1 {
        border: none; }
  .year-content-bg .year-content.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: right; }
    .year-content-bg .year-content.align-left .medium-6 {
      padding: 0;
      position: relative; }
      .year-content-bg .year-content.align-left .medium-6 .content-border, .year-content-bg .year-content.align-left .medium-6 .year {
        border-right: 1px solid #53565a;
        padding-right: 115px;
        padding-bottom: 12px; }
      .year-content-bg .year-content.align-left .medium-6 .stroke {
        height: 1px;
        background: #53565a;
        width: 190px;
        position: absolute;
        right: 0; }
      .year-content-bg .year-content.align-left .medium-6 .disc {
        width: 10px;
        height: 10px;
        background: #d9d9d9;
        position: absolute;
        right: -5px;
        top: 49px;
        border-radius: 500px; }
  .year-content-bg ul {
    list-style: none;
    margin: 0;
    padding: 15px 0 0 0; }
    .year-content-bg ul li {
      font-size: 20px;
      line-height: 24px; }
  .year-content-bg .year {
    font-size: 28px;
    color: #6bcaba;
    font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    padding: 0 0 10px 0; }

.page-template-history .vignette-sidebar img {
  width: 100%;
  height: auto; }

.page-template-history .vignette-sidebar h4 {
  color: #fff;
  background: #003b5c;
  width: 100%;
  padding: 18px 30px;
  font-size: 18px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.page-template-history .vignette-sidebar .blue-multiply {
  background-color: #003b5c; }

.page-template-history .vignette-sidebar .card {
  padding: 30px 30px;
  background: #f7f7f7; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Leadership Page - Style Loader
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Leadership Loop
/* ---------------------------------------------------------- */
#loop-leadership h2 {
  color: #00a3e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px; }
  #loop-leadership h2 .h-icon {
    width: 30px;
    height: 30px; }

#loop-leadership .leadership-card {
  margin-top: 30px; }
  @media screen and (max-width: 47.9375em) {
    #loop-leadership .leadership-card:first-child {
      margin-top: 0; } }

#loop-leadership .leadership-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 270px;
  background: #f7f7f7; }
  @media screen and (max-width: 47.9375em) {
    #loop-leadership .leadership-item {
      display: block;
      height: auto; } }
  @media screen and (min-width: 62em) and (max-width: 74.9375em) {
    #loop-leadership .leadership-item {
      height: 230px; } }
  #loop-leadership .leadership-item .leadership-photo {
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px; }
    @media screen and (min-width: 62em) and (max-width: 74.9375em) {
      #loop-leadership .leadership-item .leadership-photo {
        -ms-flex-preferred-size: 230px;
        flex-basis: 230px; } }
  #loop-leadership .leadership-item img {
    width: 100%;
    height: 100%; }
  #loop-leadership .leadership-item .team-member-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px 30px 30px; }
    @media screen and (min-width: 62em) and (max-width: 74.9375em) {
      #loop-leadership .leadership-item .team-member-meta {
        padding: 5px 15px 20px 15px; } }
    @media screen and (max-width: 47.9375em) {
      #loop-leadership .leadership-item .team-member-meta {
        padding: 20px; } }
    #loop-leadership .leadership-item .team-member-meta hr {
      margin: 10px 0 8px 0; }
      @media screen and (min-width: 75em) {
        #loop-leadership .leadership-item .team-member-meta hr {
          margin: 17px 0; } }
    #loop-leadership .leadership-item .team-member-meta .title {
      color: #53565a;
      font-size: 16px; }
    #loop-leadership .leadership-item .team-member-meta .sentence p {
      font-size: 16px;
      line-height: 20px;
      color: #292a2e; }
    #loop-leadership .leadership-item .team-member-meta .small-label {
      font-size: 12px;
      line-height: 20px;
      color: #97999b; }
    #loop-leadership .leadership-item .team-member-meta .st-text {
      font-size: 14px;
      line-height: 20px;
      padding-bottom: 4px;
      color: #53565a; }
      #loop-leadership .leadership-item .team-member-meta .st-text p {
        line-height: 20px; }
    #loop-leadership .leadership-item .team-member-meta h3 a {
      line-height: 12px;
      padding-top: 0;
      color: #004b87;
      font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      margin-bottom: 15px; }
    #loop-leadership .leadership-item .team-member-meta .social svg {
      width: 20px;
      height: 20px;
      margin-right: 5px; }
    #loop-leadership .leadership-item .team-member-meta .btn-holder {
      height: 30px; }

#loop-leadership .global-leadership {
  padding: 72px 0 80px 0; }
  @media screen and (max-width: 47.9375em) {
    #loop-leadership .global-leadership {
      padding: 35px 0 42px 0; } }

#loop-leadership .regional-bg {
  background: #f7f7f7;
  border-top: 1px solid #d9d9d9;
  padding: 40px 0 120px 0; }
  @media screen and (max-width: 47.9375em) {
    #loop-leadership .regional-bg {
      padding: 35px 0 60px 0; } }
  #loop-leadership .regional-bg .leadership-item {
    background: #fff; }
  #loop-leadership .regional-bg .leadership-photo, #loop-leadership .regional-bg .leadership {
    cursor: default; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Sidebar Leadership
/* ---------------------------------------------------------- */
@media screen and (max-width: 47.9375em) {
  .leadership-sidebar {
    margin-bottom: 30px; } }

.leadership-sidebar .wp-post-image {
  width: 100%;
  height: auto; }

.leadership-sidebar .article-header {
  padding: 18px 30px 0 30px;
  background: #f7f7f7; }
  .leadership-sidebar .article-header hr {
    margin: 20px 0 0 0; }

.leadership-sidebar h4 {
  color: #00a3e0;
  width: 100%; }

.leadership-sidebar .job-title {
  color: #75787b; }

.leadership-sidebar .social svg {
  width: 20px;
  height: 20px;
  margin-right: 5px; }

.leadership-sidebar .phone, .leadership-sidebar .email, .leadership-sidebar .based {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  color: #53565a; }
  .leadership-sidebar .phone a, .leadership-sidebar .email a, .leadership-sidebar .based a {
    color: #53565a;
    text-decoration: underline;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }
    .leadership-sidebar .phone a:link, .leadership-sidebar .email a:link, .leadership-sidebar .based a:link {
      color: #53565a;
      text-decoration: underline; }
    .leadership-sidebar .phone a:hover, .leadership-sidebar .email a:hover, .leadership-sidebar .based a:hover {
      color: #00a3e0; }
    .leadership-sidebar .phone a:visited, .leadership-sidebar .email a:visited, .leadership-sidebar .based a:visited {
      color: #53565a;
      text-decoration: underline; }
    .leadership-sidebar .phone a:active, .leadership-sidebar .email a:active, .leadership-sidebar .based a:active {
      color: #53565a;
      text-decoration: underline; }
  .leadership-sidebar .phone svg, .leadership-sidebar .email svg, .leadership-sidebar .based svg {
    width: 20px;
    height: 20px;
    margin-right: 20px; }

.leadership-sidebar .card {
  padding: 5px 30px 30px 30px;
  background: #f7f7f7; }

.leadership-sidebar .btn-holder {
  height: 30px; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Leadership Detail 
/* ---------------------------------------------------------- */
.single-ccli-leadership #intro-text {
  padding-bottom: 75px; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Contact Page - Style Loader
/* ---------------------------------------------------------- */
.page-template-contact-ccli .tabs-panel {
  display: none;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease; }
  .page-template-contact-ccli .tabs-panel.is-active {
    display: block;
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease; }
  .page-template-contact-ccli .tabs-panel .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.page-template-contact-ccli .tabs-content {
  background: transparent; }

#contact {
  min-height: 800px;
  padding: 60px 0 120px 0;
  opacity: 0;
  -webkit-transition: opacity .125s ease;
  -o-transition: opacity .125s ease;
  transition: opacity .125s ease;
  /* fixes potential theme css conflict */ }
  #contact.fadeMeIn {
    opacity: 1;
    -webkit-transition: opacity .125s ease;
    -o-transition: opacity .125s ease;
    transition: opacity .125s ease; }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    #contact {
      margin-top: 35px; } }
  @media screen and (max-width: 47.9375em) {
    #contact {
      margin-bottom: 60px;
      margin-top: 0;
      padding: 40px 0; } }
  #contact .tabs-content {
    border: 0; }
  #contact .select-intro {
    padding-bottom: 10px;
    color: #53565a; }
  #contact .forms-column {
    margin-top: -70px; }
    @media screen and (max-width: 47.9375em) {
      #contact .forms-column {
        margin-top: 0; } }
    #contact .forms-column .tabs-content {
      border: 0; }
  #contact h2 {
    color: #004b87; }
  #contact .contact-box {
    border-top: 1px solid #d9d9d9;
    padding: 20px 5px;
    color: #53565a; }
    @media screen and (min-width: 48em) {
      #contact .contact-box {
        padding: 20px; } }
    @media screen and (min-width: 62em) {
      #contact .contact-box {
        padding: 30px; } }
    #contact .contact-box .left-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #00a3e0;
      padding: 0;
      margin-bottom: 25px; }
      @media screen and (max-width: 61.9375em) {
        #contact .contact-box .left-icon {
          margin-bottom: 14px; } }
    #contact .contact-box p {
      margin: 0;
      color: #53565a;
      padding: 0; }
    #contact .contact-box .btn-holder {
      height: 30px;
      width: 190px; }
      #contact .contact-box .btn-holder a {
        min-width: 125px; }
    #contact .contact-box.chat {
      background: #ebf8fd; }
    #contact .contact-box .chat-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 74.9375em) {
        #contact .contact-box .chat-flex {
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      #contact .contact-box .chat-flex p {
        margin: 0;
        color: #53565a;
        padding: 0 30px 0 0; }
        @media screen and (max-width: 74.9375em) {
          #contact .contact-box .chat-flex p {
            margin: 0 0 20px 0;
            padding: 0; } }
    #contact .contact-box .talk-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0;
      color: #53565a; }
      #contact .contact-box .talk-flex .phone-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      #contact .contact-box .talk-flex .phone-number {
        font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        color: #004b87;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
        flex: 1.5;
        text-align: left; }
  #contact .contact-form-holder {
    background: #f7f7f7;
    padding: 30px; }
    @media screen and (max-width: 61.9375em) {
      #contact .contact-form-holder {
        padding: 20px; } }
    @media screen and (max-width: 47.9375em) {
      #contact .contact-form-holder {
        margin-top: 30px; } }
    #contact .contact-form-holder .gform_wrapper {
      margin-bottom: 0; }
      #contact .contact-form-holder .gform_wrapper ul {
        list-style: none;
        margin: 0; }
      #contact .contact-form-holder .gform_wrapper input[type="text"],
      #contact .contact-form-holder .gform_wrapper textarea {
        -webkit-box-shadow: inset 2px 2px 0 #e2e2e2;
        box-shadow: inset 2px 2px 0 #e2e2e2;
        border: 1px solid #B1B3B3;
        background: #fff; }
      #contact .contact-form-holder .gform_wrapper input[type="text"] {
        height: 40px; }
      #contact .contact-form-holder .gform_wrapper textarea {
        height: 180px; }
      #contact .contact-form-holder .gform_wrapper label {
        color: #53565a;
        padding-top: 8px 42;
        padding-bottom: 0px; }
      #contact .contact-form-holder .gform_wrapper #field_1_1 label {
        font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        color: #53565a;
        padding-bottom: 10px; }
      #contact .contact-form-holder .gform_wrapper #field_1_2 {
        color: #292a2e; }
      #contact .contact-form-holder .gform_wrapper h3 {
        font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        color: #00a3e0;
        font-weight: normal; }
      #contact .contact-form-holder .gform_wrapper #field_1_7 {
        margin-right: 6%; }
      #contact .contact-form-holder .gform_wrapper #field_1_7, #contact .contact-form-holder .gform_wrapper #field_1_8 {
        float: left;
        width: 47%;
        clear: none !important; }
        @media screen and (max-width: 61.9375em) {
          #contact .contact-form-holder .gform_wrapper #field_1_7, #contact .contact-form-holder .gform_wrapper #field_1_8 {
            width: 100%;
            margin-top: 0; } }
      #contact .contact-form-holder .gform_wrapper #field_1_4 {
        clear: both;
        margin-right: 6%; }
      #contact .contact-form-holder .gform_wrapper #field_1_4, #contact .contact-form-holder .gform_wrapper #field_1_5 {
        float: left;
        width: 47%;
        clear: none !important; }
        @media screen and (max-width: 61.9375em) {
          #contact .contact-form-holder .gform_wrapper #field_1_4, #contact .contact-form-holder .gform_wrapper #field_1_5 {
            width: 100%;
            margin-top: 0; } }
      #contact .contact-form-holder .gform_wrapper #field_1_6 {
        clear: both; }
      #contact .contact-form-holder .gform_wrapper .top_label input.medium, #contact .contact-form-holder .gform_wrapper textarea.medium {
        width: 100% !important; }
      #contact .contact-form-holder .gform_wrapper .gform_footer {
        padding: 0em 0 0em;
        margin: 1em 0 0; }
    #contact .contact-form-holder .gform_button {
      margin-top: 15px;
      font-size: 12px !important;
      max-width: 197px; }
  #contact .acf-map {
    width: 100%;
    height: 300px;
    border: #d9d9d9 solid 1px;
    margin: 5px 0; }
  #contact .acf-map img {
    max-width: inherit !important; }

section#intro-text h2 {
  color: #D76327; }

section#intro-text .contact-box {
  border-top: 1px solid #d9d9d9;
  padding: 20px 5px;
  color: #53565a; }
  @media screen and (min-width: 48em) {
    section#intro-text .contact-box {
      padding: 20px; } }
  @media screen and (min-width: 62em) {
    section#intro-text .contact-box {
      padding: 30px; } }
  section#intro-text .contact-box .left-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #D76327;
    padding: 0;
    margin-bottom: 25px; }
    @media screen and (max-width: 61.9375em) {
      section#intro-text .contact-box .left-icon {
        margin-bottom: 14px; } }
  section#intro-text .contact-box p {
    margin: 0;
    color: #53565a;
    padding: 0; }
  section#intro-text .contact-box .btn-holder {
    height: 30px;
    width: 190px; }
    section#intro-text .contact-box .btn-holder a {
      min-width: 125px; }
  section#intro-text .contact-box.chat {
    background: #ebf8fd; }
  section#intro-text .contact-box .chat-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 74.9375em) {
      section#intro-text .contact-box .chat-flex {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    section#intro-text .contact-box .chat-flex p {
      margin: 0;
      color: #53565a;
      padding: 0 30px 0 0; }
      @media screen and (max-width: 74.9375em) {
        section#intro-text .contact-box .chat-flex p {
          margin: 0 0 20px 0;
          padding: 0; } }
  section#intro-text .contact-box .talk-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    color: #53565a; }
    section#intro-text .contact-box .talk-flex .phone-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    section#intro-text .contact-box .talk-flex .phone-number {
      font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      color: #D76327;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
      flex: 1.5;
      text-align: left; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Careers Page - Style Loader
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  Careers Page
/* ---------------------------------------------------------- */
#loop-careers {
  margin: 60px auto 100px; }
  @media screen and (max-width: 47.9375em) {
    #loop-careers {
      margin: 40px auto; } }
  #loop-careers .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #loop-careers .careers-item {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 35px; }
    #loop-careers .careers-item .btn-holder {
      margin-bottom: 35px;
      height: 30px; }
  #loop-careers h2 {
    color: #00a3e0; }
  #loop-careers .careers-sidebar h4 {
    color: #fff;
    background: #00a3e0;
    width: 100%;
    padding: 18px 30px;
    font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  #loop-careers .careers-sidebar img {
    width: 100%;
    height: auto; }
  #loop-careers .careers-sidebar .blue-multiply {
    width: 100%;
    height: 20px;
    margin-top: -20px;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;
    mix-blend-mode: multiply;
    background-size: 100%;
    background-color: #00a3e0; }
    @media screen and (max-width: 74.9375em) {
      #loop-careers .careers-sidebar .blue-multiply {
        margin-top: -19px; } }
  #loop-careers .careers-sidebar .card {
    padding: 20px 30px 25px 30px;
    background: #ebf8fd; }
  #loop-careers .careers-sidebar .btn-holder {
    height: 30px; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/* 	Single Careers - Styles
/* ---------------------------------------------------------- */
#loop-careers-single {
  margin-top: 80px; }
  @media screen and (max-width: 61.9375em) {
    #loop-careers-single {
      margin-top: 40px; } }
  #loop-careers-single .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #loop-careers-single .intro {
    font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #00a3e0; }
  #loop-careers-single .meta-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    width: 250px;
    color: #75787b; }
    #loop-careers-single .meta-flex .left {
      width: 115px;
      font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
    #loop-careers-single .meta-flex .right {
      width: 140px; }
      #loop-careers-single .meta-flex .right.upper {
        text-transform: uppercase; }
  #loop-careers-single h2 {
    color: #00a3e0; }
  #loop-careers-single p {
    color: #292a2e; }
  #loop-careers-single ul {
    margin: 0 0 25px 0; }
    #loop-careers-single ul li {
      list-style: none;
      color: #292a2e;
      position: relative; }
      #loop-careers-single ul li strong {
        color: #002a3a; }
      #loop-careers-single ul li::before {
        content: '';
        width: 10px;
        height: 13px;
        background-image: url("src/media/svg/icon-chevron-right-teal.svg");
        background-repeat: no-repeat;
        background-size: 10px 13px;
        position: absolute;
        top: 4px;
        left: 0; }
  #loop-careers-single ol {
    margin: 0 0 25px 0;
    counter-reset: my-counter; }
    #loop-careers-single ol li {
      color: #292a2e;
      position: relative;
      list-style: none; }
      #loop-careers-single ol li strong {
        color: #002a3a; }
      #loop-careers-single ol li::before {
        content: counter(my-counter) ".";
        counter-increment: my-counter;
        position: absolute;
        top: 0;
        left: 0;
        font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        color: #6bcaba; }
  #loop-careers-single .careers-apply {
    margin-bottom: 50px; }
    #loop-careers-single .careers-apply h4 {
      color: #fff;
      background: #00a3e0;
      width: 100%;
      padding: 18px 30px;
      font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
    #loop-careers-single .careers-apply .card {
      padding: 20px 30px 30px 30px;
      background: #ebf8fd; }
    #loop-careers-single .careers-apply .btn-holder {
      height: 30px;
      width: 130px; }
  #loop-careers-single .careers-item .article-header.top {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 30px;
    padding-bottom: 35px; }
  #loop-careers-single .careers-item .careers-apply {
    margin-bottom: 120px;
    margin-top: 40px; }
    #loop-careers-single .careers-item .careers-apply .card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    #loop-careers-single .careers-item .careers-apply p {
      max-width: 420px;
      padding: 0; }
      @media screen and (min-width: 62em) and (max-width: 74.9375em) {
        #loop-careers-single .careers-item .careers-apply p {
          max-width: 350px; } }
      @media screen and (min-width: 48em) and (max-width: 61.9375em) {
        #loop-careers-single .careers-item .careers-apply p {
          max-width: 230px;
          padding-right: 20px; } }
  #loop-careers-single #recent-sidebar {
    margin-bottom: 40px; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Support Page - Style Loader
/* ---------------------------------------------------------- */
.page-template-support #scrollto, .page-template-uk-copyright-license #scrollto {
  margin-top: 15px;
  border-top: 0; }
  @media only screen and (max-width: 320px) {
    .page-template-support #scrollto, .page-template-uk-copyright-license #scrollto {
      margin: 0; } }
  .page-template-support #scrollto #anchor-targets, .page-template-uk-copyright-license #scrollto #anchor-targets {
    padding-top: 40px; }
    @media screen and (min-width: 48em) {
      .page-template-support #scrollto #anchor-targets, .page-template-uk-copyright-license #scrollto #anchor-targets {
        padding-top: 60px; } }
  .page-template-support #scrollto .content-section, .page-template-uk-copyright-license #scrollto .content-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 4px 4px rgba(0, 0, 0, 0.12); }
    .page-template-support #scrollto .content-section:first-child, .page-template-uk-copyright-license #scrollto .content-section:first-child {
      margin: 0; }
    .page-template-support #scrollto .content-section .content-header, .page-template-uk-copyright-license #scrollto .content-section .content-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: 100%;
      height: 60px;
      background-color: #003b5c; }
      @media screen and (min-width: 48em) {
        .page-template-support #scrollto .content-section .content-header, .page-template-uk-copyright-license #scrollto .content-section .content-header {
          height: 80px; } }
      .page-template-support #scrollto .content-section .content-header .section-icon, .page-template-uk-copyright-license #scrollto .content-section .content-header .section-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        margin-right: 20px;
        background: #00a3e0; }
        @media screen and (min-width: 48em) {
          .page-template-support #scrollto .content-section .content-header .section-icon, .page-template-uk-copyright-license #scrollto .content-section .content-header .section-icon {
            width: 80px;
            height: 80px;
            margin-right: 40px; } }
        .page-template-support #scrollto .content-section .content-header .section-icon svg, .page-template-uk-copyright-license #scrollto .content-section .content-header .section-icon svg {
          width: 35px;
          height: 35px; }
          .page-template-support #scrollto .content-section .content-header .section-icon svg path, .page-template-support #scrollto .content-section .content-header .section-icon svg stroke, .page-template-support #scrollto .content-section .content-header .section-icon svg polygon, .page-template-support #scrollto .content-section .content-header .section-icon svg circle, .page-template-support #scrollto .content-section .content-header .section-icon svg line, .page-template-support #scrollto .content-section .content-header .section-icon svg rect, .page-template-uk-copyright-license #scrollto .content-section .content-header .section-icon svg path, .page-template-uk-copyright-license #scrollto .content-section .content-header .section-icon svg stroke, .page-template-uk-copyright-license #scrollto .content-section .content-header .section-icon svg polygon, .page-template-uk-copyright-license #scrollto .content-section .content-header .section-icon svg circle, .page-template-uk-copyright-license #scrollto .content-section .content-header .section-icon svg line, .page-template-uk-copyright-license #scrollto .content-section .content-header .section-icon svg rect {
            fill: #fff; }
          @media screen and (min-width: 48em) {
            .page-template-support #scrollto .content-section .content-header .section-icon svg, .page-template-uk-copyright-license #scrollto .content-section .content-header .section-icon svg {
              width: 40px;
              height: 40px; } }
      .page-template-support #scrollto .content-section .content-header h2, .page-template-uk-copyright-license #scrollto .content-section .content-header h2 {
        margin: 0;
        padding: 0;
        font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 20px;
        color: #fff; }
        @media screen and (min-width: 48em) {
          .page-template-support #scrollto .content-section .content-header h2, .page-template-uk-copyright-license #scrollto .content-section .content-header h2 {
            font-size: 24px; } }
    .page-template-support #scrollto .content-section .content-row, .page-template-uk-copyright-license #scrollto .content-section .content-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      min-height: 100px;
      padding: 25px;
      border-bottom: 1px solid #d9d9d9; }
      @media screen and (min-width: 48em) {
        .page-template-support #scrollto .content-section .content-row, .page-template-uk-copyright-license #scrollto .content-section .content-row {
          padding: 15px 30px; } }
      @media screen and (min-width: 62em) {
        .page-template-support #scrollto .content-section .content-row, .page-template-uk-copyright-license #scrollto .content-section .content-row {
          padding: 15px 40px; } }
      .page-template-support #scrollto .content-section .content-row:last-child .flex.border-after, .page-template-uk-copyright-license #scrollto .content-section .content-row:last-child .flex.border-after {
        border: 0;
        padding-bottom: 0; }
      @media screen and (min-width: 48em) {
        .page-template-support #scrollto .content-section .content-row .content-info, .page-template-uk-copyright-license #scrollto .content-section .content-row .content-info {
          max-width: 400px; } }
      @media screen and (min-width: 62em) {
        .page-template-support #scrollto .content-section .content-row .content-info, .page-template-uk-copyright-license #scrollto .content-section .content-row .content-info {
          max-width: 540px; } }
      .page-template-support #scrollto .content-section .content-row h3, .page-template-uk-copyright-license #scrollto .content-section .content-row h3 {
        font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        color: #004b87;
        margin: 0;
        padding: 0 0 5px 0; }
      .page-template-support #scrollto .content-section .content-row p, .page-template-uk-copyright-license #scrollto .content-section .content-row p {
        padding: 0; }
        @media screen and (min-width: 48em) {
          .page-template-support #scrollto .content-section .content-row p, .page-template-uk-copyright-license #scrollto .content-section .content-row p {
            margin: 0; } }
      .page-template-support #scrollto .content-section .content-row .btn, .page-template-uk-copyright-license #scrollto .content-section .content-row .btn {
        margin-top: 20px; }
        @media screen and (min-width: 48em) {
          .page-template-support #scrollto .content-section .content-row .btn, .page-template-uk-copyright-license #scrollto .content-section .content-row .btn {
            margin: 0; } }

section#recent-clips {
  padding: 75px 0;
  background: #292a2e; }
  section#recent-clips div.clip-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 90%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    section#recent-clips div.clip-wrap div.clip {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 18%;
      flex: 0 1 18%; }
      section#recent-clips div.clip-wrap div.clip img {
        border: 2px solid #fff;
        max-height: 180px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center; }
      section#recent-clips div.clip-wrap div.clip h5 {
        margin-top: 0px;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
        color: #000;
        text-align: center;
        padding: 7px;
        font-weight: bold;
        background: white; }
      section#recent-clips div.clip-wrap div.clip a {
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
        position: relative;
        display: block; }
        section#recent-clips div.clip-wrap div.clip a div.overlay {
          background: rgba(0, 0, 0, 0.75);
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          opacity: 0;
          -webkit-transition: all 300ms;
          -o-transition: all 300ms;
          transition: all 300ms; }
          section#recent-clips div.clip-wrap div.clip a div.overlay button {
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -100%);
            -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%); }
            section#recent-clips div.clip-wrap div.clip a div.overlay button:hover {
              background: #00a3e0; }
      section#recent-clips div.clip-wrap div.clip:hover h5 {
        opacity: 0;
        font-size: 18px; }
      section#recent-clips div.clip-wrap div.clip:hover a div.overlay {
        opacity: 1; }
        section#recent-clips div.clip-wrap div.clip:hover a div.overlay button {
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code.

/* ---------------------------------------------------------- */
/*  2 Minutes with CCLI
/* ---------------------------------------------------------- */
#hero-image .holder .holder-header:before {
  background-color: #D76327 !important;
  mix-blend-mode: unset !important; }

#hero-image .has-featured-image .holder .holder-header:before {
  background-color: #D76327 !important;
  mix-blend-mode: multiply !important; }

#hero-image .teal-bar {
  background: #EEB31F !important; }

#hero-image .has-featured-image .teal-bar {
  background: #D76327 !important; }

#homeSlider .teal-bar {
  background: #EEB31F !important; }

.page-template-2-minutes-with-ccli div.tagline-component {
  padding: 60px 0;
  margin: 0; }
  .page-template-2-minutes-with-ccli div.tagline-component h1, .page-template-2-minutes-with-ccli div.tagline-component h2, .page-template-2-minutes-with-ccli div.tagline-component h3 {
    color: #53565a;
    font-family: akagi_prolight, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 33px;
    line-height: 28px; }
    @media screen and (min-width: 48em) {
      .page-template-2-minutes-with-ccli div.tagline-component h1, .page-template-2-minutes-with-ccli div.tagline-component h2, .page-template-2-minutes-with-ccli div.tagline-component h3 {
        font-size: 26px;
        line-height: 32px; } }
    @media screen and (min-width: 62em) {
      .page-template-2-minutes-with-ccli div.tagline-component h1, .page-template-2-minutes-with-ccli div.tagline-component h2, .page-template-2-minutes-with-ccli div.tagline-component h3 {
        font-size: 28px;
        line-height: 34px; } }
  .page-template-2-minutes-with-ccli div.tagline-component p {
    color: #53565a; }
  .page-template-2-minutes-with-ccli div.tagline-component p:last-child {
    margin-bottom: 0; }

section#two-minutes-with-ccli div.video-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0 0 50px; }
  @media (max-width: 1199px) {
    section#two-minutes-with-ccli div.video-grid {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  section#two-minutes-with-ccli div.video-grid div.video-item-wrap {
    -ms-flex-preferred-size: 360px;
    flex-basis: 360px;
    margin: 15px;
    background: #f0f0f0;
    padding: 20px; }
    section#two-minutes-with-ccli div.video-grid div.video-item-wrap div.video-item {
      position: relative;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      min-height: 200px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 400px) {
        section#two-minutes-with-ccli div.video-grid div.video-item-wrap div.video-item {
          min-height: 170px; } }
      section#two-minutes-with-ccli div.video-grid div.video-item-wrap div.video-item:hover {
        cursor: pointer; }
        section#two-minutes-with-ccli div.video-grid div.video-item-wrap div.video-item:hover h3:after {
          width: 100%  !important;
          background: #00a3e0 !important; }
        section#two-minutes-with-ccli div.video-grid div.video-item-wrap div.video-item:hover svg {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
      section#two-minutes-with-ccli div.video-grid div.video-item-wrap div.video-item div.overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(41, 42, 46, 0.75); }
      section#two-minutes-with-ccli div.video-grid div.video-item-wrap div.video-item div.play-button {
        position: relative;
        z-index: 10;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 200px; }
        @media (max-width: 400px) {
          section#two-minutes-with-ccli div.video-grid div.video-item-wrap div.video-item div.play-button {
            height: 170px; } }
        section#two-minutes-with-ccli div.video-grid div.video-item-wrap div.video-item div.play-button svg {
          width: 50px;
          height: 50px;
          -webkit-transition: all 700ms ease;
          -o-transition: all 700ms ease;
          transition: all 700ms ease;
          overflow: visible; }
    section#two-minutes-with-ccli div.video-grid div.video-item-wrap div.video-information {
      margin-top: 20px; }
      section#two-minutes-with-ccli div.video-grid div.video-item-wrap div.video-information h3 {
        color: #004b87;
        font-weight: bold;
        font-size: 20px;
        font-family: 'akagi_probold'; }
      section#two-minutes-with-ccli div.video-grid div.video-item-wrap div.video-information p {
        font-family: 14px; }
      section#two-minutes-with-ccli div.video-grid div.video-item-wrap div.video-information a.two-minutes-with-ccli-pdf {
        display: block;
        color: #004b87;
        border-top: 1px solid #d6d6d6;
        padding-top: 10px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1; }
        section#two-minutes-with-ccli div.video-grid div.video-item-wrap div.video-information a.two-minutes-with-ccli-pdf strong {
          vertical-align: text-top; }
        section#two-minutes-with-ccli div.video-grid div.video-item-wrap div.video-information a.two-minutes-with-ccli-pdf svg {
          width: 16px;
          margin-right: 6px;
          display: inline-block;
          height: 22.58px; }
        section#two-minutes-with-ccli div.video-grid div.video-item-wrap div.video-information a.two-minutes-with-ccli-pdf:hover {
          color: #00a3e0; }
          section#two-minutes-with-ccli div.video-grid div.video-item-wrap div.video-information a.two-minutes-with-ccli-pdf:hover svg path {
            stroke: #00a3e0; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code.

/* ---------------------------------------------------------- */
/*   search-results
/* ---------------------------------------------------------- */
#search-results {
  margin: 80px auto 120px auto; }
  #search-results .search-intro {
    color: #00a3e0;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 40px; }
  @media screen and (max-width: 61.9375em) {
    #search-results {
      margin: 40px auto 60px auto; } }
  #search-results .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #search-results .search-results .-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 35px;
    padding-bottom: 35px; }
    @media screen and (max-width: 61.9375em) {
      #search-results .search-results .-result {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    #search-results .search-results .-result h2 {
      padding: 0 0 5px 0; }
      #search-results .search-results .-result h2 a {
        color: #00a3e0; }
    #search-results .search-results .-result .byline .date {
      text-transform: lowercase; }
    #search-results .search-results .-result p {
      color: #292a2e;
      font-size: 18px;
      line-height: 26px; }
      @media screen and (max-width: 47.9375em) {
        #search-results .search-results .-result p {
          font-size: 16px;
          line-height: 22px; } }
  #search-results .search-results .search-help h4 {
    color: #292a2e;
    margin-bottom: 2px; }
  #search-results .search-results .search-help p {
    margin-bottom: 30px;
    color: #53565a; }
  #search-results .search-results .search-help .btn {
    margin-right: 30px; }
    @media screen and (max-width: 47.9375em) {
      #search-results .search-results .search-help .btn {
        margin: 0 0 20px 0; }
        #search-results .search-results .search-help .btn:last-child {
          margin: 0; } }

/*
* This file is part of the CCLI Global Custom WordPress Multisite Theme
* <http://ccli.com>
* (c) CCLI * <info@ccli.com>
* [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/* 	404 Error Page / Layout / Component 
/* ---------------------------------------------------------- */
.error-404 {
  font-family: akagi_probook, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  background-color: #53565a;
  padding: 40px 0;
  position: relative; }
  @media screen and (min-width: 48em) {
    .error-404 {
      padding: 60px 0; } }
  .error-404 .ccli-search-input {
    max-width: 470px;
    margin-bottom: 30px; }
  .error-404 .search-title {
    margin: 12px 0;
    font-size: 24px !important;
    line-height: 1; }
  .error-404 .search-btn {
    background-color: #53565a; }
    .error-404 .search-btn:hover {
      background-color: #6bcaba; }
  .error-404 .head-line {
    margin-bottom: 5px;
    color: #B1B3B3;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -1px; }
  .error-404 .subheader {
    font-size: 26px;
    line-height: 34px;
    color: #fff; }
    @media screen and (min-width: 48em) {
      .error-404 .subheader {
        font-size: 36px;
        line-height: 46px; } }
  .error-404 hr {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    width: 100%;
    max-width: 370px;
    margin: 25px 0; }
  .error-404 .help-content {
    font-size: 18px;
    line-height: 24px;
    color: #fff; }
    .error-404 .help-content .search-help h4 {
      margin: 0;
      padding: 0;
      font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-size: 14px; }
      @media screen and (min-width: 48em) {
        .error-404 .help-content .search-help h4 {
          font-size: 18px; } }
    .error-404 .help-content .search-help p {
      margin-bottom: 25px;
      padding: 0; }
    .error-404 .help-content .search-help .btn {
      margin-right: 30px; }
      @media screen and (max-width: 47.9375em) {
        .error-404 .help-content .search-help .btn {
          margin: 0 0 20px 0; }
          .error-404 .help-content .search-help .btn:last-child {
            margin: 0; } }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Godin/Schlagwerk Competition - Style Loader
/* ---------------------------------------------------------- */
div.godin-schlagwerk-comp_wrapper {
  padding: 15px;
  border: 1px solid #d9d9d9;
  background: #f7f7f7; }
  div.godin-schlagwerk-comp_wrapper div.ginput_container_text input, div.godin-schlagwerk-comp_wrapper div.ginput_container_email input {
    background: #fff; }

.reveal-overlay {
  background-color: rgba(41, 42, 46, 0.96); }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	UI Components - Style Loader
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/* 	Load SVG Styles
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/* 	SVG Fill Colors
/* ---------------------------------------------------------- */
#graphic-ccli-trademark .cls-1 {
  fill: #00a3e0; }

#graphic-ccli-trademark .cls-2 {
  fill: #292a2e; }

#graphic-ccli-trademark .cls-3 {
  fill: #004b87; }

#graphic-ccli-trademark-white .cls-1 {
  fill: #fff; }

#graphic-ccli-trademark-white .cls-2 {
  fill: #fff; }

#graphic-ccli-trademark-white .cls-3 {
  fill: #fff; }

#graphic-songselect-trademark {
  fill: #fff; }

#icon-arrow-down-line, #icon-arrow-right-line {
  fill: #eeb31f; }

#icon-arrow-down-line-white {
  fill: #fff; }

#icon-arrow-right-line-gray {
  fill: #B1B3B3; }

#icon-arrow-right-line-white {
  fill: #fff; }

#icon-arrow-right-line-teal {
  fill: #6bcaba; }

#icon-earth-filled {
  fill: #d9d9d9; }

#icon-close {
  fill: #53565a; }

#icon-close-white {
  fill: #fff; }

#icon-earth-line {
  fill: #eeb31f; }

#icon-finder-filled {
  fill: #53565a; }
  #icon-finder-filled:hover {
    fill: #eeb31f; }

#icon-finder-filled-white {
  fill: #fff; }

#icon-headset-line {
  fill: #eeb31f; }

#icon-headset-line-white {
  fill: #fff; }

#icon-letter-and-envelope-line {
  fill: #00a3e0; }

#icon-megaphone-circle-line .cls-1 {
  fill: none; }

#icon-megaphone-circle-line .cls-2 {
  fill: #ffbf3f; }

#icon-megaphone-circle-line-mobile .cls-1 {
  fill: #ffbf3f; }

#icon-press-kit .cls-1 {
  fill: none; }

#icon-press-kit .cls-2 {
  fill: #eeb31f; }

#icon-fact-sheet {
  fill: #eeb31f; }

#icon-movie-download-line {
  fill: #eeb31f; }

#icon-music-note-circle-line {
  fill: #eeb31f; }

#icon-new-window-line-blue {
  fill: #eeb31f; }

#icon-new-window-line {
  fill: #c8c8c8; }

#icon-page-ribbon-line {
  fill: #eeb31f; }

#icon-person-filled {
  fill: #c8c8c8; }

#icon-person-filled-blue {
  fill: #eeb31f; }

#icon-play-circle .cls-0, #icon-stop-circle .cls-0 {
  fill: #eee; }

#icon-play-circle .cls-1, #icon-stop-circle .cls-1 {
  fill: #fff; }

#icon-play-circle .cls-2, #icon-stop-circle .cls-2 {
  fill: #c8c8c8; }

#icon-play-circle .cls-3, #icon-stop-circle .cls-3 {
  fill: #00a3e0; }

#icon-play-pressed-circle .cls-1 {
  fill: #fff; }

#icon-play-pressed-circle .cls-2 {
  fill: #00a3e0; }

#icon-question-mark-circle {
  fill: #c8c8c8; }

#icon-quotation-end {
  fill: #e1e1e1; }

#icon-quotation-start {
  fill: #e1e1e1; }

#uk-icon-quotation-end {
  fill: #53565a; }

#uk-icon-quotation-start {
  fill: #53565a; }

#icon-recent-articles-line .cls-1 {
  fill: none; }

#icon-recent-articles-line .cls-2 {
  fill: #eeb31f; }

#icon-sheet-music-line {
  fill: #00a3e0; }

#icon-shopping-cart-line {
  fill: #00a3e0; }

#icon-social-media-facebook-circle .cls-1 {
  fill: #004b87; }

#icon-social-media-facebook-circle .cls-2 {
  fill: #fff; }

#icon-social-media-facebook-circle:hover .cls-1 {
  fill: #00a3e0; }

#icon-social-media-youtube-circle .cls-1 {
  fill: #004b87; }

#icon-social-media-youtube-circle .cls-2 {
  fill: #fff; }

#icon-social-media-youtube-circle:hover .cls-1 {
  fill: #00a3e0; }

#icon-social-media-google-plus-circle .cls-1 {
  fill: #004b87; }

#icon-social-media-google-plus-circle .cls-2 {
  fill: #fff; }

#icon-social-media-google-plus-circle:hover .cls-1 {
  fill: #00a3e0; }

#icon-social-media-instagram-circle .cls-1 {
  fill: #004b87; }

#icon-social-media-instagram-circle .cls-2 {
  fill: #fff; }

#icon-social-media-instagram-circle:hover .cls-1 {
  fill: #00a3e0; }

#icon-social-media-linkedin-circle .cls-1 {
  fill: #004b87; }

#icon-social-media-linkedin-circle .cls-2 {
  fill: #fff; }

#icon-social-media-linkedin-circle:hover .cls-1 {
  fill: #00a3e0; }

#icon-social-media-pinterest-circle .cls-1 {
  fill: #004b87; }

#icon-social-media-pinterest-circle .cls-2 {
  fill: #fff; }

#icon-social-media-pinterest-circle:hover .cls-1 {
  fill: #00a3e0; }

#icon-social-media-twitter-circle .cls-1 {
  fill: #004b87; }

#icon-social-media-twitter-circle .cls-2 {
  fill: #fff; }

#icon-social-media-twitter-circle:hover .cls-1 {
  fill: #00a3e0; }

#icon-social-media-twitter-filled {
  fill: #00a3e0; }

#icon-stop-button-filled .cls-1 {
  fill: #231f20; }

#icon-stop-button-filled .cls-2 {
  fill: #fff; }

#icon-stop-button-filled .cls-3 {
  fill: #c8c8c8; }

#icon-stop-button-filled .cls-4 {
  fill: #00a3e0; }

#icon-translation-filled {
  fill: #c8c8c8; }

#icon-article-line-mobile, #icon-music-note-circle-line-mobile, #icon-sheet-music-line-mobile, #icon-nav-mobile-more, #icon-nav-mobile-song-select, #icon-nav-mobile-services {
  fill: #00a3e0; }

#icon-nav-mobile-support .st0 {
  fill: #00a3e0; }

#icon-nav-mobile-support .st1 {
  fill: #292a2e; }

#icon-regional .cls-1 {
  fill: none; }

#icon-regional .cls-2 {
  fill: #00a3e0; }

#icon-chat .cls-1 {
  fill: #fff; }

#icon-chat .cls-2 {
  fill: #00a3e0; }

#icon-clock-outline .cls-1, #icon-pin-outline .cls-1 {
  fill: #00a3e0; }

#icon-headphones-outline .cls-1 {
  fill: none; }

#icon-headphones-outline .cls-2 {
  fill: #00a3e0; }

.ora-1 {
  fill: #FFA300; }

.ora-2 {
  fill: #fff; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/* 	Load button Styles
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/* 	CCLI Buttons
/* ---------------------------------------------------------- */
.btn-holder {
  position: relative; }

/* ---------------------------------------------------------- */
/* 	Data Attributes
/* ---------------------------------------------------------- */
.btn[data-shadow] {
  -webkit-box-shadow: 0 4px 0 rgba(41, 42, 46, 0.08);
  box-shadow: 0 4px 0 rgba(41, 42, 46, 0.08); }
  .btn[data-shadow]:active {
    -webkit-box-shadow: 0 2px 0 rgba(41, 42, 46, 0.08);
    box-shadow: 0 2px 0 rgba(41, 42, 46, 0.08); }

.btn[data-icon="none"] {
  padding: 0 20px 0 18px; }
  .btn[data-icon="none"]:before, .btn[data-icon="none"]:after {
    display: none; }

.btn-large-primary-neg {
  border: 1px solid #eeb31f;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: 42px;
  padding: 0 15px 0 20px;
  text-transform: uppercase;
  min-width: 80px;
  text-decoration: none;
  letter-spacing: 0.7px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease; }
  .btn-large-primary-neg .btn-icon {
    width: 17px;
    height: 17px;
    top: 2px;
    position: relative;
    margin-left: 10px; }
  .btn-large-primary-neg.full-width .btn-icon {
    float: right; }
  .btn-large-primary-neg:after {
    content: '';
    background-image: url("src/media/svg/icon-arrow-right-line-sprite.svg");
    background-repeat: no-repeat;
    width: 11px;
    height: 16px;
    background-size: 11px 32px;
    display: inline-block;
    overflow: hidden;
    margin-left: 13px; }
  .btn-large-primary-neg:hover {
    background: #eeb31f;
    color: #fff; }
    .btn-large-primary-neg:hover:after {
      background-position: 0 -16px; }
  .btn-large-primary-neg:active {
    color: #fff; }
  .btn-large-primary-neg.hero-btn {
    font-size: 18px; }

.btn-large-primary-neg-ext {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: 42px;
  padding: 0 15px 0 20px;
  text-transform: uppercase;
  min-width: 80px;
  text-decoration: none;
  letter-spacing: 0.7px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  border: 1px solid #00a3e0;
  color: #fff; }
  .btn-large-primary-neg-ext .btn-icon {
    width: 17px;
    height: 17px;
    top: 2px;
    position: relative;
    margin-left: 10px; }
  .btn-large-primary-neg-ext.full-width .btn-icon {
    float: right; }
  .btn-large-primary-neg-ext:after {
    content: '';
    background-image: url("src/media/svg/icon-new-window-line-blue-sprite.svg");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px 32px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: -2px; }
  .btn-large-primary-neg-ext:hover {
    background: #00a3e0;
    color: #fff; }
    .btn-large-primary-neg-ext:hover:after {
      background-position: 0 -16px; }
  .btn-large-primary-neg-ext:active {
    color: #fff; }

.btn-small-gray-ext {
  border: 1px solid #B1B3B3;
  background: #fff;
  color: #75787b;
  -webkit-box-shadow: 0 3px 0 rgba(41, 42, 46, 0.08);
  box-shadow: 0 3px 0 rgba(41, 42, 46, 0.08);
  font-size: 12px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 26px;
  height: auto;
  padding: 5px 13px 5px 18px;
  text-transform: uppercase;
  min-width: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  letter-spacing: 0.7px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  border: 1px solid #c8c8c8;
  background: transparent;
  color: #B1B3B3; }
  .btn-small-gray-ext:active {
    -webkit-box-shadow: 0 1px 0 rgba(41, 42, 46, 0.08);
    box-shadow: 0 1px 0 rgba(41, 42, 46, 0.08); }
  .btn-small-gray-ext .btn-icon {
    width: 12px;
    height: 12px;
    top: 1px;
    position: relative;
    margin-left: 10px; }
  .btn-small-gray-ext.full-width .btn-icon {
    float: right; }
  .btn-small-gray-ext:after {
    content: '';
    background-image: url("src/media/svg/icon-arrow-right-line-gray-sprite.svg");
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    background-size: 12px 24px;
    overflow: hidden;
    background-position: 0 0;
    margin-left: 13px;
    display: inline-block; }
  .btn-small-gray-ext:hover {
    background: #EEB31F;
    color: #fff;
    border: 1px solid #EEB31F; }
    .btn-small-gray-ext:hover:after {
      background-position: 0 -12px; }
  .btn-small-gray-ext:active {
    color: #fff; }
  .btn-small-gray-ext:after {
    content: '';
    background-image: url("src/media/svg/icon-new-window-line-sprite.svg");
    width: 13px;
    height: 12px;
    background-size: 13px 24px;
    margin-left: 13px;
    position: relative;
    top: -1px;
    display: inline-block; }
  .btn-small-gray-ext:hover {
    background: #00a3e0;
    color: #fff;
    border: 1px solid #00a3e0; }
    .btn-small-gray-ext:hover:after {
      background-position: 0 -12px; }
  .btn-small-gray-ext:active {
    color: #fff; }

.btn-large-alt {
  border: 1px solid #B1B3B3;
  background-color: transparent;
  color: #00a3e0 !important;
  -webkit-box-shadow: 0 4px 0 rgba(41, 42, 46, 0.08);
  box-shadow: 0 4px 0 rgba(41, 42, 46, 0.08);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: 42px;
  padding: 0 15px 0 20px;
  text-transform: uppercase;
  min-width: 80px;
  text-decoration: none;
  letter-spacing: 0.7px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease; }
  .btn-large-alt:active {
    -webkit-box-shadow: 0 2px 0 rgba(41, 42, 46, 0.08);
    box-shadow: 0 2px 0 rgba(41, 42, 46, 0.08); }
  .btn-large-alt .btn-icon {
    width: 17px;
    height: 17px;
    top: 2px;
    position: relative;
    margin-left: 10px; }
  .btn-large-alt.full-width .btn-icon {
    float: right; }
  .btn-large-alt:after {
    content: '';
    background-image: url("src/media/svg/icon-new-window-line-sprite.svg");
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-size: 18px 36px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    top: -2px; }
  .btn-large-alt.full-width {
    line-height: 1.7; }
  .btn-large-alt:hover {
    background: #00a3e0;
    color: #fff !important;
    border: 1px solid #00a3e0; }
    .btn-large-alt:hover:after {
      background-position: 0 -18px; }
  .btn-large-alt:active {
    color: #fff; }

.btn-default-cta {
  border: 1px solid #ffa300;
  background-color: #ffa300;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: 36px;
  padding: 0 14px 0 18px;
  text-transform: uppercase;
  min-width: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none !important;
  letter-spacing: 0.7px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  *height: 36px;
  /* IE 6 and 7 */
  _height: 36px;
  /* IE6 */
  min-height: 36px;
  height: auto; }
  .btn-default-cta .btn-icon {
    width: 17px;
    height: 17px;
    top: 2px;
    position: relative;
    margin-left: 10px; }
  .btn-default-cta.full-width .btn-icon {
    float: right; }
  .btn-default-cta:after {
    content: '';
    background-image: url("src/media/svg/icon-chevron-right-white.svg");
    background-repeat: no-repeat;
    width: 11px;
    height: 16px;
    background-size: 11px 16px;
    display: inline-block;
    overflow: hidden;
    margin-left: 13px;
    top: -1px; }
  .btn-default-cta:hover {
    background: #ffbf3f;
    color: #fff;
    border: 1px solid #ffbf3f; }
  .btn-default-cta:active {
    color: #fff; }

/* adding media screen to cover flexible button height in IE 8,9, & 10 */
@media screen\0 {
  .btn-default-cta {
    height: 36px;
    padding: 8px; } }

.btn-large-cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: 42px;
  padding: 0 15px 0 20px;
  text-transform: uppercase;
  min-width: 80px;
  text-decoration: none;
  letter-spacing: 0.7px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  border: 1px solid #e27c00;
  background: #e27c00;
  color: #fff;
  letter-spacing: 0.8px;
  padding: 15px 20px; }
  .btn-large-cta:hover {
    background: #ffbf3f;
    color: #fff;
    border: 1px solid #ffbf3f; }
  .btn-large-cta:active {
    color: #fff; }

.btn-large-pricing {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: 42px;
  padding: 0 15px 0 20px;
  text-transform: uppercase;
  min-width: 80px;
  text-decoration: none;
  letter-spacing: 0.7px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  height: 38px;
  border: 1px solid #e27c00;
  background: #e27c00;
  color: #fff;
  letter-spacing: 0.8px;
  padding: 16px 23px 14px 20px;
  font-size: 14px; }
  .btn-large-pricing:before {
    content: '';
    background-image: url("src/media/svg/icon-cart.svg");
    background-repeat: no-repeat;
    width: 28px;
    height: 35px;
    background-size: 18px 36px;
    background-position: 0 0;
    overflow: hidden;
    position: relative;
    top: -2px; }
  .btn-large-pricing:after {
    content: '';
    background-image: url("src/media/svg/icon-arrow-right-line-sprite.svg");
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-size: 9px 50px;
    background-position: 0 -25px;
    overflow: hidden;
    position: relative;
    top: 1px;
    left: 10px; }
  .btn-large-pricing:hover {
    background: #ffa300;
    border-color: #ffa300;
    color: #fff; }
  .btn-large-pricing:active {
    color: #fff; }
  .btn-large-pricing.no-icon:before {
    display: none; }
  .btn-large-pricing:after {
    width: 18px;
    height: 14px;
    background-size: 14px 42px;
    background-position: 0 -24.5px;
    top: 0px;
    left: 10px;
    display: inline-block; }

/* ---------------------------------------------------------- */
/* 	Default / Primary Buttons
/* ---------------------------------------------------------- */
.btn-default-primary, .button {
  border: 1px solid #B1B3B3;
  background-color: transparent;
  color: #00a3e0 !important;
  -webkit-box-shadow: 0 4px 0 rgba(41, 42, 46, 0.08);
  box-shadow: 0 4px 0 rgba(41, 42, 46, 0.08);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: 42px;
  padding: 0 15px 0 20px;
  text-transform: uppercase;
  min-width: 80px;
  text-decoration: none;
  letter-spacing: 0.7px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  font-size: 14px;
  line-height: 22px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: 36px;
  padding: 0 14px 0 18px;
  text-transform: uppercase;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none !important;
  letter-spacing: 0.7px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  font-size: 14px;
  border: 1px solid #EEB31F;
  color: #EEB31F !important;
  padding-top: 2px; }
  .btn-default-primary:active, .button:active {
    -webkit-box-shadow: 0 2px 0 rgba(41, 42, 46, 0.08);
    box-shadow: 0 2px 0 rgba(41, 42, 46, 0.08); }
  .btn-default-primary .btn-icon, .button .btn-icon {
    width: 17px;
    height: 17px;
    top: 2px;
    position: relative;
    margin-left: 10px; }
  .btn-default-primary.full-width .btn-icon, .button.full-width .btn-icon {
    float: right; }
  .btn-default-primary:after, .button:after {
    content: '';
    background-image: url("src/media/svg/icon-new-window-line-sprite.svg");
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-size: 18px 36px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    top: -2px; }
  .btn-default-primary.full-width, .button.full-width {
    line-height: 1.7; }
  .btn-default-primary:hover, .button:hover {
    background: #00a3e0;
    color: #fff !important;
    border: 1px solid #00a3e0; }
    .btn-default-primary:hover:after, .button:hover:after {
      background-position: 0 -18px; }
  .btn-default-primary:active, .button:active {
    color: #fff; }
  .btn-default-primary:after, .button:after {
    content: '';
    background-image: url("src/media/svg/icon-arrow-right-line-sprite.svg");
    background-repeat: no-repeat;
    width: 11px;
    height: 16px;
    background-size: 11px 32px;
    display: inline-block;
    overflow: hidden;
    margin-left: 13px;
    top: -1px; }
  .btn-default-primary:hover, .button:hover {
    background: #EEB31F !important;
    border-color: #EEB31F !important; }
    .btn-default-primary:hover:after, .button:hover:after {
      background-position: 0 -16px; }

.btn-default-primary-ext {
  font-size: 14px;
  line-height: 22px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: 36px;
  padding: 0 14px 0 18px;
  text-transform: uppercase;
  min-width: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none !important;
  letter-spacing: 0.7px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  border: 1px solid #00a3e0;
  color: #00a3e0; }
  .btn-default-primary-ext .btn-icon {
    width: 17px;
    height: 17px;
    top: 2px;
    position: relative;
    margin-left: 10px; }
  .btn-default-primary-ext.full-width .btn-icon {
    float: right; }
  .btn-default-primary-ext:after {
    content: '';
    background-image: url("src/media/svg/icon-new-window-line-blue-sprite.svg");
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    background-size: 17px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: -2px;
    margin-left: 10px; }
  .btn-default-primary-ext:hover {
    background: #00a3e0;
    color: #fff; }
    .btn-default-primary-ext:hover:after {
      background-position: 0 -17px; }
  .btn-default-primary-ext:active {
    color: #00a3e0; }

.btn-default-primary-anchor {
  border: 1px solid #B1B3B3;
  background-color: transparent;
  color: #00a3e0 !important;
  -webkit-box-shadow: 0 4px 0 rgba(41, 42, 46, 0.08);
  box-shadow: 0 4px 0 rgba(41, 42, 46, 0.08);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: 42px;
  padding: 0 15px 0 20px;
  text-transform: uppercase;
  min-width: 80px;
  text-decoration: none;
  letter-spacing: 0.7px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  font-size: 14px;
  line-height: 22px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: 36px;
  padding: 0 14px 0 18px;
  text-transform: uppercase;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none !important;
  letter-spacing: 0.7px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  font-size: 14px;
  border: 1px solid #EEB31F;
  color: #EEB31F !important;
  padding-top: 2px; }
  .btn-default-primary-anchor:active {
    -webkit-box-shadow: 0 2px 0 rgba(41, 42, 46, 0.08);
    box-shadow: 0 2px 0 rgba(41, 42, 46, 0.08); }
  .btn-default-primary-anchor .btn-icon {
    width: 17px;
    height: 17px;
    top: 2px;
    position: relative;
    margin-left: 10px; }
  .btn-default-primary-anchor.full-width .btn-icon {
    float: right; }
  .btn-default-primary-anchor:after {
    content: '';
    background-image: url("src/media/svg/icon-new-window-line-sprite.svg");
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-size: 18px 36px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    top: -2px; }
  .btn-default-primary-anchor.full-width {
    line-height: 1.7; }
  .btn-default-primary-anchor:hover {
    background: #00a3e0;
    color: #fff !important;
    border: 1px solid #00a3e0; }
    .btn-default-primary-anchor:hover:after {
      background-position: 0 -18px; }
  .btn-default-primary-anchor:active {
    color: #fff; }
  .btn-default-primary-anchor:after {
    content: '';
    background-image: url("src/media/svg/icon-arrow-right-line-sprite.svg");
    background-repeat: no-repeat;
    width: 11px;
    height: 16px;
    background-size: 11px 32px;
    display: inline-block;
    overflow: hidden;
    margin-left: 13px;
    top: -1px; }
  .btn-default-primary-anchor:hover {
    background: #EEB31F !important;
    border-color: #EEB31F !important; }
    .btn-default-primary-anchor:hover:after {
      background-position: 0 -16px; }
  .btn-default-primary-anchor:after {
    content: '';
    background-image: url("src/media/svg/icon-chevron-down-sprite.svg");
    background-repeat: no-repeat;
    width: 14px;
    height: 12px;
    background-size: 14px 24px;
    display: inline-block;
    overflow: hidden;
    margin-left: 12px; }
  .btn-default-primary-anchor:hover:after {
    background-position: 0 -12px; }

.btn-default-primary-gray {
  border: 1px solid #B1B3B3;
  background-color: transparent;
  color: #00a3e0 !important;
  -webkit-box-shadow: 0 4px 0 rgba(41, 42, 46, 0.08);
  box-shadow: 0 4px 0 rgba(41, 42, 46, 0.08);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: 42px;
  padding: 0 15px 0 20px;
  text-transform: uppercase;
  min-width: 80px;
  text-decoration: none;
  letter-spacing: 0.7px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  font-size: 14px;
  line-height: 22px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: 36px;
  padding: 0 14px 0 18px;
  text-transform: uppercase;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none !important;
  letter-spacing: 0.7px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  font-size: 14px;
  border: 1px solid #B1B3B3;
  padding-top: 2px;
  color: #75787b !important; }
  .btn-default-primary-gray:active {
    -webkit-box-shadow: 0 2px 0 rgba(41, 42, 46, 0.08);
    box-shadow: 0 2px 0 rgba(41, 42, 46, 0.08); }
  .btn-default-primary-gray .btn-icon {
    width: 17px;
    height: 17px;
    top: 2px;
    position: relative;
    margin-left: 10px; }
  .btn-default-primary-gray.full-width .btn-icon {
    float: right; }
  .btn-default-primary-gray:after {
    content: '';
    background-image: url("src/media/svg/icon-new-window-line-sprite.svg");
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-size: 18px 36px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    top: -2px; }
  .btn-default-primary-gray.full-width {
    line-height: 1.7; }
  .btn-default-primary-gray:hover {
    background: #00a3e0;
    color: #fff !important;
    border: 1px solid #00a3e0; }
    .btn-default-primary-gray:hover:after {
      background-position: 0 -18px; }
  .btn-default-primary-gray:active {
    color: #fff; }
  .btn-default-primary-gray.phone-btn {
    padding: 0 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .btn-default-primary-gray.phone-btn:after {
      content: '';
      background-image: none;
      display: none; }
  .btn-default-primary-gray:after {
    content: '';
    background-image: url("src/media/svg/icon-arrow-right-line-gray-sprite.svg");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px 32px;
    display: inline-block;
    overflow: hidden;
    margin-left: 13px;
    top: -1px; }
  .btn-default-primary-gray:hover:after {
    background-position: 0 -16px; }

.btn-default-primary-neg {
  border: 1px solid #eeb31f;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: 42px;
  padding: 0 15px 0 20px;
  text-transform: uppercase;
  min-width: 80px;
  text-decoration: none;
  letter-spacing: 0.7px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  font-size: 14px;
  line-height: 22px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: 36px;
  padding: 0 14px 0 18px;
  text-transform: uppercase;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none !important;
  letter-spacing: 0.7px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  font-size: 14px; }
  .btn-default-primary-neg .btn-icon {
    width: 17px;
    height: 17px;
    top: 2px;
    position: relative;
    margin-left: 10px; }
  .btn-default-primary-neg.full-width .btn-icon {
    float: right; }
  .btn-default-primary-neg:after {
    content: '';
    background-image: url("src/media/svg/icon-arrow-right-line-sprite.svg");
    background-repeat: no-repeat;
    width: 11px;
    height: 16px;
    background-size: 11px 32px;
    display: inline-block;
    overflow: hidden;
    margin-left: 13px; }
  .btn-default-primary-neg:hover {
    background: #eeb31f;
    color: #fff; }
    .btn-default-primary-neg:hover:after {
      background-position: 0 -16px; }
  .btn-default-primary-neg:active {
    color: #fff; }
  .btn-default-primary-neg.no-icon {
    padding: 0 18px; }
    .btn-default-primary-neg.no-icon:after {
      background-image: none;
      width: 0;
      height: 0;
      display: none; }
    .btn-default-primary-neg.no-icon:hover {
      background: transparent; }

.btn-default-primary-neg-ext {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: 42px;
  padding: 0 15px 0 20px;
  text-transform: uppercase;
  min-width: 80px;
  text-decoration: none;
  letter-spacing: 0.7px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  border: 1px solid #00a3e0;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: 36px;
  padding: 0 14px 0 18px;
  text-transform: uppercase;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none !important;
  letter-spacing: 0.7px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  font-size: 14px; }
  .btn-default-primary-neg-ext .btn-icon {
    width: 17px;
    height: 17px;
    top: 2px;
    position: relative;
    margin-left: 10px; }
  .btn-default-primary-neg-ext.full-width .btn-icon {
    float: right; }
  .btn-default-primary-neg-ext:after {
    content: '';
    background-image: url("src/media/svg/icon-new-window-line-blue-sprite.svg");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px 32px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: -2px; }
  .btn-default-primary-neg-ext:hover {
    background: #00a3e0;
    color: #fff; }
    .btn-default-primary-neg-ext:hover:after {
      background-position: 0 -16px; }
  .btn-default-primary-neg-ext:active {
    color: #fff; }
  .btn-default-primary-neg-ext:after {
    margin-left: 13px;
    margin-top: 2px; }

.btn-small-gray {
  border: 1px solid #B1B3B3;
  background: #fff;
  color: #75787b;
  -webkit-box-shadow: 0 3px 0 rgba(41, 42, 46, 0.08);
  box-shadow: 0 3px 0 rgba(41, 42, 46, 0.08);
  font-size: 12px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 26px;
  height: auto;
  padding: 5px 13px 5px 18px;
  text-transform: uppercase;
  min-width: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  letter-spacing: 0.7px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease; }
  .btn-small-gray:active {
    -webkit-box-shadow: 0 1px 0 rgba(41, 42, 46, 0.08);
    box-shadow: 0 1px 0 rgba(41, 42, 46, 0.08); }
  .btn-small-gray .btn-icon {
    width: 12px;
    height: 12px;
    top: 1px;
    position: relative;
    margin-left: 10px; }
  .btn-small-gray.full-width .btn-icon {
    float: right; }
  .btn-small-gray:after {
    content: '';
    background-image: url("src/media/svg/icon-arrow-right-line-gray-sprite.svg");
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    background-size: 12px 24px;
    overflow: hidden;
    background-position: 0 0;
    margin-left: 13px;
    display: inline-block; }
  .btn-small-gray:hover {
    background: #EEB31F;
    color: #fff;
    border: 1px solid #EEB31F; }
    .btn-small-gray:hover:after {
      background-position: 0 -12px; }
  .btn-small-gray:active {
    color: #fff; }

.gform_button,
.gform_wrapper input[type="button"] {
  border: 1px solid #B1B3B3;
  background: #fff;
  color: #75787b;
  -webkit-box-shadow: 0 3px 0 rgba(41, 42, 46, 0.08);
  box-shadow: 0 3px 0 rgba(41, 42, 46, 0.08);
  font-size: 12px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 26px;
  height: auto;
  padding: 5px 13px 5px 18px;
  text-transform: uppercase;
  min-width: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  letter-spacing: 0.7px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  padding: 0 30px 0 16px;
  background-image: url("src/media/svg/icon-arrow-gray-input.svg");
  background-repeat: no-repeat;
  background-size: 10px 13px;
  overflow: hidden;
  background-position: 94% center; }
  .gform_button:active,
  .gform_wrapper input[type="button"]:active {
    -webkit-box-shadow: 0 1px 0 rgba(41, 42, 46, 0.08);
    box-shadow: 0 1px 0 rgba(41, 42, 46, 0.08); }
  .gform_button .btn-icon,
  .gform_wrapper input[type="button"] .btn-icon {
    width: 12px;
    height: 12px;
    top: 1px;
    position: relative;
    margin-left: 10px; }
  .gform_button.full-width .btn-icon,
  .gform_wrapper input[type="button"].full-width .btn-icon {
    float: right; }
  .gform_button:hover,
  .gform_wrapper input[type="button"]:hover {
    background: #00a3e0;
    color: #fff;
    border: 1px solid #00a3e0;
    background-image: url("src/media/svg/icon-arrow-white-input.svg");
    background-repeat: no-repeat;
    background-size: 10px 13px;
    overflow: hidden;
    background-position: 94% center; }
  .gform_button:active,
  .gform_wrapper input[type="button"]:active {
    color: #fff; }

.btn-small-primary {
  border: 1px solid #B1B3B3;
  background: #fff;
  color: #75787b;
  -webkit-box-shadow: 0 3px 0 rgba(41, 42, 46, 0.08);
  box-shadow: 0 3px 0 rgba(41, 42, 46, 0.08);
  font-size: 12px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 26px;
  height: auto;
  padding: 5px 13px 5px 18px;
  text-transform: uppercase;
  min-width: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  letter-spacing: 0.7px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  border: 1px solid #EEB31F;
  background: #fff;
  color: #EEB31F; }
  .btn-small-primary:active {
    -webkit-box-shadow: 0 1px 0 rgba(41, 42, 46, 0.08);
    box-shadow: 0 1px 0 rgba(41, 42, 46, 0.08); }
  .btn-small-primary .btn-icon {
    width: 12px;
    height: 12px;
    top: 1px;
    position: relative;
    margin-left: 10px; }
  .btn-small-primary.full-width .btn-icon {
    float: right; }
  .btn-small-primary:after {
    content: '';
    background-image: url("src/media/svg/icon-arrow-right-line-gray-sprite.svg");
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    background-size: 12px 24px;
    overflow: hidden;
    background-position: 0 0;
    margin-left: 13px;
    display: inline-block; }
  .btn-small-primary:hover {
    background: #EEB31F;
    color: #fff;
    border: 1px solid #EEB31F; }
    .btn-small-primary:hover:after {
      background-position: 0 -12px; }
  .btn-small-primary:active {
    color: #fff; }
  .btn-small-primary:after {
    background-image: url("src/media/svg/icon-arrow-right-line-sprite.svg");
    background-size: 8px 24px; }

.btn-small-primary-ext {
  border: 1px solid #B1B3B3;
  background: #fff;
  color: #75787b;
  -webkit-box-shadow: 0 3px 0 rgba(41, 42, 46, 0.08);
  box-shadow: 0 3px 0 rgba(41, 42, 46, 0.08);
  font-size: 12px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 26px;
  height: auto;
  padding: 5px 13px 5px 18px;
  text-transform: uppercase;
  min-width: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  letter-spacing: 0.7px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  border: 1px solid #00a3e0;
  background: transparent;
  color: #00a3e0; }
  .btn-small-primary-ext:active {
    -webkit-box-shadow: 0 1px 0 rgba(41, 42, 46, 0.08);
    box-shadow: 0 1px 0 rgba(41, 42, 46, 0.08); }
  .btn-small-primary-ext .btn-icon {
    width: 12px;
    height: 12px;
    top: 1px;
    position: relative;
    margin-left: 10px; }
  .btn-small-primary-ext.full-width .btn-icon {
    float: right; }
  .btn-small-primary-ext:after {
    content: '';
    background-image: url("src/media/svg/icon-arrow-right-line-gray-sprite.svg");
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    background-size: 12px 24px;
    overflow: hidden;
    background-position: 0 0;
    margin-left: 13px;
    display: inline-block; }
  .btn-small-primary-ext:hover {
    background: #EEB31F;
    color: #fff;
    border: 1px solid #EEB31F; }
    .btn-small-primary-ext:hover:after {
      background-position: 0 -12px; }
  .btn-small-primary-ext:active {
    color: #fff; }
  .btn-small-primary-ext:after {
    content: '';
    background-image: url("src/media/svg/icon-new-window-line-blue-sprite.svg");
    width: 13px;
    height: 12px;
    background-size: 13px 24px;
    margin-left: 13px;
    position: relative;
    top: -1px;
    display: inline-block; }
  .btn-small-primary-ext:hover {
    background: #00a3e0;
    color: #fff;
    border: 1px solid #00a3e0; }
    .btn-small-primary-ext:hover:after {
      background-position: 0 -12px; }
  .btn-small-primary-ext:active {
    color: #fff; }

.btn-small-cta {
  border: 1px solid #ffa300;
  background-color: #ffa300;
  color: #fff;
  font-size: 12px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 26px;
  height: auto;
  padding: 5px 13px 5px 18px;
  text-transform: uppercase;
  min-width: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  letter-spacing: 0.7px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  min-width: 155px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .btn-small-cta .btn-icon {
    width: 12px;
    height: 12px;
    top: 1px;
    position: relative;
    margin-left: 10px; }
  .btn-small-cta.full-width .btn-icon {
    float: right; }
  .btn-small-cta:after {
    content: '';
    background-image: url("src/media/svg/icon-chevron-right-white.svg");
    background-repeat: no-repeat;
    width: 10px;
    height: 15px;
    background-size: 10px 15px;
    margin-left: 13px;
    display: inline-block; }
  .btn-small-cta:hover {
    background: #ffbf3f;
    color: #fff;
    border: 1px solid #ffbf3f; }
  .btn-small-cta:active {
    color: #fff; }

.btn-default-text {
  border: 1px solid #B1B3B3;
  background: #fff;
  color: #75787b;
  -webkit-box-shadow: 0 3px 0 rgba(41, 42, 46, 0.08);
  box-shadow: 0 3px 0 rgba(41, 42, 46, 0.08);
  font-size: 12px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 26px;
  height: auto;
  padding: 5px 13px 5px 18px;
  text-transform: uppercase;
  min-width: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  letter-spacing: 0.7px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .btn-default-text:active {
    -webkit-box-shadow: 0 1px 0 rgba(41, 42, 46, 0.08);
    box-shadow: 0 1px 0 rgba(41, 42, 46, 0.08); }
  .btn-default-text .btn-icon {
    width: 12px;
    height: 12px;
    top: 1px;
    position: relative;
    margin-left: 10px; }
  .btn-default-text.full-width .btn-icon {
    float: right; }
  .btn-default-text:after {
    content: '';
    background-image: url("src/media/svg/icon-arrow-right-line-gray-sprite.svg");
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    background-size: 12px 24px;
    overflow: hidden;
    background-position: 0 0;
    margin-left: 13px;
    display: inline-block; }
  .btn-default-text:hover {
    background: #EEB31F;
    color: #fff;
    border: 1px solid #EEB31F; }
    .btn-default-text:hover:after {
      background-position: 0 -12px; }
  .btn-default-text:active {
    color: #fff; }
  .btn-default-text:after {
    content: '';
    background-image: url("src/media/svg/icon-chevron-right.svg");
    background-repeat: no-repeat;
    width: 10px;
    height: 15px;
    background-size: 10px 12px;
    margin-left: 13px;
    background-position: 0 0;
    display: inline-block; }
  .btn-default-text:hover {
    background-color: transparent;
    color: #00a3e0;
    border: none; }
    .btn-default-text:hover:after {
      background-position: 0 0; }
  .btn-default-text:active {
    color: #ffbf3f; }
  .btn-default-text[data-shadow] {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default-text-back {
  border: 1px solid #B1B3B3;
  background: #fff;
  color: #75787b;
  -webkit-box-shadow: 0 3px 0 rgba(41, 42, 46, 0.08);
  box-shadow: 0 3px 0 rgba(41, 42, 46, 0.08);
  font-size: 12px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 26px;
  height: auto;
  padding: 5px 13px 5px 18px;
  text-transform: uppercase;
  min-width: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  letter-spacing: 0.7px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  display: inline-flex;
  align-items: center;
  padding-right: 0;
  padding-left: 0;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .btn-default-text-back:active {
    -webkit-box-shadow: 0 1px 0 rgba(41, 42, 46, 0.08);
    box-shadow: 0 1px 0 rgba(41, 42, 46, 0.08); }
  .btn-default-text-back .btn-icon {
    width: 12px;
    height: 12px;
    top: 1px;
    position: relative;
    margin-left: 10px; }
  .btn-default-text-back.full-width .btn-icon {
    float: right; }
  .btn-default-text-back:after {
    content: '';
    background-image: url("src/media/svg/icon-arrow-right-line-gray-sprite.svg");
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    background-size: 12px 24px;
    overflow: hidden;
    background-position: 0 0;
    margin-left: 13px;
    display: inline-block; }
  .btn-default-text-back:hover {
    background: #EEB31F;
    color: #fff;
    border: 1px solid #EEB31F; }
    .btn-default-text-back:hover:after {
      background-position: 0 -12px; }
  .btn-default-text-back:active {
    color: #fff; }
  .btn-default-text-back:after {
    content: '';
    background-image: none;
    width: 0;
    height: 0;
    background-size: 0 0;
    margin-left: 0;
    background-position: 0 0;
    display: none; }
  .btn-default-text-back:before {
    content: '';
    background-image: url("src/media/svg/icon-chevron-left.svg");
    background-repeat: no-repeat;
    width: 10px;
    height: 15px;
    background-size: 10px 12px;
    margin-right: 9px;
    background-position: 0 0;
    display: inline-block; }
  .btn-default-text-back:hover {
    background-color: transparent;
    color: #00a3e0;
    border: none; }
    .btn-default-text-back:hover:before {
      background-position: 0 0; }
  .btn-default-text-back:active {
    color: #ffbf3f; }

.btn-default-alt-neg {
  border: 1px solid #eeb31f;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: 42px;
  padding: 0 15px 0 20px;
  text-transform: uppercase;
  min-width: 80px;
  text-decoration: none;
  letter-spacing: 0.7px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  font-size: 14px;
  line-height: 22px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: 36px;
  padding: 0 14px 0 18px;
  text-transform: uppercase;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none !important;
  letter-spacing: 0.7px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  font-size: 14px;
  font-size: 14px;
  line-height: 22px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: 36px;
  padding: 0 14px 0 18px;
  text-transform: uppercase;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none !important;
  letter-spacing: 0.7px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  border-color: #6bcaba;
  font-size: 14px; }
  .btn-default-alt-neg .btn-icon {
    width: 17px;
    height: 17px;
    top: 2px;
    position: relative;
    margin-left: 10px; }
  .btn-default-alt-neg.full-width .btn-icon {
    float: right; }
  .btn-default-alt-neg:after {
    content: '';
    background-image: url("src/media/svg/icon-arrow-right-line-sprite.svg");
    background-repeat: no-repeat;
    width: 11px;
    height: 16px;
    background-size: 11px 32px;
    display: inline-block;
    overflow: hidden;
    margin-left: 13px; }
  .btn-default-alt-neg:hover {
    background: #eeb31f;
    color: #fff; }
    .btn-default-alt-neg:hover:after {
      background-position: 0 -16px; }
  .btn-default-alt-neg:active {
    color: #fff; }
  .btn-default-alt-neg.no-icon {
    padding: 0 18px; }
    .btn-default-alt-neg.no-icon:after {
      background-image: none;
      width: 0;
      height: 0;
      display: none; }
    .btn-default-alt-neg.no-icon:hover {
      background: transparent; }
  .btn-default-alt-neg:after {
    content: '';
    background-image: url("src/media/svg/icon-arrow-right-line-teal-sprite.svg");
    background-repeat: no-repeat;
    width: 11px;
    height: 16px;
    background-size: 11px 32px;
    display: inline-block;
    overflow: hidden;
    margin-left: 13px;
    top: -1px; }
  .btn-default-alt-neg:hover {
    background: #6bcaba; }

.full-width {
  width: 100%; }

.no-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/* 	Load Breadcrumb Styles
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/* 	Breadcrumbs
/* ---------------------------------------------------------- */
.crumb-flex {
  display: block; }
  @media screen and (min-width: 62em) {
    .crumb-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .crumb-flex .breadcrumb {
    font-size: 12px;
    margin-bottom: -4px;
    padding: 20px 0 0px 20px;
    color: #97999b;
    position: relative; }
    @media screen and (max-width: 20em) {
      .crumb-flex .breadcrumb {
        display: none; } }
    @media screen and (min-width: 48em) {
      .crumb-flex .breadcrumb {
        padding: 20px 0 0px 36px;
        font-size: 13px; } }
    @media screen and (min-width: 62em) {
      .crumb-flex .breadcrumb {
        padding: 0; } }
    .crumb-flex .breadcrumb:before {
      display: none;
      content: '';
      width: 10px;
      height: 20px;
      position: absolute;
      background-image: url("src/media/svg/icon-home.svg");
      background-repeat: no-repeat; }
      @media screen and (min-width: 48em) {
        .crumb-flex .breadcrumb:before {
          display: block;
          top: 22px;
          left: 17px; } }
      @media screen and (min-width: 62em) {
        .crumb-flex .breadcrumb:before {
          left: -17px;
          top: 2px; } }
    .crumb-flex .breadcrumb a {
      color: #97999b; }
    .crumb-flex .breadcrumb span a:hover {
      text-decoration: underline;
      color: #00a3e0; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Form - Style Loader
/* ---------------------------------------------------------- */
.gform_wrapper .gfield_required {
  display: none !important; }

.gform_wrapper ul {
  list-style: none;
  margin: 0; }
  .gform_wrapper ul li {
    padding: 0; }
    .gform_wrapper ul li:before {
      content: "";
      width: 0;
      height: 0;
      background-image: none;
      background-repeat: no-repeat;
      background-size: 0 0;
      position: absolute;
      top: 0;
      left: 0; }

.gform_wrapper .gsection {
  border-bottom: 1px solid #d9d9d9; }

.gform_wrapper input[type="text"],
.gform_wrapper textarea {
  -webkit-box-shadow: inset 2px 2px 0 #e2e2e2;
  box-shadow: inset 2px 2px 0 #e2e2e2;
  border: 1px solid #B1B3B3;
  padding-left: 12px !important;
  background-color: #f7f7f7;
  color: #292a2e; }

.gform_wrapper input[type="text"] {
  height: 40px; }

.gform_wrapper input[type="checkbox"] {
  height: auto;
  vertical-align: top; }

.gform_wrapper textarea {
  height: 180px; }

.gform_wrapper .address_line_1 {
  display: block;
  margin-bottom: 15px; }

.gform_wrapper label {
  font-size: 14px !important;
  line-height: 20px !important;
  color: #53565a;
  padding-bottom: 10px;
  padding-top: 2px; }

.gform_wrapper label.gfield_label {
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 24px !important;
  padding-bottom: 0;
  color: #292a2e;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  @media screen and (max-width: 47.9375em) {
    .gform_wrapper label.gfield_label {
      font-size: 16px !important;
      line-height: 22px !important; } }

.gform_wrapper .field_sublabel_below input[type="text"] {
  margin-bottom: 3px; }

.gform_wrapper .gfield_radio li label {
  margin: 0px 0 0 5px !important; }

.gform_wrapper .gfield_checkbox li label {
  margin: 0px 0 0 5px !important; }

.gform_wrapper h3 {
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #00a3e0; }

.gform_wrapper #service-center-select, .gform_wrapper .ginput_container_select select, .gform_wrapper .select2 {
  border: 1px solid #b1b3b3;
  margin-bottom: 30px;
  -webkit-box-shadow: 3px 3px 0 rgba(41, 42, 46, 0.1);
  box-shadow: 3px 3px 0 rgba(41, 42, 46, 0.1);
  height: 40px; }
  @media screen and (max-width: 47.9375em) {
    .gform_wrapper #service-center-select, .gform_wrapper .ginput_container_select select, .gform_wrapper .select2 {
      width: 100%; } }

.gform_wrapper .select2-container--default .select2-selection--single {
  border: none; }

.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #53565a;
  line-height: 39px;
  height: 40px;
  padding-left: 15px; }

.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 4px;
  right: 7px;
  width: 20px; }

.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #afafaf transparent transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: 0;
  position: absolute;
  top: 50%;
  width: 0; }

.gform_wrapper .percentbar_blue {
  background-color: #00a3e0 !important; }

.gform_wrapper .ginput_counter:not(:first-of-type) {
  display: none; }

.gform_wrapper li.remove-bottom-margin span {
  margin-bottom: 0; }

.gform_button,
.gform_wrapper input[type="button"] {
  margin-top: 15px;
  margin-bottom: 0 !important;
  width: auto;
  min-width: 138px;
  max-width: 210px;
  font-size: 12px !important;
  padding-left: 20px; }

body .gform_wrapper .gform_previous_button {
  background-position: 14px 7px !important;
  background-image: url("src/media/svg/icon-arrow-gray-input-rev.svg") !important;
  padding: 0 16px !important;
  float: left; }
  @media screen and (max-width: 47.9375em) {
    body .gform_wrapper .gform_previous_button {
      margin-right: 15px !important; } }

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
  font-weight: normal; }

.gform_wrapper ul {
  overflow: visible !important; }
  .gform_wrapper ul li:before {
    display: none !important; }
  .gform_wrapper ul li.inline-list-item {
    width: 50%;
    display: inline-block; }
    .gform_wrapper ul li.inline-list-item input {
      width: 100% !important; }
  .gform_wrapper ul li.inline-input ul li {
    width: auto;
    margin-right: 20px;
    display: inline-block; }
    .gform_wrapper ul li.inline-input ul li label {
      margin: -8px 0 0 5px; }
      @media only screen and (max-width: 641px) {
        .gform_wrapper ul li.inline-input ul li label {
          width: 65%; } }

.ginput_complex .select2 {
  margin-bottom: 3px;
  margin-top: 2px;
  width: 100% !important; }
  .ginput_complex .select2 .selection, .ginput_complex .select2 .select2-selection, .ginput_complex .select2 .select2-selection__rendered {
    width: 100% !important; }

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  overflow: visible !important; }

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 0px !important; }

[type="checkbox"], [type="file"], [type="radio"] {
  margin: 0 0 0rem; }

.text-justify {
  text-align: justify; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.font-three-quarters {
  font-size: .75rem; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Audio Player - Style Loader
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code.

/* ---------------------------------------------------------- */
/* 	Audio Player Styles
/* ---------------------------------------------------------- */
.playbutton {
  display: block;
  width: 35px;
  min-width: 35px; }
  .playbutton:focus {
    outline: none; }
    .playbutton:focus .stroke {
      fill: #00a3e0; }
  .playbutton:active .shadow {
    fill: #fff; }
  .playbutton .stroke {
    -webkit-transition: fill .3s ease-out;
    -o-transition: fill .3s ease-out;
    transition: fill .3s ease-out; }
  .playbutton:hover .stroke {
    fill: #00a3e0;
    -webkit-transition: fill .3s ease-in;
    -o-transition: fill .3s ease-in;
    transition: fill .3s ease-in; }
  .playbutton.play .playBtn {
    display: block; }
  .playbutton.play .stopBtn {
    display: none; }
  .playbutton.pause .playBtn {
    display: none; }
  .playbutton.pause .stopBtn {
    display: block; }

.playBtn {
  fill: #00a3e0; }

.stopBtn {
  fill: #00a3e0; }

.stroke {
  fill: #c8c8c8; }

.background {
  fill: #fff; }

.shadow {
  fill: #e0e0e0; }

.timeline {
  display: none; }

.playhead {
  display: none; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/* 	Load Video Styles
/* ---------------------------------------------------------- */
.responsive-embed {
  position: relative;
  height: 0;
  overflow: hidden;
  width: 100%; }
  .responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.responsive-16x9 {
    padding-bottom: 56.25%; }

/* ---------------------------------------------------------- */
/*  	Layout Components - Style Loader
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Header - Style Loader
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code.

/* ---------------------------------------------------------- */
/* 	Header Styles
/* ---------------------------------------------------------- */
@media screen and (max-width: 61.9375em) {
  .header-basic .navigation-primary {
    padding-bottom: 0; } }

@media screen and (max-width: 47.9375em) {
  .header-basic .navigation-primary {
    display: block;
    height: 70px; } }

.header-basic .navigation-primary .-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%; }
  .header-basic .navigation-primary .-container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/* 	Page Header 
/* ---------------------------------------------------------- */
@media screen and (max-width: 61.9375em) {
  #hero-image .row, #homeSlider .row {
    padding: 0; } }

#hero-image .hero-wrapper, #homeSlider .hero-wrapper {
  display: block;
  width: 100%; }
  @media screen and (max-width: 61.9375em) {
    #hero-image .hero-wrapper, #homeSlider .hero-wrapper {
      padding: 0; } }

#hero-image .holder, #homeSlider .holder {
  position: relative; }
  @media screen and (max-width: 47.9375em) {
    #hero-image .holder img, #homeSlider .holder img {
      height: auto;
      width: 100%; } }
  #hero-image .holder .holder-header, #homeSlider .holder .holder-header {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: bottom left;
    overflow: hidden; }
    @media screen and (min-width: 75em) {
      #hero-image .holder .holder-header, #homeSlider .holder .holder-header {
        width: 470px; } }
    @media screen and (min-width: 62em) and (max-width: 74.9375em) {
      #hero-image .holder .holder-header, #homeSlider .holder .holder-header {
        width: 383px; } }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      #hero-image .holder .holder-header, #homeSlider .holder .holder-header {
        width: 100%; } }
    #hero-image .holder .holder-header:before, #homeSlider .holder .holder-header:before {
      content: '';
      mix-blend-mode: multiply;
      background-color: #EEB31F;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 10; }
    #hero-image .holder .holder-header h1, #hero-image .holder .holder-header h2, #homeSlider .holder .holder-header h1, #homeSlider .holder .holder-header h2 {
      color: #fff;
      margin: 0;
      font-size: 36px;
      line-height: 40px;
      padding: 28px 40px 20px 40px;
      position: relative;
      isolation: isolate;
      z-index: 10; }
      @media screen and (max-width: 47.9375em) {
        #hero-image .holder .holder-header h1, #hero-image .holder .holder-header h2, #homeSlider .holder .holder-header h1, #homeSlider .holder .holder-header h2 {
          font-size: 22px;
          line-height: 26px;
          padding: 35px 20px 20px 20px; } }
      @media screen and (min-width: 48em) and (max-width: 61.9375em) {
        #hero-image .holder .holder-header h1, #hero-image .holder .holder-header h2, #homeSlider .holder .holder-header h1, #homeSlider .holder .holder-header h2 {
          padding: 35px 30px 20px 30px; } }
    #hero-image .holder .holder-header p, #homeSlider .holder .holder-header p {
      color: #fff;
      margin: -15px 0 0;
      font-size: 18px;
      line-height: 1;
      padding: 0 40px 22px 40px;
      position: relative;
      isolation: isolate;
      z-index: 10; }
      @media screen and (max-width: 47.9375em) {
        #hero-image .holder .holder-header p, #homeSlider .holder .holder-header p {
          line-height: 1;
          padding: 0px 20px 10px 20px; } }
      @media screen and (min-width: 48em) and (max-width: 61.9375em) {
        #hero-image .holder .holder-header p, #homeSlider .holder .holder-header p {
          padding: 0px 30px 10px 30px; } }

.page-template-contact-ccli #hero-image .hero-wrapper, .page-template-contact-ccli #homeSlider .hero-wrapper,
.page-template-about-copyright-sub #hero-image .hero-wrapper,
.page-template-about-copyright-sub #homeSlider .hero-wrapper,
.post-type-archive-ccli-careers #hero-image .hero-wrapper,
.post-type-archive-ccli-careers #homeSlider .hero-wrapper,
.single-ccli-careers #hero-image .hero-wrapper,
.single-ccli-careers #homeSlider .hero-wrapper,
.post-type-archive-ccli-news #hero-image .hero-wrapper,
.post-type-archive-ccli-news #homeSlider .hero-wrapper,
.single-ccli-news #hero-image .hero-wrapper,
.single-ccli-news #homeSlider .hero-wrapper,
.post-type-archive-ccli-leadership #hero-image .hero-wrapper,
.post-type-archive-ccli-leadership #homeSlider .hero-wrapper,
.single-ccli-leadership #hero-image .hero-wrapper,
.single-ccli-leadership #homeSlider .hero-wrapper,
.post-type-archive-ccli-faqs #hero-image .hero-wrapper,
.post-type-archive-ccli-faqs #homeSlider .hero-wrapper,
.tax-faq_topics #hero-image .hero-wrapper,
.tax-faq_topics #homeSlider .hero-wrapper,
.page-template-churches #hero-image .hero-wrapper,
.page-template-churches #homeSlider .hero-wrapper,
.page-template-church-partner-audience #hero-image .hero-wrapper,
.page-template-church-partner-audience #homeSlider .hero-wrapper,
.page-template-organizations-schools #hero-image .hero-wrapper,
.page-template-organizations-schools #homeSlider .hero-wrapper,
.page-template-about-copyright #hero-image .hero-wrapper,
.page-template-about-copyright #homeSlider .hero-wrapper,
.page-template-about-copyright-sub #hero-image .hero-wrapper,
.page-template-about-copyright-sub #homeSlider .hero-wrapper,
.page-template-history #hero-image .hero-wrapper,
.page-template-history #homeSlider .hero-wrapper,
.page-template-template-simple-sidebar #hero-image .hero-wrapper,
.page-template-template-simple-sidebar #homeSlider .hero-wrapper,
.page-template-default #hero-image .hero-wrapper,
.page-template-default #homeSlider .hero-wrapper,
.page-template-copyright-license #hero-image .hero-wrapper,
.page-template-copyright-license #homeSlider .hero-wrapper,
.page-template-church-video-license #hero-image .hero-wrapper,
.page-template-church-video-license #homeSlider .hero-wrapper,
.page-template-uk-church-video-licence #hero-image .hero-wrapper,
.page-template-uk-church-video-licence #homeSlider .hero-wrapper,
.page-template-news-events #hero-image .hero-wrapper,
.page-template-news-events #homeSlider .hero-wrapper,
.page-template-template-dfe-page #hero-image .hero-wrapper,
.page-template-template-dfe-page #homeSlider .hero-wrapper,
.page-template-home #hero-image .hero-wrapper,
.page-template-home #homeSlider .hero-wrapper,
.page-template-template-contact #hero-image .hero-wrapper,
.page-template-template-contact #homeSlider .hero-wrapper,
.page-template-page-contact-sidebar #hero-image .hero-wrapper,
.page-template-page-contact-sidebar #homeSlider .hero-wrapper,
.search #hero-image .hero-wrapper,
.search #homeSlider .hero-wrapper,
.error404 #hero-image .hero-wrapper,
.error404 #homeSlider .hero-wrapper,
.category #hero-image .hero-wrapper,
.category #homeSlider .hero-wrapper,
.single #hero-image .hero-wrapper,
.single #homeSlider .hero-wrapper,
.page-template-support #hero-image .hero-wrapper,
.page-template-support #homeSlider .hero-wrapper,
.page-template #hero-image .hero-wrapper,
.page-template #homeSlider .hero-wrapper {
  width: 100%; }

.page-template-contact-ccli #hero-image .holder.no-thumb, .page-template-contact-ccli #homeSlider .holder.no-thumb,
.page-template-about-copyright-sub #hero-image .holder.no-thumb,
.page-template-about-copyright-sub #homeSlider .holder.no-thumb,
.post-type-archive-ccli-careers #hero-image .holder.no-thumb,
.post-type-archive-ccli-careers #homeSlider .holder.no-thumb,
.single-ccli-careers #hero-image .holder.no-thumb,
.single-ccli-careers #homeSlider .holder.no-thumb,
.post-type-archive-ccli-news #hero-image .holder.no-thumb,
.post-type-archive-ccli-news #homeSlider .holder.no-thumb,
.single-ccli-news #hero-image .holder.no-thumb,
.single-ccli-news #homeSlider .holder.no-thumb,
.post-type-archive-ccli-leadership #hero-image .holder.no-thumb,
.post-type-archive-ccli-leadership #homeSlider .holder.no-thumb,
.single-ccli-leadership #hero-image .holder.no-thumb,
.single-ccli-leadership #homeSlider .holder.no-thumb,
.post-type-archive-ccli-faqs #hero-image .holder.no-thumb,
.post-type-archive-ccli-faqs #homeSlider .holder.no-thumb,
.tax-faq_topics #hero-image .holder.no-thumb,
.tax-faq_topics #homeSlider .holder.no-thumb,
.page-template-churches #hero-image .holder.no-thumb,
.page-template-churches #homeSlider .holder.no-thumb,
.page-template-church-partner-audience #hero-image .holder.no-thumb,
.page-template-church-partner-audience #homeSlider .holder.no-thumb,
.page-template-organizations-schools #hero-image .holder.no-thumb,
.page-template-organizations-schools #homeSlider .holder.no-thumb,
.page-template-about-copyright #hero-image .holder.no-thumb,
.page-template-about-copyright #homeSlider .holder.no-thumb,
.page-template-about-copyright-sub #hero-image .holder.no-thumb,
.page-template-about-copyright-sub #homeSlider .holder.no-thumb,
.page-template-history #hero-image .holder.no-thumb,
.page-template-history #homeSlider .holder.no-thumb,
.page-template-template-simple-sidebar #hero-image .holder.no-thumb,
.page-template-template-simple-sidebar #homeSlider .holder.no-thumb,
.page-template-default #hero-image .holder.no-thumb,
.page-template-default #homeSlider .holder.no-thumb,
.page-template-copyright-license #hero-image .holder.no-thumb,
.page-template-copyright-license #homeSlider .holder.no-thumb,
.page-template-church-video-license #hero-image .holder.no-thumb,
.page-template-church-video-license #homeSlider .holder.no-thumb,
.page-template-uk-church-video-licence #hero-image .holder.no-thumb,
.page-template-uk-church-video-licence #homeSlider .holder.no-thumb,
.page-template-news-events #hero-image .holder.no-thumb,
.page-template-news-events #homeSlider .holder.no-thumb,
.page-template-template-dfe-page #hero-image .holder.no-thumb,
.page-template-template-dfe-page #homeSlider .holder.no-thumb,
.page-template-home #hero-image .holder.no-thumb,
.page-template-home #homeSlider .holder.no-thumb,
.page-template-template-contact #hero-image .holder.no-thumb,
.page-template-template-contact #homeSlider .holder.no-thumb,
.page-template-page-contact-sidebar #hero-image .holder.no-thumb,
.page-template-page-contact-sidebar #homeSlider .holder.no-thumb,
.search #hero-image .holder.no-thumb,
.search #homeSlider .holder.no-thumb,
.error404 #hero-image .holder.no-thumb,
.error404 #homeSlider .holder.no-thumb,
.category #hero-image .holder.no-thumb,
.category #homeSlider .holder.no-thumb,
.single #hero-image .holder.no-thumb,
.single #homeSlider .holder.no-thumb,
.page-template-support #hero-image .holder.no-thumb,
.page-template-support #homeSlider .holder.no-thumb,
.page-template #hero-image .holder.no-thumb,
.page-template #homeSlider .holder.no-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 47.9375em) {
    .page-template-contact-ccli #hero-image .holder.no-thumb, .page-template-contact-ccli #homeSlider .holder.no-thumb,
    .page-template-about-copyright-sub #hero-image .holder.no-thumb,
    .page-template-about-copyright-sub #homeSlider .holder.no-thumb,
    .post-type-archive-ccli-careers #hero-image .holder.no-thumb,
    .post-type-archive-ccli-careers #homeSlider .holder.no-thumb,
    .single-ccli-careers #hero-image .holder.no-thumb,
    .single-ccli-careers #homeSlider .holder.no-thumb,
    .post-type-archive-ccli-news #hero-image .holder.no-thumb,
    .post-type-archive-ccli-news #homeSlider .holder.no-thumb,
    .single-ccli-news #hero-image .holder.no-thumb,
    .single-ccli-news #homeSlider .holder.no-thumb,
    .post-type-archive-ccli-leadership #hero-image .holder.no-thumb,
    .post-type-archive-ccli-leadership #homeSlider .holder.no-thumb,
    .single-ccli-leadership #hero-image .holder.no-thumb,
    .single-ccli-leadership #homeSlider .holder.no-thumb,
    .post-type-archive-ccli-faqs #hero-image .holder.no-thumb,
    .post-type-archive-ccli-faqs #homeSlider .holder.no-thumb,
    .tax-faq_topics #hero-image .holder.no-thumb,
    .tax-faq_topics #homeSlider .holder.no-thumb,
    .page-template-churches #hero-image .holder.no-thumb,
    .page-template-churches #homeSlider .holder.no-thumb,
    .page-template-church-partner-audience #hero-image .holder.no-thumb,
    .page-template-church-partner-audience #homeSlider .holder.no-thumb,
    .page-template-organizations-schools #hero-image .holder.no-thumb,
    .page-template-organizations-schools #homeSlider .holder.no-thumb,
    .page-template-about-copyright #hero-image .holder.no-thumb,
    .page-template-about-copyright #homeSlider .holder.no-thumb,
    .page-template-about-copyright-sub #hero-image .holder.no-thumb,
    .page-template-about-copyright-sub #homeSlider .holder.no-thumb,
    .page-template-history #hero-image .holder.no-thumb,
    .page-template-history #homeSlider .holder.no-thumb,
    .page-template-template-simple-sidebar #hero-image .holder.no-thumb,
    .page-template-template-simple-sidebar #homeSlider .holder.no-thumb,
    .page-template-default #hero-image .holder.no-thumb,
    .page-template-default #homeSlider .holder.no-thumb,
    .page-template-copyright-license #hero-image .holder.no-thumb,
    .page-template-copyright-license #homeSlider .holder.no-thumb,
    .page-template-church-video-license #hero-image .holder.no-thumb,
    .page-template-church-video-license #homeSlider .holder.no-thumb,
    .page-template-uk-church-video-licence #hero-image .holder.no-thumb,
    .page-template-uk-church-video-licence #homeSlider .holder.no-thumb,
    .page-template-news-events #hero-image .holder.no-thumb,
    .page-template-news-events #homeSlider .holder.no-thumb,
    .page-template-template-dfe-page #hero-image .holder.no-thumb,
    .page-template-template-dfe-page #homeSlider .holder.no-thumb,
    .page-template-home #hero-image .holder.no-thumb,
    .page-template-home #homeSlider .holder.no-thumb,
    .page-template-template-contact #hero-image .holder.no-thumb,
    .page-template-template-contact #homeSlider .holder.no-thumb,
    .page-template-page-contact-sidebar #hero-image .holder.no-thumb,
    .page-template-page-contact-sidebar #homeSlider .holder.no-thumb,
    .search #hero-image .holder.no-thumb,
    .search #homeSlider .holder.no-thumb,
    .error404 #hero-image .holder.no-thumb,
    .error404 #homeSlider .holder.no-thumb,
    .category #hero-image .holder.no-thumb,
    .category #homeSlider .holder.no-thumb,
    .single #hero-image .holder.no-thumb,
    .single #homeSlider .holder.no-thumb,
    .page-template-support #hero-image .holder.no-thumb,
    .page-template-support #homeSlider .holder.no-thumb,
    .page-template #hero-image .holder.no-thumb,
    .page-template #homeSlider .holder.no-thumb {
      display: block; } }

.page-template-contact-ccli #hero-image .holder-header, .page-template-contact-ccli #homeSlider .holder-header,
.page-template-about-copyright-sub #hero-image .holder-header,
.page-template-about-copyright-sub #homeSlider .holder-header,
.post-type-archive-ccli-careers #hero-image .holder-header,
.post-type-archive-ccli-careers #homeSlider .holder-header,
.single-ccli-careers #hero-image .holder-header,
.single-ccli-careers #homeSlider .holder-header,
.post-type-archive-ccli-news #hero-image .holder-header,
.post-type-archive-ccli-news #homeSlider .holder-header,
.single-ccli-news #hero-image .holder-header,
.single-ccli-news #homeSlider .holder-header,
.post-type-archive-ccli-leadership #hero-image .holder-header,
.post-type-archive-ccli-leadership #homeSlider .holder-header,
.single-ccli-leadership #hero-image .holder-header,
.single-ccli-leadership #homeSlider .holder-header,
.post-type-archive-ccli-faqs #hero-image .holder-header,
.post-type-archive-ccli-faqs #homeSlider .holder-header,
.tax-faq_topics #hero-image .holder-header,
.tax-faq_topics #homeSlider .holder-header,
.page-template-churches #hero-image .holder-header,
.page-template-churches #homeSlider .holder-header,
.page-template-church-partner-audience #hero-image .holder-header,
.page-template-church-partner-audience #homeSlider .holder-header,
.page-template-organizations-schools #hero-image .holder-header,
.page-template-organizations-schools #homeSlider .holder-header,
.page-template-about-copyright #hero-image .holder-header,
.page-template-about-copyright #homeSlider .holder-header,
.page-template-about-copyright-sub #hero-image .holder-header,
.page-template-about-copyright-sub #homeSlider .holder-header,
.page-template-history #hero-image .holder-header,
.page-template-history #homeSlider .holder-header,
.page-template-template-simple-sidebar #hero-image .holder-header,
.page-template-template-simple-sidebar #homeSlider .holder-header,
.page-template-default #hero-image .holder-header,
.page-template-default #homeSlider .holder-header,
.page-template-copyright-license #hero-image .holder-header,
.page-template-copyright-license #homeSlider .holder-header,
.page-template-church-video-license #hero-image .holder-header,
.page-template-church-video-license #homeSlider .holder-header,
.page-template-uk-church-video-licence #hero-image .holder-header,
.page-template-uk-church-video-licence #homeSlider .holder-header,
.page-template-news-events #hero-image .holder-header,
.page-template-news-events #homeSlider .holder-header,
.page-template-template-dfe-page #hero-image .holder-header,
.page-template-template-dfe-page #homeSlider .holder-header,
.page-template-home #hero-image .holder-header,
.page-template-home #homeSlider .holder-header,
.page-template-template-contact #hero-image .holder-header,
.page-template-template-contact #homeSlider .holder-header,
.page-template-page-contact-sidebar #hero-image .holder-header,
.page-template-page-contact-sidebar #homeSlider .holder-header,
.search #hero-image .holder-header,
.search #homeSlider .holder-header,
.error404 #hero-image .holder-header,
.error404 #homeSlider .holder-header,
.category #hero-image .holder-header,
.category #homeSlider .holder-header,
.single #hero-image .holder-header,
.single #homeSlider .holder-header,
.page-template-support #hero-image .holder-header,
.page-template-support #homeSlider .holder-header,
.page-template #hero-image .holder-header,
.page-template #homeSlider .holder-header {
  position: absolute;
  bottom: 0;
  width: 670px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: bottom left;
  overflow: hidden; }
  @media screen and (max-width: 47.9375em) {
    .page-template-contact-ccli #hero-image .holder-header, .page-template-contact-ccli #homeSlider .holder-header,
    .page-template-about-copyright-sub #hero-image .holder-header,
    .page-template-about-copyright-sub #homeSlider .holder-header,
    .post-type-archive-ccli-careers #hero-image .holder-header,
    .post-type-archive-ccli-careers #homeSlider .holder-header,
    .single-ccli-careers #hero-image .holder-header,
    .single-ccli-careers #homeSlider .holder-header,
    .post-type-archive-ccli-news #hero-image .holder-header,
    .post-type-archive-ccli-news #homeSlider .holder-header,
    .single-ccli-news #hero-image .holder-header,
    .single-ccli-news #homeSlider .holder-header,
    .post-type-archive-ccli-leadership #hero-image .holder-header,
    .post-type-archive-ccli-leadership #homeSlider .holder-header,
    .single-ccli-leadership #hero-image .holder-header,
    .single-ccli-leadership #homeSlider .holder-header,
    .post-type-archive-ccli-faqs #hero-image .holder-header,
    .post-type-archive-ccli-faqs #homeSlider .holder-header,
    .tax-faq_topics #hero-image .holder-header,
    .tax-faq_topics #homeSlider .holder-header,
    .page-template-churches #hero-image .holder-header,
    .page-template-churches #homeSlider .holder-header,
    .page-template-church-partner-audience #hero-image .holder-header,
    .page-template-church-partner-audience #homeSlider .holder-header,
    .page-template-organizations-schools #hero-image .holder-header,
    .page-template-organizations-schools #homeSlider .holder-header,
    .page-template-about-copyright #hero-image .holder-header,
    .page-template-about-copyright #homeSlider .holder-header,
    .page-template-about-copyright-sub #hero-image .holder-header,
    .page-template-about-copyright-sub #homeSlider .holder-header,
    .page-template-history #hero-image .holder-header,
    .page-template-history #homeSlider .holder-header,
    .page-template-template-simple-sidebar #hero-image .holder-header,
    .page-template-template-simple-sidebar #homeSlider .holder-header,
    .page-template-default #hero-image .holder-header,
    .page-template-default #homeSlider .holder-header,
    .page-template-copyright-license #hero-image .holder-header,
    .page-template-copyright-license #homeSlider .holder-header,
    .page-template-church-video-license #hero-image .holder-header,
    .page-template-church-video-license #homeSlider .holder-header,
    .page-template-uk-church-video-licence #hero-image .holder-header,
    .page-template-uk-church-video-licence #homeSlider .holder-header,
    .page-template-news-events #hero-image .holder-header,
    .page-template-news-events #homeSlider .holder-header,
    .page-template-template-dfe-page #hero-image .holder-header,
    .page-template-template-dfe-page #homeSlider .holder-header,
    .page-template-home #hero-image .holder-header,
    .page-template-home #homeSlider .holder-header,
    .page-template-template-contact #hero-image .holder-header,
    .page-template-template-contact #homeSlider .holder-header,
    .page-template-page-contact-sidebar #hero-image .holder-header,
    .page-template-page-contact-sidebar #homeSlider .holder-header,
    .search #hero-image .holder-header,
    .search #homeSlider .holder-header,
    .error404 #hero-image .holder-header,
    .error404 #homeSlider .holder-header,
    .category #hero-image .holder-header,
    .category #homeSlider .holder-header,
    .single #hero-image .holder-header,
    .single #homeSlider .holder-header,
    .page-template-support #hero-image .holder-header,
    .page-template-support #homeSlider .holder-header,
    .page-template #hero-image .holder-header,
    .page-template #homeSlider .holder-header {
      width: 100%; } }
  .page-template-contact-ccli #hero-image .holder-header.no-thumb, .page-template-contact-ccli #homeSlider .holder-header.no-thumb,
  .page-template-about-copyright-sub #hero-image .holder-header.no-thumb,
  .page-template-about-copyright-sub #homeSlider .holder-header.no-thumb,
  .post-type-archive-ccli-careers #hero-image .holder-header.no-thumb,
  .post-type-archive-ccli-careers #homeSlider .holder-header.no-thumb,
  .single-ccli-careers #hero-image .holder-header.no-thumb,
  .single-ccli-careers #homeSlider .holder-header.no-thumb,
  .post-type-archive-ccli-news #hero-image .holder-header.no-thumb,
  .post-type-archive-ccli-news #homeSlider .holder-header.no-thumb,
  .single-ccli-news #hero-image .holder-header.no-thumb,
  .single-ccli-news #homeSlider .holder-header.no-thumb,
  .post-type-archive-ccli-leadership #hero-image .holder-header.no-thumb,
  .post-type-archive-ccli-leadership #homeSlider .holder-header.no-thumb,
  .single-ccli-leadership #hero-image .holder-header.no-thumb,
  .single-ccli-leadership #homeSlider .holder-header.no-thumb,
  .post-type-archive-ccli-faqs #hero-image .holder-header.no-thumb,
  .post-type-archive-ccli-faqs #homeSlider .holder-header.no-thumb,
  .tax-faq_topics #hero-image .holder-header.no-thumb,
  .tax-faq_topics #homeSlider .holder-header.no-thumb,
  .page-template-churches #hero-image .holder-header.no-thumb,
  .page-template-churches #homeSlider .holder-header.no-thumb,
  .page-template-church-partner-audience #hero-image .holder-header.no-thumb,
  .page-template-church-partner-audience #homeSlider .holder-header.no-thumb,
  .page-template-organizations-schools #hero-image .holder-header.no-thumb,
  .page-template-organizations-schools #homeSlider .holder-header.no-thumb,
  .page-template-about-copyright #hero-image .holder-header.no-thumb,
  .page-template-about-copyright #homeSlider .holder-header.no-thumb,
  .page-template-about-copyright-sub #hero-image .holder-header.no-thumb,
  .page-template-about-copyright-sub #homeSlider .holder-header.no-thumb,
  .page-template-history #hero-image .holder-header.no-thumb,
  .page-template-history #homeSlider .holder-header.no-thumb,
  .page-template-template-simple-sidebar #hero-image .holder-header.no-thumb,
  .page-template-template-simple-sidebar #homeSlider .holder-header.no-thumb,
  .page-template-default #hero-image .holder-header.no-thumb,
  .page-template-default #homeSlider .holder-header.no-thumb,
  .page-template-copyright-license #hero-image .holder-header.no-thumb,
  .page-template-copyright-license #homeSlider .holder-header.no-thumb,
  .page-template-church-video-license #hero-image .holder-header.no-thumb,
  .page-template-church-video-license #homeSlider .holder-header.no-thumb,
  .page-template-uk-church-video-licence #hero-image .holder-header.no-thumb,
  .page-template-uk-church-video-licence #homeSlider .holder-header.no-thumb,
  .page-template-news-events #hero-image .holder-header.no-thumb,
  .page-template-news-events #homeSlider .holder-header.no-thumb,
  .page-template-template-dfe-page #hero-image .holder-header.no-thumb,
  .page-template-template-dfe-page #homeSlider .holder-header.no-thumb,
  .page-template-home #hero-image .holder-header.no-thumb,
  .page-template-home #homeSlider .holder-header.no-thumb,
  .page-template-template-contact #hero-image .holder-header.no-thumb,
  .page-template-template-contact #homeSlider .holder-header.no-thumb,
  .page-template-page-contact-sidebar #hero-image .holder-header.no-thumb,
  .page-template-page-contact-sidebar #homeSlider .holder-header.no-thumb,
  .search #hero-image .holder-header.no-thumb,
  .search #homeSlider .holder-header.no-thumb,
  .error404 #hero-image .holder-header.no-thumb,
  .error404 #homeSlider .holder-header.no-thumb,
  .category #hero-image .holder-header.no-thumb,
  .category #homeSlider .holder-header.no-thumb,
  .single #hero-image .holder-header.no-thumb,
  .single #homeSlider .holder-header.no-thumb,
  .page-template-support #hero-image .holder-header.no-thumb,
  .page-template-support #homeSlider .holder-header.no-thumb,
  .page-template #hero-image .holder-header.no-thumb,
  .page-template #homeSlider .holder-header.no-thumb {
    position: relative;
    bottom: auto;
    background: #D76327;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 140px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media screen and (min-width: 75em) {
      .page-template-contact-ccli #hero-image .holder-header.no-thumb, .page-template-contact-ccli #homeSlider .holder-header.no-thumb,
      .page-template-about-copyright-sub #hero-image .holder-header.no-thumb,
      .page-template-about-copyright-sub #homeSlider .holder-header.no-thumb,
      .post-type-archive-ccli-careers #hero-image .holder-header.no-thumb,
      .post-type-archive-ccli-careers #homeSlider .holder-header.no-thumb,
      .single-ccli-careers #hero-image .holder-header.no-thumb,
      .single-ccli-careers #homeSlider .holder-header.no-thumb,
      .post-type-archive-ccli-news #hero-image .holder-header.no-thumb,
      .post-type-archive-ccli-news #homeSlider .holder-header.no-thumb,
      .single-ccli-news #hero-image .holder-header.no-thumb,
      .single-ccli-news #homeSlider .holder-header.no-thumb,
      .post-type-archive-ccli-leadership #hero-image .holder-header.no-thumb,
      .post-type-archive-ccli-leadership #homeSlider .holder-header.no-thumb,
      .single-ccli-leadership #hero-image .holder-header.no-thumb,
      .single-ccli-leadership #homeSlider .holder-header.no-thumb,
      .post-type-archive-ccli-faqs #hero-image .holder-header.no-thumb,
      .post-type-archive-ccli-faqs #homeSlider .holder-header.no-thumb,
      .tax-faq_topics #hero-image .holder-header.no-thumb,
      .tax-faq_topics #homeSlider .holder-header.no-thumb,
      .page-template-churches #hero-image .holder-header.no-thumb,
      .page-template-churches #homeSlider .holder-header.no-thumb,
      .page-template-church-partner-audience #hero-image .holder-header.no-thumb,
      .page-template-church-partner-audience #homeSlider .holder-header.no-thumb,
      .page-template-organizations-schools #hero-image .holder-header.no-thumb,
      .page-template-organizations-schools #homeSlider .holder-header.no-thumb,
      .page-template-about-copyright #hero-image .holder-header.no-thumb,
      .page-template-about-copyright #homeSlider .holder-header.no-thumb,
      .page-template-about-copyright-sub #hero-image .holder-header.no-thumb,
      .page-template-about-copyright-sub #homeSlider .holder-header.no-thumb,
      .page-template-history #hero-image .holder-header.no-thumb,
      .page-template-history #homeSlider .holder-header.no-thumb,
      .page-template-template-simple-sidebar #hero-image .holder-header.no-thumb,
      .page-template-template-simple-sidebar #homeSlider .holder-header.no-thumb,
      .page-template-default #hero-image .holder-header.no-thumb,
      .page-template-default #homeSlider .holder-header.no-thumb,
      .page-template-copyright-license #hero-image .holder-header.no-thumb,
      .page-template-copyright-license #homeSlider .holder-header.no-thumb,
      .page-template-church-video-license #hero-image .holder-header.no-thumb,
      .page-template-church-video-license #homeSlider .holder-header.no-thumb,
      .page-template-uk-church-video-licence #hero-image .holder-header.no-thumb,
      .page-template-uk-church-video-licence #homeSlider .holder-header.no-thumb,
      .page-template-news-events #hero-image .holder-header.no-thumb,
      .page-template-news-events #homeSlider .holder-header.no-thumb,
      .page-template-template-dfe-page #hero-image .holder-header.no-thumb,
      .page-template-template-dfe-page #homeSlider .holder-header.no-thumb,
      .page-template-home #hero-image .holder-header.no-thumb,
      .page-template-home #homeSlider .holder-header.no-thumb,
      .page-template-template-contact #hero-image .holder-header.no-thumb,
      .page-template-template-contact #homeSlider .holder-header.no-thumb,
      .page-template-page-contact-sidebar #hero-image .holder-header.no-thumb,
      .page-template-page-contact-sidebar #homeSlider .holder-header.no-thumb,
      .search #hero-image .holder-header.no-thumb,
      .search #homeSlider .holder-header.no-thumb,
      .error404 #hero-image .holder-header.no-thumb,
      .error404 #homeSlider .holder-header.no-thumb,
      .category #hero-image .holder-header.no-thumb,
      .category #homeSlider .holder-header.no-thumb,
      .single #hero-image .holder-header.no-thumb,
      .single #homeSlider .holder-header.no-thumb,
      .page-template-support #hero-image .holder-header.no-thumb,
      .page-template-support #homeSlider .holder-header.no-thumb,
      .page-template #hero-image .holder-header.no-thumb,
      .page-template #homeSlider .holder-header.no-thumb {
        width: 670px; } }
    @media screen and (min-width: 62em) and (max-width: 74.9375em) {
      .page-template-contact-ccli #hero-image .holder-header.no-thumb, .page-template-contact-ccli #homeSlider .holder-header.no-thumb,
      .page-template-about-copyright-sub #hero-image .holder-header.no-thumb,
      .page-template-about-copyright-sub #homeSlider .holder-header.no-thumb,
      .post-type-archive-ccli-careers #hero-image .holder-header.no-thumb,
      .post-type-archive-ccli-careers #homeSlider .holder-header.no-thumb,
      .single-ccli-careers #hero-image .holder-header.no-thumb,
      .single-ccli-careers #homeSlider .holder-header.no-thumb,
      .post-type-archive-ccli-news #hero-image .holder-header.no-thumb,
      .post-type-archive-ccli-news #homeSlider .holder-header.no-thumb,
      .single-ccli-news #hero-image .holder-header.no-thumb,
      .single-ccli-news #homeSlider .holder-header.no-thumb,
      .post-type-archive-ccli-leadership #hero-image .holder-header.no-thumb,
      .post-type-archive-ccli-leadership #homeSlider .holder-header.no-thumb,
      .single-ccli-leadership #hero-image .holder-header.no-thumb,
      .single-ccli-leadership #homeSlider .holder-header.no-thumb,
      .post-type-archive-ccli-faqs #hero-image .holder-header.no-thumb,
      .post-type-archive-ccli-faqs #homeSlider .holder-header.no-thumb,
      .tax-faq_topics #hero-image .holder-header.no-thumb,
      .tax-faq_topics #homeSlider .holder-header.no-thumb,
      .page-template-churches #hero-image .holder-header.no-thumb,
      .page-template-churches #homeSlider .holder-header.no-thumb,
      .page-template-church-partner-audience #hero-image .holder-header.no-thumb,
      .page-template-church-partner-audience #homeSlider .holder-header.no-thumb,
      .page-template-organizations-schools #hero-image .holder-header.no-thumb,
      .page-template-organizations-schools #homeSlider .holder-header.no-thumb,
      .page-template-about-copyright #hero-image .holder-header.no-thumb,
      .page-template-about-copyright #homeSlider .holder-header.no-thumb,
      .page-template-about-copyright-sub #hero-image .holder-header.no-thumb,
      .page-template-about-copyright-sub #homeSlider .holder-header.no-thumb,
      .page-template-history #hero-image .holder-header.no-thumb,
      .page-template-history #homeSlider .holder-header.no-thumb,
      .page-template-template-simple-sidebar #hero-image .holder-header.no-thumb,
      .page-template-template-simple-sidebar #homeSlider .holder-header.no-thumb,
      .page-template-default #hero-image .holder-header.no-thumb,
      .page-template-default #homeSlider .holder-header.no-thumb,
      .page-template-copyright-license #hero-image .holder-header.no-thumb,
      .page-template-copyright-license #homeSlider .holder-header.no-thumb,
      .page-template-church-video-license #hero-image .holder-header.no-thumb,
      .page-template-church-video-license #homeSlider .holder-header.no-thumb,
      .page-template-uk-church-video-licence #hero-image .holder-header.no-thumb,
      .page-template-uk-church-video-licence #homeSlider .holder-header.no-thumb,
      .page-template-news-events #hero-image .holder-header.no-thumb,
      .page-template-news-events #homeSlider .holder-header.no-thumb,
      .page-template-template-dfe-page #hero-image .holder-header.no-thumb,
      .page-template-template-dfe-page #homeSlider .holder-header.no-thumb,
      .page-template-home #hero-image .holder-header.no-thumb,
      .page-template-home #homeSlider .holder-header.no-thumb,
      .page-template-template-contact #hero-image .holder-header.no-thumb,
      .page-template-template-contact #homeSlider .holder-header.no-thumb,
      .page-template-page-contact-sidebar #hero-image .holder-header.no-thumb,
      .page-template-page-contact-sidebar #homeSlider .holder-header.no-thumb,
      .search #hero-image .holder-header.no-thumb,
      .search #homeSlider .holder-header.no-thumb,
      .error404 #hero-image .holder-header.no-thumb,
      .error404 #homeSlider .holder-header.no-thumb,
      .category #hero-image .holder-header.no-thumb,
      .category #homeSlider .holder-header.no-thumb,
      .single #hero-image .holder-header.no-thumb,
      .single #homeSlider .holder-header.no-thumb,
      .page-template-support #hero-image .holder-header.no-thumb,
      .page-template-support #homeSlider .holder-header.no-thumb,
      .page-template #hero-image .holder-header.no-thumb,
      .page-template #homeSlider .holder-header.no-thumb {
        width: 550px; } }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      .page-template-contact-ccli #hero-image .holder-header.no-thumb, .page-template-contact-ccli #homeSlider .holder-header.no-thumb,
      .page-template-about-copyright-sub #hero-image .holder-header.no-thumb,
      .page-template-about-copyright-sub #homeSlider .holder-header.no-thumb,
      .post-type-archive-ccli-careers #hero-image .holder-header.no-thumb,
      .post-type-archive-ccli-careers #homeSlider .holder-header.no-thumb,
      .single-ccli-careers #hero-image .holder-header.no-thumb,
      .single-ccli-careers #homeSlider .holder-header.no-thumb,
      .post-type-archive-ccli-news #hero-image .holder-header.no-thumb,
      .post-type-archive-ccli-news #homeSlider .holder-header.no-thumb,
      .single-ccli-news #hero-image .holder-header.no-thumb,
      .single-ccli-news #homeSlider .holder-header.no-thumb,
      .post-type-archive-ccli-leadership #hero-image .holder-header.no-thumb,
      .post-type-archive-ccli-leadership #homeSlider .holder-header.no-thumb,
      .single-ccli-leadership #hero-image .holder-header.no-thumb,
      .single-ccli-leadership #homeSlider .holder-header.no-thumb,
      .post-type-archive-ccli-faqs #hero-image .holder-header.no-thumb,
      .post-type-archive-ccli-faqs #homeSlider .holder-header.no-thumb,
      .tax-faq_topics #hero-image .holder-header.no-thumb,
      .tax-faq_topics #homeSlider .holder-header.no-thumb,
      .page-template-churches #hero-image .holder-header.no-thumb,
      .page-template-churches #homeSlider .holder-header.no-thumb,
      .page-template-church-partner-audience #hero-image .holder-header.no-thumb,
      .page-template-church-partner-audience #homeSlider .holder-header.no-thumb,
      .page-template-organizations-schools #hero-image .holder-header.no-thumb,
      .page-template-organizations-schools #homeSlider .holder-header.no-thumb,
      .page-template-about-copyright #hero-image .holder-header.no-thumb,
      .page-template-about-copyright #homeSlider .holder-header.no-thumb,
      .page-template-about-copyright-sub #hero-image .holder-header.no-thumb,
      .page-template-about-copyright-sub #homeSlider .holder-header.no-thumb,
      .page-template-history #hero-image .holder-header.no-thumb,
      .page-template-history #homeSlider .holder-header.no-thumb,
      .page-template-template-simple-sidebar #hero-image .holder-header.no-thumb,
      .page-template-template-simple-sidebar #homeSlider .holder-header.no-thumb,
      .page-template-default #hero-image .holder-header.no-thumb,
      .page-template-default #homeSlider .holder-header.no-thumb,
      .page-template-copyright-license #hero-image .holder-header.no-thumb,
      .page-template-copyright-license #homeSlider .holder-header.no-thumb,
      .page-template-church-video-license #hero-image .holder-header.no-thumb,
      .page-template-church-video-license #homeSlider .holder-header.no-thumb,
      .page-template-uk-church-video-licence #hero-image .holder-header.no-thumb,
      .page-template-uk-church-video-licence #homeSlider .holder-header.no-thumb,
      .page-template-news-events #hero-image .holder-header.no-thumb,
      .page-template-news-events #homeSlider .holder-header.no-thumb,
      .page-template-template-dfe-page #hero-image .holder-header.no-thumb,
      .page-template-template-dfe-page #homeSlider .holder-header.no-thumb,
      .page-template-home #hero-image .holder-header.no-thumb,
      .page-template-home #homeSlider .holder-header.no-thumb,
      .page-template-template-contact #hero-image .holder-header.no-thumb,
      .page-template-template-contact #homeSlider .holder-header.no-thumb,
      .page-template-page-contact-sidebar #hero-image .holder-header.no-thumb,
      .page-template-page-contact-sidebar #homeSlider .holder-header.no-thumb,
      .search #hero-image .holder-header.no-thumb,
      .search #homeSlider .holder-header.no-thumb,
      .error404 #hero-image .holder-header.no-thumb,
      .error404 #homeSlider .holder-header.no-thumb,
      .category #hero-image .holder-header.no-thumb,
      .category #homeSlider .holder-header.no-thumb,
      .single #hero-image .holder-header.no-thumb,
      .single #homeSlider .holder-header.no-thumb,
      .page-template-support #hero-image .holder-header.no-thumb,
      .page-template-support #homeSlider .holder-header.no-thumb,
      .page-template #hero-image .holder-header.no-thumb,
      .page-template #homeSlider .holder-header.no-thumb {
        width: 448px; } }
    @media screen and (max-width: 47.9375em) {
      .page-template-contact-ccli #hero-image .holder-header.no-thumb, .page-template-contact-ccli #homeSlider .holder-header.no-thumb,
      .page-template-about-copyright-sub #hero-image .holder-header.no-thumb,
      .page-template-about-copyright-sub #homeSlider .holder-header.no-thumb,
      .post-type-archive-ccli-careers #hero-image .holder-header.no-thumb,
      .post-type-archive-ccli-careers #homeSlider .holder-header.no-thumb,
      .single-ccli-careers #hero-image .holder-header.no-thumb,
      .single-ccli-careers #homeSlider .holder-header.no-thumb,
      .post-type-archive-ccli-news #hero-image .holder-header.no-thumb,
      .post-type-archive-ccli-news #homeSlider .holder-header.no-thumb,
      .single-ccli-news #hero-image .holder-header.no-thumb,
      .single-ccli-news #homeSlider .holder-header.no-thumb,
      .post-type-archive-ccli-leadership #hero-image .holder-header.no-thumb,
      .post-type-archive-ccli-leadership #homeSlider .holder-header.no-thumb,
      .single-ccli-leadership #hero-image .holder-header.no-thumb,
      .single-ccli-leadership #homeSlider .holder-header.no-thumb,
      .post-type-archive-ccli-faqs #hero-image .holder-header.no-thumb,
      .post-type-archive-ccli-faqs #homeSlider .holder-header.no-thumb,
      .tax-faq_topics #hero-image .holder-header.no-thumb,
      .tax-faq_topics #homeSlider .holder-header.no-thumb,
      .page-template-churches #hero-image .holder-header.no-thumb,
      .page-template-churches #homeSlider .holder-header.no-thumb,
      .page-template-church-partner-audience #hero-image .holder-header.no-thumb,
      .page-template-church-partner-audience #homeSlider .holder-header.no-thumb,
      .page-template-organizations-schools #hero-image .holder-header.no-thumb,
      .page-template-organizations-schools #homeSlider .holder-header.no-thumb,
      .page-template-about-copyright #hero-image .holder-header.no-thumb,
      .page-template-about-copyright #homeSlider .holder-header.no-thumb,
      .page-template-about-copyright-sub #hero-image .holder-header.no-thumb,
      .page-template-about-copyright-sub #homeSlider .holder-header.no-thumb,
      .page-template-history #hero-image .holder-header.no-thumb,
      .page-template-history #homeSlider .holder-header.no-thumb,
      .page-template-template-simple-sidebar #hero-image .holder-header.no-thumb,
      .page-template-template-simple-sidebar #homeSlider .holder-header.no-thumb,
      .page-template-default #hero-image .holder-header.no-thumb,
      .page-template-default #homeSlider .holder-header.no-thumb,
      .page-template-copyright-license #hero-image .holder-header.no-thumb,
      .page-template-copyright-license #homeSlider .holder-header.no-thumb,
      .page-template-church-video-license #hero-image .holder-header.no-thumb,
      .page-template-church-video-license #homeSlider .holder-header.no-thumb,
      .page-template-uk-church-video-licence #hero-image .holder-header.no-thumb,
      .page-template-uk-church-video-licence #homeSlider .holder-header.no-thumb,
      .page-template-news-events #hero-image .holder-header.no-thumb,
      .page-template-news-events #homeSlider .holder-header.no-thumb,
      .page-template-template-dfe-page #hero-image .holder-header.no-thumb,
      .page-template-template-dfe-page #homeSlider .holder-header.no-thumb,
      .page-template-home #hero-image .holder-header.no-thumb,
      .page-template-home #homeSlider .holder-header.no-thumb,
      .page-template-template-contact #hero-image .holder-header.no-thumb,
      .page-template-template-contact #homeSlider .holder-header.no-thumb,
      .page-template-page-contact-sidebar #hero-image .holder-header.no-thumb,
      .page-template-page-contact-sidebar #homeSlider .holder-header.no-thumb,
      .search #hero-image .holder-header.no-thumb,
      .search #homeSlider .holder-header.no-thumb,
      .error404 #hero-image .holder-header.no-thumb,
      .error404 #homeSlider .holder-header.no-thumb,
      .category #hero-image .holder-header.no-thumb,
      .category #homeSlider .holder-header.no-thumb,
      .single #hero-image .holder-header.no-thumb,
      .single #homeSlider .holder-header.no-thumb,
      .page-template-support #hero-image .holder-header.no-thumb,
      .page-template-support #homeSlider .holder-header.no-thumb,
      .page-template #hero-image .holder-header.no-thumb,
      .page-template #homeSlider .holder-header.no-thumb {
        height: auto; } }

.page-template-contact-ccli #hero-image .header-bar, .page-template-contact-ccli #homeSlider .header-bar,
.page-template-about-copyright-sub #hero-image .header-bar,
.page-template-about-copyright-sub #homeSlider .header-bar,
.post-type-archive-ccli-careers #hero-image .header-bar,
.post-type-archive-ccli-careers #homeSlider .header-bar,
.single-ccli-careers #hero-image .header-bar,
.single-ccli-careers #homeSlider .header-bar,
.post-type-archive-ccli-news #hero-image .header-bar,
.post-type-archive-ccli-news #homeSlider .header-bar,
.single-ccli-news #hero-image .header-bar,
.single-ccli-news #homeSlider .header-bar,
.post-type-archive-ccli-leadership #hero-image .header-bar,
.post-type-archive-ccli-leadership #homeSlider .header-bar,
.single-ccli-leadership #hero-image .header-bar,
.single-ccli-leadership #homeSlider .header-bar,
.post-type-archive-ccli-faqs #hero-image .header-bar,
.post-type-archive-ccli-faqs #homeSlider .header-bar,
.tax-faq_topics #hero-image .header-bar,
.tax-faq_topics #homeSlider .header-bar,
.page-template-churches #hero-image .header-bar,
.page-template-churches #homeSlider .header-bar,
.page-template-church-partner-audience #hero-image .header-bar,
.page-template-church-partner-audience #homeSlider .header-bar,
.page-template-organizations-schools #hero-image .header-bar,
.page-template-organizations-schools #homeSlider .header-bar,
.page-template-about-copyright #hero-image .header-bar,
.page-template-about-copyright #homeSlider .header-bar,
.page-template-about-copyright-sub #hero-image .header-bar,
.page-template-about-copyright-sub #homeSlider .header-bar,
.page-template-history #hero-image .header-bar,
.page-template-history #homeSlider .header-bar,
.page-template-template-simple-sidebar #hero-image .header-bar,
.page-template-template-simple-sidebar #homeSlider .header-bar,
.page-template-default #hero-image .header-bar,
.page-template-default #homeSlider .header-bar,
.page-template-copyright-license #hero-image .header-bar,
.page-template-copyright-license #homeSlider .header-bar,
.page-template-church-video-license #hero-image .header-bar,
.page-template-church-video-license #homeSlider .header-bar,
.page-template-uk-church-video-licence #hero-image .header-bar,
.page-template-uk-church-video-licence #homeSlider .header-bar,
.page-template-news-events #hero-image .header-bar,
.page-template-news-events #homeSlider .header-bar,
.page-template-template-dfe-page #hero-image .header-bar,
.page-template-template-dfe-page #homeSlider .header-bar,
.page-template-home #hero-image .header-bar,
.page-template-home #homeSlider .header-bar,
.page-template-template-contact #hero-image .header-bar,
.page-template-template-contact #homeSlider .header-bar,
.page-template-page-contact-sidebar #hero-image .header-bar,
.page-template-page-contact-sidebar #homeSlider .header-bar,
.search #hero-image .header-bar,
.search #homeSlider .header-bar,
.error404 #hero-image .header-bar,
.error404 #homeSlider .header-bar,
.category #hero-image .header-bar,
.category #homeSlider .header-bar,
.single #hero-image .header-bar,
.single #homeSlider .header-bar,
.page-template-support #hero-image .header-bar,
.page-template-support #homeSlider .header-bar,
.page-template #hero-image .header-bar,
.page-template #homeSlider .header-bar {
  width: 500px;
  height: 140px;
  background: #EEB31F; }
  @media screen and (min-width: 62em) and (max-width: 74.9375em) {
    .page-template-contact-ccli #hero-image .header-bar, .page-template-contact-ccli #homeSlider .header-bar,
    .page-template-about-copyright-sub #hero-image .header-bar,
    .page-template-about-copyright-sub #homeSlider .header-bar,
    .post-type-archive-ccli-careers #hero-image .header-bar,
    .post-type-archive-ccli-careers #homeSlider .header-bar,
    .single-ccli-careers #hero-image .header-bar,
    .single-ccli-careers #homeSlider .header-bar,
    .post-type-archive-ccli-news #hero-image .header-bar,
    .post-type-archive-ccli-news #homeSlider .header-bar,
    .single-ccli-news #hero-image .header-bar,
    .single-ccli-news #homeSlider .header-bar,
    .post-type-archive-ccli-leadership #hero-image .header-bar,
    .post-type-archive-ccli-leadership #homeSlider .header-bar,
    .single-ccli-leadership #hero-image .header-bar,
    .single-ccli-leadership #homeSlider .header-bar,
    .post-type-archive-ccli-faqs #hero-image .header-bar,
    .post-type-archive-ccli-faqs #homeSlider .header-bar,
    .tax-faq_topics #hero-image .header-bar,
    .tax-faq_topics #homeSlider .header-bar,
    .page-template-churches #hero-image .header-bar,
    .page-template-churches #homeSlider .header-bar,
    .page-template-church-partner-audience #hero-image .header-bar,
    .page-template-church-partner-audience #homeSlider .header-bar,
    .page-template-organizations-schools #hero-image .header-bar,
    .page-template-organizations-schools #homeSlider .header-bar,
    .page-template-about-copyright #hero-image .header-bar,
    .page-template-about-copyright #homeSlider .header-bar,
    .page-template-about-copyright-sub #hero-image .header-bar,
    .page-template-about-copyright-sub #homeSlider .header-bar,
    .page-template-history #hero-image .header-bar,
    .page-template-history #homeSlider .header-bar,
    .page-template-template-simple-sidebar #hero-image .header-bar,
    .page-template-template-simple-sidebar #homeSlider .header-bar,
    .page-template-default #hero-image .header-bar,
    .page-template-default #homeSlider .header-bar,
    .page-template-copyright-license #hero-image .header-bar,
    .page-template-copyright-license #homeSlider .header-bar,
    .page-template-church-video-license #hero-image .header-bar,
    .page-template-church-video-license #homeSlider .header-bar,
    .page-template-uk-church-video-licence #hero-image .header-bar,
    .page-template-uk-church-video-licence #homeSlider .header-bar,
    .page-template-news-events #hero-image .header-bar,
    .page-template-news-events #homeSlider .header-bar,
    .page-template-template-dfe-page #hero-image .header-bar,
    .page-template-template-dfe-page #homeSlider .header-bar,
    .page-template-home #hero-image .header-bar,
    .page-template-home #homeSlider .header-bar,
    .page-template-template-contact #hero-image .header-bar,
    .page-template-template-contact #homeSlider .header-bar,
    .page-template-page-contact-sidebar #hero-image .header-bar,
    .page-template-page-contact-sidebar #homeSlider .header-bar,
    .search #hero-image .header-bar,
    .search #homeSlider .header-bar,
    .error404 #hero-image .header-bar,
    .error404 #homeSlider .header-bar,
    .category #hero-image .header-bar,
    .category #homeSlider .header-bar,
    .single #hero-image .header-bar,
    .single #homeSlider .header-bar,
    .page-template-support #hero-image .header-bar,
    .page-template-support #homeSlider .header-bar,
    .page-template #hero-image .header-bar,
    .page-template #homeSlider .header-bar {
      width: 412px; } }
  @media screen and (max-width: 61.9375em) {
    .page-template-contact-ccli #hero-image .header-bar, .page-template-contact-ccli #homeSlider .header-bar,
    .page-template-about-copyright-sub #hero-image .header-bar,
    .page-template-about-copyright-sub #homeSlider .header-bar,
    .post-type-archive-ccli-careers #hero-image .header-bar,
    .post-type-archive-ccli-careers #homeSlider .header-bar,
    .single-ccli-careers #hero-image .header-bar,
    .single-ccli-careers #homeSlider .header-bar,
    .post-type-archive-ccli-news #hero-image .header-bar,
    .post-type-archive-ccli-news #homeSlider .header-bar,
    .single-ccli-news #hero-image .header-bar,
    .single-ccli-news #homeSlider .header-bar,
    .post-type-archive-ccli-leadership #hero-image .header-bar,
    .post-type-archive-ccli-leadership #homeSlider .header-bar,
    .single-ccli-leadership #hero-image .header-bar,
    .single-ccli-leadership #homeSlider .header-bar,
    .post-type-archive-ccli-faqs #hero-image .header-bar,
    .post-type-archive-ccli-faqs #homeSlider .header-bar,
    .tax-faq_topics #hero-image .header-bar,
    .tax-faq_topics #homeSlider .header-bar,
    .page-template-churches #hero-image .header-bar,
    .page-template-churches #homeSlider .header-bar,
    .page-template-church-partner-audience #hero-image .header-bar,
    .page-template-church-partner-audience #homeSlider .header-bar,
    .page-template-organizations-schools #hero-image .header-bar,
    .page-template-organizations-schools #homeSlider .header-bar,
    .page-template-about-copyright #hero-image .header-bar,
    .page-template-about-copyright #homeSlider .header-bar,
    .page-template-about-copyright-sub #hero-image .header-bar,
    .page-template-about-copyright-sub #homeSlider .header-bar,
    .page-template-history #hero-image .header-bar,
    .page-template-history #homeSlider .header-bar,
    .page-template-template-simple-sidebar #hero-image .header-bar,
    .page-template-template-simple-sidebar #homeSlider .header-bar,
    .page-template-default #hero-image .header-bar,
    .page-template-default #homeSlider .header-bar,
    .page-template-copyright-license #hero-image .header-bar,
    .page-template-copyright-license #homeSlider .header-bar,
    .page-template-church-video-license #hero-image .header-bar,
    .page-template-church-video-license #homeSlider .header-bar,
    .page-template-uk-church-video-licence #hero-image .header-bar,
    .page-template-uk-church-video-licence #homeSlider .header-bar,
    .page-template-news-events #hero-image .header-bar,
    .page-template-news-events #homeSlider .header-bar,
    .page-template-template-dfe-page #hero-image .header-bar,
    .page-template-template-dfe-page #homeSlider .header-bar,
    .page-template-home #hero-image .header-bar,
    .page-template-home #homeSlider .header-bar,
    .page-template-template-contact #hero-image .header-bar,
    .page-template-template-contact #homeSlider .header-bar,
    .page-template-page-contact-sidebar #hero-image .header-bar,
    .page-template-page-contact-sidebar #homeSlider .header-bar,
    .search #hero-image .header-bar,
    .search #homeSlider .header-bar,
    .error404 #hero-image .header-bar,
    .error404 #homeSlider .header-bar,
    .category #hero-image .header-bar,
    .category #homeSlider .header-bar,
    .single #hero-image .header-bar,
    .single #homeSlider .header-bar,
    .page-template-support #hero-image .header-bar,
    .page-template-support #homeSlider .header-bar,
    .page-template #hero-image .header-bar,
    .page-template #homeSlider .header-bar {
      display: none; } }

.page-template-contact-ccli #hero-image .teal-bar, .page-template-contact-ccli #homeSlider .teal-bar,
.page-template-about-copyright-sub #hero-image .teal-bar,
.page-template-about-copyright-sub #homeSlider .teal-bar,
.post-type-archive-ccli-careers #hero-image .teal-bar,
.post-type-archive-ccli-careers #homeSlider .teal-bar,
.single-ccli-careers #hero-image .teal-bar,
.single-ccli-careers #homeSlider .teal-bar,
.post-type-archive-ccli-news #hero-image .teal-bar,
.post-type-archive-ccli-news #homeSlider .teal-bar,
.single-ccli-news #hero-image .teal-bar,
.single-ccli-news #homeSlider .teal-bar,
.post-type-archive-ccli-leadership #hero-image .teal-bar,
.post-type-archive-ccli-leadership #homeSlider .teal-bar,
.single-ccli-leadership #hero-image .teal-bar,
.single-ccli-leadership #homeSlider .teal-bar,
.post-type-archive-ccli-faqs #hero-image .teal-bar,
.post-type-archive-ccli-faqs #homeSlider .teal-bar,
.tax-faq_topics #hero-image .teal-bar,
.tax-faq_topics #homeSlider .teal-bar,
.page-template-churches #hero-image .teal-bar,
.page-template-churches #homeSlider .teal-bar,
.page-template-church-partner-audience #hero-image .teal-bar,
.page-template-church-partner-audience #homeSlider .teal-bar,
.page-template-organizations-schools #hero-image .teal-bar,
.page-template-organizations-schools #homeSlider .teal-bar,
.page-template-about-copyright #hero-image .teal-bar,
.page-template-about-copyright #homeSlider .teal-bar,
.page-template-about-copyright-sub #hero-image .teal-bar,
.page-template-about-copyright-sub #homeSlider .teal-bar,
.page-template-history #hero-image .teal-bar,
.page-template-history #homeSlider .teal-bar,
.page-template-template-simple-sidebar #hero-image .teal-bar,
.page-template-template-simple-sidebar #homeSlider .teal-bar,
.page-template-default #hero-image .teal-bar,
.page-template-default #homeSlider .teal-bar,
.page-template-copyright-license #hero-image .teal-bar,
.page-template-copyright-license #homeSlider .teal-bar,
.page-template-church-video-license #hero-image .teal-bar,
.page-template-church-video-license #homeSlider .teal-bar,
.page-template-uk-church-video-licence #hero-image .teal-bar,
.page-template-uk-church-video-licence #homeSlider .teal-bar,
.page-template-news-events #hero-image .teal-bar,
.page-template-news-events #homeSlider .teal-bar,
.page-template-template-dfe-page #hero-image .teal-bar,
.page-template-template-dfe-page #homeSlider .teal-bar,
.page-template-home #hero-image .teal-bar,
.page-template-home #homeSlider .teal-bar,
.page-template-template-contact #hero-image .teal-bar,
.page-template-template-contact #homeSlider .teal-bar,
.page-template-page-contact-sidebar #hero-image .teal-bar,
.page-template-page-contact-sidebar #homeSlider .teal-bar,
.search #hero-image .teal-bar,
.search #homeSlider .teal-bar,
.error404 #hero-image .teal-bar,
.error404 #homeSlider .teal-bar,
.category #hero-image .teal-bar,
.category #homeSlider .teal-bar,
.single #hero-image .teal-bar,
.single #homeSlider .teal-bar,
.page-template-support #hero-image .teal-bar,
.page-template-support #homeSlider .teal-bar,
.page-template #hero-image .teal-bar,
.page-template #homeSlider .teal-bar {
  width: 670px; }
  @media screen and (min-width: 62em) and (max-width: 74.9375em) {
    .page-template-contact-ccli #hero-image .teal-bar, .page-template-contact-ccli #homeSlider .teal-bar,
    .page-template-about-copyright-sub #hero-image .teal-bar,
    .page-template-about-copyright-sub #homeSlider .teal-bar,
    .post-type-archive-ccli-careers #hero-image .teal-bar,
    .post-type-archive-ccli-careers #homeSlider .teal-bar,
    .single-ccli-careers #hero-image .teal-bar,
    .single-ccli-careers #homeSlider .teal-bar,
    .post-type-archive-ccli-news #hero-image .teal-bar,
    .post-type-archive-ccli-news #homeSlider .teal-bar,
    .single-ccli-news #hero-image .teal-bar,
    .single-ccli-news #homeSlider .teal-bar,
    .post-type-archive-ccli-leadership #hero-image .teal-bar,
    .post-type-archive-ccli-leadership #homeSlider .teal-bar,
    .single-ccli-leadership #hero-image .teal-bar,
    .single-ccli-leadership #homeSlider .teal-bar,
    .post-type-archive-ccli-faqs #hero-image .teal-bar,
    .post-type-archive-ccli-faqs #homeSlider .teal-bar,
    .tax-faq_topics #hero-image .teal-bar,
    .tax-faq_topics #homeSlider .teal-bar,
    .page-template-churches #hero-image .teal-bar,
    .page-template-churches #homeSlider .teal-bar,
    .page-template-church-partner-audience #hero-image .teal-bar,
    .page-template-church-partner-audience #homeSlider .teal-bar,
    .page-template-organizations-schools #hero-image .teal-bar,
    .page-template-organizations-schools #homeSlider .teal-bar,
    .page-template-about-copyright #hero-image .teal-bar,
    .page-template-about-copyright #homeSlider .teal-bar,
    .page-template-about-copyright-sub #hero-image .teal-bar,
    .page-template-about-copyright-sub #homeSlider .teal-bar,
    .page-template-history #hero-image .teal-bar,
    .page-template-history #homeSlider .teal-bar,
    .page-template-template-simple-sidebar #hero-image .teal-bar,
    .page-template-template-simple-sidebar #homeSlider .teal-bar,
    .page-template-default #hero-image .teal-bar,
    .page-template-default #homeSlider .teal-bar,
    .page-template-copyright-license #hero-image .teal-bar,
    .page-template-copyright-license #homeSlider .teal-bar,
    .page-template-church-video-license #hero-image .teal-bar,
    .page-template-church-video-license #homeSlider .teal-bar,
    .page-template-uk-church-video-licence #hero-image .teal-bar,
    .page-template-uk-church-video-licence #homeSlider .teal-bar,
    .page-template-news-events #hero-image .teal-bar,
    .page-template-news-events #homeSlider .teal-bar,
    .page-template-template-dfe-page #hero-image .teal-bar,
    .page-template-template-dfe-page #homeSlider .teal-bar,
    .page-template-home #hero-image .teal-bar,
    .page-template-home #homeSlider .teal-bar,
    .page-template-template-contact #hero-image .teal-bar,
    .page-template-template-contact #homeSlider .teal-bar,
    .page-template-page-contact-sidebar #hero-image .teal-bar,
    .page-template-page-contact-sidebar #homeSlider .teal-bar,
    .search #hero-image .teal-bar,
    .search #homeSlider .teal-bar,
    .error404 #hero-image .teal-bar,
    .error404 #homeSlider .teal-bar,
    .category #hero-image .teal-bar,
    .category #homeSlider .teal-bar,
    .single #hero-image .teal-bar,
    .single #homeSlider .teal-bar,
    .page-template-support #hero-image .teal-bar,
    .page-template-support #homeSlider .teal-bar,
    .page-template #hero-image .teal-bar,
    .page-template #homeSlider .teal-bar {
      width: 550px; } }
  @media screen and (max-width: 61.9375em) {
    .page-template-contact-ccli #hero-image .teal-bar, .page-template-contact-ccli #homeSlider .teal-bar,
    .page-template-about-copyright-sub #hero-image .teal-bar,
    .page-template-about-copyright-sub #homeSlider .teal-bar,
    .post-type-archive-ccli-careers #hero-image .teal-bar,
    .post-type-archive-ccli-careers #homeSlider .teal-bar,
    .single-ccli-careers #hero-image .teal-bar,
    .single-ccli-careers #homeSlider .teal-bar,
    .post-type-archive-ccli-news #hero-image .teal-bar,
    .post-type-archive-ccli-news #homeSlider .teal-bar,
    .single-ccli-news #hero-image .teal-bar,
    .single-ccli-news #homeSlider .teal-bar,
    .post-type-archive-ccli-leadership #hero-image .teal-bar,
    .post-type-archive-ccli-leadership #homeSlider .teal-bar,
    .single-ccli-leadership #hero-image .teal-bar,
    .single-ccli-leadership #homeSlider .teal-bar,
    .post-type-archive-ccli-faqs #hero-image .teal-bar,
    .post-type-archive-ccli-faqs #homeSlider .teal-bar,
    .tax-faq_topics #hero-image .teal-bar,
    .tax-faq_topics #homeSlider .teal-bar,
    .page-template-churches #hero-image .teal-bar,
    .page-template-churches #homeSlider .teal-bar,
    .page-template-church-partner-audience #hero-image .teal-bar,
    .page-template-church-partner-audience #homeSlider .teal-bar,
    .page-template-organizations-schools #hero-image .teal-bar,
    .page-template-organizations-schools #homeSlider .teal-bar,
    .page-template-about-copyright #hero-image .teal-bar,
    .page-template-about-copyright #homeSlider .teal-bar,
    .page-template-about-copyright-sub #hero-image .teal-bar,
    .page-template-about-copyright-sub #homeSlider .teal-bar,
    .page-template-history #hero-image .teal-bar,
    .page-template-history #homeSlider .teal-bar,
    .page-template-template-simple-sidebar #hero-image .teal-bar,
    .page-template-template-simple-sidebar #homeSlider .teal-bar,
    .page-template-default #hero-image .teal-bar,
    .page-template-default #homeSlider .teal-bar,
    .page-template-copyright-license #hero-image .teal-bar,
    .page-template-copyright-license #homeSlider .teal-bar,
    .page-template-church-video-license #hero-image .teal-bar,
    .page-template-church-video-license #homeSlider .teal-bar,
    .page-template-uk-church-video-licence #hero-image .teal-bar,
    .page-template-uk-church-video-licence #homeSlider .teal-bar,
    .page-template-news-events #hero-image .teal-bar,
    .page-template-news-events #homeSlider .teal-bar,
    .page-template-template-dfe-page #hero-image .teal-bar,
    .page-template-template-dfe-page #homeSlider .teal-bar,
    .page-template-home #hero-image .teal-bar,
    .page-template-home #homeSlider .teal-bar,
    .page-template-template-contact #hero-image .teal-bar,
    .page-template-template-contact #homeSlider .teal-bar,
    .page-template-page-contact-sidebar #hero-image .teal-bar,
    .page-template-page-contact-sidebar #homeSlider .teal-bar,
    .search #hero-image .teal-bar,
    .search #homeSlider .teal-bar,
    .error404 #hero-image .teal-bar,
    .error404 #homeSlider .teal-bar,
    .category #hero-image .teal-bar,
    .category #homeSlider .teal-bar,
    .single #hero-image .teal-bar,
    .single #homeSlider .teal-bar,
    .page-template-support #hero-image .teal-bar,
    .page-template-support #homeSlider .teal-bar,
    .page-template #hero-image .teal-bar,
    .page-template #homeSlider .teal-bar {
      width: 100%;
      height: 10px; } }

.page-template-contact-ccli #hero-image .holder-header {
  position: absolute;
  bottom: 0;
  width: 470px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: bottom left;
  overflow: hidden; }
  @media screen and (max-width: 47.9375em) {
    .page-template-contact-ccli #hero-image .holder-header {
      width: 100%; } }
  .page-template-contact-ccli #hero-image .holder-header.no-thumb {
    position: relative;
    bottom: auto;
    background: #0181a0;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 140px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media screen and (min-width: 75em) {
      .page-template-contact-ccli #hero-image .holder-header.no-thumb {
        width: 470px; } }
    @media screen and (min-width: 62em) and (max-width: 74.9375em) {
      .page-template-contact-ccli #hero-image .holder-header.no-thumb {
        width: 383.33px; } }
    @media screen and (max-width: 61.9375em) {
      .page-template-contact-ccli #hero-image .holder-header.no-thumb {
        width: 100%; } }
    @media screen and (max-width: 47.9375em) {
      .page-template-contact-ccli #hero-image .holder-header.no-thumb {
        height: auto; } }

.page-template-contact-ccli #hero-image .header-bar {
  width: 700px;
  height: 140px;
  background: #00a3e0; }
  @media screen and (min-width: 62em) and (max-width: 74.9375em) {
    .page-template-contact-ccli #hero-image .header-bar {
      width: 579px; } }
  @media screen and (max-width: 61.9375em) {
    .page-template-contact-ccli #hero-image .header-bar {
      display: none; } }

.page-template-contact-ccli #hero-image .teal-bar {
  width: 470px; }
  @media screen and (min-width: 62em) and (max-width: 74.9375em) {
    .page-template-contact-ccli #hero-image .teal-bar {
      width: 383.33px; } }
  @media screen and (max-width: 61.9375em) {
    .page-template-contact-ccli #hero-image .teal-bar {
      width: 100%;
      height: 10px; } }

.page-template-leadership .holder-header {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: bottom left;
  overflow: hidden; }
  @media screen and (min-width: 62em) {
    .page-template-leadership .holder-header {
      width: 570px; } }

.page-template-leadership .header-bar {
  width: 600px;
  height: 140px;
  background: #00a3e0; }
  @media screen and (min-width: 62em) and (max-width: 74.9375em) {
    .page-template-leadership .header-bar {
      width: 466px; } }
  @media screen and (max-width: 61.9375em) {
    .page-template-leadership .header-bar {
      display: none; } }

.page-template-leadership .teal-bar {
  width: 570px; }
  @media screen and (min-width: 62em) and (max-width: 74.9375em) {
    .page-template-leadership .teal-bar {
      width: 466px; } }
  @media screen and (max-width: 61.9375em) {
    .page-template-leadership .teal-bar {
      width: 100%;
      height: 10px; } }

#hero-image .teal-bar, #homeSlider .teal-bar {
  width: 100%;
  height: 10px;
  background: #6bcaba; }
  @media screen and (min-width: 75em) {
    #hero-image .teal-bar, #homeSlider .teal-bar {
      width: 470px;
      height: 40px; } }
  @media screen and (min-width: 62em) and (max-width: 74.9375em) {
    #hero-image .teal-bar, #homeSlider .teal-bar {
      width: 383px;
      height: 40px; } }
  @media screen and (max-width: 61.9375em) {
    #hero-image .teal-bar, #homeSlider .teal-bar {
      width: 100%; } }

.page-template-vignette .teal-bar,
.post-type-archive-ccli-leadership .teal-bar,
.post-type-archive-ccli-faqs .teal-bar,
.tax-faq_topics .teal-bar {
  width: 370px; }

.page-template-vignette .holder-header,
.post-type-archive-ccli-leadership .holder-header,
.post-type-archive-ccli-faqs .holder-header,
.tax-faq_topics .holder-header {
  width: 370px; }

.single-ccli-service-centers .teal-bar {
  width: 100%; }
  @media screen and (min-width: 75em) {
    .single-ccli-service-centers .teal-bar {
      width: 470px; } }
  @media screen and (min-width: 62em) and (max-width: 74.9375em) {
    .single-ccli-service-centers .teal-bar {
      width: 370px; } }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .single-ccli-service-centers .teal-bar {
      width: 100%; } }

.single-ccli-service-centers .holder-header {
  width: 100%; }
  @media screen and (min-width: 75em) {
    .single-ccli-service-centers .holder-header {
      width: 470px; } }
  @media screen and (min-width: 62em) and (max-width: 74.9375em) {
    .single-ccli-service-centers .holder-header {
      width: 370px; } }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .single-ccli-service-centers .holder-header {
      width: 370px; } }

.single-ccli-service-centers .header-bar {
  width: 700px; }
  @media screen and (min-width: 62em) and (max-width: 74.9375em) {
    .single-ccli-service-centers .header-bar {
      width: 590px; } }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .single-ccli-service-centers .header-bar {
      width: 370px; } }

.page-template-churches #hero-image .teal-bar,
.page-template-16_churches-partners-audience #hero-image .teal-bar,
.page-template-07_organizations-schools #hero-image .teal-bar,
.page-template-about-copyright #hero-image .teal-bar,
.page-template-25_about-copyright-sub #hero-image .teal-bar,
.page-template-history #hero-image .teal-bar,
.single-ccli-leadership #hero-image .teal-bar,
.post-type-archive-ccli-news #hero-image .teal-bar,
.single-ccli-news #hero-image .teal-bar,
.single-ccli-careers #hero-image .teal-bar,
.post-type-archive-ccli-careers #hero-image .teal-bar,
.page-template-01-full-width #hero-image .teal-bar,
.page-template-default #hero-image .teal-bar {
  width: 100%; }
  @media screen and (min-width: 75em) {
    .page-template-churches #hero-image .teal-bar,
    .page-template-16_churches-partners-audience #hero-image .teal-bar,
    .page-template-07_organizations-schools #hero-image .teal-bar,
    .page-template-about-copyright #hero-image .teal-bar,
    .page-template-25_about-copyright-sub #hero-image .teal-bar,
    .page-template-history #hero-image .teal-bar,
    .single-ccli-leadership #hero-image .teal-bar,
    .post-type-archive-ccli-news #hero-image .teal-bar,
    .single-ccli-news #hero-image .teal-bar,
    .single-ccli-careers #hero-image .teal-bar,
    .post-type-archive-ccli-careers #hero-image .teal-bar,
    .page-template-01-full-width #hero-image .teal-bar,
    .page-template-default #hero-image .teal-bar {
      width: 670px; } }
  @media screen and (min-width: 62em) and (max-width: 74.9375em) {
    .page-template-churches #hero-image .teal-bar,
    .page-template-16_churches-partners-audience #hero-image .teal-bar,
    .page-template-07_organizations-schools #hero-image .teal-bar,
    .page-template-about-copyright #hero-image .teal-bar,
    .page-template-25_about-copyright-sub #hero-image .teal-bar,
    .page-template-history #hero-image .teal-bar,
    .single-ccli-leadership #hero-image .teal-bar,
    .post-type-archive-ccli-news #hero-image .teal-bar,
    .single-ccli-news #hero-image .teal-bar,
    .single-ccli-careers #hero-image .teal-bar,
    .post-type-archive-ccli-careers #hero-image .teal-bar,
    .page-template-01-full-width #hero-image .teal-bar,
    .page-template-default #hero-image .teal-bar {
      width: 550px; } }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .page-template-churches #hero-image .teal-bar,
    .page-template-16_churches-partners-audience #hero-image .teal-bar,
    .page-template-07_organizations-schools #hero-image .teal-bar,
    .page-template-about-copyright #hero-image .teal-bar,
    .page-template-25_about-copyright-sub #hero-image .teal-bar,
    .page-template-history #hero-image .teal-bar,
    .single-ccli-leadership #hero-image .teal-bar,
    .post-type-archive-ccli-news #hero-image .teal-bar,
    .single-ccli-news #hero-image .teal-bar,
    .single-ccli-careers #hero-image .teal-bar,
    .post-type-archive-ccli-careers #hero-image .teal-bar,
    .page-template-01-full-width #hero-image .teal-bar,
    .page-template-default #hero-image .teal-bar {
      width: 100%; } }

.page-template-churches #hero-image .holder-header, .page-template-churches #hero-image .holder-header.no-thumb,
.page-template-16_churches-partners-audience #hero-image .holder-header,
.page-template-16_churches-partners-audience #hero-image .holder-header.no-thumb,
.page-template-07_organizations-schools #hero-image .holder-header,
.page-template-07_organizations-schools #hero-image .holder-header.no-thumb,
.page-template-about-copyright #hero-image .holder-header,
.page-template-about-copyright #hero-image .holder-header.no-thumb,
.page-template-25_about-copyright-sub #hero-image .holder-header,
.page-template-25_about-copyright-sub #hero-image .holder-header.no-thumb,
.page-template-history #hero-image .holder-header,
.page-template-history #hero-image .holder-header.no-thumb,
.single-ccli-leadership #hero-image .holder-header,
.single-ccli-leadership #hero-image .holder-header.no-thumb,
.post-type-archive-ccli-news #hero-image .holder-header,
.post-type-archive-ccli-news #hero-image .holder-header.no-thumb,
.single-ccli-news #hero-image .holder-header,
.single-ccli-news #hero-image .holder-header.no-thumb,
.single-ccli-careers #hero-image .holder-header,
.single-ccli-careers #hero-image .holder-header.no-thumb,
.post-type-archive-ccli-careers #hero-image .holder-header,
.post-type-archive-ccli-careers #hero-image .holder-header.no-thumb,
.page-template-01-full-width #hero-image .holder-header,
.page-template-01-full-width #hero-image .holder-header.no-thumb,
.page-template-default #hero-image .holder-header,
.page-template-default #hero-image .holder-header.no-thumb {
  width: 100%; }
  @media screen and (min-width: 75em) {
    .page-template-churches #hero-image .holder-header, .page-template-churches #hero-image .holder-header.no-thumb,
    .page-template-16_churches-partners-audience #hero-image .holder-header,
    .page-template-16_churches-partners-audience #hero-image .holder-header.no-thumb,
    .page-template-07_organizations-schools #hero-image .holder-header,
    .page-template-07_organizations-schools #hero-image .holder-header.no-thumb,
    .page-template-about-copyright #hero-image .holder-header,
    .page-template-about-copyright #hero-image .holder-header.no-thumb,
    .page-template-25_about-copyright-sub #hero-image .holder-header,
    .page-template-25_about-copyright-sub #hero-image .holder-header.no-thumb,
    .page-template-history #hero-image .holder-header,
    .page-template-history #hero-image .holder-header.no-thumb,
    .single-ccli-leadership #hero-image .holder-header,
    .single-ccli-leadership #hero-image .holder-header.no-thumb,
    .post-type-archive-ccli-news #hero-image .holder-header,
    .post-type-archive-ccli-news #hero-image .holder-header.no-thumb,
    .single-ccli-news #hero-image .holder-header,
    .single-ccli-news #hero-image .holder-header.no-thumb,
    .single-ccli-careers #hero-image .holder-header,
    .single-ccli-careers #hero-image .holder-header.no-thumb,
    .post-type-archive-ccli-careers #hero-image .holder-header,
    .post-type-archive-ccli-careers #hero-image .holder-header.no-thumb,
    .page-template-01-full-width #hero-image .holder-header,
    .page-template-01-full-width #hero-image .holder-header.no-thumb,
    .page-template-default #hero-image .holder-header,
    .page-template-default #hero-image .holder-header.no-thumb {
      -webkit-box-flex: 2;
      -ms-flex: 2;
      flex: 2;
      max-width: 670px; } }
  @media screen and (min-width: 62em) and (max-width: 74.9375em) {
    .page-template-churches #hero-image .holder-header, .page-template-churches #hero-image .holder-header.no-thumb,
    .page-template-16_churches-partners-audience #hero-image .holder-header,
    .page-template-16_churches-partners-audience #hero-image .holder-header.no-thumb,
    .page-template-07_organizations-schools #hero-image .holder-header,
    .page-template-07_organizations-schools #hero-image .holder-header.no-thumb,
    .page-template-about-copyright #hero-image .holder-header,
    .page-template-about-copyright #hero-image .holder-header.no-thumb,
    .page-template-25_about-copyright-sub #hero-image .holder-header,
    .page-template-25_about-copyright-sub #hero-image .holder-header.no-thumb,
    .page-template-history #hero-image .holder-header,
    .page-template-history #hero-image .holder-header.no-thumb,
    .single-ccli-leadership #hero-image .holder-header,
    .single-ccli-leadership #hero-image .holder-header.no-thumb,
    .post-type-archive-ccli-news #hero-image .holder-header,
    .post-type-archive-ccli-news #hero-image .holder-header.no-thumb,
    .single-ccli-news #hero-image .holder-header,
    .single-ccli-news #hero-image .holder-header.no-thumb,
    .single-ccli-careers #hero-image .holder-header,
    .single-ccli-careers #hero-image .holder-header.no-thumb,
    .post-type-archive-ccli-careers #hero-image .holder-header,
    .post-type-archive-ccli-careers #hero-image .holder-header.no-thumb,
    .page-template-01-full-width #hero-image .holder-header,
    .page-template-01-full-width #hero-image .holder-header.no-thumb,
    .page-template-default #hero-image .holder-header,
    .page-template-default #hero-image .holder-header.no-thumb {
      width: 550px; } }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .page-template-churches #hero-image .holder-header, .page-template-churches #hero-image .holder-header.no-thumb,
    .page-template-16_churches-partners-audience #hero-image .holder-header,
    .page-template-16_churches-partners-audience #hero-image .holder-header.no-thumb,
    .page-template-07_organizations-schools #hero-image .holder-header,
    .page-template-07_organizations-schools #hero-image .holder-header.no-thumb,
    .page-template-about-copyright #hero-image .holder-header,
    .page-template-about-copyright #hero-image .holder-header.no-thumb,
    .page-template-25_about-copyright-sub #hero-image .holder-header,
    .page-template-25_about-copyright-sub #hero-image .holder-header.no-thumb,
    .page-template-history #hero-image .holder-header,
    .page-template-history #hero-image .holder-header.no-thumb,
    .single-ccli-leadership #hero-image .holder-header,
    .single-ccli-leadership #hero-image .holder-header.no-thumb,
    .post-type-archive-ccli-news #hero-image .holder-header,
    .post-type-archive-ccli-news #hero-image .holder-header.no-thumb,
    .single-ccli-news #hero-image .holder-header,
    .single-ccli-news #hero-image .holder-header.no-thumb,
    .single-ccli-careers #hero-image .holder-header,
    .single-ccli-careers #hero-image .holder-header.no-thumb,
    .post-type-archive-ccli-careers #hero-image .holder-header,
    .post-type-archive-ccli-careers #hero-image .holder-header.no-thumb,
    .page-template-01-full-width #hero-image .holder-header,
    .page-template-01-full-width #hero-image .holder-header.no-thumb,
    .page-template-default #hero-image .holder-header,
    .page-template-default #hero-image .holder-header.no-thumb {
      width: 100%; } }

.page-template-churches .header-bar,
.page-template-16_churches-partners-audience .header-bar,
.page-template-07_organizations-schools .header-bar,
.page-template-about-copyright .header-bar,
.page-template-25_about-copyright-sub .header-bar,
.page-template-history .header-bar,
.single-ccli-leadership .header-bar,
.post-type-archive-ccli-news .header-bar,
.single-ccli-news .header-bar,
.single-ccli-careers .header-bar,
.post-type-archive-ccli-careers .header-bar,
.page-template-01-full-width .header-bar,
.page-template-default .header-bar {
  width: 500px; }
  @media screen and (min-width: 62em) and (max-width: 74.9375em) {
    .page-template-churches .header-bar,
    .page-template-16_churches-partners-audience .header-bar,
    .page-template-07_organizations-schools .header-bar,
    .page-template-about-copyright .header-bar,
    .page-template-25_about-copyright-sub .header-bar,
    .page-template-history .header-bar,
    .single-ccli-leadership .header-bar,
    .post-type-archive-ccli-news .header-bar,
    .single-ccli-news .header-bar,
    .single-ccli-careers .header-bar,
    .post-type-archive-ccli-careers .header-bar,
    .page-template-01-full-width .header-bar,
    .page-template-default .header-bar {
      width: 380px; } }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .page-template-churches .header-bar,
    .page-template-16_churches-partners-audience .header-bar,
    .page-template-07_organizations-schools .header-bar,
    .page-template-about-copyright .header-bar,
    .page-template-25_about-copyright-sub .header-bar,
    .page-template-history .header-bar,
    .single-ccli-leadership .header-bar,
    .post-type-archive-ccli-news .header-bar,
    .single-ccli-news .header-bar,
    .single-ccli-careers .header-bar,
    .post-type-archive-ccli-careers .header-bar,
    .page-template-01-full-width .header-bar,
    .page-template-default .header-bar {
      width: 292px; } }

.page-template-contact-ccli .teal-bar {
  width: 370px; }
  @media screen and (min-width: 75em) {
    .page-template-contact-ccli .teal-bar {
      width: 470px; } }

.page-template-about-us #hero-image .holder-header, .page-template-about-us #hero-image .teal-bar {
  width: 570px; }
  @media screen and (min-width: 75em) {
    .page-template-about-us #hero-image .holder-header, .page-template-about-us #hero-image .teal-bar {
      width: 570px; } }
  @media screen and (max-width: 61.9375em) {
    .page-template-about-us #hero-image .holder-header, .page-template-about-us #hero-image .teal-bar {
      width: 100%; } }

.page-template-what-we-provide #hero-image .holder-header, .page-template-what-we-provide #hero-image .teal-bar {
  width: 100%; }
  @media screen and (min-width: 62em) {
    .page-template-what-we-provide #hero-image .holder-header, .page-template-what-we-provide #hero-image .teal-bar {
      width: 670px; } }

.page-template-faqs #hero-image .holder-header, .page-template-faqs #hero-image .teal-bar {
  width: 100%; }
  @media screen and (min-width: 75em) {
    .page-template-faqs #hero-image .holder-header, .page-template-faqs #hero-image .teal-bar {
      width: 370px; } }
  @media screen and (min-width: 62em) and (max-width: 74.9375em) {
    .page-template-faqs #hero-image .holder-header, .page-template-faqs #hero-image .teal-bar {
      width: 300px; } }

.page-template-copyright-license #hero-image .holder-header, .page-template-copyright-license #hero-image .teal-bar {
  width: 100%; }
  @media screen and (min-width: 75em) {
    .page-template-copyright-license #hero-image .holder-header, .page-template-copyright-license #hero-image .teal-bar {
      width: 550px; } }
  @media screen and (min-width: 62em) and (max-width: 74.9375em) {
    .page-template-copyright-license #hero-image .holder-header, .page-template-copyright-license #hero-image .teal-bar {
      width: 450px; } }

.page-template-our-partners-sub #hero-image .holder-header, .page-template-our-partners-sub #hero-image .teal-bar,
.page-template-church-video-license #hero-image .holder-header,
.page-template-church-video-license #hero-image .teal-bar,
.page-template-uk-church-video-licence #hero-image .holder-header,
.page-template-uk-church-video-licence #hero-image .teal-bar {
  width: 100%; }
  @media screen and (min-width: 75em) {
    .page-template-our-partners-sub #hero-image .holder-header, .page-template-our-partners-sub #hero-image .teal-bar,
    .page-template-church-video-license #hero-image .holder-header,
    .page-template-church-video-license #hero-image .teal-bar,
    .page-template-uk-church-video-licence #hero-image .holder-header,
    .page-template-uk-church-video-licence #hero-image .teal-bar {
      width: 670px; } }
  @media screen and (min-width: 62em) and (max-width: 74.9375em) {
    .page-template-our-partners-sub #hero-image .holder-header, .page-template-our-partners-sub #hero-image .teal-bar,
    .page-template-church-video-license #hero-image .holder-header,
    .page-template-church-video-license #hero-image .teal-bar,
    .page-template-uk-church-video-licence #hero-image .holder-header,
    .page-template-uk-church-video-licence #hero-image .teal-bar {
      width: 550px; } }

.page-template-support #hero-image .holder-header, .page-template-support #hero-image .teal-bar, .page-template-support #hero-image .holder-header.no-thumb {
  width: 100%; }
  @media screen and (min-width: 62em) {
    .page-template-support #hero-image .holder-header, .page-template-support #hero-image .teal-bar, .page-template-support #hero-image .holder-header.no-thumb {
      width: 385px; } }

.page-template-support #hero-image .header-bar {
  width: calc(100% - 385px); }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code.

/* ---------------------------------------------------------- */
/* 	Header Styles (Title Only)
/* ---------------------------------------------------------- */
.header-title-only .-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  min-height: 200px; }
  .header-title-only .-container h1 {
    margin-top: 75px; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Page Intro - Style Loader
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code.

/* ---------------------------------------------------------- */
/* 	Page Intro Content
/* ---------------------------------------------------------- */
#intro-text {
  padding: 35px 0; }
  @media screen and (min-width: 48em) {
    #intro-text {
      padding: 60px 0; } }
  @media screen and (min-width: 62em) {
    #intro-text {
      padding: 75px 0 90px 0; } }
  #intro-text h2 {
    color: #00a3e0;
    font-size: 26px;
    line-height: 32px; }
    @media screen and (min-width: 48em) {
      #intro-text h2 {
        font-size: 28px;
        line-height: 34px; } }
  #intro-text .intro-paragraph {
    color: #53565a;
    font-family: akagi_prolight, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 22px;
    line-height: 28px; }
    @media screen and (min-width: 48em) {
      #intro-text .intro-paragraph {
        font-size: 26px;
        line-height: 32px; } }
    @media screen and (min-width: 62em) {
      #intro-text .intro-paragraph {
        font-size: 28px;
        line-height: 34px; } }

.wysiwyg-all-options h1,
.news-item.single h1,
.page-template-copyright-license #intro-text h1 {
  color: #D76327; }

.wysiwyg-all-options h2.intro,
.news-item.single h2.intro,
.page-template-copyright-license #intro-text h2.intro {
  color: #D76327; }

.wysiwyg-all-options h2,
.news-item.single h2,
.page-template-copyright-license #intro-text h2 {
  color: #D76327; }

.wysiwyg-all-options h3,
.news-item.single h3,
.page-template-copyright-license #intro-text h3 {
  color: #D76327; }

.wysiwyg-all-options h4,
.news-item.single h4,
.page-template-copyright-license #intro-text h4 {
  color: #D76327; }

.wysiwyg-all-options h5,
.news-item.single h5,
.page-template-copyright-license #intro-text h5 {
  color: #D76327; }

.wysiwyg-all-options p,
.news-item.single p,
.page-template-copyright-license #intro-text p {
  color: #292a2e; }

.wysiwyg-all-options .intro-paragraph,
.news-item.single .intro-paragraph,
.page-template-copyright-license #intro-text .intro-paragraph {
  color: #53565a;
  font-family: akagi_prolight, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 22px;
  line-height: 28px; }
  @media screen and (min-width: 48em) {
    .wysiwyg-all-options .intro-paragraph,
    .news-item.single .intro-paragraph,
    .page-template-copyright-license #intro-text .intro-paragraph {
      font-size: 26px;
      line-height: 32px; } }
  @media screen and (min-width: 62em) {
    .wysiwyg-all-options .intro-paragraph,
    .news-item.single .intro-paragraph,
    .page-template-copyright-license #intro-text .intro-paragraph {
      font-size: 28px;
      line-height: 34px; } }

.wysiwyg-all-options .small-text,
.news-item.single .small-text,
.page-template-copyright-license #intro-text .small-text {
  color: #97999b; }

.wysiwyg-all-options blockquote,
.news-item.single blockquote,
.page-template-copyright-license #intro-text blockquote {
  margin: 0;
  padding: 0;
  border-left: none; }
  .wysiwyg-all-options blockquote p,
  .news-item.single blockquote p,
  .page-template-copyright-license #intro-text blockquote p {
    color: #ffa300;
    border-left: 2px solid #d9d9d9; }
  @media screen and (max-width: 47.9375em) {
    .wysiwyg-all-options blockquote,
    .news-item.single blockquote,
    .page-template-copyright-license #intro-text blockquote {
      display: none; } }

.wysiwyg-all-options a,
.news-item.single a,
.page-template-copyright-license #intro-text a {
  color: #292a2e;
  text-decoration: underline;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  .wysiwyg-all-options a:hover,
  .news-item.single a:hover,
  .page-template-copyright-license #intro-text a:hover {
    color: #D76327; }

.wysiwyg-all-options hr,
.news-item.single hr,
.page-template-copyright-license #intro-text hr {
  width: 100%;
  margin: 15px 0 35px 0;
  border-bottom: 1px solid #d9d9d9; }

.wysiwyg-all-options ul,
.news-item.single ul,
.page-template-copyright-license #intro-text ul {
  margin: 0 0 25px 0; }
  .wysiwyg-all-options ul li,
  .news-item.single ul li,
  .page-template-copyright-license #intro-text ul li {
    list-style: none;
    color: #53565a;
    position: relative;
    line-height: 26px; }
    .wysiwyg-all-options ul li strong,
    .news-item.single ul li strong,
    .page-template-copyright-license #intro-text ul li strong {
      color: #ac4f1f; }
    .wysiwyg-all-options ul li ul,
    .news-item.single ul li ul,
    .page-template-copyright-license #intro-text ul li ul {
      margin-bottom: 0; }
      .wysiwyg-all-options ul li ul li:last-child,
      .news-item.single ul li ul li:last-child,
      .page-template-copyright-license #intro-text ul li ul li:last-child {
        padding-bottom: 0; }
      .wysiwyg-all-options ul li ul ul,
      .news-item.single ul li ul ul,
      .page-template-copyright-license #intro-text ul li ul ul {
        margin-top: 12px; }
    .wysiwyg-all-options ul li::before,
    .news-item.single ul li::before,
    .page-template-copyright-license #intro-text ul li::before {
      content: '';
      width: 10px;
      height: 13px;
      background-image: url("src/media/svg/icon-chevron-right-teal.svg");
      background-repeat: no-repeat;
      background-size: 10px 13px;
      position: absolute;
      top: 4px;
      left: 0; }

.wysiwyg-all-options ol,
.news-item.single ol,
.page-template-copyright-license #intro-text ol {
  margin: 0 0 25px 0;
  counter-reset: my-counter; }
  .wysiwyg-all-options ol li,
  .news-item.single ol li,
  .page-template-copyright-license #intro-text ol li {
    color: #53565a;
    position: relative;
    list-style: none; }
    .wysiwyg-all-options ol li strong,
    .news-item.single ol li strong,
    .page-template-copyright-license #intro-text ol li strong {
      color: #002a3a; }
    .wysiwyg-all-options ol li::before,
    .news-item.single ol li::before,
    .page-template-copyright-license #intro-text ol li::before {
      content: counter(my-counter) ".";
      counter-increment: my-counter;
      position: absolute;
      top: 0;
      left: 0;
      font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      color: #ffa300; }

.wysiwyg-all-options .gform_body ul li {
  font-size: 16px; }

.page-template-vignette blockquote p {
  border-left: none;
  padding: 0;
  margin: 16px 0 32px -200px; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Carousels 
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Custom Flickity Carousels
/* ---------------------------------------------------------- */
.carousel {
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s; }
  .carousel.is-hidden {
    display: none; }
  .carousel.flickity-enabled {
    opacity: 1; }

/* ---------------------------------------------------------- */
/*  	UI Elements
/* ---------------------------------------------------------- */
.flickity-page-dots .dot {
  opacity: 1;
  background-color: #fff;
  border: 1px solid #c8c8c8; }
  .flickity-page-dots .dot.is-selected {
    background-color: #c8c8c8;
    border: 1px solid #c8c8c8; }

.flickity-prev-next-button {
  width: 60px;
  height: 60px; }
  .flickity-prev-next-button svg path {
    fill: #c8c8c8; }
  .flickity-prev-next-button:hover svg path {
    fill: #00a3e0; }

/* ---------------------------------------------------------- */
/*  	Flickity + srcset (responsive images)
/* ---------------------------------------------------------- */
.lazyload {
  opacity: 0; }

.lazyloading {
  opacity: 1;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  background: #f7f7f7 url(https://afarkas.github.io/lazysizes/assets/imgs/loader.gif) no-repeat center;
  min-height: 60px; }

.lazyloaded {
  opacity: 1;
  -webkit-transition: 100ms opacity;
  -o-transition: 100ms opacity;
  transition: 100ms opacity; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[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; }

#slick-prev {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

#slick-next {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

#slick-next, #slick-prev {
  opacity: .5;
  z-index: 9; }

#slick-next:hover, #slick-prev:hover {
  opacity: 1; }

ul.slick-dots {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.slick-dots li {
  border-radius: 50%;
  border: 1px solid white; }

.slick-dots li.slick-active {
  background: white; }

.slick-dots li button {
  text-indent: -99999px; }

.slick-dots li button::before {
  content: none; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Sidebars - Style Loader
/* ---------------------------------------------------------- */
.vignette-sidebar {
  margin-bottom: 40px; }
  .vignette-sidebar h4 {
    color: #fff !important;
    background: #EEB31F;
    width: 100%;
    padding: 18px 30px;
    font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .vignette-sidebar .blue-multiply {
    width: 100%;
    height: 20px;
    margin-top: -20px;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;
    background-color: #EEB31F;
    mix-blend-mode: multiply;
    background-size: 100%; }
    @media screen and (max-width: 74.9375em) {
      .vignette-sidebar .blue-multiply {
        margin-top: -19px; } }
  .vignette-sidebar .card {
    padding: 20px 30px 25px 30px;
    background: #fbf0d2; }
  .vignette-sidebar .btn-holder {
    height: 30px; }

.page-template-20_history .vignette-sidebar h4 {
  background: #EEB31F; }

.page-template-20_history .vignette-sidebar .card {
  background: #f7f7f7; }

#intro-text .sidebar-style-2 .-noheader {
  height: 6px;
  background: #ffa300; }

#intro-text .sidebar-style-2 .-header {
  background: #ffa300;
  height: 138px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px; }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    #intro-text .sidebar-style-2 .-header {
      height: 170px;
      padding: 0 30px; } }
  @media screen and (max-width: 47.9375em) {
    #intro-text .sidebar-style-2 .-header {
      height: 130px;
      padding: 0 25px; } }
  #intro-text .sidebar-style-2 .-header h2 {
    font-size: 32px;
    line-height: 38px;
    color: #fff;
    padding: 0; }
    @media screen and (max-width: 47.9375em) {
      #intro-text .sidebar-style-2 .-header h2 {
        font-size: 24px;
        line-height: 28px;
        text-align: center; } }

#intro-text .sidebar-style-2 .-content {
  background: #e27c00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 10px 30px; }
  @media screen and (max-width: 47.9375em) {
    #intro-text .sidebar-style-2 .-content {
      padding: 10px 30px 20px 30px; } }
  #intro-text .sidebar-style-2 .-content .-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px 0;
    border-bottom: 1px solid #ffa300;
    min-width: 100%;
    max-width: 100%; }
    #intro-text .sidebar-style-2 .-content .-section:last-of-type {
      border-bottom: 0; }
    #intro-text .sidebar-style-2 .-content .-section .contact-info {
      max-width: 100%;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
      @media screen and (max-width: 61.9375em) {
        #intro-text .sidebar-style-2 .-content .-section .contact-info {
          margin-left: 0; } }
      #intro-text .sidebar-style-2 .-content .-section .contact-info h4 {
        color: #fff;
        font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        padding: 0 0 20px/4 0; }
      #intro-text .sidebar-style-2 .-content .-section .contact-info p {
        color: #fff; }
    #intro-text .sidebar-style-2 .-content .-section .btn-default-primary-neg {
      border-color: #ffa300;
      background: #ffa300; }
    #intro-text .sidebar-style-2 .-content .-section img {
      margin-right: 20px; }
      @media screen and (max-width: 61.9375em) {
        #intro-text .sidebar-style-2 .-content .-section img {
          display: none; } }
  #intro-text .sidebar-style-2 .-content .border {
    height: 1px;
    width: 250px;
    background: #ffa300;
    position: relative;
    right: -30px; }
    @media screen and (max-width: 47.9375em) {
      #intro-text .sidebar-style-2 .-content .border {
        width: 225px;
        right: -25px; } }

#intro-text .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.content-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  padding-right: 15px; }
  .content-main.about-us {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0 15px; }
    @media screen and (min-width: 48em) {
      .content-main.about-us {
        -ms-flex-preferred-size: 370px;
        flex-basis: 370px; } }
    @media screen and (min-width: 62em) {
      .content-main.about-us {
        -ms-flex-preferred-size: 585px;
        flex-basis: 585px;
        max-width: 585px;
        padding-right: 0; } }

.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (max-width: 47.9375em) {
    .sidebar.about-us {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin-top: 30px; } }
  @media screen and (min-width: 48em) {
    .sidebar.about-us {
      -ms-flex-preferred-size: 340px;
      flex-basis: 340px; } }
  @media screen and (min-width: 75em) {
    .sidebar.about-us {
      -ms-flex-preferred-size: 500px;
      flex-basis: 500px; } }

.sidebar-01 h4 {
  color: #fff;
  background: #003b5c;
  width: 100%;
  padding: 18px 30px;
  font-size: 18px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.sidebar-01 .card {
  padding: 27px 30px 0 30px;
  background: #f7f7f7; }
  .sidebar-01 .card .-content {
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 30px; }
    .sidebar-01 .card .-content:last-child {
      border-bottom: none;
      margin-bottom: 0; }
  .sidebar-01 .card h5 {
    color: #004b87;
    font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px; }

.sidebar-01 p {
  padding: 0 0 22px 0;
  line-height: 27px; }

.sidebar-01 .btn-holder {
  height: 30px; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code.

/* ---------------------------------------------------------- */
/*  Sidebar - Subpages Styles
/* ---------------------------------------------------------- */
#subpage-sidebar h3 {
  color: #004b87;
  margin-bottom: 25px; }

#subpage-sidebar .nav-item {
  background-color: #EBF8FD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 60px;
  margin: 0 0 10px 0;
  border-left: 4px solid #00a3e0;
  font-size: 18px;
  color: #53565a;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-left: 25px;
  padding-right: 25px; }
  #subpage-sidebar .nav-item.current-page-item {
    color: #00a3e0; }
  #subpage-sidebar .nav-item:after {
    content: "";
    background-image: url("src/media/svg/icon-arrow-right-line-sprite.svg");
    width: 10px;
    height: 13px;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: 0 0;
    background-size: 10px 26px; }
  #subpage-sidebar .nav-item:hover {
    color: #fff;
    background-color: #00a3e0; }
    #subpage-sidebar .nav-item:hover:after {
      background-position: 0 -13px; }

.news-sidebar h4 {
  color: #fff;
  background: #003b5c;
  width: 100%;
  padding: 18px 30px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.news-sidebar h3 {
  border-bottom: 1px solid #d9d9d9;
  margin: 0;
  padding: 0 0 10px 0;
  color: #004b87; }
  @media screen and (min-width: 48em) {
    .news-sidebar h3 {
      padding-bottom: 30px; } }

.news-sidebar .recent {
  margin-bottom: 60px; }
  .news-sidebar .recent h3 {
    margin-top: 0; }

.news-sidebar .card {
  padding: 20px 30px 25px 30px;
  background: #f7f7f7; }

.news-sidebar .icon-and-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .news-sidebar .icon-and-link:first-of-type {
    margin-bottom: 20px; }
  .news-sidebar .icon-and-link .icon-press {
    width: 31px;
    height: 34px;
    margin-right: 20px; }
  .news-sidebar .icon-and-link .icon-fact {
    width: 31px;
    height: 31px;
    margin-right: 20px; }
  .news-sidebar .icon-and-link a {
    color: #292a2e;
    text-decoration: underline;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }
    .news-sidebar .icon-and-link a:hover {
      color: #00a3e0; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code.

/* ---------------------------------------------------------- */
/*   Sidebar- Search Widget
/* ---------------------------------------------------------- */
#sidebar-widget-search h3 {
  margin: 40px 0; }
  @media screen and (min-width: 48em) {
    #sidebar-widget-search h3 {
      margin: 0 0 40px 0; } }

#sidebar-widget-search .ccli-search-input .search-field {
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border: 1px solid #d9d9d9; }

#sidebar-widget-search .ccli-search-input .search-btn {
  width: 50px;
  border-color: #d9d9d9; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code.

/* ---------------------------------------------------------- */
/*  Sidebar - Careers Styles
/* ---------------------------------------------------------- */
#recent-sidebar h3 {
  padding: 0 0 25px 0;
  border-bottom: 1px solid #d9d9d9;
  color: #D76327; }

#recent-sidebar .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 17px 20px;
  border-bottom: 1px solid #d9d9d9;
  color: #75787b;
  font-size: 18px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  #recent-sidebar .nav-item:after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("src/media/svg/icon-arrow-right-line-gray-blue-sprite.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden; }
  #recent-sidebar .nav-item:hover {
    color: #D76327;
    background: #fbf0d2; }
    #recent-sidebar .nav-item:hover:after {
      background-position: 0 -16px; }

div.sideBarMovieIdeas {
  margin-top: 20px; }
  div.sideBarMovieIdeas h3 {
    padding: 0 0 25px 0;
    color: #D76327; }
  div.sideBarMovieIdeas ul li a {
    color: #75787B;
    font-weight: bold; }
  div.sideBarMovieIdeas ul.children li a {
    font-weight: normal; }

#press-kit {
  margin-bottom: 50px; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Search Fields - Style Loader
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/* 	Component - section-title-small 
/* ---------------------------------------------------------- */
.section-title-small .section-info {
  width: 100%;
  height: 80px; }
  @media screen and (min-width: 48em) {
    .section-title-small .section-info {
      height: 120px; } }
  @media screen and (min-width: 62em) {
    .section-title-small .section-info {
      margin-bottom: 5px; } }
  .section-title-small .section-info .-container {
    height: 100%; }
  .section-title-small .section-info .-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #d9d9d9; }
  .section-title-small .section-info h3 {
    margin: 0;
    color: #004b87; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Features & Benefits - Style Loader
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Scroll to Content Component 
/* ---------------------------------------------------------- */
#scrollto {
  border-top: 1px solid #d9d9d9; }

.header-container {
  padding: 37px 0 0 0; }
  @media screen and (max-width: 47.9375em) {
    .header-container {
      padding: 25px 0 0 0; } }
  .header-container h3 {
    color: #004b87;
    margin: 0; }
  .header-container .keyline {
    border-top: 1px solid #d9d9d9;
    margin-top: 37px; }
    @media screen and (max-width: 47.9375em) {
      .header-container .keyline {
        margin-top: 25px;
        border-top: none; } }

.anchor-links .anchor-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 25px 0 25px 0; }
  .anchor-links .anchor-container .anchor-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid #d9d9d9; }
    .anchor-links .anchor-container .anchor-item:last-child {
      border-right: none; }
    .anchor-links .anchor-container .anchor-item .svg-icon, .anchor-links .anchor-container .anchor-item .category-icon {
      display: block;
      margin: 0 auto;
      height: 45px;
      width: auto; }
      .anchor-links .anchor-container .anchor-item .svg-icon svg, .anchor-links .anchor-container .anchor-item .category-icon svg {
        width: 100%;
        height: 100%; }
        .anchor-links .anchor-container .anchor-item .svg-icon svg path, .anchor-links .anchor-container .anchor-item .svg-icon svg stroke, .anchor-links .anchor-container .anchor-item .svg-icon svg polygon, .anchor-links .anchor-container .anchor-item .svg-icon svg circle, .anchor-links .anchor-container .anchor-item .svg-icon svg line, .anchor-links .anchor-container .anchor-item .svg-icon svg rect, .anchor-links .anchor-container .anchor-item .category-icon svg path, .anchor-links .anchor-container .anchor-item .category-icon svg stroke, .anchor-links .anchor-container .anchor-item .category-icon svg polygon, .anchor-links .anchor-container .anchor-item .category-icon svg circle, .anchor-links .anchor-container .anchor-item .category-icon svg line, .anchor-links .anchor-container .anchor-item .category-icon svg rect {
          fill: #00a3e0; }
    .anchor-links .anchor-container .anchor-item a {
      text-align: center;
      display: block;
      color: #292a2e;
      font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      margin: 10px auto;
      font-size: 18px; }
      .anchor-links .anchor-container .anchor-item a:hover {
        color: #00a3e0;
        text-decoration: underline; }
    .anchor-links .anchor-container .anchor-item .arrow-down {
      width: 12px;
      height: 9px;
      display: block;
      margin: 0 auto; }

#anchor-targets {
  border-top: 1px solid #d9d9d9;
  padding: 0 0 0px 0; }
  @media screen and (min-width: 48em) {
    #anchor-targets {
      padding: 20px 0 0px 0; } }
  @media screen and (min-width: 62em) {
    #anchor-targets {
      padding: 0 0 0px 0; } }
  #anchor-targets .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #anchor-targets .anchor-target-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    margin: 60px auto 0 auto; }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      #anchor-targets .anchor-target-item {
        margin: 40px auto 0 auto; } }
    @media screen and (max-width: 47.9375em) {
      #anchor-targets .anchor-target-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media screen and (min-width: 48em) {
      #anchor-targets .anchor-target-item .image {
        min-width: 330px;
        width: 330px;
        height: 330px; } }
    @media screen and (min-width: 62em) {
      #anchor-targets .anchor-target-item .image {
        min-width: 370px;
        width: 370px;
        height: 370px; } }
  #anchor-targets .icon {
    position: absolute;
    left: -79px;
    height: 80px;
    width: 80px; }
    #anchor-targets .icon:before {
      content: '';
      mix-blend-mode: multiply;
      background-color: #00a3e0;
      position: absolute;
      width: 100%;
      height: 100%; }
    #anchor-targets .icon .svg-icon {
      height: 45px;
      width: auto;
      position: relative;
      margin: 15px auto;
      display: block; }
  #anchor-targets .about-text {
    padding: 0;
    background: #fff;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 600px;
    flex: 0 1 600px; }
    @media screen and (max-width: 47.9375em) {
      #anchor-targets .about-text {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0; } }
    #anchor-targets .about-text .header {
      background: #00a3e0;
      height: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 30px; }
      @media screen and (max-width: 47.9375em) {
        #anchor-targets .about-text .header {
          margin-bottom: 20px;
          height: 60px; } }
      #anchor-targets .about-text .header h4 {
        padding-left: 40px;
        margin: 0; }
        @media screen and (max-width: 61.9375em) {
          #anchor-targets .about-text .header h4 {
            padding-left: 20px; } }
        #anchor-targets .about-text .header h4 a {
          font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
          color: #fff; }
    #anchor-targets .about-text p {
      padding: 0 40px;
      font-size: 20px;
      line-height: 28px; }
      @media screen and (max-width: 61.9375em) {
        #anchor-targets .about-text p {
          padding: 0 20px;
          font-size: 16px;
          line-height: 22px; } }
      @media screen and (min-width: 62em) {
        #anchor-targets .about-text p {
          font-size: 18px;
          line-height: 24px; } }
    #anchor-targets .about-text .btn-holder {
      height: 36px;
      margin-bottom: 28px; }
    #anchor-targets .about-text .btn-default-primary, #anchor-targets .about-text .btn-small-primary {
      margin-left: 40px; }
      @media screen and (max-width: 61.9375em) {
        #anchor-targets .about-text .btn-default-primary, #anchor-targets .about-text .btn-small-primary {
          margin-left: 20px; } }

.no-background-blend-mode .holder .holder-header:before {
  background-image: none !important;
  background-color: rgba(226, 124, 0, 0.83) !important; }

.no-background-blend-mode .vignette-sidebar .blue-multiply {
  background-image: none !important;
  background-color: rgba(255, 191, 63, 0.83) !important; }

.no-background-blend-mode #anchor-targets .icon:before {
  background-image: none !important;
  background-color: rgba(255, 191, 63, 0.83) !important; }

#info-icon-caption .gray-bg {
  background: #53565a; }
  #info-icon-caption .gray-bg h2 {
    font-size: 32px;
    color: #fff;
    padding: 45px 0;
    margin: 0; }
    @media screen and (max-width: 47.9375em) {
      #info-icon-caption .gray-bg h2 {
        font-size: 24px;
        line-height: 28px; } }

#info-icon-caption .featured-info {
  background: #292a2e;
  padding: 0 0 60px 0; }

#info-icon-caption .icon-and-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #53565a;
  margin: 60px 0 0 0;
  height: 110px; }
  @media screen and (max-width: 47.9375em) {
    #info-icon-caption .icon-and-text {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 0 0 0;
      height: 80px; } }
  @media screen and (max-width: 47.9375em) {
    #info-icon-caption .icon-and-text img {
      width: auto;
      max-width: 40px;
      height: 100%;
      max-height: 40px; } }
  #info-icon-caption .icon-and-text h4 {
    color: #fff;
    margin-left: 40px;
    padding: 0; }
    @media screen and (max-width: 61.9375em) {
      #info-icon-caption .icon-and-text h4 {
        margin-left: 25px;
        font-size: 18px;
        line-height: 22px; } }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Call To Action - Style Loader
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Call to Action Default 
/* ---------------------------------------------------------- */
#cta-orange {
  background: #ffa300;
  margin: 3px 0; }
  @media screen and (max-width: 61.9375em) {
    #cta-orange {
      height: auto;
      background: none; } }
  #cta-orange .cta-container {
    height: 245px; }
    @media screen and (max-width: 61.9375em) {
      #cta-orange .cta-container {
        height: auto;
        padding: 0; } }
  #cta-orange .cta-orange-left {
    background: #ffa300;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 61.9375em) {
      #cta-orange .cta-orange-left {
        padding: 30px 20px 21px 20px; } }
  #cta-orange .cta-orange-right {
    background: #e27c00;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    @media screen and (max-width: 61.9375em) {
      #cta-orange .cta-orange-right {
        display: block;
        padding: 30px; } }
  #cta-orange .contact-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media screen and (max-width: 61.9375em) {
      #cta-orange .contact-flex {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 30px 0;
        padding-left: 15px; } }
    @media screen and (max-width: 47.9375em) {
      #cta-orange .contact-flex {
        padding-left: 0; } }
    #cta-orange .contact-flex .contact-info {
      margin-left: 30px; }
      @media screen and (max-width: 74.9375em) {
        #cta-orange .contact-flex .contact-info {
          margin-left: 20px; } }
      #cta-orange .contact-flex .contact-info h4 {
        color: #fff;
        font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        padding: 0 0 20px/4 0;
        font-size: 17px;
        line-height: 21px; }
      #cta-orange .contact-flex .contact-info p {
        color: #fff;
        font-size: 13px;
        line-height: 1.4em; }
    @media screen and (max-width: 47.9375em) {
      #cta-orange .contact-flex img {
        width: 40px;
        height: 40px; } }
  #cta-orange .btn-default-primary-neg {
    border-color: #ffa300;
    background: #ffa300; }
  #cta-orange h2 {
    font-size: 32px;
    line-height: 38px;
    color: #fff;
    padding: 0; }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      #cta-orange h2 {
        text-align: center; } }
    @media screen and (max-width: 47.9375em) {
      #cta-orange h2 {
        text-align: center;
        font-size: 28px;
        line-height: 32px; } }

.sidebar-style-2 .-noheader {
  height: 6px;
  background: #ffa300; }

.sidebar-style-2 .-header {
  background: #ffa300;
  height: 138px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px; }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .sidebar-style-2 .-header {
      height: 170px;
      padding: 0 30px; } }
  @media screen and (max-width: 47.9375em) {
    .sidebar-style-2 .-header {
      height: 130px;
      padding: 0 25px; } }
  .sidebar-style-2 .-header h2 {
    font-size: 32px;
    line-height: 38px;
    color: #fff;
    padding: 0; }
    @media screen and (max-width: 47.9375em) {
      .sidebar-style-2 .-header h2 {
        font-size: 24px;
        line-height: 28px;
        text-align: center; } }

.sidebar-style-2 .-content {
  background: #e27c00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 10px 30px; }
  @media screen and (max-width: 47.9375em) {
    .sidebar-style-2 .-content {
      padding: 10px 30px 20px 30px; } }
  .sidebar-style-2 .-content .-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px 0;
    border-bottom: 1px solid #ffa300;
    min-width: 100%;
    max-width: 100%; }
    .sidebar-style-2 .-content .-section:last-of-type {
      border-bottom: 0; }
    .sidebar-style-2 .-content .-section .contact-info {
      max-width: 100%;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
      @media screen and (max-width: 61.9375em) {
        .sidebar-style-2 .-content .-section .contact-info {
          margin-left: 0; } }
      .sidebar-style-2 .-content .-section .contact-info h4 {
        color: #fff;
        font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        padding: 0 0 20px/4 0; }
      .sidebar-style-2 .-content .-section .contact-info p {
        color: #fff; }
    .sidebar-style-2 .-content .-section .btn-default-primary-neg {
      border-color: #ffa300;
      background: #ffa300; }
    .sidebar-style-2 .-content .-section img {
      margin-right: 20px; }
      @media screen and (max-width: 61.9375em) {
        .sidebar-style-2 .-content .-section img {
          display: none; } }
  .sidebar-style-2 .-content .border {
    height: 1px;
    width: 250px;
    background: #ffa300;
    position: relative;
    right: -30px; }
    @media screen and (max-width: 47.9375em) {
      .sidebar-style-2 .-content .border {
        width: 225px;
        right: -25px; } }

#cta-orange-alternate {
  background: #e27c00;
  margin: 0; }
  @media screen and (max-width: 61.9375em) {
    #cta-orange-alternate {
      height: auto;
      background: none; } }
  @media screen and (min-width: 62em) {
    #cta-orange-alternate {
      background-image: url(src/media/svg/cta-wide-bg.svg);
      background-position: center center; } }
  #cta-orange-alternate .cta-container {
    height: auto; }
    @media screen and (max-width: 61.9375em) {
      #cta-orange-alternate .cta-container {
        max-width: 100%;
        padding: 0; } }
    @media screen and (min-width: 62em) {
      #cta-orange-alternate .cta-container {
        height: 260px; } }
    @media screen and (min-width: 75em) {
      #cta-orange-alternate .cta-container {
        height: 245px; } }
  #cta-orange-alternate h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 32px;
    line-height: 38px; }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      #cta-orange-alternate h2 {
        text-align: center; } }
    @media screen and (max-width: 47.9375em) {
      #cta-orange-alternate h2 {
        font-size: 28px;
        line-height: 32px;
        text-align: center; } }
  #cta-orange-alternate .-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffa300; }
    @media screen and (max-width: 61.9375em) {
      #cta-orange-alternate .-title {
        padding: 30px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  #cta-orange-alternate .-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    background: #e27c00;
    padding: 30px; }
    @media screen and (min-width: 62em) {
      #cta-orange-alternate .-content {
        padding: 0; } }
  #cta-orange-alternate .contact-info {
    margin-left: 30px; }
    @media screen and (max-width: 74.9375em) {
      #cta-orange-alternate .contact-info {
        margin-left: 20px; } }
  #cta-orange-alternate .description {
    width: 100%; }
    @media screen and (max-width: 47.9375em) {
      #cta-orange-alternate .description {
        padding-bottom: 30px; } }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      #cta-orange-alternate .description {
        max-width: 460px;
        -ms-flex-preferred-size: 460px;
        flex-basis: 460px; } }
    @media screen and (min-width: 62em) and (max-width: 74.9375em) {
      #cta-orange-alternate .description {
        max-width: 420px;
        -ms-flex-preferred-size: 420px;
        flex-basis: 420px;
        padding: 0 35px 0 20px; } }
    @media screen and (min-width: 75em) {
      #cta-orange-alternate .description {
        max-width: 500px;
        -ms-flex-preferred-size: 500px;
        flex-basis: 500px;
        padding-left: 45px; } }
    @media screen and (max-width: 47.9375em) {
      #cta-orange-alternate .description {
        width: 100%; } }
    #cta-orange-alternate .description p {
      color: #fff;
      font-size: 16px;
      line-height: 22px; }
      @media screen and (min-width: 48em) {
        #cta-orange-alternate .description p {
          font-size: 18px;
          line-height: 24px; } }
      @media screen and (min-width: 75em) {
        #cta-orange-alternate .description p {
          font-size: 18px;
          line-height: 24px; } }
  #cta-orange-alternate .-action {
    max-width: 100%; }
    @media screen and (min-width: 48em) {
      #cta-orange-alternate .-action {
        max-width: 220px;
        margin-top: 0px; } }
    #cta-orange-alternate .-action .icon-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 5px; }
      @media screen and (min-width: 48em) {
        #cta-orange-alternate .-action .icon-title {
          margin-bottom: 15px; } }
      #cta-orange-alternate .-action .icon-title img {
        width: 30px;
        height: 30px;
        margin-right: 25px; }
      #cta-orange-alternate .-action .icon-title h5 {
        color: #fff;
        font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        margin: 0;
        padding: 0; }
    #cta-orange-alternate .-action .-copy {
      padding-left: 55px; }
      #cta-orange-alternate .-action .-copy p {
        color: #fff;
        margin: 0; }

#cta-thirds {
  padding: 120px 0;
  border-bottom: 1px solid #d9d9d9; }
  @media screen and (min-width: 62em) and (max-width: 74.9375em) {
    #cta-thirds {
      padding: 80px 0; } }
  @media screen and (max-width: 61.9375em) {
    #cta-thirds {
      padding: 60px 0 30px 0; } }
  #cta-thirds .blue-multiply {
    width: 100%;
    height: 20px;
    margin-top: -20px;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #6bcaba;
    overflow: hidden;
    mix-blend-mode: multiply;
    background-size: 100%; }
    @media screen and (max-width: 74.9375em) {
      #cta-thirds .blue-multiply {
        margin-top: -19px; } }
  #cta-thirds .box-shadow {
    -webkit-box-shadow: 4px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 4px 4px rgba(0, 0, 0, 0.12); }

.cta-third-holder {
  border-top: 10px solid #6bcaba;
  background: #fff;
  padding: 20px 30px 30px 30px;
  min-height: 176px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 61.9375em) {
    .cta-third-holder {
      margin-bottom: 30px;
      padding: 20px 20px 30px 20px; } }
  .cta-third-holder p {
    margin-bottom: 10px;
    color: #53565a; }
    @media screen and (min-width: 62em) and (max-width: 74.9375em) {
      .cta-third-holder p {
        font-size: 22px;
        line-height: 26px; } }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      .cta-third-holder p {
        font-size: 18px;
        line-height: 22px; } }
  .cta-third-holder .btn-small-gray {
    position: absolute; }
  .cta-third-holder .btn-holder {
    height: 30px; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*    Components - Style Loader
/* ---------------------------------------------------------- */
#cta-songselect {
  padding: 60px 0;
  border-bottom: 1px solid #d9d9d9; }
  @media screen and (min-width: 62em) {
    #cta-songselect {
      padding: 80px 0; } }
  @media screen and (min-width: 75em) {
    #cta-songselect {
      padding: 120px 0; } }
  #cta-songselect .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #cta-songselect .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding: 35px 20px;
    background: #fff;
    border-top: 10px solid #00a3e0;
    -webkit-box-shadow: 0 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px rgba(0, 0, 0, 0.12); }
    @media screen and (min-width: 48em) {
      #cta-songselect .container {
        padding: 0;
        max-width: 970px;
        -webkit-box-shadow: 4px 4px rgba(0, 0, 0, 0.12);
        box-shadow: 4px 4px rgba(0, 0, 0, 0.12); } }
  #cta-songselect .featured-image {
    display: none; }
    @media screen and (min-width: 48em) {
      #cta-songselect .featured-image {
        display: block;
        min-width: 300px;
        width: 300px;
        height: 300px;
        height: 341px; } }
    @media screen and (min-width: 62em) {
      #cta-songselect .featured-image {
        min-width: 330px;
        width: 370px;
        height: 370px;
        height: 420px; } }
  #cta-songselect .featured-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 600px;
    max-width: 600px; }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      #cta-songselect .featured-copy {
        padding: 0 30px; } }
    #cta-songselect .featured-copy .-inner {
      max-width: 370px; }
      @media screen and (min-width: 75em) {
        #cta-songselect .featured-copy .-inner {
          max-width: 470px; } }
    #cta-songselect .featured-copy .-logo {
      width: 250px;
      height: auto; }
      @media screen and (min-width: 48em) {
        #cta-songselect .featured-copy .-logo {
          width: 330px; } }
    #cta-songselect .featured-copy p {
      margin: 20px 0;
      padding: 0;
      font-size: 16px;
      line-height: 24px;
      color: #53565a; }
      @media screen and (min-width: 62em) {
        #cta-songselect .featured-copy p {
          margin: 30px 0 50px 0;
          font-size: 20px;
          line-height: 28px; } }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Notifications - Style Loader
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code.

/* ---------------------------------------------------------- */
/* 	Notification Styles
/* ---------------------------------------------------------- */
.notification-bar {
  display: none;
  padding: 19px 0;
  background: #e27c00;
  color: #fff;
  height: auto;
  position: relative; }
  .notification-bar .interior {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .notification-bar .interior .content-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .notification-bar .interior .content-left .mega-icon {
        width: 42px;
        height: 42px; }
        @media screen and (max-width: 47.9375em) {
          .notification-bar .interior .content-left .mega-icon {
            display: none; } }
      .notification-bar .interior .content-left .mega-icon-mobile {
        width: 20px;
        height: 20px;
        margin-right: 10px; }
      .notification-bar .interior .content-left .message {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media screen and (max-width: 47.9375em) {
          .notification-bar .interior .content-left .message {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start; } }
        .notification-bar .interior .content-left .message p {
          line-height: 22px;
          margin: 0 20px; }
          @media screen and (max-width: 47.9375em) {
            .notification-bar .interior .content-left .message p {
              font-size: 14px;
              line-height: 18px;
              margin: 0 0 20px 0; } }
    .notification-bar .interior .content-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      @media screen and (max-width: 47.9375em) {
        .notification-bar .interior .content-right {
          -ms-flex-preferred-size: 20px;
          flex-basis: 20px;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; } }
      .notification-bar .interior .content-right .close-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .notification-bar .interior .content-right .close-icon {
        position: relative;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .notification-bar .interior .content-right .close-icon:hover {
          opacity: 0.7; }
  .notification-bar[data-display="open"] {
    display: block; }

div.cvl-video-modal {
  padding: 0;
  width: 1080px;
  max-width: 90%;
  background-color: transparent;
  margin: 0 auto;
  overflow: visible; }
  @media (max-width: 930px) {
    div.cvl-video-modal {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  div.cvl-video-modal div.youtube-popout {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; }
    div.cvl-video-modal div.youtube-popout iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  div.cvl-video-modal div.spinner-wrap {
    text-align: center;
    padding-top: 100px; }
  div.cvl-video-modal .spinner {
    animation: rotate 1.4s linear infinite;
    -webkit-animation: rotate 1.4s linear infinite;
    -moz-animation: rotate 1.4s linear infinite;
    width: 144px;
    height: 144px;
    position: relative; }
  div.cvl-video-modal .spinner-dot {
    width: 274px;
    height: 274px;
    position: relative;
    top: 0; }

@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotate {
  to {
    transform: rotate(360deg); } }
  div.cvl-video-modal .path {
    stroke-dasharray: 170;
    stroke-dashoffset: 20; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Modals - Style Loader
/* ---------------------------------------------------------- */
div.two-minute-video-modal {
  padding: 0;
  width: 1080px;
  max-width: 90%;
  background-color: transparent;
  margin: 0 auto;
  overflow: visible; }
  @media (max-width: 930px) {
    div.two-minute-video-modal {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  div.two-minute-video-modal div.video-with-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 930px) {
      div.two-minute-video-modal div.video-with-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 10px; }
        div.two-minute-video-modal div.video-with-nav:before {
          content: '';
          position: absolute;
          bottom: 120px;
          left: 0;
          right: 0;
          height: 1px;
          background: #00a3e0; } }
    @media (max-width: 769px) {
      div.two-minute-video-modal div.video-with-nav:before {
        bottom: 320px; } }
    @media (max-width: 600px) {
      div.two-minute-video-modal div.video-with-nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-top: 50px; }
        div.two-minute-video-modal div.video-with-nav:before {
          content: none; } }
    @media (max-width: 520px) {
      div.two-minute-video-modal div.video-with-nav:before {
        bottom: 380px; } }
    @media (max-width: 420px) {
      div.two-minute-video-modal div.video-with-nav:before {
        bottom: 420px; } }
    @media (max-width: 340px) {
      div.two-minute-video-modal div.video-with-nav:before {
        bottom: 460px; } }
    div.two-minute-video-modal div.video-with-nav nav {
      margin: 0 15px;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 110px;
      flex: 1 0 110px; }
      @media (max-width: 930px) {
        div.two-minute-video-modal div.video-with-nav nav {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 40%;
          flex: 0 0 40%;
          margin: 15px; } }
      @media (max-width: 360px) {
        div.two-minute-video-modal div.video-with-nav nav {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
          flex: 1 1 50%;
          margin: 0;
          padding: 10px;
          -ms-flex-item-align: start !important;
          align-self: flex-start !important; } }
      div.two-minute-video-modal div.video-with-nav nav:first-child {
        text-align: right; }
        @media (max-width: 930px) {
          div.two-minute-video-modal div.video-with-nav nav:first-child {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2; } }
      div.two-minute-video-modal div.video-with-nav nav div.video-cue {
        color: #00a3e0;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms; }
        div.two-minute-video-modal div.video-with-nav nav div.video-cue svg {
          width: 30px;
          height: 30px; }
          div.two-minute-video-modal div.video-with-nav nav div.video-cue svg path {
            -webkit-transition: all 300ms;
            -o-transition: all 300ms;
            transition: all 300ms; }
        div.two-minute-video-modal div.video-with-nav nav div.video-cue:hover {
          color: #fff;
          cursor: pointer; }
          div.two-minute-video-modal div.video-with-nav nav div.video-cue:hover svg path {
            stroke: #fff; }
      div.two-minute-video-modal div.video-with-nav nav span {
        display: block; }
    div.two-minute-video-modal div.video-with-nav div.video-wrapper {
      position: relative;
      padding-bottom: 38.65%;
      padding-top: 25px;
      height: 0;
      width: 100%; }
      @media (max-width: 930px) {
        div.two-minute-video-modal div.video-with-nav div.video-wrapper {
          position: absolute;
          top: 0; } }
      div.two-minute-video-modal div.video-with-nav div.video-wrapper iframe.vid {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      div.two-minute-video-modal div.video-with-nav div.video-wrapper div#close-modal {
        position: absolute;
        top: -35px;
        right: 0;
        cursor: pointer; }
        div.two-minute-video-modal div.video-with-nav div.video-wrapper div#close-modal svg {
          width: 25px;
          height: 25px; }
  div.two-minute-video-modal div.video-information {
    padding: 40px 125px 0; }
    @media (max-width: 930px) {
      div.two-minute-video-modal div.video-information {
        padding: 40px 100px 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 330px; } }
    @media (max-width: 769px) {
      div.two-minute-video-modal div.video-information {
        margin-top: 280px; }
        div.two-minute-video-modal div.video-information div:last-child {
          text-align: left !important; } }
    @media (max-width: 680px) {
      div.two-minute-video-modal div.video-information {
        margin-top: 260px; } }
    @media (max-width: 600px) {
      div.two-minute-video-modal div.video-information {
        padding: 0; } }
    @media (max-width: 520px) {
      div.two-minute-video-modal div.video-information {
        margin-top: 240px; } }
    @media (max-width: 420px) {
      div.two-minute-video-modal div.video-information {
        margin-top: 200px; } }
    @media (max-width: 340px) {
      div.two-minute-video-modal div.video-information {
        margin-top: 160px; } }
    div.two-minute-video-modal div.video-information h4 {
      color: #fff;
      border-bottom: 1px solid #00a3e0;
      padding-bottom: 8px; }
    div.two-minute-video-modal div.video-information p {
      color: #fff; }
    div.two-minute-video-modal div.video-information a.two-minutes-with-ccli-pdf {
      color: #fff;
      -webkit-transition: all 300ms;
      -o-transition: all 300ms;
      transition: all 300ms; }
      div.two-minute-video-modal div.video-information a.two-minutes-with-ccli-pdf svg {
        width: 16px;
        margin-right: 6px;
        display: inline-block;
        height: 22.58px; }
        div.two-minute-video-modal div.video-information a.two-minutes-with-ccli-pdf svg path {
          stroke: #fff;
          -webkit-transition: all 300ms;
          -o-transition: all 300ms;
          transition: all 300ms; }
      div.two-minute-video-modal div.video-information a.two-minutes-with-ccli-pdf:hover {
        color: #00a3e0; }
        div.two-minute-video-modal div.video-information a.two-minutes-with-ccli-pdf:hover svg path {
          stroke: #00a3e0; }
  div.two-minute-video-modal div.spinner-wrap {
    text-align: center;
    padding-top: 100px; }
  div.two-minute-video-modal .spinner {
    animation: rotate 1.4s linear infinite;
    -webkit-animation: rotate 1.4s linear infinite;
    -moz-animation: rotate 1.4s linear infinite;
    width: 144px;
    height: 144px;
    position: relative; }
  div.two-minute-video-modal .spinner-dot {
    width: 274px;
    height: 274px;
    position: relative;
    top: 0; }

@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotate {
  to {
    transform: rotate(360deg); } }
  div.two-minute-video-modal .path {
    stroke-dasharray: 170;
    stroke-dashoffset: 20; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Navigation - Style Loader
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code.

/* ---------------------------------------------------------- */
/* Navigation - Saltellite Styles
/* ---------------------------------------------------------- */
#menu-userActionsTop {
  background: #f0f0f0; }

.menu-userActions {
  height: 46px; }
  .menu-userActions .row {
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .menu-userActions .-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .menu-userActions .-menu .nav-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0;
      z-index: 600; }
      .menu-userActions .-menu .nav-items li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 5px;
        background: transparent;
        border-radius: 36px;
        height: 30px;
        padding: 0 15px;
        position: relative;
        font-weight: 500; }
        .menu-userActions .-menu .nav-items li a:hover {
          background: #fff; }
        .menu-userActions .-menu .nav-items li a:before {
          display: block;
          content: '';
          background-repeat: no-repeat;
          background-position: 0 0;
          width: 18px;
          height: 18px;
          background-size: 18px 36px;
          margin-right: 8px;
          overflow: hidden; }
      .menu-userActions .-menu .nav-items .-sign-in a:before {
        background: url(src/media/svg/icon-user-sprite.svg);
        width: 17px;
        height: 18px;
        background-repeat: no-repeat;
        background-size: 17px 36px;
        background-position: 0 0;
        overflow: hidden; }
      .menu-userActions .-menu .nav-items .-sign-in a:hover:before {
        background-position: 0 -18px; }
      .menu-userActions .-menu .nav-items .-sign-in > a:hover, .menu-userActions .-menu .nav-items .-sign-in > a.active {
        background: #fff; }
        .menu-userActions .-menu .nav-items .-sign-in > a:hover:after, .menu-userActions .-menu .nav-items .-sign-in > a.active:after {
          content: '';
          width: 0;
          height: 0;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-top: 15px solid #fff;
          position: absolute;
          bottom: -7px;
          left: 50%;
          margin-left: -12px; }
        .menu-userActions .-menu .nav-items .-sign-in > a:hover:before, .menu-userActions .-menu .nav-items .-sign-in > a.active:before {
          background-position: 0 -18px; }
      .menu-userActions .-menu .nav-items .-signup a:before {
        background: url(src/media/svg/icon-envelope-sprite.svg);
        width: 18px;
        height: 18px;
        background-repeat: no-repeat;
        background-size: 18px 36px;
        background-position: 0 0;
        overflow: hidden; }
      .menu-userActions .-menu .nav-items .-signup a:hover:before {
        background-position: 0 -18px; }
      .menu-userActions .-menu .nav-items .-support a:before {
        background: url(src/media/svg/icon-question-sprite.svg);
        width: 18px;
        height: 18px;
        background-repeat: no-repeat;
        background-size: 18px 36px;
        background-position: 0 0;
        overflow: hidden; }
      .menu-userActions .-menu .nav-items .-support a:hover:before {
        background-position: 0 -18px; }
      .menu-userActions .-menu .nav-items .-country a:before {
        background: url(src/media/svg/icon-globe-sprite.svg);
        width: 18px;
        height: 18px;
        background-repeat: no-repeat;
        background-size: 18px 36px;
        background-position: 0 0;
        overflow: hidden; }
      .menu-userActions .-menu .nav-items .-country a:hover, .menu-userActions .-menu .nav-items .-country a.active,
      .menu-userActions .-menu .nav-items .-language a:hover, .menu-userActions .-menu .nav-items .-language a.active {
        background: #fff; }
        .menu-userActions .-menu .nav-items .-country a:hover:after, .menu-userActions .-menu .nav-items .-country a.active:after,
        .menu-userActions .-menu .nav-items .-language a:hover:after, .menu-userActions .-menu .nav-items .-language a.active:after {
          content: '';
          width: 0;
          height: 0;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-bottom: 15px solid #fff;
          position: absolute;
          top: -7px;
          left: 50%;
          margin-left: -12px; }
        .menu-userActions .-menu .nav-items .-country a:hover:before, .menu-userActions .-menu .nav-items .-country a.active:before,
        .menu-userActions .-menu .nav-items .-language a:hover:before, .menu-userActions .-menu .nav-items .-language a.active:before {
          background-position: 0 -18px; }
      .menu-userActions .-menu .nav-items .-language a:before {
        width: 18px;
        height: 18px;
        background: url(src/media/svg/icon-languages-sprite.svg);
        background-repeat: no-repeat;
        background-size: 18px 36px;
        background-position: 0 0;
        overflow: hidden; }
      .menu-userActions .-menu .nav-items .-language a:hover:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 15px solid #fff;
        position: absolute;
        top: -7px;
        left: 50%;
        margin-left: -12px; }
      .menu-userActions .-menu .nav-items .-language a:hover:before {
        background-position: 0 -18px; }
      .menu-userActions .-menu .nav-items .-order a {
        background: #e27c00;
        border-radius: 36px;
        font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.7px;
        width: auto;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 20px;
        color: #fff;
        -webkit-box-shadow: 0 4px 0 rgba(41, 42, 46, 0.08);
        box-shadow: 0 4px 0 rgba(41, 42, 46, 0.08);
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .menu-userActions .-menu .nav-items .-order a:active {
          -webkit-box-shadow: 0 2px 0 rgba(41, 42, 46, 0.08);
          box-shadow: 0 2px 0 rgba(41, 42, 46, 0.08); }
        .menu-userActions .-menu .nav-items .-order a:hover {
          background: #ffa300;
          color: #fff; }
        .menu-userActions .-menu .nav-items .-order a:before {
          width: 18px;
          height: 16px;
          background: url(src/media/svg/icon-cart.svg); }
      .menu-userActions .-menu .nav-items a {
        color: #292a2e;
        font-size: 14px;
        padding: 0; }
  .menu-userActions .sub-menu.show {
    margin: 7px 0 0 0;
    min-width: 170px;
    border: 1px solid rgba(217, 217, 217, 0.36);
    z-index: 420; }
    .menu-userActions .sub-menu.show li:first-child {
      border-top: 0; }
    .menu-userActions .sub-menu.show li a {
      display: block;
      font-size: 16px;
      padding: 0px 15px 0px 15px;
      line-height: 42px;
      height: 42px;
      border-radius: 0;
      margin: 0; }
      .menu-userActions .sub-menu.show li a:before {
        content: none; }
      .menu-userActions .sub-menu.show li a:hover {
        background: #00a3e0;
        color: #fff; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code.

/* ---------------------------------------------------------- */
/* 	Navigation - Primary Styles
/* ---------------------------------------------------------- */
.navigation-primary {
  display: none;
  position: relative;
  z-index: 300; }
  @media screen and (min-width: 48em) {
    .navigation-primary {
      display: block;
      height: 130px; } }
  @media screen and (min-width: 62em) {
    .navigation-primary {
      height: 80px; } }
  .navigation-primary .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%; }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      .navigation-primary .row {
        padding-top: 20px;
        padding-bottom: 20px; } }
    .navigation-primary .row .nav-elements {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (min-width: 48em) and (max-width: 61.9375em) {
        .navigation-primary .row .nav-elements {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      .navigation-primary .row .-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%; } }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      .navigation-primary .row .-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%; } }
    .navigation-primary .row a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; }
  .navigation-primary .logo {
    width: 270px;
    height: 100%;
    max-height: 51px;
    margin-right: 30px; }
  .navigation-primary .icon-finder-desktop,
  .navigation-primary .icon-finder-tablet {
    height: 18px; }
    .navigation-primary .icon-finder-desktop :after,
    .navigation-primary .icon-finder-tablet :after {
      content: none;
      opacity: 0;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
    .navigation-primary .icon-finder-desktop[data-ui="active"]:after,
    .navigation-primary .icon-finder-tablet[data-ui="active"]:after {
      top: 40px;
      left: 30px;
      opacity: 1;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
  .navigation-primary .icon-finder-tablet {
    display: none; }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      .navigation-primary .icon-finder-tablet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .navigation-primary .icon-finder-desktop {
    display: none;
    position: relative; }
    @media screen and (min-width: 62em) {
      .navigation-primary .icon-finder-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .navigation-primary .-nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      .navigation-primary .-nav-wrap {
        width: 100%;
        padding-top: 10px; } }
  .navigation-primary .nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative; }
    .navigation-primary .nav-items li {
      height: 100%;
      font-size: 18px;
      position: relative; }
      @media screen and (max-width: 74.9375em) {
        .navigation-primary .nav-items li {
          font-size: 16px; } }
      .navigation-primary .nav-items li a {
        height: 100%;
        color: #292a2e;
        position: relative; }
        .navigation-primary .nav-items li a:hover, .navigation-primary .nav-items li a.active-menu {
          color: #eeb31f; }
        .navigation-primary .nav-items li a:before {
          content: '/';
          width: 2px;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          position: relative;
          right: 17px;
          top: 1px;
          color: #B1B3B3; }
      .navigation-primary .nav-items li.current-menu-item > a {
        color: #eeb31f; }
      .navigation-primary .nav-items li:first-child a:before {
        content: ''; }
      .navigation-primary .nav-items li:last-child a {
        padding-right: 0; }
    .navigation-primary .nav-items > .menu-item > a {
      position: relative;
      padding-right: 26px; }
      .navigation-primary .nav-items > .menu-item > a:after {
        content: '';
        display: none;
        position: absolute;
        top: 110%;
        left: 35%;
        width: 10px;
        height: 8px; }
      .navigation-primary .nav-items > .menu-item > a:hover:after, .navigation-primary .nav-items > .menu-item > a.active-menu:after {
        display: block; }
    .navigation-primary .nav-items > .menu-item-has-children > a {
      position: relative;
      padding-right: 26px; }
      .navigation-primary .nav-items > .menu-item-has-children > a:after {
        content: '';
        display: none;
        position: absolute;
        top: 110%;
        left: 35%;
        width: 10px;
        height: 8px;
        background-image: url("src/media/svg/icon-chevron-down.svg");
        background-repeat: no-repeat;
        background-size: 10px 8px; }
      .navigation-primary .nav-items > .menu-item-has-children > a:hover:after, .navigation-primary .nav-items > .menu-item-has-children > a.active-menu:after {
        display: block; }
  .navigation-primary .reduced-font-nav li {
    font-size: 16px; }
    @media screen and (max-width: 74.9375em) {
      .navigation-primary .reduced-font-nav li {
        font-size: 14px; } }
  .navigation-primary ul ul {
    display: none; }
  .navigation-primary .icon-finder {
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin-left: 30px; }

ul {
  list-style: none;
  list-style-type: none; }
  ul .sub-menu {
    display: none; }

.sub-menu.show {
  display: block;
  position: absolute;
  margin: 26px 0 0 0;
  background: #fff;
  min-width: 270px;
  -webkit-box-shadow: 3px 3px 0 rgba(41, 42, 46, 0.1);
  box-shadow: 3px 3px 0 rgba(41, 42, 46, 0.1); }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .sub-menu.show {
      margin: 22px 0 0 0; } }
  .sub-menu.show li {
    border-top: 1px solid #e6e6e6;
    font-size: 18px; }
    .sub-menu.show li a {
      display: block;
      font-size: 16px;
      padding: 0px 15px 0px 15px;
      line-height: 42px;
      height: 42px; }
      .sub-menu.show li a:hover {
        color: #fff;
        background: #eeb31f !important; }
      .sub-menu.show li a:before {
        display: none; }

.sub-menu .menu-item-has-children .sub-menu {
  display: block;
  margin: 0; }
  .sub-menu .menu-item-has-children .sub-menu li a {
    padding-left: 30px; }

.screenview-link > a {
  color: #ffa300 !important;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.screenview-link > a::before {
  font-family: akagi_probook, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

@media screen and (min-width: 48em) and (max-width: 61.9375em) {
  #menu-item-408 .sub-menu {
    right: -60px; }
  #menu-item-409 .sub-menu {
    right: -15px; } }

#menu-item-408 .sub-menu {
  right: -60px; }

#menu-item-409 .sub-menu {
  right: -15px; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code.

/* ---------------------------------------------------------- */
/*   Mobile Nav. Primary.
 /* ---------------------------------------------------------- */
.mobile-nav-container {
  background: #323336;
  color: #fff;
  text-align: center; }
  .mobile-nav-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 10px 20px;
    list-style: none;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .mobile-nav-container .align-item {
    background: #292a2e;
    padding: 5px;
    width: auto;
    *width: 66px;
    /* for IE */
    min-width: 66px;
    height: 50px;
    line-height: 1;
    font-size: 10px;
    text-align: center; }
    .mobile-nav-container .align-item .menu-item {
      color: #fff;
      padding: 15px 0; }
      .mobile-nav-container .align-item .menu-item .nav-icon {
        width: 18px;
        height: 18px;
        margin: 4px auto 6px auto;
        display: block; }
    .mobile-nav-container .align-item #menu-more .nav-icon {
      margin: 12px auto -2px auto; }

/* ---------------------------------------------------------- */
/*   Mobile Toggle Navigation
/* ---------------------------------------------------------- */
.nav-mobile-overlay-bg {
  background: rgba(41, 42, 46, 0.91);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 9998; }

.nav-mobile-overlay {
  display: none;
  width: 100%;
  height: 100%;
  padding: 10px 0 0 0;
  position: absolute;
  top: 0;
  color: white;
  z-index: 9999;
  /* ---------------------------------------------------------- */
  /*   Mobile Menu - Search Input
	/* ---------------------------------------------------------- */
  /* ---------------------------------------------------------- */ }
  .nav-mobile-overlay .menu-actions {
    margin-bottom: 10px; }
    .nav-mobile-overlay .menu-actions .menu-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  .nav-mobile-overlay .mobile-order-renew {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    background: #e27c00;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 0 10px; }
    .nav-mobile-overlay .mobile-order-renew .user-icon {
      width: 15px;
      height: 18px;
      margin-right: 10px; }
    .nav-mobile-overlay .mobile-order-renew:before {
      content: '';
      background-image: url("src/media/svg/icon-cart-white.svg");
      background-repeat: no-repeat;
      width: 18px;
      height: 17px;
      display: block;
      right: 15px;
      top: 12px;
      margin-right: 5px; }
  .nav-mobile-overlay .close-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    background: #292a2e;
    cursor: pointer;
    height: 50px;
    width: 50px; }
    .nav-mobile-overlay .close-menu .close-icon-mobile-nav {
      width: 20px;
      height: 20px; }
  .nav-mobile-overlay .menu-mobile-navigation-container {
    padding-bottom: 100px; }
  .nav-mobile-overlay .mobile-search {
    margin: 0 0 10px 0; }
  .nav-mobile-overlay .search-field {
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .nav-mobile-overlay .ccli-search-input .search-btn {
    background: #ffa300; }
  .nav-mobile-overlay .menu {
    margin: 0; }
    .nav-mobile-overlay .menu li {
      display: block;
      background: #292a2e;
      border-bottom: 1px solid #53565a;
      font-size: 14px;
      position: relative; }
      .nav-mobile-overlay .menu li:last-child {
        border-bottom: 0; }
      .nav-mobile-overlay .menu li.menu-item-has-children:after {
        content: '';
        display: block;
        width: 12px;
        height: 10px;
        background-image: url(src/media/svg/icon-arrow-down-line-gray.svg);
        background-repeat: no-repeat;
        position: absolute;
        right: 15px;
        top: 15px; }
      .nav-mobile-overlay .menu li.menu-item-has-children[aria-expanded="true"] > a {
        font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        color: #ebf8fd; }
      .nav-mobile-overlay .menu li.menu-item-has-children[aria-expanded="true"]:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      .nav-mobile-overlay .menu li.is-submenu-item a {
        text-indent: 26px; }
      .nav-mobile-overlay .menu li.current-menu-item a {
        font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        color: #00a3e0; }
      .nav-mobile-overlay .menu li.-commerce {
        background-color: #00a3e0; }
        .nav-mobile-overlay .menu li.-commerce:after {
          content: '';
          background-image: url(src/media/svg/icon-cart-white.svg);
          background-repeat: no-repeat;
          width: 18px;
          height: 17px;
          display: block;
          position: absolute;
          right: 15px;
          top: 12px; }
      .nav-mobile-overlay .menu li a {
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 42px;
        text-indent: 15px; }
      .nav-mobile-overlay .menu li .sub-menu {
        margin-left: 0; }
        .nav-mobile-overlay .menu li .sub-menu .menu-item-has-children .sub-menu li a {
          padding-left: 0; }
        .nav-mobile-overlay .menu li .sub-menu .menu-item {
          background: #323336;
          border-top: 1px solid #53565a;
          border-bottom: none; }
          .nav-mobile-overlay .menu li .sub-menu .menu-item .is-accordion-submenu .is-submenu-item {
            padding-left: 15px; }

/* ---------------------------------------------------------- */
.show {
  display: block;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.hide {
  display: none;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.vis-hidden {
  opacity: 0.43;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Location/Language Menu
/* ---------------------------------------------------------- */
.location-language-menu {
  display: none; }
  @media screen and (max-width: 47.9375em) {
    .location-language-menu {
      display: none !important; } }
  .location-language-menu .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 120px; }
    .location-language-menu .title h3 {
      font-size: 32px;
      color: #ffa300; }
  .location-language-menu #region-tabs {
    border: none;
    background: transparent;
    margin: 0 auto; }
  .location-language-menu .tabs-content {
    display: block !important;
    height: 0;
    border: none;
    background: #f0f0f0;
    -webkit-transition: height 200ms ease;
    -o-transition: height 200ms ease;
    transition: height 200ms ease; }
    .location-language-menu .tabs-content.is-active {
      height: 160px;
      -webkit-transition: height 200ms ease;
      -o-transition: height 200ms ease;
      transition: height 200ms ease; }
    .location-language-menu .tabs-content .tabs-panel {
      opacity: 0;
      -webkit-transition: opacity 100ms ease;
      -o-transition: opacity 100ms ease;
      transition: opacity 100ms ease; }
      .location-language-menu .tabs-content .tabs-panel .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px 0; }
      .location-language-menu .tabs-content .tabs-panel.is-active {
        border-top: 4px solid #e8e8e8; }
      .location-language-menu .tabs-content .tabs-panel.show {
        opacity: 1;
        -webkit-transition: opacity 100ms ease;
        -o-transition: opacity 100ms ease;
        transition: opacity 100ms ease; }
  .location-language-menu .menu-collapse {
    cursor: pointer;
    margin-top: 10px; }
  .location-language-menu a {
    text-decoration: underline; }
  .location-language-menu .countries {
    width: 100%;
    border-top: 1px solid #d9d9d9; }
    .location-language-menu .countries .tabs-title {
      float: none;
      height: 60px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-right: 55px;
      position: relative; }
      .location-language-menu .countries .tabs-title.is-active:after {
        bottom: 0;
        left: 27.5%; }
      .location-language-menu .countries .tabs-title.is-active .country {
        font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
        .location-language-menu .countries .tabs-title.is-active .country:hover {
          color: #292a2e; }
      .location-language-menu .countries .tabs-title .country {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 0;
        font-size: 16px;
        font-family: akagi_probook, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        color: #292a2e;
        text-decoration: none; }
        .location-language-menu .countries .tabs-title .country:hover {
          color: #00a3e0; }
        .location-language-menu .countries .tabs-title .country:after {
          content: '';
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          width: 10px;
          height: 7px;
          margin-left: 7px;
          background-image: url("src/media/svg/icon-chevron-down.svg");
          background-repeat: no-repeat;
          background-size: 10px 7px;
          background-position: center center; }
  .location-language-menu .languages-menu {
    border-top: 1px solid #d9d9d9; }
    .location-language-menu .languages-menu .country-specific-languages {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 60px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .location-language-menu .languages-menu .country-specific-languages svg {
        width: 25px;
        height: 25px; }
      .location-language-menu .languages-menu .country-specific-languages #lang_sel {
        height: auto; }
        .location-language-menu .languages-menu .country-specific-languages #lang_sel ul {
          border: none;
          list-style-type: none;
          margin: 0;
          padding: 0; }
          .location-language-menu .languages-menu .country-specific-languages #lang_sel ul li {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            padding: 0 5px; }
            .location-language-menu .languages-menu .country-specific-languages #lang_sel ul li .iclflag {
              display: none; }
            .location-language-menu .languages-menu .country-specific-languages #lang_sel ul li a {
              color: #292a2e;
              font-size: 16px; }
              .location-language-menu .languages-menu .country-specific-languages #lang_sel ul li a:hover {
                color: #00a3e0; }
              .location-language-menu .languages-menu .country-specific-languages #lang_sel ul li a.lang_sel_sel {
                color: #B1B3B3;
                text-decoration: none; }
                .location-language-menu .languages-menu .country-specific-languages #lang_sel ul li a.lang_sel_sel:hover {
                  cursor: default;
                  color: #B1B3B3; }
              .location-language-menu .languages-menu .country-specific-languages #lang_sel ul li a .icl_lang_sel_translated {
                display: none; }
          .location-language-menu .languages-menu .country-specific-languages #lang_sel ul ul li:before {
            content: '/';
            display: inline-block;
            padding: 0 5px 0 0;
            color: #B1B3B3; }
        .location-language-menu .languages-menu .country-specific-languages #lang_sel .wpml-ls-legacy-list-horizontal a {
          color: #B1B3B3;
          text-decoration: none; }
          .location-language-menu .languages-menu .country-specific-languages #lang_sel .wpml-ls-legacy-list-horizontal a:hover {
            cursor: default;
            color: #B1B3B3; }
      .location-language-menu .languages-menu .country-specific-languages .-current {
        font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 16px;
        margin-right: 10px;
        color: #292a2e; }
      .location-language-menu .languages-menu .country-specific-languages #lang_sel ul li:last-child:after {
        content: none; }

.network-sites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 120px;
  width: 100%; }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .network-sites {
      height: 120px;
      padding: 0 20px; } }
  .network-sites .site {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-preferred-size: 25px;
    flex-basis: 25px;
    margin-bottom: 5px;
    min-width: 210px; }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      .network-sites .site:nth-child(4) {
        margin-right: 20px; }
      .network-sites .site:nth-last-child(-n+4) {
        /*align-self: flex-end ;*/ } }
    .network-sites .site .-flag {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 18px;
      height: 13px;
      margin-right: 12px; }
      .network-sites .site .-flag svg {
        width: 100%;
        height: 100%;
        width: 18px;
        height: 13px; }
    .network-sites .site .-name {
      font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
      .network-sites .site .-name:after {
        content: '/';
        width: 5px;
        padding: 0 5px;
        font-family: akagi_prolight, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        color: #B1B3B3; }
    .network-sites .site .-language {
      color: #292a2e;
      text-decoration: underline; }
      .network-sites .site .-language:hover {
        color: #00a3e0; }
      .network-sites .site .-language:after {
        text-decoration: underline;
        text-decoration: none;
        content: ',';
        display: inline-block;
        width: 2px;
        margin-right: 5px; }
      .network-sites .site .-language:last-child:after {
        display: none; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  Mobile Menu. Country/Language.
/* ---------------------------------------------------------- */
.location-select-mobile {
  /* ---------------------------------------------------------- */
  /* 	Language Select
	/* ---------------------------------------------------------- */ }
  .location-select-mobile .location-select-mobile-top {
    padding: 20px 0; }
    .location-select-mobile .location-select-mobile-top .row {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0 20px; }
    .location-select-mobile .location-select-mobile-top a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .location-select-mobile .location-select-mobile-top a .logo {
        height: 38px;
        width: 200px; }
    .location-select-mobile .location-select-mobile-top .toggle-languages-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative; }
      .location-select-mobile .location-select-mobile-top .toggle-languages-top:focus {
        outline: none; }
      .location-select-mobile .location-select-mobile-top .toggle-languages-top.open:after {
        content: "";
        display: block;
        position: absolute;
        top: 38px;
        right: 25px; }
      .location-select-mobile .location-select-mobile-top .toggle-languages-top.open svg {
        fill: #00a3e0;
        -webkit-transition: fill .3s ease;
        -o-transition: fill .3s ease;
        transition: fill .3s ease; }
      .location-select-mobile .location-select-mobile-top .toggle-languages-top svg {
        width: 20px;
        height: 19px;
        display: inline-block;
        margin-right: 8px;
        fill: #c8c8c8;
        -webkit-transition: fill .3s ease;
        -o-transition: fill .3s ease;
        transition: fill .3s ease; }
      .location-select-mobile .location-select-mobile-top .toggle-languages-top .-label {
        height: 15px; }
  .location-select-mobile .menu-mobile-location-language {
    display: none;
    padding: 20px 0 25px 0;
    background: #f0f0f0;
    border-top: 5px solid #e8e8e8;
    position: relative; }
    .location-select-mobile .menu-mobile-location-language .row .row {
      margin: 0; }
    .location-select-mobile .menu-mobile-location-language .select2, .location-select-mobile .menu-mobile-location-language .select2-container {
      width: 100% !important; }
    .location-select-mobile .menu-mobile-location-language h3 {
      margin-bottom: 20px;
      color: #e27c00; }
      @media only screen and (max-width: 320px) {
        .location-select-mobile .menu-mobile-location-language h3 {
          font-size: 16px; } }
    .location-select-mobile .menu-mobile-location-language select {
      margin-bottom: 30px; }
    .location-select-mobile .menu-mobile-location-language .select-site-language {
      background: transparent;
      border: 0; }
      .location-select-mobile .menu-mobile-location-language .select-site-language .network-sites {
        height: auto; }
        .location-select-mobile .menu-mobile-location-language .select-site-language .network-sites .site {
          margin-bottom: 3px;
          padding-left: 2px;
          font-size: 14px; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code.

/* ---------------------------------------------------------- */
/*  Pagination Styles
/* ---------------------------------------------------------- */
.pagination .page-numbers:first-child {
  border-left: 1px solid #B1B3B3; }

.page-numbers {
  width: 30px;
  height: 30px;
  border-top: 1px solid #B1B3B3;
  border-bottom: 1px solid #B1B3B3;
  border-right: 0.25px solid #B1B3B3;
  color: #B1B3B3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-size: 18px;
  float: left;
  margin-bottom: 30px;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  @media screen and (min-width: 48em) {
    .page-numbers {
      margin: 0; } }
  .page-numbers:hover {
    background: #EEB31F;
    color: #fff;
    border-color: #EEB31F; }
  .page-numbers.current {
    background: #EEB31F;
    color: #fff;
    border-color: #EEB31F; }
  .page-numbers.prev, .page-numbers.next {
    text-indent: -999px;
    background-image: url("src/media/svg/icon-arrow-right-line-sprite.svg");
    background-repeat: no-repeat;
    background-size: auto 32px;
    background-position: 10px 6px;
    overflow: hidden; }
    .page-numbers.prev:hover, .page-numbers.next:hover {
      background-position: 10px -10px; }
  .page-numbers.prev {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH"; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code.

/* ---------------------------------------------------------- */
/* 	Navigation - Primary Styles
/* ---------------------------------------------------------- */
.satellite-nav {
  display: none;
  position: relative;
  z-index: 300; }
  @media screen and (min-width: 48em) {
    .satellite-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 130px; } }
  @media screen and (min-width: 62em) {
    .satellite-nav {
      height: 80px; } }
  .satellite-nav .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%; }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      .satellite-nav .row {
        padding-top: 20px;
        padding-bottom: 20px; } }
    .satellite-nav .row a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%;
      text-decoration: none; }
  .satellite-nav .logo {
    width: 138px;
    height: 100%;
    max-height: 51px;
    margin-right: 30px; }
  .satellite-nav .icon-finder-desktop,
  .satellite-nav .icon-finder-tablet {
    height: 18px; }
    .satellite-nav .icon-finder-desktop :after,
    .satellite-nav .icon-finder-tablet :after {
      content: none;
      opacity: 0;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
    .satellite-nav .icon-finder-desktop[data-ui="active"]:after,
    .satellite-nav .icon-finder-tablet[data-ui="active"]:after {
      top: 40px;
      left: 30px;
      opacity: 1;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
  .satellite-nav .icon-finder-tablet {
    display: none; }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      .satellite-nav .icon-finder-tablet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .satellite-nav .icon-finder-desktop {
    display: none;
    position: relative; }
    @media screen and (min-width: 62em) {
      .satellite-nav .icon-finder-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .satellite-nav .-nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (min-width: 48em) and (max-width: 61.9375em) {
      .satellite-nav .-nav-wrap {
        width: 100%;
        padding-top: 10px; } }
  .satellite-nav .nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative; }
    .satellite-nav .nav-items li {
      height: 100%;
      font-size: 16px;
      position: relative;
      margin: 0 15px; }
      @media screen and (max-width: 74.9375em) {
        .satellite-nav .nav-items li {
          font-size: .6rem; } }
      .satellite-nav .nav-items li a {
        height: 100%;
        color: #292a2e;
        position: relative;
        text-decoration: none; }
        .satellite-nav .nav-items li a:hover, .satellite-nav .nav-items li a.active-menu {
          color: #00a3e0; }
        .satellite-nav .nav-items li a:before {
          content: '/';
          width: 2px;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          position: relative;
          right: 17px;
          top: 1px;
          color: #B1B3B3; }
      .satellite-nav .nav-items li.current-menu-item > a {
        color: #00a3e0; }
      .satellite-nav .nav-items li:first-child a:before {
        content: ''; }
      .satellite-nav .nav-items li:last-child a {
        padding-right: 0; }
    .satellite-nav .nav-items > .menu-item > a {
      position: relative;
      padding-right: 26px; }
      .satellite-nav .nav-items > .menu-item > a:after {
        content: '';
        display: none;
        position: absolute;
        top: 110%;
        left: 35%;
        width: 10px;
        height: 8px; }
      .satellite-nav .nav-items > .menu-item > a:hover:after, .satellite-nav .nav-items > .menu-item > a.active-menu:after {
        display: block; }
    .satellite-nav .nav-items > .menu-item-has-children > a {
      position: relative;
      padding-right: 26px; }
      .satellite-nav .nav-items > .menu-item-has-children > a:after {
        content: '';
        display: none;
        position: absolute;
        top: 110%;
        left: 35%;
        width: 10px;
        height: 8px;
        background-image: url("src/media/svg/icon-chevron-down.svg");
        background-repeat: no-repeat;
        background-size: 10px 8px; }
      .satellite-nav .nav-items > .menu-item-has-children > a:hover:after, .satellite-nav .nav-items > .menu-item-has-children > a.active-menu:after {
        display: block; }
  .satellite-nav .reduced-font-nav li {
    font-size: 16px; }
    @media screen and (max-width: 74.9375em) {
      .satellite-nav .reduced-font-nav li {
        font-size: 14px; } }
  .satellite-nav ul ul {
    display: none; }
  .satellite-nav .icon-finder {
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin-left: 30px; }

ul {
  list-style: none;
  list-style-type: none; }
  ul .sub-menu {
    display: none; }

.sub-menu.show {
  display: block;
  position: absolute;
  margin: 26px 0 0 0;
  background: #fff;
  min-width: 270px;
  -webkit-box-shadow: 3px 3px 0 rgba(41, 42, 46, 0.1);
  box-shadow: 3px 3px 0 rgba(41, 42, 46, 0.1); }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .sub-menu.show {
      margin: 22px 0 0 0; } }
  .sub-menu.show li {
    border-top: 1px solid #e6e6e6;
    font-size: 18px; }
    .sub-menu.show li a {
      display: block;
      font-size: 16px;
      padding: 0px 15px 0px 15px;
      line-height: 42px;
      height: 42px; }
      .sub-menu.show li a:hover {
        color: #fff;
        background: #00a3e0; }
      .sub-menu.show li a:before {
        display: none; }

.sub-menu .menu-item-has-children .sub-menu {
  display: block;
  margin: 0; }
  .sub-menu .menu-item-has-children .sub-menu li a {
    padding-left: 30px; }

@media screen and (min-width: 48em) and (max-width: 61.9375em) {
  #menu-item-408 .sub-menu {
    right: -60px; }
  #menu-item-409 .sub-menu {
    right: -15px; } }

#menu-item-408 .sub-menu {
  right: -60px; }

#menu-item-409 .sub-menu {
  right: -15px; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Search Fields - Style Loader
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  CCLI Search Input Styles
/* ---------------------------------------------------------- */
.ccli-search-input {
  position: relative; }
  .ccli-search-input .search-field {
    height: 42px;
    margin: 0;
    padding: 0 20px;
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 20px;
    letter-spacing: -0.1px;
    line-height: 42px;
    -webkit-appearance: none;
    border-radius: 0; }
  .ccli-search-input .search-btn {
    width: 50px;
    height: 42px;
    background: #00a3e0;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #fff; }
    .ccli-search-input .search-btn:hover {
      background: #00a3e0; }
    .ccli-search-input .search-btn:focus {
      outline: none; }
    .ccli-search-input .search-btn .icon-finder {
      width: 18px;
      height: 18px;
      position: relative;
      top: 1px; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code.

/* ---------------------------------------------------------- */
/* 	Search Panel Header
/* ---------------------------------------------------------- */
.search-panel {
  display: none;
  height: 120px;
  background: #f0f0f0;
  border-top: 4px solid #e8e8e8;
  border-bottom: 2px solid #fff; }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .search-panel {
      height: 120px; } }
  .search-panel .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .312s ease;
    -o-transition: opacity .312s ease;
    transition: opacity .312s ease; }
    .search-panel .row.active {
      opacity: 1;
      -webkit-transition: opacity .12s ease;
      -o-transition: opacity .12s ease;
      transition: opacity .12s ease; }
    .search-panel .row .left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .search-panel .row .right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
  .search-panel .site-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    .search-panel .site-search .search-location {
      width: 180px; }
    .search-panel .site-search .select2 {
      margin: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: #d9d9d9;
      border: 0;
      width: 180px !important; }
    .search-panel .site-search .select2-container .select2-selection--single {
      height: 42px;
      background-color: #d9d9d9;
      border-radius: 0; }
      .search-panel .site-search .select2-container .select2-selection--single .select2-selection__arrow {
        width: 10px;
        height: 8px;
        margin: 0;
        padding: 0;
        top: 14px; }
        .search-panel .site-search .select2-container .select2-selection--single .select2-selection__arrow b {
          background-image: url("src/media/svg/icon-arrow-down-line-gray.svg");
          background-size: 10px 8px; }
    .search-panel .site-search .search-inputs {
      dispay: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .search-panel .site-search .ccli-search {
      display: block; }
    .search-panel .site-search .songselect-search {
      display: none; }
    .search-panel .site-search .songsearch-search {
      display: none; }
    .search-panel .site-search .ccli-search-input {
      width: 100%; }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .search-panel .search-field {
      padding-left: 10px;
      font-size: 16px; } }
  .search-panel .search-btn {
    width: 50px;
    height: 42px;
    background: #eeb31f;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease; }
    .search-panel .search-btn:hover {
      background: #cb950f; }
  .search-panel .close-search-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .search-panel .close-icon-search {
    cursor: pointer;
    width: 20px;
    height: 20px;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease; }
    .search-panel .close-icon-search:hover {
      opacity: 0.8; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	FAQ - Style Loader
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code.

/* ---------------------------------------------------------- */
/* 	FAQs Styles
/* ---------------------------------------------------------- */
.page-template-faqs #hero-image,
.tax-faq_topics #hero-image {
  margin-bottom: 75px; }
  @media screen and (max-width: 61.9375em) {
    .page-template-faqs #hero-image,
    .tax-faq_topics #hero-image {
      margin-bottom: 35px; } }

.page-template-faqs h2,
.tax-faq_topics h2 {
  color: #004b87; }
  @media screen and (min-width: 62em) {
    .page-template-faqs h2,
    .tax-faq_topics h2 {
      margin-bottom: 20px; } }

.page-template-faqs .select2,
.tax-faq_topics .select2 {
  background-color: #fff;
  border: 1px solid #b1b3b3;
  -webkit-box-shadow: 0 3px 0 rgba(41, 42, 46, 0.1);
  box-shadow: 0 3px 0 rgba(41, 42, 46, 0.1);
  height: 40px; }

.page-template-faqs .select2-container--default .select2-selection--single,
.tax-faq_topics .select2-container--default .select2-selection--single {
  border: none; }

.page-template-faqs .select2-container--default .select2-selection--single .select2-selection__rendered,
.tax-faq_topics .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #53565a;
  line-height: 39px;
  height: 40px;
  padding-left: 15px; }

.page-template-faqs .select2-container--default .select2-selection--single .select2-selection__arrow,
.tax-faq_topics .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 4px;
  right: 7px;
  width: 20px; }

.page-template-faqs .select2-container--default .select2-selection--single .select2-selection__arrow b,
.tax-faq_topics .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #afafaf transparent transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: 0;
  position: absolute;
  top: 50%;
  width: 0; }

.page-template-faqs #recent-sidebar,
.tax-faq_topics #recent-sidebar {
  margin-bottom: 120px; }
  @media screen and (max-width: 61.9375em) {
    .page-template-faqs #recent-sidebar,
    .tax-faq_topics #recent-sidebar {
      margin-bottom: 20px; } }
  .page-template-faqs #recent-sidebar .faq-select, .page-template-faqs #recent-sidebar .select2,
  .tax-faq_topics #recent-sidebar .faq-select,
  .tax-faq_topics #recent-sidebar .select2 {
    display: none; }
    @media screen and (max-width: 47.9375em) {
      .page-template-faqs #recent-sidebar .faq-select, .page-template-faqs #recent-sidebar .select2,
      .tax-faq_topics #recent-sidebar .faq-select,
      .tax-faq_topics #recent-sidebar .select2 {
        width: 100% !important;
        max-width: 340px !important; } }
    @media screen and (max-width: 61.9375em) {
      .page-template-faqs #recent-sidebar .faq-select, .page-template-faqs #recent-sidebar .select2,
      .tax-faq_topics #recent-sidebar .faq-select,
      .tax-faq_topics #recent-sidebar .select2 {
        display: block; } }
  .page-template-faqs #recent-sidebar .faq-list,
  .tax-faq_topics #recent-sidebar .faq-list {
    display: none; }
    @media screen and (min-width: 62em) {
      .page-template-faqs #recent-sidebar .faq-list,
      .tax-faq_topics #recent-sidebar .faq-list {
        display: block; } }
  .page-template-faqs #recent-sidebar .nav-item,
  .tax-faq_topics #recent-sidebar .nav-item {
    height: 60px; }
  .page-template-faqs #recent-sidebar .tabs-title:first-of-type,
  .tax-faq_topics #recent-sidebar .tabs-title:first-of-type {
    border-top: 1px solid #d9d9d9; }
  .page-template-faqs #recent-sidebar .tabs-title.is-active > .nav-item,
  .tax-faq_topics #recent-sidebar .tabs-title.is-active > .nav-item {
    font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #00a3e0; }
    .page-template-faqs #recent-sidebar .tabs-title.is-active > .nav-item:after,
    .tax-faq_topics #recent-sidebar .tabs-title.is-active > .nav-item:after {
      background-position: 0 -16px; }
    .page-template-faqs #recent-sidebar .tabs-title.is-active > .nav-item:hover,
    .tax-faq_topics #recent-sidebar .tabs-title.is-active > .nav-item:hover {
      background-color: transparent;
      cursor: default; }

@media screen and (max-width: 47.9375em) {
  .page-template-faqs .tabs-content .tabs-panel,
  .tax-faq_topics .tabs-content .tabs-panel {
    padding-left: 0;
    padding-right: 0; } }

.page-template-faqs .accordion,
.tax-faq_topics .accordion {
  margin-bottom: 120px; }
  @media screen and (max-width: 61.9375em) {
    .page-template-faqs .accordion,
    .tax-faq_topics .accordion {
      margin-bottom: 50px; } }
  .page-template-faqs .accordion .accordion-title,
  .tax-faq_topics .accordion .accordion-title {
    padding: 15px 20px 15px 68px;
    background: #ebf8fd;
    border: 0;
    border-bottom: 5px solid #fff;
    color: #292a2e;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease; }
    .page-template-faqs .accordion .accordion-title:hover,
    .tax-faq_topics .accordion .accordion-title:hover {
      background: #fff;
      -webkit-transition: background .5s ease;
      -o-transition: background .5s ease;
      transition: background .5s ease; }
    .page-template-faqs .accordion .accordion-title:before,
    .tax-faq_topics .accordion .accordion-title:before {
      content: '';
      position: absolute;
      left: 20px;
      top: 50%;
      margin-top: -16px;
      width: 28px;
      height: 32px;
      background-image: url("src/media/svg/icon-accordion-sprite.svg");
      background-repeat: no-repeat;
      background-size: 28px 64px;
      background-position: 0 0;
      overflow: hidden; }
  .page-template-faqs .accordion .accordion-item.is-active a,
  .tax-faq_topics .accordion .accordion-item.is-active a {
    background: #fff; }
  .page-template-faqs .accordion .accordion-item.is-active .accordion-title::before,
  .tax-faq_topics .accordion .accordion-item.is-active .accordion-title::before {
    background-position: 0 -32px; }
  .page-template-faqs .accordion .accordion-content,
  .tax-faq_topics .accordion .accordion-content {
    padding: 0 20px 25px 68px;
    background: #fff;
    border: 0;
    color: #75787b; }
    .page-template-faqs .accordion .accordion-content a,
    .tax-faq_topics .accordion .accordion-content a {
      color: #75787b;
      text-decoration: underline; }
      .page-template-faqs .accordion .accordion-content a:link,
      .tax-faq_topics .accordion .accordion-content a:link {
        color: #75787b;
        text-decoration: underline; }
      .page-template-faqs .accordion .accordion-content a:visited,
      .tax-faq_topics .accordion .accordion-content a:visited {
        color: #75787b;
        text-decoration: underline; }
      .page-template-faqs .accordion .accordion-content a:hover,
      .tax-faq_topics .accordion .accordion-content a:hover {
        color: #00a3e0;
        text-decoration: underline; }
      .page-template-faqs .accordion .accordion-content a:active,
      .tax-faq_topics .accordion .accordion-content a:active {
        color: #75787b;
        text-decoration: underline; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code.

/* ---------------------------------------------------------- */
/* Social Medai Styles
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code.

/* ---------------------------------------------------------- */
/* Recent Tweets
/* ---------------------------------------------------------- */
.recent-tweet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
  border-bottom: 1px solid #d9d9d9; }
  .recent-tweet .article-header {
    margin-bottom: 12px; }
    .recent-tweet .article-header .social-account a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #004b87;
      font-family: akagi_prolight, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .recent-tweet .social-icon {
    width: 18px;
    height: 15px;
    margin-right: 8px; }
  .recent-tweet .tweet {
    width: 100%;
    font-size: 14px;
    line-height: 18.5px; }
    .recent-tweet .tweet a {
      color: #292a2e;
      text-decoration: underline;
      -moz-transition: color 0.1s ease;
      -o-transition: color 0.1s ease;
      -webkit-transition: color 0.1s ease;
      transition: color 0.1s ease; }
      .recent-tweet .tweet a:hover {
        color: #00a3e0;
        -moz-transition: color 0.1s ease;
        -o-transition: color 0.1s ease;
        -webkit-transition: color 0.1s ease;
        transition: color 0.1s ease; }
  .recent-tweet .time {
    color: #75787b;
    padding-top: 7px;
    font-size: 12px; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Footer - Style Loader
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Contact/Support Styles
/* ---------------------------------------------------------- */
.support {
  padding: 30px 0;
  border-top: 3px solid #fff;
  background-color: #323336;
  color: #fff;
  font-size: 14px; }
  @media screen and (max-width: 47.9375em) {
    .support {
      font-size: 16px; } }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .support {
      padding: 35px 0; } }
  .support a[href^="tel"] {
    color: #fff;
    text-decoration: none;
    font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .support .support-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 260px;
    padding: 0 35px;
    background: #292a2e;
    font-size: 14px;
    line-height: 18px; }
    .support .support-cell .support-icon, .support .support-cell svg {
      width: 45px;
      height: 45px; }
      @media screen and (max-width: 47.9375em) {
        .support .support-cell .support-icon, .support .support-cell svg {
          width: 40px;
          height: 40px; } }
    @media screen and (max-width: 47.9375em) {
      .support .support-cell {
        margin-bottom: 20px; } }
    .support .support-cell .title {
      padding: 15px 0 0 0;
      font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-size: 18px;
      margin-bottom: 5px; }
    .support .support-cell p {
      width: 210px;
      -ms-flex-preferred-size: 210px;
      flex-basis: 210px; }
    .support .support-cell .button {
      background: #fff;
      color: #444;
      font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code.

/* ---------------------------------------------------------- */
/* 	Footer Primary - Styles
/* ---------------------------------------------------------- */
.footer-main {
  background: #323336; }
  @media screen and (max-width: 61.9375em) {
    .footer-main {
      display: none; } }
  .footer-main .footer-main-cell {
    padding: 60px 0.9375rem; }
    .footer-main .footer-main-cell .footer-main-menu {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .footer-main .footer-main-cell .footer-main-menu .first {
        font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
      .footer-main .footer-main-cell .footer-main-menu li {
        font-size: 16px;
        line-height: 26px; }
        .footer-main .footer-main-cell .footer-main-menu li:nth-child(1) a {
          font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
        .footer-main .footer-main-cell .footer-main-menu li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          color: #c8c8c8;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .footer-main .footer-main-cell .footer-main-menu li a:after {
            content: '';
            background: url("src/media/svg/icon-chevron-right.svg");
            width: 9px;
            height: 12px;
            margin-left: 8px;
            opacity: 0; }
            .footer-main .footer-main-cell .footer-main-menu li a:after svg {
              width: 100%; }
              .footer-main .footer-main-cell .footer-main-menu li a:after svg path {
                fill: #00a3e0; }
          .footer-main .footer-main-cell .footer-main-menu li a:hover {
            color: #00a3e0;
            text-decoration: underline; }
            .footer-main .footer-main-cell .footer-main-menu li a:hover:after {
              opacity: 1;
              -moz-transition: all 0.6s ease;
              -o-transition: all 0.6s ease;
              -webkit-transition: all 0.6s ease;
              transition: all 0.6s ease; }
    .footer-main .footer-main-cell .mvp {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .footer-main .footer-main-cell .mvp .first {
        font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
      .footer-main .footer-main-cell .mvp li {
        font-size: 15px;
        line-height: 26px;
        display: inline;
        float: left; }
        .footer-main .footer-main-cell .mvp li:nth-child(1) a {
          font-family: akagi_probook, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
        .footer-main .footer-main-cell .mvp li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          float: left;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          color: #c8c8c8;
          width: auto;
          height: auto;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .footer-main .footer-main-cell .mvp li a:after {
            content: '/';
            width: auto;
            height: auto;
            background: transparent;
            background-repeat: no-repeat;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-left: 0px;
            opacity: 1;
            padding: 0px 17px;
            color: #888; }
          .footer-main .footer-main-cell .mvp li a:hover {
            color: #00a3e0;
            text-decoration: none;
            width: auto;
            height: auto; }
            .footer-main .footer-main-cell .mvp li a:hover:after {
              opacity: 1;
              content: '/';
              background: transparent;
              background-repeat: no-repeat;
              margin-left: 0px;
              opacity: 1;
              padding: 0px 17px;
              color: #888;
              -moz-transition: all 0.6s ease;
              -o-transition: all 0.6s ease;
              -webkit-transition: all 0.6s ease;
              transition: all 0.6s ease; }
        .footer-main .footer-main-cell .mvp li:last-child a:after {
          content: ''; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code.

/* ---------------------------------------------------------- */
/* 	Footer - Secondary Styles
/* ---------------------------------------------------------- */
#footer-sub .gray-bar {
  background: #323336;
  height: 50px;
  width: 100%; }

#footer-sub .quick-nav {
  background: #292a2e; }
  #footer-sub .quick-nav .footer-logo {
    margin-right: 20px;
    width: 70px;
    height: 25px;
    position: relative; }

#footer-sub .menu-userActions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto; }
  #footer-sub .menu-userActions a:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #footer-sub .menu-userActions .-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #footer-sub .menu-userActions .-menu .nav-items li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff; }
    #footer-sub .menu-userActions .-menu .nav-items li a:hover, #footer-sub .menu-userActions .-menu .nav-items li a:active, #footer-sub .menu-userActions .-menu .nav-items li a.active {
      color: #292a2e; }
  #footer-sub .menu-userActions .-menu .nav-items li.-sign-in {
    display: none; }
    #footer-sub .menu-userActions .-menu .nav-items li.-sign-in a:before {
      background-image: url(src/media/svg/icon-user-sprite-footer.svg); }
  #footer-sub .menu-userActions .-menu .nav-items li.-support a:before {
    background-image: url(src/media/svg/icon-question-sprite-footer.svg); }
  #footer-sub .menu-userActions .-menu .nav-items li.-country a:before {
    background-image: url(src/media/svg/icon-globe-sprite-footer.svg); }
  #footer-sub .menu-userActions .-menu .nav-items li.-language a:before {
    height: 17px;
    background-image: url(src/media/svg/icon-languages-sprite-footer.svg); }
  #footer-sub .menu-userActions .-menu .nav-items li.-order a {
    color: #fff; }
    #footer-sub .menu-userActions .-menu .nav-items li.-order a:hover {
      color: #fff; }

#footer-sub #menu-userActionsBottom .-menu {
  padding: 0; }

#footer-sub #satellite-menu {
  background: #292a2e; }
  #footer-sub #satellite-menu .top-bar-right ul {
    background: #292a2e; }
    #footer-sub #satellite-menu .top-bar-right ul a {
      color: #fff;
      font-size: 14px;
      padding: 7px 1rem; }
    #footer-sub #satellite-menu .top-bar-right ul .order {
      background: #e27c00;
      border-radius: 500px; }
      #footer-sub #satellite-menu .top-bar-right ul .order a {
        color: #fff; }

#footer-sub .location-select-mobile #to-top {
  height: 40px;
  background: #292a2e;
  cursor: pointer;
  font-size: 16px;
  font-family: akagi_probold, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #fff;
  text-align: right;
  letter-spacing: 0.7px; }
  #footer-sub .location-select-mobile #to-top .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%; }
  #footer-sub .location-select-mobile #to-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #footer-sub .location-select-mobile #to-top .btn-icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 15px;
    height: 10px; }
  #footer-sub .location-select-mobile #to-top .footer-logo {
    width: 70px;
    height: 25px;
    position: relative; }
    @media screen and (max-width: 61.9375em) {
      #footer-sub .location-select-mobile #to-top .footer-logo {
        display: block; } }

#footer-sub .ccli-location-language-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #footer-sub .ccli-location-language-menu .-label {
    height: 15px; }
  #footer-sub .ccli-location-language-menu .toggle-languages-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

#footer-sub .icon-earth-filled {
  width: 35px;
  height: 30px;
  display: inline-block;
  margin-right: 0px;
  margin-top: 12px; }

.legal {
  height: auto;
  padding: 20px 0px;
  background: #323336;
  font-size: 12px;
  font-family: akagi_probook, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #B1B3B3;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .legal {
      padding: 20px 0; } }
  @media screen and (min-width: 62em) {
    .legal {
      padding: 20px 0; } }
  .legal .row {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .legal .row .-copyright {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 18px; }
      @media screen and (max-width: 47.9375em) {
        .legal .row .-copyright {
          padding: 0;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      @media screen and (min-width: 48em) {
        .legal .row .-copyright {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          margin-bottom: 0;
          padding-right: 0; } }
      @media screen and (min-width: 62em) {
        .legal .row .-copyright {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; } }
    .legal .row .-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 47.9375em) {
        .legal .row .-links {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      @media screen and (min-width: 48em) {
        .legal .row .-links {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
  .legal .-sub-menu {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .legal .-sub-menu li {
      display: inline-block;
      float: left; }
      @media screen and (max-width: 61.9375em) {
        .legal .-sub-menu li {
          float: none;
          text-align: center;
          margin-right: auto; } }
  .legal a {
    color: #B1B3B3;
    text-decoration: underline;
    text-shadow: none;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .legal a:hover {
      color: #fff; }
  .legal span {
    display: inline-block;
    padding: 0 9px;
    color: #53565a; }

.space-after-footer {
  height: 60px;
  width: 100%;
  background: #666; }

div.cvl-video-modal {
  padding: 0;
  width: 1080px;
  max-width: 90%;
  background-color: transparent;
  margin: 0 auto;
  overflow: visible; }
  @media (max-width: 930px) {
    div.cvl-video-modal {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  div.cvl-video-modal div.youtube-popout {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; }
    div.cvl-video-modal div.youtube-popout iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  div.cvl-video-modal div.spinner-wrap {
    text-align: center;
    padding-top: 100px; }
  div.cvl-video-modal .spinner {
    animation: rotate 1.4s linear infinite;
    -webkit-animation: rotate 1.4s linear infinite;
    -moz-animation: rotate 1.4s linear infinite;
    width: 144px;
    height: 144px;
    position: relative; }
  div.cvl-video-modal .spinner-dot {
    width: 274px;
    height: 274px;
    position: relative;
    top: 0; }

@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotate {
  to {
    transform: rotate(360deg); } }
  div.cvl-video-modal .path {
    stroke-dasharray: 170;
    stroke-dashoffset: 20; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Modals - Style Loader
/* ---------------------------------------------------------- */
div.two-minute-video-modal {
  padding: 0;
  width: 1080px;
  max-width: 90%;
  background-color: transparent;
  margin: 0 auto;
  overflow: visible; }
  @media (max-width: 930px) {
    div.two-minute-video-modal {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  div.two-minute-video-modal div.video-with-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 930px) {
      div.two-minute-video-modal div.video-with-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 10px; }
        div.two-minute-video-modal div.video-with-nav:before {
          content: '';
          position: absolute;
          bottom: 120px;
          left: 0;
          right: 0;
          height: 1px;
          background: #00a3e0; } }
    @media (max-width: 769px) {
      div.two-minute-video-modal div.video-with-nav:before {
        bottom: 320px; } }
    @media (max-width: 600px) {
      div.two-minute-video-modal div.video-with-nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-top: 50px; }
        div.two-minute-video-modal div.video-with-nav:before {
          content: none; } }
    @media (max-width: 520px) {
      div.two-minute-video-modal div.video-with-nav:before {
        bottom: 380px; } }
    @media (max-width: 420px) {
      div.two-minute-video-modal div.video-with-nav:before {
        bottom: 420px; } }
    @media (max-width: 340px) {
      div.two-minute-video-modal div.video-with-nav:before {
        bottom: 460px; } }
    div.two-minute-video-modal div.video-with-nav nav {
      margin: 0 15px;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 110px;
      flex: 1 0 110px; }
      @media (max-width: 930px) {
        div.two-minute-video-modal div.video-with-nav nav {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 40%;
          flex: 0 0 40%;
          margin: 15px; } }
      @media (max-width: 360px) {
        div.two-minute-video-modal div.video-with-nav nav {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
          flex: 1 1 50%;
          margin: 0;
          padding: 10px;
          -ms-flex-item-align: start !important;
          align-self: flex-start !important; } }
      div.two-minute-video-modal div.video-with-nav nav:first-child {
        text-align: right; }
        @media (max-width: 930px) {
          div.two-minute-video-modal div.video-with-nav nav:first-child {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2; } }
      div.two-minute-video-modal div.video-with-nav nav div.video-cue {
        color: #00a3e0;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms; }
        div.two-minute-video-modal div.video-with-nav nav div.video-cue svg {
          width: 30px;
          height: 30px; }
          div.two-minute-video-modal div.video-with-nav nav div.video-cue svg path {
            -webkit-transition: all 300ms;
            -o-transition: all 300ms;
            transition: all 300ms; }
        div.two-minute-video-modal div.video-with-nav nav div.video-cue:hover {
          color: #fff;
          cursor: pointer; }
          div.two-minute-video-modal div.video-with-nav nav div.video-cue:hover svg path {
            stroke: #fff; }
      div.two-minute-video-modal div.video-with-nav nav span {
        display: block; }
    div.two-minute-video-modal div.video-with-nav div.video-wrapper {
      position: relative;
      padding-bottom: 38.65%;
      padding-top: 25px;
      height: 0;
      width: 100%; }
      @media (max-width: 930px) {
        div.two-minute-video-modal div.video-with-nav div.video-wrapper {
          position: absolute;
          top: 0; } }
      div.two-minute-video-modal div.video-with-nav div.video-wrapper iframe.vid {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      div.two-minute-video-modal div.video-with-nav div.video-wrapper div#close-modal {
        position: absolute;
        top: -35px;
        right: 0;
        cursor: pointer; }
        div.two-minute-video-modal div.video-with-nav div.video-wrapper div#close-modal svg {
          width: 25px;
          height: 25px; }
  div.two-minute-video-modal div.video-information {
    padding: 40px 125px 0; }
    @media (max-width: 930px) {
      div.two-minute-video-modal div.video-information {
        padding: 40px 100px 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 330px; } }
    @media (max-width: 769px) {
      div.two-minute-video-modal div.video-information {
        margin-top: 280px; }
        div.two-minute-video-modal div.video-information div:last-child {
          text-align: left !important; } }
    @media (max-width: 680px) {
      div.two-minute-video-modal div.video-information {
        margin-top: 260px; } }
    @media (max-width: 600px) {
      div.two-minute-video-modal div.video-information {
        padding: 0; } }
    @media (max-width: 520px) {
      div.two-minute-video-modal div.video-information {
        margin-top: 240px; } }
    @media (max-width: 420px) {
      div.two-minute-video-modal div.video-information {
        margin-top: 200px; } }
    @media (max-width: 340px) {
      div.two-minute-video-modal div.video-information {
        margin-top: 160px; } }
    div.two-minute-video-modal div.video-information h4 {
      color: #fff;
      border-bottom: 1px solid #00a3e0;
      padding-bottom: 8px; }
    div.two-minute-video-modal div.video-information p {
      color: #fff; }
    div.two-minute-video-modal div.video-information a.two-minutes-with-ccli-pdf {
      color: #fff;
      -webkit-transition: all 300ms;
      -o-transition: all 300ms;
      transition: all 300ms; }
      div.two-minute-video-modal div.video-information a.two-minutes-with-ccli-pdf svg {
        width: 16px;
        margin-right: 6px;
        display: inline-block;
        height: 22.58px; }
        div.two-minute-video-modal div.video-information a.two-minutes-with-ccli-pdf svg path {
          stroke: #fff;
          -webkit-transition: all 300ms;
          -o-transition: all 300ms;
          transition: all 300ms; }
      div.two-minute-video-modal div.video-information a.two-minutes-with-ccli-pdf:hover {
        color: #00a3e0; }
        div.two-minute-video-modal div.video-information a.two-minutes-with-ccli-pdf:hover svg path {
          stroke: #00a3e0; }
  div.two-minute-video-modal div.spinner-wrap {
    text-align: center;
    padding-top: 100px; }
  div.two-minute-video-modal .spinner {
    animation: rotate 1.4s linear infinite;
    -webkit-animation: rotate 1.4s linear infinite;
    -moz-animation: rotate 1.4s linear infinite;
    width: 144px;
    height: 144px;
    position: relative; }
  div.two-minute-video-modal .spinner-dot {
    width: 274px;
    height: 274px;
    position: relative;
    top: 0; }

@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotate {
  to {
    transform: rotate(360deg); } }
  div.two-minute-video-modal .path {
    stroke-dasharray: 170;
    stroke-dashoffset: 20; }

/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Internet Explorer - Style Loader
/* ---------------------------------------------------------- */
/*
 * This file is part of the CCLI Global Custom WordPress Multisite Theme
 * <http://ccli.com>
 * (c) CCLI * <info@ccli.com>
 * [license] Please view the License file that is included with this source code. */
/* ---------------------------------------------------------- */
/*  	Internet Explorer Styles
/* ---------------------------------------------------------- */
.ie .columns p {
  display: block;
  max-width: 100%; }

html[data-useragent*='MSIE 10.0'] .crumb-flex .breadcrumb::before {
  top: -2px; }

html[data-useragent*='MSIE 10.0'] .navigation-primary .-container {
  -ms-flex-pack: space-between !important; }

html[data-useragent*='MSIE 10.0'] #recent-news .recent-news-content .news-item {
  height: 220px !important; }

html[data-useragent*='rv:11.0'] .crumb-flex .breadcrumb::before {
  top: -2px; }

a {
  color: #D76327; }
  a:hover {
    color: #ffa300; }
