/*!
Theme Name: Force Fifty Foundation
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fff
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

fff is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}




/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #B69A4C;
}

a:visited {
}

a:hover,
a:focus,
a:active {
	color: #B69A4C;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: none;
    float: left;
    position: absolute;
    top: 100%;
    left: -999rem;
    z-index: 99999;
    background: transparent;
    padding-top: 2rem;
    display: block;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
    width: 270px;
    margin: 0;
    text-align: left;
    font-size: 1.6rem;
    padding: 8px 20px;
    height: auto;
    color: #FFF;
    transition: all ease 0.3s;
}

.main-navigation ul ul a:hover {
    color:#b59a58
}
.main-navigation ul ul li {
    margin: 0;
    background: #01426A
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	display: inline-block;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
	    display: inline-block;
	    width: 100%;
	    text-align: center;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}
main {
    width: 100%;
    overflow-x: hidden;
}
/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/

	/*rtl:ignore*/
	margin-right: 1.5em;
	text-align: left;
}
.content_block .alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {

	/*rtl:ignore*/

	/*rtl:ignore*/
	margin-left: 1.5em;
	text-align: right;
}
.content_block .alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
body{
    width: 100%;
    overflow-x: hidden;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}


/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{font:inherit;display:inline-block;overflow:visible;margin:0;padding:15px;cursor:pointer;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,filter;text-transform:none;color:inherit;border:0;background-color:transparent}.hamburger.is-active:hover,.hamburger:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#000}.hamburger-box{position:relative;display:inline-block;width:40px;height:24px}.hamburger-inner{top:50%;display:block;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{position:absolute;width:40px;height:4px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:4px;background-color:#000}.hamburger-inner:after,.hamburger-inner:before{display:block;content:""}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx.is-active .hamburger-inner{transform:rotateY(180deg);background-color:transparent!important}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r.is-active .hamburger-inner{transform:rotateY(-180deg);background-color:transparent!important}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy.is-active .hamburger-inner{transform:rotateX(-180deg);background-color:transparent!important}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r.is-active .hamburger-inner{transform:rotateX(180deg);background-color:transparent!important}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg);background-color:transparent!important}.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg) rotate(-180deg);background-color:transparent!important}.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--collapse .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(-90deg)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--collapse-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(45deg)}.hamburger--collapse-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(90deg)}.hamburger--elastic .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.hamburger--elastic .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(135deg)}.hamburger--elastic.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(-270deg)}.hamburger--elastic-r .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.hamburger--elastic-r .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic-r .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(-135deg)}.hamburger--elastic-r.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(270deg)}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic.is-active .hamburger-inner:before{top:-80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,80px,0) rotate(45deg)}.hamburger--emphatic.is-active .hamburger-inner:after{top:-80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,80px,0) rotate(-45deg)}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic-r.is-active .hamburger-inner:before{top:80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,-80px,0) rotate(-45deg)}.hamburger--emphatic-r.is-active .hamburger-inner:after{top:80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,-80px,0) rotate(45deg)}.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before{transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before{transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;opacity:0}.hamburger--minus.is-active .hamburger-inner:before{top:0}.hamburger--minus.is-active .hamburger-inner:after{bottom:0}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.hamburger--slider .hamburger-inner:after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.hamburger--slider-r .hamburger-inner:after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{transform:rotate(45deg) translate3d(5.71429px,-6px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(225deg)}.hamburger--spin.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--spin-r .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.hamburger--spin-r .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(-225deg)}.hamburger--spin-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(90deg)}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s linear .13s}.hamburger--spring .hamburger-inner:before{top:10px;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:.22s;background-color:transparent!important}.hamburger--spring.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--spring-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--spring-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s;opacity:0}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:rotate(90deg)}.hamburger--stand .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(90deg);background-color:transparent!important}.hamburger--stand.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--stand-r .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand-r .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(-90deg);background-color:transparent!important}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--squeeze .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:75ms}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(45deg)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;transition:top 75ms ease,opacity 75ms ease .12s;opacity:0}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--vortex .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(765deg)}.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(-765deg)}.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}


/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.9);outline:none !important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}.lity-hide{display:none}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 90%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #CF2026; }
a:hover {
  color: #CF2026; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 500; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
    list-style: initial;
}
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 100%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.9);outline:none !important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}.lity-hide{display:none}


/* FFF Custom styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
::-webkit-input-placeholder { /* Edge */
  color: #C2C2C2;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #C2C2C2;
}

::placeholder {
  color: #C2C2C2;
}

main {
    background: #FFFFFF;
    margin-top: 120px;
}
.hide{
	display: none
}

body {
    font-family: "Archivo";
    font-weight: normal;
    font-size: 2rem;
    letter-spacing: 0.3px;
    line-height: 3.6rem;
    color: #0F1A20;
    padding: 0 !important;
}
a{
	color: #CF2026;
	transition: all ease 0.3s;
}


.black_color{
	color:#191919;	
}
.black_bg{
	background-color: #191919;		
}
.charcoal_color{
	color: #343434;	
}
.charcoal_bg{
	background-color: #343434;		
}
.fade_color{
	color: #C2C2C2;	
}
.fade_bg{
	background-color: #C2C2C2;		
}
.white_color{
	color: #FFFFFF;	
}
.white_bg{
	background-color: #FFFFFF;		
}
.gold_color{
	color: #B69A4C;	
}
.gold_bg{
	background-color: #B69A4C;		
}
.red_color{
	color: #CF2026;	
}
.red_bg{
	background-color: #CF2026;		
}
.teal_metal_color{
	color: #55868C;	
}
.teal_metal_bg{
	background-color: #55868C;		
}
.deep_ocean_color{
	color: #0F1A20;	
}
.deep_ocean_bg{
	background-color: #0F1A20;		
}










.site-header {
    position: static;
}
.site-header .container {
    max-width: 1400px;
    position: relative;
    font-size: 0;
}
#masthead {
    height: 120px;
    text-align: center;
    transition: all ease 0.3s;
    width: 100%;
    padding: 0;
    text-align: left;
    z-index: 999;
    position: fixed;
    top: 0;
}
#topbar {
    display: inline-block;
    text-align: right;
    width: 100%;
    padding: 2rem 0;
}
#topbar ul.contact_links {
    position: absolute;
    margin: 0;
    padding: 0;
}
#topbar ul.contact_links li:first-child{
	padding-left: 0;
}
#topbar ul.contact_links li:last-child{
	border: none;
}
#topbar ul li {
    display: inline-block;
    border-right: 1px solid #0B1926;
    line-height: 0rem;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-bottom: 0;
}
#topbar ul li a {
    color: #0B1926;
    font-size: 1.1rem;
    letter-spacing: 2.75px;
    font-family: "Archivo";
    line-height: 1.4rem;
    text-transform: uppercase;
    font-weight: bold;
    transition: all ease 0.3s;
}
#topbar ul li a:hover{
	color: #B69A4C;
}

#header_content {
    padding: 22px 0;
}
#header_menu {
    display: inline-block;
    position: static;
}
#header_menu ul{
    padding: 0;
    margin: 0;
}
#header_menu ul li:first-child{
	padding-left: 0;
}
#header_menu ul li:last-child{
	border: none;
	padding-right: 0;
}
#menu-header-menu{
	margin: 0;
	padding: 0;
}
#menu-header-menu li {
    margin: 0;
    padding: 0;
    display: inline-block;
}
#menu-header-menu li a {
    font-family: 'Archivo';
    font-size: 2rem;
    letter-spacing: 2.67px;
    line-height: 2.4rem;
    color: #B69A4C;
    margin-right: 1rem;
    transition: all ease 0.3s;
    text-transform: uppercase;
    margin-right: 4rem;
}
#menu-header-menu li a:hover{
    color: #CF2026
}
.menu_button {
    float: right;
    margin-left: 2rem;
    vertical-align: middle;
    cursor: pointer;
    color: #212322;
    transition: all ease 0.3s;
    position: absolute;
    right: 0;
    top: 35%;
    transform: translate(0%, -50%);
    background-image: url(images/menu_icon.png);
    width: 30px;
    height: 18px;
    background-size: contain;
}

.menu_button:hover  {
}

