/*

	Theme Name: Genesis Sample

	Theme URI: https://demo.studiopress.com/

	Description: This is the sample theme created for the Genesis Framework.

	Author: StudioPress

	Author URI: https://www.studiopress.com/



	Version: 2.6.0



	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready



	Template: genesis



	License: GPL-2.0+

	License URI: http://www.gnu.org/licenses/gpl-2.0.html



	Text Domain: genesis-sample

*/





/* Table of Contents

- HTML5 Reset

	- Baseline Normalize

	- Box Sizing

	- Float Clearing

- Defaults

	- Typographical Elements

	- Headings

	- Objects

	- Gallery

	- Forms

	- Tables

	- Screen Reader Text

- Structure and Layout

	- Site Container

	- Site Inner

- Common Classes

	- Avatar

	- Genesis

	- Search Form

	- Titles

	- WordPress

- Widgets

	- Featured Content

- Plugins

	- Genesis eNews Extended

	- Genesis Simple FAQ

	- Jetpack

- Skip Links

- Site Header

	- Title Area

- Site Navigation

	- Responsive Menu

	- Header Menu

	- Footer Menu

- Content Area

	- Entry Content

	- Entry Meta

	- Pagination

	- Entry Comments

- Sidebar

- Footer Widgets

- Site Footer

- Media Queries

	- Min-width: 960px

		- Site Header

		- Genesis Menu

		- Responsive Menu

		- Header Menu

		- Site Inner

		- Content

		- Sidebar

		- Author Box

		- After Entry

		- Column Classes

		- Entry Misc.

		- Footer Widgets

- Print Styles

*/





/* HTML5 Reset

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



/* Baseline Normalize

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

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

button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:none;}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}



@keyframes nav-item-fade-in{

    to{

        opacity:1;

        transform:translateX(0)

    }

}



/* Box Sizing

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



html {

	box-sizing: border-box;

}



*,

*::before,

*::after {

	box-sizing: inherit;

}



/* Float Clearing

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



.author-box::before,

.clearfix::before,

.entry::before,

.entry-content::before,

.footer-widgets::before,

.nav-primary::before,

.nav-secondary::before,

.pagination::before,

.site-container::before,

.site-footer::before,

.site-header::before,

.site-inner::before,

.widget::before,

.wrap::before {

	content: " ";

	display: table;

}



.author-box::after,

.clearfix::after,

.entry::after,

.entry-content::after,

.footer-widgets::after,

.nav-primary::after,

.nav-secondary::after,

.pagination::after,

.site-container::after,

.site-footer::after,

.site-header::after,

.site-inner::after,

.widget::after,

.wrap::after {

	clear: both;

	content: " ";

	display: table;

}





/* Defaults

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



* {

    transition: unset;

}



body,

html {

    max-width: 100vw;

    overflow-x: hidden;

}



/* Layout

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

.flex-column, 

.flex-row {

    display: flex;

}



.flex-column {

    flex-direction: column;

}



.align-center {

    align-items: center;

}



.justify-center {

    justify-content: center;

}



.btn {

    font-style: normal;

    font-weight: 600;

    line-height: 1.25;

    font-size: 16px;

    letter-spacing: 1.25px;

    text-transform: uppercase;

    border: none;

    outline: 0;

    cursor: pointer;

}



.white-btn {

    background-color: #fff;

    border-radius: 4px;

    color: #d32f2f;

    background-position: center;

    transition: background .8s,background-color .2s cubic-bezier(.4,0,.2,1);

    box-shadow: 0 1px 3px rgba(0,0,0,.2), 0 2px 2px rgba(0,0,0,.12), 0 0 2px rgba(0,0,0,.14);

    height: 38px;

    width: 203px;

}



.red-btn {

    background-color: #d32f2f;

    border-radius: 4px;

    color: #fff;

    padding: 0 16px;

    background-position: center;

    transition: background .8s,box-shadow .2s cubic-bezier(.4,0,.2,1);

}



p.body2 {

    line-height: 1.4!important;

    font-size: 16px;

    letter-spacing: .25px;

    color: rgba(0,0,0,.87);

}



.text-center{text-align:center}

.text-left{text-align:left}

.text-right{text-align:right}



.home-section button.btn {

    margin-top: 24px;

    height: 36px;

}



.site-header li.request-info.menu-item button.btn {

    height: calc(100% - 16px);

    margin: 8px 0;

    padding: 10px 16px;

}



[data-aos^=fade][data-aos^=fade].aos-animate {

    opacity: 1;

    transform: translateZ(0);

}



[data-aos][data-aos][data-aos-delay="50"].aos-animate, 

body[data-aos-delay="50"] [data-aos].aos-animate {

    transition-delay: 50ms;

}





/* Typographical Elements

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



html {

	font-size: 62.5%; /* 10px browser default */

	-moz-osx-font-smoothing: grayscale;

	-webkit-font-smoothing: antialiased;

}



/* Chrome fix */

body > div {

	font-size: 18px;

	font-size: 1.8rem;

}



body {

	background-color: #fff;

	color: #333;

	font-family: 'Source Sans Pro', sans-serif;

	font-size: 18px;

	font-size: 1.8rem;

	font-weight: 400;

	line-height: 1.625;

	margin: 0;

}



body > img {

    display: none;

}



button,

input:focus,

input[type="button"],

input[type="reset"],

input[type="submit"],

textarea:focus,

.button,

.gallery img {

	transition: all 0.2s ease-in-out;

}



a {

	color: #22207b;

	text-decoration: none;

}



a:focus,

a:hover {

	color: #333;

	text-decoration: none;

}



p {

	margin: 0 0 30px;

	padding: 0;

}



ol,

ul {

	margin: 0;

	padding: 0;

}



li {

	list-style-type: none!important;

}



hr {

	border: 0;

	border-collapse: collapse;

	border-top: 1px solid #eee;

	clear: both;

	margin: 30px 0;

}



b,

strong {

	font-weight: 700;

}



blockquote,

cite,

em,

i {

	font-style: italic;

}



mark {

	background: #ddd;

	color: #333;

}



blockquote {

	margin: 30px;

}



blockquote::before {

	content: "\201C";

	display: block;

	font-size: 30px;

	font-size: 3rem;

	height: 0;

	left: -20px;

	position: relative;

	top: -10px;

}



/* Headings

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



h1,

h2,

h3,

h4,

h5,

h6 {

	font-family: 'Source Sans Pro', sans-serif;

	font-weight: 400;

	line-height: 1.2;

	margin: 0;

}



h1 {

	font-size: 30px;

	font-size: 3rem;

}



h2 {

	font-size: 27px;

	font-size: 2.7rem;

}



.entry-content h3,

.entry-content h4 {

	font-weight: 600;

}



h3 {

	font-size: 24px;

	font-size: 2.4rem;

}



h4 {

    font-style: normal;

    font-weight: 400;

    line-height: 51px;

    font-size: 34px;

    letter-spacing: .25px;

    text-transform: capitalize;

}



.entry-content h4 {

	margin-top: 40px;

}



h5 {

    font-style: italic;

    font-weight: 400;

    line-height: 1.25;

    font-size: 24px;

    text-transform: capitalize;

    color: rgba(0,0,0,.87);

}



h6 {

	font-size: 16px;

	font-size: 1.6rem;

}



/* Objects

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



embed,

iframe,

img,

object,

video,

.wp-caption {

	max-width: 100%;

}



img {

	height: auto;

	vertical-align: top;

}



figure {

	margin: 0;

}



/* Gallery

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



.gallery {

	overflow: hidden;

}



.gallery img {

	border: 1px solid #eee;

	height: auto;

	padding: 4px;

}



.gallery img:focus,

.gallery img:hover {

	border: 1px solid #999;

	outline: none;

}



.gallery-columns-1 .gallery-item {

	width: 100%;

}



.gallery-columns-2 .gallery-item {

	width: 50%;

}



.gallery-columns-3 .gallery-item {

	width: 33%;

}



.gallery-columns-4 .gallery-item {

	width: 25%;

}



.gallery-columns-5 .gallery-item {

	width: 20%;

}



.gallery-columns-6 .gallery-item {

	width: 16.6666%;

}



.gallery-columns-7 .gallery-item {

	width: 14.2857%;

}



.gallery-columns-8 .gallery-item {

	width: 12.5%;

}



.gallery-columns-9 .gallery-item {

	width: 11.1111%;

}



.gallery-columns-2 .gallery-item:nth-child(2n+1),

.gallery-columns-3 .gallery-item:nth-child(3n+1),

.gallery-columns-4 .gallery-item:nth-child(4n+1),

.gallery-columns-5 .gallery-item:nth-child(5n+1),

.gallery-columns-6 .gallery-item:nth-child(6n+1),

.gallery-columns-7 .gallery-item:nth-child(7n+1),

.gallery-columns-8 .gallery-item:nth-child(8n+1),

.gallery-columns-9 .gallery-item:nth-child(9n+1) {

	clear: left;

}



.gallery-item {

	float: left;

	margin: 0 0 30px;

	text-align: center;

}



/* Forms

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



input,

select,

textarea {

	background-color: #fff;

	border: 1px solid #ddd;

	color: #333;

	font-size: 18px;

	font-size: 1.8rem;

	font-weight: 400;

	padding: 15px;

	width: 100%;

}



input:focus,

textarea:focus {

	border: 1px solid #999;

	outline: none;

}



input[type="checkbox"],

input[type="image"],

input[type="radio"] {

	width: auto;

}



::-moz-placeholder {

	color: #333;

	opacity: 1;

}



::-webkit-input-placeholder {

	color: #333;

}

div#respond p.form-submit {
    margin-bottom: 30px;
}

button,

input[type="button"],

input[type="reset"],

input[type="submit"] {

    background-color: #22207b;

    border: 0;

    color: #fff;

    cursor: pointer;

    font-size: 16px;

    font-size: 1.6rem;

    font-weight: 600;

    padding: 10px 18px;

    border-radius: 4px;

    text-decoration: none;

    white-space: normal;

    text-transform: uppercase;

    letter-spacing: 1.25px;

    width: auto;

}



.button {

	background-color: none;

	border: 0;

	color: #d32f2f;

	cursor: pointer;

	font-size: 16px;

	font-size: 1.6rem;

	font-weight: 600;

	padding: 15px 30px;

	text-decoration: none;

	white-space: normal;

	width: auto;

}



button:focus,

button:hover,

.button:focus,

.button:hover {	

    color: #fff;

    background: #000 radial-gradient(circle,#000 1%,transparent 1%) center/15000%;

    box-shadow: 0 1px 5px rgba(0,0,0,.2), 0 3px 4px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.14);

}

	

input[type="button"]:focus,

input[type="button"]:hover,

input[type="reset"]:focus,

input[type="reset"]:hover,

input[type="submit"]:focus,

input[type="submit"]:hover {

      background: #000 radial-gradient(circle,#000 1%,transparent 1%) center/15000%;

	box-shadow: 0 1px 5px rgba(0,0,0,.2), 0 3px 4px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.14);

	color: #fff;

}



.entry-content .button:focus,

.entry-content .button:hover {

	color: #fff;

}



.button {

	display: inline-block;

}



a.button.small,

button.small,

input[type="button"].small,

input[type="reset"].small,

input[type="submit"].small {

	padding: 8px 16px;

}



.site-container button:disabled,

.site-container button:disabled:hover,

.site-container input:disabled,

.site-container input:disabled:hover,

.site-container input[type="button"]:disabled,

.site-container input[type="button"]:disabled:hover,

.site-container input[type="reset"]:disabled,

.site-container input[type="reset"]:disabled:hover,

.site-container input[type="submit"]:disabled,

.site-container input[type="submit"]:disabled:hover {

	background-color: #eee;

	border-width: 0;

	color: #777;

	cursor: not-allowed;

}



input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-results-button {

	display: none;

}



/* Tables

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



table {

	border-collapse: collapse;

	border-spacing: 0;

	line-height: 2;

	margin-bottom: 40px;

	width: 100%;

	word-break: break-all;

}



tbody {

	border-bottom: 1px solid #eee;

}



td,

th {

	text-align: left;

}



td {

	border-top: 1px solid #eee;

	padding: 6px;

}



th {

	font-weight: 400;

	padding: 0 6px;

}



td:first-child,

th:first-child {

	padding-left: 0;

}



/* Screen Reader Text

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



.screen-reader-shortcut,

.screen-reader-text,

.screen-reader-text span {

	border: 0;

	clip: rect(0, 0, 0, 0);

	height: 1px;

	overflow: hidden;

	position: absolute !important;

	width: 1px;

	word-wrap: normal !important;

}



.screen-reader-text:focus,

.screen-reader-shortcut:focus,

.widget_search input[type="submit"]:focus {

	background: #fff;

	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);

	clip: auto !important;

	color: #333;

	display: block;

	font-size: 1em;

	font-weight: bold;

	height: auto;

	padding: 15px 23px 14px;

	text-decoration: none;

	width: auto;

	z-index: 100000; /* Above WP toolbar. */

}



