/*
Theme Name:         Mama's Kitchen
Description:        Base Bootstrap (v3.3.4) WordPress Theme.
Version:            1.0.0
Author:             Sessionwise
Author URI:         http://sessionwise.com/
*/

/* ---------------------------------------------------------------------------- 
  Stylesheet
---------------------------------------------------------------------------- */

/* Global */

@import url('https://fonts.googleapis.com/css?family=Raleway:400,300,900|Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Karla:400,900&amp;display=swap');

@font-face {
    font-family: 'helena';
    src: url('assets/fonts/helena-webfont.eot');
    src: url('assets/fonts/helena-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/helena-webfont.woff2') format('woff2'),
         url('assets/fonts/helena-webfont.woff') format('woff'),
         url('assets/fonts/helena-webfont.ttf') format('truetype'),
         url('assets/fonts/helena-webfont.svg#helena') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

.cf:before,
.cf:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.cf:after {
	clear: both;
}

/* Colors */

.red {
	color: #ed4343;
}

.brown {
	color: #57183f;
}

.green {
	color: #629c74;
}

.yellow {
	color: #fe9508;
}

.mk-grey {
	color: #818285;
}

.alignleft {float:left; margin-right:25px;}
.alignright {float:right; margin-left:25px;}

.btn-link {
	font-size:28px; line-height:1.2em !important;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	color:#fff;
	float:right;
	margin-left:25px;
	border:1px dashed #ccc;	
	padding:1px;
}

.btn-link:hover {
	border:1px dashed #666;	
}

.btn-link a {
	color:#fff !important;	
	padding:15px 30px !important;
	display:inline-block;
	background:#ed4343;
}

.btn-link a:hover {
	text-decoration:none;
	background:#6d001e;	
}

.btn-link a::after {
	content: "\f054";
	font-family: "FontAwesome";
	margin-left:5px;
}

.btn-link-img {
	font-size:28px; line-height:1.2em !important;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	color:#fff;
	float:right;
	margin-left:15px;
	padding:1px;
	border-left:1px dashed #ccc;
}

.btn-link-img:hover {
	
}

.btn-link-img a {	
	padding:15px 15px 15px 20px !important;
	display:inline-block;
}

.btn-link-img a:hover {
	text-decoration:none;
	color:#666;
}

.btn-link-img a::after {
	content: "\f054";
	font-family: "FontAwesome";
	margin-left:5px;
}

.pp-btn {
	float:right;
	font-size:16px; 
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	margin-left:25px; 
	border:1px dashed #ccc;	
	color:#fff !important;	
	padding:15px 30px !important;
	display:inline-block;
	background:#ed4343;
	width:250px;
	text-align:center;
}

.entry-content .pp-btn p {
	margin-bottom:15px;
	line-height:1.1em !important;
}

.foot-area,
.ext-header {
	/* background:#f0e5b6; */
	background:#efefef;
}

body {
	font-family: 'Karla', sans-serif;
	color:#000000;
	line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
}
p, li {
	font-family: 'Karla', sans-serif;
}

a, a:link, a:active, a:visited, a:hover {color:#ed4343;}

.btn,
.btn-2,
.btn-3,
.gform_button {
	background:#fff;
	border-radius: 10px; 
	border:1px solid #ed4343;
	color:#ed4343;	
	padding:10px 15px;
}

.btn:hover,
.btn-2:hover,
.btn-3:hover,
.gform_button:hover {
	background:#ed4343;
	color:#fff;
	text-decoration:none;	
}

.btn-2 {
	background:#ed4343;
	border:1px solid #ed4343;
	color:#fff !important;	
}

.btn-2:hover {
	background:transparent;
	color:#ed4343 !important;
}

.btn-3,
.gform_button {
	background:#333;
	border:1px solid #333;
	color:#fff;	
}

.btn-3:hover,
.gform_button:hover {
	background:transparent;
	color:#ed4343;
}

.gform_button {padding:5px 15px 5px; line-height:18px;}

.ext-header {
	font-family: 'Raleway', sans-serif;
	font-size:22px; line-height:26px;
	padding:7px 0;
	text-align:center;
	margin-bottom:50px;	
	position:relative;
}

.ext-header i {
	font-size:50px; line-height:50px;
	color:#efefef;
	display:block;
	position:absolute;
	bottom:-37px;
	right:0; left:0;
	margin:0 auto;
}

h1 {}
h2 {}
h3 {}
h4 {}	

.entry-content h2 {font-size:2em; line-height:1.6em;}
.entry-content h3 {margin-bottom:1.1em;}
.entry-content h4 {font-size:1.2em; line-height:1.6em; font-weight:300;}

.entry-content ul {margin-bottom: 1.6em;}
.entry-content ul li {font-size:1.2em; line-height:1.6em;}

.entry-content ol {margin-bottom: 1.6em;}
.entry-content ol li {font-size:1.2em; line-height:1.6em;}

.entry-content {margin-top:25px;}

.entry-content p,
.entry-content figure {font-size:1.2em; line-height:1.6em; margin-bottom:1.6em;}

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

.no-margin {margin-left:0; margin-right:0;}

/********* Header **********/
.site-header {
	position: sticky;
	top: 0;
	transition: all .3s linear;
	width: 100%;
	z-index: 99999;
	background-color: #ffffff;
}

.admin-bar .site-header {
	top: 46px;
}

@media only screen and (min-width: 783px) {
	.admin-bar .site-header {
		top: 32px;
	}
}

.navbar-header {
	padding-bottom:0px;
}

.navbar-collapse {border:none;}

.navbar-default {
    background: none;
    border-radius:0;
    box-shadow:none;
}
.navbar-default {
    background-color: transparent;
    border-color:transparent;
}

.navbar-brand {
	margin:0;
	float: left;
    font-size: 18px;
    height: auto;
    line-height: auto;
    padding:0;
}

.navbar-brand img {
	width:132px;
	height:auto;
	display:inline-block;	
}

.navbar {
    border: 1px solid transparent;
    margin-bottom: 0;
	padding: 10px 0;
}

#navbar {
	text-align: left;
	padding-top: 15px;
}

@media (min-width: 1000px) {
	#navbar {
		text-align: right;
		padding-top: 0;
	}
}

/* Top Area */

.menu-take-action-container {
	display:inline-block;
	padding:5px 0; width:100%; 
	text-align:center;
}

.site-header .menu-take-action-container {
	display: none;
}

@media (min-width: 1000px) {
	.site-header .menu-take-action-container {
		display: inline-block;
	}
}
	
#menu-take-action {
	list-style:none; margin:0; padding:0;
}

#menu-take-action li {
	margin-right: 10px;
}

#menu-take-action li:last-child {
	margin-right: 0;
}

