/*---------------------------CORE STYLES---------------------------*/
 
.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	color: #2381bc;
	font-size: 50px;
	line-height: 45px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
 
.core-styles h2,
.contentRender_name_plugins_core_textbox h1 + h4, 
.contentRender_name_plugins_core_textbox h2,
.video-player h2 {
	color: #ef3264;
	font-size: 90px;
	line-height: 50px;
	font-family: "Summer Loving Solid";
	margin-bottom: 25px;
	text-transform: lowercase;
	padding: 0px;
	font-weight: 100;
}
.contentRender_name_plugins_core_textbox h1 + h4 {
	font-size: 68px;
	margin-top: -25px;
}
.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	color: #2381bc;
	font-size: 40px;
	line-height: 40px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
 
.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
	color: #2381bc;
	font-size: 35px;
	line-height: 35px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
}
 
.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	color: #2381bc;
	font-size: 30px;
	line-height: 30px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
}
 
.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	color: #2381bc;
	font-size: 25px;
	line-height: 25px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700; 
}
 
.core-styles p,
.contentRender_name_plugins_core_textbox p {
	color: #444;
	font-size: 18px;
	line-height: 32px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
}
 
.core-styles a,
.contentRender_name_plugins_core_textbox a {
	color: #bd2e49;
	font-weight: 700;
	text-decoration: none;
}
.core-styles a:hover,
.contentRender_name_plugins_core_textbox a:hover {
	color: #ef3264;
	text-decoration: underline;
}
 
.core-styles ul:not([class*="block-grid-"]) li,
.core-styles ol:not([class*="block-grid-"]) li,
.contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]) li,
.contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]) li {
	color: #444;
	font-size: 18px;
	line-height: 32px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	list-style-position: inside;
}
.core-styles table,
.contentRender_name_plugins_core_textbox table {
	border-collapse: separate;
	border-spacing: 0;
	background: #FFFFFF;
	border: solid 2px #DDDDDD;
	margin-bottom: 1.25rem;
	table-layout: auto;
}
.core-styles td, 
.contentRender_name_plugins_core_textbox td, 
.core-styles tr, 
.contentRender_name_plugins_core_textbox tr {
	border: 1px solid lightgrey;
	border-left: 1px solid grey;
	color: #444;
	font-size: 18px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	padding: 0.5625rem 0.625rem;
	line-height: 1.125rem;
}
 
.core-styles strong, .contentRender_name_plugins_core_textbox strong,
.core-styles b, .contentRender_name_plugins_core_textbox b {
	font-weight: 600;
}
 
.core-styles em, .contentRender_name_plugins_core_textbox em,
.core-styles i, .contentRender_name_plugins_core_textbox i {
	font-style: italic;
}
 
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
 
.core-styles img[align*='right'],
.contentRender_name_plugins_core_textbox img[align*='right'] { margin-left : 15px; margin-bottom: 5px; }
.core-styles img[align*='left'],
.contentRender_name_plugins_core_textbox img[align*='left'] { margin-right : 15px; margin-bottom: 5px; }

@media screen and (max-width: 1024px) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 5vw;
		line-height: 5vw;
		margin-bottom: 6px;
	}
	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 10vw;
		line-height: 9vw;
		margin-bottom: 6px;
	}
	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		color: #2381bc;
		font-size: 30px;
		line-height: 30px;
		font-family: 'Maven Pro', sans-serif;
		font-weight: 700;
	}
	.core-styles p,
	.contentRender_name_plugins_core_textbox p {
		font-size: 16px;
		line-height: 28px;
	}
	

}
@media screen and (max-width: 640px) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 5vw;
		line-height: 5vw;
		margin-bottom: 10px;
	}
	 
	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 10vw;
		line-height: 7vw;
	}
	 
	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 7vw;
		line-height: 7vw;
	}
	 
	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
		font-size: 3.8vw;
		line-height: 3.8vw;
	}
	 
	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		font-size: 3.5vw;
		line-height: 3.5vw;
	}
	 
	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		font-size: 3.2vw;
		line-height: 3.2vw;
	}
	 
	.core-styles p,
	.contentRender_name_plugins_core_textbox p {
		font-size: 14px;
		line-height: 24px;
	}
	.contentRender_name_plugins_core_textbox h1 + h4 {
		font-size: 48px;
		line-height: 27px;
		margin-top: 0;
	}
}
::selection {
	color: #ffffff;
	background: #2381bc;
}
/*---------------------------END CORE STYLES---------------------------*/