@charset "UTF-8";
/*
	Theme Name: Dare 2 Share
	Description: This is the sample theme created for Dare 2 Share Powered by Soulheart
	Author: Soulheart
	Author URI: http://www.soulheart.co
	Version: 2.6

	Tpds: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.1.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* # Table of Contents
-------------------------------------- */
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

progress {
  vertical-align: baseline;
}

template, [hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

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

figure {
  margin: 1em 40px;
}

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

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

optgroup {
  font-weight: bold;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* ## Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
  box-sizing: border-box;
}

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

/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.nav:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix:after,
.nav:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */
}

/* Chrome fix */
body > div {
  font-size: 2rem;
}

body {
  background-color: #eee;
  color: #333;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  transition: all 0.1s ease-in-out;
}

a {
  color: #c3251d;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}

p {
  margin: 0 0 28px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 1em 0;
}

b, strong {
  font-weight: 700;
}

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

blockquote {
  margin: 40px;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 10px;
}

h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

h2 {
  font-size: 30px;
  font-size: 3rem;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
}

h4 {
  font-size: 20px;
  font-size: 2rem;
}

h5 {
  font-size: 18px;
  font-size: 1.8rem;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

figure {
  margin: 0;
}

/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
  border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 16px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-moz-placeholder {
  color: #333;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 24px;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
  background-color: #c3251d;
  color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
  color: #fff;
}

.button {
  display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
  padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

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

/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-word;
}

tbody {
  border-bottom: 1px solid #eee;
}

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #eee;
  padding: 6px;
}

th {
  font-weight: 400;
  padding: 0 6px;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
  position: relative;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1280px;
}

.site-inner {
  clear: both;
  padding-top: 40px;
  word-wrap: break-word;
}

.landing-page .site-inner {
  max-width: 800px;
}

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

/* ### Content */
.content {
  float: right;
  width: 880px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 660px;
}

.full-width-content .content {
  width: 100%;
}

/* ### Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
}

/* ### Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left;
}

.author-box .avatar,
.alignleft .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1px;
  padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
  background-color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 40px;
  padding: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
  margin-bottom: 40px;
  width: 50%;
}

.site-header .search-form {
  float: right;
  margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* ## Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 20px;
  font-size: 2rem;
}

.entry-title {
  font-size: 36px;
  font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
  color: #333;
  text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
  color: #c3251d;
}

.widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
  margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 28px;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px;
  word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
  margin-bottom: 0;
}

.widget ul > li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.widget ul > li:last-of-type {
  padding-bottom: 0;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  background: none;
  padding: 0;
}

.featured-content .entry:last-of-type {
  margin-bottom: 0;
}

.featured-content .entry-title {
  font-size: 20px;
  font-size: 2rem;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
  color: #fff;
}

.sidebar .widget.enews-widget {
  background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
  border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
  background-color: #c3251d;
  color: #fff;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"] {
  background-color: #fff;
  color: #333;
}

.enews-widget input {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
  margin: 0;
  width: 100%;
}

.enews form + p {
  margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
}

.site-header > .wrap {
  padding: 20px 0;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 10px 0;
  width: 300px;
}

.header-image .title-area {
  margin: 0 auto;
  max-width: 300px;
  padding: 0;
}

.header-full-width .title-area {
  float: none;
  width: 100%;
}

.site-title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
  color: #333;
  text-decoration: none;
}

.header-image .site-title > a {
  background-position: center !important;
  background-size: contain !important;
  float: left;
  min-height: 80px;
  width: 100%;
}

.site-description {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.site-description,
.site-title {
  margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
  width: 800px;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: left;
}

.genesis-nav-menu a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 32px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
  color: #c3251d;
  text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
  border-top: 1px solid #eee;
  left: -9999px;
  opacity: 0;
  position: absolute;
  transition: opacity .4s ease-in-out;
  width: 200px;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px;
  position: relative;
  width: 200px;
  word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  float: right;
}

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
  display: none;
  visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */
.nav-primary {
  background-color: #fff;
  border-top: 1px solid #eee;
}

/* ## Footer Navigation
--------------------------------------------- */
.site-footer .genesis-nav-menu {
  padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
  padding: 0 20px 10px;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 70px 80px;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #333;
  color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 24px;
}

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 24px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination a {
  background-color: #fff;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 8px 12px;
  text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
  background-color: #c3251d;
  color: #fff;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
  padding: 60px 60px 32px;
}

.entry-comments {
  padding: 60px;
}

.comment-list li {
  padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
  padding-left: 0;
}

.comment-header {
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}

.comment-content ul > li {
  list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-header p {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
}

.sidebar .widget {
  background-color: #fff;
  padding: 40px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  clear: both;
  padding: 60px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 380px;
}

.footer-widgets-1 {
  margin-right: 70px;
}

.footer-widgets-1,
.footer-widgets-2 {
  float: left;
}

.footer-widgets-3 {
  float: right;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #fff;
  border-top: 1px solid #eee;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 60px 0;
  text-align: center;
}

.site-footer p {
  margin-bottom: 0;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1340px) {
  .site-inner,
  .wrap {
    max-width: 1140px;
  }
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 920px;
  }
  .content,
  .site-header .widget-area {
    width: 800px;
  }
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 580px;
  }
  .sidebar-primary {
    width: 300px;
  }
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3 {
    width: 340px;
  }
  .footer-widgets-1 {
    margin-right: 60px;
  }
}

@media only screen and (max-width: 1200px) {
  .site-inner,
  .wrap {
    max-width: 960px;
  }
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }
  .content,
  .site-header .widget-area {
    width: 620px;
  }
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px;
  }
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3 {
    width: 300px;
  }
  .footer-widgets-1 {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .site-inner,
  .wrap {
    max-width: 800px;
  }
  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .js .genesis-nav-menu .sub-menu a,
  .js .genesis-nav-menu .sub-menu,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .title-area {
    width: 100%;
  }
  .site-header .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  .genesis-nav-menu li,
  .header-image .title-area,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }
  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .widget-area,
  .site-title {
    text-align: center;
  }
  .site-header .search-form {
    margin: 16px auto;
  }
  .js nav.nav-primary,
  .js .site-header nav {
    display: none;
    position: relative;
  }
  .js .site-header nav .wrap {
    padding: 0;
  }
  .js nav.pagination {
    display: block;
  }
  .menu-toggle,
  .sub-menu-toggle {
    border-width: 0;
    background-color: #fff;
    color: #333;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
  }
  .sub-menu-toggle:hover,
  .sub-menu-toggle:focus {
    border-width: 0;
  }
  .menu-toggle {
    border-top: 1px solid #eee;
    line-height: 20px;
    position: relative;
    right: 0;
    z-index: 1000;
    width: 100%;
  }
  .site-header .menu-toggle {
    border: 0;
  }
  .menu-toggle:before,
  .menu-toggle.activated:before {
    margin-right: 10px;
    text-rendering: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .sub-menu-toggle {
    float: right;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
  }
  .sub-menu-toggle:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .sub-menu-toggle.activated:before {
    content: "\f142";
  }
  .js .nav-primary .genesis-nav-menu .menu-item,
  .js .site-header .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    margin: 1px 0;
    position: relative;
    text-align: left;
  }
  .js .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
  .js .nav-primary .genesis-nav-menu .menu-item a,
  .js .site-header .genesis-nav-menu .menu-item a {
    border: none;
    padding: 12px 0;
    width: 100%;
  }
  .js .genesis-nav-menu .sub-menu {
    border: none;
  }
  .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
  .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
  }
  .js .genesis-nav-menu > .menu-item-has-children > a:after {
    content: none;
  }
  .js .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    width: 100%;
  }
  .js .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }
  .js nav button:hover,
  .js .menu-toggle:hover,
  .js .nav-primary {
    background-color: #fff;
    color: #000;
  }
  .js nav button:focus,
  .js .menu-toggle:focus {
    background-color: #fff;
    color: #c3251d;
  }
  .footer-widgets-1,
  .footer-widgets-2 {
    margin: 0 auto 40px;
  }
}

@media only screen and (max-width: 860px) {
  body > div {
    font-size: 1.8rem;
  }
  body {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .site-inner {
    padding: 5% 5% 0;
  }
  .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget {
    padding: 30px;
    margin-bottom: 5%;
  }
  .sidebar {
    margin-bottom: 5%;
  }
  .pagination {
    margin: 5% auto;
  }
  .archive-pagination li a {
    margin-bottom: 4px;
  }
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  .site-title > a:after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .content,
  .content-sidebar {
    width: 100%;
  }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }
  .title-area {
    text-align: center;
    width: 100%;
  }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }
  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px;
  }
  .author-box {
    margin-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }
  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}

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

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

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

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

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

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

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

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

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

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

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

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

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

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

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

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

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

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

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

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

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

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

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

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

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

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

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

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

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

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

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

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

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

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

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

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

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

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

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

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

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

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

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

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

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

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

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

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

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

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

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

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

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

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

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

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

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

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

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

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

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

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

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

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

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

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

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

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

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

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

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

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

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

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

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

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

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

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

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

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

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

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

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

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

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

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

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

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

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

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

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

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

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

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

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

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

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

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

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

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

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

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

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

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

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

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

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

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

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

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

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

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

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

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

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

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

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

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

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

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

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

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

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

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

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

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

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

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

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

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

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

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

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

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

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

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

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

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

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

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

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

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

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

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

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

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

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

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

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

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

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

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

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

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

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

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

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

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

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

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

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

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

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

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

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

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

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

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

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

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

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

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

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

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

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

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

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

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

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

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

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

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

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

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

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

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

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

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

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

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

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

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

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

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

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

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

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

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

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

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

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

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

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

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* # Variables
---------------------------------------------------------------------------------------------------- */
/* Colors */
/* D2sLive Colors */
/* YG2G Color */
/* Annual Report 17 */
/* # Mixins
---------------------------------------------------------------------------------------------------- */
/* Backgrounds
------------------------- */
/* Displays
------------------------- */
/* Fonts
------------------------- */
/* Buttons
------------------------- */
/* Padding
------------------------- */
/* Background
------------------------- */
/* Mobile
------------------------- */
/* Colors
------- */
/* Opacity
------------------------- */
/* # Nav
--------------------------------------------------------- */
.genesis-nav-menu a {
  color: #FFFFFF;
}

.genesis-nav-menu .menu-item:hover {
  background: #00A0FF;
}

@media only screen and (max-width: 60em) {
  .genesis-nav-menu .menu-item:hover {
    background: #1A1A1A;
  }
}

.genesis-nav-menu .menu-item:hover a {
  color: #FFFFFF;
  text-decoration: none;
}

@media only screen and (max-width: 60em) {
  .genesis-nav-menu .menu-item:hover a {
    color: #00A0FF;
  }
}

.genesis-nav-menu .current-menu-item > a {
  color: #00A0FF;
  text-decoration: none;
}

.genesis-nav-menu .sub-menu .menu-item a {
  color: #1A1A1A;
  margin-top: -1px;
  border: 1px solid #ddd;
}

.genesis-nav-menu .sub-menu .menu-item a:hover {
  color: #00A0FF;
}

.site-header {
  background: #1A1A1A;
}

.site-header .wrap {
  padding: 0;
}

.site-header .wrap .title-area {
  background: url(/wp-content/uploads/2016/07/d2s-logo-170x60.svg) no-repeat left center;
}

@media only screen and (max-width: 960px) {
  .site-header .wrap .title-area {
    background-position: center center;
  }
}

/* # Secondary Navigation
--------------------------------------------------------- */
.nav-secondary {
  background: #00A0FF;
}

.nav-secondary .wrap {
  max-width: 100%;
}

@media only screen and (max-width: 60em) {
  .nav-secondary .wrap {
    /* Additional Styles for scrolling single line mobile nav */
    overflow: auto;
    display: flex;
    align-items: center;
    padding: 0;
  }
}

