/*
Theme Name: Arentz Law - 2015
Theme URI: http://reciprocityind.com
Author: Fuselight Media, LLC
Author URI: http://fuselightmedia.com
Description: Commissioned by Reciprocity Industries
Tags: custom
Version: 1.0.0
Text Domain: SITE_Theme
*/

/**********************************************************
// Body
**********************************************************/
body {
	background: #FFF;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	}

a { color: #8DC63F; }

a:hover img {
	opacity: 0.85;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
		-ms-transition: opacity 0.2s linear;
		 -o-transition: opacity 0.2s linear;
			transition: opacity 0.2s linear;
	}
	
iframe[name=google_conversion_frame] { display: none; }
	
/**********************************************************
// Headers
**********************************************************/
h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	}

h1 { font-size: 30px; line-height: 32px; }
h2 { font-size: 26px; line-height: 28px; }
h3 { font-size: 22px; line-height: 24px; }
h4 { font-size: 18px; line-height: 20px; }
h5 { font-size: 14px; line-height: 16px; }
h6 { font-size: 12px; line-height: 14px; }
	
/**********************************************************
// Wrappers
**********************************************************/
#Wrapper-Inner {
	max-width: 100%;
	min-width: 320px;
	}

/**********************************************************
// Content
**********************************************************/
.Content {
	margin: auto;
	padding: 20px 60px;
	width: 100%;
	max-width: 1400px;
	min-width: 300px;
	}
	
.Content-Left {
	width: 100%;
	max-width: 950px;
	float: left;
	}
	
.Content-Right {
	width: 100%;
	max-width: 300px;
	float: right;
	}
	
.Content-Full {
	margin: auto;
	width: 100%;
	max-width: 1200px;
	}

/**********************************************************
// Mobile Navigation
**********************************************************/
#Mobile-Nav { background: #F5F5F5; }

#Mobile-Nav-Inner {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	}

#Mobile-Nav-Inner a { color: #333; }	
#Mobile-Nav-Inner li.current-menu-item > a {
	background-color: #FFF;
	font-weight: bold;
	color: #8DC63F;
	}

#Mobile-Nav-Close {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 9999;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}

/**********************************************************
// Header
**********************************************************/
#Header {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 8000;
	}
	
#Header-Logo {
	margin: auto;
	display: inline-block;
	vertical-align: top;
	}
	
/**********************************************************
// Header >> Top
**********************************************************/
#Header-Top {
	width: 100%;
	height: auto;
	min-height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 0;
	background: #8DC63F;
	color: #FFF;
	}

#Header-Top a {
	font-weight: 600;
	color: #FFF;
	}
	
#Header-Top-Inner {
	margin: auto;
	padding: 0 10px;
	width: 100%;
	max-width: 1080px;
	}
	
#Header-Top-Left { text-align: left; vertical-align: middle;}
#Header-Top-Right { text-align: right; }
	
.Header-Top-Section {
	width: 50%;
	min-width: 300px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	}
	
#Header-Top .screen-reader-text { display: none; }
#Header-Top .search-field {
	padding-left: 10px;
	width: 220px;
	height: 26px;
	border: 0;
	border-radius: 3px;
	color: #333;
	}

#Header-Top .search-submit:hover { background: rgba(0, 0, 0, 0.25); }
#Header-Top .search-submit {
	margin: 0 0 0 2px;
	width: 70px;
	height: 26px;
	border: 0;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.15);
	color: #FFF;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		 -o-transition: all 0.2s linear;
			transition: all 0.2s linear;
	position: relative;
	top: -1px;
	}
	
#Header-Top .search-form input::-webkit-input-placeholder { color: #8DC63F; }
#Header-Top .search-form input:-moz-placeholder           { color: #8DC63F; }
#Header-Top .search-form input::-moz-placeholder          { color: #8DC63F; }
#Header-Top .search-form input:-ms-input-placeholder      { color: #8DC63F; }
	
/**********************************************************
// Header >> Mid
**********************************************************/
#Header-Mid {
	margin: 30px auto 0 auto;
	padding: 0 10px;
	width: 100%;
	max-width: 1120px;
	text-align: center;
	font-size: 0;
	}
	
.Header-Mid-Clear { display: none; }
	
.Header-Mid-Section {
	width: 100%;
	max-width: 350px;
	clear: none;
	}
	
.Header-Mid-Section li {
	margin: 0 15px;
	padding-top: 25px;
	width: 130px;
	height: 70px;
	display: inline-block;
	vertical-align: top;
	}
	
.Header-Mid-Section.Left li:first-child { margin-left: 0; }
.Header-Mid-Section.Right li:last-child { margin-right: 0; }
	
