/*
 ----------------------------- 
 PVII Layout Builder Magic
 by Project Seven Development
 www.projectseven.com
 Core Styles
 Version: 1.3.0
 -----------------------------
*/

/*
**************************************
DO NOT EDIT OR DELETE BELOW THIS LINE
**************************************
*/

body {margin: 0px;}


.p7LBM, .lbm-col-wrapper {
	margin: auto !important;
	box-sizing: border-box;
}
.lbm-col-wrapper:after {
	content: "";
	display: table;
	clear: both;
}
.lbm-column {
	box-sizing: border-box;
	padding: 20px 30px;
	float: left;
}
.lbm-no-pad {padding: 0px !important;}
.width-20 {width: 20%;}
.width-80 {width: 80%;}
.width-100 {float: none;}

/*Column Group Widths*/
.max-1800 {max-width: 1800px;}
.max-1700 {max-width: 1700px;}
.max-1600 {max-width: 1600px;}
.max-1500 {max-width: 1500px;}
.max-1400 {max-width: 1400px;}



/*Alignment*/
.lbm-centered {text-align: center;}
.lbm-right {text-align: right;}

img {vertical-align: bottom;}
img.scalable {
	width: auto;
	height: auto;
	max-width: 100%;
}
.lbm-ehc img.scalable,
.lbm-ehc img.scalable-rounded,
.lbm-ehc img.scalable-fancy {
	width: 100%; height: auto; max-width: none;
}

/*Video and Map Wrappers 
When inserting an iframe-based video or Google Map, add a DIV first and assign the appropriate wrapper class
*/
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0px;
	overflow: hidden;
}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.map-wrapper {
	position: relative; 
	padding-bottom: 100%; 
	padding-top: 0px; 
	height: 0px; 
	overflow: hidden; 
	margin-bottom: 20px; 
}
.map-wrapper iframe, .map-wrapper object, .map-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*EHC Rules*/
.lbm-ehc .lbm-col-wrapper:after {
	display: none;
} 
.lbm-ehc .lbm-col-wrapper {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	padding: 0px;
}

.lbm-ehc.lbm-gutter .lbm-col-wrapper {
	border-collapse: separate;
	border-spacing: 10px;
	margin: auto;
}


.lbm-ehc .lbm-column {
	display: table-cell;
	vertical-align: top;
	float: none;
}
.lbm-ehc .lbm-column.width-100 {
    display: block;
} 


@media only screen and (min-width: 0px) and (max-width: 700px) {
.lbm-column {float: none !important; width: auto !important; border: none !important;}
.lbm-ehc, .lbm-ehc .lbm-column {display: block !important; border-radius: 0px;}
.lbm-row.lbm-ehc.lbm-gutter .lbm-col-wrapper {padding: 0px 0px;}
.lbm-col-wrapper {display: block !important;}
}
h1 {
	font-size: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #1212b4;
	text-align: center;
}
h2 {
	font-size: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #1212b4;
}

.scalable-rounded {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 7px;
}
.scalable-fancy {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 7px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.65);
}

/*
-----------------------------
PVII Layout Builder Magic
by Project Seven Development
www.projectseven.com
UI Styles: p7LBM_1
-----------------------------

*** For LBM System Use Only ***
***  Do Not Edit Manually   ***

*/
.p7LBM-1-style-1 {
    background-color:#000000;
}
.p7LBM-3-style-1 {
	background-color:#ffffcc;
	border: medium solid #660066;
}
.p7LBM-4-style-1 {
	background-color:#FFFFCC;
	border: medium solid #07a1d3;
}

.p7LBM-5-style-1 {
	background-color:#FFFFCC;
	border: medium solid #0000ff;
}
.p7LBM-6-style-1 {
	background-color:#FFFFCC;
	border: medium solid #e37152;
}.p7LBM-7-style-1 {
	background-color:#FFFFCC;
	border: medium solid #890c38;
}.p7LBM-8-style-1 {
	background-color:#FFFFCC;
	border: medium solid #61700e;
}.p7LBM-9-style-1 {
	background-color:#FFFFCC;
	border: medium solid #000080;
}.p7LBM-10-style-1 {
	background-color:#FFFFCC;
	border: medium solid #006699;
}