#main_menu {
    display: inline-block;
    width: calc(100% - 240px);
    vertical-align: top;
    margin-top: 20px;
    float: right;
}
#main_menu ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
#main_menu ul li {
    display: inline-block;
    padding: 1rem 0 1rem 2.5rem;
    margin: 0;
    transition: all ease 0.3s;
}
#main_menu ul li a {
    color: #FFFFFF;
    font-size: 2.1rem;
    letter-spacing: 1px;
    font-family: "Archivo";
    line-height: 1.7rem;
    text-transform: uppercase;
    font-weight: bold;
    transition: all ease 0.3s;
    padding-bottom: 0rem;
}
#main_menu ul li a:hover, #main_menu ul li.current-menu-item a{
    color: #CF2026;
}


#main_menu ul li.menu-item-has-children:hover {
    background: #FFF;
}
#main_menu ul li.menu-item-has-children:hover a {
    color: #0B1926;
}

#main_menu ul ul {
    padding: 1.5rem 1rem 1.2rem;
    background: #FFF;
    width: auto;
    margin-left: -1.7rem;
}
#main_menu ul ul li {
    margin: 0;
    background: #FFF;
    float: left;
    padding: 0;
}
#main_menu ul ul li a {
    color: #0B1926;
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
    margin: 0;
    line-height: 1.5rem;
    width: 320px;
    border-bottom: none !important;
    letter-spacing: 2.66px;
}
#main_menu ul ul li a:hover{
    color: #B69A4C !important;
    border-bottom: 0px solid #CF2026;
}



.centered_box {
    display: inline-block;
    width: 90%;
    transform: translate(-50%, -25%);
    left: 50%;
    top: 50%;
    position: fixed;
    height: 100%;
    vertical-align: middle;
}
.centered_box ul{
	margin: 0
}
.centered_box ul li {
    margin: 1.5rem 0;
    padding: 0;
    height: auto;
    display: inline-block;
    width: 100%;
}
.centered_box .menu-main-menu-container {
    margin-top: 0rem;
}
.centered_box .menu-main-menu-container li {
    text-align: center;
}
.centered_box ul li a {
    font-family: 'Archivo';
    font-size: 2.2rem;
    letter-spacing: 1px;
    line-height: 1.6rem;
    color: #FFFFFF;
    transition: all ease 0.3s;
    text-transform: uppercase;
    display: inline-block;
    padding: 0;
    position: relative;
    width: 100%;
    text-align: left;
    font-weight: bold;
    margin-bottom: 1rem;
}
.centered_box #header_menu {
    display: inline-block;
    position: static;
    width: 100%;
}
.centered_box #header_menu ul {
    padding: 0;
    margin: 0;
    width: 80%;
    margin: 0;
    max-width: 100%;
    margin-top: 3rem;
    padding-top: 3rem;
    margin-left: 0;
}
.centered_box #header_menu ul li {
    margin: 1.75rem 0;
}
.centered_box #header_menu ul li a {

}
.centered_box #menu-main-menu li a {

}
.centered_box #menu-main-menu li li a {

}
.centered_box #menu-main-menu li.show a{

}
.centered_box ul li a:hover {
    color: #CF2026;
}   
.centered_box .button_container {
    text-align: center;
    margin-top: 2rem;
}
.centered_box .button_container .button {
    font-size: 3rem;
    letter-spacing: 4px;
    line-height: 3.7rem;
    color: #F1F1F1;
    background: #B69A4C;
    border-color: transparent;
    padding: 1.8rem 7rem;
    transition: all ease 0.3s;    
    opacity: 0;
}
.centered_box .button_container .button.show {
	opacity: 1;
}	
.centered_box .button_container .button:hover {
    background: #8CC1D6;
    transform: scale(1.1);
}
.bellows .bellows-nav .bellows-subtoggle {
    width: auto !important;
}

.centered_box {
    display: inline-block;
    width: 90%;
    transform: translate(-50%, -35%);
    left: 50%;
    top: 50%;
    position: fixed;
    height: 100%;
}
.mobile_menu_container .social_icons{
	display: none !important;
}
.mobile_menu_container .social_icons {
    position: fixed;
    bottom: -10rem;
    left: 5%;
}


.mobile_menu_container .social_icons {
    position: fixed;
    bottom: 10rem;
    left: 5%;
    opacity: 0;
    transition: all ease 0.3s;
}
.mobile_menu_container .social_icons.show{
	opacity: 1;
}
.mobile_menu_container .social_icons li {
    display: inline-block;
    width: auto;
    padding: 0;
    margin-right: 1.5rem;
}
.mobile_menu_container .social_icons li a{
    font-family: 'Archivo';
    font-size: 3rem;
    letter-spacing: 4px;
    line-height: 3.7rem;
    color: #F1F1F1;
    transition: all ease 0.3s;
    text-transform: uppercase;
    display: inline-block;
    padding: 1rem 2.5rem;
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0;
}
.mobile_menu_container .social_icons li a:before{
	display: none;
}
.mobile_menu_container .social_icons li a:hover{
	color: #8CC1D6;
}

.close_menu {
    position: absolute;
    top: 5.2rem;
    right: 0rem;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 0;
    cursor: pointer;
    background-image: url(images/close_menu.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.site-branding {
    display: inline-block;
    width: 38px;
    position: static;
    font-size: 0;
    line-height: 0;
}
#right_site_navigation ul{
	text-align: center;
}
#right_site_navigation {
    position: absolute;
    top: 80px;
    right: 0;
    text-align: center;
    width: 50%;
    padding-left: 140px;
}
#masthead .site-title a {
    display: inline-block;
    width: 307px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    margin-top: 4px;
}
.site-title {
    margin: 0 0;
    font-size: 0;
    line-height: 0;
}

#masthead.dark .main-navigation a {
    color: #FFF;
}
#masthead.dark .main-navigation a:hover {
    border: 1px solid transparent;
    color: #97999B
}
#right_site_navigation.main-navigation a {
    padding: 1.1rem 3.2rem;
}



.menu-item-70 a,.menu-item-70 a:hover{ 
	border-color: #000 !important;
}
#masthead.dark .menu-item-70 a, #masthead.dark.menu-item-70 a:hover{ 
	border-color: #FFF !important;
}
.site-footer {
    display: block;
    text-align: left;
    padding: 6rem 0;
    margin-top: 0;
    position: relative;
}
.site-footer .container{
	max-width: 1400px;
	text-align: center;
}
.footer_bg {
    background-image: url(images/bg_footer.png);
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: left center;
}

.post, .page {
    margin: 0;
}


.footer_left {
    display: inline-block;
    margin: 0;
    width: 200px;
    vertical-align: top;
    padding: 0;
    text-align: left;
    margin-left: 0;
    z-index: 99;
    position: relative;
    float: left;
    vertical-align: top;
}

.footer_middle{
    display: inline-block;
    text-align: center;
    width: 90%;
    max-width: 389px;
}
.footer_logo {
    display: inline-block;
    margin: 0 0 3rem;
    padding: 0;
}
.footer_logo img {
    width: 81px;
    height: auto;
}
.footer_left h5{
    font-size: 1.5rem;
    letter-spacing: 3.75px;
    font-family: "Archivo";
    line-height: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    transition: all ease 0.3s;
}


.contact_links {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 3rem;
}
.contact_links p{
    font-size: 1.8rem;
    letter-spacing: 2px;
    font-family: "Archivo";
    line-height: 1.8rem;
    font-weight: bold;
    text-transform: none;
    font-style: italic;
    color: #FFF;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    text-align: right;	
}
.contact_links li a{
    font-size: 1.8rem;
    letter-spacing: 2px;
    font-family: "Archivo";
    line-height: 1.8rem;
    font-weight: bold;
    text-transform: none;
    font-style: italic;
    color: #FFF;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    text-align: right;
}
.footer_right {
    display: inline-block;
    margin: 0;
    width: auto;
    vertical-align: top;
    padding: 0;
    margin-left: 0;
    z-index: 99;
    max-width: 285px;
    float: right;
    text-align: right;
}
.footer_right h5 {
    font-size: 1.8rem;
    letter-spacing: 2px;
    font-family: "Archivo";
    line-height: 1.8rem;
    font-weight: bold;
    text-transform: none;
    font-style: italic;
    color: #B69A4C;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    text-align: right;
}

