/*
	Theme Name: NYA
	Description: This is the genesis child theme created by Vivid Image.
	Author: VI Team
	Author URI: http://www.vimm.com/
	Version: 1.3.4

	Template: genesis
	Template Version: 1.2

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Accessibility
	- VIMM CSS
	- Custom Styling
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/
/*
HTML5 Reset 
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v3.0.0 | MIT License | git.io/normalize
--------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

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

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

[hidden], template {
  display: none;
}

a {
  background: transparent;
}

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

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

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

/* Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix: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,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix: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,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  font-size: 17px;
}

body {
  background-color: #faf9f4;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: 19px;
  font-size: 19px;
  font-size: 1.11765rem;
  margin: 0;
}

body#tinymce.mce-content-body {
  float: none !important;
}

img,
img:hover,
a,
a:hover {
  transition: opacity .5s ease, background-color .5s ease, color .5s ease;
}

a {
  color: #ad172b;
  text-decoration: none;
}

.entry-content a {
  font-weight: bold;
}

a:hover {
  color: #A6192E;
}

.site-inner a:hover {
  text-decoration: underline;
}

p {
  font-size: 20px;
  font-size: 19px;
  font-size: 1.17647rem;
  line-height: 27px;
  margin: 0 0 30px 0;
  color: #34322a;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

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

li {
  list-style-type: none;
}

b,
strong {
  font-weight: 700;
}

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

/********Style your horizontal rule if you want to break up content********/
hr {
  border: 3px solid #e5e3d8;
  margin: 50px 0;
}

/***Style the blockquote****/
blockquote {
  background: url("images/blockquote-before.png") no-repeat top center;
  margin: 20px 0 60px 0;
  padding-top: 40px;
  display: inline-block;
  font-family: 'Kaushan Script', cursive;
  font-size: 33px;
  font-size: 33px;
  font-size: 1.94118rem;
  color: #4c3a30;
}

blockquote p {
  font-family: 'Kaushan Script', cursive;
  font-size: 33px;
  font-size: 33px;
  font-size: 1.94118rem;
  color: #4c3a30;
  font-style: normal;
  line-height: 43px;
  margin: 0 0 0 0;
  text-align: center;
}

blockquote::before {
  content: "";
  display: none;
}

pre {
  background-color: #f5f5f5;
  font-size: 14px;
  font-size: 14px;
  font-size: 0.82353rem;
  padding: 24px;
}

.clearfix {
  clear: both;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: "Lato", sans-serif;
  margin: 0 0 10px;
}

h1 {
  font-size: 50px;
  font-size: 50px;
  font-size: 2.94118rem;
  line-height: 60px;
  margin: 0 0 10px 0;
  color: #00205b;
  font-family: 'Kaushan Script', cursive;
  font-weight: 400;
}

h2 {
  font-size: 35px;
  font-size: 34px;
  font-size: 2.05882rem;
  line-height: 43px;
  margin: 0 0 10px 0;
  color: #00205b;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

h3 {
  font-size: 33px;
  font-size: 33px;
  font-size: 1.94118rem;
  line-height: 40px;
  margin: 0 0 10px 0;
  color: #a6192e;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
}

h4 {
  font-size: 25px;
  font-size: 25px;
  font-size: 1.47059rem;
  line-height: 30px;
  margin: 0 0 10px 0;
  color: #00205b;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

h5 {
  font-size: 30px;
  font-size: 30px;
  font-size: 1.76471rem;
  line-height: 40px;
  margin: 0 0 10px 0;
  color: #a6192e;
  font-family: 'Kaushan Script', cursive;
  font-weight: 400;
}

h6 {
  font-size: 23px;
  font-size: 22px;
  font-size: 1.35294rem;
  line-height: 30px;
  margin: 0 0 10px 0;
  color: #00205b;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

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

img {
  height: auto;
}

.featured-content img,
.gallery img {
  width: auto;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #e5e3d8;
  color: #000;
  font-size: 18px;
  font-size: 18px;
  font-size: 17px;
  font-size: 1.05882rem;
  padding: 16px;
  width: 100%;
  font-family: "Lato", sans-serif;
  border-radius: 10px;
}

label {
  color: #34322a;
  font-family: "Lato", sans-serif;
}

input:focus,
textarea:focus,
select:focus {
  border: none;
  outline: none;
}

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

::-moz-placeholder {
  color: #000;
  opacity: 1;
  font-weight: 300;
}

::-webkit-input-placeholder {
  color: #000;
  font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
a.vivid-button,
div.gform_wrapper .gform_footer input[type=submit] {
  display: inline-block;
  width: auto;
  background: #ad172b;
  border: 0;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-size: 14px;
  font-size: 0.88235rem;
  line-height: 18px;
  padding: 8px 12px 8px 14px;
  margin-bottom: 15px;
  margin-right: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}

button .fa,
input[type="button"] .fa,
input[type="reset"] .fa,
input[type="submit"] .fa,
.button .fa,
a.vivid-button .fa,
div.gform_wrapper .gform_footer input[type=submit] .fa {
  font-size: 12px;
  font-size: 11px;
  font-size: 0.70588rem;
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
  padding-left: 4px;
}

button:after,
input[type="button"]:after,
input[type="reset"]:after,
input[type="submit"]:after,
.button:after,
a.vivid-button:after,
div.gform_wrapper .gform_footer input[type=submit]:after {
  content: "\f061";
  font-family: FontAwesome;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  font-size: 11px;
  font-size: 0.70588rem;
  color: #fff;
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}

.gf_browser_ie.gform_wrapper .gform_footer input.button {
  padding: 5px 24px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
a.vivid-button:hover,
div.gform_wrapper .gform_footer input[type=submit]:hover {
  background: #8f2332;
  color: #fff;
  text-decoration: none;
}

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

.button {
  display: inline-block;
}

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%;
}

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

td,
th {
  text-align: left;
}

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

th {
  font-weight: 400;
}

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

.home .site-inner {
  max-width: 100%;
  padding: 0;
}

.site-inner {
  clear: both;
  padding-top: 45px;
}

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

.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: 820px;
}

.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: 520px;
}

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

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

.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,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.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-fifth {
  width: 17.9487179487179488%;
}

.two-fifths {
  width: 38.4615384615384616%;
}

.three-fifths {
  width: 58.9743589743589744%;
}

.four-fifths {
  width: 79.4871794871794872%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

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

/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  float: left;
}

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

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

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

/* Genesis
--------------------------------------------- */
.breadcrumb {
  background: #e5e3d8;
}

.breadcrumb .breadcrumb-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px 25px;
  color: #34322a;
  font-size: 15px;
  font-size: 14px;
  font-size: 0.88235rem;
}

.breadcrumb .breadcrumb-wrap a:hover {
  text-decoration: underline;
}

.archive-description,
.author-box {
  margin-bottom: 40px;
  padding: 0px;
}

.archive-description {
  display: none;
}

.author-box-title {
  font-size: 16px;
  font-size: 16px;
  font-size: 0.94118rem;
  margin-bottom: 4px;
}

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

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

.entry-content .search-form {
  width: 50%;
}

/* Titles
--------------------------------------------- */
.archive-title {
  font-size: 36px;
  font-size: 36px;
  font-size: 2.11765rem;
}

.entry-title {
  font-size: 46px;
  font-size: 45px;
  font-size: 2.70588rem;
  color: #061f5c;
  line-height: 50px;
  margin-bottom: 20px;
  font-family: "Kaushan Script", cursive;
}

.entry-title a {
  color: #061f5c;
}

.sidebar .widget-title a {
  color: #000;
}

.entry-title a:hover {
  color: #ad172b;
}

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

/* WordPress
--------------------------------------------- */
.alignleft {
  float: left;
  text-align: left;
}

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

a.alignleft,
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 {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  border: solid 1px #e5e3d8;
}

.wp-caption-text,
.wp-caption-dd {
  text-align: center;
  color: #34322a;
  text-transform: uppercase;
  font-family: "Fjalla One", sans-serif;
  font-size: 17px;
  font-size: 17px;
  font-size: 1rem;
  line-height: 20px;
  margin-top: 20px;
}

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

/*
Widgets
---------------------------------------------------------------------------------------------------- */
/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Gravity Forms
--------------------------------------------- */
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper select {
  font-size: 18px;
  font-size: 17px;
  font-size: 1.05882rem;
  padding: 5px 10px !important;
  padding: 3px;
  font-family: "Lato", sans-serif;
}

div.gform_wrapper .top_label .gfield_label,
div.gform_wrapper .ginput_complex label {
  padding: 0;
  text-transform: none;
  font-family: "Fjalla One", sans-serif;
  font-size: 20px;
  font-size: 19px;
  font-size: 1.17647rem;
  font-weight: normal;
}

div.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
div.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
  font-size: 15px;
  font-size: 14px;
  font-size: 0.88235rem;
  font-family: "Lato", sans-serif;
}

