/*
 Theme Name:     Naval War College Foundation
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/*********************/


/* FONTS */


/*********************/

@font-face {
    font-family: 'DINPro';
    src: url(../fonts/DINPro.woff2) format('woff2'),
        url(../fonts/DINPro.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro-Medium';
    src: url(../fonts/DINPro-Medium.woff2) format('woff2'),
        url(../fonts/DINPro-Medium.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro-CondensedBold';
    src: url(../fonts/DINPro-CondensedBold.woff2) format('woff2'),
        url(../fonts/DINPro-CondensedBold.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'StratumNo1-Light';
    src: url(../fonts/StratumNo1-Light.woff2) format('woff2'),
        url(../fonts/StratumNo1-Light.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'StratumNo1-Bold';
    src: url(../fonts/StratumNo1-Bold.woff2) format('woff2'),
        url(../fonts/StratumNo1-Bold.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

/*********************/


/* BASE */


/*********************/

:root {
  --black: #000000;
  --black-60: rgba(0,0,0,0.6);
  --white: #FFFFFF;
  --white-60: rgba(255,255,255,0.6);
  --blue-1: #0E1F2D;
  --blue-2: #00529c;
  --gold: #FFD100;
  --grey-1: #5A6266;
  --grey-2: #BECCD3;
  --grey-3: #F0F3F5;    
}

html {
  font-size: 1em;
}
body {
	font-family: 'DINPro', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: var(--grey-1);
	background: #eeeeee;
	overflow-x: hidden !important;
}
.et_boxed_layout #page-container,
.et_fixed_nav.et_boxed_layout #page-container #main-header { /* If using boxed layout, max container full width */
	width: 100%;
}
.et_boxed_layout #page-container { /* If using boxed layout, shadow for container */
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0);
}
a {
  color: #1EAEDB;
}
a:hover {
  color: #0FA0CE; 
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a,
button {
	color: #1EAEDB;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus {
	outline: 0
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
hr {
    border: none;
    display: block;
    height: 3px;
    background: #eeeeee;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.negmargin-big {
	margin-top: -42em;
}
.negmargin-med {
	margin-top: -30em;
}
.negmargin-small {
	margin-top: -12em;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
/* Image Overlay*/
.et_overlay {
	background: rgba(14,24,45,0.5);
	transition: all 0.3s ease-out 0s;
}
.et_overlay:before {
	color: var(--gold);
}

/*********************/


/* TYPOGRAPHY */


/*********************/

/* Base */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'StratumNo1-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: var(--black);
	margin-top: 0;
	margin-bottom: 2rem;
	text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 { 
	font-size: 4.0rem;
	line-height: 1;
	letter-spacing: 0;
}

h2 { 
	font-size: 3.6rem;
	line-height: 1;
	letter-spacing: 0; 
}

h3 { 
	font-size: 3.0rem;
	line-height: 1.2; 
	letter-spacing: 0;
}

h4 {
	font-family: 'DINPro-CondensedBold'; 
	font-size: 2.4rem; 
	line-height: 1.2; 
	letter-spacing: 0;
	margin-bottom: 1rem; 
}

h5 {
	font-family: 'DINPro-CondensedBold'; 
	font-size: 1.4rem; 
	line-height: 1.4;  
	letter-spacing: 0.2rem;
}

h6 { 
	font-size: 1.2rem; 
	line-height: 1.6;  
	letter-spacing: 0.2rem;
}

p {
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.8em;
	color: var(--grey-1);
	margin-bottom: 1em;
}

/* Theme */

.module.general h1:before,
.module.general h2:before { 
	background-color: var(--gold);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 4.8rem;
    margin-left: -4.8rem;
    right: 1rem;
    top: -0.5rem;
}

.module.general ul {
	list-style: disc;
}

.module.general ol li,
.module.general ul li {
	font-size: 1.2rem;
	/* color: var(--blue-2); COMMENTED OUT BY PENTERA */
	padding: 0.8rem 0;
}

.module.general blockquote p {
	font-family: 'DINPro-CondensedBold';
    font-size: 1.4rem;
    color: var(--blue-1);
    line-height: 1.4;
}

/*********************/


/* BUTTONS */


/*********************/

.et_pb_button {
	font-family: 'StratumNo1-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1rem;
	text-align: center;
	text-transform: none;
	letter-spacing: 0.2rem;
	line-height: 1;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0.8rem 3.12rem !important;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	outline: none;
	text-transform: uppercase;
}

.et_pb_button.et_pb_bg_layout_light:after,
.et_pb_button.et_pb_bg_layout_dark:after {
    position: absolute;
    transition: all 0.3s ease-out 0s;
    top: 18%;
}

.et_pb_button.et_pb_bg_layout_light {
	color: var(--white) !important;
	background: var(--blue-1);
	border: 2px solid var(--blue-1);
}

.et_pb_button.et_pb_bg_layout_light:hover {
	color: var(--white) !important;
	background: var(--blue-2);
	border: 2px solid var(--blue-2);
}

.et_pb_button.et_pb_bg_layout_light.border {
	color: var(--blue-1) !important;
	background: transparent;
	border: 2px solid var(--blue-1);
}

.et_pb_button.et_pb_bg_layout_light.border:hover {
	color: var(--white) !important;
	background: var(--blue-1);
	border: 2px solid var(--blue-1);
}	

.et_pb_button.et_pb_bg_layout_dark {
	color: var(--blue-1) !important;
	background: var(--white);
	border: none;
}

.et_pb_button.et_pb_bg_layout_dark:hover {
	color: var(--white) !important;
	background: var(--blue-2);
	border: none;
}

.et_pb_button.et_pb_bg_layout_dark.border {
	color: var(--white) !important;
	background: transparent;
	border: 2px solid var(--white);
}

.et_pb_button.et_pb_bg_layout_dark.border:hover {
	color: var(--blue-1) !important;
	background: var(--white);
	border: 2px solid var(--white);
}

/* For CTA Module */

.et_pb_button.et_pb_promo_button {
	color: var(--grey) !important;
	background: transparent;
	border: 2px solid #cccccc;
}

.et_pb_button.et_pb_promo_button:hover {
	color: var(--white) !important;
	background: var(--grey);
	border: 2px solid var(--grey);
}



/*********************/


/* MAIN NAVIGATION */


/*********************/

/* Menu */
#main-header {
	font-family: 'DINPro', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1rem;
	color: var(--white);
	text-transform: none;
}

#top-menu a {
	font-size: 1rem;
	color: var(--white);
	letter-spacing: 0;
}

#top-menu a:hover {
	color: var(--white);
	opacity: 0.6 !important;
}

.et-fixed-header#main-header {
	background: var(--white);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.et-fixed-header #top-menu a {
	color: var(--black);
}

.et-fixed-header #top-menu a:hover, 
#top-menu li.current-menu-item>a {
	color: var(--color-3);
	opacity: 1 !important;
}

/* Search Icon & Shop Icon */
.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__search-button,
.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__close-search-button,
.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__cart-button {
	color: var(--blue-1) !important;
}

/* Mobile Menu */

.mobile_menu_bar:before {
	color: #FFCC00;
}

#main-header .et_mobile_menu {
	background-color: rgba(255,255,255,1) !important;
}