#menu-take-action .menu-item a {
	background: #ed4343;
    color: #fff;
    padding: 4px 20px 3px;
	border: solid 1px #ed4343;
	transition: all 0.3s ease-in;
}

#menu-take-action .menu-item a:hover {
	text-decoration:none;
	background:#fff;
	color: #ed4343;
}

.tk {
	display:none; text-transform:uppercase; 
	font-family: 'Raleway', sans-serif; font-weight:700; 
	width:100%; text-align:center;
}

.social {display:none; width:100%; text-align:center;}
.social a {color:#000; opacity:.3; font-size:20px; margin-left:5px;}
#footer .social {display:block;}

/* Main Nav */

.navbar-toggle {margin-top: 20px}

.navbar-default .navbar-toggle {border-color: #fff;}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    border-color: #333;
	background-color:#333;
}

.navbar-toggle {
    background-color: #ed4343;
    border: 1px solid transparent;
    border-radius: 1px;
    float: right;
    margin-bottom: 0;
    margin-right: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

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

.navbar-nav > li {
	font-size:17px;
	font-family: 'Karla', sans-serif;
	color:#333;
}

.navbar-nav > li > a {padding:10px 8px;}
.navbar-nav > li > a:hover {padding:10px 8px;}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .open > a {
    background: none;
    box-shadow:none;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .current-menu-ancestor {
    background-color: transparent;
	color:#ed4343;
}

.navbar-default .navbar-nav .dropdown-menu .dropdown .dropdown-menu {
	display:block;
	position:relative;
    border: none;
    border-radius: 0;
    box-shadow: none;
    float: none;
    font-size: 13px;
    left: 0;
    margin: 0;
    padding: 0 0 0 15px;
}

/******** Homepage *********/

#rotator {background:#f4f4f4; display:none;}

#rotator .container-fluid {
	background:#f4f4f4;
	height:auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	padding-left:0;
	padding-right:0;
}

#rotator .container {
	position:absolute;
	bottom:0;
}

.slick-prev{left: 20px; z-index:9999; opacity:.5; width:60px !important; height:60px !important;}
.slick-next{right: 20px; z-index:9999; opacity:.5; width:60px !important; height:60px !important;}

.slick-next::before {
    content: "\f054";
	font-family: "FontAwesome";
	font-size:40px;
}

.slick-prev::before {
    content: "\f053";
	font-family: "FontAwesome";
	font-size:40px;
}

.rotator-content {
	background: rgba(255, 255, 255, .7);
	padding:10px;
}

#rotator p.rotate-head {
	font-family: 'helena' !important;
	color:#ed4343;
	font-size:50px;
	letter-spacing:-4px;
	margin-top:10px;
	text-align:center;	
}

.rotator-content p {
	font-size:14px;
	font-family: 'Raleway', sans-serif;
	text-align:center;
}

/* Rotator - Promo */

#rotator .container-fluid.promo-slide {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	padding-left:0;
	padding-right:0;
}

#rotator .container-fluid.promo-slide .container {
	position:relative;
	bottom:auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:999;
}

#rotator .container-fluid.promo-slide .rotator-content {
	background-color:transparent;
	padding:0;
}

#rotator .container-fluid.promo-slide  p.rotate-head {
	font-family: 'helena' !important;
	color:#ed4343;	
	margin-top:0;
	margin-bottom:15px;
}

#rotator .container-fluid.promo-slide .rotator-content p {
	font-family: 'Raleway', sans-serif;
	text-align:center;
}

#rotator .container-fluid.promo-slide.light-slide-text  p.rotate-head {
	color:#fff;	
}

#rotator .container-fluid.promo-slide.light-slide-text .rotator-content p {
	color:#fff;	
}


.dark-overlay {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	background:rgba(0, 0, 0, .3);
}

.light-overlay {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	background:rgba(255, 255, 255, .3);
}

#rotator .container-fluid.promo-slide .btn {
    background: #ed4343;
    border: 1px solid #ed4343;
    color: #fff !important;
	padding: 10px 25px;
	border-radius:10px;
	font-size:18px;
	display:inline-block;
	margin-top:20px;
}

#rotator .container-fluid.promo-slide .second-slide-line,
#rotator .container-fluid .second-slide-line {
	font-size:24px !important;
	color: #000;
}

#rotator .container-fluid .third-slide-line {
	color: #000;
}

#rotator .container-fluid.promo-slide .third-slide-line {
	font-size:20px !important;
}

@media (max-width: 768px) {
	
	#rotator .container-fluid.promo-slide .second-slide-line, 
	#rotator .container-fluid .second-slide-line {
		font-size:18px !important;
	}

	#rotator .container-fluid.promo-slide .second-slide-line{
		padding:0 60px;
	}

	#rotator .container-fluid.promo-slide .container {
		position:relative;
		bottom: initial;
		top: initial;
		transform: none;
	}

	#rotator p.rotate-head{
		line-height: 1.1em;
	}

	#rotator .slick-slide{
		display: flex;
		flex-direction: column;
		justify-content: center;;
	}

	#rotator .container {
		position: relative;
		bottom: initial;
		top: initial;
	}

	#rotator .container-fluid.promo-slide .third-slide-line {
		font-size:16px !important;
		padding:0 60px;
	}
	
	#rotator .container-fluid {
		height: 500px;
	}	
	
	.dark-overlay {
		background:rgba(0, 0, 0, .7);
	}

	.light-overlay {
		background:rgba(255, 255, 255, .7);
	}
	
	#rotator .container-fluid.promo-slide .btn {
    	margin-bottom:0;
	}
	
	#rotator .container-fluid.promo-slide  p.rotate-head {
		margin-top:50px;
	}
	.slick-prev, 
	.slick-next{display:none !important;}
	
}

@media (max-width: 480px) {
	

	#rotator .container-fluid {
		height:500px;
	}	
	
	
}




/* Main Message */

.main-message,
.ins-main-message {text-align:center;}
.ins-main-message img {max-width:100%; height:auto;}

.main-message h2,
.ins-main-message h2 {
	text-align:center;
	font-size:40px; line-height:46px;
	color:#818285;	
	margin:0 0 0;
}

