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

/*
***************************************************
Font Families: You may edit the font-family values,
BUT DO NOT REMOVE OR RENAME THE 4 RULES BELOW
***************************************************
*/
.lbm-stack-sans {
	font-family: "Noto Sans", "DejaVu Sans", "Trebuchet MS", sans-serif;
}
.lbm-stack-serif {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
.lbm-stack-thin {
	font-family: Lato, "Gill Sans", Optima, sans-serif;
	font-weight: 300;
}
.lbm-stack-fancy {
	font-family: Federo, "Gill Sans", Optima, sans-serif;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 170%;
}
h3 {
	font-size: 155%;
}
h4 {
	font-size: 135%;
}
h5 {
	font-size: 125%;
}
.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);
}
.valign {
	vertical-align: middle;
}
	
.floatrt {
	float: right;
	margin: 6px 0 10px 16px;
}
.fancy {
	border-radius: 7px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.65);
}
.bigg {
	font-size: 180%;
}
.bigg strong {
	font-weight: 400;
}
.centeredtext {
	text-align: center;
}
.red {
	color: #A51515;
}
.redphone {
	color: #A51515;
	font-size: 1.3em;
	font-weight: 700;
}
/* Lists */
.boldlist {
	list-style: none;
	margin-left: 24px;
	padding-left: 0;
}
.boldlist li {
	color: #364A48;
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 28px;
	line-height: 1.6em;
	background-image: url(../assets/markers/checkmark.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
}
.boldlist a:link, .boldlist a:visited, .boldlist a:active {
	color: #900;
}
.boldlist a:hover {
	color: #020202;
	text-decoration: none;
}
.medlist {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.medlist li, .medlist ul ul li {
	list-style-type: none;
	color: #036;
	font-size: 1em;
	font-weight: normal;
	padding-left: 20px;
	line-height: 1.5em;
	margin-bottom: 0.4em;
	background-image: url(../assets/markers/icn_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.medlist a, .medlist a:visited {
	color: #900;
}
.counter {
	counter-reset: list;
}
.counter li {
	list-style: none;
	position: relative;
	color: #191919;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.6em;
	margin-bottom: 12px;
}
.counter li::before {
	counter-increment: list;
	content: counter(list) '.';
	position: absolute;
	top: 0px;
	left: -1.2em;
	color: #108BB5;
	font-size: 1.8em;
	font-weight: 700;
	font-style: italic;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
blockquote {
	display: block;
	background: #fff;
	padding: 15px 20px 15px 45px;
	margin: 15px 0px 0px 0px;
	position: relative;
	/*Font*/
	font-family: Federo, "Gill Sans", Optima, sans-serif;
	font-size: 1.45em;
	line-height: 1.2;
	color: #272727;
	text-align: justify;
	/*Borders - (Optional)*/
	border: 4px solid #A51515;
	border-radius: 15px;
	/*Box Shadow - (Optional)*/
	-moz-box-shadow: 2px 2px 15px #ccc;
	-webkit-box-shadow: 2px 2px 15px #ccc;
	box-shadow: 2px 2px 15px #ccc;
}
blockquote::before {
	content: "\201C"; /*Unicode for Left Double Quote*/
	/*Font*/
	font-family: Georgia, serif;
	font-size: 60px;
	font-weight: bold;
	color: #6C6C6C;
	/*Positioning*/
	position: absolute;
	left: 10px;
	top: 5px;
}
blockquote::after {
	/*Reset to make sure*/
	content: "";
}
blockquote a {
	text-decoration: none;
	background: #eee;
	cursor: pointer;
	padding: 0 3px;
	color: #C43E28;
}
blockquote a:hover {
	color: #666;
}
blockquote em {
	font-style: italic;
}
/*
Link Styles
Assign one of the following classes to
Text Links on your page
*/
.text-link-light {
	color: #EEE;
	border-bottom: 1px dotted;
}
.text-link-dark {
	color: #000;
	border-bottom: 1px dotted;
}
.text-link-dark:hover, .text-link-light:hover {
	border-bottom: 1px solid;
}
.text-link-dark, .text-link-light {
	text-decoration: none;
}
.phonelink a:before {
	content: "\260e";
	margin-right: 0.4em;
}
.emaillink a:before {
	content: "\2709";
	font-size: 1.1em;
	margin-right: 0.4em;
}
#masthead-left {
	text-align: left;
}
#masthead-right {
	text-align: right;
}
#titleTextMobile {
	display: none;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #bbb;
}
.video-holder {
	max-width: 950px !important;
	margin: 0 auto;
	text-align: center;
}
/*Media Queries*/

@media only screen and (min-width: 0px) and (max-width: 767px) {
.floatrt {
	float: none !important;
	width: auto;
	margin: 10px auto 22px;
	display: block;
}
#masthead-left, #masthead-right {
	text-align: center;
}
#phone {
	display: none;
}
#titleTextMobile {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-size: 2.7em;
	font-weight: 400;
	color: #1B83B6;
	text-align: center;
	margin-bottom: 12px;
	display: block!important;
}
#titleTextMobile a:link {
	color: #1B83B6;
	text-decoration: none;
}
#titleTextMobile a:hover {
	color: #494949;
}
blockquote {
	text-align: left !important;
}
 @media only screen and (min-width: 767px) and (max-width: 1100px) {
/*
body {
	font-size: 85%;
}
*/
}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
/*
body {
	font-size: 80%;
}
*/
}
 @media only screen and (min-width: 0px) and (max-width: 480px) {
/*
body {
	font-size: 80%;
}
*/
}