.more-link {

    position: relative;

    border-color: #22207b;
    border: 2px solid #22207b;
    color: #22207b;

    padding: 8px 24px;

    display: inline-block;

    font-size: 16px;

    font-weight: 700;

}



.more-link:hover {

    border-color: #333;

    color: #333;

}



.home .entry-header .entry-meta, 

.home .entry-header .entry-title, 

.home .entry .entry-content {

    padding: 0 20px;

}



.home .entry .entry-footer {

    padding: 20px;

    background: none;

    width: 100%;

    height: auto;

    box-shadow: none;

}



.home .entry .entry-footer a {

    color: #d32f2f;

}



.home .entry .entry-footer .entry-meta {

    margin: 0;

    padding: 15px 0 0;

    font-size: 14px;

}



.home .entry .entry-content > p {

    margin-bottom: 0;

}



.more-link-wrap {

    margin: 20px 0;

    clear: both;

}



.atf div.contact-info {

    position: absolute;

    top: 8px;

    right: 32px;

}



.atf div.contact-info a {

    color: #fff9f9;

    font-weight: 600;

    line-height: 24px;

    font-size: 16px;

    letter-spacing: .15px;

    text-transform: uppercase;

}



.home .entry .entry-title {

    clear: both;

}



.home .entry .entry-header img {

    display: block;

    width: 100%;

    margin: 0 0 20px;

    height: 100%;

    position: relative;

    object-fit: cover;

}



.width-limiter {

    width: 100%;

    max-width: 1440px;

    margin-left: auto;

    margin-right: auto;

}





/* Structure and Layout

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



/* Site Container

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



.site-container {

	-webkit-animation: fadein 1s;

	animation:         fadein 1s;

	word-wrap: break-word;

}



@keyframes fadein {

	from { opacity: 0; }

	to   { opacity: 1; }

}



@-webkit-keyframes fadein {

	from { opacity: 0; }

	to   { opacity: 1; }

}



/* Site Inner

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



.site-inner {

	clear: both;

	margin: 0 auto;

	padding: 60px 30px 0;

	padding: 0;

}



.home .site-inner {

    padding: 0 36px;

    margin-top: 50px;

}



/* Common Classes

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



/* Avatar

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



.avatar {

	border-radius: 50%;

	float: left;

}



.author-box .avatar,

.alignleft .avatar {

	margin-right: 20px;

}



.alignright .avatar {

	margin-left: 20px;

}



.comment .avatar {

	margin: 0 15px 20px 0;

}



/* Genesis

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



.after-entry,

.archive-description,

.author-box {

	margin-bottom: 40px;

}



.after-entry {

	box-shadow: 0 0 20px rgba(0,0,0,0.05);

	padding: 20px 30px;

}



.after-entry .widget:last-of-type {

	margin-bottom: 0;

}



.breadcrumb {

	border-bottom: 1px solid #eee;

	font-size: 16px;

	font-size: 1.6rem;

	margin-bottom: 40px;

	padding-bottom: 10px;

}



.archive-description p:last-child,

.author-box p:last-child {

	margin-bottom: 0;

}



/* Search Form

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



.search-form {

	overflow: hidden;

}



.entry-content .search-form {

	margin-bottom: 40px;

	width: 50%;

}



.post-password-form input[type="submit"],

.search-form input[type="submit"] {

	margin-top: 10px;

}



.widget_search input[type="submit"] {

	border: 0;

	clip: rect(0, 0, 0, 0);

	height: 1px;

	margin: -1px;

	padding: 0;

	position: absolute;

	width: 1px;

}



/* Titles

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



.archive-description .entry-title,

.archive-title,

.author-box-title {

	font-size: 20px;

	font-size: 2rem;

	font-weight: 600;

	margin-bottom: 10px;

}



.entry-title {

	font-size: 30px;

	font-size: 3rem;

	margin-bottom: 10px;

}



.entry-title a,

.sidebar .widget-title a {

	color: #333;

	text-decoration: none;

}



.entry-title a:focus,

.entry-title a:hover {

	color: #22207b;

}



.widget-title {

	font-size: 18px;

	font-size: 1.8rem;

	font-weight: 600;

	margin-bottom: 20px;

}



/* WordPress

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



.aligncenter {

	text-align: center;

}



a.aligncenter img {

	display: block;

	margin: 0 auto;

}



a.alignnone {

	display: inline-block;

}



.alignleft {

	float: left;

	text-align: left;

}



.alignright {

	float: right;

	text-align: right;

}



a.alignleft,

a.alignnone,

a.alignright {

	max-width: 100%;

}



img.centered,

.aligncenter {

	display: block;

	margin: 0 auto 30px;

}



img.alignnone,

.alignnone {

	margin-bottom: 15px;

}



a.alignleft,

img.alignleft,

.wp-caption.alignleft {

	margin: 0 20px 20px 0;

}



a.alignright,

img.alignright,

.wp-caption.alignright {

	margin: 0 0 20px 20px;

}



.gallery-caption,

.wp-caption-text {

	font-size: 14px;

	font-size: 1.4rem;

	font-weight: 600;

	margin: 0;

	text-align: center;

}



.entry-content p.wp-caption-text {

	margin-bottom: 0;

}



.entry-content .wp-audio-shortcode,

.entry-content .wp-playlist,

.entry-content .wp-video {

	margin: 0 0 30px;

}





/* Widgets

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



.widget {

	margin-bottom: 40px;

}



.widget p:last-child,

.widget ul > li:last-of-type {

	margin-bottom: 0;

}



.widget ul > li {

	margin-bottom: 10px;

}



.widget ul > li:last-of-type {

	padding-bottom: 0;

}



.widget ol > li {

	list-style-position: inside;

	list-style-type: decimal;

	padding-left: 20px;

	text-indent: -20px;

}



.widget li li {

	border: 0;

	margin: 0 0 0 30px;

	padding: 0;

}



.widget_calendar table {

	width: 100%;

}



.widget_calendar td,

.widget_calendar th {

	text-align: center;

}



/* Featured Content

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



.featured-content .entry {

	border-bottom: 1px solid #eee;

	margin-bottom: 20px;

}



.featured-content .entry:last-of-type {

	border-bottom: none;

	margin-bottom: 0;

}



.featured-content .entry-image {

	height: 75px;

	width: 75px;

}



.featured-content .entry-title {

	font-size: 16px;

	font-size: 1.6rem;

	margin-bottom: 5px;

	margin-top: 10px;

}





/* Plugins

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



/* Genesis eNews Extended

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



.after-entry .enews {

	text-align: center;

	padding: 10px;

}



.sidebar .enews {

	background-color: #f5f5f5;

	padding: 30px;

}



.enews-widget input {

	font-size: 16px;

	font-size: 1.6rem;

	margin-bottom: 10px;

}



.after-entry .enews-widget input {

	text-align: center;

}



.enews-widget input[type="submit"] {

	margin: 0;

	width: 100%;

}



.enews form + p {

	margin-top: 20px;

}



/* Genesis Simple FAQ

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



.gs-faq__question {

	background: transparent;

	border-bottom: 1px solid #eee;

	color: #333;

	padding-left: 0;

	padding-right: 0;

}



.gs-faq__question:focus,

.gs-faq__question:hover {

	background: transparent;

	color: #d32f2f;

}



.gs-faq__question::after {

	content: "\f132";

	font-family: "dashicons";

	float: right;

}



.gs-faq__question.gs-faq--expanded::after {

	content: "\f460";

}



/* Jetpack

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



#wpstats {

	display: none;

}





/* Skip Links

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



.genesis-skip-link {

	margin: 0;

}



.genesis-skip-link .skip-link-hidden {

	display: none;

	visibility: hidden;

}



.genesis-skip-link li {

	height: 0;

	list-style: none;

	width: 0;

}



/* Display outline on focus */

:focus {

	color: #333;

	outline: none;

}