.Header-Mid-Section li a {
	width: 130px;
	height: 30px;
	line-height: 31px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	overflow: hidden;
	border-radius: 4px;
	background: #FFF;
	display: block;
	}

.Header-Mid-Section li a:active { background: #E0E0E0; }
.Header-Mid-Section li a:hover {
	text-decoration: none;
	background: #EEE;
	}

/**********************************************************
// Header >> Nav
**********************************************************/
#Header-Nav {
	margin: 30px auto 0 auto;
	width: 95%;
	max-width: 1280px;
	height: 40px;
	background: #707070;
	border-radius: 4px;
	text-align: center;
	font-size: 0;
	}

.Header-Nav-Links li {
	height: 40px;
	display: inline-block;
	text-transform: uppercase;
	border-left: 3px solid #FFF;
	}
	
.Header-Nav-Links > div > ul > li:last-child { border-right: 3px solid #FFF; }

.Header-Nav-Links li a {
	padding: 0 20px;
	height: 40px;
	line-height: 41px;
	font-weight: 600;
	font-size: 14px;
	display: block;
	color: #FFF;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		 -o-transition: all 0.2s linear;
			transition: all 0.2s linear;
	}
	
.Header-Nav-Links li a:hover {
	text-decoration: none;
	background: rgba(0, 0, 0, 0.15);
	}
	
/**********************************************************
// Header >> Nav: Menu
**********************************************************/
#Header-Nav-Menu:hover  { background-color: #707070; }
#Header-Nav-Menu:active { background-color: #606060; }
#Header-Nav-Menu {
	margin: 20px auto 0 auto;
	padding: 8px 0;
	width: 95%;
	height: 40px;
	text-align: center;
	text-transform: uppercase;
	background: #808080;
	display: none;
	border-radius: 4px;
	font-weight: 400;
	font-size: 20px;
	cursor: pointer;
	color: #FFF;
	}

#Header-Nav-Menu .Header-Nav-Menu-Inner {
	margin: 0 auto;
	width: 100px;
	height: 24px;
	}

#Header-Nav-Menu .Header-Nav-Menu-Icon {
	width: 25px;
	height: 24px;
	background: url(Images/Icon-Menu.png) center center no-repeat;
	display: block;
	float: left;
	}

#Header-Nav-Menu .Header-Nav-Menu-Text {
	margin-left: 5px;
	height: 24px;
	line-height: 24px;
	display: block;
	float: left;
	}
	
/**********************************************************
// Header >> Breadcrumbs
**********************************************************/
#Header-Breadcrumbs {
	margin: 10px auto 0 auto;
	padding: 0 15px;
	width: 95%;
	max-width: 1280px;
	min-height: 30px;
	line-height: 30px;
	background: #EEE;
	border-radius: 4px;
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	color: #666;
	}
	
#Header-Breadcrumbs i { margin: 0 5px; }
#Header-Breadcrumbs a {
	font-weight: bold;
	color: #666;
	}
	
/**********************************************************
// Footer
**********************************************************/
#Footer {
	margin: 10px auto;
	padding: 10px;
	width: 95%;
	max-width: 1280px;
	background: #707070;
	border-radius: 4px;
	color: #DDD;
	}
	
#Footer-Top { text-align: center; }
#Footer-Top hr {
	width: 90%;
	height: 0;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}

.Footer-Section {
	width: 33.3%;
	text-align: center;
	float: left;
	}

.Footer-Map {
	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
			filter: grayscale(100%);
	}

#Footer-Nav ul {
	margin: auto;
	list-style-type: none;
	width: 70%;
	}

#Footer-Nav a { color: #FFF; }
#Footer-Nav a:hover {
	text-decoration: none;
	color: #8CC63E;
	}

#Footer-Nav li {
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #999;
	font-size: 14px;
	text-align: left;
	}

#Footer-Nav li:last-child { border-bottom: 0; }

#Footer-Center p {
	padding: 10px 0;
	line-height: 24px;
	font-size: 14px;
	}
	
/**********************************************************
// Front Page >> Main
**********************************************************/
#FP-Main {
	margin: 20px auto 0 auto;
	width: 100%;
	max-width: 1280px;
	text-align: center;
	font-size: 0;
	}
	
#FP-Main-Left {
	margin-right: 3%;
	width: 67%;
	min-width: 320px;
	text-align: left;
	line-height: 24px;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	}
	
#FP-Main-Right {
	width: 30%;
	max-width: 300px;
	min-width: 320px;
	display: inline-block;
	vertical-align: top;
	}
	
#FP-Main .Left { margin-right: 20px; }