.main-message i,
.ins-main-message i {color:#ed4343; font-size:33px; margin-bottom:10px;}

.main-message-2 {padding-bottom:30px;}

.hp-main-message h1 {
	font-family: 'Raleway', sans-serif;
	font-size:1.4em; line-height:1.4em;
	font-weight:300;
}

.hp-stat {}

.hp-stat p {
	font-family: 'Raleway', sans-serif;
	font-size:1.4em; line-height:1.4em;	
	font-weight:300;
	
}

.stat-head {
	font-family: 'Raleway', sans-serif;
	font-size:4.6em !important; line-height:1.4em;
	font-weight:700 !important;
	color:#ed4343;
	margin-bottom:0;
}

.cta-single h4 {
	font-family: 'helena' !important;
	color:#ed4343;
	font-size:40px; line-height:40px;
	letter-spacing:-2px;
	text-align:center;
	margin-bottom:5px;
}

.cta-single p {
	font-family: 'Raleway', sans-serif;
	color:#666;
	font-size:18px; line-height:22px;
	margin-bottom:0;
}

.cta-single img {
	width:100%;
	max-width:400px;
	height:auto;
	margin-bottom:7px;
}

.cta-single .wrap {
	text-align:center;
}

.cta-single .btn-2 {
	display:inline-block;
	margin-top:5px;
	width:75%;
}

.hp-ctas .columns {}

.hp-ctas .wrap,
.sidebar-ctas .wrap {
	height:auto;
	margin-bottom:30px;
	position:relative;
	border:1px solid #efefef;
}

.hp-ctas .wrap {
	border:none;
}

.sidebar-ctas .cta-single .wrap {
    border: none;
	margin-bottom:40px;
}

.sidebar-ctas .cta-single .wrap .btn-2 {
    margin-top:15px;
}

.hp-ctas .copy-wrap,
.sidebar-ctas .copy-wrap {
	position:absolute;
	bottom:0;
	width:100%;
	padding:10px;
	background: rgba(0, 0, 0, .5);
	color:#fff;
	text-align:center;
}

.hp-ctas .copy-wrap p,
.sidebar-ctas .copy-wrap p {
	margin-bottom:0;
	}

.hp-ctas .wrap img,
.sidebar-ctas img {
	max-width:100%;
	height:inherit;
}

.hp-news a {color:#fff;}

.hp-donate .wrap {
	background:#f0e5b6;
	padding:15px;
	text-align:center;
	padding-bottom:30px;
}

.hp-donate p:nth-of-type(1) {
	font-family: 'helena' !important;
	color:#ed4343;
	font-size:40px; line-height:40px;
	letter-spacing:-2px;
	text-align:center;
	margin-bottom:0;	
}

.hp-donate p:nth-of-type(2) {
	font-size:13px;
	text-align:center;	
}

.hp-donate p:nth-of-type(3) {
	color:#ed4343;	
	font-size:13px;
	margin-bottom:15px;
}

.hp-donate .btn-2 {
	padding:7px 20px;
	margin:0 auto;
}

.hp-video .wrap {

}

.hp-video .copy-wrap {text-align:center;}

.hp-video i {
	position:absolute;
	margin:0 auto; left:0; right:0;
	top:65px; 
	color:#fff; font-size:60px;
	text-align:center;
	}

.hp-ctas .hp-video .wrap,
.hp-ctas .hp-news .wrap {
		width:auto;
		margin-left: auto;
		margin-right:auto;
	}	

.hp-events {

}

.hp-enews .wrap {
	/* background:#f0e5b6;*/
	background:#efefef;
	padding:15px;
	padding-bottom:30px;
	text-align:center;	
}

#gform_wrapper_1 {margin:0; max-width:100%;}
#gform_fields_1 .gfield_label,
#gform_fields_1 .name_first label, 
#gform_fields_1 .name_last label {display:none;}
#gform_1 .gform_heading {width:100%; margin-bottom: 7px;}
#gform_1 h3 {font-weight:400; text-transform:uppercase; text-align:center; margin:0 0 5px;}
#gform_1 .gform_description {font-size: 13px; text-align: center; display:inline-block; width:100%;}


#gform_wrapper_1.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
#gform_wrapper_1.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
body #gform_wrapper_1.gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 0;
}

#gform_wrapper_1.gform_wrapper .gform_footer {
    clear: both;
    margin: 7px 0 0;
    padding: 0 0 0;
	text-align: center;
}

#gform_wrapper_1.gform_wrapper input[type="email"], 
#gform_wrapper_1.gform_wrapper input[type="number"], 
#gform_wrapper_1.gform_wrapper input[type="password"], 
#gform_wrapper_1.gform_wrapper input[type="tel"], 
#gform_wrapper_1.gform_wrapper input[type="text"], 
#gform_wrapper_1.gform_wrapper input[type="url"] {
	font-family: inherit;
    font-size: 13px;
    letter-spacing: normal;
    padding: 3px 0;
    text-indent: 0.25em;
}

#gform_wrapper_1.gform_wrapper .ginput_complex span.name_first, 
#gform_wrapper_1.gform_wrapper .ginput_complex span.name_last, 
#gform_wrapper_1.gform_wrapper .ginput_complex span.name_middle {
    min-height: 2.5em;
    vertical-align: bottom;
}

#gform_wrapper_1.gform_wrapper .hidden_label input.large, 
#gform_wrapper_1.gform_wrapper .hidden_label select.large, 
#gform_wrapper_1.gform_wrapper .top_label input.large, 
#gform_wrapper_1.gform_wrapper .top_label select.large {
    width: 100%;
}

.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="email"], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="number"], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="password"], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="tel"], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="text"], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="url"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="email"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="number"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="password"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="tel"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="text"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="url"], .gform_wrapper .ginput_complex input[type="email"], .gform_wrapper .ginput_complex input[type="number"], .gform_wrapper .ginput_complex input[type="password"], .gform_wrapper .ginput_complex input[type="tel"], .gform_wrapper .ginput_complex input[type="text"], .gform_wrapper .ginput_complex input[type="url"] {
    width: 100% !important;
}

#gform_1 .validation_error,
#gform_1 .gfield_description.validation_message {display:none;}

#gform_wrapper_1.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-bottom: 0 !important;
    margin-top: 0;
}
#gform_wrapper_1.gform_wrapper li.gfield.gfield_error {
    background-color: transparent;
    border-bottom:none;
    border-top: none;
    margin-bottom:0 !important;
    padding: 0;
}
#gform_wrapper_1.gform_wrapper .top_label .gfield_error {
    width: 100%;
}
#gform_wrapper_1.gform_wrapper ul li.gfield {
    clear: both;
}
#gform_wrapper_1.gform_wrapper form li, #gform_wrapper_1.gform_wrapper li {
    list-style: outside none none !important;
    margin-left: 0 !important;
    overflow: visible;
}

/****** SIDEBAR - INSIDE ******/