/* Site Header

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



.site-header {

    background-color: rgba(0,0,0,.87);

    padding: 0 16px;

	box-shadow: 0 1px 5px rgba(0,0,0,.2), 0 3px 4px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.14);

    position: fixed;

    width: 100%;

    z-index: 10000000!important;

}



.site-header .title-area {

    padding: 5px 0;

    background: url(images/logo.svg) no-repeat;

    height: 90px;

    margin-bottom: -43px;

    margin-top: 8px;

}



.site-header .genesis-nav-menu a {

    color: #fff;

    opacity: .75;

    text-decoration: none;

    padding: 14px 12px;

    position: relative;

    font-weight: 600;

    line-height: 1.25;

    text-transform: uppercase;

    font-size: 16px;

    letter-spacing: 1.25px;

    transition: opacity .2s cubic-bezier(.4,0,.2,1);

}



.site-header li.request-info.menu-item {

    margin-left: 24px;

    margin-right: -16px;

}



.site-header .genesis-nav-menu a:hover {

	color: #fff;	

    opacity: 1;

    transition: opacity .25s cubic-bezier(.4,0,.2,1);

}



.site-header .genesis-nav-menu .current-menu-item {

    border-bottom: 3px solid #fff;

}



.site-header .genesis-nav-menu .current-menu-item a {

    color: #fff;

    opacity: 1;

}



.site-header .nav-primary {

    padding: 0;

}



/* Title Area

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



.title-area {

	float: left;

}



.wp-custom-logo .title-area {

	max-width: 350px;

	padding-bottom: 5px;

	padding-top: 5px;

}



.site-title {

    font-style: normal;

    font-weight: 300;

    line-height: 30px;

    font-size: 20px;

    letter-spacing: .25px;

    text-transform: uppercase;

    margin: 0;

}



.site-title a,

.site-title a:focus,

.site-title a:hover {

	color: #fff;

	text-decoration: none;

}



.site-title a {

    padding: 0 0 54px 106px;

    margin-top: -10px;

}



.site-description {

	border: 0;

	clip: rect(0, 0, 0, 0);

	height: 1px;

	overflow: hidden;

	position: absolute !important;

	width: 1px;

	word-wrap: normal !important;

}
.wp-custom-logo .site-title {

	border: 0;

	clip: rect(0, 0, 0, 0);

	height: 1px;

	overflow: hidden;

	position: absolute ;

	width: 1px;

	word-wrap: normal ;

}





/* Site Navigation

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



.genesis-nav-menu {

	clear: both;

	line-height: 1;

	width: 100%;

}



.genesis-nav-menu .menu-item {

	display: block;

	float: none;

	position: relative;

}



.genesis-nav-menu a {

	color: #333;

	display: block;

	font-size: 15px;

	font-size: 1.5rem;

	font-weight: 400;

	outline-offset: -1px;

	padding-bottom: 12px;

	padding-top: 12px;

	text-decoration: none;

}



.genesis-nav-menu a:focus,

.genesis-nav-menu a:hover,

.genesis-nav-menu .current-menu-item > a,

.genesis-nav-menu .sub-menu .current-menu-item > a:focus,

.genesis-nav-menu .sub-menu .current-menu-item > a:hover {

	color: #d32f2f;

	text-decoration: none;

}



.genesis-nav-menu .sub-menu,

.genesis-nav-menu .sub-menu a {

	width: 100%;

}



.genesis-nav-menu .sub-menu {

	clear: both;

	display: none;

	left: -9999px;

	margin: 0;

	opacity: 1;

	padding-left: 15px;

	position: static;

	z-index: 99;

}



.genesis-nav-menu .sub-menu a {

	background-color: #fff;

	font-size: 14px;

	font-size: 1.4rem;

	position: relative;

	word-wrap: break-word;

}



.genesis-nav-menu .menu-item:focus,

.genesis-nav-menu .menu-item:hover {

	position: relative;

}



.genesis-nav-menu .menu-item:hover > .sub-menu {

	left: auto;

	opacity: 1;

}



/* Responsive Menu

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



.menu .menu-item:focus {

	position: static;

}



.menu .menu-item > a:focus + ul.sub-menu,

.menu .menu-item.sfHover > ul.sub-menu {

	left: auto;

	opacity: 1;

}



.genesis-responsive-menu {

	display: none;

	padding-bottom: 15px;

	position: relative;

}



.menu-toggle,

.sub-menu-toggle {

	background-color: transparent;

	border-width: 0;

	color: #333;

	display: block;

	margin: 0 auto;

	overflow: hidden;

	text-align: center;

	visibility: visible;

}



.menu-toggle:focus,

.menu-toggle:hover,

.sub-menu-toggle:focus,

.sub-menu-toggle:hover {

	background-color: transparent;

	border-width: 0;

	color: #d32f2f;

}



.menu-toggle {

	display: none !important;	

	float: right;

	line-height: 20px;

	margin-bottom: 10px;

	margin-top: 10px;

	padding: 15px 0;

	position: relative;

	z-index: 1000;

}



.menu-toggle.activated::before {

	content: "\f335";

}



.site-header .menu-toggle::before {

	float: left;

	margin-right: 5px;

	position: relative;

	text-rendering: auto;

	top: 1px;

}



.sub-menu-toggle {

	float: right;

	padding: 9px 10px;

	position: absolute;

	right: 0;

	top: 0;

	z-index: 100;

}



.sub-menu .sub-menu-toggle {

	padding: 12px 10px;

}



.sub-menu-toggle::before {

	display: inline-block;

	text-rendering: auto;

	-webkit-transform: rotate( 0 );

	-ms-transform:     rotate( 0 );

	transform:         rotate( 0 );

	transition: transform .25s ease-in-out;

}



.sub-menu-toggle.activated::before {

	-webkit-transform: rotate( 180deg );

	-ms-transform:     rotate( 180deg );

	transform:         rotate( 180deg );

}



/* Header Menu

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



.nav-primary {

	clear: left;

	width: 100%;

}



/* Footer Menu

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



.nav-secondary {

	margin-top: 10px;

}



.nav-secondary .genesis-nav-menu {

	line-height: 1.5;

}



.nav-secondary .menu-item {

	display: inline-block;

}



.nav-secondary a {

	margin-left: 10px;

	margin-right: 10px;

	padding: 0;

}





/* Content Area

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



/* Entry Content

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



.entry {

	margin-bottom: 40px;

}



.entry-content ol,

.entry-content ul {

	margin-bottom: 30px;

	margin-left: 40px;

}



.entry-content ol > li {

	list-style-type: decimal;

}



.entry-content ul > li {

	list-style-type: disc;

}



.entry-content ol ol,

.entry-content ul ul {

	margin-bottom: 0;

}



.entry-content code {

	background-color: #f5f5f5;

}



.entry-content .caption {

	font-size: 14px;

	font-weight: 600;

	margin-top: -20px;

	text-align: center;

}



.content .sticky {

	background-color: #f5f5f5;

	padding: 30px;

}



/* Entry Meta

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



p.entry-meta {

	font-size: 16px;

	font-size: 1.6rem;

	margin-bottom: 0;

}



.entry-header .entry-meta {

	margin-bottom: 20px;

}



footer.entry-footer{

	display: none;

}

.entry-footer .entry-meta {

	border-top: 1px solid #eee;

	padding-top: 20px;

}



.entry-categories,

.entry-tags {

	display: block;

}



.entry-comments-link::before {

	content: "\2014";

	margin: 0 6px 0 2px;

}



/* Pagination

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



.pagination {

    clear: both;

    display: block;

    margin: 40px auto 60px;

    flex-basis: 100%;

    text-align: center;



}



.adjacent-entry-pagination {

	margin-bottom: 0;

}



.archive-pagination li {

	display: inline;

}



.archive-pagination li a {

	background-color: #f5f5f5;

	color: #333;

	cursor: pointer;

	display: inline-block;

	font-size: 16px;

	font-size: 1.6rem;

	font-weight: 600;

	margin-bottom: 4px;

	padding: 8px 12px;

	text-decoration: none;

}



.archive-pagination li a:focus,

.archive-pagination li a:hover,

.archive-pagination li.active a {

	background-color: #d32f2f;

	color: #fff;

}



/* Entry Comments

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



.comment-respond,

.entry-comments,

.entry-pings {

	font-size: 18px;

	font-size: 1.8rem;

	margin-bottom: 40px;

}



.comment-list li {

	padding: 40px 0 0 30px;

}



.comment-list .depth-1 {

	padding-left: 0;

}



.comment-list .bypostauthor {

}



.comment-header {

	margin-bottom: 30px;

}



.comment-content {

	clear: both;

}



.comment-content ul > li {

	list-style-type: disc;

}



.comment-respond input[type="email"],

.comment-respond input[type="text"],

.comment-respond input[type="url"] {

	width: 50%;

}



.comment-respond label {

	display: block;

	margin-right: 12px;

}



.comment-header p {

	margin-bottom: 0;

}



.entry-pings .reply {

	display: none;

}





/* Sidebar

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



.sidebar {

	font-size: 16px;

	font-size: 1.6rem;

	line-height: 1.5;

}



.sidebar .widget {

	margin-bottom: 40px;

}



.sidebar p {

	margin-bottom: 20px;

}





/* Footer Widgets

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



.footer-widgets {

	border-top: 1px solid #eee;

	background-color: #fff;

	clear: both;

	font-size: 18px;

	font-size: 1.8rem;

	padding: 60px 0;

}



.footer-widgets .wrap {

	margin-left: auto;

	margin-right: auto;

}



.footer-widget-area {

	margin-bottom: 40px;

	padding-left: 30px;

	padding-right: 30px;

}



.footer-widget-area:last-child ,

.footer-widgets .widget:last-child {

	margin-bottom: 0;

}





/* Site Footer

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



.site-footer {

    background-color: #d32f2f;

    font-size: 12px;

    font-size: 1.2rem;

    line-height: 1.5;

    padding: 30px;

    color: #fff;

    text-align: center;

}



.site-footer p {

	margin-bottom: 0;

}



.site-footer,

.site-footer a {

	color: #fff;

}





/* Home Section

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

.home-top-section {

	height: 500px;

    background-size: cover;

    position: relative;

    z-index: 1;

    color: #fff;

    margin-top: 56px;

}



.home-top-section:before {

    content: "";

    width: 100%;

    height: 100%;

    background: rgba(0,0,0,.5);

    position: absolute;

    z-index: -1;

}



.home-top-section .title {

    text-align: center;

    font-weight: 300;

    line-height: 90px;

    font-size: 60px;

    letter-spacing: -.5px;

    text-shadow: 0 11px 15px rgba(0,0,0,.2), 0 9px 46px rgba(0,0,0,.12), 0 24px 38px rgba(0,0,0,.14);

}



.home-middle-section {

    margin: 0 auto;

}



.home-middle-section .widget-section {

    width: 50%;

    margin: 0 15px;

}



.home-middle-section .widget-section.home-contact-widget {

	margin-left: 0;

    text-align: right;	

}



.home-middle-section .home-contact-widget h5 {

    margin: 0;

    font-style: italic;

    font-weight: 400;

    line-height: 1.25;

    text-align: center;

    font-size: 24px;

}



.home-middle-section .widget-section.home-video-widget {

    margin-right: 0;

}


.home .card {
	margin: 0px;
}
.card {

    background: #fafafa;

    border-radius: 4px;
	margin: 18px;

    box-shadow: 0 1px 5px rgba(0,0,0,.2), 0 3px 4px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.14);


    transition: box-shadow .25s cubic-bezier(.4,0,.2,1),opacity .5s ease;

    max-width: 432px;

    flex-basis: calc((100vw - (36px * 4))/ 3);

}



.card:not(.card-horizontal):hover {

    box-shadow: 0 5px 6px rgba(0,0,0,.2), 0 3px 16px rgba(0,0,0,.12), 0 9px 12px rgba(0,0,0,.14);

    transition: box-shadow .2s cubic-bezier(.4,0,.2,1),opacity .5s ease;

}



.form-and-video .card {

    margin-top: 0;

}



.card.card-medium {

    max-width: 666px;

}



form:not(.not-material-form) {

    display: inline-block;

    width: 100%;

}



.form-card .title-bar,

.form-container .title-bar {

    background-color: #d32f2f;

}



.form-card .title, 

.form-container .title {

    color: #fff;

}



.form-card form, 

.form-container form {

    padding: 0 36px!important;

}



.form-card .btn, 

.form-container .btn {

    height: 38px;

    margin-left: auto;

    margin-right: 36px;

    margin-bottom: 24px;

}



form:not(.not-material-form) div.field {

    position: relative;

    height: 50px;

    display: flex;

    flex-direction: column;

    justify-content: flex-end;

    margin: 24px 0;

}



.form-card form, 

.form-container form {

    padding: 0 36px!important;

}



form:not(.not-material-form) div.field input {

    border-radius: 0!important;

    width: 100%;

    display: block;

    border: none;

    padding: 0 0 5px 0;

    border-bottom: solid 1px rgba(0,0,0,.87);

    transition: all .3s cubic-bezier(.64,.09,.08,1);

    background: linear-gradient(to bottom,rgba(255,255,255,0) 96%,rgba(0,0,0,.87) 4%) no-repeat -100vw 0;

    background-size: 100% 100%;

    font-size: 18px;

    letter-spacing: .15px;

    color: rgba(0,0,0,.87);

}



form:not(.not-material-form) div.field input:focus {

    box-shadow: none;

    outline: 0;

    background-position: 0 0;

}



form:not(.not-material-form) div.field label {

    position: absolute;

    top: 0;

    line-height: 16px;

    font-size: 12px;

    letter-spacing: .4px;

    color: rgba(0,0,0,.64);

    transition: color .4s;

}



form:not(.not-material-form) div.field {

    position: relative;

    height: 50px;

    display: flex;

    flex-direction: column;

    justify-content: flex-end;

    margin: 24px 0;

}



form.show-errors input:not(:valid)~label {

    color: #d32f2f;

}



form.show-errors input:not(:valid) {

    border-bottom: solid 1px #d32f2f!important;

}



.bottom-atf {

    background-color: #1d1d1d;

    height: 350px;

    /* margin-top: 42px; */

    justify-content: space-around;

    overflow: hidden;

}