div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 16px 0 0;
}

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

.site-header .wrap {
  padding: 0 25px;
  position: relative;
}

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

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

.site-title {
  font-size: 32px;
  font-size: 31px;
  font-size: 1.88235rem;
  line-height: 1.2;
}

.site-title a,
.site-title a:hover {
  color: #000;
}

.header-image .site-title > a {
  background: url(images/2019-logo.png) no-repeat left;
  float: left;
  min-height: 118px;
  width: 100%;
}

.site-description {
  font-size: 16px;
  font-size: 16px;
  font-size: 0.94118rem;
  font-size: 16px;
  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: 560px;
}

.site-header .widget-area .widget_search {
  display: none;
  position: absolute;
  right: 430px;
  top: 0px;
  min-width: 100px;
}

.site-header .widget-area .widget_search .search-form {
  border: none;
  font-size: 0px;
}

.site-header .widget-area .widget_search input {
  display: inline-block;
  vertical-align: top;
  float: none;
  border: none;
  margin: 0;
  padding: 10px;
  font-size: 16px;
}

.site-header .widget-area .widget_search input[type="search"] {
  width: 70%;
}

.site-header .widget-area .widget_search input[type="submit"] {
  display: none;
  width: 30%;
  border-radius: 0 10px 10px 0;
  border: solid 1px #ddd;
}

.site-header .widget-area .widget_custom_html a {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

.site-header .widget-area .widget_custom_html a.link {
  margin-right: 10px;
}

.site-header .widget-area .widget_custom_html span {
  padding: 0 20px 0 10px;
  color: #e5e3d8;
}

.site-header .widget-area .widget_custom_html .search-form {
  display: inline-block;
  vertical-align: middle;
}

.site-header .widget-area .widget_custom_html .search-form input {
  padding: 0;
  border: none;
  padding: 4px 0;
  width: 0px;
  transition: width 1.5s ease-in;
}

.site-header .widget-area .widget_custom_html .button-container {
  display: inline-block;
}

.site-header .widget-area .widget_custom_html .search-form.show {
  display: inline-block;
  vertical-align: middle;
}

.site-header .widget-area .widget_custom_html .search-form.show input[type="search"] {
  width: 100px;
  transition: width 1.5s ease-out;
  transition-delay: .25s;
}

.site-header .widget-area .widget_custom_html a.button {
  padding: 8px 14px;
  margin: 0;
  background: #e5e3d8;
  color: #061f5c;
  border-radius: 0px 0px 10px 10px;
  text-transform: uppercase;
  margin-left: 10px;
}

.site-header .widget-area .widget_custom_html a.button:after {
  content: "\f061";
  color: #061f5c;
  font-family: FontAwesome;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 5px;
  font-size: 12px;
  display: inline-block;
  vertical-align: 2px;
}

.site-header .widget-area .widget_custom_html a.button:hover {
  background: #d0cdbc;
}

.site-header .widget-area .widget_custom_html a.concern {
  background: #ad172b;
  color: #fff;
}

.site-header .widget-area .widget_custom_html a.concern:after {
  color: #fff;
}

.site-header .widget-area .widget_custom_html a.concern:hover {
  background: #8f2332;
}

.site-header .widget-area .ubermenu_navigation_widget-class .ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: 5px solid #fec524;
  border-radius: 0 0 10px 10px;
}