.et_mobile_menu {
	border-top: 3px solid #FFCC00;
}

#top-menu, .fullwidth-menu, nav#top-menu-nav, nav.fullwidth-menu-nav {
	display: block !important;
}


.et-search-form,
.et_mobile_menu,
.footer-widget li:before,
.nav li ul,
blockquote {
	border-color: var(--gold);
}

/*********************/


/* INNER NAVIGATION */


/*********************/

.module.menu {
	border-bottom: 1px solid var(--grey-2);
}

.module.menu ul.et-menu {
	padding: 0 !important;
}

.module.menu ul.et-menu li {
	font-family: 'StratumNo1-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	color: var(--blue-1);
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	display: inline-block !important;
	margin: 0 0 0 -3px;
	padding: 2rem 1.6rem;
	background: var(--white);
	border-right: 1px solid var(--grey-2);
}

.module.menu ul.et-menu li.current-menu-item {
	color: var(--white);
	background: var(--blue-1);
}

.module.menu ul.et-menu li a {
	color: var(--blue-1);
	padding-bottom: 0;
}

.module.menu ul.et-menu li.current-menu-item a {
	color: var(--white);
}

/*********************/


/* STICKY */


/*********************/

.et-l.et-l--header #mysticky-nav.wrapfixed {
	background-color: var(--white); 
	opacity: 1;
	-webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
	transition: 0s
}

.nav.top.et_pb_row {
	width: 100% !important;
}

.nav.top .et_pb_button_module_wrapper {
	float: right;
}

.nav.top .et_pb_button_module_wrapper.et_pb_module {
	margin-bottom: 0;
}

.nav.top .et_pb_button {
	display: block;
	float: right;
	margin: 0 0 0 0.4rem;
	width: 190px;
}

.nav.top .et_pb_button:after {
	content: none;
}

.nav.top .et_pb_button.join {
	color: var(--white) !important;
	background: var(--blue-2);
	border: none;
}

.nav.top .et_pb_button.join:hover {
	color: var(--white) !important;
	background: var(--blue-1);
	border: none;
}

.nav.top .et_pb_button.shop {
	color: var(--white) !important;
	background: var(--blue-1);
	border: none;
}

.nav.top .et_pb_button.shop:hover {
	color: var(--white) !important;
	background: var(--blue-2);
	border: none;
}

.nav.top .et_pb_button.donate {
	color: var(--blue-1) !important;
	background: var(--gold);
	border: none;
}

.nav.top .et_pb_button.donate:hover {
	color: var(--gold) !important;
	background: var(--blue-1);
	border: none;
}

.nav.bottom .et_pb_row {
	padding: 0.8rem 0;
	width: 90%;
}

.nav.bottom .et_pb_menu_inner_container {
	float: right;
	margin-top: 3%;
}


.nav.bottom img {
	transform: scale(1.5);
	margin-top: -2rem;
}

.et_mobile_menu li a,
.nav ul li a {
	font-family: 'DINPro', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.2rem;
	color: var(--blue-1);
}

.et_mobile_menu li a:hover,
.nav ul li a:hover {
	color: var(--gold);
	opacity: 1;
	background: transparent;
}

/*********************/


/* TAP */


/*********************/

/* Menu Background Color */

.taptap-background-color {
	background: rgba(0,0,0,0.6);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

/* Menu Items */

.taptap-by-bonfire .menu li,
.taptap-by-bonfire ul li a {
	font-family: 'DINPro-CondensedBold';
	font-weight: normal;
	font-style: normal;
    font-size: 1.8rem;
    color: var(--white);
    line-height: 1.4;
    text-transform: uppercase;
}

.taptap-by-bonfire ul li.full-item-arrow-hover > a, 
.taptap-by-bonfire ul li a:hover {
	color: var(--color-3) !important;
}

.taptap-by-bonfire ul li.current-menu-item > a, 
.taptap-by-bonfire .sub-menu .current-menu-item > a {
	color: var(--color-3);
}

/* Hide on Desktop */

/*
@media (min-width: 979px) {
.taptap-menu-button-wrapper,
.taptap-logo-wrapper,
.taptap-header,
.taptap-header-bg-image,
.taptap-background-color,
.taptap-background-image,
.taptap-background-overlay,
.taptap-main-wrapper,
.taptap-search-wrapper,
.taptap-search-button-wrapper,
.taptap-search-background,
.taptap-search-overlay {
	display: none;
}
}
*/

.taptap-widgets-wrapper .et_pb_button {
	color: var(--white) !important;
    background: transparent;
    border: 2px solid var(--white) !important;
    text-decoration: none !important;
    margin: 0.6rem 0;
}

.taptap-sub-arrow-inner {
	top: 10px;
}

.taptap-by-bonfire .sub-menu a {
	font-family: 'StratumNo1-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: var(--gold);
	letter-spacing: 0.2rem;
}

.taptap-widgets-wrapper p {
	margin-bottom: 0;
}

/*********************/


/* FOOTER */


/*********************/

/* Theme Builder Footer */

.module.footer .et_pb_fullwidth_menu .et_pb_menu__menu,
.module.footer .et_pb_menu .et_pb_menu__menu {
	display: block !important;
}

.module.footer .et_pb_menu {
	background: transparent;
}

.module.footer .et_pb_menu__wrap {
	margin: 0;
}

.module.footer .menu {
	margin-bottom: 2%;
}

.module.footer ul.et-menu {
	list-style: none;
	display: table;
    float: none;
}

.module.footer ul.et-menu li {
	font-family: 'DINPro', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
    font-size: 1rem;
    color: var(--white);
    text-align: center;
    padding: 0;
    display: table;
}

.module.footer ul.et-menu a {
	color: var(--white);
}

.module.footer img {
	max-width: 280px;
}

.module.footer h5 {
	font-family: 'StratumNo1-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: var(--white);
	margin-bottom: 0;
}

.module.footer p {
	font-size: 1rem;
	color: var(--white-60);
	text-align: left;
	margin-bottom: -1rem;
}

.module.footer p a {
	color: var(--white-60);
	text-decoration: underline;
}

.module.footer p a:hover {
	color: var(--white);
	text-decoration: underline;
}

/* Hide Divi Extra Footers */

#et-footer-nav, #footer-bottom {
	display: none;
}

/* Customize Divi Footer */

#main-footer {
	background: var(--white);
}

.et_pb_widget {
	float: none;
}

.widget_custom_html {
	text-align: center;
}

.widget_custom_html p {
	color: var(--grey);
    margin-bottom: 0;
}

.widget_custom_html img {
	transform: scale(0.6);
}

.et_pb_gutters3.et_pb_footer_columns1 .footer-widget .fwidget {
	margin-bottom: 0;
}

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