.bottom-atf .content-footer {

    color: #fff;

    width: 44.8vw;

    margin-top: 24px;

}



.bottom-atf .content-footer h4 {

    margin-bottom: 27px;

}



.bottom-atf .custom-html-widget {

    justify-content: space-around;

    align-items: center;

    display: flex;

}



.bottom-atf .widget {

	margin: 0;

    width: 100%;	

}



.bottom-atf .content-footer {

    color: #fff;

    width: 44.8vw;

	margin: 24px 0 0;

    padding: 0 18px;    

}



.bottom-atf .content h4 {

    margin-bottom: 27px;

}



.bottom-atf .content-footer p.body2 {

    margin-bottom: 36px;

    color: #fff;

}



.bottom-atf .image-container-helper {

    display: flex;

    width: 40vw;

    height: 350px;

    overflow: hidden;

}



.bottom-atf .image-container-helper .image-container {

    width: 40vw;

    height: 40vw;

    border-radius: 20vw;

    overflow: hidden;

    position: relative;

    top: -39%;

}



.bottom-atf .image-container-helper .image-container img {

    width: 40vw;

    height: 40vw;

    max-width: 680px;

    max-height: 680px;

    margin: auto;

    object-fit: cover;

}



.site-footer {

    background: #d32f2f;

    box-shadow: 0 1px 5px rgba(0,0,0,.2), 0 3px 4px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.14);

    width: 100vw;

    height: 100px;

    top: 0;

    left: 0;

    padding: 8px 16px;

    z-index: 100;

    position: relative;

}



.site-footer .widget {

    margin: 0;

}



.site-footer p.body2 {

    line-height: 16px;

    font-size: 12px;

    letter-spacing: .4px;

}



.site-footer>.flex-row {

    justify-content: space-between;

	height: 100%;

}



.site-footer .widget .widget-wrap > div {

    display: flex;

}



.site-footer .widget ul > li {

    margin: 0;

}



.site-footer .logo {

    position: absolute;

    left: 0;

    right: 0;

    width: 90px;

    height: 90px;

    top: -45px;

    display: flex;

    justify-content: center;

    margin: auto;

}



.site-footer .logo img {

    width: 90px;

    height: 90px;

}



.social-links-desktop {

    position: absolute!important;

    left: 0;

    right: 0;

    margin: auto;

    top: 50px!important;

    width: 180px;

}



.social-links-desktop, 

.social-links-mobile {

    position: relative;

    top: 16px;

}



.social-links-desktop .social-link, 

.social-links-mobile .social-link {

    margin: 4px;

    width: 36px;

    height: 36px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 18px;

}



.social-links-desktop .social-link:hover, 

.social-links-mobile .social-link:hover {

    background: rgba(255,255,255,.24);

}



.social-links-desktop .social-link svg, 

.social-links-mobile .social-link svg {

    fill: #fff;

}



.site-footer a, 

.site-footer p.body2 {

    color: #fff;

}



.nav-links-container ul.flex-row {

    flex: 1 1 100%;

}



.nav-links-container ul.flex-row li a.btn:not(.dropdown-item).active, 

.nav-links-container ul.flex-row li a.btn:not(.dropdown-item):hover {

    opacity: 1;

    transition: opacity .25s cubic-bezier(.4,0,.2,1);

}



.nav-links-container ul.flex-row li.nav-dropdown {

    position: relative;

}



.nav-links-container ul.flex-row li a.btn {

    color: #fff;

    opacity: .75;

    text-decoration: none;

    padding: 0 12px;

    position: relative;

    transition: opacity .2s cubic-bezier(.4,0,.2,1);

}



.nav-links-container ul.flex-row li a.btn:not(.dropdown-item).active::after {

    visibility: visible;

    opacity: 1;

    transition: opacity .25s cubic-bezier(.4,0,.2,1);

}



.nav-links-container ul.flex-row li a.btn:not(.dropdown-item)::after {

    content: ' ';

    border-bottom: 3px solid #fff;

    position: absolute;

    left: 0;

    right: 0;

    bottom: -17px;

    visibility: hidden;

    opacity: 0;

    transition: opacity .2s cubic-bezier(.4,0,.2,1);

}



.home .entry {

    /* width: calc(50% - 20px);

    flex-basis: calc(50% - 20px);

    display: block; */

    margin-bottom: 15px;

}



.home .content {

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -ms-flex-pack: justify;

    justify-content: space-between;

}



.nav-primary li.request-info {

    margin-left: 24px;

}



/* Slider  */

.testimonials .slider {

    position: relative;

    width: 100vw;

    margin: 54px 0 0;

}



.slider .frame {

    position: relative;

    font-size: 0;

    line-height: 0;

    overflow: hidden;

    white-space: nowrap;

    width: 100vw;

    height: 600px;

    margin: 0 auto;

}



.slider .slides {

    display: inline-block;

    text-align: center;

}



.slider .slides .js_slide {

    color: #fff;

    width: 100vw;

    height: 600px;

    font-size: 16px;

    background-repeat: no-repeat;

    background-size: cover;

    position: relative;

}



.slider .slides .js_slide img {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    width: 90vw;

    margin: auto;

    height: 600px;

    object-fit: cover;

    object-position: unset;

    z-index: 1;

    filter: brightness(60%);

    -webkit-filter: brightness(60%);

    max-width: 1400px;

}



.slider .slides .js_slide h4 {

    max-width: 1000px;

    width: 80%;

    white-space: normal;

    z-index: 1000000;

    position: relative;

}



.slider .slides .js_slide h4.upper {

    bottom: 10vmin;

}



.slider .slides .js_slide div.fade-out-left-helper {

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    width: 5vw;

    background: #000;

    z-index: 1000000;

}



.slider .slides .js_slide div.fade-out-right-helper {

    position: absolute;

    top: 0;

    bottom: 0;

    right: 0;

    width: 5vw;

    background: #000;

    z-index: 1000000;

}