.site-info {
    display: inline-block;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.site-info p a{
    color: #B69A4C;
    transition: all ease 0.3s;
}
.site-info p a:hover{
    color: #CF2026;
}
.footer-navigation {
    display: inline-block;
    max-width: 300px;
}
#menu-footer-menu {
    margin: 0;
    padding: 0;
}
#menu-footer-menu li {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 0 0 5px;
}
#menu-footer-menu li a, .email_link {
	font-size: 1.8rem;
    letter-spacing: 1px;
    font-family: "Archivo";
    line-height: 2.2rem;
    text-transform: uppercase;
    font-weight: bold;
    transition: all ease 0.3s;
    color:  #B69A4C;
}
#menu-footer-menu li a:hover, .footer_right .phone_link:hover, .footer_right .email_link:hover {
    color: #CF2026;
}

.footer_middle .social_icons {
    margin: 2rem 0 1.5rem;
    border-bottom: 3px solid #CF2026;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}
.footer_middle .social_icons li i {
    transition: all ease 0.3s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 17px;
    color: #191919;
}
.footer_middle .social_icons li svg {
    transition: all ease 0.3s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 17px;
    color: #191919;
}
.footer_middle .social_icons li a {
    line-height: 2.8rem;
    border: none;
    font-size: 2.8rem;
    margin: 0 6px;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    background: #B69A4C;
}
.footer_middle .social_icons li a:hover{
	background: #CF2026;
}
.footer_middle .social_icons li a:hover i{
	color: #FFF;
}
.footer_middle .social_icons li {
    margin: 0;
    display: inline-block;
    border: none;
}

#menu-footer-right-menu {
    margin-bottom: 3rem;
    margin-top: 2rem;
}
.footer_right .button {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
}
.site-info ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 0;
    width: 180px;
}
.menu-footer-small-menu-container{
	display: inline-block;
}
.site-info nav{
	display: inline-block;
}
.site-info ul li {
    margin: 0;
    padding: 0;
    border-right: 1px solid #B69A4C;
    padding-right: 10px;
    width: auto;
    display: inline-block;
    line-height: 10px;
    vertical-align: top;
    padding-left: 10px;
    font-size: 12px;
}
.site-info li a{
	color: #B69A4C;
	font-size: 1rem;
    font-family: "Archivo";
    font-weight: normal;
    text-transform: uppercase;
    transition: all ease 0.3s;
}
.site-info li a:hover{
	color: #FFF;
}
.site-info p {
    color: #B69A4C;
    font-size: 1rem;
    font-family: "Archivo";
    font-weight: normal;
    width: auto;
    display: inherit;
    vertical-align: top;
    margin-left: 10px;
    line-height: 2.5rem;
}
.button {
    display: inline-block;
    color: #FFF;
    font-family: "Archivo";
    padding: 2rem 7rem 2rem;
    border: none;
    border-radius: 0;
    width: auto;
    height: auto;
    font-size: 2.2rem;
    background: #55868C;
    letter-spacing: 3.5px;
    line-height: 1.8rem;
    transition: all ease 0.3s !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.button:hover {
    color: #FFF;
    background: #CF2026;
}


a{
	text-decoration: none;
}

h1{
    font-size: 7rem;
    letter-spacing: 1px;
    line-height: 7.3rem;
    color: #B69A4C;
	font-family: 'Bebas Neue';
    font-weight: normal;
}

h2 {
    font-size: 5rem;
    letter-spacing: 1px;
    line-height: 5.5rem;
    color: #0F1A20;
	font-family: 'Bebas Neue';
    font-weight: normal;
}

h3{
    font-size: 3.2rem;
    letter-spacing: 1px;
    line-height: 3.5rem;
    color: #0B1926;
	font-family: 'Bebas Neue';
    font-weight: normal;
}

h4{
    font-size: 11rem;
    letter-spacing: 3.5px;
    line-height: 12rem;
    color: #B69A4C;
	font-family: 'Bebas Neue';
    font-weight: normal;
    text-transform: uppercase;
}

h5{
    font-size: 1.4rem;
    letter-spacing: 3.5px;
    line-height: 1.8rem;
    color: #0B1926;
	font-family: 'Archivo';
    font-weight: bold;
    text-transform: uppercase;
}

h6{
    font-size: 1.4rem;
    letter-spacing: 3.5px;
    line-height: 1.8rem;
    color: #0B1926;
	font-family: 'Archivo';
    font-weight: bold;
    text-transform: uppercase;
}

.h7{
    font-size: 1.4rem;
    letter-spacing: 3.5px;
    line-height: 1.8rem;
    color: #0B1926;
	font-family: 'Archivo';
    font-weight: bold;
    text-transform: uppercase;
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
    overflow: auto;
    padding: 100px 0 150px;
}
.lock-scroll {
    overflow: hidden;
}

.entry-header{
	display: none
}

.page-content, .entry-content, .entry-summary {
    margin: 0;
    overflow: hidden;
}
* {
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body a.easy-notification-bar__close {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: inherit;
    text-decoration: none;
    line-height: 1;
    padding: 0;
    margin: 0;
    text-decoration: none;
    background: none;
    border: 0;
    border-radius: 12rem;
    width: 2.2rem;
    height: 2.2rem;
    text-align: center;
}
body a.easy-notification-bar__close:hover{
}
body a.easy-notification-bar__close svg{
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #212322;
    fill: #212322;
}
body .easy-notification-bar-message {
    font-family: 'MONTSERRAT';
    font-size: 1.2rem;
    font-weight: 600;
    left: 0.95px;
    line-height: 1.5rem;
}
body .easy-notification-bar {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
body #page{
	position: relative;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body .gform_wrapper.gravity-theme .gfield_label,
body .gform_wrapper.gravity-theme .ginput_complex label,body .gform_wrapper.gravity-theme .ginput_complex legend {
	font-family: "Archivo";
    font-size: 3rem;
    font-weight: bold;
    color: #B69A4C;
    text-transform: none;
    font-style: normal;
    line-height: 3.2rem;
}
body .gform_wrapper.gravity-theme input[type=color],
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme input[type=datetime-local],
body .gform_wrapper.gravity-theme input[type=datetime],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea {
    font-size: 1.8rem;
    padding: 2rem;
    margin-bottom: 2.5rem;
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #707070;
    letter-spacing: 0.2px;
    line-height: 1.9rem;
    background: #FFFFFF;
    font-family: 'Archivo';
    font-weight: 500;
    text-transform: none;
}
body .gform_wrapper small {
	font-size: 1.6rem;
    font-weight: lighter;
    line-height: 1.8rem;
    color: #FFF;
    left: 0;
    font-style: normal;
    display: inline-block;
    margin-bottom: 1rem;
    letter-spacing: 0.2px;
    opacity: 1;
    font-style: italic;
    margin-top: -2.5rem;
    position: absolute;
}
body .gform_wrapper .gfield_required {
    display: none;
}
body .gform_wrapper .button,body .gform_wrapper button,body .gform_wrapper input[type="submit"],body .gform_wrapper input[type="reset"],body .gform_wrapper input[type="button"] {
    display: inline-block;
    color: #FFF;
    font-family: "Archivo";
    padding: 2rem 7rem 2rem;
    border: none;
    border-radius: 0;
    width: auto;
    height: auto;
    font-size: 2.2rem;
    background: #55868C;
    letter-spacing: 3.5px;
    line-height: 1.8rem;
    transition: all ease 0.3s !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    max-width: none !important;
}
body .gform_wrapper .button:hover,
body .gform_wrapper button:hover,
body .gform_wrapper input[type="submit"]:hover,
body .gform_wrapper input[type="reset"]:hover,
body .gform_wrapper input[type="button"]:hover {
    color: #FFF;
    background: #CF2026;
}
body .gform_wrapper.gravity-theme .gform_footer,body .gform_wrapper.gravity-theme .gform_page_footer {
    text-align: left;
    margin: 0;
    padding: 0;
    margin-top: 2rem;
}
.form_container form{
	margin-bottom: 0;
}
body .gform_wrapper.gravity-theme .gfield textarea {
    max-width: 100%;
}
body  .gform_wrapper .gform_validation_errors {
    display: none;
}

body .gform_wrapper .gfield_validation_message, body .gform_wrapper .validation_message {
    padding: 0 !important;
    background: none;
    line-height: 10px !important;
    margin: 0;
    display: inherit;
    border: none;
    position: static;
    margin-top: 0;
    right: 0;
    position: absolute;
    text-align: right;
    top: 0;
    margin-top: 1rem;
}
body .gform_wrapper.gravity-theme .gfield {
    position: relative;
}
body .gform_wrapper.gravity-theme .gfield_error .gfield_label{
	color: #B69A4C;
}
body .gform_wrapper.gravity-theme .gfield_error input, .gform_wrapper .gfield_error [aria-invalid=true]{
	border-color: #B69A4C !important
}
body .ginput_container_radio {
    margin-top: 1rem;
}
body .gchoice {
display: inline-block !important;
    vertical-align: top !important;
    margin-right: 2rem !important;
    position: relative !important;
    padding-left: 20px !important;
    padding-top: 4px !important;
    cursor: pointer !important;
    line-height: 2rem;
    width: auto;

}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
    max-width: none !important;
    margin-bottom: 0;
    vertical-align: middle;
}
body .gform_wrapper.gravity-theme .gfield-choice-input+label {
    cursor: pointer;
}
body .gform_wrapper .gfield-choice-input {
    display: inline-block !important;
    margin-top: 0 !important;
    vertical-align: middle !important;
    position: absolute !important;
    top: 9px !important;
    left: 0 !important;
    margin: 0;
    padding: 0;
    cursor: pointer !important;
}

.desktop_header{
    display: inline-block;
}
.mobile_menu_container {
    position: fixed;
    width: 100%;
    height: 0%;
    background: #000000;
    z-index: 99999;
    position: fixed;
    transition: all ease 0.4s;
    opacity: 0;
    pointer-events: none;
}
.mobile_menu_container.active {
    width: 100%;
    height: 100%;
    opacity: 1;
    pointer-events: initial;
}


.mobile_menu_container .container{
	max-width: 1250px;
}
.mobile_menu_container .mobile_menu_logo {
    display: inline-block;
    width: 260px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 3rem 0 0;
    height: 70px;
}

@media (max-width: 1023px) {
.mobile_header{
    display: inline-block;
}
.desktop_header{
    display: none   
}
}


.hamburger {
    position: absolute;
    right: 6rem;
    top: 4rem;
    padding: 0;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
}
.hamburger-inner:after {
    bottom: -14px;
}
.hamburger-inner:before {
    top: -14px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	width: 60px;
}



ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px;
}

.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px;
}