/* Customize Footer Menu Widget */

#footer-widgets .footer-widget {
	width: 100% !important;
}

#footer-widgets .footer-widget ul {
	margin: 0 auto;
    display: table;
    float: none;
}

#footer-widgets .footer-widget li {
	font-family: 'DINPro', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
    font-size: 0.8rem;
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    padding: 0;
}

#footer-widgets .footer-widget ul li a {
	color: var(--black);
}

#footer-widgets .footer-widget ul li a:hover {
	color: #FF3333;
}

#footer-widgets .footer-widget li:before { /* Custom Bullet (if needed) */
	display: none;
}

@media all and (min-width: 768px) { /* Mobile Stacked */
#footer-widgets .footer-widget li {
	display: inline-block;
	margin: 0 2rem 0 0;
}	
}

.module.footer #et_mobile_nav_menu, .module.footer .et_mobile_nav_menu {
	display:none !important;
}

/*********************/


/* HEADERS */


/*********************/

.header.home {
	min-height: 100vh;
	padding-top: 14% !important;
}

.header.subpage {
	min-height: 50vh;
}


/*********************/


/* HOME */


/*********************/

/* Slider */

.module.slider .et-pb-controllers a {
	border-radius: 0;
}

.module.slider .et-pb-slider-arrows a:hover {
	color: var(--gold);
}

.module.slider .et_pb_slide_description {
	text-align: left;
	text-shadow: none;
	padding: 6% 0;
	margin: 0;
	width: 57.8%;
}

.module.slider .et_pb_slide_description h2 {
	font-size: 4.6rem;
	color: var(--white) !important;
	line-height: 1;
	margin-bottom: 0;
}

.module.slider .et_pb_slide_description h2 a {
	color: var(--white) !important;
}

.module.slider .et_pb_slide_description h2 a:hover {
	color: var(--white) !important;
}
	
.module.slider .et_pb_slide_description p {
	font-family: 'StratumNo1-Light';
	font-size: 2.8rem;
	color: var(--white);
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 4.758%;
	opacity: 0.5;
}
/*
.module.slider .et_pb_slide_description p:before {
	background-color: var(--gold);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 10%;
    margin-left: -10%;
    right: 1rem;
    top: -1rem;
}
*/
.et_pb_button.et_pb_more_button:after {
    position: absolute;
    transition: all 0.3s ease-out 0s;
    top: 18%;
}

.et_pb_button.et_pb_more_button {
	color: var(--white) !important;
	background: transparent;
	border: 2px solid var(--white);
}

.et_pb_button.et_pb_more_button:hover {
	color: var(--blue-1) !important;
	background: var(--white);
	border: 2px solid var(--white);
}

.module.video.home h1 {
	color: var(--blue-1);
}

.module.video.home h1:before {
	background-color: var(--gold);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 4.8rem;
    margin-left: -4.8rem;
    right: 1rem;
    top: -1rem;
}

.module.video.home p {
	font-size: 1.4rem;
	color: var(--grey-1);
}

.module.featured {
	width: 100%;
	max-width: 100%;
	padding: 0;
	overflow-x: hidden;
}

.module.feature {
	min-height: 600px;
	padding: 2rem 2.8rem;
	transition: all 0.3s ease-out 0s;
}

.module.feature .et_pb_text_inner {
	/* width: 100%; COMMENTED OUT BY PENTERA */
	position: absolute;
	bottom: 0;
}

.feature.column-2,
.feature.column-3,
.feature.column-4 {
	margin-right: 0 !important;
}

.feature.column-2 {
	width: 50% !important;
}

.feature.column-4 {
	width: 25% !important;;
}

.module.feature h2,
.module.feature h4 {
	color: var(--white);
}

.module.feature h2 {
	/* font-size: 2.2rem; COMMENTED OUT BY PENTERA */
	margin-top: -0.4rem;
}

.module.feature h4 {
	font-family: 'DINPro-CondensedBold';
	font-size: 1rem;
	letter-spacing: 0.2rem;
	margin-bottom: 0;
}

.module.feature h4:after {
	background-color: var(--white);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 0;
    margin-right: -10%;
    /* left: 0.4rem; COMMENTED OUT BY PENTERA */
    top: -0.2rem;
    transition: all 0.3s ease-out 0s;
}

.module.feature:hover h4:after {
	width: 4.8rem;
}

.module.callout {
	padding: 2.6rem 0;
}

.module.callout h2 {
	font-size: 2.8rem;
}


.module.callout h5,
.module.news h5 {
	color: var(--blue-2) !important;
	margin-bottom: 0;
}

.module.callout h5:before,
.module.news h5:before {
	background-color: var(--gold);
    content: "";
    display: block;
    height: 6rem;
    position: relative;
    vertical-align: middle;
    width: 1px;
    margin: 0 auto 1rem;
    left: 0.4rem;
    top: -0.2rem;
    transition: all 0.3s ease-out 0s;
}

.module.callout.dark p {
	color: var(--white);
}

.module.news {
	border-top: 1px solid var(--grey-3);
}

.module.news h2 {
	font-size: 3.2rem;
}

.module.news h2.entry-title {
	font-family: 'DINPro-Medium';
	font-size: 1.8rem;
	text-transform: none;
	letter-spacing: -0.025rem;
	margin-bottom: 0;
}

.module.news .post-meta {
	font-family: 'StratumNo1-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2rem !important;
	color: var(--gold);
	letter-spacing: 0.2rem;
	text-transform: uppercase;
}

.module.events {
	padding: 2.8rem 0;
}

.module.events h2 {
	font-size: 3.2rem;
	color: var(--white);
}

.module.events h5 {
	color: var(--white);
	margin-bottom: 0;
}

.module.events h5:before {
	background-color: var(--white);
    content: "";
    display: block;
    height: 6rem;
    position: relative;
    vertical-align: middle;
    width: 1px;
    margin: 0 auto 1rem;
    left: 0.4rem;
    top: -0.2rem;
    transition: all 0.3s ease-out 0s;
}

.module.newsletter {
	border-top: 4px solid var(--gold);
	border-bottom: 4px solid var(--gold);
	padding: 2.8rem 0 1.4rem 0;
}

.module.newsletter h2 {
	font-size: 2.2rem;
	color: var(--white);
	margin-bottom: 0;
}

.module.newsletter h5 {
	color: var(--white);
	margin-bottom: 0;
}

.module.newsletter h5:before {
	background-color: var(--white);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 4.8rem;
    margin-left: -4.8rem;
    right: 1rem;
    top: 0;
}

/*********************/


/* ABOUT */


/*********************/

.header.subpage h1 {
	font-size: 5.2rem;
	color: var(--white);
}

.header.subpage h5 {
	color: var(--gold);
	margin-bottom: 0;
}

.header.subpage .title {
	height: 50vh;
}

.header.subpage .et_pb_text_inner {
	position: absolute;
    bottom: 0;
}