.slider .slides .js_slide div.fade-out-left {

    position: absolute;

    top: 0;

    bottom: 0;

    left: 5vw;

    width: 10vw;

    background-image: linear-gradient(to right,#000,rgba(0,0,0,0));

    z-index: 1000000;

}



.slider .slides .js_slide div.fade-out-right {

    position: absolute;

    top: 0;

    bottom: 0;

    right: 5vw;

    width: 10vw;

    background-image: linear-gradient(to left,#000,rgba(0,0,0,0));

    z-index: 1000000;

}





.slider .slides .js_slide h4::after {

    content: "★★★★★";

    position: absolute;

    left: 0;

    right: 0;

    text-align: center;

    bottom: -40px;

    font-size: 16px;

    letter-spacing: 5px;

    color: #caff23;

}



.slider .js_next, 

.slider .js_prev {

    position: absolute;

    top: 0;

    bottom: 0;

    width: 52px;

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    z-index: 1000000;

}



.slider .js_prev {

    left: 0;

    transform: rotate(180deg);

}



.slider .js_next {

    right: 0;

}



.slider .slider_navigation_dots {

    margin: 0;

    padding: 0;

    text-align: center;

    position: absolute;

    bottom: 24px;

    width: 100%;

}



.slider li {

    position: relative;

    display: inline-flex;

}



.slider .slider_navigation_dots li.active {

    background-color: #d32f2f;

}



.slider .slider_navigation_dots li {

    background-color: #ffebee;

    display: inline-block;

    margin: 0 4px;

    cursor: pointer;

    width: 16px;

    height: 16px;

    border-radius: 50%;

}



.slider .slides .js_slide h4.lower {

    top: 10vmin;

}



.single .entry-title {

    font-size: 36px;

}



.single .content {

    width: 80%;

}



.single .content #respond,

.single .content .entry {

    width: 65%;

    margin: 0 auto;

}



.single .content #respond {

    margin-top: 60px;

}



.single .banner-wrap {

    margin-bottom: 40px;

    max-height: 400px;

    text-align: center;

    overflow: hidden;

}



.form-and-video .video-card iframe {

	height: 100%;

}



/* Popup Modal */

div.modal-container {

    position: fixed;

    top: 0;

    right: 0;

    left: 0;

    bottom: 0;

    width: 100vw;

    height: 100vh;

    background: rgba(0,0,0,.7);

    align-items: center;

    justify-content: center;

    display: none;

    z-index: 100000000;

}



div.modal-container div.modal {

    width: 78.68vw;

    height: 464px;

    background: #fff;

    position: relative;

    max-width: 1200px;

}



div.modal-container div.modal .close-btn {

    background: #fff;

    position: absolute;

    top: -20px;

    right: -20px;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    box-shadow: 0 1px 10px rgba(0,0,0,.2), 0 4px 5px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.14);

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    z-index: 1000000000;

}



div.modal-container div.modal .form-container, 

div.modal-container div.modal .reviews-container {

    flex: 0 0 50%;

    padding: 16px 36px;

}



div.modal-container div.modal .reviews-container {

    background: #f3f3f3;

    max-height: 464px;

    overflow-y: scroll;

}



div.modal-container div.modal .form-container {

    padding: 0;

}



div.modal-container div.modal .form-container form {

    padding: 16px 36px!important;

}



div.modal-container div.modal .form-container .btn {

    height: 36px;

    margin-left: auto;

}



div.modal-container div.modal .form-container .field {

    margin: 16px;

}



div.modal-container.show {

    display: flex;

}



.fl-fr {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-flow: row wrap;

  -ms-flex-flow: row wrap;

  flex-flow: row wrap;

  -webkit-box-align: start;

  -webkit-align-items: flex-start;

  -ms-flex-align: start;

  align-items: flex-start;

  font-family: helvetica, arial, sans-serif;

  font-size: 14px;

  line-height: 1.38em;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  text-align: left;

  max-width: 750px;

  margin: auto;

}



.fl-fr_postsContainer {

  -webkit-box-flex: 2;

  -webkit-flex: 2 2 350px;

  -ms-flex: 2 2 350px;

  flex: 2 2 350px;

  margin: 6px;

}



.fl-fr_leftColumn {

  -webkit-box-flex: 1;

  -webkit-flex: 1 2 210px;

  -ms-flex: 1 2 210px;

  flex: 1 2 210px;

  margin: 6px;

  display: none;

}



.fl-fr_facebookLogoBar {

  display: block;

  background-color: #4254a0;

  margin: 0 0 6px;

  padding: .4em 1em .05em;

  text-decoration: none;

}



.fl-fr_facebookLogoBar svg {

    width: 1.6em;

    height: 1.6em;

}



.fl-fr_reviewsBar {

  position: relative;

  display: block;

  background-color: #e5e6ea;

  color: #4b4f56;

  margin: 6px 0;

  padding: 0.8em 11.9px;

  text-transform: uppercase;

  border: 1px solid #d0d1d5;

  font-size: 9.52px;

  line-height: 1.34em;

  text-decoration: none;

}



.fl-fr_reviewsBar span {

    -webkit-transform: rotateZ(-90deg);

    -ms-transform: rotate(-90deg);

    transform: rotateZ(-90deg);

    position: absolute;

    right: 0;

    top: .3em;

}



.fl-fr_reviewsBar path {

    fill: #4b4f56;

}





.fl-fr_Post-post, 

.fl-fr_Post-header,

.fl-fr_Post-header-image, 

.fl-fr_Post-header-text, 

.fl-fr_Post-header-text-top,

.fl-fr_Post-header-text-top-name,

.fl-fr_Post-header-text-top-actionTarget,

.fl-fr_Post-header-text-stars,

.fl-fr_Post-header-text-bottom,

.fl-fr_Post-icon icon-world,

.fl-fr_Post-ExpansibleTextBox,

.fl-fr_Post-ExpansibleTextBox-seeMore {

  margin: 0;

  padding: 0;

  font-size: inherit;

  font-family: inherit;

  text-decoration: none;

  line-height: inherit;

}



.fl-fr_Post {

  display: block;

  padding: 11.9px;

  margin: 0 0 10px;

  background-color: #fff;

  border: 1px solid #d0d1d5;

}



.fl-fr_Post-header {

  color: #90949c;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-flow: row nowrap;

  -ms-flex-flow: row nowrap;

  flex-flow: row nowrap;

  -webkit-box-align: stretch;

  -webkit-align-items: stretch;

  -ms-flex-align: stretch;

  align-items: stretch;

  position: relative;

  padding-bottom: 6px;

}



.fl-fr_Post-header-image {

  width: auto;

  height: 40px;

  display: block;

  padding-right: 8px;

}



.fl-fr_Post-header-text {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-flow: column nowrap;

  -ms-flex-flow: column nowrap;

  flex-flow: column nowrap;

  -webkit-box-align: stretch;

  -webkit-align-items: stretch;

  -ms-flex-align: stretch;

  align-items: stretch;

}



.fl-fr_Post-header-text-top {

  margin-bottom: 2px;

}



.fl-fr_Post-header-text-top-name {

  font-weight: bold;

  color: #4254a0;

}



.fl-fr_Post-header-text-top-actionTarget {

  color: #4254a0;

}



.fl-fr_Post-header-text-stars {

  color: #fff;

  background-color: #558eff;

  -webkit-border-radius: 1em;

  border-radius: 1em;

  vertical-align: middle;

  line-height: 1.3em;

  padding: 0.3em .7em;

  margin-bottom: .2em;

  display: inline-block;

  font-size: .7em;

}



.fl-fr_Post-header-text-stars:after {

    content: '★';

    font-size: 1em;

    margin-left: -.2em;

    margin-bottom: .4em;

}



.fl-fr_Post-header-text-bottom {

  font-family: inherit;

  font-size: 11.9px;

  line-height: 1.34em;

}



.fl-fr_Post-header-arrowDown {

  display: block;

  fill: #90949c;

  position: absolute;

  top: -2px;

  right: 0;

  font-size: 28px;

}



.fl-fr_Post-header-arrowDown * {

    display: block;

    fill: #90949c;

    position: absolute;

    top: -2px;

    right: 0;

    font-size: 28px;  

}



.fl-fr_Post-header-text-globe {

  fill: #90949c;  

}



.fl-fr_Post-header-text-globe * {

    fill: #90949c;

}



.fl-fr_Post-ExpansibleTextBox {

  display: block;

  color: #1d2129;

  font-size: 14px;

  line-height: 1.38em;

}



.fl-fr_Post-ExpansibleTextBox-seeMore {

  color: #4254a0;

  display: inline-block;

  cursor: pointer;

  margin-left: .3em;

}



.fl-fr_ScoreBoard, .fl-fr_ScoreBoard-header, 

.fl-fr_ScoreBoard-header-mainScore, 

.fl-fr_ScoreBoard-header-scoreDetails, 

.fl-fr_ScoreBoard-header-scoreDetails-starCount, 

.fl-fr_ScoreBoard-header-scoreDetails-reviewCount, 

.fl-fr_ScoreBoard-body, 

.fl-fr_ScoreBoard-body-reviewCountStarScore, 

.fl-fr_ScoreBoard-body-reviewCountStarScore-stars, 

.fl-fr_ScoreBoard-body-reviewCountStarScore-reviews, 

.fl-fr_ScoreBoard-body-reviewCountStarScore, 

.fl-fr_ScoreBoard-body-reviewCountStarScore-stars, 

.fl-fr_ScoreBoard-body-reviewCountStarScore-reviews, 

.fl-fr_ScoreBoard-body-reviewCountStarScore, 

.fl-fr_ScoreBoard-body-reviewCountStarScore-stars, 

.fl-fr_ScoreBoard-body-reviewCountStarScore-reviews, 

.fl-fr_ScoreBoard-body-reviewCountStarScore, 

.fl-fr_ScoreBoard-body-reviewCountStarScore-stars, 

.fl-fr_ScoreBoard-body-reviewCountStarScore-reviews, 

.fl-fr_ScoreBoard-body-reviewCountStarScore, 

.fl-fr_ScoreBoard-body-reviewCountStarScore-stars, 

.fl-fr_ScoreBoard-body-reviewCountStarScore-reviews {

  margin: 0;

  padding: 0;

  font-size: inherit;

  font-family: inherit;

  text-decoration: none;

  line-height: inherit;

}



.fl-fr_ScoreBoard {

  background-color: white;

  padding: 15.96px;

  border: 1px solid #d0d1d5;

}



.fl-fr_ScoreBoard-header {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-flow: row nowrap;

  -ms-flex-flow: row nowrap;

  flex-flow: row nowrap;

  padding-bottom: 15.96px;

  border-bottom: 1px solid #d0d1d5;

}



.fl-fr_ScoreBoard-header-mainScore {

  color: #fff;

  background-color: #558eff;

  -webkit-border-radius: 1em;

  border-radius: 1em;

  vertical-align: middle;

  line-height: 1.3em;

  padding: 0.3em .7em;

  margin-bottom: .2em;

  display: inline-block;

  font-size: 20px;

  margin-right: .5em;

}



.fl-fr_ScoreBoard-header-mainScore:after {

    content: '★';

    font-size: 1em;

    margin-left: -.2em;

    margin-bottom: .4em;

}



.fl-fr_ScoreBoard-header-scoreDetails {

  font-size: 11.9px;

  line-height: 1.34em;

  color: #4b4f56;

  padding-top: .2em;

}



.fl-fr_ScoreBoard-header-scoreDetails-starCount,

.fl-fr_ScoreBoard-header-scoreDetails-reviewCount {

  display: block;

}



.fl-fr_ScoreBoard-body {

  color: #90949c;

  padding-top: 15.96px;

}