.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}

.resp-content-active,
.resp-accordion-active { display: block; }

.resp-tab-content { border: 1px solid #c1c1c1; }

h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content { border: none; }

.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/

h2.resp-tab-active { background: #DBDBDB !important; }

.resp-easy-accordion h2.resp-accordion { display: block; }

.resp-easy-accordion .resp-tab-content { border: 1px solid #c1c1c1; }

.resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }

.resp-jfit {
  width: 100%;
  margin: 0px;
}

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

h2.resp-accordion:first-child { border-top: 1px solid #c1c1c1 !important; }
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {

ul.resp-tabs-list { display: none; }

h2.resp-accordion { display: block; }

.resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1; }

.resp-vtabs .resp-tabs-container {
  border: none;
  float: none;
  width: 100%;
  min-height: initial;
  clear: none;
}

.resp-accordion-closed { display: none !important; }

.resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }
}



ul.category_list {
    margin: 0 auto 12rem;
    width: 100%;
    max-width: 700px;
    text-align: left;
}
ul.category_list li.cat-item {
    margin: 0 2rem 3rem;
    padding: 0;
    height: auto;
    display: inline-block;
    width: auto;
}
ul.category_list li.cat-item.current-cat a {
    color: #0A3E64;
}   
ul.category_list li.cat-item.current-cat a:before {
	background: #FCDCC7;
}
ul.category_list li.cat-item a {
    font-family: 'Archivo';
    font-size: 1.5rem;
    letter-spacing: 2px;
    line-height: 1.8rem;
    color: #B69A4C;
    transition: all ease 0.3s;
    text-transform: uppercase;
    display: inline-block;
    padding: 0;
    position: relative;
    background: transparent;
    padding: 5px 10px;
    z-index: 9;
}
ul.category_list li.cat-item a:hover {
    color: #0A3E64;
}   
ul.category_list li.cat-item a:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1.5rem;
    position: absolute;
    background: transparent;
    left: 0;
    bottom: -0.1rem;
    transition: all ease 0.3s;
    z-index: -1;
}
ul.category_list li.cat-item a:hover:before {
	background: #FCDCC7;
}

.wp-pagenavi {
	margin: 18rem 0;
}


.wp-pagenavi .pages{
	display: none;
}
.wp-pagenavi .page {
    font-family: 'Archivo';
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 4.5px;
    line-height: 5.5rem;
    color: #FFFFFF;
    transition: all ease 0.3s;
    text-transform: uppercase;
    display: inline-block;
    padding: 0;
    position: relative;
    background: #B69A4C;
    padding: 0;
    z-index: 9;
    border: none !important;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    vertical-align: middle;
    text-align: center;
    margin: 0 1rem;
    padding-left: 5px;
}
.wp-pagenavi .current {
    font-family: 'Archivo';
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 4.5px;
    line-height: 5.5rem;
    color: #0B1926;
    transition: all ease 0.3s;
    text-transform: uppercase;
    display: inline-block;
    padding: 0;
    position: relative;
    background: #CF2026;
    padding: 0;
    z-index: 9;
    border: none !important;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    vertical-align: middle;
    text-align: center;
    margin: 0 1rem;
    padding-left: 5px;
}
.wp-pagenavi .previouspostslink {
    text-decoration: none;
    border: none;
    padding: 0;
    margin: 0;
    background: url(images/prev.png);
    width: 17px;
    height: 31px;
    font-size: 0;
    display: inline-block;
    margin: 0;
    background-position: center;
    vertical-align: middle;
    margin-right: 3rem;
    background-size: contain;
}
.wp-pagenavi .nextpostslink {
    text-decoration: none;
    border: none;
    padding: 0;
    margin: 0;
    background: url(images/next.png);
    width: 17px;
    height: 31px;
    font-size: 0;
    display: inline-block;
    margin: 0;
    background-position: center;
    vertical-align: middle;
    margin-left: 3rem;
    background-size: contain;
}
.wp-pagenavi .last{
    font-family: 'Archivo';
    font-size: 2.8rem;
    font-weight: normal;
    letter-spacing: 0.16px;
    line-height: 3.1rem;
    color: #B69A4C;
    transition: all ease 0.3s;
    text-transform: uppercase;
    display: inline-block;
    padding: 0;
    position: relative;
    background: transparent;
    padding: 5px 15px;
    z-index: 9;
    border: none !important;
    display: none !important;
}
.wp-pagenavi .first, .wp-pagenavi  .extend{
    display: none !important;
}
.extend{

    font-family: 'Archivo';
    font-size: 2.8rem;
    font-weight: normal;
    letter-spacing: 0.16px;
    line-height: 3.1rem;
    color: #B69A4C;
    transition: all ease 0.3s;
    text-transform: uppercase;
    display: inline-block;
    padding: 0;
    position: relative;
    background: transparent;
    padding: 5px 15px;
    z-index: 9;
    border: none !important;	
}
.extend:last-item{
	display: none;
}
#backtotop {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #B69A4C;
    padding: 0;
    margin: 0;
    width: 81px;
    border: none;
    border-radius: 0;
    padding: 0;
    height: 54px;
    background: url(images/top.png);
    font-size: 0;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -2px;
    right: 5%;
    position: fixed;
    z-index: 999;
}
body.blog .info_container{
    width: 100%;
    max-width: 400px;
}
body.blog .intro_block.withou_logo .intro_container {
    padding: 24rem 0;
}
body.blog #articles_list{
    text-align: center;
}