.module.section-head {
	padding: 0 0 4rem 0;
}

.module.section-head h2 {
	margin-bottom: 0;
}

.module.section-head h2:before {
	background-color: var(--gold);
    content: "";
    display: block;
    height: 6rem;
    position: relative;
    vertical-align: middle;
    width: 1px;
    margin: 0 auto 1rem;
    left: 0.4rem;
    top: -0.2rem;
    transition: all 0.3s ease-out 0s;
}

.module.section-head.dark p {
	color: var(--white);
}

.module.people h4 {
	font-family: 'DINPro-Medium';
	font-size: 1.4rem;
	text-transform: none;
	letter-spacing: -0.025rem;
	margin-bottom: 0;
}

.module.people p.et_pb_member_position {
	font-family: 'StratumNo1-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	color: var(--blue-2);
	letter-spacing: 0.2rem;
	text-transform: uppercase;
}

.module.general .contact-info p {
	color: var(--blue-2);
	line-height: 1;
}

.module.fullimage {
	min-height: 600px;
}

/*********************/


/* MEMBERSHIP */


/*********************/

.module.general .levels ul {
	list-style: none;
}

.module.general .levels ul li {
	background: var(--blue-1);
	padding: 1.2rem;
}

.module.general .levels ul li .level-name {
	font-family: 'DINPro-CondensedBold';
	font-size: 1.2rem;
	color: var(--gold);
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	margin-bottom: 0;
	float: left;
}

.module.general .levels ul li .level-price {
	font-family: 'StratumNo1-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.6rem;
	color: var(--white);
	letter-spacing: 0;
	text-transform: uppercase;
	text-align: right;
}

/*********************/


/* EVENTS */


/*********************/

/* ---------STYLE 1--------- */

/* Main Container */
.events .et_pb_section {
	background: transparent !important;
}

.events .dp_row_grid_view_style1 div.dem_grid1_main_content:hover {
	-webkit-box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.1);
}

/* Card */
.events .dp_row_grid_view_style1 div.dem_grid1_main_content a {
	min-height: 500px;
	background-color: transparent !important;
	background-blend-mode: normal !important;
}

.events .dp_row_grid_view_style1 div.dem_grid1_main_content a:before {
	background: var(--blue-1) !important;
}

.events .dp_row_grid_view_style1 div.dem_grid1_main_content a:hover:before {
	opacity: 0 !important;
}

/* Content */

/* Title */
.events .dp_row_grid_view_style1 div.dem_grid1_main_content .dem_grid1_details .dem_grid1_title_content {
	font-family: 'DINPro-Medium';
    font-size: 1.6rem;
    color: var(--white);
    line-height: 1.2;
    letter-spacing: -0.025rem;
    text-transform: none;
    margin: 0.8rem 0 0 0;
}

.events .dp_row_grid_view_style1 div.dem_grid1_main_content .dem_grid1_details .dem_grid1_title_content:before {
	background-color: var(--white);
    content: "";
    display: block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
    transition: all 0.3s ease-out 0s;
    margin-bottom: 1rem;
}

.events .dp_row_grid_view_style1 div.dem_grid1_main_content a:hover .dem_grid1_title_content:before   {
	width: 80%;
}

/* Date Container */
.events .dp_row_grid_view_style1 div.dem_grid1_main_content .dem-event-date {
	position: absolute;
	bottom: 1.4rem;
	width: 80%;
}

/* Day */
.events .dp_row_grid_view_style1 div.dem_grid1_main_content .dem-event-date .dem-event-day {
	font-family: 'StratumNo1-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 3.6rem;
	color: var(--gold);
	letter-spacing: 0;
	margin-bottom: 1rem;
}

/* Month */
.events .dp_row_grid_view_style1 div.dem_grid1_main_content .dem-event-date .dem-event-month {
	font-family: 'StratumNo1-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
	color: var(--white);
	letter-spacing: 0.2rem;
	margin-bottom: 1.2rem;
}

/* Time */
.events .dp_row_grid_view_style1 div.dem_grid1_main_content .dem-event-date .dem-event-time {
	margin-bottom: 1.2rem;
	display: none;
}

.events.page .dp_row_grid_view_style3 .dp_column_grid_view .dem_grid_style3_date_city_day .dem_grid_style3_day {
	color: var(--blue-1) !important;
}

/* Venue */
.events .dp_row_grid_view_style1 div.dem_grid1_main_content .dem_grid1_details .dem_grid1_venue {
	display: none;
}


/* ---------STYLE 3--------- */

/*More Info Button*/
.event-moreinfo {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%; 
}

/* Main Container */
.events .et_pb_section {
	background: transparent !important;
}

/* Card */
.events .dp_row_grid_view_style3 .dem_grid3_container {
	min-height: 300px;
	background: transparent !important;
	border: 1px solid rgba(255,255,255,0.2) !important;
	box-shadow: none !important;
	transition: all 0.3s ease-out 0s;
}

.events.page .dp_row_grid_view_style3 .dem_grid3_container {
	border-top: 3px solid var(--blue-1) !important;
	-webkit-box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.05) !important;
	-moz-box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.05) !important;
	box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.05) !important;
}

.events .dp_row_grid_view_style3 .dem_grid3_container:hover {
	border: 1px solid rgba(255,255,255,0.8) !important;
}

.events.page .dp_row_grid_view_style3 .dem_grid3_container:hover {
	border-top: 3px solid var(--blue-1) !important;
	-webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.1) !important;
	-moz-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.1) !important;
	box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.1) !important;
}

/* Content */
.events .dp_row_grid_view_style3 .dp_column_grid_view .dem_grid_style3_event_content {
	background: transparent !important;
}

.events .dem_grid_style3_event_content {
	text-align: center !important;
}

/* Title */
.events .dp_row_grid_view_style3 .dp_column_grid_view .dem_grid_style3_event_content h4.dem_grid_style3_event_title {
	font-family: 'DINPro-Medium';
    font-size: 1.6rem;
    color: var(--gold);
    text-align: center !important;
    text-transform: none;
    letter-spacing: -0.025rem;
    margin: 0.8rem 0 0 0;
}

.events .dp_row_grid_view_style3 .dp_column_grid_view .dem_grid_style3_event_content h4.dem_grid_style3_event_title a:hover {
	color: var(--white) !important;
}

.events.page .dp_row_grid_view_style3 .dp_column_grid_view .dem_grid_style3_event_content h4.dem_grid_style3_event_title a:hover {
	color: var(--blue-1) !important;
}