.fl-fr_ScoreBoard-body-reviewCountStarScore {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-flow: row nowrap;

  -ms-flex-flow: row nowrap;

  flex-flow: row nowrap;

}



.fl-fr_ScoreBoard-body-reviewCountStarScore-stars {

  padding-right: 1em;

  font-size: 11.9px;

}



.fl-fr_ScoreBoard-body-reviewCountStarScore-stars::after {

    content: ' stars';

}



.fl-fr_ScoreBoard-body-reviewCountStarScore-bar {

  content: ' ';

  display: inline-block;

  min-width: .5em;

  height: .5em;

  background-color: #558eff;

  -webkit-border-radius: .5em;

  border-radius: .5em;

  margin-right: 8px;

  margin-top: .4em;

}



.fl-fr_ScoreBoard-body-reviewCountStarScore-stars {

  white-space: nowrap;

}



.atf div.content {

    z-index: 2;

}



.atf .img-container {

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

}



.atf div.background-filter {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: rgba(0,0,0,.5);

    z-index: 0;

}



.atf .img-container img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



/* Mobile Form  */



.mobile-form {

    border-bottom: 1px solid rgba(0,0,0,.12);

}



.mobile-form-card form {

    padding: 0 36px 20px!important;

}



.mobile-form-card .title-bar {

    background-color: #d32f2f;

    padding: 6px!important;

}



.mobile-form-card .title {

    color: #fff;

    line-height: 36px;

    text-align: center;

    width: 100vw;

    font-size: 20px;

}



.mobile-form-card .btn {

    height: 36px;

    margin-bottom: 16px;

    margin-left: auto;

    margin-right: 36px;

}



.video-card {

    cursor: pointer;

    background-size: cover!important;

    background-position: center;

    background-repeat: no-repeat;

    background-color: #000;

    position: relative;

}



.form-and-video .video-card {

    flex-basis: 46.25%!important;

    flex-grow: 0;

    flex-shrink: 1;

    margin-top: 0;

    margin-bottom: 0;

}



.video-card:hover:after, 

.video-card:hover:before {

    opacity: 1;

    transition: opacity .2s;

}



.video-card:after, 

.video-card:before {

    content: "";

    position: absolute;

    top: 50%;

    left: 50%;

}



.video-card:before {

    margin-top: -34px;

    margin-left: -34px;

    width: 60px;

    height: 60px;

    border: 3px solid #fff;

    border-radius: 50%;

    box-shadow: 0 0 4px rgba(0,0,0,.18);

    background: rgba(0,0,0,.42);

    opacity: .5;

    transition: opacity .2s;

}



.video-card:hover:before {

    background: rgba(0,0,0,.7);

}



.video-card:after {

    width: 0;

    height: 0;

    border: 16px solid transparent;

    border-left: 20px solid #fff;

    margin-top: -20px;

    margin-left: -10px;

    -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, .25));

    opacity: .5;

    transition: opacity .2s;

}



.video-card.active {

    background-image: none!important;

}



.video-card.active:after,

.video-card.active:before {

    opacity: 0;

    transition: opacity .2s;

}



.hamburger {

    position: absolute;

    display: block;

    top: 10px;

    height: 36px;

    width: 36px;

    border-radius: 18px;

    display: flex;

    align-items: center;

    justify-content: center;

}



.hamburger div#nav-icon,

.hamburger div#nav-icon2 {

    width: 24px;

    height: 20px;

    position: relative;

    -webkit-transform: rotate(0);

    -moz-transform: rotate(0);

    -o-transform: rotate(0);

    transform: rotate(0);

    -webkit-transition: .5s ease-in-out;

    -moz-transition: .5s ease-in-out;

    -o-transition: .5s ease-in-out;

    transition: .5s ease-in-out;

    cursor: pointer;

}



.hamburger div#nav-icon span,

.hamburger div#nav-icon2 span {

    display: block;

    position: absolute;

    height: 2px;

    width: 100%;

    background: #dadada;

    border-radius: 9px;

    opacity: 1;

    left: 0;

    -webkit-transform: rotate(0);

    -moz-transform: rotate(0);

    -o-transform: rotate(0);

    transform: rotate(0);

    -webkit-transition: .25s ease-in-out;

    -moz-transition: .25s ease-in-out;

    -o-transition: .25s ease-in-out;

    transition: .25s ease-in-out;

    -webkit-transition-delay: .15s;

    -moz-transition-delay: .15s;

    -ms-transition-delay: .15s;

    -o-transition-delay: .15s;

    transition-delay: .15s;

}



.hamburger div#nav-icon span:nth-child(1),

.hamburger div#nav-icon2 span:nth-child(1) {

    top: 0;

}



.hamburger div#nav-icon span:nth-child(2),

.hamburger div#nav-icon span:nth-child(3),

.hamburger div#nav-icon2 span:nth-child(2),

.hamburger div#nav-icon2 span:nth-child(3) {

    top: 9px;

}



.hamburger div#nav-icon span:nth-child(4),

.hamburger div#nav-icon2 span:nth-child(4) {

    top: 18px;

}



#logo,

#logo2 {

    width: 36px;

    height: 36px;

    margin: 10px 0 10px 40px;

}



#logo img,

#logo2 img {

    width: 100%;

    height: 100%;

}



.site-header .mobile-nav-title {

    display: flex;

    align-items: center;

    justify-content: center;

    padding-left: 4px;

}



.site-header .social-icons {

    display: flex;

    align-items: center;

    margin-left: auto;

}



.site-header .social-icons svg {

    fill: #fff;

    width: 24px;

    height: 24px;

}



.site-header .social-icons .social-link:first-of-type {

    margin-right: 8px;

}



#sidebar-nav #sidenav-header .header-title {

    font-weight: 500;

    line-height: 1.125;

    font-size: 17px;

    letter-spacing: .25px;

    text-transform: uppercase;

    color: #fff;

    margin-left: 6px;

    font-style: normal;

}



.site-header .mobile-nav-title h6 {

    color: #fff;

    font-weight: 300;

    line-height: 16px;

    font-size: 20px!important;

    letter-spacing: .25px;

    text-transform: uppercase;

    max-width: 42vw;

}



#sidebar-nav {

    position: absolute;

    z-index: 10000;

    top: 0;

    height: 100vh;

    width: 81vw;

    max-width: 500px;

    background: #fff;

    box-shadow: 0 8px 10px rgba(0,0,0,.2), 0 6px 30px rgba(0,0,0,.12), 0 16px 24px rgba(0,0,0,.14);

    transform: translateX(-90vw);

    transition: transform .2s;

    overflow-y: scroll;

    -webkit-overflow-scrolling: touch;

    overflow-scrolling: touch;

}



.site-header .close-btn {

    position: fixed;

    top: 16px;

    right: 16px;

    display: none;

    z-index: 1000;

}



#nav-screen-overlay {

    position: fixed;

    z-index: 9999;

    height: 100vh;

    width: 100vw;

    background: #666464;

    opacity: 0;

    cursor: default;

    transition: opacity .3s ease-in-out;

    display: none;

}



#sidebar-nav:target+.close-btn~#nav-screen-overlay {

    display: block;

    opacity: .7;

    transition: opacity .3s ease-in-out;

}



#sidebar-nav:target+.close-btn {

    display: block;

}



.site-header #nav-btn-mobile {

    position: fixed;

    display: block;

    top: 10px;

    right: 10px;

    height: 36px;

    max-width: 160px;

    width: 30.6666vw;

}



#sidebar-nav:target {

    transform: translateX(-16px);

    box-shadow: -4px 0 12px 6px #3f3f3f;

    transition: transform .2s;

}



#sidebar-nav:target .sidebar-nav-item {

    animation: nav-item-fade-in .5s ease-in-out;

}



#sidebar-nav #sidenav-header {

    padding: 16px;

    background-color: #22207b;

}



#sidebar-nav #sidebar-nav-list {

    position: relative;

    margin-top: 12px;

    flex-grow: 1;

    display: flex;

    flex-direction: column;

    padding: 12px;

}



#sidebar-nav #sidenav-header img {

    width: 42px;

    height: 42px;

}



#sidebar-nav #sidebar-nav-list .sidebar-nav-item {

    position: relative;

    z-index: 4;

    opacity: 0;

    transform: translateX(-30px);

    transition: all 50ms ease-in-out;

    animation-fill-mode: forwards;

    border-radius: 4px;

}



#sidebar-nav #sidebar-nav-list .sidebar-nav-item a {

    display: flex;

    align-items: center;

    height: 100%;

    width: 100%;

	box-sizing: border-box;

    line-height: 1;	

    padding: 20px 0 20px 16px;

    border-radius: 4px;

	color: rgba(0,0,0,.87);

    font-size: 16px;	

}



#sidebar-nav #sidebar-nav-list .sidebar-nav-item:nth-child(1) {

    animation-delay: 25ms;

}



#sidebar-nav #sidebar-nav-list .sidebar-nav-item:nth-child(2) {

    animation-delay: 50ms;

}



#sidebar-nav #sidebar-nav-list .sidebar-nav-item:nth-child(3) {

    animation-delay: 75ms;

}



#sidebar-nav #sidebar-nav-list .sidebar-nav-item:nth-child(4) {

    animation-delay: .1s;

}



#sidebar-nav #sidebar-nav-list .sidebar-nav-item:nth-child(5) {

    animation-delay: 125ms;

}



#sidebar-nav #sidebar-nav-list .sidebar-nav-item:nth-child(6) {

    animation-delay: .15s;

}



#sidebar-nav #sidebar-nav-list .sidebar-nav-item:nth-child(7) {

    animation-delay: 175ms;

}



#sidebar-nav #sidebar-nav-list .rogue-li {

    justify-self: flex-end;

    padding: 16px;

    padding-bottom: 64px;

}



#sidebar-nav #sidebar-nav-list .rogue-li a,

#sidebar-nav #sidebar-nav-list .rogue-li p {

    line-height: 16px;

    font-size: 12px;

    letter-spacing: .4px;

    color: rgba(0,0,0,.87);

}



.social-links-mobile {

    top: 0;

    justify-self: flex-end;

    margin-left: auto;

}



#sidebar-nav .social-links-mobile {

    margin-top: 20px;

    margin-left: 6px;

}



#sidebar-nav .social-links-mobile .social-link {

    position: static;

    margin: 4px;

}



#sidebar-nav .social-links-mobile svg {

    fill: #000;

    width: 24px;

    height: 24px;

}



.social-links-desktop .social-link, 

.social-links-mobile .social-link {

    margin: 4px;

    width: 36px;

    height: 36px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 18px;

}