body.blog #articles_list article:nth-child(1) {
	position: relative;
	margin: 12rem 0 18rem;
}
body.blog #articles_list article:nth-child(1):before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: url(images/post1_bg_left.png);
    display: inline-block;
    left: -25%;
    top: 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center;
}
body.blog #articles_list article:nth-child(1):after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: url(images/post1_bg_right.png);
    display: inline-block;
    right: -25%;
    top: 0;
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
}
body.blog #articles_list article:nth-child(1) .entry-content {
    background: #3E4E61;
    width: 90%;
    max-width: 811px;
    margin: 0 auto;
    padding: 10rem;
    text-align: center;
    position: relative;
    z-index: 9;
}
body.blog #articles_list article:nth-child(1) .coverall{
	display: none;
}
body.blog #articles_list article:nth-child(1) .post_icon{
	display: none;
}
body.blog #articles_list article:nth-child(1) .titles {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}
body.blog #articles_list article:nth-child(1) .titles h5 {
    position: relative;
    margin-bottom: 6rem;
    color: #FFF;
}
body.blog #articles_list article:nth-child(1) .titles h5:before {
    content: '';
    display: inline-block;
    background: #B69A4C;
    width: 73px;
    height: 2px;
    bottom: -1.5rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0%);
}
body.blog #articles_list article:nth-child(1) .titles h5 a{
	color:  #FFF;
}
body.blog #articles_list article:nth-child(1) .titles h3{
	font-size: 4.2rem;
	letter-spacing: 1px;
	line-height: 4.2rem;
	color: #FFF;
}
body.blog #articles_list article:nth-child(1) .titles p {
    color: #FFF;
    margin-bottom: 4rem;
    font-weight: normal;
}
body.blog #articles_list article:nth-child(1) .titles .button{
	background-color: #FFF;
	color:  #0B1926;
}
body.blog #articles_list article:nth-child(1) .titles .button:hover{
	background-color: #CF2026;
	color:  #0B1926;
}
body.blog #articles_list article:nth-child(2),
body.blog #articles_list article:nth-child(3),
body.blog #articles_list article:nth-child(4) {
	display: inline-block;
    width: 310px;
    margin-right: 2rem;
    margin-bottom: 0rem;
    text-align: left;
    vertical-align: top;
    background: #0B1926;
    color: #FFF;
    height: 370px;
    padding: 4rem;
    position: relative;
    margin-bottom: 6rem;
}
body.blog #articles_list article:nth-child(2) p,
body.blog #articles_list article:nth-child(3) p,
body.blog #articles_list article:nth-child(4) p {
	display: none
}
body.blog #articles_list article:nth-child(2) .button,
body.blog #articles_list article:nth-child(3) .button,
body.blog #articles_list article:nth-child(4) .button {
    display: none;
}
body.blog #articles_list article:nth-child(4) {
    margin-right: 0;

}

body.blog #articles_list article:nth-child(2) .post_icon,
body.blog #articles_list article:nth-child(3) .post_icon,
body.blog #articles_list article:nth-child(4) .post_icon {
    width: 28px;
    height: 28px;
    background-size: contain;
    background-image: url(images/post_icon.png);
    display: inline-block;
    position: static;
}
body.blog #articles_list article:nth-child(2) .entry-content,
body.blog #articles_list article:nth-child(3) .entry-content,
body.blog #articles_list article:nth-child(4) .entry-content {
	height: 100%;
    position: relative;
    width: 100%;
    display: inline-block;
}
body.blog #articles_list article:nth-child(2) .titles,
body.blog #articles_list article:nth-child(3) .titles,
body.blog #articles_list article:nth-child(4) .titles {
	position: absolute;
    bottom: 1rem;
    display: inline-block;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}


body.blog #articles_list article:nth-child(2) h5 ,
body.blog #articles_list article:nth-child(3) h5 ,
body.blog #articles_list article:nth-child(4) h5  {
	display: inline-block;
    color: #CF2026;
    font-family: "Archivo";
    padding: 1rem 0 1rem;
    border: none;
    border-radius: 0;
    width: auto;
    height: auto;
    font-size: 1.1rem;
    background: transparent;
    font-weight: bold;
    letter-spacing: 2.5px;
    line-height: 1.4rem;
    transition: all ease 0.3s;
    text-transform: uppercase;
    position: relative;
    padding-right: 10px;
    margin-bottom: 0;
}
body.blog #articles_list article:nth-child(2) h5 a,
body.blog #articles_list article:nth-child(3) h5 a,
body.blog #articles_list article:nth-child(4) h5 a {
    color: #CF2026;
}

body.blog #articles_list article:nth-child(2) h3,
body.blog #articles_list article:nth-child(3) h3,
body.blog #articles_list article:nth-child(4) h3 {
    font-size: 2.3rem;
    letter-spacing: .55px;
    line-height: 2.6rem;
    color: #FFF;
    font-family: 'Archivo';
    font-weight: bold;
    position: relative;
}
body.blog #articles_list article:nth-child(2) h3:before,
body.blog #articles_list article:nth-child(3) h3:before,
body.blog #articles_list article:nth-child(4) h3:before {
    content: '';
    display: inline-block;
    background: #B69A4C;
    width: 73px;
    height: 2px;
    bottom: -2rem;
    position: absolute;
    left: 0;
}


.blog_footer_blocks{
	margin-top: 12rem;
}

body.blog #articles_list article:nth-child(5) {
	position: relative;
	margin: 12rem 0 12rem;
}
body.blog #articles_list article:nth-child(5) .entry-content {
    background: #F2F2F2;
    width: 90%;
    max-width: 977px;
    margin: 0 auto;
    padding: 10rem;
    text-align: center;
    position: relative;
    z-index: 9;
}
body.blog #articles_list article:nth-child(5) .coverall{
	display: none;
}
body.blog #articles_list article:nth-child(5) .post_icon{
	display: none;
}
body.blog #articles_list article:nth-child(5) .titles {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
}
body.blog #articles_list article:nth-child(5) .titles h5 {
    position: relative;
    margin-bottom: 6rem;
}
body.blog #articles_list article:nth-child(5) .titles h5:before {
    content: '';
    display: inline-block;
    background: #B69A4C;
    width: 73px;
    height: 2px;
    bottom: -1.5rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0%);
}
body.blog #articles_list article:nth-child(5) .titles h5 a{
	color:  #0B1926;
}
body.blog #articles_list article:nth-child(5) .titles h3{
	font-size: 4.2rem;
	letter-spacing: 1px;
	line-height: 4.2rem;
	color: #0B1926;
}
body.blog #articles_list article:nth-child(5) .titles p {
    color: #0B1926;
    margin-bottom: 4rem;
}
body.blog #articles_list article:nth-child(5) .titles .button{

}



#categories_menu {
    background: #F2F2F2;
    padding: 6rem 0;
    text-align: center;
}
#categories_menu ul {
    padding: 0;
    margin: 0;
}
#categories_menu li {
    display: inline-block;
    margin: 0 2rem;
}
#categories_menu li a {
    font-family: "Archivo";
    font-size: 1.6rem;
    letter-spacing: 4px;
    line-height: 2.1rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #0B1926;
    transition: all ease 0.3s;
    border-bottom: 2px solid #F2F2F2;
    padding-bottom: 0.8rem;
}
#categories_menu li.current-menu-item a, #categories_menu li a:hover{
    border-bottom: 2px solid #B69A4C;
	
}
#search_form {
    background: #FFF;
    padding: 12rem 0 0;
    text-align: center;
}
#search_form form{
    margin-bottom: 0;
}
#search_form #search {
    font-size: 1.6rem;
    padding: 3rem;
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    border-bottom: 0;
    border-radius: 0;
    color: #0B1926;
    letter-spacing: 4px;
    line-height: 2.1rem;
    background: #F2F2F2;
    border: 0;
    font-family: 'Archivo';
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(images/search.png);
    width: 100%;
    max-width: 423px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: left 18px center;
    background-size: 21px;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
    max-height: 200px;
}
.gform_wrapper.gravity-theme .gfield textarea {
    border: 2px solid #F2F2F2;
}
.gform_wrapper select {
    height: auto;
    cursor: pointer;
    padding: 1rem 1.4rem !important;
}

.footer_mobile_logo{
	display: none;
}

#category_button{
	display: none;
}


.gform_wrapper input[type="checkbox"],.gform_wrapper input[type="radio"] {
    display: inline-block;
    width: 15px;
    float: none;
    margin-right:5px;
    vertical-align: text-bottom;
    margin-top: 0;
    margin-bottom: 0;
}
.gform_wrapper label.gfield_consent_label{
    width: calc(100% - 35px);
    display: inline-block;
    vertical-align: top;
    padding-top: 12px;
    padding-left: 6px;
    cursor: pointer;
}
.gform_wrapper label, .gform_wrapper legend {
    font-family: 'ARCHIVO';
    font-weight: normal;
    font-size: 1.6rem;
    letter-spacing: .6px;
    line-height: 2.3rem;
    color: #FFF;
}
html {
    width: 100%;
    overflow-x: hidden;
}
body .gform_confirmation_wrapper {
    margin-top: 6rem;
}