#FP-Main h1 {
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 32px;
	}
	
.FP-Line {
	margin: 10px auto;
	width: 95%;
	max-width: 1210px;
	min-width: 300px;
	border: 0;
	border-top: 1px dashed #EEE;
	}

/**********************************************************
// Front Page >> Boxes
**********************************************************/
#FP-Boxes {
	margin: 10px auto 0 auto;
	width: 100%;
	max-width: 1280px;
	text-align: center;
	font-size: 0;
	}
	
#FP-Boxes a {
	margin: 10px;
	width: 100%;
	max-width: 300px;
	display: inline-block;
	vertical-align: top;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	z-index: 100;
	}

#FP-Boxes a img {
	position: relative;
	z-index: 150;
	}
	
#FP-Boxes a h3 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	overflow: hidden;
	display: block;
	position: absolute;
	z-index: 200;
	bottom: 0;
	left: 0;
	}
	
#FP-Boxes a span {
	padding: 100px 10px 10px 10px;
	width: 100%;
	height: 100%;
	background: rgba(141, 198, 63, 0.5);
	color: #FFF;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: 250;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	}
	
#FP-Boxes a span i {
	position: relative;
	left: -10px;
	}
	
#FP-Boxes a:hover span { opacity: 1; }
#FP-Boxes a:hover i { left: 0; }

/**********************************************************
// Front Page >> Steps
**********************************************************/
#FP-Steps {
	margin: 10px auto 0 auto;
	width: 95%;
	max-width: 1260px;
	min-width: 320px;
	min-height: 50px;
	line-height: 50px;
	background: #EEE;
	border-radius: 4px;
	overflow: hidden;
	font-size: 0;
	text-align: center;
	}
	
#FP-Steps li {
	padding: 0 10px;
	width: 33.3%;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	}
	
#FP-Steps li:nth-child(1) { background: #EEEEEE url(Images/BG-FP-Step-1.png) top right no-repeat; }
#FP-Steps li:nth-child(2) { background: #DDDDDD url(Images/BG-FP-Step-2.png) top right no-repeat; }
#FP-Steps li:nth-child(3) { background: #8DC63F; color: #FFF; }
	
#FP-Steps li i {
	margin-right: 12px;
	font-size: 18px;
	display: inline-block;
	position: relative;
	top: 1px;
	}
	
/**********************************************************
// Front Page >> Form
**********************************************************/
#FP-Form {
	background: #8CC63E;
	border-radius: 4px;
	overflow: hidden;
	line-height: 20px;
	font-size: 14px;
	color: #FFF;
	}

#FP-Form-Inner { padding: 10px 10px 0 10px; }
#FP-Form-Title {
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.1);
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	}

#FP-Form .ninja-forms-form-title { display: none; }
#FP-Form .ninja-forms-required-items { margin-bottom: 10px; }
#FP-Form .ninja-forms-form-wrap label { font-weight: normal; }
#FP-Form .ninja-forms-req-symbol {
	font-weight: bold;
	color: #900;
	}

#FP-Form .field-wrap, 
#FP-Form #ninja_forms_required_items { margin-bottom: 10px; }

#FP-Form input:focus,
#FP-Form textarea:focus { outline: none; }

#FP-Form input,
#FP-Form textarea {
	padding: 3px;
	border: 0;
	border-radius: 3px;
	font-size: 14px;
	color: #000;
	}

#FP-Form textarea {
	height: 75px;
	resize: vertical;
	}

#FP-Form .contact-button:hover  { background: rgba(0, 0, 0, 0.2); }
#FP-Form .contact-button:active { background: rgba(0, 0, 0, 0.25); }
#FP-Form .contact-button {
	margin: auto;
	width: 100%;
	height: 30px;
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	border-radius: 3px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 1px;
	transition: background linear 0.2s;
	}

#FP-Form .ninja-forms-response-msg div {
	margin-bottom: 10px;
	padding: 5px;
	border-radius: 3px;
	font-size: 16px;
	text-align: center;
	background: rgba(255, 255, 255, 0.4);
	}

#FP-Form .ninja-forms-error-msg   { color: #800; }
#FP-Form .ninja-forms-success-msg { color: #080; }
#FP-Form .ninja-forms-field-error { color: #800; }

#FP-Form input::-webkit-input-placeholder { color: #000; }
#FP-Form input:-moz-placeholder           { color: #000; }
#FP-Form input::-moz-placeholder          { color: #000; }
#FP-Form input:-ms-input-placeholder      { color: #000; }