.sidebar-subnav .menu {padding:0; margin:0;}
.sidebar-subnav .menu li {display:none;}
.sidebar-subnav .menu li.current_page_parent,
.sidebar-subnav .menu li.current_page_ancestor,
.sidebar-subnav .menu li.current-page-ancestor,
.sidebar-subnav .menu li.active,
.sidebar-subnav .menu li.current_page_parent li,
.sidebar-subnav .menu li.current_page_parent li,
.sidebar-subnav .menu li.current_page_ancestor li,
.sidebar-subnav .menu li.current-page-ancestor li,
.sidebar-subnav .menu li.active li {display:block;}

.sidebar-subnav .menu li.current_page_item a {color:#ed4343; font-weight:700;}
.sidebar-subnav .menu li.current_page_item li a {color:#333;}

/* menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-16 current_page_item current_page_parent current-menu-ancestor current-menu-parent current_page_ancestor menu-item-has-children menu-item-52 active */

.sidebar-subnav {
	list-style:none; margin:30px 0 30px; padding:0 25px 0 0;
	border-right:1px dashed #ccc;
	}
	
.sidebar-subnav li {list-style:none; margin:0 0 10px; padding:0;}


.sidebar-subnav li a {
	font-size:1.2em !important; line-height:1.2em;
	font-weight:300 !important;
	color:#666;
}

.sidebar-subnav li a:hover {
	color:#000; text-decoration:none;
}

.sidebar-subnav li.active a {
	font-weight:700 !important;
	color:#ed4343;
}

.sidebar-subnav li ul.sub-menu:nth-of-type(1) {margin:0; padding:10px 0 0 0;}
.sidebar-subnav li ul.sub-menu:nth-of-type(1) ul {margin:0; padding:10px 0 0 20px;}

.sidebar-subnav li li {margin:0 0 7px; padding:0; font-size:.9em}
.sidebar-subnav li li li {margin:0 0 7px; padding:0; font-size:1em}
.sidebar-subnav li.active li a {font-weight:100 !important; color:#333;}

.blog-nav .sidebar-subnav {
	list-style:none; margin:0 0; padding:0 0 0 0;
	border-right:none;
}

.team-member p {
    margin: 0;
    display: block;
}
	
.blog-nav.sidebar-subnav h2 {
	font-size:1.6em;
	color:#ed4343;
}

.hp-news .date {font-size:.75em; color:#fff;}
#sidebar .date {font-size:.90em; color:#999;}

/* Enews - Blackbaud */
.BBFormSectionHeading label,
.BBFormSubSectionHeading {display:none !important;}
.BBFormContainer[data-bbox-part-id="a76d315f-c355-4cc7-a41e-6d4f0ce1c944"] {background-color:transparent !important;}
.BBFormContainer {padding:0 !important;}
.BBFormSection {margin-bottom:0 !important;}
.BBFormSection fieldset legend {display:none !important;}
.BBFormButtonRow {text-align:center !important;}
.page-id-244 .BBFormButtonRow {text-align:left !important;}
.BBFormButtonRow .BBFormSubmitbutton {font-size:13px !important; font-weight:300 !important; border-radius:10px !important; padding:7px 15px !important; box-shadow:none !important;}
.BBFormContainer[data-bbox-part-id="a76d315f-c355-4cc7-a41e-6d4f0ce1c944"] .BBFormTextbox, .BBFormContainer[data-bbox-part-id="a76d315f-c355-4cc7-a41e-6d4f0ce1c944"] .BBFormSelectList, .BBFormContainer[data-bbox-part-id="a76d315f-c355-4cc7-a41e-6d4f0ce1c944"] .BBFormTextArea {
    background-color: #fff;
    border: 1px solid #999 !important;
    border-radius: 3px;
    line-height: 1.2em;
	color:#000 !important;
}
h3.gform_title {
	font-weight: 400;
    margin: 0 0 5px;
    text-align: center;
    text-transform: uppercase;
	font-size: 1.3em;
	}
p.gform_desc {
	font-weight: 400;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    width: 100%;
	margin-bottom:0;
	}

/****** INSIDE PAGES ******/

.title-bar {
	background:#000;
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
	text-align:center;
	padding: 120px 0px;
	margin-bottom: 60px;
}

.title-bar p.title-parent {
	color:#fff;
	line-height:1.2em;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	text-transform: uppercase;
    font-size: 18px;
	margin:0;
}

.title-bar h1 {
	color:#fff;
	line-height:1.2em;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 46px;
	margin-top:10px;
}

.ins-main-message {
	padding-bottom:25px; margin-bottom:25px;
	border-bottom:1px dashed #ccc;
}

.page-template-page-event-detail .ins-main-message {
	padding-bottom:0;
}

.ins-main-message p {
	font-family: 'Raleway', sans-serif;
	font-size:1.6em; line-height:1.4em;
}

.ins-main-message h3 {
	font-family: 'Raleway', sans-serif;
	font-size:1.6em; line-height:1.4em;
	margin-top:0; margin-bottom:0;
}

/* Team Member Pages - Board and Staff */
.team-member {margin-bottom:20px;}

.team-img {float:left; overflow:hidden; width:100px; height:100px; margin-right:15px;}
.team-member img {max-width:100px; height:auto;}

.team-member p {margin:0; display:block;}
.team-member p.team-title {
	font-family: 'Raleway', sans-serif;
	margin-right:15px;
	font-weight:700;
	display:block;
	}
.team-member.director p.team-title {
	font-family: 'Open Sans', sans-serif;
	margin-right:15px;
	font-weight:300;
	display:block;
	}
	
.team-member.director p.team-name {
	font-family: 'Raleway', sans-serif;
	margin-right:15px;
	font-weight:700;
	display:block;
	}
	
.page-id-28 .team-member p {margin:0; display:block;}
.page-id-28 .team-member p.team-title {
	font-family: 'Raleway', sans-serif;
	margin-right:0;
	font-weight:700;
	display:inline;
	}
.page-id-28 .team-member p.team-name {
	display:inline;
	}
	
/* Contact Form */
#contact-form li {margin-bottom:10px;}
#contact-form input {font-size:12px; padding:2px;}
#contact-form input.gform_button {font-size:16px; padding:5px 20px;}
#contact-form label {font-size:12px; margin-bottom:0;}
body #contact-form .gform_wrapper label.gfield_label + div.ginput_container {margin-top:0;}

/* Volunteer */
#voluteer-sched {margin-bottom:30px; padding:15px 20px 20px; border:1px dashed #ccc;}
#voluteer-sched h3 {margin:0 0 10px;}
#voluteer-sched p {margin:0;}
#voluteer-sched row {margin-bottom:10px;}

/* Blog */

.single h1.post-title {
	color:#ed4343;
	line-height:1.2em;
	margin:0;
}

article .entry-content h2 {
	font-size:1.6em; line-height:1.4em;
	font-weight:300;
	margin-bottom:20px;
	margin-top:0;
}

article .entry-content h3 {
	font-size:1.4em; line-height:1.4em;
	font-weight:300;
}



/******INSTAGRAM******/

.instagram-area {margin-top:50px; margin-bottom:25px; padding:0 0 20px; width:100%;}

.instagram-area p {
	text-align:center;
	font-family: 'Raleway', sans-serif;
	font-size:1.4em; line-height:1.4em;	
	font-weight:300;
	margin-bottom:5px;
}

.instagram-area p i  {
	opacity:.5; margin-right:5px;
}

/* Events */

#event-list .row {
	border-bottom:1px dashed #ccc;
	margin-bottom:20px; padding-bottom:20px;
}

#event-list .row:last-child {
	/* border-bottom:none; */
}

#event-list .row h3 {
	margin-bottom:5px; font-weight:700; 
}

#event-list .row h3 span {
	color:#999; 
}