/* Media Queries

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



@media only screen and (max-width: 960px) {

    .card {

		max-width: 400px;

	}
.slider-nav.flex-row.align-center.justify-between {
    display: none;
}
	element.style {
}
h5.text-center.bh {
   padding: 0px 18px;
	    font-size: 24px;
}

}



@media only screen and (min-width: 960px) {



	/* Site Header

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



	.site-header {

		position: fixed;

		width: 100%;

		z-index: 99999;

	}



	/* Genesis Menu

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



	.genesis-nav-menu .menu-item {

		display: inline-block;

	}



	.genesis-nav-menu .menu-item:focus,

	.genesis-nav-menu .menu-item:hover {

		background: rgba(255,255,255,.028);

		cursor: pointer;		

		position: relative;

	}



	.genesis-nav-menu > .menu-bold > a {

		font-weight: 700;

	}



	.genesis-nav-menu > .menu-highlight > a {

		background-color: #333;

		border-radius: 3px;

		color: #fff;

		font-weight: 600;

		margin-left: 15px;

		padding-left: 20px;

		padding-right: 20px;

	}



	.genesis-nav-menu > .menu-highlight > a:hover,

	.genesis-nav-menu > .menu-highlight > a:focus {

		background-color: #d32f2f;

	}



	.genesis-responsive-menu .genesis-nav-menu .sub-menu,

	.genesis-responsive-menu .genesis-nav-menu .sub-menu a {

		width: 180px;

	}



	.genesis-nav-menu .sub-menu {

		border-top: 1px solid #eee;

		opacity: 0;

		padding-left: 0;

		position: absolute;

		transition: opacity .4s ease-in-out;

	}



	.genesis-nav-menu .sub-menu a {

		border: 1px solid #eee;

		border-top: 0;

		padding-bottom: 15px;

		padding-top: 15px;

	}



	.genesis-nav-menu .sub-menu .sub-menu {

		margin: -46px 0 0 179px;

	}



	/* Responsive Menu

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



	.genesis-responsive-menu {

		display: block;

		padding-top: 15px;

	}



	.menu-toggle,

	.sub-menu-toggle {

		display: none;

		visibility: hidden;

	}



	/* Header Menu

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



	.nav-primary {

		clear: none;

		float: right;

		width: auto;

	}



	.nav-primary .genesis-nav-menu a {

	}



	/* Site-Inner

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



	.site-inner {

		margin-top: 80px;

		max-width: 1440px;

	}



	/* Content

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



	.home .content {

		width: 100%;

	}



	.content {

		float: left;

		width: 100%;

    }

    



	.sidebar-content .content {

		float: right;

	}



	.full-width-content .content,

	.landing-page .content {

		float: none;

		margin-left: auto;

		margin-right: auto;

	}



	/* Sidebar

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



	.sidebar {

		float: right;

		width: 30%;

	}



	.sidebar-content .sidebar {

		float: left;

	}



	/* Author Box

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



	.author-box {

		background-color: #f5f5f5;

		padding: 30px;

	}



	/* After Entry

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



	.after-entry {

		padding: 40px 60px;

	}



	.after-entry .enews {

		padding-left: 30px;

		padding-right: 30px;

	}



	/* Column Classes

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



	.five-sixths,

	.four-sixths,

	.one-fourth,

	.one-half,

	.one-sixth,

	.one-third,

	.three-fourths,

	.three-sixths,

	.two-fourths,

	.two-sixths,

	.two-thirds {

		float: left;

		margin-left: 2.564102564102564%;

	}



	.one-half,

	.three-sixths,

	.two-fourths {

		width: 48.717948717948715%;

	}



	.one-third,

	.two-sixths {

		width: 31.623931623931625%;

	}



	.four-sixths,

	.two-thirds {

		width: 65.81196581196582%;

	}



	.one-fourth {

		width: 23.076923076923077%;

	}



	.three-fourths {

		width: 74.35897435897436%;

	}



	.one-sixth {

		width: 14.52991452991453%;

	}



	.five-sixths {

		width: 82.90598290598291%;

	}



	.first {

		clear: both;

		margin-left: 0;

	}



	/* Entry Misc.

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



	.after-entry,

	.archive-description,

	.author-box,

	.comment-respond,

	.entry,

	.entry-comments,

	.entry-pings {

		margin-bottom: 60px;

	}



	/* Footer Widgets

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



	.footer-widgets .wrap {

		max-width: 1140px;

	}



	.footer-widget-area {

		float: left;

		margin-bottom: 0;

		width: 33.33%; /* fallback for older browsers */

		width: calc(100% / 3);

	}



	/* .card {

		max-width: 666px;

		flex-basis: 48%;

	} */

}





@media (max-width: 1446px) and (min-width: 993px) {

	.bottom-atf {

		height: 450px;

	}



	.bottom-atf .image-container-helper {

		height: 450px;

	}	

}



@media (max-width: 1344px) and (min-width: 1034px) {	

	.home .site-inner {

		padding-left: 28px;

		padding-right: 28px;

	}

	

	.card:not(.form-card):not(.little-card):not(.video-card):not(.faq-card) {

		max-width: 666px!important;

		flex-basis: calc((100vw - (36px * 3))/ 2)!important;

		margin-bottom: 15px;

		margin-left: auto;

		margin-right: auto;		

	}

}



@media (max-width: 1334px) and (min-width: 948px) {

	.content-footer {

		justify-content: center;

	}	

}



@media (max-width: 1300px) and (min-width: 993px) {

	footer .nav-links-container {

		display: none;

	}

}



@media (max-width: 1033px) and (min-width: 601px) {

	.form-and-video .video-card {

		max-width: 80vw;

		flex-basis: 80%!important;

		height: 50vw;

	}



	.card, .card.card-large, .card.card-medium {

		max-width: 550px;

		flex-basis: 90%!important;

		margin-left: auto;

		margin-right: auto;

	}

}



@media (max-width: 1033px) and (min-width: 993px) {

	.form-and-video .video-card {

		width: 550px!important;

		flex-basis: 550px!important;

		margin-top: 36px!important;

		height: 32vw!important;

		max-width: 100vw!important;

	}

}



@media (max-width: 1024px) and (min-width: 601px) {

	.slider .frame {

		height: 75vw;

	}



	.slider .slides .js_slide img {

		height: 75vw;

	}



	.slider .slides .js_slide {

		height: 75vw;

	}	

}



@media (max-width: 1000px) and (min-width: 601px) {

	.slider .slides .js_slide h4 {

		line-height: 36px!important;

		font-size: 24px!important;

	}

}



@media (max-width: 768px) and (min-width: 426px) {

	.site-header .mobile-nav-title h6 {

		font-size: 16px!important;

	}



	.pagination {

		clear: both;

		margin: 20px auto 60px;

	}	

}



@media (max-width: 600px) and (min-width: 551px) {

	.site-header .btn {

		font-size: 14px;

	}

}



@media (min-width: 426px) {

	.site-header .mobile-nav-title #below-425 {

		display: none;

	}

}



@media (min-width: 601px) {

	.site-header #nav-btn-mobile {

		max-width: 230px;

		width: 230px;

    }

    

}



@media (min-width: 992px) {

	.hamburger {

		display: none;

	}



	.site-header #nav-btn-mobile {

		display: none;

	}	

}



@media (min-width: 993px) {

	.hide-desktop:not(.form-card):not(.mobile-form) {

		display: none;

	}



	.site-footer>.flex-row {

		justify-content: space-between;

	}



	#logo,

	#logo2 {

		display: none;

	}	



/* 	.card {

		flex-basis: calc((100vw - (36px * 3))/ 2);

	} */

}



@media (min-width: 1034px) {

	.hide-desktop.form-card, 

	.hide-desktop.mobile-form {

		display: none;

	}



	.form-and-video .video-card {

		max-width: 46.25vw!important;

	}	

}



@media (min-width: 1550px) {

	.slider .slides .js_slide div.fade-out-left-helper, 

	.slider .slides .js_slide div.fade-out-right-helper {

		width: calc(((100vw - 1400px)/ 2) + 4px);

	}

	

	.slider .slides .js_slide div.fade-out-left {

		left: calc(((100vw - 1400px)/ 2));

		width: 400px;

	}

	

	.slider .slides .js_slide div.fade-out-right {

		right: calc(((100vw - 1400px)/ 2));

		width: 400px;

	}

}



@media (max-width: 1300px) {

	div.modal-container div.modal .form-container .title {

		font-size: 18px;

	}



	.card {

		max-width: 432px;

    	flex-basis: calc((100vw - (36px * 4))/ 3);

	}	

}



@media (max-width: 1240px) {

	.bottom-atf .image-container-helper .image-container {

		top: 0;

	}

}



@media (max-width: 1200px) {

	.home .entry {

		width: 100%;

		flex-basis: 100%;

	}



	.site-title a {

		display: none;

	}



	.site-header .title-area {

    	width: 90px;

    	/*background: url(https://cdn.njtraininggrounds.com/assets/kids-martial-arts-westwood.svg) no-repeat;*/

	}

}



@media (max-width: 1033px) {

	.mobile-form-card form {

		padding-bottom: 0!important;

	}



	.form-and-video {

		flex-wrap: wrap;

	}



	.form-and-video .form-card {

		display: none;

	}	



	.slider .slides .js_slide div.fade-out-right {

    	right: 4.9vw;		

	}

}



@media (max-width: 1023px) {



/* 	.home-top-section {

		margin: 0;

	} */



	.site-header .title-area {

		position: relative;

		z-index: 99;

	}	

}