.site-header .widget-area .ubermenu_navigation_widget-class .ubermenu .ubermenu-item-header > .ubermenu-target {
  padding-bottom: 0;
}

.site-header .widget-area .ubermenu_navigation_widget-class .ubermenu .ubermenu-item-normal .ubermenu-target-text {
  font-family: "Lato", sans-serif;
}

.site-header .widget-area .ubermenu_navigation_widget-class .ubermenu-main .ubermenu-nav .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target {
  padding: 15px 15px 35px 15px;
}

.site-header .widget-area .ubermenu_navigation_widget-class .ubermenu-main .ubermenu-nav .ubermenu-item-header:hover > a .ubermenu-target-text {
  text-decoration: underline;
}

.site-header .widget-area .ubermenu_navigation_widget-class .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
  left: 50%;
  top: 65%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
  right: inherit;
  content: "\f0d7";
}

.site-header .widget-area .ubermenu_navigation_widget-class .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
  display: none;
}

.site-header .widget-area .ubermenu_navigation_widget-class .ubermenu-sub-indicators .ubermenu-has-submenu-drop.ubermenu-active > .ubermenu-target:after {
  display: inherit;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 0px;
  line-height: 1;
  width: 100%;
}

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

.genesis-nav-menu a {
  color: #333;
  display: block;
  padding: 30px 24px;
  font-size: 16px;
  font-size: 16px;
  font-size: 0.94118rem;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #e5554e;
}

.genesis-nav-menu .sub-menu {
  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: 14px;
  font-size: 0.82353rem;
  padding: 20px;
  position: relative;
  width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -55px 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 {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0;
}

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

.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}

.genesis-nav-menu > .search {
  padding: 10px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu .sub-menu {
  margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
  background-color: #333;
}

.nav-primary a {
  color: #fff;
}

.nav-primary .sub-menu a {
  color: #333;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a,
.nav-primary .sub-menu .current-menu-item > a:hover {
  color: #e5554e;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background-color: #fff;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */
.entry {
  margin-bottom: 100px;
  padding: 10px 25px;
}

.entry-content code, #tinymce code {
  background-color: #000;
  color: #ddd;
}

.entry-content ol, #tinymce ol {
  margin: 0 0 30px 20px;
}

.entry-content ul, #tinymce ul {
  margin: 0 0 30px 50px;
}

.entry-content ol li, #tinymce ol li {
  margin: 8px 0 0 20px;
  list-style-type: decimal;
}

.entry-content ul li, #tinymce ul li {
  list-style-type: none;
  list-style-image: url("images/bullet.png");
  margin: 8px 0 0 -10px;
}

.entry-content ol ol, #tinymce ol ol {
  margin: 0 0 0 0px;
}

.entry-content ul ul, #tinymce ul ul {
  margin: 0 0 0 30px;
}

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

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

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

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

.entry-categories a,
.entry-tags a {
  font-weight: bold;
}

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

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

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

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #000;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 16px;
  font-size: 0.94118rem;
  padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #e5554e;
}

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

.comment-respond,
.entry-pings {
  padding: 40px 40px 16px;
}

.entry-comments {
  padding: 40px;
}

.comment-header {
  font-size: 16px;
  font-size: 16px;
  font-size: 0.94118rem;
}

li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: none;
}

.comment-content {
  clear: both;
  word-wrap: break-word;
}

.comment-list li {
  margin-top: 24px;
  padding: 32px;
}

.comment-list li li {
  margin-right: -32px;
}

.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;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

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

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  font-size: 16px;
  font-size: 0.94118rem;
  padding: 24px;
  display: none;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar-primary p:last-child,
.sidebar-primary ul > li:last-child {
  margin-bottom: 0;
}

.sidebar-primary .widget {
  border-radius: 20px;
  max-width: 278px;
  margin: 0 auto 40px;
}

.sidebar-primary .widget .widget-title {
  color: #061f5c;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 30px;
  font-size: 1.76471rem;
  line-height: 37px;
  text-align: center;
  margin-bottom: 20px;
}

.sidebar-primary .widget img {
  border-radius: 20px;
}

.sidebar-primary .tribe-events-adv-list-widget {
  background: #fff;
  padding: 25px 17px;
  box-shadow: 0px 4px 23px -7px rgba(0, 0, 0, 0.75);
}

.sidebar-primary .tribe-events-adv-list-widget .type-tribe_events {
  margin: 0 0 10px 0;
}