/* Date Container */
.events .dp_row_grid_view_style3 .dp_column_grid_view .dem_grid_style3_date_city_day {
	text-align: center !important;
	padding: 2rem 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.events.page .dp_row_grid_view_style3 .dp_column_grid_view .dem_grid_style3_date_city_day {
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

/* Date */
.events .dp_row_grid_view_style3 .dp_column_grid_view .dem_grid_style3_date_city_day .dem_grid_style3_date_month {
	font-family: 'DINPro-CondensedBold';
	font-size: 1rem;
	color: var(--white);
	letter-spacing: 0.2rem;
	margin-bottom: 0;
}

.events.page .dp_row_grid_view_style3 .dp_column_grid_view .dem_grid_style3_date_city_day .dem_grid_style3_date_month {
	color: var(--blue-1);
}

/* City */
.events .dp_row_grid_view_style3 .dp_column_grid_view .dem_grid_style3_date_city_day .dem_grid_style3_city {
	display: none;
}

/* Year */
.events .dp_row_grid_view_style3 .dp_column_grid_view .dem_grid_style3_date_city_day .dem_grid_style3_date_month {
	font-family: 'DINPro-CondensedBold';
	font-size: 1.2rem;
	color: var(--white);
	letter-spacing: 0.2rem;
	margin-bottom: 0;
}

.events.page .dp_row_grid_view_style3 .dp_column_grid_view .dem_grid_style3_date_city_day .dem_grid_style3_date_month {
	color: var(--blue-1);
}

/* Day */
.events .dp_row_grid_view_style3 .dp_column_grid_view .dem_grid_style3_date_city_day .dem_grid_style3_day {
	font-family: 'StratumNo1-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.8rem !important;
	color: var(--white) !important;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
}

.events.page .dp_row_grid_view_style3 .dp_column_grid_view .dem_grid_style3_date_city_day .dem_grid_style3_day {
	color: var(--blue-1) !important;
}

/* Venue */
.events .dem_grid_style3_venue {
	display: none;
}

/* Desc */
.events .dp_row_grid_view_style3 .dem_grid3_event_text {
	font-size: 1rem;
	color: var(--white);
	margin-top: 0 !important;
	overflow: inherit !important;
	display: none;
}

.events.page .dp_row_grid_view_style3 .dem_grid3_event_text {
	color: var(--blue-1);
}

/* ---------DETAIL--------- */

.dem-detail2-header {
	font-family: 'StratumNo1-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 4.4rem;
    margin-bottom: 0;
}

.dp_event_date_start {
	font-family: 'DINPro-CondensedBold';
	font-size: 1.4rem !important;
	color: var(--gold) !important;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	margin-bottom: 0;
}

.dem_event_detail2_table .et_pb_text_inner h3 {
	font-size: 1.8rem;
}

.et-db #et-boc .et_pb_row.dem_event_detail2_table,
.et_pb_row.dem_event_detail2_table {
    border: none !important;
    box-shadow: 0 2px 16px rgba(0,0,0,0.05) !important;
    padding: 3.2rem;
}

.et-db #et-boc .dem_event_detail2_table .et_pb_module.et_pb_text .et_pb_text_inner table tr th,
.dem_event_detail2_table .et_pb_module.et_pb_text .et_pb_text_inner table tr th {
	font-family: 'StratumNo1-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem !important;
	color: var(--blue-2);
	text-transform: uppercase;
}

.et-db #et-boc .dem_detail2_image_gallery .et_pb_text_inner h3.dem_detail2_image_gallery_title,
.dem_detail2_image_gallery .et_pb_text_inner h3.dem_detail2_image_gallery_title,
.et-db #et-boc .dem_detail2_solial_share .et_pb_text_inner h3.dem_detail2_solial_share_title,
.dem_detail2_solial_share .et_pb_text_inner h3.dem_detail2_solial_share_title,
.et-db #et-boc .dem_detail2_ticket_booking_title .et_pb_text_inner h3.dem_detail2_ticket_booking_title_text,
.dem_detail2_ticket_booking_title .et_pb_text_inner h3.dem_detail2_ticket_booking_title_text {
	font-size: 1.8rem;
}

.dem_detailpage2_header_title .header-content {
	position: absolute;
	bottom: 0;
}

.info-label {
	font-family: 'StratumNo1-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem !important;
    color: var(--blue-2);
    line-height: 1rem;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0.4rem;	
}

.info-content {
	font-family: 'DINPro-CondensedBold';
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    line-height: 1.4rem;	
}

/*********************/


/* SHOP */


/*********************/

.module.shop h2 {
	font-size: 2.2rem;
	color: var(--blue-1);
	margin-bottom: 0;
}

.module.shop h5 {
	color: var(--blue-2);
	margin-bottom: 0;
}

.module.shop h5:before {
	background-color: var(--blue-1);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 4.8rem;
    margin-left: -4.8rem;
    right: 1rem;
    top: 0;
}

/* Categories */

.module.shop ul {
	list-style: none;
	padding: 0;
}

.module.shop ul.product-categories li {
	font-size: 1.2rem;
    background: var(--grey-3);
    padding: 1.2rem 1rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease-out 0s;
}

.module.shop ul.product-categories li:hover {
    background: var(--grey-2);
}

.module.shop ul.product-categories li a {
	color: var(--blue-2);
}

.module.shop ul.product-categories li span.count {
	font-family: 'DINPro-CondensedBold';
	float: right;
}

/* Listing */

.module.shop h2.woocommerce-loop-product__title {
	font-size: 1.2rem !important;
}

.module.shop .woocommerce ul.products li.product .price {
	font-family: 'DINPro-CondensedBold';
	font-size: 2.2rem !important;
	color: var(--blue-2) !important ;
}

.module.shop .orderby {
	font-family: 'StratumNo1-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1rem !important;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    background: transparent;
    border: 1px solid var(--grey-2);
    border-radius: 0px;
    padding: 1.2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.module.shop .woocommerce .woocommerce-ordering {
    margin: 0 0 4rem;
}


/*********************/


/* WOO */


/*********************/

.module.wooproduct .et_pb_wc_title {
	margin-bottom: 0;
}

.module.wooproduct h1 {
	font-size: 2.4rem;
	color: var(--blue-1);
	margin-bottom: 1rem;
}

.module.wooproduct .et_pb_wc_price .amount {
	font-family: 'DINPro-CondensedBold';
	font-size: 2.8rem;
	color: var(--blue-2);
}

.woocommerce button.button {
	font-family: 'StratumNo1-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1rem !important;
	text-align: center;
	text-transform: none;
	letter-spacing: 0.2rem;
	line-height: 1;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0.8rem 3.12rem !important;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	outline: none;
	text-transform: uppercase;
	color: var(--blue-1) !important;
	background: transparent !important;
	border: 2px solid var(--blue-1) !important;
	border-radius: 0 !important;
}

.woocommerce div.product form.cart .button {
	font-family: 'StratumNo1-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1rem;
	text-align: center;
	text-transform: none;
	letter-spacing: 0.2rem;
	line-height: 1;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0.8rem 3.12rem !important;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	outline: none;
	text-transform: uppercase;
	color: var(--white) !important;
	background: var(--blue-1) !important;
	border: 2px solid var(--blue-1) !important;
}

.woocommerce div.product form.cart .button:hover {
	color: var(--white) !important;
	background: var(--blue-2) !important;
	border: 2px solid var(--blue-2) !important;
}

.woocommerce div.product form.cart .button:after,
.woocommerce button.button:after {
    position: absolute;
    transition: all 0.3s ease-out 0s;
    top: 18%;
}

.woocommerce div.product form.cart .variations label {
	font-family: 'StratumNo1-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	color: var(--blue-2);
	text-transform: uppercase;
}

.woocommerce div.product form.cart .variations td {
	line-height: 5.6em;
}

.et_pb_wc_add_to_cart.et_pb_module .et_pb_module_inner form.cart .variations td select {
	font-size: 1rem;
    color: var(--blue-2) !important;
    background: var(--white);
    padding: 1.2rem;
    border-radius: 0;
}

.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
	font-family: 'DINPro-CondensedBold';
    font-size: 1.3rem !important;
    color: var(--grey-1) !important;
    text-transform: uppercase;
    padding: 1rem !important;
    background-color: var(--grey-3) !important;
    border-radius: 0 !important;
    height: auto;
}

.module.woorelated {
	border-bottom: 4px solid var(--gold);
}

.module.woorelated h2 {
	font-size: 2.2rem;
	color: var(--white);
	margin-bottom: 0;
}

.module.woorelated h5 {
	color: var(--white);
	margin-bottom: 0;
}

.module.woorelated h5:before {
	background-color: var(--white);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 4.8rem;
    margin-left: -4.8rem;
    right: 1rem;
    top: 0;
}

.module.woorelated .related.products h2 {
	display: none;
}

.module.woorelated h2.woocommerce-loop-product__title {
	font-size: 1.2rem !important;
	display: block !important;
}

.module.woorelated span.woocommerce-Price-amount {
	font-family: 'DINPro-CondensedBold';
	font-size: 2.2rem !important;
	color: var(--gold) !important ;
}

.woocommerce div.product p.stock {
	font-family: 'StratumNo1-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	text-transform: uppercase;
}

.woocommerce div.product .out-of-stock {
	color: #F12F15;
}

/* Cart */

.checkout-button {
	font-family: 'StratumNo1-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1rem !important;
	text-align: center;
	text-transform: none;
	letter-spacing: 0.2rem;
	line-height: 1;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0.8rem 3.12rem !important;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	outline: none;
	text-transform: uppercase;
	color: var(--white) !important;
	background: var(--blue-1) !important;
	border: 2px solid var(--blue-1) !important;
	border-radius: 0 !important;
}

.checkout-button:hover {
	color: var(--white) !important;
	background: var(--blue-2) !important;
	border: 2px solid var(--blue-2) !important;
}

.checkout-button:after {
    position: absolute;
    transition: all 0.3s ease-out 0s;
    top: 18%;
}

.cart_totals h2,
.shipping_calculator h2 {
	font-size: 1.2rem;
}

.order-total {
	font-size: 1.2rem;
}

.product-name a {
	font-size: 1.2rem;
	color: var(--blue-1);
}

/* Checkout */

.checkout.woocommerce-checkout h3 {
	font-size: 1.2rem;
}

/* My Account */

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
	font-size: 1.2rem;
    background: var(--grey-3);
    padding: 1.2rem 1rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease-out 0s;
}

.woocommerce-MyAccount-navigation ul li:hover {
    background: var(--grey-2);
}

.woocommerce-MyAccount-navigation ul li a {
	color: var(--blue-2);
}

/* Messages */

.woocommerce .woocommerce-message {
	background: var(--blue-2);
}

.woocommerce-message a.button.wc-forward {
	font-family: 'StratumNo1-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1rem !important;
	text-align: center;
	text-transform: none;
	letter-spacing: 0.2rem;
	line-height: 1;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0.8rem 3.12rem !important;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	outline: none;
	text-transform: uppercase;
	color: var(--white) !important;
	background: transparent !important;
	border: 2px solid var(--white) !important;
	border-radius: 0 !important;
}

.woocommerce-message a.button.wc-forward:hover {
	color: var(--blue-1) !important;
	background: var(--white) !important;
	border: 2px solid var(--white) !important;
}

.woocommerce-message a.button.wc-forward:after {
    position: absolute;
    transition: all 0.3s ease-out 0s;
    top: 18%;
}

/* WOOF */

.woof_list li {
    margin: 1.2rem 0 !important;
}
.woof_list label {
    font-family: 'DINPro-CondensedBold';
    font-size: 1.2rem;
    color: var(--blue-1);
    line-height: 1.4;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 4px 0;
}
ul.woof_childs_list li .woof_checkbox_label {
	font-family: 'DINPro',"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    color: var(--grey-1);
    letter-spacing: 0;
    text-transform: none;
}
.woof_reset_search_form {
	font-family: 'StratumNo1-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    text-align: center;
    text-transform: none;
    letter-spacing: 0.2rem;
    line-height: 1;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0.8rem 3.12rem !important;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    outline: none;
    text-transform: uppercase;
    color: var(--white) !important;
    background: var(--blue-1) !important;
    border: 2px solid var(--blue-1) !important;
}

/*********************/


/* FLUSH */


/*********************/

.about-stories {
	margin: 0;
	padding: 0 !important;
}

.about-stories .single {
	background: var(--white);
	min-height: 670px;
	min-width: 100%;
	position: relative;
	padding: 0
}

.about-stories .single .text {
	height: 100%;
	width: 50%;
    float: right;
    position: relative;
    top: 4.4vh;
}

.about-stories .single .text .et_pb_module {
	width: 100%;
	max-width: 30vw;
	margin: 0 auto;
}

.about-stories .single .text h2:before {
	background-color: var(--gold);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 4.8rem;
    margin-left: -4.8rem;
    right: 1rem;
    top: -0.5rem;
}

.about-stories .single.image-right .text {
	float: left;
}

.about-stories .single .image {
    height: 100%;
    width: 50%;
    min-height: 670px;
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 !important;
    background-position: top center;
    background-size: cover;
}

.about-stories .single.image-right .image {
	left: auto;
	right: 0;
}

/*********************/


/* SUPPORTERS*/


/*********************/


.module.supporters {
	
}

.module.supporters .supporter h4 {
	text-align: center;
}

.module.supporters .supporter img {
	transition: all 0.3s ease-out 0s;
}

.module.supporters .supporter img:hover {
	transform: scale(1.1);
}

/*********************/


/* ACCORDIAN */


/*********************/

/* Widget Title */

.pafa-block-cat h2 {
	font-size: 3.6rem !important;
	color: var(--color-3);
	text-align: center
}

/* Block */

.pafa-block {
	border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 0 0 2rem 0;
}

.pafa-block:nth-child(even) { /* Alternate Row Color */
	background-color: var(--white) !important;
}

.pafa-block:nth-last-child(1) { /* Border on last item */
	border-bottom: none;
}

/* Question */

.pafa-block-q {
	font-size: 1.6rem !important;
    color: var(--color-3);
    text-transform: none;
    line-height: 1.2 !important;
    letter-spacing: -1px;
    transition: all 0.3s ease-out 0s;
}

.pafa-block h3.pafa-block-q {
	margin: 2rem 0 0 0 !important;
}

.pafa-block:hover .pafa-block-q {
	color: var(--color-3);
}

.pafa-block.pafa-block-open h3 {
	color: var(--color-3) !important;
}

/* Answer */

.pafa-block.pafa-icon .pafa-block-a {
	padding: 0 !important;
}

.pafa-block-a p {
	color: var(--color-1);
}

.pafa-block-a ul {
	margin: 2.0rem 0 0 1.2rem;
}

.pafa-block-a ul li {
	color: var(--grey);
	margin: 0 0 1.2rem 0;
}

/* Accordian Icon */

.pafa-icon .pafa-block-q i:before {
	color: var(--color-3);
}

.pafa-block.pafa-block-open.pafa-icon .pafa-block-q i:before {
	color: #F12F15;
}

/*********************/


/* BLOG */


/*********************/

.et_pb_column_2_3 .et_pb_post_extra.el_dbe_grid_extended:nth-child(odd) .post-media,
.et_pb_column_3_4 .et_pb_post_extra.el_dbe_grid_extended:nth-child(odd) .post-media,
.et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended:nth-child(odd) .post-media {
	order: 0 !important;
}

@media screen and (min-width: 981px) {
.et_pb_column_2_3 .et_pb_post_extra.el_dbe_grid_extended .post-media,
.et_pb_column_3_4 .et_pb_post_extra.el_dbe_grid_extended .post-media,
.et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended .post-media {
	width: 20% !important;
}

.et_pb_column_2_3 .et_pb_post_extra.el_dbe_grid_extended .post-content,
.et_pb_column_3_4 .et_pb_post_extra.el_dbe_grid_extended .post-content,
.et_pb_column_4_4 .et_pb_post_extra.el_dbe_grid_extended .post-content {
	width: 80% !important;
	padding: 0 10px 0 30px !important;
}	
}


.post-header {
	padding: 1.2rem 0 2.8rem 0;
}

.post-header h1 {
	font-size: 3.6rem;
	color: var(--color-3);
	line-height: 1.0;
	margin-bottom: 0;
}

.post-header h1 span {
	-moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -moz-text-stroke-color: var(--color-3);
    -webkit-text-stroke-color: var(--color-3);
    -moz-text-stroke-width: 2px;
    -webkit-text-stroke-width: 2px;
}

.post-header p {
	color: var(--white);
}

#diviblog .et_pb_post {
    background-color: var(--white);
    padding: 2.5rem;
    margin: 0 0 2rem 0;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.02);
    -moz-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.02);
    box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
}