#event-list .row p {
	margin-bottom:0; 
}

.event-date-time-tickets {
	padding:0 0 25px;
}

.event-when,
.event-where {
	padding:0 0 15px;
}


.event-when p,
.event-where p {
	font-family: 'Raleway', sans-serif;
	font-size:1.2em; line-height:1.4em;
	margin-bottom:0px;	
}

.event-when p:nth-of-type(1),
.event-where p:nth-of-type(1) {
	font-family: 'Raleway', sans-serif;
	font-size:1.4em; line-height:1.4em;
	margin-bottom:0px;	
}

.preseted-hosting,
.cul-host-emcee,
.participating,
.event-sponsors,
.event-photos {
	border-top:1px dashed #ccc;
	padding:25px 0 25px; margin:25px 0 0;
}

.preseted-hosting h3,
.cul-host-emcee h3,
.participating h3,
.event-sponsors h3,
.event-photos h3 {
	text-align:center;
}

.cul-host-emcee p {margin-bottom:0; margin-top:5px; font-size:1em; line-height:1.6em;}
.cul-host-emcee p:first-child {
	font-family: 'Raleway', sans-serif;
	font-size:1em; line-height:1em;
	margin-bottom:5px;	
	}

.preseted-hosting p {margin-bottom:0; margin-top:5px; font-size:1em; line-height:1.6em;}
.preseted-hosting p:first-child {
	font-family: 'Raleway', sans-serif;
	font-size:1em; line-height:1em;	
	margin-bottom:5px;
	}
	


/*
.eq-panel {height:100px;}
.eq-panel img {max-height:100px; width:auto;}

.eq-panel-4 {height:50px;}

.eq-panel-3 {height:100px;}
.eq-panel-3 img {max-height:100px; width:auto;}

.eq-panel-2 {height:150px;}
.eq-panel-2 img {max-height:150px; width:auto;}
*/


	
.eq-panel img,
.eq-panel-2 img,
.eq-panel-3 img  {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
}

.eq-panel {margin-bottom:15px;}


.presented, .hosted,
.culinary-host, .emcee {text-align:center;}


.page-template-page-event-detail h3.event-title {margin-top:0; margin-bottom:15px;}

.3-col p,
.entry-content .3-cols p,
.entry-content .3-cols {font-size:13px !important; text-align:center !important;}

.restaur {display:table; margin-bottom:10px;}
.restaur p {display:table-cell; vertical-align:middle; border-bottom:1px solid #ececec; text-align:center;}


/* Fundraise */

#fundraise-grid {
	height:364px;
}

.tile {
	position:absolute;
}

.bday {
	top:0; left:0;
	width:425px; height:364px;
}

/*
.honor {
	top:0; left:435px;
	width:563px; height:226px;
}
*/

.host-event {
	top:0px; left:435px;
	width:352px; height:364px;
}

.pie {
	top:0px; left:799px;
	width:199px; height:172px;
}

.food-drive {
	top:183px; left:799px;
	width:199px; height:181px;
}

.fund-title {
	font-family: 'Raleway', sans-serif;
	color:#fff;
	font-weight:900;
	font-size:30px; line-height:30px;
	text-align:center;
	opacity:1;
	-webkit-transition: opacity 500ms ease-out 0s;
	-moz-transition: opacity 500ms ease-out 0s;
	-o-transition: opacity 500ms ease-out 0s;
	transition: opacity 500ms ease-out 0s;	
}

.pie .fund-title,
.food-drive .fund-title {
	font-size:20px; line-height:22px;
	width:80%;
	margin:120px auto 0;
}

.bday .fund-title {
	margin-top:50px;
}

.honor .fund-title {
	margin:120px 40px 0 0;
	width:30%;
	float:right;
		
}

.host-event .fund-title {	
	margin:120px auto 0;
	width:60%;
}

.pie .fund-title {
	margin-top:110px;
}

/* Fundraise Nav bottom */

.fundraise-nav {
	border-bottom: 1px dashed #ccc;
    padding-bottom: 45px;
	padding-top:0;
	}
	
.fundraise-nav h3 {
	text-align:center;
	font-family: "Raleway",sans-serif;
    font-size: 1.6em;
    line-height: 1.4em;
	font-weight: 300;
}
.btm-subnav {
	list-style:none; margin:0; padding:0
	}
.btm-subnav li {
	list-style:none; margin:0; padding:0;
	width:50%;
	text-align:right;
	float:left;
	padding:2px 6px;
	}
	
.btm-subnav li:nth-of-type(2n) {
	text-align:left;
	}
	
.btm-subnav li ul {
	display:none;
	}


/******FOOTER*********/

.foot-area {
	padding-top:25px;
	padding-bottom:25px;
	margin-top: 40px;
}

.foot-nav {
	font-size:13px; line-height:20px;
	margin-bottom:25px;
}

#menu-footer-menu {list-style:none; margin:0; padding:0 0 20px;}
#menu-footer-menu li {
	list-style:none; margin:0; padding:0 0 2px;	
	display:inline-block; width:49%;
	}
	
#menu-footer-menu li a {color:#333; text-align:center; display:block;}

.foot-nav .social {padding-bottom:20px;}
.foot-nav .copyright {font-size:11px; line-height:17px; margin-bottom:0; text-align:center;}

.foot-address {
	text-align:center;
	font-size:13px; line-height:20px;
	margin-bottom:25px;
}

.foot-address p {margin-bottom:20px;}

.foot-address img {
	width:170px; height:auto;
	margin-bottom:5px;
}

.foot-address .switcher img {
    width: auto;
}

.foot-address .disclaimer {
	font-size:11px; line-height:17px; margin-bottom:0;
}

#footer .menu-take-action-container {
    width: 100%;
}

.foot-tk {
	text-align:center;
	font-family: 'Raleway', sans-serif;
	font-size:1.4em; line-height:1.4em;	
	font-weight:300;
	margin-bottom:35px;
}