.sidebar-primary .tribe-events-adv-list-widget .type-tribe_events .tribe-mini-calendar-event {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-primary .tribe-events-adv-list-widget .type-tribe_events .tribe-mini-calendar-event .list-info {
  margin: 0;
  width: 100%;
}

.sidebar-primary .tribe-events-adv-list-widget .type-tribe_events .tribe-events-title {
  font-size: 20px;
  font-size: 19px;
  line-height: 23px;
  font-size: 1.17647rem;
}

.sidebar-primary .tribe-events-adv-list-widget .type-tribe_events .tribe-events-title a:after {
  content: "\f061";
  font-family: FontAwesome;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  font-size: 11px;
  font-size: 0.70588rem;
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  color: #ad172b;
}

.sidebar-primary .tribe-events-adv-list-widget .type-tribe_events a.continue {
  display: none;
}

.sidebar-primary .tribe-events-adv-list-widget .tribe-events-widget-link {
  text-align: center;
}

.sidebar-primary .tribe-events-adv-list-widget .tribe-events-widget-link a {
  display: inline-block;
  width: auto;
  background: #ad172b;
  border: 0;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-size: 14px;
  font-size: 0.88235rem;
  line-height: 18px;
  padding: 8px 20px 8px 24px;
  margin-bottom: 0px;
  margin-right: 0px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}

.sidebar-primary .tribe-events-adv-list-widget .tribe-events-widget-link a:after {
  content: "\f061";
  font-family: FontAwesome;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  font-size: 11px;
  font-size: 0.70588rem;
  color: #fff;
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}

.sidebar-primary .widget_sp_image img {
  box-shadow: 0px 4px 23px -7px rgba(0, 0, 0, 0.75);
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background: url("images/beige-bg.png") repeat;
  clear: both;
  padding-bottom: 40px;
  padding-top: 40px;
}

.footer-widgets p:last-child,
.footer-widgets ul > li:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

.footer-widgets-1 {
  font-size: 0px;
}

.footer-widgets-1:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.footer-widgets-1 .widget {
  font-size: 18px;
}

.footer-widgets-1 .widget .widget-title {
  font-size: 50px;
  font-size: 50px;
  font-size: 2.94118rem;
  color: #ad172b;
  font-family: "Kaushan Script", cursive;
  line-height: 53px;
  margin-bottom: 10px;
}

.footer-widgets-1 .widget form {
  font-size: 0;
}

.footer-widgets-1 .widget .gform_wrapper .gform_body {
  display: inline-block;
  vertical-align: middle;
  width: 318px;
  border-radius: 10px 0 0 10px;
  background: #fff;
}

.footer-widgets-1 .widget .gform_wrapper .gform_body .ginput_container,
.footer-widgets-1 .widget .gform_wrapper .gform_body .gfield {
  margin: 0;
}

.footer-widgets-1 .widget .gform_wrapper .gform_body label {
  display: none;
}

.footer-widgets-1 .widget .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-radius: 10px;
  border: none;
  font-size: 15px;
  font-size: 14px;
  font-size: 0.88235rem;
  line-height: 18px;
  width: 100%;
  padding: 20px 20px !important;
}

.footer-widgets-1 .widget .gform_wrapper .gform_footer {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 60px;
}

.footer-widgets-1 .widget .gform_wrapper .gform_footer #gform_submit_button_2 {
  text-indent: -9999px;
  background-color: #ad172b !important;
  margin-bottom: 0 !important;
  padding: 20px 30px !important;
  border-radius: 0 10px 10px 0;
  background: url("images/email-icon.png") no-repeat center center;
  transition: opacity .5s ease, background-color .5s ease, color .5s ease;
}

.footer-widgets-1 .widget .gform_wrapper .gform_footer #gform_submit_button_2:hover {
  background-color: #8f2332 !important;
  transition: opacity .5s ease, background-color .5s ease, color .5s ease;
}

.footer-widgets-1 .widget .gform_wrapper .gform_footer #gform_submit_button_2:after {
  display: none;
}

.footer-widgets-1 .widget_text {
  float: left;
  max-width: 600px;
}

.footer-widgets-1 .gform_widget {
  float: right;
  margin-top: 20px;
}

.footer-widgets-1 .gform_widget .widget-title {
  display: none;
}

.footer-widgets-2 {
  padding-top: 40px;
  margin-top: 40px;
  border-top: solid 3px #f0efe7;
  font-size: 0;
}

.footer-widgets-2 .widget {
  display: inline-block;
  vertical-align: top;
}

.footer-widgets-2 .widget .widget-title {
  font-size: 25px;
  font-size: 25px;
  font-size: 1.47059rem;
  line-height: 27px;
  font-family: "Fjalla One", sans-serif;
  color: #061f5c;
}

.footer-widgets-2 .widget p {
  margin-bottom: 5px;
  font-size: 17px;
  font-size: 17px;
  font-size: 1rem;
  line-height: 19px;
}

.footer-widgets-2 .widget p a {
  color: #34322a;
}

.footer-widgets-2 .widget-1 {
  width: 22%;
}

.footer-widgets-2 .widget-1 img:hover {
  opacity: 0.85;
}

.footer-widgets-2 .widget-2 {
  width: 42%;
  margin-left: 3%;
  margin-right: 3%;
}

.footer-widgets-2 .widget-2 p {
  margin-bottom: 15px;
}

.footer-widgets-2 .widget-3 {
  width: 30%;
}

.footer-widgets-2 .widget-3 p.hours {
  margin: 15px 0;
}

.footer-widgets-2 .widget-3 a[href^="mailto"] {
  color: #ad172b;
}

.footer-widgets-2 .widget-3 a[href^="mailto"]:hover {
  text-decoration: underline;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #061f5c;
  font-size: 15px;
  font-size: 14px;
  font-size: 0.88235rem;
  line-height: 1;
  padding: 25px 0;
  text-align: center;
}

.site-footer p {
  font-size: 15px;
  font-size: 14px;
  font-size: 0.88235rem;
  margin-bottom: 0;
  color: #faf9f4;
}

.site-footer p a {
  color: #faf9f4;
}

.site-footer p a:hover {
  text-decoration: underline;
}

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

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

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

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

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

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

/*
Flexible Widgets Styling
---------------------------------------------------------------------------------------------------- */
/*
Flexible Widgets
---------------------------------------------------------------------------------------------------- */
.flexible-widgets .wrap {
  max-width: 1280px;
  padding: 80px 0 40px;
}

.flexible-widgets.widget-area .widget {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
  float: none;
  width: 100%;
}

.flexible-widgets.widget-fourths .widget {
  width: 25%;
}

.flexible-widgets.widget-halves .widget {
  width: 50%;
}

.flexible-widgets.widget-thirds .widget {
  width: 33.33%;
}

.flexible-widgets.widget-halves .widget:nth-child(odd),
.flexible-widgets.widget-thirds .widget:nth-child(3n+1),
.flexible-widgets.widget-fourths .widget:nth-child(4n+1) {
  clear: left;
}