#diviblog .et_pb_post:hover {
    background: var(--color-1);
    -webkit-box-shadow: 0px 2px 24px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 24px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 24px 0px rgba(0,0,0,0.1);
}

/*
#diviblog .et_pb_post .entry-title, 
#diviblog .et_pb_post .post-meta, 
#diviblog .et_pb_post .post-content p {
	transition: all 0.3s ease;
}
*/

#diviblog .et_pb_post .entry-title {
	font-size: 2.4rem;
	font-weight: normal;
	color: var(--color-1);
	text-transform: none;
	margin-bottom: 0;
	line-height: 1.2;
}

#diviblog .et_pb_post .entry-title:hover {
	color: var(--white);
}

#diviblog .et_pb_post .post-meta {
	font-family: 'DINPro', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1rem;
	color: var(--color-3);
    text-transform: uppercase;
    letter-spacing: 0;
}

#diviblog .et_pb_post .post-content {
	color: var(--grey-1);
}

#diviblog .et_pb_post:hover .entry-title, 
#diviblog .et_pb_post:hover .post-meta, 
#diviblog .et_pb_post:hover .post-content p {
	color: var(--white);
}

#diviblog .post-content .more-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	opacity: 0;
}

/*Builder Template*/

.et_pb_title_container h1 {
	font-size: 3.8rem;
}