.nav-secondary .wrap ul {
  font-size: 1.6rem;
  background: #00A0FF;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 60em) {
  .nav-secondary .wrap ul {
    display: flex;
    align-items: center;
    justify-content: left;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.nav-secondary .wrap ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  float: left;
  padding: 0px 20px;
  margin: 0;
}

@media only screen and (max-width: 60em) {
  .nav-secondary .wrap ul li {
    min-width: 0 !important;
    padding: 0 !important;
    display: table !important;
  }
}

.nav-secondary .wrap ul li a {
  color: #FFFFFF;
  text-decoration: none;
}

@media only screen and (max-width: 60em) {
  .nav-secondary .wrap ul li a {
    background: transparent;
  }
}

.nav-secondary .wrap ul li a:hover {
  color: #1A1A1A;
}

.nav-secondary .wrap .genesis-nav-menu a {
  padding: 12px 20px;
}

.nav-secondary .wrap .genesis-nav-menu .menu-item:hover {
  background: transparent;
}

/* # Breadcrumb
--------------------------------------------------------- */
.breadcrumb {
  background: #efefef;
  border-radius: 6px;
}

/* # Mobile Menu
--------------------------------------------------------- */
@media only screen and (max-width: 60em) {
  .site-header .widget-area {
    background: transparent;
  }
}

@media only screen and (max-width: 60em) {
  .site-header .widget-wrap .menu-toggle {
    border-bottom: 1px solid #1A1A1A;
  }
}

@media only screen and (max-width: 60em) {
  .site-header .widget-wrap .nav-header {
    background-color: #1A1A1A;
    margin-bottom: 20px;
    margin-top: -1px;
  }
}

@media only screen and (max-width: 60em) {
  .site-header .widget-wrap .nav-header .menu {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 60em) {
  .site-header .widget-wrap .nav-header .menu .sub-menu li {
    border-bottom: 1px solid #efefef;
  }
}

@media only screen and (max-width: 60em) {
  .site-header .widget-wrap .nav-header .menu li {
    border-bottom: 1px solid #1A1A1A;
  }
}

@media only screen and (max-width: 60em) {
  .site-header .widget-wrap .nav-header .menu a {
    padding: 12px 2%;
  }
}

@media only screen and (max-width: 60em) {
  .site-header .widget-wrap .nav-header .menu .sub-menu-toggle {
    background: #1A1A1A;
    color: #FFFFFF;
  }
}

.home .site-header .widget-area {
  background: #1A1A1A;
}

@media only screen and (max-width: 60em) {
  .home .site-header .widget-wrap {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 60em) {
  .home .site-header .widget-wrap .nav-header {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 60em) {
  .home .site-header .widget-wrap .menu {
    margin-bottom: 0;
  }
}

.home .site-header .widget-wrap .menu .sub-menu li {
  border-bottom: 1px solid #efefef;
}

.js .genesis-nav-menu .sub-menu {
  background: #FFFFFF !important;
}

@media only screen and (max-width: 60em) {
  .js .genesis-nav-menu .sub-menu .menu-item {
    background: #1A1A1A;
  }
  .js .genesis-nav-menu .sub-menu .menu-item:hover {
    background: #1A1A1A;
  }
}

@media only screen and (max-width: 960px) {
  .header-image .title-area {
    height: 100px;
  }
}

@media only screen and (min-width: 1023px) and (max-width: 1200px) {
  .site-header .wrap .title-area {
    max-width: 170px;
  }
}

@media only screen and (min-width: 1023px) and (max-width: 1200px) {
  .site-header .widget-area {
    width: 740px;
  }
}

.store-nav {
  background: #000;
}

.store-nav ul {
  margin: 0 auto;
  max-width: 1280px;
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 60em) {
  .store-nav ul {
    justify-content: space-between;
  }
}

.store-nav ul li {
  margin-right: 20px;
  display: flex;
  align-items: center;
  padding: 4px 0;
}

@media only screen and (max-width: 60em) {
  .store-nav ul li {
    justify-content: center;
    width: 33%;
    align-items: center;
    background: #00A0FF;
    padding: 0;
    text-align: center;
    margin: 0;
  }
}

.store-nav ul li a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

@media only screen and (max-width: 60em) {
  .store-nav ul li a {
    font-size: 12px;
  }
}

.store-nav ul li a:hover {
  color: #00A0FF;
}

@media only screen and (max-width: 60em) {
  .store-nav ul li a:hover {
    color: #1A1A1A;
  }
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #00A0FF;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
}

.nav > li.disabled > a {
  color: #efefef;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #efefef;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #efefef;
  border-color: #00A0FF;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  margin: 0 !important;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

@media only screen and (max-width: 40em) {
  .nav-tabs > li {
    float: none;
    margin: 20px 0 !important;
  }
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5em;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
  text-decoration: none;
}

.nav-tabs > li > a img {
  margin: 0;
}

.nav-tabs > li > a:hover {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  color: #FFFFFF;
  border-radius: 7px;
}

.nav-tabs > li:last-child {
  margin-bottom: 0 !important;
}

.nav-tabs > li.active > a {
  color: #FFFFFF;
  border-radius: 7px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #FFFFFF;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 0;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #1A1A1A;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media only screen and (max-width: 60em) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media only screen and (max-width: 60em) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #FFFFFF;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-radius: 0;
}

/* # Elements
---------------------------------------------------------------------------------------------------- */
html, body {
  overflow-x: hidden;
}

a {
  color: #00A0FF;
}

a:hover {
  color: #00B9FF;
}

body {
  font-family: "sofia-pro-soft", "lato", sans-serif;
  font-weight: 400;
  background: #FFFFFF;
}

p, ol, ul {
  letter-spacing: 0.008em;
  color: rgba(0, 0, 0, 0.5);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "sofia-pro-soft", "lato", sans-serif;
  font-weight: 700;
  display: block;
  letter-spacing: 0.008em;
}

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 3rem;
  margin: 1em 0;
}

h4 {
  font-size: 2.4rem;
  margin: 1.33em 0;
}

h5 {
  font-size: .83em;
  margin: 1.67em 0;
}

h6 {
  font-size: .67em;
  margin: 2.33em 0;
}

.site-inner li {
  list-style-type: disc;
  margin-left: 25px;
}

.site-inner li:last-child {
  margin-bottom: 28px;
}

.margin-top-0 {
  margin-top: 0px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-bottom-0 {
  margin-bottom: 20px;
}

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

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-none {
  margin: 0;
}

.padding-none {
  padding: 0;
}

.green {
  color: #50D2C2 !important;
}

.black {
  color: #1A1A1A !important;
}

.blue {
  color: #00A0FF !important;
}

.pink {
  color: #F4396A !important;
}

.yellow {
  color: #F9EB59 !important;
}

.white {
  color: #FFFFFF !important;
}

.violet {
  color: #D667CD !important;
}

.orange {
  color: #FFC000 !important;
}

.purple {
  color: #B8A6E4 !important;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 60em) {
  .flex-center {
    display: block;
  }
}

/* General Elements
------------------------------------ */
.wFormContainer fieldset {
  margin: 40px 0;
  border: transparent;
}

.wFormContainer .labelsLeftAligned {
  margin: 40px 0;
}

.wFormContainer .section {
  padding: 0;
  display: block;
}

.wFormContainer .wForm input[type=button], .wFormContainer .wForm input[type=submit] {
  margin-right: 20px;
  border-radius: 50px;
  min-width: 180px;
  background: #1A1A1A;
  padding: 10px 25px;
}

table {
  border: 2px solid #ddd !important;
}

table td {
  padding: 5% !important;
}

.quote-right, .quote-left {
  text-align: left;
  width: 100%;
  background: #efefef;
  padding: 5%;
  border: 1px solid #ddd;
  margin: 40px 0;
  display: inline-block;
}

.clear {
  clear: both;
}

.underline {
  text-decoration: underline;
}

.container, .gam-container {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}

.products-container p:last-child {
  margin-bottom: 0;
}

.flex-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

blockquote {
  font-family: "sofia-pro-soft", "lato", sans-serif;
  font-weight: 300;
  padding: 5%;
  border: 1px solid #ddd;
  margin: 40px 0;
  background: #efefef;
  font-style: normal;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote:before {
  content: "";
}

.content-container {
  max-width: 1080px;
}

.entry {
  padding: 0;
  margin: 0;
  background: transparent;
}

.entry-tags {
  display: none;
}

.site-inner {
  padding: 60px 0 80px 0;
}

@media only screen and (max-width: 60em) {
  .site-inner {
    padding: 60px 5% 80px 5%;
  }
}

.quote {
  background: url("/wp-content/uploads/2016/08/d2s-homepage-quote.png") no-repeat center center;
  min-height: 200px;
  margin-top: -100px;
}

@media (max-width: 767px) {
  .quote {
    margin-top: -30px;
  }
}

.ctr, .cta-checklist-full-width-2-col h2, .photo-bg-about-1, .photo-bg-events-1, .photo-bg-resources-1, .photo-bg-get-involved-1, .photo-bg-brand-1 {
  text-align: center;
}

.grey-bg.full {
  border: 1px solid #ddd;
  padding: 5%;
}

/* Buttons
------------------------------------ */
.btn, .search-form input[type="submit"], .mp_wrapper button, .mp_wrapper input[type="button"], .mp_wrapper input[type="reset"], .mp_wrapper input[type="submit"], .mp_wrapper .button, .articles .search-form input[type="submit"] {
  font-family: "sofia-pro-soft", "lato", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 3px;
  font-size: 1.6rem;
  text-transform: uppercase;
  border-radius: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  min-width: 200px;
}

@media (max-width: 767px) {
  .btn, .search-form input[type="submit"], .mp_wrapper button, .mp_wrapper input[type="button"], .mp_wrapper input[type="reset"], .mp_wrapper input[type="submit"], .mp_wrapper .button, .articles .search-form input[type="submit"] {
    max-width: 100%;
  }
}

.btn-pink {
  background: #F4396A;
}

.btn-pink:hover {
  background: #f5517c;
  color: #FFFFFF;
}

.btn-pink:active {
  background: #a40932;
}

.btn-pink-border {
  background: #FFFFFF;
  color: #F4396A;
  border: 2px solid #F4396A;
}

.btn-pink-border:hover {
  background: white;
  color: #F4396A;
}

.btn-pink-border:active {
  background: #bfbfbf;
}

.btn-green {
  background: #50D2C2;
}

.btn-green:hover {
  background: #64d7c9;
  color: #FFFFFF;
}

.btn-green:active {
  background: #218175;
}

.btn-green-border {
  background: #FFFFFF;
  color: #50D2C2;
  border: 2px solid #50D2C2;
}

.btn-green-border:hover {
  background: white;
  color: #50D2C2;
}

.btn-green-border:active {
  background: #bfbfbf;
}

.btn-blue {
  background: #00A0FF;
}

.btn-blue:hover {
  background: #1aaaff;
  color: #FFFFFF;
}

.btn-blue:active {
  background: #005080;
}

.btn-blue-border {
  background: #FFFFFF;
  color: #00A0FF;
  border: 2px solid #00A0FF;
}

.btn-blue-border:hover {
  background: white;
  color: #00A0FF;
}

.btn-blue-border:active {
  background: #bfbfbf;
}

.btn-orange {
  background: #FFC000;
}

.btn-orange:hover {
  background: #ffc61a;
  color: #FFFFFF;
}

.btn-orange:active {
  background: #806000;
}

.btn-orange-border {
  background: #FFFFFF;
  color: #FFC000;
  border: 2px solid #FFC000;
}

.btn-orange-border:hover {
  background: white;
  color: #FFC000;
}

.btn-orange-border:active {
  background: #bfbfbf;
}

.btn-black {
  background: #1A1A1A;
}

.btn-black:hover {
  background: #272727;
  color: #FFFFFF;
}

.btn-black:active {
  background: black;
}

.btn-black-border {
  background: #FFFFFF;
  color: #1A1A1A;
  border: 2px solid #1A1A1A;
}

.btn-black-border:hover {
  background: white;
  color: #1A1A1A;
}

.btn-black-border:active {
  background: #bfbfbf;
}

.btn-yellow {
  background: #F9EB59;
  color: #1A1A1A;
}

.btn-yellow:hover {
  background: #faee72;
  color: #1A1A1A;
}

.btn-yellow:active {
  background: #cbba07;
}

.btn-violet {
  background: #D667CD;
  color: #FFFFFF;
}

.btn-violet:hover {
  background: #db7bd4;
  color: #FFFFFF;
}

.btn-violet:active {
  background: #95288c;
}

.btn-violet-border {
  background: #FFFFFF;
  color: #D667CD;
  border: 2px solid #D667CD;
}

.btn-violet-border:hover {
  background: white;
  color: #D667CD;
}

.btn-violet-border:active {
  background: #bfbfbf;
}

.btn-red {
  background: #DC4B4C;
  color: #FFFFFF;
}

.btn-red:hover {
  background: #e06061;
  color: #FFFFFF;
}

.btn-red:active {
  background: #8c1b1c;
}

.btn-white {
  background: #FFFFFF;
  color: #1A1A1A;
}

.btn-white:hover {
  background: white;
  color: #1A1A1A;
}

.btn-white:active {
  background: #bfbfbf;
}

.btn-purple {
  background: #B8A6E4;
  color: #B8A6E4;
}

.btn-purple:hover {
  background: #c8baea;
  color: #FFFFFF;
}

.btn-purple:active {
  background: #6a44c6;
}

.btn-mobilize {
  background: #e9c854;
  color: #1A1A1A;
}

.btn-mobilize:hover {
  background: #eccf6b;
  color: #1A1A1A;
}

.btn-mobilize:active {
  background: #a88716;
}

.second-btn {
  margin-top: 25px;
}

/* Random
	-------- */
.multiply {
  mix-blend-mode: multiply;
}

.size-300 {
  max-width: 300px !important;
}

.size-800 {
  max-width: 800px !important;
  margin-left: auto;
  margin-right: auto;
}

.full-width-image {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

/* Padding
------------------------------------ */
.padding-vertical-15 {
  padding-top: 15% !important;
  padding-bottom: 15% !important;
}

.padding-vertical-10 {
  padding-top: 10% !important;
  padding-bottom: 10% !important;
}

/* Colors
------------------------------------ */
.grey-bg {
  background: #efefef !important;
}

.blue-bg {
  background: #00A0FF !important;
}

.yellow-bg {
  background: #F9EB59 !important;
}

.pink-bg {
  background: #F4396A !important;
}

.white-bg {
  background: #FFFFFF !important;
}

.violet-bg {
  background: #D667CD !important;
}

.black-bg {
  background: #1A1A1A !important;
}

.black-bg h1, .black-bg h2, .black-bg h3, .black-bg h4, .black-bg h5, .black-bg h6, .black-bg p, .black-bg ul, .black-bg ol {
  color: #FFFFFF;
}

.black-bg h2 {
  margin-top: 0;
}

.green-bg {
  background: #50D2C2 !important;
}

.green-bg h1, .green-bg h2, .green-bg h3, .green-bg h4, .green-bg h5, .green-bg h6, .green-bg p, .green-bg ul, .green-bg ol {
  color: #FFFFFF;
}

.green-bg h2 {
  margin-top: 0;
}

.orange-bg {
  background: #FFC000 !important;
}

.orange-bg h1, .orange-bg h2, .orange-bg h3, .orange-bg h4, .orange-bg h5, .orange-bg h6, .orange-bg p, .orange-bg ul, .orange-bg ol {
  color: #FFFFFF;
}

.orange-bg h2 {
  margin-top: 0;
}

/* Textures
--------------------------------------------- */
.grey-bg-pixels {
  background: url(/wp-content/uploads/2016/11/d2s-texture-pixels.jpg) repeat center center !important;
}

/* Password Protection
--------------------------------------------- */
.post-password-form {
  max-width: 800px;
  margin: 80px auto;
}

.post-password-form input[type="submit"] {
  font-family: "sofia-pro-soft", "lato", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 3px;
  font-size: 1.6rem;
  text-transform: uppercase;
  border-radius: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  min-width: 200px;
  background: #00A0FF !important;
  margin-top: 40px;
}

.post-password-form input[type="submit"] label {
  font-weight: 700;
}

.post-password-form input[type="submit"]:hover {
  background: #00A0FF !important;
  opacity: .8;
}

/* Back to Top Element
--------------------------------------------- */
.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}

.cd-container:after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #232323 url(images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s 0s, visibility 0s .3s;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .9;
}

.cd-top .cd-top.cd-is-visible, .cd-top .cd-top.cd-fade-out, .cd-top .no-touch .cd-top:hover {
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top .no-touch .cd-top:hover {
  background-color: #232323;
  opacity: 1;
}

.videowrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videowrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* # General
---------------------------------------------------------------------------------------------------- */
.search-form input[type="submit"] {
  min-width: 0;
}

/* # Special Feature
------------------------------------------- */
.d2s-homepage-bg {
  background: url(/wp-content/uploads/2019/03/girls-reading-prayer-devotional.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 4rem;
  min-height: 80vh;
  position: relative;
}

.d2s-homepage-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

.d2s-homepage-bg .container, .d2s-homepage-bg .gam-container {
  z-index: 1;
}

@media only screen and (max-width: 960px) {
  .d2s-homepage-bg {
    background-attachment: scroll;
    padding: 2rem;
  }
}

.d2s-homepage-bg .container, .d2s-homepage-bg .gam-container {
  padding: 4rem 0;
}

@media only screen and (max-width: 960px) {
  .d2s-homepage-bg .container, .d2s-homepage-bg .gam-container {
    padding: 2rem 0;
  }
}

.d2s-homepage-bg h1 {
  color: #fff;
  font-size: 3em;
  margin-bottom: 0;
}

.d2s-homepage-bg h3 {
  color: #fff;
  line-height: 1.4;
}

.d2s-homepage-bg h4 {
  color: #fff;
}

.d2s-homepage-bg p {
  color: #fff;
}

.d2s-homepage-bg .btn-blue {
  background: #3bc6f4;
}

.d2s-homepage-bg .btn-blue:hover {
  opacity: .8;
}

.rounded-section-callouts .container, .rounded-section-callouts .gam-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rounded-section {
  padding: 5rem;
}

.rounded-section-callouts .container h2, .rounded-section-callouts .gam-container h2 {
  margin-top: 0;
}

.margin-bottom-none {
  margin-bottom: 0;
}

.margin-top-none {
  margin-top: 0;
}

.d2s-homepage-bg {
  background: url(/wp-content/uploads/2019/03/girls-reading-prayer-devotional.jpg) no-repeat center center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  padding: 4rem !important;
  min-height: 80vh !important;
  position: relative;
}

.d2s-homepage-bg:before {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.d2s-homepage-bg .container, .d2s-homepage-bg .gam-container {
  z-index: 1;
}

@media only screen and (max-width: 960px) {
  .d2s-homepage-bg {
    background-attachment: scroll;
    padding: 2rem;
  }
}

.d2s-homepage-bg .container, .d2s-homepage-bg .gam-container {
  padding: 4rem 0;
}

@media only screen and (max-width: 960px) {
  .d2s-homepage-bg .container, .d2s-homepage-bg .gam-container {
    padding: 2rem 0;
  }
}

.d2s-homepage-bg h1 {
  color: #fff;
  font-size: 3em;
}

.d2s-homepage-bg h4 {
  color: #fff;
}

.d2s-homepage-bg p {
  color: #fff;
}

.d2s-homepage-bg .btn-blue {
  background: #3bc6f4;
}

.d2s-homepage-bg .btn-blue:hover {
  opacity: .8;
}

.rounded-section-callouts .container, .rounded-section-callouts .gam-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rounded-section {
  padding: 5rem;
}

.rounded-section-callouts .container h2, .rounded-section-callouts .gam-container h2 {
  margin-top: 0;
}

.margin-bottom-none {
  margin-bottom: 0;
}

.margin-top-none {
  margin-top: 0;
}

/* # Homepage
------------------------------------------- */
.home .site-inner {
  max-width: 100%;
  padding: 0;
}

.featured-header-full-width {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
  height: calc(100vh - 80px);
  text-align: center;
  position: relative;
}

.featured-header-full-width h1 {
  color: #FFFFFF;
  font-size: 80px;
}

@media only screen and (max-width: 40em) {
  .featured-header-full-width h1 {
    font-size: 40px;
  }
}

.featured-header-full-width h1 span {
  color: #FFFFFF;
}

.featured-header-full-width p {
  font-family: "sofia-pro-soft", "lato", sans-serif;
  font-weight: 300;
  color: #FFFFFF;
  font-size: 2.4rem;
  margin-bottom: 40px;
}

.featured-header-home {
  background: url("/wp-content/uploads/2016/10/unleash-the-potential-in-your-youth-ministry.jpg") no-repeat center center;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
}

@media only screen and (max-width: 60em) {
  .featured-header-home {
    background-attachment: scroll;
  }
}

.rw-words-1 {
  display: inline;
  text-indent: 10px;
  margin-left: -336px;
  margin-right: 20px;
  position: relative;
}

@media only screen and (max-width: 40em) {
  .rw-words-1 {
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    width: 100%;
  }
}

.rw-words-3 {
  float: left;
  width: 100%;
}

@media only screen and (max-width: 40em) {
  .rw-words-3 {
    margin-top: 0px;
  }
}

.rw-words-2 {
  display: initial;
}

@media only screen and (max-width: 40em) {
  .rw-words-2 {
    padding: 5px;
  }
}

.rw-words-2 span {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  color: #F9EB59 !important;
  -webkit-animation: rotateWord 18s linear infinite 0s;
  animation: rotateWord 18s linear infinite 0s;
}

@media only screen and (max-width: 40em) {
  .rw-words-2 span {
    right: 0;
    margin-left: 0;
    margin-right: 0;
    left: 0;
  }
}

.rw-words-2 span:nth-child(2) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.rw-words-2 span:nth-child(3) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.rw-words-2 span:nth-child(4) {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.rw-words-2 span:nth-child(5) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.rw-words-2 span:nth-child(6) {
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
}

@-webkit-keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.section-cta h3 {
  font-size: 2.4rem;
  line-height: 1.3em;
}

.section-cta .rw-words {
  display: inline-block;
  /* text-indent: 10px; */
  min-height: 200px;
}

.section-cta .rw-words-1 span {
  position: absolute;
  opacity: 0;
  /* overflow: hidden; */
  color: #6b969d;
  -webkit-animation: rotateWord 18s linear infinite 0s;
  animation: rotateWord 18s linear infinite 0s;
  color: #F9EB59;
  /* display: list-item; */
}

.section-cta .rw-words-1 span:nth-child(2) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.section-cta .rw-words-1 span:nth-child(3) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.section-cta .rw-words-1 span:nth-child(4) {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.section-cta .rw-words-1 span:nth-child(5) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.section-cta .rw-words-1 span:nth-child(6) {
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
}

@-webkit-keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.section-bg {
  background: url("/wp-content/uploads/2016/08/graffiti-background.jpg") no-repeat center center;
  text-align: center;
  min-height: 1200px;
  background-size: cover;
}

.section-bg h2 {
  color: #FFFFFF;
}

.section-bg p {
  color: #FFFFFF;
}

.section-products .btn, .section-products .search-form input[type="submit"], .search-form .section-products input[type="submit"], .section-products .mp_wrapper button, .mp_wrapper .section-products button, .section-products .mp_wrapper input[type="button"], .mp_wrapper .section-products input[type="button"], .section-products .mp_wrapper input[type="reset"], .mp_wrapper .section-products input[type="reset"], .section-products .mp_wrapper input[type="submit"], .mp_wrapper .section-products input[type="submit"], .section-products .mp_wrapper .button, .mp_wrapper .section-products .button {
  min-width: 100%;
  padding: 5%;
  text-align: center;
}

.section-mar {
  background: url("/wp-content/uploads/2016/08/bg-dark-with-triangles.jpg") no-repeat center center;
  text-align: center;
  background-size: cover;
}

.section-mar h2 {
  color: #FFFFFF;
}

.section-mar p {
  color: #FFFFFF;
}

.section-mar .photo-mar {
  background: url("/wp-content/uploads/2016/08/photos-ministry-advancing-representative.png") no-repeat center center;
  min-height: 600px;
  margin: 0 -9999rem;
  /* add back negative margin value */
  padding: 5.25rem 9999rem;
}

.section-mar .photo-mar::before {
  display: block;
  position: relative;
}

.inspire-teens-bg {
  background: url(/wp-content/uploads/2016/10/inspire-your-teenagers-to-share-the-gospel.jpg) no-repeat center center;
}

.top-resources h2 {
  font-size: 2.8em;
}

@media only screen and (max-width: 60em) {
  .top-resources h2 {
    font-size: 3rem;
  }
}

.top-resources h4 {
  margin-top: 0;
  margin-bottom: 10px;
}

.events-section {
  display: inline-block;
  width: 100%;
}

.events-section .event-box {
  width: 50%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 650px;
  position: relative;
  float: left;
  text-align: center;
  overflow: hidden;
}

.events-section .event-box h1, .events-section .event-box h2, .events-section .event-box h3, .events-section .event-box h4, .events-section .event-box h5, .events-section .event-box h6, .events-section .event-box p, .events-section .event-box ul, .events-section .event-box ol {
  color: #FFFFFF;
}

.events-section .event-box .event-d2slive-promo {
  background: url(/wp-content/uploads/2016/10/d2s-homepage-d2slive-promo.jpg) no-repeat center center;
}

.events-section .event-box .event-ltc-promo {
  background: url(/wp-content/uploads/2016/10/d2s-homepage-ltc-promo.jpg) no-repeat center center;
}

.events-section .event-box .event-unshakeable-promo {
  background: url(/wp-content/uploads/2013/10/d2s-unshakeable-650x450.jpg) no-repeat center center;
}

.events-section .event-box .event-oneday-promo {
  background: url(/wp-content/uploads/2016/10/d2s-homepage-oneday-promo.jpg) no-repeat center center;
}

@media only screen and (max-width: 60em) {
  .events-section .event-box {
    width: 100%;
  }
}

.events-section .promo-background, .events-section .event-box .event-d2slive-promo, .events-section .event-box .event-ltc-promo, .events-section .event-box .event-unshakeable-promo, .events-section .event-box .event-oneday-promo {
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  width: 100%;
  height: 650px;
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10%;
}

.events-section .promo-background:hover, .events-section .event-box .event-d2slive-promo:hover, .events-section .event-box .event-ltc-promo:hover, .events-section .event-box .event-unshakeable-promo:hover, .events-section .event-box .event-oneday-promo:hover {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  /*   -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; */
  /* IE8 */
  /*    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); */
  /* IE6 and 7 */
}

.rounded-section-callouts {
  padding: 0 5% !important;
  margin: 40px 0;
}

.homepage-blog-section h1 {
  color: #FFFFFF;
}

.homepage-blog-section p {
  color: #FFFFFF;
}

.homepage-blog-section a {
  color: #FFFFFF;
}

.homepage-blog-section a:hover {
  color: #1A1A1A;
}

.homepage-blog-section a.btn:hover, .homepage-blog-section .mp_wrapper a.button:hover, .mp_wrapper .homepage-blog-section a.button:hover {
  color: #FFFFFF;
}

.homepage-blog-section .entry {
  padding: 2% 5%;
  border-radius: 14px;
}

.homepage-blog-section .content-container {
  background: #FFFFFF;
  border-radius: 14px;
}

.homepage-blog-section .entry-meta {
  display: none;
}

.homepage-blog-section .post {
  width: 33%;
  float: left;
}

@media only screen and (max-width: 60em) {
  .homepage-blog-section .post {
    width: 100%;
  }
}

.homepage-blog-section .post a {
  display: inline-block;
  width: 100%;
}

.homepage-blog-section .post img {
  width: 100%;
  height: 200px;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  margin: 0;
}

.homepage-blog-section .post p {
  display: none;
}

.homepage-blog-section .featured-post {
  width: 50%;
  float: left;
}

@media only screen and (max-width: 60em) {
  .homepage-blog-section .featured-post {
    width: 100%;
  }
}

.homepage-blog-section .featured-post:after {
  clear: both;
}

.homepage-blog-section .featured-post img {
  width: 100%;
  height: 300px !important;
  max-height: 300px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.homepage-blog-section .entry-title {
  font-size: 2.4rem;
  margin-top: 20px;
}

.homepage-blog-section .btn, .homepage-blog-section .search-form input[type="submit"], .search-form .homepage-blog-section input[type="submit"], .homepage-blog-section .mp_wrapper button, .mp_wrapper .homepage-blog-section button, .homepage-blog-section .mp_wrapper input[type="button"], .mp_wrapper .homepage-blog-section input[type="button"], .homepage-blog-section .mp_wrapper input[type="reset"], .mp_wrapper .homepage-blog-section input[type="reset"], .homepage-blog-section .mp_wrapper input[type="submit"], .mp_wrapper .homepage-blog-section input[type="submit"], .homepage-blog-section .mp_wrapper .button, .mp_wrapper .homepage-blog-section .button {
  margin: 40px 0 0 0;
}

.intercessory-prayer {
  background: url(/wp-content/uploads/2016/10/intercessory-prayer-greg-stier-praying-over-christian-teens.jpg) no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 60em) {
  .intercessory-prayer {
    background-attachment: scroll !important;
  }
}

/* # Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background: #000000;
  color: #FFFFFF;
  border-top: 0;
  padding: 2%;
}

.site-footer p {
  color: #FFFFFF;
}

.site-footer a {
  color: #00A0FF;
  text-decoration: none;
}

.site-footer a:hover {
  color: #00B9FF;
}

.site-footer .nav-secondary {
  display: none;
}

.footer-widgets {
  background: #1A1A1A;
}

.footer-widgets h1, .footer-widgets h2, .footer-widgets h3, .footer-widgets h4, .footer-widgets h5, .footer-widgets h6, .footer-widgets p, .footer-widgets ul, .footer-widgets ol {
  color: #FFFFFF;
}

.footer-widgets h3 {
  text-transform: uppercase;
}

.footer-widgets .btn a, .footer-widgets .search-form input[type="submit"] a, .search-form .footer-widgets input[type="submit"] a, .footer-widgets .mp_wrapper button a, .mp_wrapper .footer-widgets button a, .footer-widgets .mp_wrapper input[type="button"] a, .mp_wrapper .footer-widgets input[type="button"] a, .footer-widgets .mp_wrapper input[type="reset"] a, .mp_wrapper .footer-widgets input[type="reset"] a, .footer-widgets .mp_wrapper input[type="submit"] a, .mp_wrapper .footer-widgets input[type="submit"] a, .footer-widgets .mp_wrapper .button a, .mp_wrapper .footer-widgets .button a {
  color: #1A1A1A;
}

.footer-widgets .featured-content a {
  margin-bottom: 0;
}

.footer-widgets .featured-content .entry-title {
  margin: 0 0 40px 0;
}

.footer-widgets .featured-content .entry-title a {
  color: #FFFFFF;
  margin-bottom: 0;
}

.footer-widgets .featured-content .entry-title a:hover {
  color: #00A0FF;
}

.footer-widgets .featured-content .entry-title a img {
  margin-bottom: 0;
}

.footer-widgets .footer-widgets-1 {
  margin: 0;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* Accordion
--------------------------------------------- */
.accordion {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
}

h3.accordion-title {
  border-top: 1px solid #dbdbdb;
  margin: 0;
  padding: 20px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #01D3A9;
  margin-left: 40px;
}

@media only screen and (max-width: 767px) {
  h3.accordion-title {
    margin-left: 0;
  }
}

.accordion-title:hover {
  color: #343434;
}

.accordion-title:first-child {
  border: none;
}

.accordion-title.open {
  cursor: pointer;
}

.accordion-content {
  padding-bottom: 20px;
}

/* MemberPress
--------------------------------------------- */
.mp_wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

@media only screen and (max-width: 80em) {
  .mp_wrapper {
    padding: 5%;
  }
}

.mp_wrapper .mp_wrapper {
  padding: 0;
}

@media only screen and (max-width: 80em) {
  .mp_wrapper .mp_wrapper {
    padding: 0%;
  }
}

.mp_wrapper button:hover, .mp_wrapper input[type="button"]:hover, .mp_wrapper input[type="reset"]:hover, .mp_wrapper input[type="submit"]:hover, .mp_wrapper .button:hover {
  background: #1A1A1A;
  opacity: .8;
}

.mp_wrapper .mepr_forgot_password_form {
  margin-bottom: 40px;
}

.mp_wrapper #mepr-account-nav {
  display: none;
}

.mp_wrapper #mepr-account-welcome-message {
  display: none;
}

.mp_wrapper .mepr-account-form {
  display: none;
}

.mp_wrapper .mepr-account-change-password {
  display: none;
}

.mp_wrapper .mepr_spacer {
  display: none;
}

.mp_wrapper .mepr-unauthorized-message {
  margin-top: 60px;
}

.mp_wrapper .mepr-login-actions {
  margin-bottom: 60px;
}

/* # Layout
---------------------------------------------------------------------------------------------------- */
.page .site-inner {
  max-width: 1280px;
  padding: 5% 0;
}

@media only screen and (max-width: 80em) {
  .page .site-inner {
    padding: 5%;
  }
}

.full-width-content .site-inner {
  max-width: 100%;
  padding: 0;
}

/* # Sections
---------------------------------------------------------------------------------------------------- */
.section {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
}

.section-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
  background-attachment: fixed;
  background-size: cover;
}

.section-photo h1, .section-photo h2, .section-photo h3, .section-photo h4, .section-photo h5, .section-photo h6, .section-photo p, .section-photo ul, .section-photo ol {
  color: #FFFFFF;
}

.section-photo h2 {
  font-size: 2.8em;
}

.photo-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
  background-attachment: fixed;
  background-size: cover;
}

.photo-section h1, .photo-section h2, .photo-section h3, .photo-section h4, .photo-section h5, .photo-section h6, .photo-section p, .photo-section ul, .photo-section ol {
  color: #FFFFFF;
}

.photo-section h2 {
  font-size: 2.8em;
}

.photo-section h2 h1, .photo-section h2 h2, .photo-section h2 h3, .photo-section h2 h4, .photo-section h2 h5, .photo-section h2 h6, .photo-section h2 p, .photo-section h2 ul, .photo-section h2 ol {
  color: #FFFFFF;
}

.photo-section h4 h1, .photo-section h4 h2, .photo-section h4 h3, .photo-section h4 h4, .photo-section h4 h5, .photo-section h4 h6, .photo-section h4 p, .photo-section h4 ul, .photo-section h4 ol {
  color: #FFFFFF;
}

.dual-promo-section {
  min-height: 650px;
}

.dual-promo-section .one-half {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
  min-height: 650px;
}

.dual-promo-section .first {
  background: #1A1A1A;
}

.dual-promo-section .first p {
  color: #FFFFFF;
}

.dual-promo-section .container, .dual-promo-section .gam-container {
  max-width: 720px;
}

/* # Colored Sections
-------------------------------------------- */
.grey-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
  background: #efefef;
}

.yellow-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
  background: #F9EB59;
}

.blue-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
  background: #00A0FF;
}

.green-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
  background: #50D2C2;
}

.pink-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
  background: #F4396A;
}

.black-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
  background: #1A1A1A;
}

.black-section h1, .black-section h2, .black-section h3, .black-section h4, .black-section h5, .black-section h6, .black-section p, .black-section ul, .black-section ol {
  color: #FFFFFF;
}

.white-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
  background: #FFFFFF;
}

container {
  max-width: 1080px;
}

/* Rounded Sections
-------------------------------------------- */
.rounded-section {
  border-radius: 14px;
  padding: 2%;
}

@media only screen and (max-width: 60em) {
  .rounded-section {
    padding: 5%;
  }
}

/* Promo Sections
-------------------------------------------- */
.rounded-promo-section {
  max-width: 1080px;
  margin: 2% auto;
  background: #efefef;
  border-radius: 11px;
  padding: 2%;
  display: flex;
}

.rounded-promo-section img {
  width: 100%;
}

/* CTA Sections
-------------------------------------------- */
.cta-checklist-full-width-2-col h2 {
  font-size: 3.6rem;
  margin-bottom: 60px;
}

.cta-checklist-full-width-2-col .one-half h2 {
  font-size: 2.4rem;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}

.cta-checklist-full-width-2-col li:before {
  background-image: url(/wp-content/uploads/2016/10/icon-checkmark.svg);
  display: flex;
  align-content: center;
  justify-content: center;
  margin-top: 5px;
  margin-left: -40px;
  height: 30px;
  width: 30px;
  position: absolute;
  content: "";
}

.cta-checklist-full-width-2-col ul > li {
  list-style-type: none;
  margin: 25px 0;
}

.spotlight-section {
  background: #1A1A1A;
}

.spotlight-section .first {
  margin: 0;
  width: 60%;
}

@media only screen and (max-width: 60em) {
  .spotlight-section .first {
    width: 100%;
  }
}

.spotlight-section .one-half {
  width: 50%;
  padding: 5%;
}

@media only screen and (max-width: 60em) {
  .spotlight-section .one-half {
    width: 100%;
    padding: 2%;
  }
}

/* Special Section Styles
-------------------------------------------- */
.ctr-section {
  text-align: center;
}

.reg-section .one-half {
  padding: 0 2%;
}

.reg-section .one-half > h2 {
  margin-top: 0;
}

.small-padding {
  padding: 2%;
}

.min-height-10 {
  min-height: 10em !important;
}

.min-height-20 {
  min-height: 20em !important;
}

.min-height-30, .photo-bg-resources-spotlight, .photo-bg-resources-spotlight .one-half {
  min-height: 30em !important;
}

.min-height-40, .photo-bg-about-1, .photo-bg-events-1, .photo-bg-resources-1, .photo-bg-get-involved-1, .photo-bg-brand-1 {
  min-height: 40em !important;
}

.min-height-50 {
  min-height: 50em !important;
}

.min-height-60 {
  min-height: 60em !important;
}

/* # Custom
---------------------------------------------------------------------------------------------------- */
/*
One Day
------------------------------------------- */
.d2s-one-day {
  color: #343434;
}

.d2s-one-day h1, .d2s-one-day h2, .d2s-one-day h3, .d2s-one-day h4, .d2s-one-day h5, .d2s-one-day h6, .d2s-one-day p, .d2s-one-day ul, .d2s-one-day ol {
  font-family: 'open sans', helvetica, sans-serif;
}