.foot-tk ul {
	text-align:center;
	list-style:none; margin:0; padding:0;
}

.foot-tk li {
	text-align:center;
	list-style:none; margin:0 0 10px; padding:0;
	width:100%;
	display:block;
}

.foot-tk a {
	text-align:center;
	font-family: 'Raleway', sans-serif;
	font-size:.9em; line-height:1.2em;	
	font-weight:300;
	background: rgba(255, 255, 255, .5);
	padding:5px 15px;
	width:100%; display:block;
}

.foot-tk a:hover {
	background: rgba(255, 255, 255, 1);
	text-decoration:none;
}


@media (min-width: 380px) {
	.hp-ctas .hp-video .wrap,
	.hp-ctas .hp-news .wrap {
			width:100%;
		}	
		
	.hp-ctas .wrap img {
		max-width:100%;
		height:auto;
	}
	.hp-ctas .wrap {
		height:auto;
	}
}


@media (min-width: 768px) { /* Desktop Only */
	
	.container {width: 750px;}
	.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
		background-color: transparent;
		background-image:none;
		background-repeat: repeat-x;
		color:#ed4343;
	}
	
	/* Top Area */
	.top-bar-area {text-align:center;}
	
	.menu-take-action-container {
		padding:5px 0; 
		text-align:right; 
		width:auto;
	}
	
	#menu-take-action {
		list-style:none; 
		margin:0; padding:0;
	}
	
	#menu-take-action li {
		list-style:none;
		margin-right: 15px;
		padding:0; 
		display:inline-block;
		text-transform:uppercase; 
		font-family: 'Roboto', sans-serif; 
		font-weight:900;
	}
	
	.tk {
		display:inline-block; 
		text-transform:uppercase; 
		font-family: 'Raleway', sans-serif; 
		font-weight:700; width:auto; 
		text-align:right;
	}
	
	.social {display:inline-block; width:auto; text-align:right; display:none;}
	.social a {color:#000; opacity:.3; font-size:20px; margin-left:5px;}
	#footer .social {display:inline-block;}
	
	/* Logo */
	
	.navbar-brand {
		float: none;
	}
	.navbar-header {
		float: none;
		text-align: center;
		margin-bottom:0; 
		padding-bottom:0px;
		border-bottom:none;
	}
	.navbar-right {
		float: none !important;
		clear:both;
		text-align:center;
		margin-top:10px;
	}
	.navbar-nav > li {
		display: inline-block;
		float: none;
	}
	
	/* Homepage */
	
	#rotator {display:block;}	
	#rotator .container-fluid {height:400px;}
	#rotator .container {
		position:relative;
		bottom:auto;
	}	
	.rotator-content {padding:20px;}
	#rotator p.rotate-head {
		font-size:65px;
		margin-top:30px;	
	}
	.rotator-content p {font-size:18px;}
	
	.hp-ctas .hp-video .wrap,
	.hp-ctas .hp-news .wrap {
		width:auto;
	}
	
	.hp-ctas .wrap img {
		max-width:100%;
		height:100%;
	}
	
	.hp-donate .wrap, .hp-enews .wrap {height:auto; padding-bottom:30px;}
	
	/* INSIDE PAGES */
	article {padding-left:20px;}
	
	
	/* Footer */
	#menu-footer-menu li a,
	.copyright {text-align:left;}
	
	/* Fundraise Tile Hover Start */

	.tile .tile-hover {
		opacity:0;
		position:absolute; top:0;
		background: rgba(168, 5, 50, .9);
		width:100%;
		height:100%;
		color:#fff !important;
		border:5px solid #ff6666;
		text-align:center;
		padding:50px 25px;
		display:block;
		-webkit-transition: opacity 500ms ease-out 0s;
		-moz-transition: opacity 500ms ease-out 0s;
		-o-transition: opacity 500ms ease-out 0s;
		transition: opacity 500ms ease-out 0s;	
	
	}
	
	.bday .tile-hover {padding:45px 25px;}
	.host-event .tile-hover {padding:30px 25px;}
	.honor .tile-hover {padding:30px 25px;}
	.pie .tile-hover {padding:15px 15px;}
	.food-drive .tile-hover {padding:15px 15px;}
	
	.tile:hover .tile-hover {
		opacity:1;
		text-decoration:none;
		position:absolute;
		top:0;
	}
	
	.tile:hover .fund-title {
		opacity:0;
	}
	
	.fund-hover-title {
		font-family: 'Raleway', sans-serif;
		color:#fff;
		font-weight:900;
		font-size:30px; line-height:30px;
		text-align:center;
	}
	
	.pie .fund-hover-title {
		font-size:18px; line-height:20px;
		display:none;
	}
	.food-drive .fund-hover-title {
		font-size:18px; line-height:20px;
		display:none;
	}
	.fund-copy {margin-bottom:20px;}
	
	.tile .btn {
		border-radius:0;
		border:1px solid #fff;
		color:#fff;
		padding:7px 25px;
		background-color:transparent;
	}
	
	.tile.pie .btn {display:none;}
	.tile.food-drive .btn {display:none;}

}

@media (min-width: 1000px) {
	.container {width: 1000px;}	
	
	.top-bar-area {text-align:right;}
	
	.navbar-header {float: left; padding-top:0;}

	.navbar-right {
		float: right !important;
		clear:none;
		margin-top:15px;
	}
	.navbar-nav > li {
		display: inline-block;
		float:left;
	}
	
	#rotator .container-fluid {height:560px;}	
	.rotator-content {padding:30px;	}
	#rotator p.rotate-head {
		font-size:90px;
		margin-top:50px; margin-bottom:0;	
		line-height: 1em;
	}
	.rotator-content p {font-size:20px;}
	
	.hp-ctas .wrap {
		/* height:203px; */
		height:auto;
	}
	
	.foot-nav .copyright {text-align:left;}

}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
	
}