@media only screen and (max-width: 1340px) {
  .flexible-widgets .wrap {
    max-width: 1220px;
  }
}

@media only screen and (max-width: 1200px) {
  .flexible-widgets .wrap {
    max-width: 1040px;
  }
}

@media only screen and (max-width: 1023px) {
  .flexible-widgets.widget-fourths .widget,
  .flexible-widgets.widget-halves .widget,
  .flexible-widgets.widget-thirds .widget {
    float: none;
    width: 100%;
  }
  .flexible-widgets .widget {
    padding-left: 0;
    padding-right: 0;
  }
}

/*
VIMM Styling
---------------------------------------------------------------------------------------------------- */
/** Responsive Alerts **/
#wp-admin-bar-responsive_check * {
  background: yellow;
  color: #000;
  text-shadow: none;
  padding: 0px 60px !important;
}

#wp-admin-bar-responsive_check .ab-item:hover {
  background: red !important;
  color: #000 !important;
}

/** basic accordion styling **/
.accordion-wrap .accordion {
  width: 100%;
  margin-bottom: 15px;
}

.accordion-wrap .accordion .accordion-title {
  width: 100%;
  padding: 15px 30px;
  font-size: 27px;
  font-size: 27px;
  font-size: 1.58824rem;
  line-height: 30px;
  color: #00205b;
  background: #ffc72c;
  border-radius: 15px;
  cursor: pointer;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
}

.accordion-wrap .accordion .accordion-title:before {
  content: "\f063";
  font-family: FontAwesome;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 18px;
  float: right;
}

.accordion-wrap .accordion.open .accordion-title {
  border-radius: 15px 15px 0 0;
}

.accordion-wrap .accordion.open .accordion-title:before {
  content: "\f062";
}

.accordion-wrap .accordion .accordion-content {
  background: #fff;
  padding: 20px 30px 20px 30px;
  text-transform: none;
  margin: 0 0 20px 0;
  border: solid 1px #e5e3d8;
  border-radius: 0 0 15px 15px;
  font-size: 20px;
  font-size: 19px;
  font-size: 1.17647rem;
  line-height: 27px;
  margin: 0 0 30px 0;
  color: #34322a;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

/* Resposnive Table Code */
table.vimmResponsive td:before {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* Parallax Background */
.vi-parallax-background {
  width: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.vivid-callout {
  background: #00205b;
  border-radius: 10px;
  color: #faf9f4;
  text-transform: uppercase;
  font-family: "Fjalla One", sans-serif;
  font-size: 33px;
  font-size: 33px;
  font-size: 1.94118rem;
  line-height: 40px;
  padding: 50px 40px;
  margin: 10px 0;
}

/*
Custom Styling
---------------------------------------------------------------------------------------------------- */
#home-slider-container {
  width: 100%;
  background: url("images/blue-bg.png") repeat;
  max-height: 470px;
}

#home-slider-container #home-slider {
  max-width: 1140px;
  padding: 0 25px;
  margin: 0 auto;
}

#home-slider-container #home-slider .meteor-slides .meteor-clip {
  overflow: inherit;
}

#home-slider-container #home-slider .meteor-slides {
  padding-top: 50px;
}

#home-slider-container #home-slider .mslide {
  border-radius: 20px;
  box-shadow: 0px 4px 26px -2px rgba(0, 0, 0, 0.75) !important;
}

#home-slider-container #home-slider .mslide img {
  border-radius: 20px;
}

#home-slider-container #home-slider .meteor-slides .meteor-buttons {
  text-align: center;
  height: 12px;
  bottom: -25px;
}

#home-slider-container #home-slider .meteor-slides .meteor-buttons a {
  width: 12px;
  height: 12px;
  float: none;
  display: inline-block;
  background: url(images/inactive-slide.png) no-repeat bottom left;
}

#home-slider-container #home-slider .meteor-buttons a.activeSlide {
  background: url(images/active-slide.png) no-repeat bottom right;
}

#home-welcome-message-container {
  width: 100%;
  background: #faf9f4;
}

#home-welcome-message-container #home-welcome-message {
  max-width: 1140px;
  margin: 0 auto;
  padding: 100px 25px 70px 25px;
  text-align: center;
}

#home-welcome-message-container #home-welcome-message .widget_text {
  max-width: 900px;
  margin: 0 auto;
}

#home-welcome-message-container #home-welcome-message .widget_text .widget-title {
  color: #ad172b;
  font-size: 50px;
  font-size: 50px;
  font-size: 2.94118rem;
  line-height: 60px;
  font-family: "Kaushan Script", cursive;
  margin-bottom: 10px;
}

#home-welcome-message-container #home-welcome-message .widget_text .textwidget p {
  color: #34322a;
  font-size: 20px;
  font-size: 19px;
  font-size: 1.17647rem;
  margin: 0 0 10px 0;
}

#home-welcome-message-container #home-welcome-message .widget_text .textwidget h4 {
  font-size: 25px;
  font-size: 25px;
  font-size: 1.47059rem;
  color: #061f5c;
}

#home-events-container {
  width: 100%;
  background: url("images/event-bg.jpg") no-repeat;
  background-size: cover;
  padding: 75px 25px 65px 25px;
}

#home-events-container #home-events {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

#home-events-container #home-events .tribe-events-adv-list-widget .widget-title {
  color: #061f5c;
  font-size: 37px;
  font-size: 36px;
  font-size: 2.17647rem;
  margin-bottom: 40px;
  text-transform: uppercase;
}

#home-events-container #home-events .tribe-events-adv-list-widget .type-tribe_events {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  margin: 0;
  display: inline-block;
  margin-left: 1%;
  margin-right: 1%;
}

#home-events-container #home-events .tribe-events-adv-list-widget .tribe-mini-calendar-event {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#home-events-container #home-events .tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info {
  width: 100%;
  margin: 0;
}