/**********************************************************
// Front Page >> Leaders
**********************************************************/
#FP-Leaders {
	margin: 20px auto 0 auto;
	padding: 15px 10px 0 10px;
	width: 95%;
	max-width: 1280px;
	background: #F5F5F5;
	border-radius: 4px;
	text-align: center;
	}
	
#FP-Leaders h1 {
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
	color: #666;
	}
	
#FP-Leaders li {
	margin: 10px;
	display: inline-block;
	vertical-align: top;
	}
	
/**********************************************************
// Page >> Entry
**********************************************************/
.Entry { margin-bottom: 30px; }

.Post-Entry.Entry { margin-bottom: 0; }
body.page .Entry { margin-bottom: 0; }
body.single .Entry { margin-bottom: 0; }

.Entry h1 { font-size: 36px; line-height: 42px; }
.Entry h2 { font-size: 30px; line-height: 38px; }
.Entry h3 { font-size: 26px; line-height: 34px; }
.Entry h4 { font-size: 16px; line-height: 24px; }
.Entry h5 { font-size: 14px; line-height: 22px; }
.Entry h6 { font-size: 12px; line-height: 20px; }

.Entry h1,
.Entry h2,
.Entry h3,
.Entry h4,
.Entry h5,
.Entry h6 { padding: 15px 0; }

.Entry p {
	padding: 10px 0;
	line-height: 24px;
	}

.Entry ul { margin-left: 20px; list-style-type: disc; }
.Entry ol { margin-left: 20px; list-style-type: decimal; }

.Entry li {
	margin-top: 5px;
	padding-bottom: 5px;
	line-height: 22px;
	}

.Entry-Thumb {
	margin-left: 20px;
	padding: 2px;
	max-width: 400px;
	border-radius: 4px;
	border: 1px solid #DDD;
	background: #FFF;
	font-size: 0;
	float: right;
	}
	
.Entry img { border-radius: 3px; }

.Entry-More {
	font-weight: 700;
	text-transform: uppercase;
	color: #FFB400;
	}

.Entry blockquote {
	margin: 0 0 1.5em;
	padding: 0 10%;
	display: block;
	}

body .Entry-Title a { color: #333; }
body .Entry-Title {
	margin: auto;
	padding: 0;
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	}

.Entry-Title a:hover {
	text-decoration: none;
	color: #6AAC10;
	}

.Entry-Date {
	margin: auto;
	height: 24px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #888;
	}
	
.Entry-Excerpt {
	padding: 10px 20px;
	background: #F5F5F5;
	border-radius: 4px;
	}

.Entry-Excerpt-Text {
	padding: 10px 0;
	line-height: 24px;
	}

#Blog-Latest article:last-child { margin-bottom: 0; }

#Entry-Post-Image {
	padding: 10px 0 30px 0;
	text-align: center;
	}
	
/**********************************************************
// Entry >> Links
**********************************************************/
.Entry-Links-Divider {
	margin: 20px auto 0 auto;
	border-top: 1px dotted #DDD;
	}

.Entry-Links article:last-child { border-bottom: 0; }
.Entry-Link {
	margin-top: 15px;
	padding-bottom: 15px;
	min-height: 75px;
	line-height: 20px;
	font-size: 16px;
	border-bottom: 1px dotted #DDD;
	color: #777;
	}

.Entry-Link-Title {
	margin: 7px auto 0 auto;
	display: inline-block;
	font-size: 24px;
	line-height: 26px;
	}

.Entry-Link-Title-Only {
	margin-top: 16px;
	display: inline-block;
	font-size: 24px;
	line-height: 26px;
	}

.Entry-Link span {
	font-size: 12px;
	color: #777;
	}

.Entry-Link-Pic {
	margin-right: 20px;
	padding: 1px;
	width: 60px;
	height: 60px;
	border-radius: 3px;
	border: 1px solid #DDD;
	background: #F1F1F1;
	overflow: hidden;
	float: left;
	}

.Entry-Link-Pic img {
	margin: auto;
	border-radius: 3px;
	}
	
/**********************************************************
// Sidebar
**********************************************************/
body #Sidebar .widget {
	margin-top: 20px;
	background: #F1F1F1;
	border-radius: 4px;
	overflow: hidden;
	}

.widget_site_widget_profile .Picture-Link { text-align: center; }
.widget_site_widget_profile .Text-Section {
	margin: 20px auto;
	line-height: 24px;
	text-align: center;
	}

#Sidebar .widget-title {
	padding: 0;
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: #DDD;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	overflow: hidden;
	text-align: center;
	color: #333;
	}

#Sidebar div.Picture-Link {
	margin-top: 40px;
	text-align: center;
	}
	