article.event iframe{
	width: 100%;
	margin: 0;
	float: left;
}
article.event .widget {
    margin-bottom: 6rem;
    color: #666;
}
.event_header {
    background: #F2F2F2;
    padding: 4rem 9rem;
    margin-bottom: 6rem;
    line-height: 2rem;
}
.event_header .date{
	display: inline-block;
    width: 144px;
    vertical-align: top;
    margin-right: 5%;

}
.event_header .time{
    display: inline-block;
    width: 144px;
    vertical-align: top;
    margin-right: 5%;

}
.event_header h5 {
    color: #191919;
    font-size: 3.2rem;
    letter-spacing: 0.3px;
    font-family: 'Bebas Neue';
    font-weight: normal;
    display: inline-block;
    width: 100%;
    line-height: 3.6rem;
}
.event_header span {
    font-size: 1.4rem;
    font-family: 'Archivo';
    color: #191919;
    font-weight: 300;
    margin: 0;
    display: inline-block;
    line-height: 1.8rem;
}
.event_header small{
    font-size: 1.4rem;
    font-family: 'Archivo';
    color: #B69A4C;
    font-weight: 700;
    font-style: italic;
    margin: 0;
    display: inline-block;
    line-height: 1.8rem;

}
.event_header .category{
    display: inline-block;
    width: 144px;
    vertical-align: top;
}
.event_header .category ul{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.event_header .category ul li{
	display: inline-block;
	margin: 0 0 1rem 0;
}
.event_header .category ul li a{
    font-size: 1.4rem;
    font-family: 'Archivo';
    color: #191919;
    font-weight: 300;
    margin: 0;
    display: inline-block;
    line-height: 1.8rem;
}
.event_title{
    font-size: 7rem;
    font-family: 'Bebas Neue';
    color: #B69A4C;
    font-weight: normal;
    margin: 0;
    display: inline-block;
    line-height: 7.4rem;
}

.event_map iframe{
	height: 600px;

}
.event_save a {
    display: inline-block;
    color: #55868C;
    font-family: "Archivo";
    padding: 1.6rem 4rem 1.4rem;
    border: none;
    border-radius: 0;
    width: auto;
    height: auto;
    font-size: 1.4rem;
    border: 1px solid #55868C;
    letter-spacing: 3.5px;
    line-height: 1.6rem;
    transition: all ease 0.3s !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: auto;
    text-align: center;
    text-transform: none;
    letter-spacing: 0.2px;
}
.event_save a:hover{
    color: #FFF;
    background:  #55868C;
}
.ical_link{
	float: right;
}
.get_directions{
    display: inline-block;
    color: #FFF;
    font-family: "Archivo";
    padding: 2rem 7rem 2rem;
    border: none;
    border-radius: 0;
    width: auto;
    height: auto;
    font-size: 2rem;
    background: #55868C;
    letter-spacing: 3.5px;
    line-height: 2.1rem;
    transition: all ease 0.3s !important;
    text-transform: uppercase;
    letter-spacing: 1px;	
    width: 100%;
    text-align: center;
}
.get_directions:hover {
    color: #FFF;
    background: #CF2026;
}
.event_save, .event_schedule, .event_share{
    border: 1px solid #F2F2F2;
    padding: 3rem ;
   	margin: 6rem 0 6rem;
   	display: inline-block;
   	width: 100%;
}
.event_schedule{
   	margin: 0;
}
.event_share, .event_save{
   	margin: 3rem 0;
}
.event_subtitle {
    display: inline-block;
    width: 100%;
    text-align: left;
    border-bottom: 4px solid #F2F2F2;
}
.event_subtitle span {
    color: #191919;
    font-size: 3rem;
    letter-spacing: 0.3px;
    font-family: 'Bebas Neue';
    font-weight: normal;
    display: inline-block;
    width: auto;
    line-height: 3.2rem;
    position: relative;
}
.event_subtitle span:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: #55868C;
    height: 4px;
    width: 100%;
    bottom: -4px;
}
.hourly_schedule{
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 2.6rem;
    letter-spacing: 0.3px;
    font-family: 'Archivo';
    font-weight: bold;
    display: inline-block;
    width: auto;
    line-height: 2.8rem;
}
.hourly_schedule li{

}
.hourly_schedule li p{
}
.hourly_schedule li ul {
    border-left: 4px solid #F2F2F2;
    margin-top: 3rem;
}
.hourly_schedule li ul li {
    font-family: "Archivo";
    font-weight: normal;
    font-size: 1.6rem;
    letter-spacing: 0.3px;
    line-height: 2rem;
    color: #0F1A20;
    display: inline-block;
    width: 100%;
    margin: 0;
    position: relative;
    padding-left: 25px;
}
.hourly_schedule li ul li:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: #F2F2F2;
    height: 4px;
    width: 20px;
    top: 50%;
    margin-top: -2px;
    left: 0;
}
.hourly_schedule li ul li strong{
    color: #55868C;	
}
.addtoany_shortcode{
    text-align: center;
    margin-top: 1rem;
}

article.event .details i {
    font-family: "FontAwesome";
    color: #55868C;
    position: absolute;
    margin-top: 5px;
}
article.event .details {
    font-size: 1.6rem;
    line-height: 3rem;
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Archivo';
    letter-spacing: 0.2px;
}
article.event .widget {
    font-size: 1.6rem;
    line-height: 3rem;
    display: inline-block;
    list-style: none;
    margin: 0 0 6rem;
    padding: 0;
    font-family: 'Archivo';
    letter-spacing: 0.2px;
    width: 90%;
}
article.event .details li {
    vertical-align: top;
    display: inline-block;
    width: 100%;
}
article.event .details li span {
    width: 90%;
    display: inline-block;
    margin-left: 3rem;
}
article.event .details li span b {
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
}
article.event .details li a{
    color: #666;
}

.event_share .event_subtitle{
	text-align: center;
}
.location_photo{
	display: inline-block;
	margin-bottom: 2rem;
}
article.event .widget .button{
	margin-top: 2rem;
}

body .njt-nofi-notification-bar .njt-nofi-content{
	padding-top: 0;
	padding-bottom: 0;
}


body.has-easy-notification-bar #masthead {
    top: 55px;
}
body.has-easy-notification-bar main {
    margin-top: 175px;
}
body .easy-notification-bar {
    padding-top: 0;
    padding-bottom: 0;
    height: 55px;
}
.easy-notification-bar {
    position: fixed !important;
}

body .easy-notification-bar-message {
    font-family: 'Archivo' !important;
    font-size: 1.4rem !important;
    font-weight: 500 !important;
}
.body a.easy-notification-bar__close{
	border: 0 !important;
}

body a.easy-notification-bar__close svg {
    width: 25px !important;
    height: 25px !important;
    color: #B69A4C !important;
    fill: #B69A4C !important;
}
body a.easy-notification-bar__close:hover svg {
    color: #FFF !important;
    fill: #FFF !important;
}