@media (max-width: 768px) {
	
	/* POPUP */
	
	#popmake-2530 {
    min-width: 0%;
    max-width: 95% !important;
    top: 40px;
    /* left: 150px; */
    opacity: 1;
    display: block;
}
	
	#popmake-2530 h1 {
    font-size:24px;
}
	
	#popmake-2530 h2 {
    font-size:18px;
}
	
	#popmake-2530 img {
    display:inline; text-align:center;
		width:200px;
}
	
	.eq-panel, 
	.eq-panel-2,
	.eq-panel-3 {
		height:auto !important;
	}
	
	
	.eq-panel img,
	.eq-panel-2 img,
	.eq-panel-3 img  {
		position: relative;
		top: 25%;
		-webkit-transform: none;
		-ms-transform:  none;
		transform: none;	
	}
	
	#menu-take-action li {
		line-height:2.4em;
	}
	
	/* Fundraise */

	#fundraise-grid {
		height:auto;
	}
	
	.tile {
		position:relative;
		width:100%;
		margin-bottom:20px;
		height:auto;
		background-size:cover;
	}
	
	.bday {
		top:auto; left:auto;
		width:100%; height:auto;
	}
	
	.honor {
		top:auto; left:auto;
		width:100%; height:auto;
	}
	
	.host-event {
		top:auto; left:auto;
		width:100%; height:auto;
	}
	
	.pie {
		top:auto; left:auto;
		width:100%; height:auto;
	}
	
	.food-drive {
		top:auto; left:auto;
		width:100%; height:auto;
	}
	
	.fund-title {
		display:none;
	}
	
	
	
	/* Tile Hover Start */
	
	.tile .tile-hover {
		opacity:1;
		position:relative; top:0;
		background: rgba(168, 5, 50, .9);
		width:100%;
		height:100%;
		color:#fff !important;
		border:5px solid #ff6666;
		text-align:center;
		padding:50px 25px;
		display:block;	
	}
	
	.bday .tile-hover {padding:25px 25px;}
	.host-event .tile-hover {padding:25px 25px;}
	.honor .tile-hover {padding:25px 25px;}
	.pie .tile-hover {padding:25px 25px;}
	.food-drive .tile-hover {padding:25px 25px;}
	
	.tile:hover .tile-hover {
		text-decoration:none;
	}
		
	.fund-hover-title {
		font-family: 'Raleway', sans-serif;
		color:#fff;
		font-weight:900;
		font-size:30px; line-height:30px;
		text-align:center;
	}
	
	.pie .fund-hover-title {
		font-size:30px; line-height:30px;
		display:block;
	}
	.food-drive .fund-hover-title {
		font-size:30px; line-height:30px;
		display:block;
	}
	.fund-copy {margin-bottom:20px;}
	
	.tile .btn {
		border-radius:0;
		border:1px solid #fff;
		color:#fff;
		padding:7px 25px;
		background-color:transparent;
	}
	
	.tile.pie .btn {display:inline;}
	.tile.food-drive .btn {display:inline;}
	
	/* Fundraise Nav */
	.btm-subnav li {
		list-style:none; margin:0; padding:0;
		width:100%;
		text-align:center;
		float:none;
		padding:2px 6px;
	}
	
	.btm-subnav li:nth-of-type(2n) {
		text-align:center;
	}
	
	#rotator {display:block;}
	
	.rotator-content {
    	background: rgba(255, 255, 255, .85);
	}
	
}

/* Button */
.button {
	display: inline-block;
	font-family: 'Roboto';
	font-weight: 900;
	font-size: 20px;
	line-height: 1;
	text-transform: capitalize;
	padding: 15px 25px;
	text-decoration: none;
	min-width: 240px;
	text-align: center;
	transition: all 0.3s ease-in;
}

.button:hover {
	text-decoration: none;
}

@media only screen and (max-width: 1000px) {
	.button {
		font-size: 16px;
		padding: 10px 25px;
	}
}

.button.primary {
	background-color: #ed4343;
	color: #ffffff;
	border: solid 1px #ed4343;
}

.button.primary:hover {
	background-color: #ffffff;
	color: #ed4343;
}

.button.primary-alt {
	color: #ed4343;
	border: solid 1px #ed4343;
	background-color: #ffffff;
}

.button.primary-alt:hover {
	background-color: #ed4343;
	color: #ffffff;
}

.button.btn-brown {
	background-color: #57183f;
	color: #ffffff;
	border: solid 1px #57183f;
}

.button.btn-brown:hover {
	background-color: #ffffff;
	color: #57183f;
}

.button.brown-alt {
	color: #57183f;
	border: solid 1px #57183f;
	background-color:#ffffff;
}

.button.brown-alt:hover {
	color: #ffffff;
	background-color: #57183f;
}

.button.btn-green {
	background-color: #629c74;
	color: #ffffff;
	border: solid 1px #629c74;
}

.button.btn-green:hover {
	background-color: #ffffff;
	color: #629c74;
}

.button.green-alt {
	color: #629c74;
	border: solid 1px #629c74;
	background-color:#ffffff;
}

.button.green-alt:hover {
	color: #ffffff;
	background-color: #629c74;
}

.button.btn-yellow {
	background-color: #fe9508;
	color: #ffffff;
	border: solid 1px #fe9508;
}

.button.btn-yellow:hover {
	background-color: #ffffff;
	color: #fe9508;
}

.button.yellow-alt {
	color: #fe9508;
	border: solid 1px #fe9508;
	background-color:#ffffff;
}

.button.yellow-alt:hover {
	color: #ffffff;
	background-color: #fe9508;
}


/**
 * Content Blocks
 */

/* Hero Block */
.mmk__hero {
	position: relative;
}

.mmk__hero .hero-background {
	position: relative;
	overflow: hidden;
	height: 700px;
}

.mmk__hero .hero-bg-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mmk__hero .video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.mmk__hero .thumbnail-background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: cover;
}

.mmk__hero .background-video {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	min-height: 500px;
	min-width: 900px;
}

.mmk__hero .hero-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.mmk__hero .hero-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 1200px;
	text-align: center;
}

.mmk__hero .hero-headline {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 60px;
}

.mmk__hero .hero-headline .highlight {
	color: #ed4343;
}