span.published {
	font-family: 'StratumNo1-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
	color: var(--grey-1);
	letter-spacing: 0.2rem;
	text-transform: uppercase;
}

.nav-next a, .nav-previous a {
	font-family: 'StratumNo1-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1rem !important;
	text-align: center;
	text-transform: none;
	letter-spacing: 0.2rem;
	line-height: 1;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0.8rem 1.12rem !important;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	outline: none;
	text-transform: uppercase;
	color: var(--white);
	background: var(--blue-1);
	border: 2px solid var(--blue-1);
	border-radius: 0;
	
}

.nav-previous a {
	color: var(--blue-1);
	background: transparent;
	border: 2px solid var(--blue-1);
}

/*********************/


/* GRAVITY FORMS */


/*********************/

.divi_wrapper input.text,
.divi_wrapper input.title,
.divi_wrapper input[type=email],
.divi_wrapper input[type=password],
.divi_wrapper input[type=tel],
.divi_wrapper input[type=text],
.divi_wrapper select,
.divi_wrapper textarea {
	font-size: 1.0rem !important;
	background: #FFFFFF;
	border: none;
	border-radius: 0;
	padding: 1.2rem !important;
	transition: all 0.3s ease-out 0s;
	-webkit-appearance: none;
}

.divi_wrapper input.text:hover,
.divi_wrapper input.title:hover,
.divi_wrapper input[type=email]:hover,
.divi_wrapper input[type=password]:hover,
.divi_wrapper input[type=tel]:hover,
.divi_wrapper input[type=text]:hover,
.divi_wrapper select:hover,
.divi_wrapper textarea:hover {
	background: #FFFFFF;
	border: none;
}

.module.general .divi_wrapper input.text,
.module.general .divi_wrapper input.title,
.module.general .divi_wrapper input[type=email],
.module.general .divi_wrapper input[type=password],
.module.general .divi_wrapper input[type=tel],
.module.general .divi_wrapper input[type=text],
.module.general .divi_wrapper select,
.module.general .divi_wrapper textarea {
	font-size: 1.0rem !important;
	background: #FFFFFF;
	border: 1px solid var(--grey-1);
	border-radius: 0;
	padding: 1.2rem !important;
	transition: all 0.3s ease-out 0s;
	-webkit-appearance: none;
}

.module.general .divi_wrapper input.text:hover,
.module.general .divi_wrapper input.title:hover,
.module.general .divi_wrapper input[type=email]:hover,
.module.general .divi_wrapper input[type=password]:hover,
.module.general .divi_wrapper input[type=tel]:hover,
.module.general .divi_wrapper input[type=text]:hover,
.module.general .divi_wrapper select:hover,
.module.general .divi_wrapper textarea:hover {
	background: #FFFFFF;
	border: 1px solid var(--gold);
}