#form_block-block_61faf9a2951a2 .gform_wrapper {
    max-width: 100%;
}
body #gform_8 #input_8_6 .gchoice {
    display: inline-block !important;
    vertical-align: top !important;
    margin-right: 0  !important;
    position: relative !important;
    cursor: pointer !important;
    line-height: 2rem;
    width: 25%;
    padding: 0;
    margin: 0;
    float: left;
    padding: 5px 0 0 25px !important; 
}
#gform_8 .gfield_checkbox label,#gform_8 .gfield_radio label {
    display: inline-block;
    font-size: 1.8rem;
}
#gform_8 .gfield_checkbox{
    margin-bottom: 0rem;
    display: inline-block;
}
body #gform_8 .gfield_label,
body #gform_8 .ginput_complex label, body #gform_8 .ginput_complex legend {
    font-family: "Archivo";
    font-size: 1.8rem;
    font-weight: normal;
    color: #C2C2C2;
    text-transform: none;
    font-style: normal;
    line-height: 2rem;
}
body #gform_8 input[type=color], 
body #gform_8 input[type=date], body #gform_8 input[type=datetime-local], body #gform_8 input[type=datetime],
body #gform_8 input[type=email], body #gform_8 input[type=month], body #gform_8 input[type=number], 
body #gform_8 input[type=password], body #gform_8 input[type=search], body #gform_8 input[type=tel], body #gform_8 input[type=text], 
body #gform_8 input[type=time], body #gform_8 input[type=url], body #gform_8 input[type=week], body #gform_8 select, 
body #gform_8 textarea {
    font-size: 1.8rem;
    padding: 2rem;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
    border: none;
    border-radius: 0;
    color: #707070;
    letter-spacing: 0.2px;
    line-height: 1.9rem;
    background: #FFFFFF;
    font-family: 'Archivo';
    font-weight: 500;
    text-transform: none;
}
#gform_8 fieldset {
    border: none;
    display: block;
    margin: 0;
    margin-bottom: 0;
    display: inline-block;
    margin-top: 3rem;
}
.block.form_block #gform_8 .top_label .gfield_label, .block.form_block #gform_8 legend.gfield_label {
    font-family: "Archivo";
    font-size: 2.6rem;
    font-weight: bold;
    color: #B69A4C;
    text-transform: none;
    font-style: normal;
    margin-top: 2rem;
}
@media (max-width: 640px) {
.block.form_block  #gform_8 .top_label .gfield_label, .block.form_block  #gform_8 legend.gfield_label {
    font-size: 2.5rem;
}
body #gform_8 #input_8_6 .gchoice {
    line-height: 3rem;
    width: 48%;
}
body #gform_8  .gchoice {
    width: 100%;
    line-height: 3.1rem;
}
#gform_8 .gfield_checkbox label, #gform_8 .gfield_radio label {
    display: inline-block;
    font-size: 2.2rem;
}
body .gform_wrapper.gravity-theme .gfield_label, body .gform_wrapper.gravity-theme .ginput_complex label, body .gform_wrapper.gravity-theme .ginput_complex legend {
    font-size: 2.1rem;
}
}


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
a[href^="tel"] {
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}


@media (max-width: 1360px) {
#main_menu ul li {
    padding: 1.2rem 1.1rem 0rem;
}
#main_menu ul ul {
    margin-left: -1.1rem;
}
}



@media (max-width: 1320px) {

html {
    font-size: 55.5%;
}
#masthead {
    height: 120px;	
}
main {
    margin-top: 120px;
}
}





@media (max-width: 1220px) {

#main_menu ul li a {
    font-size: 1.9rem;
}
#masthead .site-title a {
    width: 260px;
}
#main_menu {
    width: calc(100% - 260px);
}

}

@media (min-width: 769px) and (max-height: 860px) {
.centered_box {
    display: inline-block;
    width: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 69%;
    position: fixed;
    height: 100%;
}
.centered_box .menu-main-menu-container li {
    text-align: center;
    margin: 0rem 0;
}
}


@media (min-width: 769px) and (max-height: 720px) {
.centered_box ul li a {
    font-size: 2.5rem;
    line-height: 2.7rem;
}
.centered_box .button_container .button {
    font-size: 2.5rem;
    line-height: 3.7rem;
    padding: 1.3rem 5rem;
}
.centered_box {
    top: 64%;
}
}


@media (max-width: 1150px) {

.footer_middle {
    max-width: 370px;
}

}

@media (max-width: 1024px) {
.mobile_menu_container .social_icons {
    bottom: 0rem;
}

.mobile_menu_container .social_icons {
    left: 0;
}
}





@media (max-width: 1120px) {

#main_menu ul li {
    padding: 1.2rem .75rem 0rem;
}
#main_menu ul ul {
    margin-left: -.75rem;
}


.event_header {
    padding: 3rem 3rem;
    margin-bottom: 6rem;
}
.event_header .date {
    margin-right: 0%;
}
.event_header .time {
    margin-right: 0%;
}

}



@media (max-width: 1070px) {

#main_menu ul li {
    padding: 1.2rem .45rem 0rem;
}
#main_menu ul ul {
    margin-left: -.45rem;
}

}


@media (max-width: 1023px) {

#main_menu{
	display: none;
}

.footer_left{
    width: 100%;
    text-align: center;
    display: inline-block;
}
.footer_right{
    width: 100%;
    text-align: center;
    display: inline-block;
    max-width: initial;
    margin-top: 4rem;
}
.footer_middle {
    max-width: 370px;
    display: inline-block;
    width: 100%;
    position: static;
    display: inline-block;
    max-width: initial;
}
#menu-footer-menu li {
    text-align: center;
}
.footer_right h5 {
    text-align: center;
}
.contact_links p {
    text-align: center;
}
.site-info li a, .site-info p {
    font-size: 1.2rem;
}
.contact_links {
    text-align: center;
}
.site-info{
	opacity: 1 !important
}
.footer_middle .social_icons {
    border-bottom: 2px solid #CF2026;
}
.menu_button{
	display: block !important;
}


.centered_box .social_icons {
    margin: 2rem 0 1.5rem;
    border-bottom: 3px solid #CF2026;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    display: inline-block !important;
    position: static;
    width: 100%;
    text-align: center;
    margin: 2rem 0 4rem;
    opacity: 1 !important;
    transform: none !important;

}
.centered_box .social_icons li svg {
    transition: all ease 0.3s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 17px;
    color: #191919;
}
.centered_box .social_icons li a {
    line-height: 2.8rem;
    border: none;
    font-size: 2.8rem;
    margin: 0 6px;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    background: #B69A4C;
}
.centered_box .social_icons li a:hover{
	background: #CF2026;
}
.centered_box .social_icons li a:hover svg{
	color: #FFF;
}
.centered_box .social_icons li {
    margin: 0;
    display: inline-block;
    border: none;
}

.centered_box h5 {
    font-size: 1.8rem;
    letter-spacing: 2px;
    font-family: "Archivo";
    line-height: 1.8rem;
    font-weight: bold;
    text-transform: none;
    font-style: italic;
    color: #B69A4C;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    text-align: right;

}
.centered_box .contact_links li{
	margin: 0;
	text-align: right;
}
.centered_box .contact_links p{
	text-align: right;

}
.centered_box .contact_links li a {
    font-size: 1.8rem;
    letter-spacing: 2px;
    font-family: "Archivo";
    line-height: 1.8rem;
    font-weight: bold;
    text-transform: none;
    font-style: italic;
    color: #FFF;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    text-align: right;
}



}


@media (max-width: 980px) {
.centered_box {
    transform: translate(-50%, -50%);
    height: auto;
}
#main_menu, #topbar{
	display: none;
}

.menu_button .open_menu .circle {
    width: 31px;
    height: 31px;
    border: 8px solid #B69A4C;
}
.close_menu {
    top: 4rem;
    right: 1rem;
    width: 23px;
    height: 23px;
}
.close_menu:before, .close_menu:after {
    width: 8px;
    height: 31px;
}
.centered_box ul li a, .centered_box .button_container .button, .social_icons {

}
.centered_box .menu-main-menu-container li {
}
.site-footer {
    padding-top: 6rem;
}
.footer_left {
    display: inline-block;
    margin: 0;
    width: 100%;
    vertical-align: top;
    padding: 0;
    text-align: center;
    margin-left: 0;
    z-index: 99;
    position: relative;
    float: none;
    text-align: center;
    width: 100%;
    margin-bottom: 4rem;
}
.footer_lines {
    font-size: 5rem;
    line-height: 5rem;
    letter-spacing: 0.29px;
    text-align: center;
}
.footer_center {
    display: inline-block;
    margin: 0;
    width: 100%;
    vertical-align: top;
    padding: 0;
    text-align: center;
    margin-left: 0;
    z-index: 99;
    position: relative;
    text-align: center;
    float: none;
}
.footer-navigation li {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0.4rem 0;
}
.footer-navigation li {
    text-align: right;
}
.footer_right {
    display: inline-block;
    margin: 4rem 0 0;
    width: 100%;
    vertical-align: top;
    padding: 0;
    text-align: center;
    margin-left: 0;
    z-index: 99;
    max-width: 240px;
    float: none;
}
.footer_right .charity_logo {
    margin-top: 1rem;
    display: inline-block;
    margin-bottom: 6rem;
}
.footer_right .social_icons li {
    margin: 0 1rem;
}
ul.category_list {
    margin: 0 auto 6rem;
    text-align: center;
}
ul.category_list li.cat-item {
    margin: 0 1rem 2rem;
}
.page-template-page-blog .entry-image, .category .entry-image {
    height: 48vw;
}
.page-template-page-blog article .button, .category article .button {
    width: 100%;
}
.page-template-page-blog article h5, .category article h5 {
    width: 100%;
    text-align: center;
}
.page-template-page-blog article .entry-content, .category article .entry-content {
    margin: 0;
    overflow: hidden;
    padding: 3rem 3rem 2rem;
}
.page-template-page-blog article, .category article {
    margin-bottom: 6rem;
}