#home-events-container #home-events .tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info .tribe-events-title {
  color: #ad172b;
  font-size: 23px;
  font-size: 22px;
  font-size: 1.35294rem;
  line-height: 27px;
  font-weight: bold;
}

#home-events-container #home-events .tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info .tribe-events-title:after {
  content: "\f061";
  font-family: FontAwesome;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 17px;
  vertical-align: bottom;
}

#home-events-container #home-events .tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info .tribe-events-title a:hover {
  color: #ad172b;
}

#home-events-container #home-events .tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info p {
  display: inherit;
  font-size: 20px;
  font-size: 19px;
  font-size: 1.17647rem;
  margin-bottom: 15px;
}

#home-events-container #home-events .tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info .continue {
  display: none;
  color: #34322a;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 14px;
  font-size: 0.88235rem;
  font-weight: bold;
}

#home-events-container #home-events .tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info .tribe-events-location {
  border-radius: 15px;
  border: solid 1px #e5e3d8;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 0px;
}

#home-events-container #home-events .tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info .date {
  font-size: 15px;
  font-size: 14px;
  font-size: 0.88235rem;
  width: 50%;
  display: inline-block;
}

#home-events-container #home-events .tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info .date:before {
  content: "\f073";
  font-family: FontAwesome;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fec524;
  font-size: 15px;
  font-size: 14px;
  font-size: 0.88235rem;
  padding-right: 9px;
}

#home-events-container #home-events .tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info .time {
  font-size: 15px;
  font-size: 14px;
  font-size: 0.88235rem;
  width: 50%;
  display: inline-block;
}

#home-events-container #home-events .tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info .time:before {
  content: "\f017";
  font-family: FontAwesome;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fec524;
  font-size: 15px;
  font-size: 14px;
  font-size: 0.88235rem;
  padding-right: 9px;
}

#home-events-container #home-events .tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info .venue {
  font-size: 15px;
  font-size: 14px;
  font-size: 0.88235rem;
  display: inline-block;
  width: 100%;
}

#home-events-container #home-events .tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info .venue:before {
  content: "\f041";
  font-family: FontAwesome;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fec524;
  font-size: 15px;
  font-size: 14px;
  font-size: 0.88235rem;
  padding-right: 9px;
}

#home-events-container #home-events .tribe-events-adv-list-widget .tribe-events-widget-link {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  color: #fff;
  background: #ad172b;
  border-radius: 10px;
  padding: 9px 15px;
  font-size: 15px;
  font-size: 14px;
  font-size: 0.88235rem;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: bold;
  transition: background-color .5s ease;
}

#home-events-container #home-events .tribe-events-adv-list-widget .tribe-events-widget-link:hover {
  background: #8f2332;
  transition: background-color .5s ease;
}

#home-events-container #home-events .tribe-events-adv-list-widget .tribe-events-widget-link a {
  color: #fff;
}

#home-events-container #home-events .tribe-events-adv-list-widget .tribe-events-widget-link a:hover {
  color: #fff;
  text-decoration: none;
}

#home-events-container #home-events .tribe-events-adv-list-widget .tribe-events-widget-link a:after {
  content: "\f061";
  font-family: FontAwesome;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  font-size: 11px;
  font-size: 0.70588rem;
  padding-left: 4px;
  display: inline-block;
  vertical-align: top;
}

#home-events-container #home-events .tribe-events-adv-list-widget .owl-nav {
  margin-top: 10px;
}

#home-events-container #home-events .tribe-events-adv-list-widget .owl-nav .owl-prev {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  color: #061f5c;
  font-size: 20px;
  font-size: 19px;
  font-size: 1.17647rem;
  font-family: "Fjalla One", sans-serif;
}

#home-events-container #home-events .tribe-events-adv-list-widget .owl-nav .owl-prev .fa {
  font-size: 16px;
  font-size: 16px;
  font-size: 0.94118rem;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  padding-right: 5px;
}

#home-events-container #home-events .tribe-events-adv-list-widget .owl-nav .owl-next {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  color: #061f5c;
  font-size: 20px;
  font-size: 19px;
  font-size: 1.17647rem;
  font-family: "Fjalla One", sans-serif;
}

#home-events-container #home-events .tribe-events-adv-list-widget .owl-nav .owl-next .fa {
  font-size: 16px;
  font-size: 16px;
  font-size: 0.94118rem;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  padding-left: 5px;
}

#home-news-cta-container {
  width: 100%;
  background: #faf9f4;
}

#home-news-cta-container #home-news-cta {
  max-width: 1140px;
  margin: 0 auto;
  padding: 80px 25px 0px;
}

#home-news-cta-container #home-news-cta #home-news-container,
#home-news-cta-container #home-news-cta #home-cta-container {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

#home-news-cta-container #home-news-cta #home-news-container {
  margin-right: 2%;
}

#home-news-cta-container #home-news-cta #home-news-container .widget-title {
  text-transform: uppercase;
  font-size: 37px;
  font-size: 36px;
  font-size: 2.17647rem;
  font-family: "Fjalla One", sans-serif;
  color: #061f5c;
}

#home-news-cta-container #home-news-cta #home-news-container article {
  margin: 0 0 40px 0;
  padding: 0;
}

#home-news-cta-container #home-news-cta #home-news-container article .entry-title {
  color: #ad172b;
  font-size: 23px;
  font-size: 22px;
  font-size: 1.35294rem;
  line-height: 26px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}

#home-news-cta-container #home-news-cta #home-news-container article .entry-title:after {
    content: "\f061";
    font-family: FontAwesome;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 17px;
    vertical-align: text-bottom;
    padding-left: 4px;
}

#home-news-cta-container #home-news-cta #home-news-container article .entry-title a {
  color: #ad172b;
}

#home-news-cta-container #home-news-cta #home-news-container article .entry-content p {
  margin-bottom: 15px;
}

#home-news-cta-container #home-news-cta #home-news-container article .entry-content p.more-link-container {
  display: none;
}

#home-news-cta-container #home-news-cta #home-news-container article .entry-content p.more-link-container a {
  margin: 0;
}