.mmk__hero .hero-subtitle {
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	color: #ffffff;
	font-size: 24px;
	line-height: 1.4;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.mmk__hero .button {
	padding-top: 20px;
	padding-bottom: 20px;
}

@media only screen and (max-width: 1299px) {
	.mmk__hero .hero-background {
		height: 500px;
	}
}

@media only screen and (max-width: 1000px) {
	.mmk__hero .hero-headline {
		font-size: 40px;
	}

	.mmk__hero .hero-subtitle {
		font-size: 18px;
	}

	.mmk__hero .button {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

@media only screen and (max-width: 768px) {
	.mmk__hero .hero-headline {
		font-size: 32px;
	}
}

/* CTA Block */
.mmk__cta {
	padding: 60px 0;
}

.mmk__cta .cta-item {
	padding: 20px;
}

.mmk__cta .cta-headline {
	font-size: 50px;
}

.mmk__cta .cta-content {
	font-size: 18px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
	.mmk__cta {
		padding: 40px 0;
	}
}

@media only screen and (max-width: 768px) {
	.mmk__cta .cta-headline {
		font-size: 28px;
	}

	.mmk__cta .cta-content {
		font-size: 16px;
	}
}

/* Image with Content Block */
.mmk__image-content {
	background-color: #efefef;
	overflow: hidden;
}

.mmk__image-content .row-flex {
	display: flex;
	flex-wrap: wrap;
}

.mmk__image-content .col-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mmk__image-content .ic-image {
	height: 100%;
}

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

.mmk__image-content .ic-content {
	padding: 40px 0;
}

.mmk__image-content .headline {
	font-size: 60px;
	margin-top: 0;
}

.mmk__image-content .content {
	font-size: 24px;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.mmk__image-content .col-image {
		width: 100%;
		max-width: 50vw;
		margin-left: calc(50% - 50vw);
		margin-right: auto;
		padding: 0;
		max-height: 650px;
	}

	.mmk__image-content .reverse .col-image {
		order: 2;
		margin-left: auto;
		margin-right: calc(50% - 50vw);
	}

	.mmk__image-content .ic-content {
		margin-left: 60px;
		margin-right: 0;
	}

	.mmk__image-content .reverse .ic-content {
		margin-left: 0;
		margin-right: 60px;
	}
}

@media only screen and (max-width: 1000px) {
	.mmk__image-content .headline {
		font-size: 40px;
	}

	.mmk__image-content .content {
		font-size: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.mmk__image-content .headline {
		font-size: 32px;
	}

	.mmk__image-content .content {
		font-size: 16px;
	}
}

/* Blog Card Block */
.mmk__blog-card {
	padding: 60px 0;
	background-color: #efefef;
}

.mmk__blog-card .headline {
	font-family: 'Northwell', sans-serif;
	font-size: 70px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 35px;
}

.mmk__blog-card .post-item {
	position: relative;
	padding-top: 75%;
	height: 0;
	margin-bottom: 20px;
}

.mmk__blog-card .post-item::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.mmk__blog-card img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: cover;
}

.mmk__blog-card .post-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	padding: 25px 20px;
	z-index: 2;
}

.mmk__blog-card .post-date {
	color: #ffffff;
}

.mmk__blog-card .post-title {
	font-size: 24px;
	color: #ffffff;
}

.mmk__blog-card .post-permalink {
	font-size: 16px;
	color: #ffffff;
	text-decoration: underline;
}

.mmk__blog-card .button {
	margin-top: 30px;
}

@media only screen and (max-width: 1000px) {
	.mmk__blog-card {
		padding: 40px 0;
	}

	.mmk__blog-card .headline {
		font-size: 48px;
	}
}

@media only screen and (max-width: 768px) {
	.mmk__blog-card .headline {
		font-size: 36px;
	}
}

/* About Block */
.mmk__about {
	padding: 90px 0;
}

.mmk__about .headline {
	font-family: 'Northwell', sans-serif;
	font-size: 70px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 35px;
}

.mmk__about .about-item {
	margin-bottom: 20px;
}

.mmk__about .item-headline {
	font-size: 40px;
	margin-top: 0;
}

.mmk__about .content {
	font-size: 20px;
}

.mmk__about .button {
	margin-top: 30px;
}

@media only screen and (max-width: 1000px) {
	.mmk__about {
		padding: 60px 0;
	}

	.mmk__about .item-headline {
		font-size: 24px;
	}

	.mmk__about .content {
		font-size: 16px;
	}

	.mmk__about .headline {
		font-size: 48px;
	}
}

@media only screen and (max-width: 768px) {
	.mmk__about {
		padding: 40px 0;
	}

	.mmk__about .headline {
		font-size: 36px;
	}
}

/* Program Block */
.mmk__program {
	padding: 90px 0;
}

.mmk__program .row {
	display: flex;
	flex-wrap: wrap;
}

.mmk__program .headline {
	font-family: 'Northwell', sans-serif;
	font-size: 70px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 35px;
}

.mmk__program .program-item {
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	justify-content: space-between;
}

.mmk__program .program-headline {
	font-family: 'Karla', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.mmk__program .program-link:hover .program-icon {
	transform: scale(1.05);
	transition: all 0.3s ease-in;
}

.mmk__program .button {
	margin-top: 30px;
}

@media only screen and (max-width: 1000px) {
	.mmk__program {
		padding: 60px 0;
	}

	.mmk__program .headline {
		font-size: 48px;
	}

	.mmk__program .program-headline {
		font-size: 18px;
	}
}

@media only screen and (max-width: 768px) {
	.mmk__program {
		padding: 40px 0;
	}

	.mmk__program .row {
		flex-direction: column;
	}

	.mmk__program .headline {
		font-size: 36px;
	}
}

/* Newsletter */
.mmk__newsletter {
	padding: 60px 0;
}

.mmk__newsletter .headline {
	font-family: 'Northwell', sans-serif;
	font-size: 70px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 35px;
}

.mmk__newsletter .content {
	font-size: 20px;
}

.mmk__newsletter #bbox-root-a76d315f-c355-4cc7-a41e-6d4f0ce1c944 {
	max-width: 600px;
	margin: 20px auto;
}

.mmk__newsletter #bbox-root-a76d315f-c355-4cc7-a41e-6d4f0ce1c944 .BBFormContainer {
	color: #000000;
}

.mmk__newsletter #bbox-root-a76d315f-c355-4cc7-a41e-6d4f0ce1c944 .BBFormSection {
	font-size: 20px;
}

.mmk__newsletter #bbox-root-a76d315f-c355-4cc7-a41e-6d4f0ce1c944 .BBFormTextbox {
	outline: none;
	font-size: 15px;
	width: 100%;
	padding: 8px;
	border-radius: 0;
}

.mmk__newsletter #bbox-root-a76d315f-c355-4cc7-a41e-6d4f0ce1c944 .BBFormSubmitbutton {
	min-width: auto;
	padding: 10px 25px !important;
	font-family: 'Roboto';
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1;
	text-transform: capitalize;
	height: 40px;
	width: 100%;
	background-color: #ed4343;
	color: #ffffff;
	border: solid 1px #ed4343;
	border-radius: 0 !important;
	transition: all 0.3s ease-in;
}

.mmk__newsletter #bbox-root-a76d315f-c355-4cc7-a41e-6d4f0ce1c944 .BBFormSubmitbutton:hover {
	background-color: #ffffff;
	color: #ed4343;
}

@media only screen and (max-width: 1000px) {
	.mmk__newsletter {
		padding: 40px 0;
	}

	.mmk__newsletter .headline {
		font-size: 48px;
	}

	.mmk__newsletter .content {
		font-size: 16px;
	}

	.mmk__newsletter #bbox-root-a76d315f-c355-4cc7-a41e-6d4f0ce1c944 .BBFormSection {
		font-size: 16px;
	}
}

@media only screen and (max-width: 768px) {
	.mmk__newsletter .headline {
		font-size: 36px;
	}
}