.footer_mobile_logo{
	display: block;
}
.footer_left .footer_logo{
	display: none;
}
.site-footer {
    padding-top: 0;
}
.footer_bg {
    background-image: url(images/bg_footer.png);
    position: absolute;
    width: 259px;
    height: 362px;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: left center;
}
.footer_mobile_logo {
    display: block;
    padding-top: 10rem;
    padding-bottom: 18rem;
}
.site-info {
    margin-top: 0;
}
.footer_left{
    margin-bottom: 0;
}
.footer_left .social_icons {
    margin: 5rem 0;
    text-align: center;
}
.footer_left {
    text-align: left;
    margin-top: 6rem;
}
.footer_left h5 {
    color: #CF2026;
    margin-bottom: 0;
}
.footer_right {
    display: inline-block;
    margin: 2rem 0 0;
    width: 100%;
    vertical-align: top;
    padding: 0;
    text-align: center;
    margin-left: 0;
    z-index: 99;
    max-width: none;
    float: right;
    text-align: right;
}
.contact_links li {
    margin-bottom: 0;
}

#masthead {
    height: 120px;	
}
main {
    margin-top: 120px;
}
.centered_box ul {
    margin: 1rem 0 0rem;
}
.centered_box ul.sub-menu{

}
.centered_box ul.sub-menu li {
    margin: 0;
    padding: 0;
}
.centered_box ul.sub-menu li a {
    font-size: 1.4rem;
    padding-left: 1.5rem;
    letter-spacing: 2.7px;
}

}


@media (max-width: 840px) {
.event_header .date, .event_header .time,.event_header .category {
    margin-right: 0%;
    width: 100%;
    margin-bottom: 2rem;
}
.event_header h5 {
    margin-bottom: 0;
}
.event_header .category {
    margin-bottom: 0rem;
}
}



@media (max-width: 767px) {
#masthead {
    height: 67px;
}
main {
    margin-top: 67px;
}
#masthead .site-title a {
    width: 120px;
    height: 27px;
    margin: 0;
}
#header_content {
    padding: 20px 0px;
}
.menu_button {
    top: 10%;
}
.mobile_menu_container .mobile_menu_logo {
    width: 120px;
    height: 27px;
    margin: 0;
    margin-top: 20px;
}
.close_menu {
    top: 2rem;
    right: 0rem;
    width: 30px;
    height: 30px;
}

.centered_box {
    top: 39%;
}
body.has-easy-notification-bar main {
    margin-top: 122px;
}
h4 {
    font-size: 8rem;
    letter-spacing: 2.5px;
    line-height: 9rem;
}
body {
    font-size: 2rem;
    line-height: 2.6rem;
}
.button{
    display: inline-block;
    color: #FFF;
    font-family: "Archivo";
    padding: 2rem 5rem 2rem;
    border: none;
    border-radius: 0;
    width: auto;
    height: auto;
    font-size: 2rem;
    background: #55868C;
    letter-spacing: 3.5px;
    line-height: 1.8rem;
    transition: all ease 0.3s !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;	
}
}

@media (max-width: 640px) {

.container.inside .inside {
    width: 100%;
}
.gform_wrapper label.gfield_consent_label{
    padding-top: 6px;
    padding-left: 6px;
}

}

@media (max-width: 550px) {
body{
	overflow-x: hidden;
}
html {
    overflow-x: hidden;
}
.site-header .container,.mobile_menu_container .container {
    max-width: 1250px;
    position: relative;
    padding: 0;
    width: 85%;
}
.close_menu {
    right: 0;
}
.close_menu:before, .close_menu:after {
    width: 6px;
}

#masthead .site-title a, .mobile_menu_container .mobile_menu_logo {
}
.menu_button {
    right: 0%;
}
.footer-navigation li {
    margin: .6rem 0;
}

#category_button{
	display: block;
}
#categories_menu li {
    margin: 0 0 1rem;
    width: 100%;
}
#categories_menu {
    padding: 3rem 0 0;
}
#categories_menu li a {
    padding-bottom: 0.2rem;
    letter-spacing: 3px;
}
#categories_menu{
	display: none;
}
#category_button {
    font-size: 1.6rem;
    color: #0B1926;
    letter-spacing: 4px;
    line-height: 2.1rem;
    font-family: 'Archivo';
    font-weight: bold;
    background: #F2F2F2;
    text-align: center;
    text-transform: uppercase;
    padding: 3rem 0 3rem;
    position: relative;
    transition: all ease 0.3s;
}
#category_button:after {
    content: '';
    position: static;
    width: 16px;
    height: 16px;
    background-image: url(images/open_cat.png);
    display: inline-block;
    top: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 10px;
    transition: all ease 0.3s;
}
#category_button.active {
    font-size: 0rem;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
#category_button.active:after {
    background-image: url(images/close_cat.png);
    margin-left: 0;
    position: relative;
    margin-left: -38px;
}
#search_form {
    background: #FFF;
    padding: 5rem 0 0;
    text-align: center;
    width: 80%;
    margin-left: 10%;
}

body.blog #articles_list article:nth-child(1) {
    position: relative;
    margin: 6rem 0 6rem;
}
body.blog #articles_list article:nth-child(1):before {
    content: '';
    position: static;
    width: 100%;
    height: 180px;
    display: inline-block;
    left: 0;
    top: 0;
    background-size: 142%;
    background-position: center;
}
body.blog #articles_list article:nth-child(1):after {
    content: '';
    position: static;
    width: 100%;
    height: 180px;
    display: inline-block;
    left: 0;
    top: 0;
    background-size: 142%;
    background-position: center;
}
body.blog #articles_list article:nth-child(1) .entry-content,
body.blog #articles_list article:nth-child(5) .entry-content {
    width: 100%;
    padding: 6rem;
}
body.blog #articles_list article:nth-child(1) .titles h5 {
    margin-bottom: 4rem;
    color: #FFF !important;
}
body.blog #articles_list article:nth-child(5) {
    position: relative;
    margin: 6rem 0 6rem;
}
body.blog #articles_list article:nth-child(2) h5, body.blog #articles_list article:nth-child(3) h5, body.blog #articles_list article:nth-child(4) h5{
	font-size: 1.6rem;
}
body.blog #articles_list article:nth-child(2) h3, body.blog #articles_list article:nth-child(3) h3, body.blog #articles_list article:nth-child(4) h3{
    font-size: 3.2rem;
    line-height: 3.6rem;
}


.wp-pagenavi {
    margin: 10rem 0;
}
.wp-pagenavi .current, .wp-pagenavi .page {
    width: 40px;
    height: 40px;
    font-size: 2rem;
    line-height: 5.6rem;
}
.blog_footer_blocks {
    margin-top: 6rem;
}
#masthead {
    width: 100vw;
}
.centered_box {
    width: 85%;
}
article.event .widget {
    margin: 0 0 3rem;
    width: 100%;
}
.event_map iframe {
    height: 47vw;
}
.event_save a {
    width: 100%;
}
}
@media (max-width: 414px) {
html {
    font-size: 44.5%;
}
.container {
    width: 80%;
}
.site-header .container, .mobile_menu_container .container {
    width: 80%;
}
.footer_right img {
    width: 131px;
    height: auto;
}
.centered_box #menu-main-menu li.show a {
    margin-top: 0rem;
    padding-top: 0rem;
    padding-bottom: 0;
}
.footer_mobile_logo {
    padding-bottom: 21rem;
}
.site-footer .container {
    padding: 0;
}
.close_menu {
}
.footer_left .social_icons {
    margin: 5rem 0;
    text-align: center;
    opacity: 1 !important;
}
.wp-pagenavi .previouspostslink,.wp-pagenavi .nextpostslink {
    width: 13px;
    height: 24px;
}
body.blog #articles_list article:nth-child(2), body.blog #articles_list article:nth-child(3), body.blog #articles_list article:nth-child(4) {
    margin-right: 0;
}
.centered_box #header_menu ul li {
    margin: 0.75rem 0;
}
.centered_box {
    top: 50%;
}
.gform_wrapper label.gfield_consent_label{
    padding-top: 0px;
    padding-left: 6px;
}

.site-info ul li:last-child{
    border-right: 0px solid #B69A4C;
}

}