#home-news-cta-container #home-news-cta #home-news-container article .entry-content p:last-of-type {
  display: none;
}

#home-news-cta-container #home-news-cta #home-cta-container {
  margin-left: 2%;
}

#home-news-cta-container #home-news-cta #home-cta-container .widget {
  margin-bottom: 25px;
}

#home-news-cta-container #home-news-cta #home-cta-container .widget-last {
  margin-bottom: 0;
}
#home-news-cta-container #home-news-cta #home-cta-container .widget-last .wp-caption {
    margin: 0 auto;
}
#home-news-cta-container #home-news-cta #home-cta-container a img {
  border-radius: 20px;
  box-shadow: 0px 0px 36px -8px rgba(0, 0, 0, 0.75);
}

#home-news-cta-container #home-news-cta #home-cta-container a:hover img {
  opacity: 0.85;
}

#home-social-media-container {
  padding-bottom: 80px;
}

#home-social-media-container #home-social-media {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

#home-social-media-container .widget-title {
    text-transform: uppercase;
    font-size: 2.17647rem;
    font-family: "Fjalla One", sans-serif;
    color: #061f5c;
  }

.hero-container {
  background: url("images/blue-bg.png") repeat;
}

.hero-container .hero-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 25px;
}

.hero-container .hero-wrap .entry-header {
  padding: 37px 0;
}

.hero-container .hero-wrap .entry-title {
  color: #fff;
  font-size: 50px;
  font-size: 50px;
  font-size: 2.94118rem;
}

.single .site-inner .entry-header,
.archive .site-inner .entry-header {
  background: #fff;
  border: solid 1px #e5e3d8;
  border-radius: 10px;
  padding: 11px 18px;
  margin-bottom: 30px;
}

.single .site-inner .entry-header .entry-meta,
.archive .site-inner .entry-header .entry-meta {
  margin: 0;
}

.single .site-inner .entry-header .entry-meta .entry-time:before,
.archive .site-inner .entry-header .entry-meta .entry-time:before {
  content: "\f073";
  font-family: FontAwesome;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fec524;
  font-size: 15px;
  font-size: 14px;
  font-size: 0.88235rem;
  padding-right: 4px;
}

.single .site-inner .entry-header .entry-meta .entry-author,
.archive .site-inner .entry-header .entry-meta .entry-author {
  margin-left: 20px;
}

.single .site-inner .entry-header .entry-meta .entry-author a,
.archive .site-inner .entry-header .entry-meta .entry-author a {
  color: #34322a;
}

.single .site-inner .entry-header .entry-meta .entry-author:before,
.archive .site-inner .entry-header .entry-meta .entry-author:before {
  content: "\f040";
  font-family: FontAwesome;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fec524;
  font-size: 15px;
  font-size: 14px;
  font-size: 0.88235rem;
  padding-right: 4px;
}

.archive article {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: solid 3px #f0efe7;
}


.tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a {
  font-size: 14px;
}

.gca-column.first > ul { 
  margin-bottom: 0;
}

/** Skip navigation link **/
.skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
}

a.skip:active, 
a.skip:focus, 
a.skip:hover {
    left: 0; 
    top: 0;
    width: auto; 
    height: auto; 
    overflow: visible;
    background-color:#E1E0DB;
    padding:10px; 
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1139px) {
  .site-inner,
  .wrap {
    padding: 45px 25px 0 25px;
  }
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }
  .content {
    width: 620px;
  }
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px;
  }
  .sidebar-primary {
    width: 300px;
  }
  #home-events-container #home-events .tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info .date,
  #home-events-container #home-events .tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info .time {
    width: 100%;
  }
  #home-welcome-message-container #home-welcome-message {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 1060px) {
  .footer-widgets-1 .widget_text,
  .footer-widgets-1 .gform_widget {
    width: 50%;
  }
  .footer-widgets-1 .gform_widget .widget-wrap {
    float: right;
  }
  .site-header .widget-area {
    float: none;
    width: 100%;
  }
  .site-header .title-area {
    float: none;
    width: 100%;
  }
  .site-header .title-area:after {
    content: "";
    clear: both;
    display: table;
  }
  .header-image .site-title > a {
    background-position: top center;
    background-size: contain;
  }
  .site-header .widget-area .widget_custom_html {
    text-align: center;
  }
  #ubermenu-nav-main-2 {
    text-align: center;
  }
  .site-header .widget-area .widget_custom_html .button-container {
    position: absolute;
    top: 0;
    left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 100%;
  }
  .site-header .widget-area .widget_custom_html a.button {
    margin-left: 0;
  }
  .site-header .wrap {
    padding: 35px 25px 0 25px;
  }
}

@media only screen and (max-width: 1023px) {
  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .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%;
  }
  .header-image .title-area {
    background-position: center top;
  }
  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }
  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }
  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
    padding: 20px 16px;
  }
  .site-header .search-form {
    margin: 16px auto;
  }
  .genesis-nav-menu li.right {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  #home-news-cta-container #home-news-cta #home-news-container,
  #home-news-cta-container #home-news-cta #home-cta-container {
    width: 100%;
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 860px) {
  .site-header .wrap {
    padding: 35px 0 0 0;
  }
  .site-header .ubermenu-responsive-toggle-main {
    background: #fec524;
    color: #061f5c;
    text-transform: uppercase;
  }
  .site-header .widget-area .widget_custom_html .search-form input {
    width: 100px;
    transition: width .5s ease-in;
  }
}