@media (max-width: 992px) {



	.site-footer {

		height: 56px;

		padding-top: 12px;

		padding: 12px!important;

	}



	.hide-mobile:not(.form-card) {

		display: none;

	}



	div.modal-container div.modal {

		height: 95vh;

		width: calc(100vw - 40px);

		max-width: 666px;

	}	



	div.modal-container div.modal .close-btn {

		top: -10px;

		right: -10px;

		width: 30px;

		height: 30px;

		color: #000;

	}	



	div.modal-container div.modal .modal-content.overflow-mobile {

		height: 90vh;

		overflow-y: scroll;

		overflow-x: hidden;

		-webkit-overflow-scrolling: touch;

		overflow-scrolling: touch;

	}	



	div.modal-container div.modal .modal-content.overflow-mobile .reviews {

		padding: 36px;

	}

	

	.slider .slides .js_slide div.fade-out-left,

	.slider .slides .js_slide div.fade-out-right,

	.slider .slides .js_slide div.fade-out-right-helper,

	.slider .slides .js_slide div.fade-out-left-helper {

		display: none;

	}	



	.slider .slides .js_slide img {

		width: 100vw;

	}	



	.bottom-atf {

		height: auto;

	}



	.bottom-atf .custom-html-widget {

		flex-direction: column-reverse;

		align-items: center;

		justify-content: center;

	}



	.bottom-atf>.width-limiter .content-footer {

		margin-left: 0;

		width: 91vw;

		max-width: 600px;

		text-align: center;

	}



	.bottom-atf>.width-limiter .content-footer h4 {

		line-height: 21px;

		font-size: 20px;

		text-align: center;

		letter-spacing: .25px;

		text-transform: capitalize;

	}



	.bottom-atf .image-container-helper .image-container img {

		width: 30vw;

		height: 30vw;

	}	



	.bottom-atf>.width-limiter .content-footer {

		margin-left: 0;

		padding: 0;

		width: 91vw;

		max-width: 600px;

		text-align: center;

	}	



	.bottom-atf .image-container-helper {

		width: 30vw;

		height: auto;

		margin-top: 36px;

		overflow: visible;

	}	



	.bottom-atf .image-container-helper .image-container {

		width: 30vw;

		height: 30vw;

		border-radius: 15vw;

	}	



	.bottom-atf>.width-limiter .content-footer button.btn {

		margin-bottom: 50px;

	}



	.site-footer .logo {

		display: none;

	}



	.site-header nav.nav-primary {

		display: none;

	}



	.site-header {

		padding: 0 8px;

	}

}



@media (max-width: 990px) {

	.site-header .title-area {

		display: none;

	}



	.site-header .wrap {

		display: flex;

		flex-direction: row;

	}

	

	.single .content {

		width: 100%;

	}

	

	.single .site-inner {

		padding-top: 55px;

	}	

}



@media (max-width: 601px) {

	.mobile-form-card .title {

		padding-left: 6px;

		padding-right: 6px;

		width: 100%;

	}

}



@media (max-width: 600px) {
.slider .slides .js_slide h4.upper {
    bottom: 25vmin !important;
}


	.slider .slider_navigation_dots {

		bottom: 6px;

	}



	.btn {

		font-size: 15px;

		text-align: center;

		letter-spacing: 1px;

	}



	 .atf {

		height: 200px;

	} 



	.atf div.content .title {

		line-height: 21px!important;

		font-size: 24px!important;

		text-align: center!important;

		letter-spacing: .25px!important;

	}



	.atf div.content button.btn {

		display: none;

	}	



	.card,.card.card-large, .card.card-medium {

		max-width: 432px;

		flex-basis: 100%;

		margin-left: auto;

		margin-right: auto;

	}	



	.form-and-video .video-card {

		margin-top: 18px;

		max-width: calc(100vw - 48px)!important;

		flex-basis: 100%!important;

		height: calc(65vw);

	}



	.slider .frame {

		height: 300px;

	}



	.slider .slides .js_slide h4 {

		line-height: 21px!important;

		font-size: 16px!important;

	}	



	.slider .slides .js_slide {

		height: 300px;

	}



	.slider .slides .js_slide img {

		height: 300px;

		filter: brightness(60%);

		-webkit-filter: brightness(60%);

	}



	.card .entry-title {		

		font-size: 24px;

	}	



	.card .entry-image-link {

		height: 66vw;

		max-height: 290px;

		display: block;

	}	



}



@media (max-width: 550px) {

	.site-header .btn {

		font-size: 2.81vw;

	}

}



@media (max-width: 425px) {

	.site-header .mobile-nav-title h6 {

		line-height: 4.266vw;

		font-size: 3.73vw!important;

	}



	.home .site-inner {

		padding: 0 12px;

	}	



	.home .entry {

		margin-bottom: 2px;

	}	



	.pagination {

		margin-top: 30px;

	}

	

	.single .content #respond,

	.single .content .entry {

		width: 100%;

		padding-left: 12px;

		padding-right: 12px;

	}



	.single .entry-title {

		font-size: 30px;

	}	



	.single .banner-wrap {

		object-fit: cover;

		margin-bottom: 20px;

	}

		

}



@media (max-width: 375px) {

	#sidebar-nav #sidenav-header img {

		width: 67px;

	}
		.card .card-footer {
		padding: 20px 8px !important;
	}

}

/* Print Styles

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



@media print {



	*,

	*::before,

	*::after {

		background: transparent !important;

		box-shadow: none !important;

		color: #333 !important;

		text-shadow: none !important;

	}



	a,

	a:visited {

		text-decoration: underline;

	}



	a[href]::after {

		content: " (" attr(href) ")";

	}



	abbr[title]::after {

		content: " (" attr(title) ")";

	}



	a[href^="javascript:"]::after,

	a[href^="#"]::after,

	.site-title > a::after {

		content: "";

	}



	thead {

		display: table-header-group;

	}



	img,

	tr {

		page-break-inside: avoid;

	}



	img {

		max-width: 100% !important;

	}



	@page {

		margin: 2cm 0.5cm;

	}



	p,

	h2,

	h3 {

		orphans: 3;

		widows: 3;

	}



	blockquote,

	pre {

		border: 1px solid #999;

		page-break-inside: avoid;

	}



	.content,

	.content-sidebar {

		width: 100%;

	}



	button,

	input,

	select,

	textarea,

	.breadcrumb,

	.comment-edit-link,

	.comment-form,

	.comment-list .reply a,

	.comment-reply-title,

	.edit-link,

	.entry-comments-link,

	.entry-footer,

	.genesis-box,

	.header-widget-area,

	.hidden-print,

	.home-top,

	.nav-primary,

	.nav-secondary,

	.post-edit-link,

	.sidebar {

		display: none !important;

	}



	.title-area {

		text-align: center;

		width: 100%;

	}



	.site-title > a {

		margin: 0;

		text-decoration: none;

		text-indent: 0;

	}



	.site-inner {

		padding-top: 0;

		position: relative;

		top: -100px;

	}



	.author-box {

		margin-bottom: 0;

	}



	h1,

	h2,

	h3,

	h4,

	h5,

	h6 {

		orphans: 3;

		page-break-after: avoid;

		page-break-inside: avoid;

		widows: 3;

	}





	img {

		page-break-after: avoid;

		page-break-inside: avoid;

	}



	blockquote,

	pre,

	table {

		page-break-inside: avoid;

	}



	dl,

	ol,

	ul {

		page-break-before: avoid;

	}



}



/** selection design css **/

.chips {

    padding: 0;

    list-style: none;

    margin: 24px auto 14px;

}

.flex-wrap {

    flex-wrap: wrap;

}



.flex-row {

    display: flex;

}



.chips .chip {

    margin: 4px;

    cursor: pointer;

}

.chips .chip label {

    padding: 0 12px;

    height: 32px;

    border-radius: 16px;

    cursor: pointer;

    position: relative;

}

.chips .chip label .background {

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    background: rgba(0,0,0,.12);

    border-radius: 16px;

    z-index: -1;

}

.chips .chip label input:not(:checked)~.checkmark {

    display: none;

}

.chips .chip label input:checked~.background {

    background: #555767;

}



.chips .chip label .checkmark {

    position: absolute;

    left: 10px;

    top: 0;

    bottom: 0;

}

.chips .chip label input:not(:checked)~p.body2 {

    transition: all .2s cubic-bezier(.4,0,.2,1);

}



.chips .chip label input:checked~p.body2 {

    transition: all 250ms cubic-bezier(.4,0,.2,1)!important;

    padding-left: 24px;

    color: #fff;

}

p {

    font-style: normal;

    font-weight: 400;

    margin: 0 0 0px;

}



.content.flex-row.flex-wrap.slider-content.content-limiter {

    justify-content: center;

    padding-bottom: 4px;

}



.content-limiter {

    overflow: hidden;

    position: relative;

}

.card .card-image {

    height: 250px;

    transition: height .25s cubic-bezier(.4,0,.2,1);

    overflow: hidden;

}

.card .card-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    position: relative;

}

.card:not(.faq-card) .card-content {

    margin-bottom: auto;

}

.h5 {

    font-style: italic!important;

    font-weight: 400!important;

    line-height: 1.25;

    font-size: 24px;

    text-transform: capitalize;

    letter-spacing: 0!important;

    color: rgba(0,0,0,.87);

}

.card:not(.faq-card) .card-content p.body2 {

    margin-top: 8px;

}

.card .card-footer {

    padding: 24px 24px;

    margin-top: auto;

    padding-top: 0;

    text-align: right;

}

@media (max-width: 1033px) and (min-width: 601px){

    .card, .card.card-large, .card.card-medium {

        max-width: 550px;

        flex-basis: 90%!important;

        margin-left: auto;

        margin-right: auto;

    }

    .card .card-image {

        height: 360px;

    }

}

@media (min-width: 601px) {

    .card .card-image img {

        object-position: unset!important;

    }

    .card .card-content {

        padding: 24px 24px 16px 24px;

    }

}

@media (max-width: 1344px) and (min-width: 1034px){

    .card:not(.form-card):not(.little-card):not(.video-card):not(.faq-card) {

        max-width: 666px!important;

        flex-basis: calc((100vw - (36px * 3))/ 2)!important;

    }

}



#faqs {

    display: none;

    margin-top: 54px;

}

.red-btn {

    background-color: #d32f2f;

    border-radius: 4px;

    color: #fff;

    padding: 0 16px;

    background-position: center;

    transition: background .8s,box-shadow .2s cubic-bezier(.4,0,.2,1);

}

.see-more {

    height: 36px;

    margin: auto;

    width: 120px;

    display: block;

    position: relative;

    margin-bottom: 30px;

}

body.kids .card .card-footer button.flat-btn:last-of-type {

    margin-right: 0;

}



body.kids .card .card-footer button.flat-btn {

    margin-left: 6px;

    margin-right: 6px;

}

.card .card-footer button:last-of-type {

    margin-right: 0;

}

.card .card-footer .read-more {

    margin-left: 12px;

    margin-right: 12px;

}

.card .card-footer .btn {

    text-decoration: none;

    padding: 8px;

}



.flat-btn {

    background-color: rgba(98,2,238,.0001);

    border-radius: 4px;

    color: #22207b;

    background-position: center;

    transition: background .8s,background-color .2s cubic-bezier(.4,0,.2,1);

}

.btn {

    font-style: normal;

    font-weight: 600;

    line-height: 1.25;

    font-size: 16px;

    letter-spacing: 1.25px;

    text-transform: uppercase;

    border: none;

    outline: 0;

    cursor: pointer;

}

section.form-and-video .card {

    margin-bottom: 0px!important;

}