#Sidebar .widget ul { padding: 10px 15px; }
#Sidebar .widget ul li { padding: 10px 0; }
#Sidebar .widget ul li a {
	line-height: 20px;
	font-size: 14px;
	color: #555;
	}
	
#Sidebar .widget ul li a:hover {
	text-decoration: none;
	color: #6AAC10;
	}
	
body #Sidebar aside:first-child,
body #Sidebar aside:first-child .Picture-Link { margin-top: 20px; }

/**********************************************************
// Sidebar >> Search
**********************************************************/
#Sidebar .screen-reader-text { display: none; }

body #Sidebar .widget_search {
	width: 100%;
	height: 50px;
	overflow: hidden;
	background: #FFF;
	border: 2px solid #BBB;
	white-space: nowrap;
	}

#Sidebar .widget_search input:focus { outline: 0; }
#Sidebar .widget_search input {
	-webkit-appearance: none;
	border-width: 0px;
	border: none;
	outline: none;
	}

#Sidebar .search-field {
	margin-top: 13px;
	padding: 0 15px;
	width: 80%;
	height: 22px;
	line-height: 22px;
	font-weight: 500;
	font-size: 16px;
	color: #333;
	float: left;
	}

#Sidebar .search-field::-webkit-input-placeholder { color: #BBB; }
#Sidebar .search-field:-moz-placeholder           { color: #BBB; }
#Sidebar .search-field::-moz-placeholder          { color: #BBB; }
#Sidebar .search-field:-ms-input-placeholder      { color: #BBB; }

#Sidebar .search-submit:hover { background-color: #AAA; }
#Sidebar .search-submit {
	width: 50px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-indent: 200px;
	background: #BBB url(Images/BG-Search-Submit-30.png) center center no-repeat;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
	cursor: pointer;
	float: right;
	}
	
/**********************************************************
// Page
**********************************************************/
.Page-Title {
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 10px 0;
	border-bottom: 1px solid #E0E0E0;
	line-height: 40px;
	text-align: left;
	font-weight: 700;
	font-size: 38px;
	color: #333;
	}
	
.Page-Title-Alt {
	margin: 0 auto;
	padding: 10px 0;
	border-bottom: 1px solid #E0E0E0;
	line-height: 40px;
	text-align: left;
	font-weight: 700;
	font-size: 38px;
	color: #333;
	}

.Page-Subtitle {
	margin: 0 auto 18px auto;
	padding: 0;
	line-height: 15px;
	text-align: center;
	font-size: 20px;
	color: #333;
	}
	
/**********************************************************
// Post >> Nav
**********************************************************/
.Post-Nav {
	margin-top: 30px;
	text-align: center;
	}

.Post-Nav a {
	margin: 0 5%;
	padding: 0 15px;
	height: 42px;
	line-height: 42px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	border-radius: 3px;
	background: #DDD;
	color: #444;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
	}

.Post-Nav a:hover {
	text-decoration: none;
	background: #6AAC10;
	color: #FFF;
	}
	
/**********************************************************
// Page >> Contact
**********************************************************/
#Contact-Maps {
	text-align: center;
	font-size: 0;
	}

.Contact-Section {
	margin: 20px 2%;
	width: 46%;
	display: inline-block;
	vertical-align: top;
	border-radius: 4px;
	overflow: hidden;
	background: #EEE;
	color: #333;
	}

.Contact-Section header {
	padding: 10px 0;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	background-color: #8DC63F;
	color: #FFF;
	}

.Contact-Section address {
	padding: 5px 0;
	line-height: 24px;
	font-size: 14px;
	}

.Contact-Map {
	width: 100%;
	height: 300px;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	}
	
/**********************************************************
// Landing Pages >> Title
**********************************************************/
.Landing-Title {
	margin-bottom: 20px;
	min-height: 43px;
	line-height: 43px;
	background: #800;
	border-radius: 4px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #FFF;
	}

/**********************************************************
// Landing Page Sections
**********************************************************/
.Landing-Section,
.Landing-Section-Half { margin-top: 10px; }

.Landing-Section { padding: 0 10px; }
.Landing-Section-Half .Left,
.Landing-Section-Half .Right {
	padding: 10px;
	width: 48%;
	}

#Main .Landing-Section h2,
#Main .Landing-Section-Half h2 { padding-top: 0; }

.Landing-Video iframe { margin-top: 25px; }
.Landing-Video h3 { color: #BC141F; }
.Landing-Video {
	text-align: center;
	font-size: 24px;
	}

.Color-white { border-radius: 4px; background-color: #FFF; }
.Color-gray  { border-radius: 4px; background-color: #EAEAEA; }