@media only screen and (max-width: 825px) {
  .footer-widgets-1 .widget_text,
  .footer-widgets-1 .gform_widget {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
    max-width: inherit;
  }
  .footer-widgets-1 .gform_widget .widget-wrap {
    float: none;
    max-width: 373px;
    margin: 0 auto;
  }
  .footer-widgets-2 .widget-1,
  .footer-widgets-2 .widget-2,
  .footer-widgets-2 .widget-3 {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
  .footer-widgets-2 .widget-1 {
    display: none;
  }
  .footer-widgets-2 .widget-2 {
    margin-left: 0;
    margin-right: 0;
  }
  .footer-widgets-1 .widget .gform_wrapper .gform_body {
    width: 100%;
    display: block;
    border-radius: 10px;
  }
  .footer-widgets-1 .widget .gform_wrapper .gform_body input {
    border-radius: 10px;
  }
  .footer-widgets-1 .widget .gform_wrapper .gform_footer {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  .footer-widgets-1 .widget .gform_wrapper .gform_footer #gform_submit_button_2 {
    width: 100%;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .site-inner,
  .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .site-header {
    padding: 0;
  }
  .archive-description,
  .author-box,
  .comment-respond,
  .content .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget {
    box-shadow: none;
  }
  .archive-pagination li a {
    margin-bottom: 4px;
  }
  .five-sixths,
  .four-sixths,
  .four-fifths,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-fifths,
  .three-sixths,
  .two-fourths,
  .two-fifths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .header-image .site-title > a {
    min-height: 118px;
  }
  #home-events-container #home-events .tribe-events-adv-list-widget .tribe-events-widget-link {
    position: relative;
    margin-top: 10px;
    text-align: center;
  }
}

@media only screen and (max-width: 370px) {
  .site-header .widget-area .widget_custom_html a.button {
    font-size: 14px;
    font-size: 0.82353rem;
  }
}

/* Responsive Menu
--------------------------------------------- */
.responsive-menu-icon {
  cursor: pointer;
  display: none;
  margin-bottom: -1px;
  text-align: center;
}

.responsive-menu-icon::before {
  color: #fff;
  content: "\f0c9";
  display: inline-block;
  font: normal 20px/1 'FontAwesome';
  margin: 0 auto;
  padding: 10px;
}

.site-header .responsive-menu-icon::before {
  padding: 0;
}

@media only screen and (max-width: 710px) {
  .genesis-nav-menu.responsive-menu,
  .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
    display: none;
  }
  .genesis-nav-menu.responsive-menu .menu-item,
  .responsive-menu-icon {
    display: block;
  }
  .genesis-nav-menu.responsive-menu .menu-item {
    margin: 0;
  }
  .genesis-nav-menu.responsive-menu .menu-item:hover {
    position: static;
  }
  .genesis-nav-menu.responsive-menu .current-menu-item > a,
  .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
  .genesis-nav-menu.responsive-menu > .first > a,
  .genesis-nav-menu.responsive-menu > .last > a,
  .genesis-nav-menu.responsive-menu a,
  .genesis-nav-menu.responsive-menu a:hover,
  .genesis-nav-menu.responsive-menu li:hover > a {
    background: none;
    color: #fff;
    line-height: 1;
    padding: 18px 20px;
  }
  .genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer;
  }
  .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
    margin-right: 60px;
  }
  .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    content: "\f078";
    float: right;
    font-family: FontAwesome;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    font-size: 0.94118rem;
    height: 16px;
    padding: 16px 20px;
    right: 0;
    text-align: right;
    z-index: 9999;
  }
  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f078";
  }
  .nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    color: #fff;
  }
  .genesis-nav-menu.responsive-menu .sub-menu {
    background-color: rgba(0, 0, 0, 0.05);
    border: none;
    left: auto;
    opacity: 1;
    position: relative;
    transition: opacity .4s ease-in-out;
    width: 100%;
    z-index: 99;
  }
  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    background-color: transparent;
    margin: 0;
    padding-left: 25px;
  }
  .genesis-nav-menu.responsive-menu .sub-menu li a,
  .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    background: none;
    border: none;
    color: #fff;
    padding: 14px 20px;
    position: relative;
    width: 100%;
  }
  .entry-categories,
  .entry-comments-link,
  .entry-tags {
    display: block;
    float: none;
  }
}

/*
CSS3 Animations
---------------------------------------------------------------------------------------------------- */
/* Waypoint Animation Fade In */

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%);
            transform: translatey(-60%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%);
            transform: translatey(-60%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%);
            transform: translatey(60%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%);
            transform: translatey(60%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
}

/* Waypoint Animation Fade Out */

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
  }
}

@-webkit-keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(-60%);
            transform: translatey(-60%);
  }
}

@keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(-60%);
            transform: translatey(-60%);
  }
}

@-webkit-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(60%);
            transform: translatey(60%);
  }
}

@keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
            transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(60%);
            transform: translatey(60%);
  }
}

/* fade in */
.waypoint.fadein {
  opacity: 0;
}

.waypoint.fadeinright {
  opacity: 0;
}

.waypoint.fadeinleft {
  opacity: 0;
}

.waypoint.fadeintop {
  opacity: 0;
}

.waypoint.fadeinbottom {
  opacity: 0;
}

.waypoint.fadein.animate-fade-in {
  -webkit-animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeinright.animate-fade-in-right {
  -webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeinleft.animate-fade-in-left {
  -webkit-animation: fadeInLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: fadeInLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeintop.animate-fade-in-top {
  -webkit-animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeinbottom.animate-fade-in-bottom {
  -webkit-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

/* fade out */
.waypoint.fadeout {
  opacity: 1;
}

.waypoint.fadeoutright {
  opacity: 1;
}

.waypoint.fadeoutleft {
  opacity: 1;
}

.waypoint.fadeouttop {
  opacity: 1;
}

.waypoint.fadeoutbottom {
  opacity: 1;
}

.waypoint.fadeout.animate-fade-out {
  -webkit-animation: fadeOut 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: fadeOut 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeoutright.animate-fade-out-right {
  -webkit-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeoutleft.animate-fade-out-left {
  -webkit-animation: fadeOutLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: fadeOutLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeouttop.animate-fade-out-top {
  -webkit-animation: fadeOutTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: fadeOutTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.waypoint.fadeoutbottom.animate-fade-out-bottom {
  -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