.d2s-one-day .site-inner {
  letter-spacing: .05em;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  max-width: 1170px !important;
  margin-bottom: 80px;
}

.d2s-one-day .button {
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: #FFFFFF;
  cursor: pointer;
  padding: .8rem 2rem;
  width: auto;
  clear: both;
  border: 2px solid #FFFFFF;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .15em;
  margin: 40px auto 0px auto;
  border-radius: 0 !important;
  min-width: 200px;
  text-align: center;
  background: transparent;
}

.d2s-one-day .youth-leader-testimonial {
  clear: both;
  background: #fff;
  color: #4ecad2 !important;
  padding: 5% !important;
  border-radius: 7px;
  line-height: 1.5em;
  margin-bottom: 60px;
}

.d2s-one-day-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff !important;
  min-height: 50vh;
  padding: 5%;
  text-align: center;
  background: url(/wp-content/uploads/2016/11/d2s-oneday-training-header-photo-youth-leader-smiling.jpg) no-repeat center center;
  background-size: cover;
}

.d2s-one-day-header .one-half {
  text-align: left;
}

.d2s-one-day-header h1 {
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .1em;
  max-width: 800px;
  line-height: 1.5em;
}

.d2s-one-day-header a {
  color: #fff !important;
  text-decoration: none;
  margin-top: 0 !important;
}

.d2s-one-day-header .button {
  border-color: #fff !important;
  color: #fff !important;
}

.d2s-one-day .opacity20 {
  opacity: .2;
  cursor: not-allowed;
}

.d2s-one-day .one-third.first {
  padding-bottom: 25px;
}

.d2s-one-day .one-third img {
  margin-bottom: -25px;
  border: 1px solid #2e2e2e;
}

@media only screen and (max-width: 767px) {
  .d2s-one-day .one-third img {
    width: 100%;
    margin-bottom: -17px;
  }
}

@media only screen and (max-width: 767px) {
  .d2s-one-day .margin-top-neg-80 {
    margin-top: 0;
  }
}

.d2s-one-day .accordion {
  border-bottom: 0;
  display: inline-block;
  float: left;
  width: 100%;
}

.d2s-one-day .accordion-title {
  border: 1px solid #2e2e2e;
  margin-left: 0;
  padding: 20px;
  color: #01D3A9;
  font-size: 18px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  display: inline-block;
  float: left;
  width: 100%;
  margin-top: -40px;
}

.d2s-one-day .accordion-content {
  border: 1px solid #2e2e2e;
  padding: 20px;
  margin-top: -1px;
}

.d2s-one-day .accordion-content p {
  margin-bottom: 0;
}

.d2s-one-day .accordion-content h1, .d2s-one-day .accordion-content h2, .d2s-one-day .accordion-content h3, .d2s-one-day .accordion-content h4, .d2s-one-day .accordion-content h5, .d2s-one-day .accordion-content h6 {
  color: #13b7c3;
}

.d2s-one-day a .d2s-oneday-register {
  border: 1px solid #2e2e2e;
  padding: 15px 20px;
  font-weight: 500;
  background: #2e2e2e;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  float: left;
  width: 100%;
  margin-top: -60px;
}

@media only screen and (max-width: 767px) {
  .d2s-one-day .accordion {
    border-bottom: 0;
  }
}

.d2s-one-day a.d2s-oneday-register {
  text-decoration: none;
}

.d2s-one-day a:hover .d2s-oneday-register {
  opacity: .8;
  text-decoration: none;
}

/*
One Day Colors
*/
.d2s-one-day .blue-bg {
  background: url("/wp-content/uploads/2015/04/one-day-blue-bg.jpg") repeat !important;
  display: inline-block;
  width: 100%;
  padding: 80px;
  background-attachment: fixed;
  background-position: center center;
}

.d2s-one-day .blue-bg a {
  color: #f2b11e;
}

.d2s-one-day .blue-bg h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .1em;
}

.d2s-one-day .blue-bg h4 {
  text-align: left;
  color: #fff;
  font-weight: 700;
}

.d2s-one-day .blue-bg h3 {
  color: #fff;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .d2s-one-day .blue-bg {
    padding: 20px 10px;
  }
  .d2s-one-day .blue-bg h4 {
    padding: 0;
  }
  .d2s-one-day .blue-bg h3 {
    text-align: left;
    padding-left: 15px;
  }
}

.d2s-one-day .white-bg {
  display: inline-block;
  width: 100%;
  padding: 80px;
}

@media only screen and (max-width: 767px) {
  .d2s-one-day .white-bg {
    padding: 20px 10px;
  }
}

.d2s-one-day .white-bg h2 {
  color: #eb3124;
  text-align: center;
  font-weight: 700;
  padding: 0 40px;
}

.d2s-one-day .white-bg h4 {
  color: #eb3124;
  font-weight: 700;
  text-align: left;
  padding: 20px 50px;
}

.d2s-one-day .white-bg h3 {
  text-align: center;
  color: #343434;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 40px;
}

.d2s-one-day .white-bg .one-third h3 {
  margin-bottom: 40px;
}

.d2s-one-day .white-bg .one-third .accordion-content {
  margin-top: -41px;
}

@media only screen and (max-width: 767px) {
  .d2s-one-day .white-bg h4 {
    padding: 10px;
  }
}

.d2s-one-day .white-bg .one-third h4 {
  padding: 0;
  color: #06b6c2;
}

.d2s-one-day .white-bg h2 {
  color: #eb3124;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .1em;
}

.d2s-one-day .red-bg {
  background: url("/wp-content/uploads/2015/04/one-day-red-bg.jpg") repeat !important;
  display: inline-block;
  width: 100%;
  padding: 40px;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .d2s-one-day .red-bg {
    padding: 20px 10px;
  }
}

.d2s-one-day .red-bg h2 {
  font-weight: 700;
  color: #fff;
}

.d2s-one-day .white-bg ul {
  padding: 0 40px;
}

.d2s-one-day .black-bg {
  background: #343434;
  color: #fff;
  width: 100%;
  display: inline-block;
  padding: 80px;
}

@media only screen and (max-width: 767px) {
  .d2s-one-day .black-bg {
    padding: 0;
  }
}

.d2s-one-day .black-bg h1 {
  color: #fff;
  font-size: 24px;
  line-height: 1.6em;
  margin-bottom: 40px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .d2s-one-day .black-bg h1 {
    line-height: 1.8em;
    font-size: 21px;
  }
  .d2s-one-day .white-bg ul {
    padding: 10px;
  }
}

.d2s-one-day .grey-bg {
  padding: 40px;
  color: #343434;
  display: inline-block;
  width: 100%;
}

.d2s-one-day .grey-bg h6 {
  color: #343434;
  font-size: 21px;
  line-height: 1.6em;
  padding: 40px;
}

@media only screen and (max-width: 767px) {
  .d2s-one-day .grey-bg {
    padding: 20px 10px;
  }
  .d2s-one-day .grey-bg h6 {
    padding: 0;
    margin-bottom: 40px;
    line-height: 1.9em;
    font-size: 18px;
  }
}

.d2s-one-day .grey-bg h2 {
  color: #343434;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  letter-spacing: .1em;
}

.d2s-one-day .blue-bg .one-half {
  padding: 15px;
}

.d2s-one-day .blue-bg .one-half p {
  padding: 0;
}

.d2s-one-day .orange-bg {
  background: url("/wp-content/uploads/2015/04/one-day-orange-bg.jpg") repeat !important;
  display: inline-block;
  width: 100%;
  padding: 80px;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.d2s-one-day .orange-bg strong {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .d2s-one-day .orange-bg {
    padding: 20px 10px;
  }
}

.d2s-one-day .orange-bg h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .1em;
}

.d2s-one-day .yellow-bg {
  background: #f2b11e;
  display: inline-block;
  width: 100%;
  padding: 80px;
}

.d2s-one-day .color-blue {
  color: #06b6c2;
}

.d2s-one-day .color-orange {
  color: #f38a20;
}

.d2s-one-day .color-yellow {
  color: #f2b11e;
}

.d2s-one-day .color-red {
  color: #eb3124;
}

.d2s-one-day .menu-secondary {
  background: #f2b11e;
  text-align: center;
}

.d2s-one-day .menu-secondary a:hover {
  color: #343434;
}

.d2s-one-day .bottom-right-ad {
  bottom: 25px;
  max-width: 25%;
  position: fixed;
  left: 0px;
  z-index: 99;
}

.d2s-one-day .bottom-right-ad:hover {
  opacity: .8;
}

@media screen and (max-width: 960px) {
  .bottom-right-ad {
    display: none;
    max-width: 50%;
    right: 15px;
    bottom: 0;
  }
}

/*
Certified Trainer Accordion
------------------------------------------- */
.certified-trainer h3.accordion-title {
  margin: 2em 0;
  padding: 2em;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  background: #c7ce5e;
  border: none !important;
  color: #1a1a1a;
}

/*
Boldness
------------------------------------------- */
.boldness h1 {
  margin: 0;
  padding: 0;
}

.boldness-featured {
  background: url("/wp-content/uploads/2014/05/boldness-bg.jpg") no-repeat !important;
  padding: 80px 0;
  margin: 0 0 40px 0;
}

@media only screen and (max-width: 767px) {
  .boldness-featured {
    padding: 40px 0;
  }
}

.boldness img {
  margin: 0 auto;
  padding: 10px 0;
}

.boldness-featured .content p {
  padding: 0;
}

.boldness .entry-content ol li, .boldness .entry-content ul li {
  margin-left: 60px;
  margin-left: 6em;
  font-size: 1.8rem;
}

.boldness .entry-content a {
  color: #01D3A9;
}

.boldness h2 {
  font-size: 2.66rem;
}

@media only screen and (max-width: 767px) {
  .boldness .entry-content ol li, .boldness .entry-content ul li {
    margin-left: 30px;
    margin-left: 3em;
    font-size: 1.6rem;
  }
  .boldness .full {
    padding: 0;
  }
  .boldness h2 {
    font-size: 2rem;
    font-weight: 600;
  }
}

.boldness .button {
  display: table-cell;
  color: #fff;
}

.boldness a.button {
  color: #fff;
}

.boldness .entypo-social {
  vertical-align: middle;
}

/*
Owners
------------------------------------------- */
.owners .entry-content h2 {
  padding: 0;
  font-size: 2rem;
}

.owners .entry-content p {
  padding: 0;
}

.owners .entry-content .button {
  background: #FF7C1B;
  margin-top: 20px;
}

.social-media-footer {
  background: #1B88FF;
  padding: 20px;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.social-media-footer img:hover {
  opacity: .8;
}

/*Spanish Gospel Sharing
	________________________________________*/
p.spanish-gospel {
  padding-left: 290px;
  text-align: left;
}

@media (max-width: 767px) {
  .spanish-gospel {
    padding: 0;
    text-align: left;
  }
}

/* About
---------------------------------------------  */
/* Certified Trainers
---------------------  */
.certified-trainers-homepage .green-bg h4 {
  color: #fff;
  margin-bottom: 1rem !important;
}

h4.left {
  text-align: left;
}

.content .font-small {
  font-size: 16px;
  line-height: 1.75em;
  padding-left: 0;
}

/*buttons*/
.green-bg .button, .white-bg .button, .black-bg .button {
  padding: 10px 25px;
}

.certified-trainers-homepage h4.left {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .certified-trainers-homepage p {
    text-align: center;
  }
  .certified-trainers-homepage h4.left {
    text-align: center;
    font-size: 24px;
  }
  .certified-trainers-homepage h4 {
    font-size: 3.4rem;
    font-weight: 400;
  }
  .certified-trainers-homepage .full {
    padding: 0;
  }
  .certified-trainers-homepage .content .font-small {
    padding-left: 10px;
  }
  .certified-trainers-homepage .sidebar .widget-title, .certified-trainers-homepage .sidebar .text-widget img {
    text-align: center;
  }
  .certified-trainers-homepage .footer-widgets p {
    text-align: left;
  }
}

/*strip out P padding for forms */
.certified-trainers .entry-content p {
  padding: 0;
}

.certified-trainers-homepage .sidebar h4 {
  color: #343434;
}

.certified-trainers-homepage .sidebar a {
  color: #343434;
  text-decoration: underline;
}

.certified-trainers-homepage .sidebar a:hover {
  color: #01D3A9;
  text-decoration: underline;
}

.certified-trainers-homepage .sidebar #text-30 {
  padding: 0;
  margin-bottom: -40px;
}

/* Training & Events
---------------------------------------------  */
/* Webinars
---------------------  */
.green-bg.full h1, .green-bg.full h2, .green-bg.full h3, .green-bg.full h4, .green-bg.full h5, .green-bg.full h6 {
  margin: 0;
  text-align: center;
  padding-top: 0;
  color: #fff;
}

.webinars .content h1 {
  padding-top: 0;
}

/* Webinars
---------------------  */
.wForm .wfPageNextButton {
  background-color: #796ece;
  background: #796ece;
}

.wForm input[type=button], .wForm input[type=submit] {
  background-color: #999999 !important;
}

/* Training
--------------------- */
.section.photo-section.training-hero {
  background: url("/wp-content/uploads/2017/10/youth-pastor-training-youth-leader-training-youth-ministry-training-youth-group-training.jpg") no-repeat center center !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  display: flex;
  width: 100% !important;
  padding: 80px;
  color: #FFFFFF;
}