.et_pb_button.et_pb_bg_layout_light.gravity {
	color: var(--white) !important;
	background: transparent;
	border: 2px solid var(--white);
	font-size: 1rem !important;
	display: table !important;
	margin: 0 auto !important;
	cursor: pointer;
}
.et_pb_button.et_pb_bg_layout_light.gravity:hover {
	color: var(--blue-1) !important;
	background: var(--white);
	border: 2px solid var(--white);
}

.module.general .et_pb_button.et_pb_bg_layout_light.gravity {
	color: var(--white) !important;
	background: var(--blue-1);
	border: 2px solid var(--blue-1);

}
.module.general .et_pb_button.et_pb_bg_layout_light.gravity:hover {
	color: var(--white) !important;
	background: var(--blue-2);
	border: 2px solid var(--blue-2);
}

.divi_wrapper .top_label .gfield_label {
	display: none !important; /*Hide labels*/
}

img.gform_ajax_spinner {
    display: none !important; /*Hide spinner*/
}

/* Inline fields on Gravity Forms */

@media only screen and (min-width: 641px) {
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_above li.gfield, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
    vertical-align: middle;
    padding-right: 8px !important;
    width: 400px !important;
}
}

/*Placeholders*/

::-webkit-input-placeholder { /* Chrome */
  font-size: 1.0rem;	
  color: var(--grey-2) !important;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: 1.0rem;
  color: var(--grey-2) !important;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size: 1.0rem;
  color: #1E1F22 !important;
  opacity: var(--grey-2) !important;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  font-size: 1.0rem;
  color: var(--grey-2) !important;
  opacity: 1 !important;
}

.module.general ::-webkit-input-placeholder { /* Chrome */
  font-size: 1.0rem;	
  color: var(--grey-1) !important;
}
.module.general :-ms-input-placeholder { /* IE 10+ */
  font-size: 1.0rem;
  color: var(--grey-1) !important;
}
.module.general ::-moz-placeholder { /* Firefox 19+ */
  font-size: 1.0rem;
  color: #1E1F22 !important;
  opacity: var(--grey-1) !important;
}
.module.general :-moz-placeholder { /* Firefox 4 - 18 */
  font-size: 1.0rem;
  color: var(--grey-1) !important;
  opacity: 1 !important;
}

/*Errors*/

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_requigreen.gfield_cgreenitcard_warning {
    background-color: transparent !important;
    margin-bottom: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea,
.gform_wrapper li.gfield_error select {
    border: 1px solid #F12F15 !important;
}

.gform_wrapper .validation_message {
    color: #F12F15 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2rem !important;
}

.gform_wrapper div.validation_error {
    color: #fff !important;
    font-size: 1rem !important;
    border-top: none !important;
    border-bottom: none !important;
    background: #F12F15 !important;
}

/*Section*/

.gform_wrapper h2.gsection_title:before {
	display: none;
}

/*Labels*/
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
	color: var(--white);
}

.gform_wrapper .field_description_below .gfield_description { /*Make sure fields are aligned on inline forms when validated*/
	position: absolute;
	bottom: -40px;
}

.module.general .gform_wrapper .field_description_below .gfield_description { /*Make sure fields are aligned on inline forms when validated*/
	position: relative;
	bottom: 0;
}

/*Confirmation*/

.gform_confirmation_message {
	font-family: 'StratumNo1-Bold', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    color: var(--gold);
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    line-height: 1.6;
    padding: 2rem;
	
}

/*********************/


/* POPUP */


/*********************/

.popup_outer_wrap > div {
  max-height: 100% !important;
}

/*********************/


/* RESPONSIVE */


/*********************/

/*** Responsive Styles Large Desktop And Above ***/
@media only screen and (min-width: 1800px) {
.nav.bottom.sticky {
	padding: 0px 0px !important;
}
}

@media all and (min-width: 1405px) {
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
.module.feature h2 {
	font-size: 2rem;
	margin-top: -0.4rem;
}
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
h2 {
	font-size: 2.4rem;
}	
.et_pb_row.nav.top {
	width: 100%;
}
.nav.top .et_pb_button_module_wrapper.et_pb_module {
	width: 33.33%;
}
.nav.top .et_pb_button {
	width: 100%;
    padding: 0.8rem 0 !important;
}		
#main-header { /*Hide Due to TapTap Menu*/
	display: none;
}
/*
.module.slider {
	padding-top: 10%;
}
*/	
.module.slider .et_pb_slide_description {
	width: 100%;
}
.module.slider .et_pb_slide_description h2 {
	font-size: 3.2rem !important;
}
.module.slider .et_pb_slide_description p {
	font-size: 2.0rem;
}
.module.video.home h1 {
	font-size: 2.8rem;
}
.module.video.home p {
	font-size: 1rem;
}
.module.events h2, 
.module.news h2 {
    font-size: 2.8rem;
}
.events .dp_row_grid_view_style3 .dp_column_grid_view .dem_grid_style3_event_content h4.dem_grid_style3_event_title {
	font-size: 1.2rem;
}
.module.feature h2 {
	font-size: 1.8rem;
}
.header.subpage h1 {
	font-size: 2.8rem;
}
.feature.column-4,
.feature.column-2 {
	width: 100% !important;;
}
.feature.column-4.et_pb_column,
.feature.column-2.et_pb_column {
	margin-bottom: 0;
}
.about-stories {
	margin-bottom: 0;
}
.about-stories .single .text .et_pb_module {
	max-width: 100%;
}	
.about-stories .single .text {
	width: 100%;
	padding: 3.8rem 3.4rem;
	top: 0;
}
.about-stories .single .image {
	width: 100%;
    min-height: 420px;
    position: relative;
    display: block;
}
.module.general .levels ul li .level-name {
	font-size: 1rem;
}
.module.general .levels ul li .level-price {
	font-size: 1.2rem;
}
.dem-detail2-header {
	font-size: 2rem;
}
.et-db #et-boc .et_pb_row.dem_event_detail2_table, .et_pb_row.dem_event_detail2_table {
	padding: 1.2rem;
}
.module.footer .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4,
.module.footer .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4,
.module.footer .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 {
	width: 100%;
}
.module.footer .et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__wrap,
.module.footer .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
	justify-content: flex-start;
}

.module.footer .et_pb_column {
	margin-bottom: 30px;
}
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) {
.main-site-footer ul li {
	padding: 0;
	float: left;
}
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {			 
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
p {
	font-size: 1rem;
}	
.et_pb_button {
	padding: 0.8rem 1.62rem !important;
}	
#diviblog .et_pb_post .entry-title {
	font-size: 1.6rem;
}
.module.callout h2 {
	font-size: 1.8rem;
}
.events .dp_row_grid_view_style3 .dem_grid3_container {
	min-height: 100px;
}
.event-moreinfo {
	position: relative;
}
.et_pb_row.dem_event_detail2_table {
	width: 100%;
}
.dem_detailpage2_header_title .header-content {
    position: relative;
}
.et_pb_title_container h1 {
	font-size: 2.4rem;
}
span.nav-previous, span.nav-next {
	float: left;
	margin: 0.2rem 0;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
	width: 100%;
}
}