/* # Pages
---------------------------------------------------------------------------------------------------- */
/* About - Featured
------------------------- */
.photo-bg-about-1 {
  background: url(/wp-content/uploads/2016/10/photo-bg-about-1.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

@media only screen and (max-width: 60em) {
  .photo-bg-about-1 {
    background-attachment: scroll !important;
    margin: -6% -6% 0 -6%;
  }
}

@media only screen and (max-width: 40em) {
  .photo-bg-about-1 {
    margin: -6% 0;
  }
}

.photo-bg-about-1 h1 {
  font-size: 2.8em;
}

.photo-bg-about-2 {
  background: url(/wp-content/uploads/2016/10/photo-bg-about-2.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

@media only screen and (max-width: 60em) {
  .photo-bg-about-2 {
    background-attachment: scroll !important;
    margin: -6% -6% 0 -6%;
  }
}

@media only screen and (max-width: 40em) {
  .photo-bg-about-2 {
    margin: -6% 0;
  }
}

.photo-bg-about-3 {
  background: url(/wp-content/uploads/2016/10/photo-bg-about-3.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

@media only screen and (max-width: 60em) {
  .photo-bg-about-3 {
    background-attachment: scroll !important;
    margin: -6% -6% 0 -6%;
  }
}

@media only screen and (max-width: 40em) {
  .photo-bg-about-3 {
    margin: -6% 0;
  }
}

/* About - Mission
------------------------- */
.section-mission {
  background: #1A1A1A;
}

.section-mission h2 {
  margin: 0;
  color: #FFFFFF;
  margin-right: 40px;
  float: left;
}

@media only screen and (max-width: 60em) {
  .section-mission h2 {
    float: none;
    margin-bottom: 10px;
  }
}

.section-mission p {
  color: #FFFFFF;
}

/* About - CTA Large Promo
------------------------- */
.cta-large-promo-2-col .col-1 {
  width: 60%;
  float: left;
  padding: 1em;
}

@media only screen and (max-width: 60em) {
  .cta-large-promo-2-col .col-1 {
    width: 100%;
  }
}

.cta-large-promo-2-col .col-2 {
  width: 40%;
  padding: 1em;
  float: left;
}

.cta-large-promo-2-col .col-2 img {
  width: 100%;
}

@media only screen and (max-width: 60em) {
  .cta-large-promo-2-col .col-2 {
    width: 100%;
  }
}

.cta-small-promo-2-col .col-1 {
  width: 60%;
  float: left;
  padding: 1em;
}

@media only screen and (max-width: 60em) {
  .cta-small-promo-2-col .col-1 {
    width: 100%;
  }
}

.cta-small-promo-2-col .col-2 {
  width: 40%;
  padding: 1em;
  float: left;
}

.cta-small-promo-2-col .col-2 img {
  width: 100%;
}

@media only screen and (max-width: 60em) {
  .cta-small-promo-2-col .col-2 {
    width: 100%;
  }
}

/* Events - Featured
------------------------- */
.photo-bg-events-1 {
  background: url(/wp-content/uploads/2016/10/photo-events-bg-1.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

@media only screen and (max-width: 60em) {
  .photo-bg-events-1 {
    background-attachment: scroll !important;
    margin: -6% -6% 0 -6%;
  }
}

@media only screen and (max-width: 40em) {
  .photo-bg-events-1 {
    margin: -6% 0;
  }
}

.photo-bg-events-1 h1 {
  font-size: 2.8em;
}

@media only screen and (max-width: 60em) {
  .photo-bg-events-1 h1 {
    font-size: 3rem;
  }
}

.photo-bg-events-2 {
  background: url(/wp-content/uploads/2016/11/d2s-oneday-featured-header-blue.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

@media only screen and (max-width: 60em) {
  .photo-bg-events-2 {
    background-attachment: scroll !important;
    margin: -6% -6% 0 -6%;
  }
}

@media only screen and (max-width: 40em) {
  .photo-bg-events-2 {
    margin: -6% 0;
  }
}

.photo-bg-events-3 {
  background: url(/wp-content/uploads/2016/10/photo-events-bg-3.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

@media only screen and (max-width: 60em) {
  .photo-bg-events-3 {
    background-attachment: scroll !important;
    margin: -6% -6% 0 -6%;
  }
}

@media only screen and (max-width: 40em) {
  .photo-bg-events-3 {
    margin: -6% 0;
  }
}

.photo-fixed {
  background-attachment: scroll !important;
}

/* Events - Video
------------------------- */
.events-video-section {
  display: flex;
  width: 100%;
}

/* Resources - Featured
------------------------- */
.photo-bg-resources-1 {
  background: url(/wp-content/uploads/2016/10/photo-bg-resources-1.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

@media only screen and (max-width: 60em) {
  .photo-bg-resources-1 {
    background-attachment: scroll !important;
    margin: -6% -6% 0 -6%;
  }
}

@media only screen and (max-width: 40em) {
  .photo-bg-resources-1 {
    margin: -6% 0;
  }
}

.photo-bg-resources-1 h1 {
  font-size: 2.8em;
}

/* Resource - Top Resources
------------------------- */
.top-resources .one-fourth {
  min-height: 240px;
}

@media only screen and (max-width: 60em) {
  .top-resources .one-fourth {
    min-height: 0;
  }
}

/* Resource - Spotlight
------------------------- */
.photo-bg-resources-spotlight {
  display: flex;
}

.photo-bg-resources-spotlight .first {
  background: url(/wp-content/uploads/2016/10/photo-bg-resources-spotlight.jpg) no-repeat center center;
  background-size: cover;
}

.photo-bg-resources-spotlight .one-half {
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-bg-resources-spotlight .one-half h2, .photo-bg-resources-spotlight .one-half h4, .photo-bg-resources-spotlight .one-half p {
  color: #FFFFFF;
  max-width: 740px;
}

@media only screen and (max-width: 60em) {
  .photo-bg-resources-spotlight {
    display: table;
    width: 100%;
  }
}

.photo-bg-aboutgreg-2 {
  background: url(/wp-content/uploads/2016/10/photo-bg-aboutgreg-2.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

@media only screen and (max-width: 60em) {
  .photo-bg-aboutgreg-2 {
    background-attachment: scroll !important;
    margin: -6% -6% 0 -6%;
  }
}

@media only screen and (max-width: 40em) {
  .photo-bg-aboutgreg-2 {
    margin: -6% 0;
  }
}

.photo-bg-aboutgreg-2 h2 {
  font-size: 3rem;
}

/* Get Involved
------------------------- */
.photo-bg-get-involved-1 {
  background: url(/wp-content/uploads/2016/10/photo-bg-get-involved-1.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

@media only screen and (max-width: 60em) {
  .photo-bg-get-involved-1 {
    background-attachment: scroll !important;
    margin: -6% -6% 0 -6%;
  }
}

@media only screen and (max-width: 40em) {
  .photo-bg-get-involved-1 {
    margin: -6% 0;
  }
}

.photo-bg-get-involved-1 h1 {
  font-size: 2.8em;
}

/* Articles
------------------------- */
.articles li {
  list-style-type: none;
}

/* Brand Guide
------------------------- */
.photo-bg-brand-1 {
  background: url(/wp-content/uploads/2016/12/Group-6.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

@media only screen and (max-width: 60em) {
  .photo-bg-brand-1 {
    background-attachment: scroll !important;
    margin: -6% -6% 0 -6%;
  }
}

@media only screen and (max-width: 40em) {
  .photo-bg-brand-1 {
    margin: -6% 0;
  }
}

.photo-bg-brand-1 h1 {
  font-size: 2.8em;
}

h4.brand-font-title {
  font-family: "sofia-pro-soft", "lato", sans-serif;
  position: absolute;
  margin: 0 auto;
}

p.brand-font-name {
  font-family: "sofia-pro-soft", "lato", sans-serif;
  font-size: 2.8rem;
}

p.brand-font-name-v {
  font-family: "verveine";
  font-size: 2.8rem;
}

hr {
  margin: 8px auto;
  max-width: 1080px;
  font-size: 1px;
  border-top: 1px solid #454545;
  border-bottom: 1px solid #ffffff;
}

pre {
  font-size: 1.4rem;
}

/* Single Product
------------------------- */
.single-product.full-width-content .site-inner {
  max-width: 1170px;
}

.single-product.full-width-content .breadcrumb {
  display: none;
}

.single-product.full-width-content .entry-title {
  display: none;
}

/* Gospel Advancing
------------------------- */
.gam-best-practices img {
  padding: 5%;
  margin: 5% 0;
  border: 1px solid #ddd;
  cursor: pointer;
}

.gam-best-practices img:hover {
  /* Rectangle: */
  box-shadow: 0 2px 4px 0 rgba(209, 209, 209, 0.5);
}

/* # General Blog
---------------------------------------------------------------------------------------------------- */
.featured-post {
  width: 50%;
  display: inline-block;
  margin: 0;
  position: relative;
  padding: 5%;
  float: left;
}

@media only screen and (max-width: 960px) {
  .featured-post {
    width: 100%;
  }
}

.featured-post img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  max-height: 250px;
}

.featured-post .entry-content {
  display: none;
}

.featured-post .entry-header .entry-time {
  display: none;
}

.featured-post .entry-footer .entry-meta {
  border-top: 0;
}

.featured-post .entry-footer .entry-meta .entry-categories {
  display: none;
}

.after-entry {
  padding: 0;
}

/* # Homepage Blog
---------------------------------------------------------------------------------------------------- */
.home .entry-content .entry-header .entry-time {
  display: none;
}

/* # Blog Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar .widget {
  background: #efefef;
  border-radius: 11px;
}

.sidebar .featuredpost img {
  width: 100%;
  margin: 0;
  border-radius: 11px;
}

.sidebar .featuredpost a {
  margin: 0;
}

.sidebar .featuredpost h2 {
  margin: 0 0 40px 0;
  font-size: 2.1rem;
}

.sidebar .featuredpost h2 a {
  text-decoration: none;
}

/* # Archive & Category Blog
---------------------------------------------------------------------------------------------------- */
.archive .site-inner, .search .site-inner {
  max-width: 1280px;
}

.archive .site-inner .archive-description, .search .site-inner .archive-description {
  background: #1A1A1A;
  padding: 5%;
}

.archive .site-inner .archive-description .archive-title, .search .site-inner .archive-description .archive-title {
  font-size: 2.8rem;
  margin: 0;
  color: #FFFFFF;
  text-align: left;
}

.archive .site-inner .archive-description p, .search .site-inner .archive-description p {
  color: #FFFFFF;
  margin-top: 20px;
}

.archive .site-inner .entry-title a:hover, .search .site-inner .entry-title a:hover {
  color: #00A0FF;
}

.archive .entry-image, .search .entry-image {
  width: 100%;
}

.archive .entry, .search .entry {
  padding: 2%;
}

@media only screen and (max-width: 40em) {
  .archive .entry, .search .entry {
    padding: 0;
  }
}

.archive .entry-content img, .search .entry-content img {
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.entry-time {
  display: none;
}

.archive-pagination {
  margin-top: 40px;
}

.archive-pagination ul {
  padding: 2%;
}

@media only screen and (max-width: 60em) {
  .archive-pagination ul {
    padding: 2%;
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}

.archive-pagination a {
  background-color: #1A1A1A;
  color: #FFFFFF;
  border-radius: 6px;
  min-width: 40px;
  text-align: center;
}

.archive-pagination a:hover {
  background-color: #00A0FF;
}

.archive-pagination .active a {
  background-color: #00A0FF;
}

.archive-pagination .active a:hover {
  background-color: #1A1A1A;
}

/* # Author Box
---------------------------------------------------------------------------------------------------- */
.author-box {
  background: #efefef;
  border: 1px solid #ddd;
  padding: 5%;
  margin-top: 40px;
  border-radius: 11px;
}

.author-box .author-box-title {
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
/* # Advanced Ads
---------------------------------------------------------- */
.dare2-widget {
  padding: 0 !important;
  background: transparent !important;
}

.dare2-widget img {
  width: 100%;
}

.widget_recent_entries li {
  margin-left: 0;
  list-style-type: none;
}

.page .dare2-after-content {
  display: none;
}

/* # Accordion
---------------------------------------------------------- */
.accordion-title {
  cursor: pointer;
}

.accordion-title:hover {
  color: #00A0FF;
}

.gam .accordion-title:hover {
  color: #796ece;
}

/* # Widget Button
---------------------------------------------------------- */
.certified-trainers-homepage .sidebar a.btn-black {
  color: #FFFFFF;
  text-decoration: none;
  align-items: center;
}

/* # Widget Title
---------------------------------------------------------- */
h3.widgettitle.widget-title {
  text-align: center;
}

/* # Backgrounds
---------------------------------------------------------------------------------------------------- */
.photo-concrete-texture-1 {
  background: url(/wp-content/uploads/2016/10/photo-geometric-bg-concrete-texture-1.jpg) no-repeat center center !important;
  background-size: cover !important;
  width: 100%;
}

.photo-concrete-texture-2 {
  background: url(/wp-content/uploads/2016/10/photo-geometric-bg-concrete-texture-2.jpg) no-repeat center center !important;
  background-size: cover !important;
  width: 100%;
  background-attachment: fixed !important;
}

.photo-concrete-texture-3 {
  background: url(/wp-content/uploads/2016/10/photo-bg-concrete-texture-3.jpg) no-repeat center center !important;
  background-size: cover !important;
  width: 100%;
}

.photo-paper-texture-1 {
  background: url(/wp-content/uploads/2016/10/photo-geometric-bg-concrete-paper-1.jpg) no-repeat center center !important;
  background-size: cover !important;
  width: 100%;
}

.photo-teenager-girl-1 {
  background: url(/wp-content/uploads/2016/10/photo-geometric-bg-teenage-girl-1.jpg) no-repeat center center !important;
  background-size: cover !important;
  width: 100%;
}

/* # D2S Live One Pager
---------------------------------------------------------------------------------------------------- */
.d2slive {
  /* # D2S Live One Pager Buttons
---------------------------------------------------------------------------------------------------- */
}

.d2slive h1 {
  font-family: "brandon-grotesque", "lato", sans-serif !important;
  font-size: 30px;
}

.d2slive h2 {
  font-family: "brandon-grotesque", "lato", sans-serif !important;
  font-size: 24px;
}

.d2slive h4 {
  font-family: "brandon-grotesque", "lato", sans-serif !important;
  font-size: 20px;
}

.d2slive p {
  font-family: "brandon-grotesque", "lato", sans-serif !important;
  font-size: 18px;
  margin-bottom: 40px;
}

.d2slive a {
  color: #F6961F;
  text-decoration: none;
}

.d2slive .one-fourth {
  padding-bottom: 5%;
}

.d2slive .entry-title {
  display: none;
}

.d2slive .btn-blue {
  color: #FFFFFF;
}

.d2slive .breadcrumb {
  display: none;
}

.d2slive .nav-header a {
  color: #FFFFFF;
}

.d2slive .hero {
  background: url("/wp-content/uploads/2017/04/orange-purple.jpg") no-repeat center center;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  font-family: "brandon-grotesque", "lato", sans-serif !important;
}

.d2slive .hero .container, .d2slive .hero .gam-container {
  color: #FFFFFF;
  max-width: 800px;
  margin: 0 auto;
}

@media only screen and (max-width: 40em) {
  .d2slive .hero {
    margin-left: 0;
    margin-right: 0;
    margin-top: -10px;
    display: inline-block;
    width: 100%;
    background-attachment: scroll;
  }
}

.d2slive .d2slive-date-callout {
  background-color: #4A4A4A;
  width: 100%;
  color: #FFFFFF;
  max-height: 70px;
  font-family: "brandon-grotesque", "lato", sans-serif;
  margin-top: -10px;
  display: flex;
}

.d2slive .d2slive-date-callout h2 {
  padding-bottom: 10px;
}

@media only screen and (max-width: 40em) {
  .d2slive .d2slive-date-callout h2 {
    font-size: 20px !important;
    padding-bottom: 25px !important;
    background-attachment: scroll;
  }
}

.d2slive .one-day {
  background: url("http://www.dare2share.org/wp-content/uploads/2017/04/KidsWalking1DuoTone-2.png") no-repeat center center;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  color: #FFFFFF;
  font-family: "brandon-grotesque", "lato", sans-serif;
}

@media only screen and (max-width: 40em) {
  .d2slive .one-day {
    background-attachment: scroll;
  }
}

.d2slive .speakers-artists {
  background: url("http://www.dare2share.org/wp-content/uploads/2017/04/bg-grungy.png") no-repeat center center;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  font-family: "brandon-grotesque", "lato", sans-serif;
  font-weight: 700;
}

.d2slive .speakers-artists .button-black {
  margin-top: 25% !important;
}

@media only screen and (max-width: 40em) {
  .d2slive .speakers-artists {
    background-attachment: scroll;
  }
}

.d2slive .locations {
  background: url("http://www.dare2share.org/wp-content/uploads/2017/04/bg-locations.png") no-repeat center center;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  color: #FFFFFF;
  min-height: 589px;
  font-family: "brandon-grotesque", "lato", sans-serif;
}

.d2slive .locations .container, .d2slive .locations .gam-container {
  color: #FFFFFF;
  max-width: 800px;
  margin: 0 auto;
}

@media only screen and (max-width: 40em) {
  .d2slive .locations {
    background-attachment: scroll;
  }
}

.d2slive .schedule-section .container, .d2slive .schedule-section .gam-container {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
}

.d2slive .schedule-boxes {
  font-family: "brandon-grotesque", "lato", sans-serif;
}

.d2slive .schedule-boxes .one-third {
  min-width: 33.33% !important;
  margin: 0;
}

@media only screen and (max-width: 40em) {
  .d2slive .schedule-boxes .one-third {
    min-width: 100%;
  }
}

.d2slive .schedule-boxes .one-third .schedule-morning {
  background: #5B174E;
  width: 100%;
  background-size: cover;
  min-height: 200px;
  color: #FFFFFF;
  text-align: center !important;
  display: flex;
  font-family: "brandon-grotesque", "lato", sans-serif;
  min-width: 33.33% !important;
  margin: 0;
}

.d2slive .schedule-boxes .one-third .schedule-afternoon {
  background: #E6754E;
  width: 100%;
  background-size: cover;
  min-height: 200px;
  color: #FFFFFF;
  text-align: center !important;
  font-family: "brandon-grotesque", "lato", sans-serif;
  min-width: 33.33%;
  display: flex;
  margin: 0;
}

.d2slive .schedule-boxes .one-third .schedule-evening {
  background: #F6961F;
  width: 100%;
  background-size: cover;
  min-height: 200px;
  color: #FFFFFF;
  text-align: center !important;
  font-family: "brandon-grotesque", "lato", sans-serif;
  display: flex;
  min-width: 33.33% !important;
  margin: 0;
}

.d2slive .button-white {
  background: #FFFFFF !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #1A1A1A !important;
  padding: 10px 40px;
  text-decoration: none;
  font-family: "brandon-grotesque", "lato", sans-serif !important;
  font-weight: 700;
}

@media only screen and (max-width: 40em) {
  .d2slive .button-white {
    display: inline-block;
    margin-bottom: 5%;
  }
}

.d2slive .button-white:hover {
  /* Rectangle 10: */
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  opacity: 1;
}

.d2slive .button-black {
  background: #1A1A1A !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #FFFFFF !important;
  padding: 10px 40px;
  text-decoration: none;
  font-family: "brandon-grotesque", "lato", sans-serif !important;
  font-weight: 700;
}

@media only screen and (max-width: 40em) {
  .d2slive .button-black {
    display: inline-block;
  }
}

.d2slive .button-black:hover {
  /* Rectangle 10: */
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  opacity: 1;
}

.d2slive .button-green {
  background: #B9CD3A !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #FFFFFF !important;
  padding: 10px 40px;
  text-decoration: none;
  font-family: "brandon-grotesque", "lato", sans-serif !important;
  font-weight: 700;
}

@media only screen and (max-width: 40em) {
  .d2slive .button-green {
    display: inline-block;
    margin-bottom: 5%;
  }
}

.d2slive .button-green:hover {
  /* Rectangle 10: */
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  opacity: 1;
}

.d2slive .button-white-green {
  background: #FFFFFF !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #B9CD3A !important;
  padding: 10px 40px;
  text-decoration: none;
  font-family: "brandon-grotesque", "lato", sans-serif !important;
  font-weight: 700;
}

@media only screen and (max-width: 40em) {
  .d2slive .button-white-green {
    display: inline-block;
  }
}

.d2slive .button-white-green:hover {
  /* Rectangle 10: */
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  opacity: 1;
}

/* # Mobilize
---------------------------------------------------------------------------------------------------- */
.mobilize th {
  border: 1px solid #ddd;
  padding: 5px;
}

.mobilize td {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 5px;
}

.mobilize.page .archive-pagination ul {
  display: none;
}

.mobilize .archive-pagination ul {
  margin-top: 40px;
  padding: 2%;
}

.mobilize .entry-meta {
  display: none;
}

.mobilize .footer-widgets .entry {
  width: 100% !important;
}

.mobilize-interior .archive-pagination li a {
  display: inline;
}

.mobilize ul {
  padding: 0;
}

.mobilize .entry p, .mobilize .entry ul li, .mobilize .entry ol li {
  letter-spacing: .03em;
  font-size: 16px;
}

.mobilize h1, .mobilize h2, .mobilize h3, .mobilize h4, .mobilize h5, .mobilize h6 {
  text-align: left;
}

.mobilize .morelink {
  color: #1A1A1A !important;
  background: #e9c854 !important;
  text-align: center;
  border: 0 !important;
  min-width: 120px;
  border-radius: 6px;
  text-transform: uppercase;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .15em;
}

.mobilize .button-wide {
  text-align: center;
  width: 100%;
  margin-top: 80px;
  position: relative;
}

.mobilize .sidebar {
  background: none;
}

.mobilize .content-section-dark p {
  text-align: left;
}

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

.mobilize .entry-title {
  padding: 0;
  line-height: 1.2em;
  font-size: 2.8rem;
}

.mobilize .entry-title a:hover {
  color: #00A0FF;
}

.archive.mobilize .entry-title a:hover {
  color: #00A0FF;
}

.mobilize.page .entry {
  padding: 2%;
  width: 33%;
}

@media only screen and (max-width: 60em) {
  .mobilize.page .entry {
    width: 100%;
  }
}

.mobilize .entry-content .entry-image {
  width: 100%;
  border-radius: 11px;
}

.mobilize .post-100203 {
  width: 100% !important;
  padding: 5%;
}

.mobilize .post-100203 .entry-title {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mobilize .callout {
    max-width: 100%;
    float: none;
    margin-left: 0;
  }
  .mobilize .callout h4 {
    font-size: 24px;
    font-weight: 700;
    padding: 2%;
  }
}

@media only screen and (max-width: 767px) {
  .mobilize .entry-image {
    width: 100%;
  }
}

.category-mobilize-stories .entry-content img {
  max-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.category-mobilize-stories .entry-content .morelink {
  margin-top: 0;
}

.category-mobilize-stories .callout {
  max-width: 300px;
  float: right;
  margin-left: 20px;
}

@media only screen and (max-width: 60em) {
  .category-mobilize-stories .callout {
    max-width: 100%;
    float: left;
    margin: 0 0 50px 0;
  }
}

.category-mobilize-stories .entry .callout a {
  color: #796f6e;
  font-weight: 700;
}

.category-mobilize-stories .callout h4 {
  background: #1A1A1A;
  padding: 5%;
  text-align: center;
  margin-bottom: 0;
  color: #FFFFFF;
}

.category-mobilize-stories .callout p {
  padding: 5%;
  margin-bottom: 0;
  background: #e9c854;
}

.category-mobilize-stories .sidebar .widget {
  background: transparent;
  padding: 0;
}

.category-mobilize-stories .sidebar .widget .btn, .category-mobilize-stories .sidebar .widget .search-form input[type="submit"], .search-form .category-mobilize-stories .sidebar .widget input[type="submit"], .category-mobilize-stories .sidebar .widget .mp_wrapper button, .mp_wrapper .category-mobilize-stories .sidebar .widget button, .category-mobilize-stories .sidebar .widget .mp_wrapper input[type="button"], .mp_wrapper .category-mobilize-stories .sidebar .widget input[type="button"], .category-mobilize-stories .sidebar .widget .mp_wrapper input[type="reset"], .mp_wrapper .category-mobilize-stories .sidebar .widget input[type="reset"], .category-mobilize-stories .sidebar .widget .mp_wrapper input[type="submit"], .mp_wrapper .category-mobilize-stories .sidebar .widget input[type="submit"], .category-mobilize-stories .sidebar .widget .mp_wrapper .button, .mp_wrapper .category-mobilize-stories .sidebar .widget .button {
  background: #e9c854 !important;
}

/* Annual Report
------------------------------- */
.annual-report-15 {
  /* Firefox < 16 */
  /* Safari, Chrome and Opera > 12.1 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  /*
	.header-widget-area {
		display:none;
	}
	*/
  /* Founder Section */
  /* Gospel Changes Section */
  /* Ministry Model */
  /* Ministry X */
  /* Financials */
  /* Milestones */
  /* Youth Group */
  /* Testimonials */
  /* D2S Team */
  /* Partners */
  /* Button */
  /* Mission & Vision */
}

.annual-report-15.body {
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 2s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.annual-report-15 .clearfix, .annual-report-15 .nav {
  clear: both;
}

.annual-report-15 .fadeInBlock {
  opacity: 0;
}

.annual-report-15 .nav-secondary {
  display: none;
}

.annual-report-15 .ar-featured-hero {
  background: url(/wp-content/uploads/2015/11/ar-featured-hero.jpg) no-repeat;
  padding: 580px 0;
  background-size: cover;
  text-align: center;
  background-attachment: fixed;
  /*
		height:100%;
		background-size:cover;
	*/
}

@media only screen and (max-width: 767px) {
  .annual-report-15 .ar-featured-hero {
    padding: 250px 0;
  }
}

.annual-report-15 .ar-featured-hero-text {
  background-color: rgba(255, 145, 5, 0.33);
  padding: 20px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.annual-report-15 .ar-featured-hero-text h1 {
  padding: 0 !important;
  margin: 0 !important;
}

.annual-report-15 .ar-featured-hero-text h1 span {
  font-weight: bold;
}

.annual-report-15 .ar-featured-hero-text h2 {
  padding: 0 !important;
  font-size: 28px;
}

.annual-report-15 .ar-founder-caption {
  background: #f26a2a;
  padding: 40px;
  text-align: center;
  color: #fff;
}

.annual-report-15 .ar-founder-caption h4 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.annual-report-15 .ar-founder-caption p {
  margin-bottom: 0 !important;
}

.annual-report-15 .ar-founder .two-thirds {
  padding-top: 40px;
}

@media only screen and (max-width: 60em) {
  .annual-report-15 .ar-founder .two-thirds {
    padding: 2%;
  }
}

.annual-report-15 .ar-founder .two-thirds h2 {
  margin-bottom: 20px;
}

.annual-report-15 .ar-gospel-changes {
  clear: both;
  background: url(/wp-content/uploads/2015/11/ar-gospel-changes.jpg) no-repeat;
  background-size: cover;
  padding: 5%;
  color: #fff;
  background-attachment: fixed;
}

@media only screen and (max-width: 767px) {
  .annual-report-15 .ar-gospel-changes {
    padding: 40px 20px;
  }
}

.annual-report-15 .ar-gospel-changes h2 {
  font-size: 80px;
  color: #fff;
  line-height: .5em;
}

@media only screen and (max-width: 767px) {
  .annual-report-15 .ar-gospel-changes h2 {
    font-size: 40px;
  }
}

.annual-report-15 .ar-gospel-changes h2 span {
  font-weight: bold;
}

.annual-report-15 .ar-gospel-changes p {
  max-width: 480px;
  color: #fff;
}

.annual-report-15 .ar-ministry-model {
  padding: 80px;
}

@media only screen and (max-width: 767px) {
  .annual-report-15 .ar-ministry-model {
    padding: 40px 5px;
  }
}

.annual-report-15 .ar-ministry-model h2 {
  color: #42bc9f;
}

.annual-report-15 .ar-ministry-x {
  display: inline-block;
  width: 100%;
  padding: 80px;
  background: #f8f8f8;
}

@media only screen and (max-width: 767px) {
  .annual-report-15 .ar-ministry-x {
    padding: 40px 20px;
  }
}

.annual-report-15 .ar-ministry-x h2 {
  text-align: left !important;
  color: #1a8ece;
  padding: 0 !important;
}

.annual-report-15 .ar-ministry-x h4 {
  text-align: left !important;
  font-weight: bold;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .annual-report-15 .ar-ministry-x h4 {
    padding-left: 0 !important;
  }
}

.annual-report-15 .ar-ministry-x h6 {
  font-size: 18px;
}

.annual-report-15 .ar-ministry-x p {
  padding: 0 !important;
}

.annual-report-15 .ar-financials {
  padding: 80px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .annual-report-15 .ar-financials {
    padding: 40px 20px;
  }
}

.annual-report-15 .ar-financials img {
  margin: 40px 0;
}

.annual-report-15 .ar-milestones {
  padding: 80px;
  text-align: center;
}

.annual-report-15 a.img:hover {
  opacity: .8;
}

@media only screen and (max-width: 767px) {
  .annual-report-15 .ar-milestones {
    padding: 40px 20px;
  }
  .annual-report-15 .ar-milestones img {
    margin: 10px 0;
  }
}

.annual-report-15 .ar-milestones h2 {
  margin-bottom: 40px;
}

.annual-report-15 .ar-youth-group-story-text {
  padding: 0 20px;
}

.annual-report-15 .ar-youth-group-story h2, .annual-report-15 .ar-youth-group-story p {
  padding: 0 !important;
}

.annual-report-15 .ar-youth-group-story {
  background: #f2f2f2;
  display: inline-block;
  width: 100%;
}

.annual-report-15 .ar-youth-group-story h2 {
  margin-top: 40px;
}

.annual-report-15 .ar-youth-group-story h2 span {
  font-weight: bold;
  font-style: italic;
}

.annual-report-15 .ar-youth-group-story .one-half {
  padding-bottom: 0;
}

.annual-report-15 .ar-testimonials {
  clear: both;
  background: url(/wp-content/uploads/2015/11/ar-testimonials-bg.jpg) no-repeat;
  background-size: cover;
  padding: 200px 120px;
  margin-top: -10px;
  background-attachment: fixed;
}

.annual-report-15 .ar-d2s-team {
  padding: 80px;
}

@media only screen and (max-width: 767px) {
  .annual-report-15 .ar-d2s-team {
    padding: 40px 20px;
  }
}

.annual-report-15 .ar-d2s-team img {
  margin-bottom: 0 !important;
}

.annual-report-15 .ar-d2s-team-caption {
  background-color: rgba(233, 231, 43, 0.8);
  padding: 10px;
  font-size: 14px;
  line-height: 1.5em;
  max-width: 960px;
  margin: 0 auto;
}

.annual-report-15 .ar-d2s-team-caption p {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.annual-report-15 .ar-d2s-team-caption p span {
  font-weight: bold;
}

.annual-report-15 .ar-d2s-team-additional {
  display: inline-block;
  width: 100%;
  background: #f2f2f2;
  padding: 80px;
}

@media only screen and (max-width: 767px) {
  .annual-report-15 .ar-d2s-team-additional {
    padding: 40px 20px;
  }
}

.annual-report-15 .ar-d2s-team-additional h2 {
  color: #1B88FF;
  text-align: center;
  margin-bottom: 40px;
}

.annual-report-15 .ar-d2s-team-additional .one-third h4 {
  color: #FF7C1B;
  font-weight: bold;
  text-align: center;
}

.annual-report-15 .ar-d2s-team-additional .one-third h4.orange {
  font-weight: 300;
  font-size: 36px;
  font-size: 3.6rem;
}

.annual-report-15 .ar-d2s-team-additional .one-third p {
  text-align: center;
}

.annual-report-15 .ar-d2s-team-additional h5 {
  font-weight: bold;
  color: #1B88FF;
}

.annual-report-15 .ar-d2s-partners {
  padding: 80px;
}

@media only screen and (max-width: 767px) {
  .annual-report-15 .ar-d2s-partners {
    padding: 40px 20px;
  }
}

.annual-report-15 .ar-d2s-partners h4 {
  text-align: left !important;
  color: #FF7C1B;
  font-weight: bold;
}

.annual-report-15 .ar-d2s-partners h4.green {
  color: #58c2b3;
}

.annual-report-15 .ar-d2s-partners p {
  padding-left: 0 !important;
}

.annual-report-15 .ar-d2s-partners .two-thirds {
  padding-left: 80px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .annual-report-15 .ar-d2s-partners .two-thirds {
    padding-left: 0;
  }
  .annual-report-15 .ar-d2s-partners .two-thirds h4 {
    padding-left: 0;
  }
  .annual-report-15 .ar-d2s-partners h4.green {
    padding-left: 0;
  }
}

.annual-report-15 .ar-d2s-partners .one-third {
  margin-bottom: 40px !important;
}

.annual-report-15 .ar-button-container {
  clear: both;
  display: inline-table;
  width: 100%;
  padding: 40px;
  text-align: center;
  margin: 0 0 60px 0;
}

.annual-report-15 .ar-button-container a.button {
  margin: 0 auto !important;
  padding: 20px 40px !important;
  color: #fff !important;
  background: #ff7c1b !important;
}

.annual-report-15 .green-bg.full {
  width: 100%;
  float: left;
  padding: 3rem 3rem 3rem 3rem;
  background-color: #01D3A9;
  color: #fff;
}

.annual-report-15 .green-bg.full p {
  color: #FFFFFF;
}

.annual-report-15 .green-bg .one-half {
  text-align: center;
  padding: 40px 0;
}

.annual-report-15 .green-bg .one-half h2 {
  font-size: 30px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .annual-report-15 .fadeIn {
    -webkit-animation-name: none !important;
    animation-name: none !important;
  }
}

/* Annual Report
------------------------------- */
/* Actual Code */
.ar-16 {
  /* --------------------------------

	Modules - reusable parts of our design

	-------------------------------- */
  /* --------------------------------

	Main components

	-------------------------------- */
}

.ar-16 .ar-cover-section {
  background: url("/wp-content/uploads/2016/12/d2s-ar-cover.jpg") no-repeat center center;
  width: 100%;
  background-size: cover;
  min-height: 100vh;
  background-attachment: fixed;
  align-items: center;
  justify-content: center;
  display: flex;
}

@media only screen and (max-width: 960px) {
  .ar-16 .ar-cover-section {
    margin-top: -10px;
    background-attachment: scroll;
  }
}

.ar-16 .ar-16-orange {
  color: #eb8533;
}

.ar-16 .ar-16-green {
  color: #4abd96;
}

.ar-16 .ar-16-pink {
  color: #ef4d93;
}

.ar-16 .ar-16-purple {
  color: #624d9a;
}

.ar-16 .ar-16-blue {
  color: #1ec3ee;
}

.ar-16 .ar-16-black {
  color: #1A1919;
}

.ar-16 .ar-16-small {
  font-size: small;
}

.ar-16 .graphic-d2s-everywhere {
  padding-top: 10%;
  justify-content: center;
  align-items: center;
}

.ar-16 .graphic-25-years {
  justify-content: center;
  align-items: center;
  padding-bottom: 2%;
}

.ar-16 .on-mission-section-2 {
  padding: 0;
}

.ar-16 .on-mission-section-2 .full-width-container {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 960px) {
  .ar-16 .on-mission-section-2 .full-width-container {
    display: block;
  }
}

.ar-16 .on-mission-section-2 .first {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 960px) {
  .ar-16 .on-mission-section-2 .first {
    padding: 5%;
  }
}

.ar-16 .on-mission-section-2 .one-half {
  width: 50%;
}

@media only screen and (max-width: 960px) {
  .ar-16 .on-mission-section-2 .one-half {
    width: 100%;
    margin: 0;
  }
}

.ar-16 .on-mission-section-2 .one-third.first {
  padding-left: 80px;
  padding-top: 80px;
}

@media only screen and (max-width: 1048px) {
  .ar-16 .on-mission-section-2 .one-third.first {
    padding: 1% !important;
  }
}

.ar-16 .on-mission-section-2 h2 {
  line-height: .4;
}

.ar-16 .graphic-on-mission-first {
  background: none;
}

.ar-16 .graphic-on-mission-second {
  margin-left: 100px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 650px;
}

.ar-16 .greg-statement-section {
  background-color: #DCDCDC;
  padding: 5%;
  display: inline-block;
  width: 100%;
  margin-top: -10px;
}

.ar-16 .greg-statement-section .greg-flip {
  cursor: pointer !important;
}

.ar-16 .greg-statement-section .greg-flip:hover {
  color: #00A0FF;
}

.ar-16 .debbie-statement-section .debbie-flip {
  cursor: pointer !important;
}

.ar-16 .debbie-statement-section .debbie-flip:hover {
  color: #FFFFFF;
}

.ar-16 .greg-image {
  margin-top: 20px;
}

.ar-16 .greg-statement-callout {
  border-left: #1ec3ee;
  border-left-width: medium;
  border-style: solid;
  color: #1ec3ee;
  border-right: none;
  border-top: none;
  border-bottom: none;
  padding-left: 20px;
  text-transform: capitalize;
  font-weight: 700;
}

.ar-16 .debbie-statement-section {
  background-color: #4abd96;
  padding: 5%;
  display: inline-block;
  margin-top: -10px;
  width: 100%;
}

.ar-16 .debbie-statement-section .debbie-statement-callout {
  border-left: #fff56e;
  border-left-width: medium;
  border-style: solid;
  color: #fff56e;
  border-right: none;
  border-top: none;
  border-bottom: none;
  padding-left: 20px;
  text-transform: capitalize;
  font-weight: 700;
}

.ar-16 .impact-in-action-section {
  background-color: #1A1919;
  padding-top: 80px;
  padding-bottom: 80px;
  display: inline-block;
  color: white;
  margin-top: -10px;
  width: 100%;
}

@media only screen and (max-width: 1170px) {
  .ar-16 .impact-in-action-section p {
    padding: 0 5%;
  }
}

@media only screen and (max-width: 1170px) {
  .ar-16 .impact-in-action-section h1 {
    padding: 0 5%;
  }
}

.ar-16 .impact-in-action-section p {
  color: white !important;
}

.ar-16 .impact-in-action-section .impact-in-action-section-yellow-bg {
  background-color: #fff56e;
  padding: 5%;
  display: inline-block;
  width: 100% !important;
  margin-bottom: 10%;
  margin-top: -80px;
}

.ar-16 .impact-in-action-section .impact-in-action-title {
  min-height: 85px;
}

.ar-16 .impact-in-action-section .impact-in-action-55k {
  padding-bottom: 20%;
}

.ar-16 .impact-in-action-section .impact-in-action-ltc-attendance {
  padding: 5%;
}

.ar-16 .impact-in-action-section .impact-in-action-65 {
  padding: 5%;
}

.ar-16 .impact-in-action-section .impact-in-action-1485 {
  padding: 5%;
}

.ar-16 .impact-in-action-section .impact-in-action-93766 {
  padding: 5%;
}

@media only screen and (max-width: 1048px) {
  .ar-16 .impact-in-action-section .impact-in-action-93766 {
    width: 80% !important;
  }
}

.ar-16 .impact-in-action-section .impact-in-action-16 {
  padding: 5%;
}

.ar-16 .impact-in-action-section .impact-in-action-hr-orange hr {
  border: 0;
  color: #eb8533;
  background-color: #eb8533;
  height: 2px;
  margin-bottom: 5%;
  display: inline-block;
  width: 100%;
}

.ar-16 .impact-in-action-section .impact-in-action-hr-green hr {
  border: 0;
  color: #4abd96;
  background-color: #4abd96;
  height: 2px;
  margin-bottom: 5%;
  margin-top: 5%;
  display: inline-block;
  width: 100%;
}

.ar-16 .impact-in-action-section .impact-in-action-hr-pink hr {
  border: 0;
  color: #ef4d93;
  background-color: #ef4d93;
  height: 2px;
  margin-bottom: 5%;
  margin-top: 5%;
  display: inline-block;
  width: 100%;
}

.ar-16 .three-pillars-section {
  padding: 5%;
  background-color: #624d9a;
  float: left;
  min-height: 100%;
  display: inline-block;
  width: 100%;
}

.ar-16 .three-pillars-section .three-pillars-image {
  padding: 5%;
}

.ar-16 .three-pillars-section .three-pillars-lead {
  max-height: 100px;
}

.ar-16 .three-pillars-section .three-pillars-reach {
  max-height: 100px;
}

.ar-16 .three-pillars-section .three-pillars-grow {
  max-height: 100px;
}

.ar-16 .rachels-story-section {
  padding: 5%;
}

.ar-16 .rachels-story-section .rachels-story-title {
  padding: 5%;
  min-height: 175px;
}

.ar-16 .rachels-story-section .rachels-story-image {
  padding: 5%;
}

.ar-16 .growing-globally-section {
  padding: 5%;
  background-color: #DCDCDC;
  float: left;
  display: inline-block;
  width: 100%;
}

.ar-16 .growing-globally-title {
  min-height: 58px;
}

.ar-16 .financial-section {
  background-color: black;
  padding: 5%;
  float: left;
  display: inline-block;
  width: 100%;
}

.ar-16 .financial-section .financial-position {
  padding: 5%;
}

.ar-16 .financial-section .financial-activities {
  padding: 5%;
}

.ar-16 .financial-section .financial-gift-source {
  padding: 5%;
}

.ar-16 .financial-section .financial-total-yearly-revenue {
  padding: 5%;
}

.ar-16 .financial-section .financial-guidstar-logo {
  max-height: 80px;
}

.ar-16 .financial-section .financial-ecfa-logo {
  max-height: 80px;
}

.ar-16 .past-yearly-reviews {
  padding: 5%;
}

.ar-16 .past-yearly-reviews .past-yearly-reviews-purple {
  background-color: #624d9a;
  padding: 2%;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.ar-16 .past-yearly-reviews .past-yearly-reviews-body-bg {
  background-color: #efefef;
  margin-bottom: 10%;
  padding: 8%;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.ar-16 .past-yearly-reviews .past-yearly-reviews-orange {
  background-color: #eb8533;
  padding: 2%;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.ar-16 .past-yearly-reviews .past-yearly-reviews-blue {
  background-color: #1ec3ee;
  padding: 2%;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.ar-16 .past-yearly-reviews .past-yearly-reviews-pink {
  background-color: #ef4d93;
  padding: 2%;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.ar-16 .past-yearly-reviews .past-yearly-reviews-green {
  background-color: #4abd96;
  padding: 2%;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.ar-16 .past-yearly-reviews .past-yearly-reviews-yellow {
  background-color: #fff56e;
  text-align: center;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.ar-16 .twenty-five-years-section .twenty-five-years-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.ar-16 .our-team-section {
  padding: 5%;
  float: left;
  display: inline-block;
  width: 100%;
}

.ar-16 .our-team-section .one-half.first p {
  color: #000000 !important;
}

.ar-16 .our-team-section .our-team-title {
  padding: 5%;
  min-height: 165px;
}

.ar-16 .ministry-partners-grey-section {
  padding: 5%;
  background-color: #efefef;
  float: left;
  margin-top: 5%;
  display: inline-block;
  width: 100%;
}

.ar-16 .ministry-partners-grey-section .ministry-partners-title {
  padding: 5%;
  min-height: 140px;
}

.ar-16 .ministry-partners-white-section {
  padding: 5%;
}

.ar-16 .ministry-partners-white-section .ministry-partners-logos {
  width: 800px;
}

.ar-16 .ar-back-cover-section {
  padding: 5%;
  background: url("/wp-content/uploads/2016/12/cloud-bg.jpg") no-repeat center center;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  color: #1ec3ee;
}

.ar-16 .ar-back-cover-section-logo {
  margin-bottom: 40px;
}

.ar-16 .ar-back-cover-section p {
  color: #0264a6;
}

.ar-16 .ar-back-cover-section hr {
  border: 0;
  color: white;
  background-color: white;
  height: 2px;
  width: 25%;
  text-align: left;
}

.ar-16 .ar-back-cover-guidstar-logo {
  max-height: 80px;
}

.ar-16 .ar-back-cover-ecfa-logo {
  max-height: 80px;
}

.ar-16 .btn:hover, .ar-16 .search-form input:hover[type="submit"], .search-form .ar-16 input:hover[type="submit"], .ar-16 .mp_wrapper button:hover, .mp_wrapper .ar-16 button:hover, .ar-16 .mp_wrapper input:hover[type="button"], .mp_wrapper .ar-16 input:hover[type="button"], .ar-16 .mp_wrapper input:hover[type="reset"], .mp_wrapper .ar-16 input:hover[type="reset"], .ar-16 .mp_wrapper input:hover[type="submit"], .mp_wrapper .ar-16 input:hover[type="submit"], .ar-16 .mp_wrapper .button:hover, .mp_wrapper .ar-16 .button:hover {
  opacity: 0.8;
}

.ar-16 .ar-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 960px) {
  .ar-16 .ar-flex {
    display: block;
  }
}

@media only screen and (max-width: 960px) {
  .ar-16 .ar-cover-section {
    margin-top: -10px;
    background-attachment: scroll;
  }
  .ar-16 .graphic-on-mission-second {
    margin-left: 0;
  }
  .ar-16 .greg-statement-callout {
    margin-bottom: 5%;
  }
  .ar-16 .debbie-image {
    margin-top: 5%;
  }
  .ar-16 .debbie-statement-callout {
    margin-bottom: 5%;
  }
  .ar-16 .impact-in-action-hr-orange hr {
    margin-top: 5%;
  }
  .ar-16 .impact-in-action-93766 {
    margin-right: 280px;
  }
  .ar-16 .gworing-globally-image-2 {
    margin-top: 5%;
  }
  .ar-16 .our-team-section .one-third.first {
    margin-bottom: 20px;
  }
  .ar-16 .our-team-section .one-third {
    margin-bottom: 20px;
  }
  .ar-16 .greg-panel {
    width: 50%;
    height: 100px;
    display: none;
  }
}

@media only screen and (max-width: 960px) and (max-width: 960px) {
  .ar-16 .greg-panel {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 960px) {
  .ar-16 .debbie-panel {
    width: 50%;
    height: 100px;
    display: none;
  }
}

@media only screen and (max-width: 960px) and (max-width: 960px) {
  .ar-16 .debbie-panel {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 960px) {
  .ar-16 .greg-flip {
    display: block;
    cursor: pointer !important;
  }
  .ar-16 p.greg-flip {
    cursor: pointer !important;
  }
  .ar-16 .debbie-flip {
    display: block;
    cursor: pointer !important;
    color: #ffffff;
  }
  .ar-16 p.debbie-flip {
    color: #ffffff !important;
  }
  .ar-16 .reveal {
    color: #1ec3ee !important;
    cursor: pointer !important;
  }
}

.ar-16 .timeline-bg {
  background: #FBFBFB;
}

.ar-16 .cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

.ar-16 .cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.ar-16 #cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}

.ar-16 #cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}

@media only screen and (min-width: 1170px) {
  .ar-16 #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .ar-16 #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.ar-16 .cd-timeline-block {
  position: relative;
  margin: 2em 0;
}

.ar-16 .cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.ar-16 .cd-timeline-block:first-child {
  margin-top: 0;
}

.ar-16 .cd-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .ar-16 .cd-timeline-block {
    margin: 4em 0;
  }
  .ar-16 .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .ar-16 .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.ar-16 .cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.ar-16 .cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.ar-16 .cd-timeline-img.cd-picture {
  background: #1ec3ee;
}

.ar-16 .cd-timeline-img.cd-movie {
  background: #4abd96;
}

.ar-16 .cd-timeline-img.cd-location {
  background: #eb8533;
}

@media only screen and (min-width: 1170px) {
  .ar-16 .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .ar-16 .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .ar-16 .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.ar-16 .cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}

.ar-16 .cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.ar-16 .cd-timeline-content h2 {
  color: #303e49;
}

.ar-16 .cd-timeline-content p, .ar-16 .cd-timeline-content .cd-read-more, .ar-16 .cd-timeline-content .cd-date {
  font-size: 16px;
  font-size: 1.6rem;
}

.ar-16 .cd-timeline-content .cd-read-more, .ar-16 .cd-timeline-content .cd-date {
  display: inline-block;
}

.ar-16 .cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

.ar-16 .cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}

.ar-16 .no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}

.ar-16 .cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}

.ar-16 .cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

@media only screen and (max-width: 768px) {
  .ar-16 .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .ar-16 .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .ar-16 .cd-timeline-content .cd-read-more, .ar-16 .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 1170px) {
  .ar-16 .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .ar-16 .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .ar-16 .cd-timeline-content .cd-read-more {
    float: left;
  }
  .ar-16 .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .ar-16 .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .ar-16 .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .ar-16 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .ar-16 .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .ar-16 .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .ar-16 .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  .ar-16 {
    /* inverse bounce effect on even content blocks */
  }
  .ar-16 .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* # Annual Report
------------------------------ */
.annual-report-17 .section p:last-of-type {
  margin-bottom: 0;
}

.annual-report-17 .section-rally-point-revival {
  background: url(/wp-content/uploads/2017/11/section-rally-for-revival-bg.jpg) no-repeat center center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-rally-point-revival {
    background-attachment: scroll;
  }
}

.annual-report-17 .section-rally-point-revival .logo {
  margin-top: 120px;
}

.annual-report-17 .section-mission {
  background: url(/wp-content/uploads/2017/11/section-mission-bg.jpg) no-repeat center center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-mission {
    background-attachment: scroll;
  }
}

.annual-report-17 .section-ceo .container, .annual-report-17 .section-ceo .gam-container {
  display: flex;
}

.annual-report-17 .section-ceo .container .container-ceo, .annual-report-17 .section-ceo .gam-container .container-ceo {
  margin-right: 60px;
  max-height: 600px;
  min-width: 400px;
  text-align: center;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-ceo .container .container-ceo, .annual-report-17 .section-ceo .gam-container .container-ceo {
    min-width: 100%;
    margin-bottom: 20px;
    display: table;
  }
}

.annual-report-17 .section-ceo .container .container-ceo h4, .annual-report-17 .section-ceo .gam-container .container-ceo h4 {
  margin: 0 0 5px 0;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-ceo .container .container-ceo h4, .annual-report-17 .section-ceo .gam-container .container-ceo h4 {
    margin-top: -10px;
  }
}

.annual-report-17 .section-ceo .container h2, .annual-report-17 .section-ceo .gam-container h2 {
  margin-top: 0;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-ceo .container, .annual-report-17 .section-ceo .gam-container {
    display: inline-block;
    margin-right: 0;
  }
}

.annual-report-17 .section-president {
  background: #efefef;
}

.annual-report-17 .section-president .container, .annual-report-17 .section-president .gam-container {
  display: flex;
  position: relative;
}

.annual-report-17 .section-president .container .container-president, .annual-report-17 .section-president .gam-container .container-president {
  text-align: center;
  position: relative;
}

.annual-report-17 .section-president .container .container-president h4, .annual-report-17 .section-president .gam-container .container-president h4 {
  margin: 0 0 5px 0;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-president .container .container-president h4, .annual-report-17 .section-president .gam-container .container-president h4 {
    margin-top: -20px;
  }
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-president .container .container-president, .annual-report-17 .section-president .gam-container .container-president {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.annual-report-17 .section-president .container .president-text, .annual-report-17 .section-president .gam-container .president-text {
  max-width: 50%;
  margin-right: 60px;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-president .container .president-text, .annual-report-17 .section-president .gam-container .president-text {
    max-width: 100%;
    margin-right: 0;
    margin-top: 650px;
  }
}

.annual-report-17 .section-infographic .section-infographic-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/wp-content/uploads/2017/11/section-infographic-header-bg.jpg) no-repeat center center;
  width: 100%;
  background-size: cover;
  min-height: 500px;
  background-attachment: fixed;
  text-align: center;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-infographic .section-infographic-header {
    background-attachment: scroll;
    min-height: 0;
    padding: 4rem 0;
  }
}

.annual-report-17 .section-infographic .section-infographic-header .container, .annual-report-17 .section-infographic .section-infographic-header .gam-container {
  max-width: 100%;
}

.annual-report-17 .section-infographic .section-infographic-header .section-infographic-header-text {
  background: #39446F;
  padding: 1.1rem 2rem 0rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.annual-report-17 .section-infographic .section-infographic-130k {
  background: url(/wp-content/uploads/2017/11/section-infographic-130k-bg.jpg) no-repeat center center;
  width: 100%;
  background-size: cover;
  text-align: center;
  padding: 4rem 0 2rem 0;
}

.annual-report-17 .section-infographic .section-infographic-pillars {
  background: url(/wp-content/uploads/2017/11/section-infographic-bg-mid.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem 0 0;
  background-attachment: fixed;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-infographic .section-infographic-pillars {
    background-attachment: scroll;
  }
}

.annual-report-17 .section-infographic .section-infographic-pillars img {
  max-width: 1080px;
  margin-bottom: 0;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-infographic .section-infographic-pillars img {
    width: 100%;
  }
}

.annual-report-17 .section-infographic .section-infographic-mission {
  background: #FBF069;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 0 1rem;
  text-align: center;
}

.annual-report-17 .section-infographic .section-infographic-mission img {
  margin-bottom: 0;
  max-width: 1080px;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-infographic .section-infographic-mission img {
    width: 100%;
    padding: 1rem;
  }
}

.annual-report-17 .section-d2lead {
  background: url(/wp-content/uploads/2017/11/section-d2lead-bg.jpg) no-repeat center center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-d2lead {
    background-attachment: scroll;
  }
}

.annual-report-17 .section-d2lead p {
  color: #FFFFFF;
}

.annual-report-17 .section-d2lead .d2lead-header-text {
  max-width: 640px;
  float: right;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-d2lead .d2lead-header-text {
    max-width: 100%;
    float: left;
  }
}

.annual-report-17 .section-d2lead-milestones {
  display: block;
  text-align: center;
}

.annual-report-17 .section-d2lead-milestones p {
  margin-bottom: 40px !important;
}

.annual-report-17 .section-d2lead-milestones .container-800 {
  max-width: 800px;
  margin: 0 auto;
}

.annual-report-17 .section-d2lead-milestones .container-800 h2 {
  margin-top: 60px;
}

.annual-report-17 .section-d2lead-milestones .container, .annual-report-17 .section-d2lead-milestones .gam-container {
  display: flex;
  justify-content: space-between;
  align-items: normal;
  max-width: 1280px;
  text-align: center;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-d2lead-milestones .container, .annual-report-17 .section-d2lead-milestones .gam-container {
    display: block;
  }
}

.annual-report-17 .section-d2lead-milestones .container .col, .annual-report-17 .section-d2lead-milestones .gam-container .col {
  width: 25%;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-d2lead-milestones .container .col, .annual-report-17 .section-d2lead-milestones .gam-container .col {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4rem;
  }
}

.annual-report-17 .section-d2lead-milestones .container .col h2, .annual-report-17 .section-d2lead-milestones .gam-container .col h2 {
  font-size: 40px;
  margin-bottom: 1rem;
}

.annual-report-17 .section-d2lead-certified-trainers {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-d2lead-certified-trainers {
    display: block;
  }
}

.annual-report-17 .section-d2lead-certified-trainers div {
  min-height: 480px;
  width: 50%;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-d2lead-certified-trainers div {
    width: 100%;
    min-height: 380px;
  }
}

.annual-report-17 .section-d2lead-certified-trainers .d2lead-ct-photo {
  background: url(/wp-content/uploads/2017/11/team-certified-trainers.jpg) no-repeat center center;
  background-size: cover;
}

.annual-report-17 .section-d2lead-certified-trainers .d2lead-ct-graph {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C7CE5D;
  padding: 2rem;
}

.annual-report-17 .section-d2lead-ltc {
  background: url(/wp-content/uploads/2017/11/section-ltc-bg.jpg) no-repeat center center;
  width: 100%;
  background-size: cover;
  text-align: center;
  min-height: 800px;
}

.annual-report-17 .section-d2lead-ltc p {
  color: #FFFFFF;
}

.annual-report-17 .section-d2lead-ltc-stats .container, .annual-report-17 .section-d2lead-ltc-stats .gam-container {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-d2lead-ltc-stats .container, .annual-report-17 .section-d2lead-ltc-stats .gam-container {
    display: block;
  }
}

.annual-report-17 .section-d2lead-ltc-stats .col {
  margin: 0 15px;
  text-align: center;
  border-radius: 12px;
  padding: 6rem 1.5rem;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-d2lead-ltc-stats .col {
    padding: 4rem 0;
    margin: 4rem 0;
  }
}

.annual-report-17 .section-d2lead-ltc-stats .col.col-green {
  background: #00D6A1;
}

.annual-report-17 .section-d2lead-ltc-stats .col.col-green h4 {
  margin: 0;
  color: #1A1A1A;
}

.annual-report-17 .section-d2lead-ltc-stats .col.col-green p {
  color: #1A1A1A;
}

.annual-report-17 .section-d2lead-ltc-stats .col.col-black {
  background: #039BFF;
}

.annual-report-17 .section-d2lead-ltc-stats .col.col-black h2 {
  color: #FFFFFF;
}

.annual-report-17 .section-d2lead-ltc-stats .col.col-black h4 {
  margin: 0;
  color: #FFFFFF;
}

.annual-report-17 .section-d2lead-ltc-stats .col.col-black p {
  color: #FFFFFF;
}

.annual-report-17 .section-d2lead-ltc-stats .col h4 {
  font-size: 36px;
}

.annual-report-17 .section-d2lead-ltc-stats .col p {
  font-size: 16px;
  line-height: 1.4;
}

.annual-report-17 .section-d2lead-ltc-stats img {
  margin: 0;
  margin-bottom: 0;
  min-height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
}

.annual-report-17 .section-d2lead-ltc-photos {
  display: flex;
  justify-content: space-between;
  padding: 4rem;
  border-top: 4px solid #232323;
  border-bottom: 4px solid #232323;
  background: url(/wp-content/uploads/2017/11/section-infographic-130k-bg.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
}

.annual-report-17 .section-d2lead-ltc-photos img {
  margin-bottom: 0;
}

.annual-report-17 .section-d2lead-youth-leaders {
  background: #efefef;
}

.annual-report-17 .section-d2lead-youth-leaders h2 {
  font-size: 45px;
  color: #232323;
  margin-top: 0;
}

.annual-report-17 .section-d2lead-youth-leaders .section-columns {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin: 8rem 0;
}

.annual-report-17 .section-d2lead-youth-leaders .section-columns:last-of-type {
  margin: 0;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-d2lead-youth-leaders .section-columns {
    display: block;
  }
}

.annual-report-17 .section-d2lead-youth-leaders .section-columns .col {
  width: 50%;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-d2lead-youth-leaders .section-columns .col {
    width: 100%;
  }
}

.annual-report-17 .section-d2lead-youth-leaders .section-columns .col img {
  margin: 0;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-d2lead-youth-leaders .section-columns .col img {
    width: 100%;
  }
}

.annual-report-17 .section-d2lead-youth-leaders .section-columns .col.col-testimony {
  /* Rectangle 15 Copy: */
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
  border-radius: 8px;
  padding: 2rem;
}

.annual-report-17 .section-d2lead-youth-leaders .section-columns .col.col-testimony p:last-of-type {
  margin-bottom: 0;
}

.annual-report-17 .section-d2lead-youth-leaders .section-columns .col .col-testimony-text {
  border-left: 3px solid #C7CE5D;
  padding-left: 2rem;
}

.annual-report-17 .section-d2lead-youth-leaders-ltc h2 {
  font-size: 45px;
  color: #039BFF;
  margin-top: 0;
}

.annual-report-17 .section-d2lead-youth-leaders-ltc .container, .annual-report-17 .section-d2lead-youth-leaders-ltc .gam-container {
  max-width: 800px;
}

.annual-report-17 .section-d2lead-youth-leaders-ltc .col-testimony {
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 4rem;
}

.annual-report-17 .section-d2lead-youth-leaders-ltc .col-testimony .col-testimony-text {
  border-left: 3px solid #00D6A1;
  padding-left: 2rem;
}

.annual-report-17 .section-d2reach {
  background: url(/wp-content/uploads/2017/11/section-d2reach-bg.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
  min-height: 800px;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-d2reach {
    background-attachment: scroll;
  }
}

.annual-report-17 .section-d2reach h1, .annual-report-17 .section-d2reach h2, .annual-report-17 .section-d2reach h3, .annual-report-17 .section-d2reach h4, .annual-report-17 .section-d2reach h5, .annual-report-17 .section-d2reach h6, .annual-report-17 .section-d2reach p, .annual-report-17 .section-d2reach ol, .annual-report-17 .section-d2reach ul {
  color: #FFFFFF;
}

.annual-report-17 .section-d2reach .container, .annual-report-17 .section-d2reach .gam-container {
  max-width: 800px;
}

.annual-report-17 .section-d2reach-unshakeable {
  background: url(/wp-content/uploads/2017/11/section-d2reach-unshakeable-bg.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  text-align: center;
}

.annual-report-17 .section-d2reach-unshakeable h1, .annual-report-17 .section-d2reach-unshakeable h2, .annual-report-17 .section-d2reach-unshakeable h3, .annual-report-17 .section-d2reach-unshakeable h4, .annual-report-17 .section-d2reach-unshakeable h5, .annual-report-17 .section-d2reach-unshakeable h6, .annual-report-17 .section-d2reach-unshakeable p, .annual-report-17 .section-d2reach-unshakeable ol, .annual-report-17 .section-d2reach-unshakeable ul {
  color: #FFFFFF;
}

.annual-report-17 .section p:last-of-type {
  margin-bottom: 0;
}

.annual-report-17 .section-d2reach-d2slive {
  background: url(/wp-content/uploads/2017/11/section-d2reach-dslive-bg.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-d2reach-d2slive {
    display: block;
    justify-content: center;
    align-content: center;
    text-align: center;
  }
}

.annual-report-17 .section-d2reach-d2slivestats {
  text-align: center;
  padding: 5%;
}

.annual-report-17 .section-d2reach-d2slivestats .container-800 {
  max-width: 800px;
  margin: 0 auto;
}

.annual-report-17 .section-d2reach-d2slivestats h2:first-of-type {
  margin: 40px;
}

.annual-report-17 .section-d2reach-d2slivestats .container, .annual-report-17 .section-d2reach-d2slivestats .gam-container {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  text-align: center;
  max-width: 1280px;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-d2reach-d2slivestats .container, .annual-report-17 .section-d2reach-d2slivestats .gam-container {
    display: block;
  }
}

.annual-report-17 .section-d2reach-d2slivestats .container h2, .annual-report-17 .section-d2reach-d2slivestats .gam-container h2 {
  margin-bottom: 0;
  color: #3E4F97;
}

.annual-report-17 .section-d2reach-d2slivestats .container .col, .annual-report-17 .section-d2reach-d2slivestats .gam-container .col {
  width: 25%;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-d2reach-d2slivestats .container .col, .annual-report-17 .section-d2reach-d2slivestats .gam-container .col {
    width: 100%;
    margin: 40px 0;
  }
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-d2reach-d2slivestats .container .col h2, .annual-report-17 .section-d2reach-d2slivestats .gam-container .col h2 {
    margin-top: -20px;
  }
}

.annual-report-17 .section-d2reach-d2slivestats .container .col p:last-of-type, .annual-report-17 .section-d2reach-d2slivestats .gam-container .col p:last-of-type {
  margin-bottom: 0;
}

@mobile-960 () {
  .annual-report-17 .section-d2reach-d2slivestats .container .col p:last-of-type, .annual-report-17 .section-d2reach-d2slivestats .gam-container .col p:last-of-type {
    margin-bottom: 40px;
  }
}

.annual-report-17 .section-d2reach-d2slivephotos {
  display: flex;
  justify-content: space-between;
  padding: 4rem;
  border-top: 4px solid #232323;
  border-bottom: 4px solid #232323;
  background: url(/wp-content/uploads/2017/11/section-infographic-130k-bg.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
}

.annual-report-17 .section-d2reach-d2slivephotos p {
  margin-bottom: 0;
}

.annual-report-17 .section-d2reach-d2slivephotos img {
  margin: 0;
}

.annual-report-17 .section-d2reach-youth-leaders {
  background: #efefef;
}

.annual-report-17 .section-d2reach-youth-leaders h2 {
  font-size: 45px;
  color: #3E4F97;
  margin-top: 0;
}

.annual-report-17 .section-d2reach-youth-leaders .container, .annual-report-17 .section-d2reach-youth-leaders .gam-container {
  max-width: 800px;
}

.annual-report-17 .section-d2reach-youth-leaders .col-testimony {
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 4rem;
}

.annual-report-17 .section-d2reach-youth-leaders .col-testimony:last-of-type {
  margin-bottom: 0;
}

.annual-report-17 .section-d2reach-youth-leaders .col-testimony .col-testimony-text {
  border-left: 3px solid #F5A623;
  padding-left: 2rem;
}

.annual-report-17 .section-grey {
  background: #efefef;
}

.annual-report-17 .section-grey h4 {
  text-align: center;
  margin-top: 0;
}

.annual-report-17 .section-d2grow {
  background: url(/wp-content/uploads/2017/11/section-d2grow-bg.jpg) no-repeat center center;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-d2grow {
    background-attachment: scroll;
  }
}

.annual-report-17 .section-d2grow h1, .annual-report-17 .section-d2grow h2, .annual-report-17 .section-d2grow h3, .annual-report-17 .section-d2grow h4, .annual-report-17 .section-d2grow h5, .annual-report-17 .section-d2grow h6, .annual-report-17 .section-d2grow p, .annual-report-17 .section-d2grow ol, .annual-report-17 .section-d2grow ul {
  color: #FFFFFF;
}

.annual-report-17 .section-d2grow .container, .annual-report-17 .section-d2grow .gam-container {
  max-width: 800px;
}

.annual-report-17 .section-d2grow-milestones {
  /*
		background:url(/wp-content/uploads/2017/11/section-d2grow-milestones-bg.jpg) no-repeat center center;
		width:100%;
		background-size:cover;
		background-attachment:fixed;

		@include mobile-960() {
			background-attachment:scroll;
		}

		@include typecolor($white);
*/
  text-align: center;
  min-height: 800px;
  position: relative;
}

.annual-report-17 .section-d2grow-milestones .container h2, .annual-report-17 .section-d2grow-milestones .gam-container h2 {
  margin: 6rem;
  margin-top: 0;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-d2grow-milestones .container h2, .annual-report-17 .section-d2grow-milestones .gam-container h2 {
    margin: 2rem;
  }
}

.annual-report-17 .section-d2grow-milestones h4 {
  margin-bottom: 0;
}

.annual-report-17 .section-d2grow-milestones p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 1rem;
}

.annual-report-17 .section-d2grow-milestones .col-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
  flex-wrap: wrap;
}

.annual-report-17 .section-d2grow-milestones .col {
  width: 50%;
  margin: 40px 0;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-d2grow-milestones .col {
    padding: 1rem;
    margin: 20px 0;
  }
}

.annual-report-17 .section-d2grow-milestones .col h4 {
  margin-top: 0;
}

.annual-report-17 .section-d2grow-milestones .d2grow-caption p {
  font-size: 14px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  padding: .5rem 2rem;
  bottom: 0;
  width: 100%;
  left: 0;
  font-weight: 700;
}

.annual-report-17 .section-d2grow-photos {
  display: flex;
  justify-content: space-between;
  padding: 4rem;
  border-top: 4px solid #232323;
  border-bottom: 4px solid #232323;
  background: url(/wp-content/uploads/2017/11/section-infographic-130k-bg.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
}

.annual-report-17 .section-d2grow-youth-leaders {
  padding: 0 0 4rem 0;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-d2grow-youth-leaders {
    padding: 1rem 2rem 4rem 2rem;
  }
}

.annual-report-17 .section-d2grow-youth-leaders h2 {
  font-size: 45px;
  color: #3D4B57;
}

.annual-report-17 .section-d2grow-youth-leaders .container, .annual-report-17 .section-d2grow-youth-leaders .gam-container {
  max-width: 800px;
}

.annual-report-17 .section-d2grow-youth-leaders .col-testimony {
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 4rem;
}

.annual-report-17 .section-d2grow-youth-leaders .col-testimony .col-testimony-text {
  border-left: 3px solid #F8E71C;
  padding-left: 2rem;
}

.annual-report-17 .section-financials {
  background: url(/wp-content/uploads/2017/11/section-financials-bg.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-financial-charts .btn, .annual-report-17 .section-financial-charts .search-form input[type="submit"], .search-form .annual-report-17 .section-financial-charts input[type="submit"], .annual-report-17 .section-financial-charts .mp_wrapper button, .mp_wrapper .annual-report-17 .section-financial-charts button, .annual-report-17 .section-financial-charts .mp_wrapper input[type="button"], .mp_wrapper .annual-report-17 .section-financial-charts input[type="button"], .annual-report-17 .section-financial-charts .mp_wrapper input[type="reset"], .mp_wrapper .annual-report-17 .section-financial-charts input[type="reset"], .annual-report-17 .section-financial-charts .mp_wrapper input[type="submit"], .mp_wrapper .annual-report-17 .section-financial-charts input[type="submit"], .annual-report-17 .section-financial-charts .mp_wrapper .button, .mp_wrapper .annual-report-17 .section-financial-charts .button {
    margin-bottom: 20px;
  }
}

.annual-report-17 .section-financial-charts .container, .annual-report-17 .section-financial-charts .gam-container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.annual-report-17 .section-financial-charts .tabs {
  width: 100%;
  display: inline-block;
  margin: 2rem auto;
}

.annual-report-17 .section-financial-charts .tab-links {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-financial-charts .tab-links {
    display: inline-block;
    position: relative;
  }
}

.annual-report-17 .section-financial-charts .tab-links:after {
  display: block;
  clear: both;
  content: '';
}

.annual-report-17 .section-financial-charts .tab-links li {
  margin: 0px 5px;
  float: left;
  list-style: none;
  margin: 0 4rem;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-financial-charts .tab-links li {
    margin: 20px 0;
  }
}

.annual-report-17 .section-financial-charts .tab-links a {
  padding: 9px 15px;
  display: inline-block;
  border-radius: 5px 5px 0px 0px;
  font-size: 16px;
  font-weight: 600;
  color: #4c4c4c;
  transition: all linear 0.15s;
  background: #00A0FF;
  border-radius: 50px;
  min-width: 150px;
  color: #FFFFFF;
  text-decoration: none;
}

.annual-report-17 .section-financial-charts .tab-links a:hover {
  background: #a7cce5;
  text-decoration: none;
}

.annual-report-17 .section-financial-charts li.active a,
.annual-report-17 .section-financial-charts li.active a:hover {
  background: #1A1A1A;
  color: #FFFFFF;
}

.annual-report-17 .section-financial-charts .tab-content {
  padding: 15px;
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
}

.annual-report-17 .section-financial-charts .tab {
  display: none;
  margin-top: 40px;
  /*
	    display: flex;
	    align-items: center;
	    justify-content: center;
*/
  margin-top: 60px;
}

.annual-report-17 .section-financial-charts .tab.active {
  display: block;
}

.annual-report-17 .section-financial-charts #legendContainer {
  margin: 2rem auto;
}

.annual-report-17 .section-financial-charts .legend {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}

.annual-report-17 .section-financial-charts .legend-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.annual-report-17 .section-financial-charts .legend-item p {
  margin: 0;
  font-size: large;
}

.annual-report-17 .section-financial-charts .legend-box {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
  border-radius: 5px;
}

.annual-report-17 .section-d2steam {
  display: inline-block;
  width: 100%;
  background: #FBFBFB;
  text-align: center;
}

.annual-report-17 .section-d2steam h4 {
  margin-bottom: 4px;
  margin-top: -20px;
}

.annual-report-17 .section-d2steam .one-third {
  margin-top: 20px;
}

.annual-report-17 .section-d2steam .one-half {
  margin-top: 60px;
}

.annual-report-17 .section-d2s-partners {
  background: url(/wp-content/uploads/2017/11/section-partners-ccu-bg.jpg) no-repeat center center;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  min-height: 650px;
  text-align: center;
}

@media only screen and (max-width: 60em) {
  .annual-report-17 .section-d2s-partners {
    background-attachment: scroll;
  }
}

.annual-report-17 .section-d2s-partners h1, .annual-report-17 .section-d2s-partners h2, .annual-report-17 .section-d2s-partners h3, .annual-report-17 .section-d2s-partners h4, .annual-report-17 .section-d2s-partners h5, .annual-report-17 .section-d2s-partners h6, .annual-report-17 .section-d2s-partners p, .annual-report-17 .section-d2s-partners ol, .annual-report-17 .section-d2s-partners ul {
  color: #FFFFFF;
}

.annual-report-17 .section-partner-logos .container, .annual-report-17 .section-partner-logos .gam-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  align-content: flex-end;
}

.annual-report-17 .section-partner-logos .container .box, .annual-report-17 .section-partner-logos .gam-container .box {
  width: 33%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 2rem;
}

.annual-report-17 .section-partner-logos .container .box img:hover, .annual-report-17 .section-partner-logos .gam-container .box img:hover {
  opacity: .8;
}

/* Annual Report
------------------------------- */
.gam .white-bg {
  max-width: 1280px;
  margin: 0 auto;
}

.gam .grey-bg.full {
  width: 100%;
  float: left;
  padding: 3rem 3rem 3rem 3rem;
}

.gam h1, .gam h2, .gam h3, .gam h4, .gam h5, .gam h6, .gam p, .gam ol, .gam ul {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.gam .genesis-nav-menu .menu-item {
  font-family: "sofia-pro-soft", "lato", sans-serif !important;
}

/* Gospel Advancing Ministry
---------------------  */
.gam-multiply-disciples-header {
  background: url(/wp-content/uploads/2016/09/multiply-disciples-with-gospel-advancing-ministry.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 650px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gam-container {
  padding: 5%;
  width: 100%;
}

.gam-multiply-disciples-header h1 {
  font-weight: 700;
  letter-spacing: .4em;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
}

.gam-multiply-disciples-header h4 {
  font-weight: 400;
  letter-spacing: .05em;
  color: #fff;
  font-size: 18px;
}

.gam p {
  letter-spacing: .03em;
  letter-spacing: .03em;
}

.gam .gam-featured-header p {
  padding: 0 40px;
  text-align: center;
  letter-spacing: .15em;
}

.gam .button {
  border-radius: 6px !important;
}

@media screen and (max-width: 767px) {
  .gam .gam-featured-header p {
    padding: 0 5px;
  }
}

.gam-purple {
  color: #796ece;
}

.gam-purple-bg {
  background: #796ece;
  color: #fff;
}

.gam-blue {
  color: #177f8d;
}

.gam-blue-bg {
  background: #177f8d;
  color: #fff;
}

.gam-lime-green {
  color: #c7ce5d;
}

.gam-lime-green-bg {
  background: #c7ce5d;
}

.gam-headline-lg {
  font-weight: 700;
  letter-spacing: .4em;
  text-transform: uppercase;
  font-size: 1em;
}

.gam-headline-sm {
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.gam .first {
  padding-bottom: 0;
}

.gam .dark-triangle-bg {
  background: url("/wp-content/uploads/2015/01/dark-traingle-bg.png") repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: 100%;
  padding: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .gam .dark-triangle-bg {
    padding: 40px 20px 20px;
  }
  .gam .gam .full {
    padding: 20px 1rem 0 1rem;
  }
}

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

.gam-values .gam-headline-sm {
  text-align: left;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .gam-values .gam-headline-sm {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .gam-diagnostic .gam-headline-sm {
    margin-top: 40px;
  }
}

.gam .gam-headline-lg {
  margin-top: 40px;
}

.gam .margin-bottom-40 {
  margin-bottom: 80px;
  padding: 0 60px;
}

@media screen and (max-width: 767px) {
  .gam .gam-headline-lg {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .gam .margin-bottom-40 {
    padding: 0 20px;
  }
}

.gam-values p {
  padding-left: 0;
}

.two-thirds.gam-values {
  margin-bottom: 80px;
}

.gam ol {
  padding-left: 5rem;
  font-size: 1.8rem;
}

.gam .entry-content ul {
  padding-left: 5rem;
  font-size: 1.8rem;
  font-size: 1.8rem;
}

.gam .entry-content a {
  color: #796ece;
}

.gam .entry-content a:hover {
  text-decoration: none;
  opacity: .6;
}

.gam .entry-content a.button {
  color: #ffffff;
  border-bottom: none;
}

.gam .entry-content a.button:hover {
  background: #343434;
}

.gam .entry-content a.button.white-bg {
  color: #343434;
}

@media screen and (max-width: 767px) {
  .gam ol {
    padding-left: 1rem;
    font-size: 1.6rem;
  }
  .gam .entry-content ul {
    font-size: 1.6rem;
  }
}

.gam-img-circle {
  border: 6px solid #ffffff;
  box-shadow: 0px 0 2px;
  border-radius: 50%;
}

/* # Unshakeable
---------------------------------------------------------------------------------------------------- */
.unshakeable {
  font-family: "Lato", sans-serif;
  letter-spacing: .03em;
  max-width: 100%;
  background: #fff;
}

.unshakeable .pink-bg {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-family: "Eurostile", sans-serif;
  font-weight: 700;
}

.unshakeable .pink-bg a {
  color: #FFFFFF;
  text-decoration: none;
}

.unshakeable .site-container {
  max-width: 100%;
}

.unshakeable .entry-content {
  padding: 5%;
  letter-spacing: .03em;
  display: none;
}

.unshakeable.unshakeable-interior .entry-content {
  padding: 5%;
  letter-spacing: .03em;
  display: inline-block;
  width: 100%;
}

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

.unshakeable h4 {
  font-size: 24px;
  font-size: 2.4rem;
}

.unshakeable .breadcrumb {
  margin-top: 40px;
}

.unshakeable .footer-widgets .wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.unshakeable .site-inner {
  max-width: 100%;
  padding: 0;
}

.unshakeable .nav-secondary {
  display: none;
}

.unshakeable .social-media-footer {
  display: none !important;
}

.unshakeable .unshakeable-nav {
  display: block;
  width: 100%;
  clear: both;
}

.unshakeable .page .entry-content h1 {
  text-align: center;
  padding-top: 0;
}

.unshakeable .first {
  padding-bottom: 0 !important;
  padding: 10px;
}

.unshakeable .one-sixth {
  width: 16.66667% !important;
  margin-left: 0 !important;
  padding: 10px;
  background: #161F30;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.unshakeable .one-sixth:hover {
  margin-left: 0 !important;
  padding: 10px;
  background: #161F30;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #E6C481;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .unshakeable .one-sixth {
    width: 33.33333% !important;
  }
}

.unshakeable-interior .one-sixth {
  width: 16.6666666% !important;
  min-height: 125px;
}

.unshakeable-interior .one-sixth:hover {
  width: 16.66667% !important;
  min-height: 125px;
}

.unshakeable-about {
  background: url("/wp-content/uploads/2016/04/icon-unshakeable-about.svg") no-repeat center center !important;
  background-color: #161F30 !important;
}

.unshakeable-about:hover {
  background: url("/wp-content/uploads/2016/04/icon-unshakeable-about-hover.svg") no-repeat center center !important;
  background-color: #E6C481 !important;
}

.unshakeable-lineup {
  background: url("/wp-content/uploads/2016/04/icon-unshakeable-lineup.svg") no-repeat center center !important;
  background-color: #161F30 !important;
}

.unshakeable-lineup:hover {
  background: url("/wp-content/uploads/2016/04/icon-unshakeable-lineup-hover.svg") no-repeat center center !important;
  background-color: #E6C481 !important;
}

.unshakeable-schedule {
  background: url("/wp-content/uploads/2016/04/icon-unshakeable-tour-dates.svg") no-repeat center center !important;
  background-color: #161F30 !important;
}

.unshakeable-schedule:hover {
  background: url("/wp-content/uploads/2016/04/icon-unshakeable-tour-dates-hover.svg") no-repeat center center !important;
  background-color: #E6C481 !important;
}

.unshakeable-outreach {
  background: url("/wp-content/uploads/2016/04/icon-unshakeable-outreach.svg") no-repeat center center !important;
  background-color: #161F30 !important;
}

.unshakeable-outreach:hover {
  background: url("/wp-content/uploads/2016/04/icon-unshakeable-outreach-hover.svg") no-repeat center center !important;
  background-color: #E6C481 !important;
}

.unshakeable-faqs {
  background: url("/wp-content/uploads/2016/04/icon-unshakeable-faqs.svg") no-repeat center center !important;
  background-color: #161F30 !important;
}

.unshakeable-faqs:hover {
  background: url("/wp-content/uploads/2016/04/icon-unshakeable-faqs-hover.svg") no-repeat center center !important;
  background-color: #E6C481 !important;
}

.unshakeable-register {
  background: url("/wp-content/uploads/2016/04/icon-unshakeable-register.svg") no-repeat center center !important;
  background-color: #161F30 !important;
}

.unshakeable-register:hover {
  background: url("/wp-content/uploads/2016/04/icon-unshakeable-register-hover.svg") no-repeat center center !important;
  background-color: #E6C481 !important;
}

@media only screen and (max-width: 767px) {
  .one-sixth:hover {
    width: 33.33333% !important;
  }
}

.unshakeable-featured-hero {
  background: url("/wp-content/uploads/2016/04/unshakeable-featured-hero-1.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  min-height: 75vh;
  padding: 10%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.unshakeable-featured-hero h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 45px;
}

.unshakeable-featured-hero p {
  color: #fff;
  font-family: "Lato", sans-serif;
  text-align: center;
  letter-spacing: .05em;
  font-size: 21px;
}

@media (max-width: 767px) {
  .unshakeable-featured-hero {
    padding: 2.5%;
  }
}

@media (max-width: 767px) {
  .unshakeable-featured-hero h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
  }
}

.unshakeable-featured-hero-container {
  background: rgba(0, 0, 0, 0.5);
  padding: 5%;
  max-width: 1280px !important;
}

.unshakeable .button {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  background: transparent;
  text-align: center;
}

.unshakeable .button:hover {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 0;
  opacity: .5;
}

.unshakeable .entry-content .button.button-outline {
  border: 2px solid #161F30;
  color: #161F30;
  margin-top: 0;
  margin: 0 auto;
  width: 100%;
}

.unshakeable-hero img {
  width: 100%;
}

.unshakeable-action-container {
  min-height: 450px;
  display: flex;
  margin-top: -10px;
}

.unshakeable-action-container a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .unshakeable-action-container {
    display: block;
  }
}

.unshakeable-registration, .unshakeable-promo {
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-height: 30vh;
  text-align: center;
  clear: both;
  text-align: center;
  padding: 5%;
  flex: 2 100%;
  cursor: pointer;
}

.unshakeable-registration:hover, .unshakeable-promo:hover {
  /* Rectangle 1 Copy 13: */
  background: url("/wp-content/uploads/2016/04/unshakeable-rusty-hover.jpg") no-repeat center center;
  background-size: cover;
}

.unshakeable-promo {
  background: #E6C481;
}

.unshakeable-promo h4 {
  font-weight: 700;
  text-transform: uppercase;
  color: #101010;
}

.unshakeable-promo .button {
  border: 2px solid #101010;
  color: #101010;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

.unshakeable-promo .button:hover {
  border: 2px solid #101010;
  color: #101010;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.unshakeable-registration {
  background: #101010;
}

.unshakeable-registration h4 {
  font-weight: 700;
  text-transform: uppercase;
  color: #E6C481;
}

.unshakeable-registration .button {
  border: 2px solid #E6C481;
  color: #E6C481;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

.unshakeable-registration .button:Hover {
  border: 2px solid #E6C481;
  color: #E6C481;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.unshakeable-light-container {
  display: block;
  padding: 5%;
  text-align: center;
}

.unshakeable-light-container .one-third {
  padding: 2.5%;
}

.unshakeable-light-container h2 {
  margin-bottom: 20px;
  color: #161F30;
}

.unshakeable-light-container h4 {
  text-transform: uppercase;
  color: #161F30;
}

.unshakeable-light-container img {
  min-height: 100px;
}

.unshakeable-light-container .button {
  border-color: #161F30;
  color: #161F30;
}

.unshakeable-light-container .button:hover {
  border-color: #161F30;
  color: #161F30;
}

.unshakeable-dark-container {
  max-width: 1280px !important;
  margin: 0 auto;
}

.unshakeable-dark-section {
  display: block;
  padding: 5%;
  text-align: center;
  background: #000;
}

.unshakeable-dark-section .one-third {
  padding: 2.5%;
  color: #B8B8B8;
}

.unshakeable-dark-container p {
  clear: both;
}

.unshakeable-dark-section h2 {
  margin-bottom: 20px;
  color: #B8B8B8;
}

.unshakeable-dark-section h4 {
  text-transform: uppercase;
  color: #6d6d6d;
}

.unshakeable-dark-section p {
  color: #B8B8B8 !important;
}

.unshakeable-dark-section img {
  min-height: 100px;
}

.unshakeable-dark-section .button {
  border-color: #B8B8B8;
  color: #B8B8B8;
}

.unshakeable-dark-section .button:hover {
  border-color: #B8B8B8;
  color: #B8B8B8;
}

.unshakeable-tour-dates .tour-header {
  padding: 2%;
  display: block;
  width: 100%;
  background: #161F30;
}

.unshakeable-tour-dates h2 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.unshakeable-tour-dates .tour-photo-bg {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 33.3333333%;
  min-height: 400px;
  background-size: cover !important;
  text-align: center;
  cursor: pointer;
}

.unshakeable-tour-dates .tour-photo-bg:hover {
  opacity: .9;
}

a.tour-photo-bg {
  text-decoration: none !important;
}

@media only screen and (max-width: 767px) {
  .unshakeable-tour-dates .tour-photo-bg {
    width: 100%;
  }
}

.unshakeable-tour-dates .tour-photo-lincoln {
  background: url("/wp-content/uploads/2016/04/unshakeable-city-lin.jpg") no-repeat center center;
}

.unshakeable-tour-dates .tour-photo-denver {
  background: url("/wp-content/uploads/2016/04/unshakeable-city-den.jpg") no-repeat left center;
}

.unshakeable-tour-dates .tour-photo-chicago {
  background: url("/wp-content/uploads/2016/04/unshakeable-city-chi.jpg") no-repeat center center;
}

.unshakeable-tour-dates .tour-photo-StLouis {
  background: url("/wp-content/uploads/2016/04/unshakeable-city-stl.jpg") no-repeat center center;
}

.unshakeable-tour-dates .tour-photo-WashingtonDC {
  background: url("/wp-content/uploads/2016/04/unshakeable-city-dc.jpg") no-repeat center center;
}

.unshakeable-tour-dates h4, .unshakeable-tour-dates h6 {
  color: #fff;
}

.unshakeable .unshakeable-tour-dates .tour-photo-MoreToCome {
  cursor: default;
}

.unshakeable .unshakeable-tour-dates .tour-photo-MoreToCome h4 {
  color: #161f30 !important;
  padding: 5%;
}

.unshakeable-tour-dates .tour-cities-block {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .unshakeable-tour-dates .tour-cities-block {
    display: block;
  }
}

.unshakeable-lineup-section {
  display: flex;
  background: url("/wp-content/uploads/2016/04/cracked-ground-texture.jpg") no-repeat center center;
  background-size: cover;
  clear: both;
  min-height: 450px;
  align-items: center;
  color: #fff;
  padding: 5%;
  text-align: center;
  background-attachment: fixed;
  justify-content: space-around;
  flex: 2 100%;
}

.unshakeable-lineup-section h2, .unshakeable-lineup-section h4 {
  color: #fff;
  text-transform: uppercase;
}

.unshakeable-lineup-section .one-third {
  padding: 5%;
}

.unshakeable-callout {
  display: flex;
  background: url("/wp-content/uploads/2016/04/unshakeable-slate-bg.jpg") no-repeat center center;
  background-size: cover;
  clear: both;
  min-height: 450px;
  align-items: center;
  color: #fff;
  padding: 5%;
  text-align: center;
  background-attachment: fixed;
  justify-content: space-around;
  flex: 2 100%;
}

@media only screen and (max-width: 60em) {
  .unshakeable-callout {
    background-attachment: scroll;
  }
}

.unshakeable-callout h2 {
  color: #fff;
  padding: 5%;
}

.unshakeable-callout p, .unshakeable-callout ol, .unshakeable-callout ul {
  color: #FFFFFF;
}

.unshakeable-callout-container {
  max-width: 1024px !important;
}

.unshakeable-trailer {
  height: auto;
}

.iframe-container {
  display: none;
}

.iframe-container.active {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  display: block !important;
}

.video-container.video-closed {
  display: none;
}

.video-container.close-video {
  display: block;
  z-index: 99999;
  top: 20px;
  right: -1px;
  padding: .5em 2em;
  position: fixed;
  text-transform: uppercase;
  font-weight: 700;
  background: #fff;
  color: #4A4A4A;
  border: 1px solid #666666;
  cursor: pointer;
}

.unshakeable-trailer-playbutton {
  background: url("/wp-content/uploads/2016/04/UnshakebalePlayButton.svg") no-repeat center center;
  width: 75px;
  height: 75px;
  margin-top: -50px;
  cursor: pointer;
  position: relative;
  z-index: 999 !important;
}

.unshakeable-trailer-playbutton:hover {
  background: url("/wp-content/uploads/2016/04/UnshakebalePlayButtonHover.svg") no-repeat center center;
  width: 75px;
  height: 75px;
  margin-top: -50px;
  z-index: 999 !important;
}

.unshakeable-trailer h4 {
  padding-bottom: 30px;
}

.unshakeable-tour-dates .tour-photo-MoreToCome .unshakeable-tour-black {
  color: #161f30;
  text-transform: uppercase;
  text-align: center;
}

/* Unshakeable Interior */
.unshakeable-interior .entry-content a {
  color: #8a5445;
}

.unshakeable-interior .site-header .wrap {
  max-width: 1280px;
}

.unshakeable-interior .site-inner {
  max-width: 1280px;
}

.unshakeable-interior .site-inner .content {
  margin-top: 20px;
}

.unshakeable-interior .site-inner .content p, .unshakeable-interior .site-inner .content ul {
  padding: 0;
}

.unshakeable-interior .site-inner .content h4 {
  text-align: left;
  padding-left: 0;
}

.unshakeable-interior .site-inner .sidebar {
  background: none;
  margin-top: 40px;
}

.unshakeable-interior .site-inner .sidebar li {
  background: none;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

.unshakeable-interior .site-inner .widget {
  display: flex;
  padding: 5%;
  background: none;
  border: 1px solid #ddd;
  margin: 20px 0;
  border-radius: 0;
}

.unshakeable-interior .site-inner .widget ul li a {
  color: #8a5445;
  text-decoration: underline;
}

.unshakeable-interior .site-inner .widget ul li a:hover {
  color: rgba(138, 84, 69, 0.48);
}

.unshakeable-interior .site-inner .dare2-widget {
  border: 0 !important;
}

.unshakeable-interior .site-inner .content .one-third {
  text-align: center;
}

.unshakeable-interior .site-inner .content .first {
  padding: 0;
}

.unshakeable-interior .site-inner .content .one-third h4 {
  text-align: center;
}

.unshakeable-interior .site-inner .content .one-third a {
  text-decoration: none;
}

.unshakeable-interior .site-inner .content .one-third a:hover {
  text-decoration: none;
  opacity: .8;
}

.unshakeable-interior .unshakeable-callout {
  background-attachment: inherit;
  min-height: 100%;
  text-align: left;
  margin-bottom: 40px;
}

.unshakeable-interior .unshakeable-callout p:last-child {
  margin-bottom: 0;
}

.unshakeable-interior .site-inner .content .unshakeable-callout h4 {
  color: #fff;
}

.unshakeable-interior .tour-photo-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5%;
  color: #fff;
  text-align: center;
  min-height: 300px;
  margin-bottom: 40px;
}

.unshakeable-interior .tour-photo-bg h4, .unshakeable-interior .tour-photo-bg h6 {
  color: #fff;
}

.unshakeable-interior .tour-photo-nebraska {
  background: url(/wp-content/uploads/2016/04/unshakeable-city-lin.jpg) no-repeat center center;
}

.unshakeable-interior .tour-photo-chicago {
  background: url(/wp-content/uploads/2016/04/unshakeable-city-chi.jpg) no-repeat center center;
}

.unshakeable-interior .tour-photo-WashingtonDC {
  background: url(/wp-content/uploads/2016/04/unshakeable-city-dc.jpg) no-repeat center center;
}

.unshakeable-interior .tour-photo-StLouis {
  background: url(/wp-content/uploads/2016/04/unshakeable-city-stl.jpg) no-repeat center center;
}

.unshakeable-interior .tour-photo-denver {
  background: url(/wp-content/uploads/2016/04/unshakeable-city-den.jpg) no-repeat center center;
}

.unshakeable-interior .unshakeable-mar {
  display: flex;
  background: #efefef;
  padding: 5%;
  align-items: center;
  justify-content: center;
}

.unshakeable-interior .no-bottom-margin {
  margin-bottom: 0 !important;
}

.unshakeable-interior .unshakeable-mar .two-thirds {
  margin-left: 0;
  padding: 2% 0% 2% 5%;
}

.unshakeable-interior .unshakeable-mar-text-section {
  background: #161F30;
  color: #fff;
  padding: 2% 3%;
}

.unshakeable-interior .unshakeable-mar-text-section p {
  margin-bottom: 0;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
}

.unshakeable-interior .accordion {
  border-bottom: none;
  margin-bottom: 20px;
}

.unshakeable-interior h3.accordion-title {
  border-top: none;
  margin: 0;
  padding: 20px 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #172643;
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .unshakeable-interior .site-inner .content {
    margin-top: 20px;
  }
}

/* Interior Sidebar Styles */
/* Interior One Third Column Content */
/* Interior Callout Section with Blue stone texture */
/* Interior Header Background Photo Section */
/* Tour Dates City Pages */
@media only screen and (max-width: 767px) {
  .unshakeable .icon-30-bg {
    background-size: 30px;
  }
  .unshakeable .icon-40-bg {
    background-size: 40px;
  }
  .unshakeable .icon-60-bg {
    background-size: 60px;
  }
  .unshakeable .icon-80-bg {
    background-size: 80px;
  }
  .unshakeable-interior .one-sixth {
    width: 33.33333% !important;
  }
  .unshakeable-interior .one-sixth:hover {
    width: 33.33333% !important;
  }
}

/* FAQ Pages */
/* Accordion Styles */
/* City Pages */
.tour-photo-bg-container {
  width: 75%;
  text-align: center;
}

.tour-photo-bg-container .tour-custom-text {
  background: rgba(230, 196, 129, 0.8);
  color: #000;
  width: 100%;
  letter-spacing: .08em;
  padding: 2%;
  font-weight: 700;
}

.unshakeable-interior .tour-photo-bg h4 {
  text-align: center !important;
}

/* # Unshakeable Recap
---------------------------------------------------------------------------------------------------- */
.unshakeable-recap .unshakeable-recap-number-boxes {
  margin: 40px 0;
}

.unshakeable-recap .unshakeable-recap-number-boxes .one-fourth {
  border-radius: 17px;
}

@media only screen and (max-width: 60em) {
  .unshakeable-recap .unshakeable-recap-number-boxes .one-fourth {
    margin: 20px 0;
  }
}

.unshakeable-recap .unshakeable-recap-number-boxes .one-fourth h1 {
  font-size: 4em;
  margin: 0;
}

.unshakeable-recap .unshakeable-recap-number-boxes .one-fourth h4 {
  margin: 20px 0;
}

.unshakeable-recap .unshakeable-recap-number-boxes .one-fourth:nth-child(1) {
  background: #161F30;
  color: #FFFFFF;
  padding: 3%;
}

.unshakeable-recap .unshakeable-recap-number-boxes .one-fourth:nth-child(2) {
  background: #50D2C2;
  color: #FFFFFF;
  padding: 3%;
}

.unshakeable-recap .unshakeable-recap-number-boxes .one-fourth:nth-child(3) {
  background: #00A0FF;
  color: #FFFFFF;
  padding: 3%;
}

.unshakeable-recap .unshakeable-recap-number-boxes .one-fourth:nth-child(4) {
  background: #F9EB59;
  color: #161F30;
  padding: 3%;
}

.unshakeable-recap .unshakeable-recap-number-boxes .one-fourth:nth-child(4):nth-child(4) a {
  color: #161F30 !important;
}

.unshakeable-recap .unshakeable-recap-number-boxes a {
  color: #FFFFFF;
  text-decoration: none;
}

.unshakeable-recap .unshakeable-recap-section-1 {
  background: url("/wp-content/uploads/2017/04/unshakeable-recap-section-bg.jpg") no-repeat center center;
  padding: 5%;
  background-size: cover;
  background-attachment: fixed;
  min-height: 650px;
}

@media only screen and (max-width: 60em) {
  .unshakeable-recap .unshakeable-recap-section-1 {
    background-attachment: scroll !important;
    margin: -6% -6% 0 -6%;
  }
}

@media only screen and (max-width: 40em) {
  .unshakeable-recap .unshakeable-recap-section-1 {
    margin: -6% 0;
  }
}

.unshakeable-recap .unshakeable-recap-section-1 .section-callout {
  width: 50%;
  float: right;
  background: rgba(0, 0, 0, 0.53);
  padding: 5%;
  border-radius: 17px;
}

@media only screen and (max-width: 60em) {
  .unshakeable-recap .unshakeable-recap-section-1 .section-callout {
    width: 100%;
  }
}

.unshakeable-recap .unshakeable-recap-section-1 .section-callout h1, .unshakeable-recap .unshakeable-recap-section-1 .section-callout h2, .unshakeable-recap .unshakeable-recap-section-1 .section-callout h3, .unshakeable-recap .unshakeable-recap-section-1 .section-callout h4, .unshakeable-recap .unshakeable-recap-section-1 .section-callout h5, .unshakeable-recap .unshakeable-recap-section-1 .section-callout h6, .unshakeable-recap .unshakeable-recap-section-1 .section-callout p, .unshakeable-recap .unshakeable-recap-section-1 .section-callout ul, .unshakeable-recap .unshakeable-recap-section-1 .section-callout li {
  color: #FFFFFF;
}

.unshakeable-recap .unshakeable-recap-section-2 .flex-container {
  display: flex;
}

@media only screen and (max-width: 60em) {
  .unshakeable-recap .unshakeable-recap-section-2 .flex-container {
    display: block;
  }
}

.unshakeable-recap .unshakeable-recap-section-2 .one-half {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
}

.unshakeable-recap .unshakeable-recap-section-2 .grey-bg-callout {
  background: #efefef;
  padding: 2%;
  border-radius: 17px;
}

.unshakeable-recap .unshakeable-recap-section-3 {
  background: url("/wp-content/uploads/2017/04/unshakeable-recap-section-3-bg.jpg") no-repeat center center;
  padding: 5%;
  background-size: cover;
  background-attachment: fixed;
  min-height: 650px;
}

@media only screen and (max-width: 60em) {
  .unshakeable-recap .unshakeable-recap-section-3 {
    background-attachment: scroll !important;
    margin: -6% -6% 0 -6%;
  }
}

@media only screen and (max-width: 40em) {
  .unshakeable-recap .unshakeable-recap-section-3 {
    margin: -6% 0;
  }
}

.unshakeable-recap .unshakeable-recap-section-3 h1, .unshakeable-recap .unshakeable-recap-section-3 h2, .unshakeable-recap .unshakeable-recap-section-3 h3, .unshakeable-recap .unshakeable-recap-section-3 h4, .unshakeable-recap .unshakeable-recap-section-3 h5, .unshakeable-recap .unshakeable-recap-section-3 h6, .unshakeable-recap .unshakeable-recap-section-3 p, .unshakeable-recap .unshakeable-recap-section-3 ul, .unshakeable-recap .unshakeable-recap-section-3 li {
  color: #FFFFFF;
}

.unshakeable-recap .unshakeable-recap-section-4 {
  background: url("/wp-content/uploads/2017/04/unshakeable-recap-section-4-bg.jpg") no-repeat center center;
  padding: 5%;
  background-size: cover;
  background-attachment: fixed;
  min-height: 650px;
}

@media only screen and (max-width: 60em) {
  .unshakeable-recap .unshakeable-recap-section-4 {
    background-attachment: scroll !important;
    margin: -6% -6% 0 -6%;
  }
}

@media only screen and (max-width: 40em) {
  .unshakeable-recap .unshakeable-recap-section-4 {
    margin: -6% 0;
  }
}

.unshakeable-recap .unshakeable-recap-section-4 h1, .unshakeable-recap .unshakeable-recap-section-4 h2, .unshakeable-recap .unshakeable-recap-section-4 h3, .unshakeable-recap .unshakeable-recap-section-4 h4, .unshakeable-recap .unshakeable-recap-section-4 h5, .unshakeable-recap .unshakeable-recap-section-4 h6, .unshakeable-recap .unshakeable-recap-section-4 p, .unshakeable-recap .unshakeable-recap-section-4 ul, .unshakeable-recap .unshakeable-recap-section-4 li {
  color: #FFFFFF;
}

/* # D2S Live One Pager
---------------------------------------------------------------------------------------------------- */
.d2slive {
  /* # D2S Live One Pager Buttons
---------------------------------------------------------------------------------------------------- */
}

.d2slive h1 {
  font-family: "brandon-grotesque", "lato", sans-serif !important;
  font-size: 30px;
}

.d2slive h2 {
  font-family: "brandon-grotesque", "lato", sans-serif !important;
  font-size: 24px;
}

.d2slive h4 {
  font-family: "brandon-grotesque", "lato", sans-serif !important;
  font-size: 20px;
}

.d2slive p {
  font-family: "brandon-grotesque", "lato", sans-serif !important;
  font-size: 18px;
  margin-bottom: 40px;
}

.d2slive a {
  color: #F6961F;
  text-decoration: none;
}

.d2slive .one-fourth {
  padding-bottom: 5%;
}

.d2slive .entry-title {
  display: none;
}

.d2slive .btn-blue {
  color: #FFFFFF;
}

.d2slive .breadcrumb {
  display: none;
}

.d2slive .nav-header a {
  color: #FFFFFF;
}

.d2slive .hero {
  background: url("/wp-content/uploads/2017/04/orange-purple.jpg") no-repeat center center;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  font-family: "brandon-grotesque", "lato", sans-serif !important;
}

.d2slive .hero .container, .d2slive .hero .gam-container {
  color: #FFFFFF;
  max-width: 800px;
  margin: 0 auto;
}

@media only screen and (max-width: 40em) {
  .d2slive .hero {
    margin-left: 0;
    margin-right: 0;
    margin-top: -10px;
    display: inline-block;
    width: 100%;
    background-attachment: scroll;
  }
}

.d2slive .d2slive-date-callout {
  background-color: #4A4A4A;
  width: 100%;
  color: #FFFFFF;
  max-height: 70px;
  font-family: "brandon-grotesque", "lato", sans-serif;
  margin-top: -10px;
  display: flex;
}

.d2slive .d2slive-date-callout h2 {
  padding-bottom: 10px;
}

@media only screen and (max-width: 40em) {
  .d2slive .d2slive-date-callout h2 {
    font-size: 20px !important;
    padding-bottom: 25px !important;
    background-attachment: scroll;
  }
}

.d2slive .one-day {
  background: url("http://www.dare2share.org/wp-content/uploads/2017/04/KidsWalking1DuoTone-2.png") no-repeat center center;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  color: #FFFFFF;
  font-family: "brandon-grotesque", "lato", sans-serif;
}

@media only screen and (max-width: 40em) {
  .d2slive .one-day {
    background-attachment: scroll;
  }
}

.d2slive .speakers-artists {
  background: url("http://www.dare2share.org/wp-content/uploads/2017/04/bg-grungy.png") no-repeat center center;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  font-family: "brandon-grotesque", "lato", sans-serif;
  font-weight: 700;
}

.d2slive .speakers-artists .button-black {
  margin-top: 25% !important;
}

@media only screen and (max-width: 40em) {
  .d2slive .speakers-artists {
    background-attachment: scroll;
  }
}

.d2slive .locations {
  background: url("http://www.dare2share.org/wp-content/uploads/2017/04/bg-locations.png") no-repeat center center;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  color: #FFFFFF;
  min-height: 589px;
  font-family: "brandon-grotesque", "lato", sans-serif;
}

.d2slive .locations .container, .d2slive .locations .gam-container {
  color: #FFFFFF;
  max-width: 800px;
  margin: 0 auto;
}

@media only screen and (max-width: 40em) {
  .d2slive .locations {
    background-attachment: scroll;
  }
}

.d2slive .schedule-section .container, .d2slive .schedule-section .gam-container {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
}

.d2slive .schedule-boxes {
  font-family: "brandon-grotesque", "lato", sans-serif;
}

.d2slive .schedule-boxes .one-third {
  min-width: 33.33% !important;
  margin: 0;
}

@media only screen and (max-width: 40em) {
  .d2slive .schedule-boxes .one-third {
    min-width: 100%;
  }
}

.d2slive .schedule-boxes .one-third .schedule-morning {
  background: #5B174E;
  width: 100%;
  background-size: cover;
  min-height: 200px;
  color: #FFFFFF;
  text-align: center !important;
  display: flex;
  font-family: "brandon-grotesque", "lato", sans-serif;
  min-width: 33.33% !important;
  margin: 0;
}

.d2slive .schedule-boxes .one-third .schedule-afternoon {
  background: #E6754E;
  width: 100%;
  background-size: cover;
  min-height: 200px;
  color: #FFFFFF;
  text-align: center !important;
  font-family: "brandon-grotesque", "lato", sans-serif;
  min-width: 33.33%;
  display: flex;
  margin: 0;
}

.d2slive .schedule-boxes .one-third .schedule-evening {
  background: #F6961F;
  width: 100%;
  background-size: cover;
  min-height: 200px;
  color: #FFFFFF;
  text-align: center !important;
  font-family: "brandon-grotesque", "lato", sans-serif;
  display: flex;
  min-width: 33.33% !important;
  margin: 0;
}

.d2slive .button-white {
  background: #FFFFFF !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #1A1A1A !important;
  padding: 10px 40px;
  text-decoration: none;
  font-family: "brandon-grotesque", "lato", sans-serif !important;
  font-weight: 700;
}

@media only screen and (max-width: 40em) {
  .d2slive .button-white {
    display: inline-block;
    margin-bottom: 5%;
  }
}

.d2slive .button-white:hover {
  /* Rectangle 10: */
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  opacity: 1;
}

.d2slive .button-black {
  background: #1A1A1A !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #FFFFFF !important;
  padding: 10px 40px;
  text-decoration: none;
  font-family: "brandon-grotesque", "lato", sans-serif !important;
  font-weight: 700;
}

@media only screen and (max-width: 40em) {
  .d2slive .button-black {
    display: inline-block;
  }
}

.d2slive .button-black:hover {
  /* Rectangle 10: */
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  opacity: 1;
}

.d2slive .button-green {
  background: #B9CD3A !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #FFFFFF !important;
  padding: 10px 40px;
  text-decoration: none;
  font-family: "brandon-grotesque", "lato", sans-serif !important;
  font-weight: 700;
}

@media only screen and (max-width: 40em) {
  .d2slive .button-green {
    display: inline-block;
    margin-bottom: 5%;
  }
}

.d2slive .button-green:hover {
  /* Rectangle 10: */
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  opacity: 1;
}

.d2slive .button-white-green {
  background: #FFFFFF !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #B9CD3A !important;
  padding: 10px 40px;
  text-decoration: none;
  font-family: "brandon-grotesque", "lato", sans-serif !important;
  font-weight: 700;
}

@media only screen and (max-width: 40em) {
  .d2slive .button-white-green {
    display: inline-block;
  }
}

.d2slive .button-white-green:hover {
  /* Rectangle 10: */
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  opacity: 1;
}

/* # Articles
---------------------------------------------------------------------------------------------------- */
.articles .site-inner ul li {
  margin: 15px 0;
}

.articles .search-form input[type="submit"] {
  min-width: 0;
}

/*
.articles {
	.post {
		background: $white;
		padding: 2%;
		margin: 1%;
		width: 30%;
		border-radius: 11px;

		.entry-title {
			font-size:$font-title;
			margin: 0 0 0.83em 0;
		}

		.entry-meta {
			display:none
		}

		.entry-content {
			font-size:$font;
		}
	}
}
*/
/* Gospelize
---------------------------------------------  */
.webinar-guide-cta {
  background: #efefef;
  border: 2px solid #ddd;
  padding: 2rem;
  display: inline-block;
}

.webinar-guide-cta img {
  margin-bottom: 0;
}

.webinar-guide-cta p {
  margin-bottom: 0;
}

.gospelize {
  /* Testimonial Slider */
}

.gospelize .nav-secondary {
  display: none;
}

.gospelize .d2s-gospelize-book {
  display: inline-block;
  padding: 80px;
  width: 100%;
  font-size: 16px;
  line-height: 1.625em;
}

.gospelize .d2s-gospelize-book h2 {
  font-weight: 700;
  padding: 0 !important;
}

.gospelize .d2s-gospelize-book h4 {
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 10px;
  clear: both;
  color: #8F954A;
}

.gospelize .d2s-gospelize-book p {
  padding: 0 !important;
}

.gospelize .d2s-gospelize-book strong {
  font-weight: 700;
}

.gospelize .d2s-gospelize-book .button {
  background-color: #DC4B4C;
}

.gospelize .d2s-gospelize-book .hbspt-form {
  clear: both;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px 20px 40px 20px;
  border-radius: 7px;
}

@media only screen and (max-width: 767px) {
  .gospelize .d2s-gospelize-book {
    padding: 20px;
  }
}

.gospelize .d2s-gospelize-quote {
  clear: both;
  display: inline-block;
  width: 100%;
  background: url(/wp-content/uploads/2015/08/gospelize-quote-photo.jpg) no-repeat center center;
  background-size: cover;
  padding: 150px 80px;
  text-align: center;
  background-attachment: fixed;
  margin-bottom: 80px;
}

.gospelize .d2s-gospelize-quote h2 {
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
  line-height: 1.4em;
}

.gospelize .d2s-gospelize-quote h4 {
  color: #fff;
}

.gospelize .d2s-gospelize-testimonials {
  display: inline-block;
  width: 100%;
}

.gospelize .gs_testimonial_container {
  padding: 100px;
}

.gospelize .gs_testimonial_container .box-content {
  font-size: 21px !important;
  font-style: italic !important;
  font-family: "Open Sans" !important;
  font-weight: 300 !important;
  line-height: 1.625em !important;
  margin-bottom: 40px !important;
  letter-spacing: 0.01em !important;
}

.gospelize #rev_slider_5_1_wrapper a {
  color: #8F954A;
}

.gospelize .gs_testimonial_container .box-title {
  font-size: 18px !important;
  font-weight: 400 !important;
  font-family: "Open Sans" !important;
  letter-spacing: 0.01em !important;
}

.gospelize #rev_slider_5_1_wrapper #slide-37-layer-1 {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.625em !important;
  font-family: "Open Sans" !important;
  letter-spacing: 0.01em !important;
}

.gospelize #rev_slider_5_1_wrapper #slide-37-layer-2 {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.625em !important;
  font-family: "Open Sans" !important;
  letter-spacing: 0.01em !important;
}

.gospelize #rev_slider_5_1_wrapper #slide-38-layer-1 {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.625em !important;
  font-family: "Open Sans" !important;
  letter-spacing: 0.01em !important;
}

.gospelize #rev_slider_5_1_wrapper #slide-38-layer-2 {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.625em !important;
  font-family: "Open Sans" !important;
  letter-spacing: 0.01em !important;
}

.gospelize #rev_slider_5_1_wrapper #slide-39-layer-1 {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.625em !important;
  font-family: "Open Sans" !important;
  letter-spacing: 0.01em !important;
}

.gospelize #rev_slider_5_1_wrapper #slide-39-layer-2 {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.625em !important;
  font-family: "Open Sans" !important;
  letter-spacing: 0.01em !important;
}

.gospelize .gs_testimonial_container .box-image {
  display: none;
}

/* Certified Trainer Portal
---------------------------------------------  */
.ct-portal {
  /* Header
	------------------------------- */
}

.ct-portal .ctp-header-background {
  background: url(/wp-content/uploads/2016/09/ctp-header-bg-1.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 600px;
  text-align: center;
}

.ct-portal .ctp-header-background h1 {
  color: #fff;
}

@media only screen and (max-width: 40em) {
  .ct-portal .ctp-header-background {
    padding: 5%;
  }
}

.ct-portal .ctp-header-background .btn, .ct-portal .ctp-header-background .search-form input[type="submit"], .search-form .ct-portal .ctp-header-background input[type="submit"], .ct-portal .ctp-header-background .mp_wrapper button, .mp_wrapper .ct-portal .ctp-header-background button, .ct-portal .ctp-header-background .mp_wrapper input[type="button"], .mp_wrapper .ct-portal .ctp-header-background input[type="button"], .ct-portal .ctp-header-background .mp_wrapper input[type="reset"], .mp_wrapper .ct-portal .ctp-header-background input[type="reset"], .ct-portal .ctp-header-background .mp_wrapper input[type="submit"], .mp_wrapper .ct-portal .ctp-header-background input[type="submit"], .ct-portal .ctp-header-background .mp_wrapper .button, .mp_wrapper .ct-portal .ctp-header-background .button {
  width: 100%;
  margin-top: 20px;
}

.ct-portal .ctp-header-background .btn:hover, .ct-portal .ctp-header-background .search-form input:hover[type="submit"], .search-form .ct-portal .ctp-header-background input:hover[type="submit"], .ct-portal .ctp-header-background .mp_wrapper button:hover, .mp_wrapper .ct-portal .ctp-header-background button:hover, .ct-portal .ctp-header-background .mp_wrapper input:hover[type="button"], .mp_wrapper .ct-portal .ctp-header-background input:hover[type="button"], .ct-portal .ctp-header-background .mp_wrapper input:hover[type="reset"], .mp_wrapper .ct-portal .ctp-header-background input:hover[type="reset"], .ct-portal .ctp-header-background .mp_wrapper input:hover[type="submit"], .mp_wrapper .ct-portal .ctp-header-background input:hover[type="submit"], .ct-portal .ctp-header-background .mp_wrapper .button:hover, .mp_wrapper .ct-portal .ctp-header-background .button:hover {
  background: #1A1A1A;
}

.ct-portal .ctp-section-head {
  background: #B2B935;
  padding: 1.5% 5%;
  border-radius: 6px;
  font-weight: 700;
  text-transform: uppercase;
}

.ct-portal .ctp-main-content {
  display: block;
  width: 100%;
  padding: 5%;
}

.ct-portal .ctp-main-content a {
  color: #B2B935 !important;
}

.ct-portal .ctp-welcome {
  padding: 5% 0;
}

.ct-portal .ctp-welcome img {
  margin-bottom: 40px;
}

.ct-portal .entry-content ul li {
  list-style-type: none !important;
  margin: 20px 0 !important;
  border-bottom: 1px solid #ddd;
  padding-bottom: 16px;
}

.ct-portal .ctp-section li a[href$='.pdf'] {
  display: inline-block;
  line-height: 48px;
  padding-left: 58px;
  background: transparent url("/wp-content/uploads/2017/05/icon-ct-portal-pdf.svg") no-repeat center left;
}

.ct-portal .ctp-section li a[href$='.docx'] {
  display: inline-block;
  line-height: 48px;
  padding-left: 58px;
  background: transparent url("/wp-content/uploads/2017/05/icon-word-doc.svg") no-repeat center left;
}

.ct-portal .ctp-section li a.youtube {
  display: inline-block;
  line-height: 48px;
  padding-left: 58px;
  background: transparent url("/wp-content/uploads/2016/10/icon-youtube.svg") no-repeat center left;
  background-size: 40px;
}

.ct-portal .ctp-section li a.img {
  display: inline-block;
  line-height: 48px;
  padding-left: 58px;
  background: transparent url("/wp-content/uploads/2018/02/icon-img.svg") no-repeat center left;
  background-size: 40px;
}

.ct-portal .ctp-section li a.psd {
  display: inline-block;
  line-height: 48px;
  padding-left: 58px;
  background: transparent url("/wp-content/uploads/2018/02/Icon-psd.svg") no-repeat center left;
  background-size: 40px;
}

.ct-portal .ctp-section p {
  padding: 5%;
}

.ct-portal .ctp-section h4 {
  margin: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.ct-portal .ctp-section h4 + p {
  padding-top: 0;
}

.ct-portal .ctp-slack-logo {
  background-image: url(/wp-content/uploads/2016/09/slack-logo.png);
  width: 355px;
  min-height: 142px;
  background-blend-mode: multiply;
  background-color: #efefef;
  margin: 0 auto 40px auto;
}

.ct-portal .ctp-slack {
  background: url(/wp-content/uploads/2016/09/ctp-slanted-bg.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 650px;
  text-align: center;
}

.ct-portal .ctp-slack .btn-green {
  background: #00D3AA;
}

/* MemberPress
------------------------------- */
.single-memberpressproduct .site-inner {
  padding: 5%;
}

.memberpressproduct .entry-meta {
  display: none;
}

.search-form input[type="submit"] {
  text-align: center;
}

/* Certified Trainers
---------------------------------------------  */
.facetwp-template {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* You can set flex-wrap and flex-direction individually */
  flex-direction: row;
  flex-wrap: wrap;
  /* Or do it all in one line with flex flow */
  flex-flow: row wrap;
  /* tweak the where items line up on the row */
  /* valid values are: flex-start, flex-end, space-between, space-around, stretch */
  align-content: flex-end;
}

@media only screen and (max-width: 60em) {
  .facetwp-template {
    justify-content: center;
  }
}

.facetwp-template .post-item {
  padding: 2em 0;
  background: #FFFFFF;
  margin: 25px 0;
  align-content: center;
  justify-content: center;
  text-align: center;
  /* Rectangle 4: */
  box-shadow: 0 0 10px 0 rgba(193, 193, 193, 0.5);
  border-radius: 5px;
  min-width: 300px;
  transition: all 0.1s ease-in-out;
}

@media only screen and (max-width: 40em) {
  .facetwp-template .post-item {
    min-width: 100%;
    padding: 4em 0;
  }
}

@media only screen and (max-width: 60em) {
  .facetwp-template .post-item {
    margin: 40px;
  }
}

.facetwp-template .post-item.master {
  background: #C7CE5D;
}

.facetwp-template .post-item:hover {
  box-shadow: 0 0 18px 0 rgba(92, 92, 92, 0.5);
}

.facetwp-template .post-item h4 {
  margin: .6em;
}

.facetwp-template .post-item .post-image {
  height: 120px;
  width: 120px;
  min-width: 120px;
  border-radius: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}

.facetwp-template .post-item .post-expertise {
  font-size: 1.8rem;
}

.post-container .one-half {
  background: #efefef;
  padding: 0 2%;
}

.ct-grey-section {
  background: #efefef;
  color: #FFFFFF;
}

.ct-grey-section .first {
  margin-left: 0;
  text-align: center;
  background: #1A1A1A;
  padding: 2em;
  border-radius: 6px;
}

.ct-grey-section .first .trainer-image {
  height: 250px;
  width: 250px;
  border-radius: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ct-grey-section .first .trainer-name {
  margin: 20px 0 0 0;
  font-size: 1.8em;
}

.ct-grey-section .first .trainer-expertise {
  margin: 0;
  font-size: 1.4em;
}

.ct-grey-section .first .trainer-location {
  margin: .5em 0;
  font-size: 1em;
}

.ct-grey-section .trainer-bio {
  color: #FFFFFF;
  padding: 2em;
}

.ct-trainer-form-section input {
  margin-bottom: 40px;
  margin-top: .3em;
  padding: .5em .75em;
}

.ct-trainer-form-section .form-asterisk {
  color: red;
}

.ct-trainer-form-section fieldset {
  border: 0;
  padding: 0;
  margin: 1em 0;
  font-size: 1em;
}

.ct-trainer-form-section fieldset legend {
  background: #ddd;
  width: 100%;
  color: #1A1A1A;
  padding: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}

.ct-trainer-form-section fieldset legend:hover {
  background: #ababab;
}

.ct-trainer-form-section .captcha-info legend {
  background: transparent;
  padding-left: 0;
}

.ct-trainer-form-section .captcha-info legend:hover {
  background: transparent;
  cursor: none;
}

.ct-trainer-form-section input[type=submit] {
  background: #1A1A1A;
  border-radius: 50px;
  min-width: 200px;
  padding: .85em;
  text-transform: uppercase;
}

.ct-trainer-form-section input[type=submit]:hover {
  background: #B9CD3A;
}

.eoy-blue {
  color: #1576BC;
}

.eoy-pink {
  color: #ED227C;
}

.eoy-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.eoy-hero-bg {
  margin: 80px 0px;
  display: block;
}

.eoy-90s-bg {
  background: url(/wp-content/uploads/2016/10/background-90s.jpg) no-repeat center center;
  padding: 5%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  text-align: center;
  background-attachment: fixed;
}

.eoy-gift-bg {
  background-color: white;
  min-height: 650px;
  width: 100%;
  border: 1px solid #ddd;
  margin: 5%;
  padding: 5%;
  border-radius: 11px;
}

.eoy-gift-bg iframe, .eoy-gift-bg h3 {
  margin-bottom: 25px;
}

.eoy-pop-bg {
  background-color: #efefef;
  min-height: 650px;
  width: 100%;
  padding: 5%;
  color: #696969;
  display: inline-block;
  text-align: center;
  font-weight: bold;
}

.eoy-pop-bg a {
  font-weight: 700;
}

.eoy-pop-bg p {
  max-width: 800px;
  margin: 0 auto;
}

.eoy-pop-bg .one-third img {
  max-height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 225px;
}

.eoy-blast-bg {
  background-image: linear-gradient(-180deg, #ED227C 0%, #1376BC 100%);
  min-height: 650px;
  width: 100%;
  padding: 5% 0;
  display: inline-block;
  text-align: center;
  float: none;
}

.eoy-blast-bg-image {
  width: 100%;
}

.eoy-blast-bg p {
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.d2s-eoy-button {
  background-color: #1576BC;
  border: 2px solid #1576BC;
  text-transform: uppercase;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .15em;
  border-radius: 50px !important;
  color: #ffffff !important;
  margin-top: 15px !important;
  display: inline-block;
}

.d2s-eoy-button:hover {
  background-color: #ED227C;
  border: 2px solid #ED227C;
  text-transform: uppercase;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .15em;
  border-radius: 50px !important;
  color: #ffffff !important;
}

.d2s-eoy-white-button {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .15em;
  border-radius: 50px !important;
  color: #ED227C !important;
  margin-top: 15px !important;
  display: inline-block;
}

.d2s-eoy-white-button:hover {
  background-color: #ED227C;
  color: #ffffff !important;
  border-color: #ED227C;
}

.bold {
  color: #ff7c1b !important;
  font-weight: 700 !important;
}

.form {
  padding: 5%;
}

@media only screen and (max-width: 767px) {
  .eoy-90s-bg {
    padding: 4%;
    background-attachment: scroll;
  }
  .d2s-eoy-button, .d2s-eoy-white-button {
    padding: 10px;
    width: 100%;
    border-radius: 50px;
  }
}

.d2s-trainingevents .site-inner {
  padding-top: 60px;
}

.d2s-trainingevents .entry-title {
  text-align: center;
}

.d2s-trainingevents .site-inner li:last-child {
  margin-bottom: 0;
}

.d2s-trainingevents .section {
  padding-top: 0;
}

.d2s-trainingevents #wpsl-wrap {
  max-width: 1280px;
  margin: 0 auto;
  font-size: 18px;
}

.d2s-trainingevents #wpsl-wrap > div.wpsl-search {
  padding: 1rem;
}

.d2s-trainingevents #wpsl-wrap #wpsl-search-wrap > form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}

.d2s-trainingevents #wpsl-wrap #wpsl-search-wrap > form > * {
  display: flex !important;
  flex-flow: row nowrap;
  align-items: center;
}

.d2s-trainingevents #wpsl-wrap #wpsl-search-wrap > form > div.wpsl-input {
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 2rem;
}

@media (min-width: 580px) {
  .d2s-trainingevents #wpsl-wrap #wpsl-search-wrap > form > div.wpsl-input {
    flex-direction: row;
    margin: 0 2rem 0 0;
  }
}

.d2s-trainingevents #wpsl-wrap #wpsl-search-wrap input[type="submit"],
.d2s-trainingevents #wpsl-wrap #wpsl-search-wrap #wpsl-search-btn {
  background: transparent;
  font-weight: 900;
  color: #1A1A1A;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  text-transform: uppercase !important;
  border: 3px solid #1A1A1A;
  border-radius: 0;
  display: inline-block;
  padding: .5rem 2rem !important;
}

.d2s-trainingevents #wpsl-wrap #wpsl-search-wrap input[type="submit"]:hover,
.d2s-trainingevents #wpsl-wrap #wpsl-search-wrap #wpsl-search-btn:hover {
  opacity: .6;
}

.d2s-trainingevents #wpsl-wrap .wpsl-input label,
.d2s-trainingevents #wpsl-wrap #wpsl-radius label,
.d2s-trainingevents #wpsl-wrap #wpsl-category label {
  width: auto !important;
  margin-right: 1rem !important;
  white-space: nowrap;
}

.d2s-trainingevents #wpsl-wrap #wpsl-search-input {
  width: 100% !important;
}

.d2s-trainingevents #wpsl-wrap div#wpsl-stores,
.d2s-trainingevents #wpsl-wrap #wpsl-direction-details {
  height: auto !important;
}

.d2s-trainingevents #wpsl-wrap #wpsl-result-list ul {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 4rem 0;
  text-align: center;
}

@media (min-width: 700px) {
  .d2s-trainingevents #wpsl-wrap #wpsl-result-list ul {
    display: grid;
    max-width: 100%;
    margin: 0 auto;
    grid-gap: 7rem 3rem;
    grid-template-columns: repeat(auto-fit, minmax(30%, 405px));
    grid-auto-rows: minmax(150px, auto);
    justify-content: center;
    align-items: start;
  }
}

.d2s-trainingevents #wpsl-wrap #wpsl-result-list li {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 0;
  padding: 0 !important;
  margin: 0;
  font-size: 16px;
}

@media (max-width: 700px) {
  .d2s-trainingevents #wpsl-wrap #wpsl-result-list li {
    margin: 2rem;
  }
}

.d2s-trainingevents #wpsl-wrap #wpsl-result-list li .wpsl-store-location {
  text-transform: uppercase;
}

.d2s-trainingevents #wpsl-wrap #wpsl-result-list li .wpsl-store-location .wpsl-listing-header {
  display: block;
  background-color: #1A1A1A;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  padding: .5rem;
}

.d2s-trainingevents #wpsl-wrap #wpsl-result-list li .wpsl-store-location .wpsl-listing-title-overlay {
  background-color: rgba(0, 160, 255, 0.8);
  padding: 3rem;
}

.d2s-trainingevents #wpsl-wrap #wpsl-result-list li .wpsl-store-location .wpsl-listing-title-overlay * {
  color: #FFFFFF;
  margin: 0;
}

.d2s-trainingevents #wpsl-wrap #wpsl-result-list li .wpsl-store-location .wpsl-listing-title-overlay strong {
  font-size: 18px;
}

.d2s-trainingevents #wpsl-wrap #wpsl-result-list li .wpsl-store-location .wpsl-listing-title-overlay p {
  text-transform: none;
}

.d2s-trainingevents #wpsl-wrap #wpsl-result-list li .wpsl-store-location .wpsl-description {
  background-color: #efefef;
}

.d2s-trainingevents #wpsl-wrap #wpsl-result-list li .wpsl-store-location .wpsl-trainer-header {
  display: block;
  background-color: #1A1A1A;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

.d2s-trainingevents #wpsl-wrap #wpsl-result-list li .wpsl-store-location .wpsl-trainer-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  padding: 1rem;
  min-height: 70px;
}

.d2s-trainingevents #wpsl-wrap #wpsl-result-list li .wpsl-store-location .wpsl-trainer-container > div {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  text-align: left;
}

.d2s-trainingevents #wpsl-wrap #wpsl-result-list li .wpsl-store-location .wpsl-trainer-container > div p {
  margin: 0;
  color: #1A1A1A;
}

.d2s-trainingevents #wpsl-wrap #wpsl-result-list li .wpsl-store-location .wpsl-trainer-container > div p:first-child {
  font-size: 14px;
  font-weight: bold;
}

.d2s-trainingevents #wpsl-wrap #wpsl-result-list li .wpsl-store-location .wpsl-trainer-container > div p:last-child {
  font-size: 10px;
}

.d2s-trainingevents #wpsl-wrap #wpsl-result-list li .wpsl-store-location img.size-thumbnail {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  margin: 0 1rem 0 0;
}

.d2s-trainingevents #wpsl-wrap #wpsl-result-list li .wpsl-store-location .wpsl-location-info {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  color: #00a0ff;
  text-transform: none;
  padding: 2rem;
}

.d2s-trainingevents #wpsl-wrap #wpsl-result-list li .wpsl-store-location .wpsl-location-info > div:first-child::before {
  background-image: url("images/card-icon-map.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 50px;
  content: '';
  margin: 0 auto;
}

.d2s-trainingevents #wpsl-wrap #wpsl-result-list li .wpsl-store-location .wpsl-location-info > div:last-child::before {
  background-image: url("images/card-icon-calendar.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 50px;
  content: '';
  margin: 0 auto;
}

.d2s-trainingevents #wpsl-wrap #wpsl-result-list li .wpsl-learn-more {
  font-size: 12px;
}

.d2s-trainingevents #wpsl-wrap #wpsl-result-list li .wpsl-more-info-listings {
  margin-top: 1rem;
  text-transform: initial;
  transition: all .3s;
}

.d2s-trainingevents #wpsl-wrap #wpsl-result-list li .wpsl-directions {
  display: inline-flex;
  margin: 0 auto 1rem;
  height: 40px;
  min-width: 50%;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  background: #1A1A1A;
  color: #FFFFFF;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 0 .5rem;
  transition: all .3s;
  margin-bottom: 20px;
}

.d2s-trainingevents #wpsl-wrap #wpsl-result-list li .wpsl-directions:hover, .d2s-trainingevents #wpsl-wrap #wpsl-result-list li .wpsl-directions:active, .d2s-trainingevents #wpsl-wrap #wpsl-result-list li .wpsl-directions:focus {
  opacity: .8;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.d2s-trainingevents #wpsl-wrap #wpsl-result-list li .wpsl-store-details.wpsl-store-listing {
  display: block;
  background-color: #1A1A1A;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  padding: .5rem;
  transition: all .3s;
}

.d2s-trainingevents #wpsl-wrap #wpsl-result-list li .wpsl-store-details.wpsl-store-listing:hover, .d2s-trainingevents #wpsl-wrap #wpsl-result-list li .wpsl-store-details.wpsl-store-listing:active, .d2s-trainingevents #wpsl-wrap #wpsl-result-list li .wpsl-store-details.wpsl-store-listing:focus {
  opacity: .8;
}

.d2s-trainingevents .wpsl-store-details.wpsl-store-listing.wpsl-active-details:before, .d2s-trainingevents .wpsl-store-details.wpsl-store-listing:before {
  all: initial;
}

body.yg2g .entry-content {
  margin-top: 10rem;
}

body.yg2g p {
  font-size: 1.8rem;
}

body.yg2g .container-full {
  width: 100%;
  max-width: 1280px;
}

body.yg2g .btn, body.yg2g .search-form input[type="submit"], .search-form body.yg2g input[type="submit"], body.yg2g .mp_wrapper button, .mp_wrapper body.yg2g button, body.yg2g .mp_wrapper input[type="button"], .mp_wrapper body.yg2g input[type="button"], body.yg2g .mp_wrapper input[type="reset"], .mp_wrapper body.yg2g input[type="reset"], body.yg2g .mp_wrapper input[type="submit"], .mp_wrapper body.yg2g input[type="submit"], body.yg2g .mp_wrapper .button, .mp_wrapper body.yg2g .button {
  font-weight: bold;
  letter-spacing: .08em;
}

body.yg2g .section {
  padding: 2.5%;
}

@media screen and (max-width: 500px) {
  body.yg2g .section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

body.yg2g .section h2 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

body.yg2g .section .yg2g-content-text {
  max-width: 800px;
  margin: 0 auto;
}

body.yg2g .section .yg2g-content-text p {
  text-align: left;
}

body.yg2g .yg2g-testimonial .container-full {
  display: flex;
  flex-direction: column;
}

@media (min-width: 960px) {
  body.yg2g .yg2g-testimonial .container-full {
    flex-direction: row;
  }
}

body.yg2g .yg2g-testimonial .yg2g-testimonial-img {
  margin: 0 auto;
}

body.yg2g .yg2g-testimonial .yg2g-testimonial-container {
  margin-bottom: 2rem;
}

@media (min-width: 960px) {
  body.yg2g .yg2g-testimonial .yg2g-testimonial-container {
    -webkit-transform: translate(-15%, 10%);
            transform: translate(-15%, 10%);
    margin-bottom: 9rem;
  }
  body.yg2g .yg2g-testimonial .yg2g-testimonial-container h2 {
    text-align: left;
    padding: 0 15rem;
  }
}

body.yg2g .yg2g-testimonial .yg2g-testimonial-content {
  border: 10px solid #F7921E;
  background: #FFFFFF;
  padding: 2rem;
  max-width: 800px;
  box-shadow: 0 0 30px rgba(205, 205, 205, 0.5);
}

body.yg2g .yg2g-testimonial .yg2g-testimonial-content blockquote {
  font-weight: normal;
  margin: 1.5rem 10px;
  padding: 2rem 2rem 2rem 4rem;
  quotes: "“" "”" "‘" "’";
  background: none;
  border: 0;
}

body.yg2g .yg2g-testimonial .yg2g-testimonial-content blockquote::before {
  color: #F7921E;
  content: open-quote;
  font-size: 80px;
  line-height: 0.1rem;
  margin-right: 0.25rem;
  vertical-align: -0.4rem;
  top: 10px;
  left: -40px;
}

body.yg2g .yg2g-testimonial .yg2g-testimonial-content .yg2g-testimonial-name {
  text-align: right;
  margin: 0 2rem;
}

body.yg2g .yg2g-why {
  background: url("/wp-content/uploads/2018/07/yg2go-bg-middle-section.jpg");
  background-size: cover;
  background-position: center;
  padding: 8%;
}

body.yg2g .yg2g-topics {
  text-align: center;
}

body.yg2g .yg2g-topics .yg2g-topics-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-auto-rows: minmax(150px, auto);
  grid-gap: 2rem;
  margin: 8rem auto;
}

body.yg2g .yg2g-topics .yg2g-topic-block {
  margin: 0 auto;
}

body.yg2g .yg2g-topics .btn-rect-orange {
  background: #EF971B;
  border-radius: 0;
  color: #FFFFFF;
  transition: all 0.3s;
}

body.yg2g .yg2g-topics .btn-rect-orange:hover, body.yg2g .yg2g-topics .btn-rect-orange:active, body.yg2g .yg2g-topics .btn-rect-orange:focus {
  color: #FFFFFF;
  opacity: 0.8;
}

body.yg2g .yg2g-download {
  background: url("/wp-content/uploads/2018/07/yg2go-bg-footer.jpg");
  background-size: cover;
  background-position: center 80%;
}

body.yg2g .yg2g-download .yg2g-content-text p {
  color: #FFFFFF;
  text-align: center;
  margin: 0;
}

body.yg2g .yg2g-download .yg2g-content-text p small {
  font-size: 65%;
}

body.yg2g .yg2g-download .btn-rect-white {
  background: #FFFFFF;
  border-radius: 0;
  color: #27B0E4;
  margin-top: 30px;
  transition: all 0.3s;
}

body.yg2g .yg2g-download .btn-rect-white:hover, body.yg2g .yg2g-download .btn-rect-white:active, body.yg2g .yg2g-download .btn-rect-white:focus {
  opacity: 0.8;
  color: #27B0E4;
}