/*
	Theme Name: worcester-parking
	Description: worcesterparking.com
	Author: Palley Advertising
	Author URI: http://www.palleyad.com/
	Version: 1.0.0
 
	Tags: white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 2.0.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.menu-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.menu-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
	
}

body {
	color: #666;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
	background-image: url(images/background.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #142b6f;
}

html, body {
    height:100%;
}
html, body {
    margin:0;
    padding:0
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #666;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
	color: #666;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}


blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}


.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
	
}


/* Custom Styles
--------------------------------------------- */

.logo-slider {
	margin-top: 20px;
	}
.gs_logo_single {
	}	


.body-table p, .body-table td {
	margin: 0px!important;
	padding: 3px!important;
}
.gmap {
	float: right;
	width: 65%;	
	border: 1px solid #d7d7d7;
	}
.testimonials-widget {
	width: 100%!important;
	padding-bottom: 25px !important;
}
.testimonials-widget-testimonial blockquote {
	color: #0d6baa;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.testimonials-widget-testimonial {
	color: #0d6baa;
}
.testimonials-widget-testimonial .author {
	color: #0d6baa;
	font-weight: 600;
}
.testimonials-widget-testimonial p {
	color: #0d6baa!important;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.625;
	}
.testimonial-wrap {
	padding-bottom: 25px !important;
}
.post-image {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 5px 5px 4px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 5px 5px 4px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 5px 5px 4px 0px rgba(50, 50, 50, 0.5);
	margin-top: 0px;
	margin-bottom: 50px !important;
	display: block;
	margin-right: auto!important;
	margin-left: auto!important;
	cursor: auto;
	border: 1px solid rgba(150,150,155,1.00);
	}
.page-id-8 .post-image { 
display: none; 
}
	
.body-img {
	border: 10px solid #FFFFFF;
	box-shadow: 2px 2px 5px 5px rgba(0,0,0,.25);
	-webkit-box-shadow: 2px 2px 5px 5px rgba(0,0,0,.25);
	margin: 10px;
	}
	
.body-img-contentpg {
	-webkit-box-shadow: 4px 4px 3px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 4px 4px 3px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 4px 4px 3px 0px rgba(50, 50, 50, 0.5);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 1px solid #0d6baa;
	margin-top: 10px!important;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
	}	
	
.location-links {
	text-align: center;
	width: 141px;
	float: right;
}	

.widget-appointments {
	width: 95%;
	-webkit-box-shadow: 4px 4px 3px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 4px 4px 3px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 4px 4px 3px 0px rgba(50, 50, 50, 0.5);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px!important;
	margin-top: 15px;
	border: 1px solid #FFF;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3OGRhMSIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iIzQ1MmMzZiIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NTJjM2YiIHN0b3Atb3BhY2l0eT0iMC45NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  rgba(167,141,161,0.95) 0%, rgba(69,44,63,0.95) 81%, rgba(69,44,63,0.95) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,141,161,0.95)), color-stop(81%,rgba(69,44,63,0.95)), color-stop(100%,rgba(69,44,63,0.95))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(167,141,161,0.95) 0%,rgba(69,44,63,0.95) 81%,rgba(69,44,63,0.95) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(167,141,161,0.95) 0%,rgba(69,44,63,0.95) 81%,rgba(69,44,63,0.95) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(167,141,161,0.95) 0%,rgba(69,44,63,0.95) 81%,rgba(69,44,63,0.95) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(167,141,161,0.95) 0%,rgba(69,44,63,0.95) 81%,rgba(69,44,63,0.95) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2a78da1', endColorstr='#f2452c3f',GradientType=0 ); /* IE6-8 */
}

.sidebar-content .widget-appointments, .sidebar-content .widget-gift-cards  {
	margin-left: 15px;	
	}

.widget-appointments img {
	width: 296px;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block;
	}
	

.widget-gift-cards img {
	min-width: 200px;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block;
	}	
	
	
	

.widget-location-wrap {
	width: 100%;
	-webkit-box-shadow: 4px 4px 3px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 4px 4px 3px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 4px 4px 3px 0px rgba(50, 50, 50, 0.5);
	border-left: 1px solid #01436A !important;
	border-right: 1px solid #0C7BBB !important;
	border-bottom: 1px solid #01436A !important;
	border-top: 1px solid #0C7BBB !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005e94+0,034f7c+100 */

	background: rgb(0,94,148); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNWU5NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzRmN2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,94,148,1) 0%, rgba(3,79,124,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,94,148,1)), color-stop(100%,rgba(3,79,124,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,94,148,1) 0%,rgba(3,79,124,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,94,148,1) 0%,rgba(3,79,124,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,94,148,1) 0%,rgba(3,79,124,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,94,148,1) 0%,rgba(3,79,124,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005e94', endColorstr='#034f7c',GradientType=0 ); /* IE6-8 */
	padding: 20px!important;
}

.widget-gift-cards {
	width: 100%;
	-webkit-box-shadow: 4px 4px 3px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 4px 4px 3px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 4px 4px 3px 0px rgba(50, 50, 50, 0.5);
    border-left: 1px solid #FA971C !important;
	border-right: 1px solid #ffba14 !important;
	border-bottom: 1px solid #FA971C !important;
	border-top: 1px solid #ffba14 !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffba14+0,fa971c+100 */

background: rgb(255,186,20); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZiYTE0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhOTcxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);

background: -moz-linear-gradient(45deg,  rgba(255,186,20,1) 0%, rgba(250,151,28,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(255,186,20,1)), color-stop(100%,rgba(250,151,28,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(45deg,  rgba(255,186,20,1) 0%,rgba(250,151,28,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(45deg,  rgba(255,186,20,1) 0%,rgba(250,151,28,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(45deg,  rgba(255,186,20,1) 0%,rgba(250,151,28,1) 100%); /* IE10+ */

background: linear-gradient(45deg,  rgba(255,186,20,1) 0%,rgba(250,151,28,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffba14', endColorstr='#fa971c',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}


.widget-location-wrap h1, .widget-gift-cards h1 {
	margin-top: 0px;
	margin-bottom: 15px;
	}
.widget-location-wrap h2 {
	color: rgba(255,255,255,1.00);
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255,255,255,1.00);
	}	
		
.widget-gift-cards h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	}	
	
	
.widget-gift-cards h1 a {
	display: block;
	width: 297;
	height: 36;
	background-image: url(images/btn_giftcard.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: none!important;
	text-indent: -9999px;
	padding-top: 5px;
	padding-bottom: 5px;
	}	

.widget-location-wrap h1 a {
	display: block;
	width: 297;
	height: 36;
	background-image: url(images/btn_location.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: none!important;
	text-indent: -9999px;
	padding-top: 5px;
	padding-bottom: -5px;
	}	
	
.widget-location-wrap p {
	line-height: 20px;
	color: #FFF;
	}	
.widget-location-wrap a {
	color: #f1ab49;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f1ab49!important;	
	}	
.widget-location-wrap a:hover {
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF!important;	
	}	
	
.widget-title {
	font-size: 26px!important;
	font-size: 2.6rem!important;
	margin-top: 0px!important;
	padding-top: 0px!important;
}

.location-links {
	text-align: center;
	width: 141px;
	float: right;
}

.contact-head {
	margin-top: 10px;
}
.contact-head a {
	background-image: url(images/head-contact.png);
	display: block;
	height: 64px;
	width: 276px;
	float: right;
	margin-top: 12px;
}
.contact-head span {
	text-indent: 100%!important;
	white-space: nowrap!important;
	overflow: hidden!important;
	display: block;
}

.contact-head-phone {
	color: #0d6baa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	}
	
.contact-widget-wrap {	
	background-color: rgba(0, 0, 0, 0.75);
	background: rgba(0, 0, 0, 0.75);
	color: rgba(0, 0, 0, 0.75);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 1px solid #ed9232;
	-webkit-box-shadow: 6px 6px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 6px 6px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 6px 6px 5px 0px rgba(50, 50, 50, 0.5);
}

.thirty-years-wrap {
	max-height: 70px;
	max-width: 421px;
	margin-top: 30px;
	margin-left: 110px;
	}

.contact-widget-wrap .widget-title, .vfb-form-2 h3 {
	color: #FFF;
}
.contact-widget-wrap  {
	margin-top: -10px!important;
}

.vfb-form-2 fieldset {
	background-color: transparent!important;
	border: none!important;
	color:#FFF;
	margin-top: -25px!important;
}

.vfb-form-2 .vfb-desc, .vfb-form-2 label {
	color: #FFF!important;
}
.vfb-form-2 .form-field-widget {
	width: 100%!important;
}
.vfb-form-2 button, input[type="button"], input[type="reset"], input[type="submit"], .button, .button{
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3OGRhMSIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iODYlIiBzdG9wLWNvbG9yPSIjNDUyYzNmIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(167,141,161,0.9) 0%, rgba(69,44,63,0.9) 86%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,141,161,0.9)), color-stop(86%,rgba(69,44,63,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(167,141,161,0.9) 0%,rgba(69,44,63,0.9) 86%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(167,141,161,0.9) 0%,rgba(69,44,63,0.9) 86%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(167,141,161,0.9) 0%,rgba(69,44,63,0.9) 86%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(167,141,161,0.9) 0%,rgba(69,44,63,0.9) 86%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6a78da1', endColorstr='#e6452c3f',GradientType=0 ); /* IE6-8 */
	-webkit-box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.5);
	margin-top: 10px;
	}
.vfb-form-2 button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .button:hover {
	background: #999!important;
	}
	
p#form_success, .vfb-form-success
{
  color: #ff8d00!important;
  font-weight: bold;
}

.widget-1 .more-from-category a
{
	background-image: url(images/btn_more-articles.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 19px;
	width: 141px;
	float: left;
}
.constant-contact p {
	margin-bottom: 10px;
}
.constant-contact {
	margin-top: 30px;
}
.constant-contact input, select, textarea{
	padding: 6px;
	margin-top: 5px;
}
.constant-contact input[type="submit"] {
	margin-top: 10px;
}

.qafp-faq-title, .qafp-faq-title h2 {
	font-size: 20px !important;
	font-size: 2rem;
	color: #0d6baa;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	}
.qafp-faq {
	margin-bottom: 15px;
}
.qafp-faq-answer p {
	color: #666;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
	}
.qafp-faq-answer {
	margin-bottom: 25px !important;
}

.more-info-wrap {
	width: 100%;
	padding: 20px !important;
	background-color: #4D4D4F;
	color: #FFFFFF !important;
	margin-top: 0px !important;
	}
.more-info-wrap p {
	color: #FFFFFF !important;
}
.more-info-wrap .widget-title {
	font-size: 1em !important;
	color: #FFFFFF !important;
	text-align: center;
}
.more-info-wrap a {
	color: #FFFFFF !important;
	text-decoration: underline;
}
.more-info-wrap a:hover {
	color: #eba611 !important;
}

.widget-federal-plaza {
	margin-top: 0px !important;
	width: 100%;
	background-color: #651823;
	background-image: url(images/ico-federal-plaza.png);
	background-position: 50% 20%;
	background-repeat: no-repeat;
	background-size: auto auto;
	padding: 20px !important;
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	}
.widget-pearl-elm {
	margin-top: 0px !important;
	width: 100%;
	background-color: #7cbe31;
	background-image: url(images/ico-pearl-elm.png);
	background-position: 50% 20%;
	background-repeat: no-repeat;
	background-size: auto auto;
	padding: 20px !important;
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	}
.widget-major-taylor {
	margin-top: 0px !important;
	width: 100%;
	background-color: #174626;
	background-image: url(images/ico-major-taylor.png);
	background-position: 50% 20%;
	background-repeat: no-repeat;
	background-size: auto auto;
	padding: 20px !important;
	color: #FFF !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	}
.widget-union-station {
	margin-top: 0px !important;
	width: 100%;
	background-color: #eba611;
	background-image: url(images/ico-union-station.png);
	background-position: 50% 20%;
	background-repeat: no-repeat;
	background-size: auto auto;
	padding: 20px !important;
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	}
.widget-common {
	margin-top: 0px !important;
	width: 100%;
	background-color: #c45b15;
	background-image: url(images/ico-common.png);
	background-position: 50% 20%;
	background-repeat: no-repeat;
	background-size: auto auto;
	padding: 20px !important;
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	}
.widget-federal-plaza p,
.widget-pearl-elm p,
.widget-major-taylor p,
.widget-union-station p,
.widget-common p {
	color: #FFF !important;
	}	

				
.widget-federal-plaza .widget-title,
.widget-pearl-elm .widget-title,
.widget-major-taylor .widget-title,
.widget-union-station .widget-title,
.widget-common .widget-title {
	padding-top: 80px !important;
	font-size: 1.2em !important;
	color: transparent !important;
	text-align: center;
	text-transform: uppercase;
	text-shadow: none !important;
}

.page-id-4 .entry-title,
.page-id-4 h2 {
	color: #651823;
}
.page-id-6 .entry-title,
.page-id-6 h2 {
	color: #7cbe31;
}
.page-id-61 .entry-title,
.page-id-61 h2 {
	color: #174626;
}
.page-id-10 .entry-title,
.page-id-10 h2 {
	color: #eba611;
}
.page-id-12 .entry-title,
.page-id-12 h2 {
	color: #b23f16;
}
.page-id-14 .entry-title,
.page-id-14 h2 {
	color: #00847e;
}
.page-id-16 .entry-title,
.page-id-16 h2 {
	color: #006199;
}

.page-id-102 .entry-title,
.page-id-102 h2 {
	color: #c45b15;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #006199;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 26px;
	font-size: 2.6rem;
}

h2 {
	color: #006199;
	font-size: 20px;
	font-size: 2rem;
}

h3 {
	font-size: 18px !important;
	font-size: 1.6rem;
}

h4 {
	font-size: 14px;
	font-size: 1.4rem;
}

h5 {
	font-size: 10px;
	font-size: 1rem;
}

h6 {
	font-size: 10px;
	font-size: 1rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #f15123;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
.foot-logo-wrap
{
  width: 500px;
  padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: right;
	border-radius: 3px;
	border: 1px solid #c2c2c2;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.75);
	margin-top: 15px;
	margin-left: 0px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  rgba(255,255,255,0.75) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.75)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
.foot-logo-wrap img {
	padding-right: 5px;
	padding-left: 5px;
}
.cctor_coupon
{
	width: 100% !important;
	padding-top: 5px !important;
	padding-right: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 5px !important;
	border-radius: 3px !important;
	border: 1px solid #c2c2c2 !important;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.75) !important;
	-moz-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.75) !important;
	box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.75) !important;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IyYTBhNyIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjOTc4OTkyIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOTc4OTkyIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)!important;

background: -moz-linear-gradient(top,  rgba(178,160,167,0.5) 0%, rgba(151,137,146,0.5) 99%, rgba(151,137,146,0.5) 100%)!important; /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(178,160,167,0.5)), color-stop(99%,rgba(151,137,146,0.5)), color-stop(100%,rgba(151,137,146,0.5)))!important; /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(178,160,167,0.5) 0%,rgba(151,137,146,0.5) 99%,rgba(151,137,146,0.5) 100%)!important; /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(178,160,167,0.5) 0%,rgba(151,137,146,0.5) 99%,rgba(151,137,146,0.5) 100%)!important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(178,160,167,0.5) 0%,rgba(151,137,146,0.5) 99%,rgba(151,137,146,0.5) 100%)!important; /* IE10+ */

background: linear-gradient(to bottom,  rgba(178,160,167,0.5) 0%,rgba(151,137,146,0.5) 99%,rgba(151,137,146,0.5) 100%)!important; /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b2a0a7', endColorstr='#80978992',GradientType=0 )!important; /* IE6-8 */
}
.cctor_coupon_content
{
  position: relative;
  width: 100%;
  border: none !important;
  background-color: none !important;
  background-image: none;
  background-repeat: repeat;

}
div[style].cctor_coupon_content h3, .cctor_coupon div[style].cctor_coupon_content h3  {
  width: 100%;
  min-height: 45px;
  padding: 2%;
  margin: 0px;
  background-color: transparent !important;
  background-image: none!important;
  font-size: 20px !important;
  font-weight: bold;
  color: #4e3749 !important;
}
div[style].cctor_coupon_content
{
  background-color: transparent !important;
  font-size: 12px !important;
}
.cctor_terms
{
	width: 100%;
	min-height: 45px !important;
	padding-top: 2%;
	padding-right: 3%;
	padding-bottom: 2%;
	padding-left: 3%;
	line-height: 12px !important;
	font-size: 10px !important;
	font-weight: normal !important;
	color: #000000;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: transparent !important;
}

.post-216 .featured-image {
	display: none;
}


#wprmenu_bar, #wprmenu_menu.left, #wprmenu_menu.right {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005e94+0,034f7c+100 */

	background: rgb(0,94,148) !important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml!important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNWU5NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzRmN2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,94,148,1) 0%, rgba(3,79,124,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,94,148,1)), color-stop(100%,rgba(3,79,124,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,94,148,1) 0%,rgba(3,79,124,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,94,148,1) 0%,rgba(3,79,124,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,94,148,1) 0%,rgba(3,79,124,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,94,148,1) 0%,rgba(3,79,124,1) 100%) !important; /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005e94', endColorstr='#034f7c',GradientType=0 ) !important; /* IE6-8 */
 
}



/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	padding: 6px 0;
	padding: 0.6rem 0;
}

.sidebar-content table, .content-sidebar table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
	color: #666 !important;
}

.sidebar-content tbody {
	border-bottom: none !important;
}

.sidebar-content th, .sidebar-content td {
	text-align: left;
}

.sidebar-content th {
	font-weight: bold;
	text-transform: uppercase;
}

.sidebar-content td {
	border-top: none !important;
	color: #666 !important;
	padding: 20px !important;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px !important;
	margin-left: auto;
}

.site-inner {
	max-width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	background-color: rgba(255,255,255,1.00);
	color: rgba(255, 255, 255, 1);
	border-left: 20px solid rgba(255,255,255,1.00);
	border-right: 20px solid rgba(255,255,255,1.00);
	border-bottom: 20px solid rgba(255,255,255,1.00);
	border-top: 20px solid rgba(255,255,255,1.00);
}
.slider .widget {
	
	}
	
.slider {
	margin-bottom: 0px;
}
.home-slider {
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px !important;
	margin-left: auto;
}
.l-slider {
	width: 33.3%;
	height: 100%;
	display: inline-block !important;
	overflow: hidden;
	padding: 0px !important;
}
.m-slider {
	width: 33.3%;
	display: inline-block !important;
	overflow: hidden;
	margin-left: -5px !important;
	padding: 0px !important;
}
.r-slider {
	width: 33.3%;
	height: 100%;
	display: inline-block !important;
	overflow: hidden;
		margin-left: -5px !important;

	padding: 0px !important;
}
.logo-slider-content {
	max-width: 1200px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 800px !important;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}


/* Content */

.content {
	float: right;
	width: 800px;
	padding: 0px;
	clear:left !important; 
}


.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
	clear: right !important;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 360px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1;
}
.home .entry-title {
}
.news-home .entry-title {
	display: block!important;
	color: #0d6baa!important;
	margin-bottom: 0px!important;
	margin-bottom: 0rem!important;
	text-transform: none!important;
}
.news-home .entry-header .entry-meta {
	margin-bottom: 10px!important;
}
.news-home .entry-content ol, .entry-content p, .entry-content ul, .quote-caption
{
  margin-bottom: .6rem!important;
}
.img-center {
	-webkit-box-shadow: 4px 4px 3px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 4px 4px 3px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 4px 4px 3px 0px rgba(50, 50, 50, 0.5);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 1px solid #d7d7d7;
	margin-top: 10px!important;
	margin-right: auto!important;
	margin-bottom: 25px!important;
	margin-left: auto!important;
	clear: both!important;
	display: block;
	float:none!important;
	}

.news-home .entry-title a {
	color: #0d6baa!important;
	text-transform: none!important;
}
.sidebar .news-home .entry-title {
	border: none!important;
}


.entry-title a,
.sidebar .widget-title a {
	color: #0d6baa;
}

.entry-title a:hover {
	color: #666;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #f15123;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.bh-widget-wrap {
	max-width: 1200px;
	max-height: 86px;
	margin-top: 15px;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 0px;
	border-left: 20px solid rgba(255,255,255,1.00);
	border-right: 20px solid rgba(255,255,255,1.00);
	border-bottom: 10px solid rgba(255,255,255,1.00);
	border-top: 20px solid rgba(255,255,255,1.00);
	position: relative;
	background-color: #4d4d4f;
	}
.bh-widget-wrap .widget-area {
	width: 100%;
	}	


.site-header {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}

.site-header .wrap {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px !important;
	margin-top: 0px;
	background-color: #FFFFFF !important;
	border-left: 20px solid rgba(255,255,255,1.00);
	border-right: 20px solid rgba(255,255,255,1.00);
	border-bottom-width: 20px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: rgba(255,255,255,1.00);
	border-bottom-style: none;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	font-family: Lato, sans-serif;
	font-weight: 700;
	padding: 0px!important;
	margin: 0px!important;
	transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
	
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	padding: 0px!important;
	text-transform: uppercase;
	display: block!important;
	text-indent: -9999px!important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
}

.site-title a,
.site-title a:hover {
	color: #333;
	margin: 0px !important;
	padding: 0px !important;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	padding: 0px!important;
	margin: 0px!important;
	display: block!important;
	text-indent: -9999px!important;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;

}

.header-image .site-description,
.header-image .site-title a {
	display: block!important;
	text-indent: -9999px!important;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image {
	float: left;
	min-height: 131px;
	width: 100%;
}
.site-title a {
	min-height: 188px;
	width: 173px;
	background-image: url(images/logo.jpg) !important;
	background-repeat: no-repeat;
	display: block;
	transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
	float: right;
	padding: 0px !important;
	margin: 0px !important;
}

.header-image .site-header .widget-area {
	padding: 20px 0;
	padding: 2rem 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */





.genesis-nav-menu {
	clear: both;
	color: #999;
	font-family: Lato, sans-serif;
	line-height: 1.5;
}

.genesis-nav-menu .menu-item {
	display: block;
	text-align: center;
}

.genesis-nav-menu a {
	border: none!important;
	color: #999;
	display: block;
	padding: 28px 24px;
	padding: 2.8rem 2.4rem;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #333;
	
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

/*  Navigation visibility
--------------------------------------------- */
.nav-mobile {
	display: none;
	}	


/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.menu-primary {
	width: 980px;
	float: right;
	margin-right: auto;
	margin-left: auto;
	transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}
.menu-primary li {
}

.menu-primary a {
	width: 18.75%;
	height: 191px;
	margin-left: 5px;
	margin-right: 5px;
	float: right;
	margin-top: 0px;
	padding: 20px !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-align: flex-end;
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	font-size: 14px;
	font-weight: bold;	
	transition: none !important;
}

.menu-secondary {
	width: 100%;
	margin: 5px 0px;
	transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}
.btn-parking-lots a, .btn-contact a, .btn-about a {
	width: 33.22%;
}
.btn-parking-lots a {
	font-weight: normal;
	height: 40px !important;
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .65);
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px !important;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	padding: 2px !important;
	display: inline-block!important;
	background: rgba(0,97,153,1.00);
	display: flex!important;
	align-items: center !important;
	justify-content: center !important;
	float: left;
	}
.btn-contact a, .btn-about a {
	font-weight: normal;
	height: 40px !important;
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .65);
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px !important;
	margin-left: 2px;
	margin-right: 0px;
	padding: 2px !important;
	display: inline-block!important;
	background: rgba(0,97,153,1.00) ;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	float: left;
	}

.btn-federal-plaza a {
	background-color: #651823;
	background-image: url(images/ico-federal-plaza.png);
	background-position: 50% 20%;
	background-repeat: no-repeat;
}
.btn-pearl-elm a {
	background-color: #7cbe31;
	background-image: url(images/ico-pearl-elm.png);
	background-position: 50% 20%;
	background-repeat: no-repeat;
}
.btn-major-taylor a {
	background-color: #174626;
	background-image: url(images/ico-major-taylor.png);
	background-position: 50% 20%;
	background-repeat: no-repeat;
}
.btn-union-station a {
	background-color: #eba611;
	background-image: url(images/ico-union-station.png);
	background-position: 50% 20%;
	background-repeat: no-repeat;
}
.btn-common a {
	background-color: #c45b15;
	background-image: url(images/ico-common.png);
	background-position: 50% 20%;
	background-repeat: no-repeat;
}

.mob-home a {
	height: 125px !important;
	background-color: #FFF !important;
	background-image: url(images/logo.jpg) !important;
	background-repeat: no-repeat !important;
	background-size: 100px !important; 
	background-position: 50% 50% !important;
	display: block !important;
	text-indent: -9999px !important;
	overflow: hidden !important;
}


.mob-federal-plaza a {
	color: #FFF !important;
	background-color: #651823;
	padding-left: 70px !important;
	background-image: url(images/ico-federal-plaza.png);
	background-position: 20px 50%;
	background-repeat: no-repeat;
	background-size: 35px auto;
}
.mob-pearl-elm a {
	color: #FFF !important;
	background-color: #7cbe31;
	padding-left: 70px !important;
	background-image: url(images/ico-pearl-elm.png);
	background-position: 20px 50%;
	background-repeat: no-repeat;
	background-size: 35px auto;
}
.mob-major-taylor a {
	color: #FFF !important;
	background-color: #174626;
	padding-left: 70px !important;
	background-image: url(images/ico-major-taylor.png);
	background-position: 20px 50%;
	background-repeat: no-repeat;
	background-size: 35px auto;
}
.mob-union-station a {
	color: #FFF !important;
	background-color: #eba611;
	padding-left: 70px !important;
	background-image: url(images/ico-union-station.png);
	background-position: 20px 50%;
	background-repeat: no-repeat;
	background-size: 35px auto;
}
.mob-common a {
	color: #FFF !important;
	background-color: #c45b15;
	padding-left: 70px !important;
	background-image: url(images/ico-common.png);
	background-position: 20px 50%;
	background-repeat: no-repeat;
	background-size: 35px auto;
}
.mob-parking-lots a {
	color: #FFF !important;
	background-color: #b23f16 !important;
}
.mob-about a {
	color: #FFF !important;
	background-color: #00847e !important;
}
.mob-contact a {
	color: #FFF !important;
	background-color: #3167be !important;
}

#wprmenu_menu ul li a, #wprmenu_menu ul li a:hover, #wprmenu_menu.wprmenu_levels ul li {
	border: none !important;
	}
#wprmenu_menu ul li a {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	}


#mg-wprm-wrap li.mob-common a:hover,
#mg-wprm-wrap ul#wprmenu_menu_ul li.mob-common.menu-item a:hover,
#mg-wprm-wrap li.mob-common.current-menu-item > a,
#mg-wprm-wrap ul#wprmenu_menu_ul li.mob-common.menu-item.current-menu-item > a {
	color: #c45b15 !important;
	transition: none !important;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ababab+0,ffffff+85 */
    background-image: url(images/ico-common.png) !important; /* Old browsers */
    background-color: #FFF !important;
    background-position: 20px 50% !important;
	background-repeat: no-repeat !important;
    background-size: 35px auto !important;
	}

#mg-wprm-wrap li.mob-federal-plaza a:hover,
#mg-wprm-wrap li.mob-federal-plaza.current-menu-item > a {
	color: #651823 !important;
	transition: none !important;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ababab+0,ffffff+85 */
    background-image: url(images/ico-federal-plaza.png) !important; /* Old browsers */
    background-color: #FFF !important;
    background-position: 20px 50% !important;
	background-repeat: no-repeat !important;
    background-size: 35px auto !important;
	}
	
#mg-wprm-wrap li.mob-pearl-elm a:hover,
#mg-wprm-wrap li.mob-pearl-elm.current-menu-item > a {
	color: #7cbe31 !important;
	transition: none !important;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ababab+0,ffffff+85 */
    background-image: url(images/ico-pearl-elm.png) !important; /* Old browsers */
    background-color: #FFF !important;
    background-position: 20px 50% !important;
	background-repeat: no-repeat !important;
    background-size: 35px auto !important;
	}
	
#mg-wprm-wrap li.mob-major-taylor a:hover,
#mg-wprm-wrap li.mob-major-taylor.current-menu-item > a {
	color: #174626 !important;
	transition: none !important;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ababab+0,ffffff+85 */
    background-image: url(images/ico-major-taylor.png) !important; /* Old browsers */
    background-color: #FFF !important;
    background-position: 20px 50% !important;
	background-repeat: no-repeat !important;
    background-size: 35px auto !important;
	}
	
#mg-wprm-wrap li.mob-union-station a:hover,
#mg-wprm-wrap li.mob-union-station.current-menu-item > a {
	color: #eba611 !important;
	transition: none !important;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ababab+0,ffffff+85 */
    background-image: url(images/ico-union-station.png) !important; /* Old browsers */
    background-color: #FFF !important;
    background-position: 20px 50% !important;
	background-repeat: no-repeat !important;
    background-size: 35px auto !important;
	}	
	
#mg-wprm-wrap li.mob-parking-lots a:hover,
#mg-wprm-wrap li.mob-parking-lots.current-menu-item > a {
	color: #b23f16 !important;
	background: #FFF !important;
}
#mg-wprm-wrap li.mob-about a:hover,
#mg-wprm-wrap li.mob-about.current-menu-item > a {
	color: #00847e !important;
	background: #FFF !important;
}
#mg-wprm-wrap li.mob-contact a:hover,
#mg-wprm-wrap li.mob-contact.current-menu-item > a {
	color: #3167be !important;
	background: #FFF !important;
}
	





.btn-parking-lots a {
	background-color: #b23f16;
}
.btn-about a {
	background-color: #00847e;
	margin-bottom: 3px;
}
.btn-contact a {
	background-color: #3167be;
}
		

.menu-primary a:hover,
.menu-primary .current-menu-item > a,
.menu-primary .current-page-ancestor > a,
.menu-primary .current-menu-parent > a,
.menu-primary hover > a,
.menu-primary > li:hover > a,

#wprmenu_menu a:hover,
#wprmenu_menu .current-menu-item > a,
#wprmenu_menu .current-page-ancestor > a,
#wprmenu_menu .current-menu-parent > a,
#wprmenu_menu hover > a,
#wprmenu_menu > li:hover > a

 {

background: #ababab; /* Old browsers */

background: -moz-linear-gradient(top,  #ababab 0%, #ffffff 85%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ababab), color-stop(85%,#ffffff)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ababab 0%,#ffffff 85%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ababab 0%,#ffffff 85%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ababab 0%,#ffffff 85%); /* IE10+ */

background: linear-gradient(to bottom,  #ababab 0%,#ffffff 85%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ababab', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}


.btn-federal-plaza a:hover,
.btn-federal-plaza.current-menu-item > a,
.btn-federal-plaza.current-page-ancestor > a,
.btn-federal-plaza.current-menu-parent > a
 {
	color: #651823 !important;
	text-shadow: none !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ababab+0,ffffff+85 */

background: url(images/ico-federal-plaza.png)  50% 20% no-repeat, #ababab !important; /* Old browsers */

background: url(images/ico-federal-plaza.png) 50% 20% no-repeat, -moz-linear-gradient(top,  #ababab 0%, #ffffff 85%) !important; /* FF3.6+ */

background: url(images/ico-federal-plaza.png) 50% 20% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ababab), color-stop(85%,#ffffff)) !important; /* Chrome,Safari4+ */

background: url(images/ico-federal-plaza.png) 50% 20% no-repeat, -webkit-linear-gradient(top,  #ababab 0%,#ffffff 85%) !important; /* Chrome10+,Safari5.1+ */

background: url(images/ico-federal-plaza.png) 50% 20% no-repeat, -o-linear-gradient(top,  #ababab 0%,#ffffff 85%) !important; /* Opera 11.10+ */

background: url(images/ico-federal-plaza.png) 50% 20% no-repeat, -ms-linear-gradient(top,  #ababab 0%,#ffffff 85%) !important; /* IE10+ */

background: url(images/ico-federal-plaza.png) 50% 20% no-repeat, linear-gradient(to bottom,  #ababab 0%,#ffffff 85%) !important; /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ababab', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ 

}

.btn-pearl-elm a:hover,
.btn-pearl-elm.current-menu-item > a,
.btn-pearl-elm.current-page-ancestor > a,
.btn-pearl-elm.current-menu-parent > a,
.btn-pearl-elm hover > a,
.btn-pearl-elm > li:hover > a

 {
	color: #7cbe31 !important;
	text-shadow: none !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ababab+0,ffffff+85 */

background: url(images/ico-pearl-elm.png)  50% 20% no-repeat, #ababab !important; /* Old browsers */

background: url(images/ico-pearl-elm.png) 50% 20% no-repeat, -moz-linear-gradient(top,  #ababab 0%, #ffffff 85%) !important; /* FF3.6+ */

background: url(images/ico-pearl-elm.png) 50% 20% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ababab), color-stop(85%,#ffffff)) !important; /* Chrome,Safari4+ */

background: url(images/ico-pearl-elm.png) 50% 20% no-repeat, -webkit-linear-gradient(top,  #ababab 0%,#ffffff 85%) !important; /* Chrome10+,Safari5.1+ */

background: url(images/ico-pearl-elm.png) 50% 20% no-repeat, -o-linear-gradient(top,  #ababab 0%,#ffffff 85%) !important; /* Opera 11.10+ */

background: url(images/ico-pearl-elm.png) 50% 20% no-repeat, -ms-linear-gradient(top,  #ababab 0%,#ffffff 85%) !important; /* IE10+ */

background: url(images/ico-pearl-elm.png) 50% 20% no-repeat, linear-gradient(to bottom,  #ababab 0%,#ffffff 85%) !important; /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ababab', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ 

}

.btn-major-taylor a:hover,
.btn-major-taylor.current-menu-item > a,
.btn-major-taylor.current-page-ancestor > a,
.btn-major-taylor.current-menu-parent > a,
.btn-major-taylor hover > a,
.btn-major-taylor > li:hover > a

 {
	color: #174626 !important;
	text-shadow: none !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ababab+0,ffffff+85 */

background: url(images/ico-major-taylor.png)  50% 20% no-repeat, #ababab !important; /* Old browsers */

background: url(images/ico-major-taylor.png) 50% 20% no-repeat, -moz-linear-gradient(top,  #ababab 0%, #ffffff 85%) !important; /* FF3.6+ */

background: url(images/ico-major-taylor.png) 50% 20% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ababab), color-stop(85%,#ffffff)) !important; /* Chrome,Safari4+ */

background: url(images/ico-major-taylor.png) 50% 20% no-repeat, -webkit-linear-gradient(top,  #ababab 0%,#ffffff 85%) !important; /* Chrome10+,Safari5.1+ */

background: url(images/ico-major-taylor.png) 50% 20% no-repeat, -o-linear-gradient(top,  #ababab 0%,#ffffff 85%) !important; /* Opera 11.10+ */

background: url(images/ico-major-taylor.png) 50% 20% no-repeat, -ms-linear-gradient(top,  #ababab 0%,#ffffff 85%) !important; /* IE10+ */

background: url(images/ico-major-taylor.png) 50% 20% no-repeat, linear-gradient(to bottom,  #ababab 0%,#ffffff 85%) !important; /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ababab', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ 

}

.btn-union-station a:hover,
.btn-union-station.current-menu-item > a,
.btn-union-station.current-page-ancestor > a,
.btn-union-station.current-menu-parent > a,
.btn-union-station hover > a,
.btn-union-station > li:hover > a

 {
	color: #eba611 !important;
	text-shadow: none !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ababab+0,ffffff+85 */

background: url(images/ico-union-station.png)  50% 20% no-repeat, #ababab !important; /* Old browsers */

background: url(images/ico-union-station.png) 50% 20% no-repeat, -moz-linear-gradient(top,  #ababab 0%, #ffffff 85%) !important; /* FF3.6+ */

background: url(images/ico-union-station.png) 50% 20% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ababab), color-stop(85%,#ffffff)) !important; /* Chrome,Safari4+ */

background: url(images/ico-union-station.png) 50% 20% no-repeat, -webkit-linear-gradient(top,  #ababab 0%,#ffffff 85%) !important; /* Chrome10+,Safari5.1+ */

background: url(images/ico-union-station.png) 50% 20% no-repeat, -o-linear-gradient(top,  #ababab 0%,#ffffff 85%) !important; /* Opera 11.10+ */

background: url(images/ico-union-station.png) 50% 20% no-repeat, -ms-linear-gradient(top,  #ababab 0%,#ffffff 85%) !important; /* IE10+ */

background: url(images/ico-union-station.png) 50% 20% no-repeat, linear-gradient(to bottom,  #ababab 0%,#ffffff 85%) !important; /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ababab', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ 

}

.btn-common a:hover,
.btn-common.current-menu-item > a,
.btn-common.current-page-ancestor > a,
.btn-common.current-menu-parent > a,
.btn-common hover > a,
.btn-common > li:hover > a

 {
	color: #c45b15 !important;
	text-shadow: none !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ababab+0,ffffff+85 */

background: url(images/ico-common.png)  50% 20% no-repeat, #ababab !important; /* Old browsers */

background: url(images/ico-common.png) 50% 20% no-repeat, -moz-linear-gradient(top,  #ababab 0%, #ffffff 85%) !important; /* FF3.6+ */

background: url(images/ico-common.png) 50% 20% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ababab), color-stop(85%,#ffffff)) !important; /* Chrome,Safari4+ */

background: url(images/ico-common.png) 50% 20% no-repeat, -webkit-linear-gradient(top,  #ababab 0%,#ffffff 85%) !important; /* Chrome10+,Safari5.1+ */

background: url(images/ico-common.png) 50% 20% no-repeat, -o-linear-gradient(top,  #ababab 0%,#ffffff 85%) !important; /* Opera 11.10+ */

background: url(images/ico-common.png) 50% 20% no-repeat, -ms-linear-gradient(top,  #ababab 0%,#ffffff 85%) !important; /* IE10+ */

background: url(images/ico-common.png) 50% 20% no-repeat, linear-gradient(to bottom,  #ababab 0%,#ffffff 85%) !important; /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ababab', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ 

}

.btn-parking-lots a:hover,
.btn-parking-lots.current-menu-item > a,
.btn-parking-lots.current-page-ancestor > a,
.btn-parking-lots.current-menu-parent > a,
.btn-parking-lots hover > a,
.btn-parking-lots > li:hover > a

 {
	color: #b23f16 !important;
	text-shadow: none !important;
    background-color: #D8D8D8;
}

.btn-about a:hover,
.btn-about.current-menu-item > a,
.btn-about.current-page-ancestor > a,
.btn-about.current-menu-parent > a,
.btn-about hover > a,
.btn-about > li:hover > a

 {
	color: #00847e !important;
	text-shadow: none !important;
    background-color: #D8D8D8;
}

.btn-contact a:hover,
.btn-contact.current-menu-item > a,
.btn-contact.current-page-ancestor > a,
.btn-contact.current-menu-parent > a,
.btn-contact hover > a,
.btn-contact > li:hover > a

 {
	color: #3167be !important;
	text-shadow: none !important;
    background-color: #D8D8D8;
}



.menu-primary .sub-menu a:hover {
	color: #FFF;
}

.menu-primary .sub-menu{
	width: 20%!important;
	border: 1px solid #FFF!important;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZDc3MyIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iODYlIiBzdG9wLWNvbG9yPSIjZGY1YjAyIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  rgba(253,215,115,0.9) 0%, rgba(223,91,2,0.9) 86%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,215,115,0.9)), color-stop(86%,rgba(223,91,2,0.9))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(253,215,115,0.9) 0%,rgba(223,91,2,0.9) 86%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(253,215,115,0.9) 0%,rgba(223,91,2,0.9) 86%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(253,215,115,0.9) 0%,rgba(223,91,2,0.9) 86%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(253,215,115,0.9) 0%,rgba(223,91,2,0.9) 86%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fdd773', endColorstr='#e6df5b02',GradientType=0 ); /* IE6-8 */

	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 6px 6px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 6px 6px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 6px 6px 5px 0px rgba(50, 50, 50, 0.5);
	text-align: center;
	margin-top: -24px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-left: 30px;
	}
.menu-primary .sub-menu li {
	display: block!important;
	}
	

.menu-primary .sub-menu a {
	color: #FFF!important;
	background-image: none!important;
	text-indent: 0px!important;
	font-size: 14px;
	position: relative;
	height: auto!important;
	width: auto!important;
	background-color: transparent!important;
	display: block!important;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: none!important;
	box-shadow: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.menu-primary .sub-menu a:hover,
.menu-primary .sub-menu a:hover .current {
	
/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3OGRhMSIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iODYlIiBzdG9wLWNvbG9yPSIjNDUyYzNmIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: url(images/ico-arrow-r.png) no-repeat 2% 50%, -moz-linear-gradient(top,  rgba(167,141,161,0.9) 0%, rgba(69,44,63,0.9) 86%) !important; /* FF3.6+ */

background: url(images/ico-arrow-r.png) no-repeat 2% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,141,161,0.9)), color-stop(86%,rgba(69,44,63,0.9))) !important; /* Chrome,Safari4+ */

background: url(images/ico-arrow-r.png) no-repeat 2% 50%, -webkit-linear-gradient(top,  rgba(167,141,161,0.9) 0%,rgba(69,44,63,0.9) 86%) !important; /* Chrome10+,Safari5.1+ */

background: url(images/ico-arrow-r.png) no-repeat 2% 50%, -o-linear-gradient(top,  rgba(167,141,161,0.9) 0%,rgba(69,44,63,0.9) 86%) !important; /* Opera 11.10+ */

background: url(images/ico-arrow-r.png) no-repeat 2% 50%, -ms-linear-gradient(top,  rgba(167,141,161,0.9) 0%,rgba(69,44,63,0.9) 86%) !important; /* IE10+ */

background: url(images/ico-arrow-r.png) no-repeat 2% 50%, linear-gradient(to bottom,  rgba(167,141,161,0.9) 0%,rgba(69,44,63,0.9) 86%) !important; /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6a78da1', endColorstr='#e6452c3f',GradientType=0 ); /* IE6-8 */	
	
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #7c0e18;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.5);
	width: auto!important;
	color: #FFF;
	transition: none !important;
}


/* Sub Navigation
--------------------------------------------- */
.nav-side {
	margin-top: 10px;
	border: 1px solid #FFF;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1YmZiOSIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iIzgyNzc3MCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4Mjc3NzAiIHN0b3Atb3BhY2l0eT0iMC45NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  rgba(197,191,185,0.95) 0%, rgba(130,119,112,0.95) 81%, rgba(130,119,112,0.95) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(197,191,185,0.95)), color-stop(81%,rgba(130,119,112,0.95)), color-stop(100%,rgba(130,119,112,0.95))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(197,191,185,0.95) 0%,rgba(130,119,112,0.95) 81%,rgba(130,119,112,0.95) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(197,191,185,0.95) 0%,rgba(130,119,112,0.95) 81%,rgba(130,119,112,0.95) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(197,191,185,0.95) 0%,rgba(130,119,112,0.95) 81%,rgba(130,119,112,0.95) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(197,191,185,0.95) 0%,rgba(130,119,112,0.95) 81%,rgba(130,119,112,0.95) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2c5bfb9', endColorstr='#f2827770',GradientType=0 ); /* IE6-8 */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 6px 6px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 6px 6px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 6px 6px 5px 0px rgba(50, 50, 50, 0.5);
	margin-bottom: 25px;
	padding: 10px!important;
	width: 90%;
	margin-left: 20px;
}

.nav-side.menu li {
	width: 100%;		
}

.nav-side a {
	color: #FFF!important;
	background-image: none!important;
	text-indent: 0px!important;
	font-size: 14px;
	position: relative;
	height: auto!important;
	width: auto!important;
	background-color: transparent!important;
	display: block!important;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: none!important;
	box-shadow: none;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	display: block;
	
}

.nav-side a:hover,
.nav-side .current-menu-item > a,
.category-news .news-sub > a,
.category-student-stories .nav-side .current-post-ancestor > a,
.category-tutor-stories .nav-side .current-post-ancestor > a {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3OGRhMSIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iODYlIiBzdG9wLWNvbG9yPSIjNDUyYzNmIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: url(images/ico-arrow-r.png) no-repeat 2% 50%, -moz-linear-gradient(top,  rgba(167,141,161,0.9) 0%, rgba(69,44,63,0.9) 86%) !important; /* FF3.6+ */

background: url(images/ico-arrow-r.png) no-repeat 2% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,141,161,0.9)), color-stop(86%,rgba(69,44,63,0.9))) !important; /* Chrome,Safari4+ */

background: url(images/ico-arrow-r.png) no-repeat 2% 50%, -webkit-linear-gradient(top,  rgba(167,141,161,0.9) 0%,rgba(69,44,63,0.9) 86%) !important; /* Chrome10+,Safari5.1+ */

background: url(images/ico-arrow-r.png) no-repeat 2% 50%, -o-linear-gradient(top,  rgba(167,141,161,0.9) 0%,rgba(69,44,63,0.9) 86%) !important; /* Opera 11.10+ */

background: url(images/ico-arrow-r.png) no-repeat 2% 50%, -ms-linear-gradient(top,  rgba(167,141,161,0.9) 0%,rgba(69,44,63,0.9) 86%) !important; /* IE10+ */

background: url(images/ico-arrow-r.png) no-repeat 2% 50%, linear-gradient(to bottom,  rgba(167,141,161,0.9) 0%,rgba(69,44,63,0.9) 86%) !important; /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6a78da1', endColorstr='#e6452c3f',GradientType=0 ); /* IE6-8 */	
	
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #9cc342;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.5);
	width: auto!important;
	color: #FFF!important;
	display: block;
	transition: none !important;
	
}


.nav-side .sub-menu a:hover {
	color: #333;
}



/* Secondary Navigation
--------------------------------------------- */

/* Top Navigation
--------------------------------------------- */

.top-menu {
	width: 100%;
}

.nav-header .genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	z-index: 50;
	margin-top: 0px;
}

.nav-header .genesis-nav-menu a {
	border: none;
	color: #56004e;
	display: block;
	padding: 14px 6px;
	padding: 1.4rem .6rem;
	position: relative;
	font-size: 14px;
	font-weight: 600 !important;
}

.nav-header .genesis-nav-menu a:hover,
.nav-header .genesis-nav-menu .current-menu-item > a,
.nav-header .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #ee9a3f;
}

.btn-facebook a, .btn-facebook a:visited {
	background-image: url(images/ico-facebook.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block!important;
	height: 34px;
	width: 33px;
	top: 10px;
	right: 5px;
	text-indent: -5000px;
	overflow: hidden;
	margin-left: 10px;
}
.btn-yelp a, .btn-yelp a:visited {
	background-image: url(images/ico-yelp.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block!important;
	height: 34px;
	width: 33px;
	top: 10px;
	right: 0px;
	text-indent: -5000px;
	overflow: hidden;
}

/* Foot Navigation
--------------------------------------------- */


.menu-foot-menu {
	font-size: 16px!important;
	font-size: 1.6rem;
	clear: both;
	color: #FFF;
	font-family: Lato, sans-serif;
	text-align: left;
	float: left;
}

.menu-foot-menu .menu-item {
}
#menu-foot-menu li {
	display: inline-block;
}

.menu-foot-menu a {
	border: none!important;
	color: #FFF;
	display: block;
	position: relative;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
}

.menu-foot-menu a:hover,
.menu-foot-menu .current-menu-item > a,
.menu-foot-menu .sub-menu .current-menu-item > a:hover {
	color: #f1ab49;
	
}

#menu-foot-menu .sub-menu .current-menu-item > a {
	color: #f1ab49;
}


.creds {
	font-size: 13px!important;
	font-size: 13rem;
	width: 780px;
	float: left;
	margin-top: 0px;
	color: #FFF!important;
	padding: 15px;
	
}
.creds img {
	vertical-align: middle;
	margin-right: 10px;
}
.creds p {
	padding-bottom: 5px;
	color: #FFF!important;
	text-align: left;
}

.footer-widgets-2, .social-media-wrap table, .social-media tbody, .social-media tr, .social-media td {
	border: none !important;
}
.social-media {
	width: 390px;
	padding-top: 10px;
	padding-left: 0px !important;
	padding-right: 0px;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
	}
.social-media div {
	width: 100px;
	margin-right: 5px;
	display:inline-block;
}
.social-media .facebook {
	margin-right: 15px;
	}
.social-media img {
    width: 25px;
	margin-right: 5px;
	display:inline-block;
}
.social-media a {
	color: #FFF;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.social-media  a:hover,
.social-media  .current-menu-item > a,
.social-media  .sub-menu .current-menu-item > a:hover {
	color: #f1ab49;
	
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	border-radius: 3px;
	margin-bottom: 40px;
	padding-right: 40px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 24px;
}

.entry-content a {
	color: #ff8d00;
}

.entry-content a:hover {
	color: #333;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
	color: #666666;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	margin: 0 -4rem;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem 0.8rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #f15123;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments {
	padding: 40px;
	padding: 4rem;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #666;
}

.sidebar a {
	
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 20px;
	padding: 2rem;
}



.sidebar .enews-widget {
	background-color: #333;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	color: #FFF;
	clear: both;
	padding: 10px;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}


.footer-widgets-1 {
   width: 780px;
   padding: 0px;
   margin: 0px;
}

.footer-widgets-2 {
	float: right;
}

.footer-widgets-1 {
}

.footer-widgets-1,
.footer-widgets-2 {
}

.footer-widgets-3 {
	float: right;
}


.footer-widgets .widget {
	margin-bottom: 0px;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}



/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	color: #FFF;
	font-size: 14px;
	font-size: 1.4rem;
	padding-top: 15px;
	padding-bottom: 50px;
	width: 1200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px !important;
}
.site-footer li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.site-footer a {
}

.site-footer p {
	margin-bottom: 0;
}

.site-container {
}
 
.page-wrap {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,1.00); 	
}
 
.site-inner {
}
 
.site-footer, .site-inner:after, .site-footer.wrap {
	
 
}



/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
/*
	.header-image .site-header .wrap {
		background: url(images/logo@2x.png) no-repeat center;
		background-size: 320px 164px;
	}
*/	
}

@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
	}
	.testimonial-wrap {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}


	.contact-head {
	margin-top: 0px !important;
	
	}	
	
.widget-federal-plaza p,
.widget-pearl-elm p,
.widget-major-taylor p,
.widget-union-station p,
.more-info-wrap p {
	text-align: center;
	}	


	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}
	
	.entry {
	padding: 15px!important;	
		}

	.content,
	.site-header .widget-area {
		width: 100% !important;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary
	 {
		width: 100% !important;
		float: none !important;
		clear: both !important;
	}

	body {
	background-color: #fff;
	background-position: center 100px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-inner,
	.wrap {
		width: 100% !important;
}

	.sidebar-primary,
	.sidebar-secondary {
	margin-bottom: 0px;	
}
	

	
	.content,
	.site-header .widget-area {
		width: 100%;
	}
	
	.site-header .wrap {
		width: 100% !important;
		}
	
	
	.title-area {
	width: 173px !important;
	height: 188px !important;
	margin-left: auto !important;
	margin-right: auto !important;
    text-align: center !important;
	float: none !important;
}
.site-title a {
	min-height: 188px;
	width: 173px;
	margin-left: auto !important;
	margin-right: auto !important;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	clear: both !important;
}
.menu-primary
{
  width: 100% !important;
  float: none !important;
  margin-left: -10px;
}
.menu-secondary {
	width: 100%;
	margin: 15px 0px;
	transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}
.btn-parking-lots a, .btn-contact a, .btn-about a {
	width: 33.2%;
}

	.contact-widget-wrap .widget-title, .vfb-form-2 h3 {
	padding-top: 20px!important;
	padding-right: 20px!important;
	padding-bottom: 0px!important;
	padding-left: 20px!important;
}

.header-widget-area {
	width: 100% !important;
	clear: both !important;
    border-top-width: 10px;
	border-top-style: solid;
	border-top-color: rgba(255,255,255,1.00);
	float: none !important;
	}
.genesis-nav-menu {
	clear: both;
	width: 100% !important;
}

.primary-menu {
	width: 100% !important;		
	}
	
	

   .site-header {
	width: 100%!important;
	height: 390px !important;
	text-align: center;
	padding-left:0px!important;
	margin-left: 0px!important;
	}	
	
	
	.page-wrap {
	margin-top: 0px;
}


	.site-inner {
		padding-left: 1%!important;
		padding-right: 1%!important;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
	
		
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

.site-footer {
	height: 50px!important; 
	width: 100% !important;
	}
	.social-media {
	
	}
.page-wrap {
	min-height: 100%;
	/* equal to footer height */
 
}
 
.site-inner {
	min-height: 100%;
	/* equal to footer height */
}
 

.creds {
	width: 100% !important;
	text-align: center !important;
	float: none !important;
	margin-top: 0px !important;
	}
.creds p
{
  color: #ffffff;
  text-align: center !important;
}
	.footer-widgets {
		width: 100% !important;
		padding: 0px !important;
		margin: 0px !important;
	}

	.footer-widgets-1 {
		width: 100% !important;
	}
	
	.nav-mobile, 
#menu-foot-menu,
.nav-side,
.nav-header {
	display: none;
	}
	



	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}


	

.gmap {
	width: 100%;
	border: 1px solid #d7d7d7;
	margin-top: 10px!important;
	margin-right: auto!important;
	margin-bottom: 25px!important;
	margin-left: auto!important;
	clear: both!important;
	display: block;
	float:none!important;	
	}
.body-img-contentpg {
	-webkit-box-shadow: 4px 4px 3px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 4px 4px 3px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 4px 4px 3px 0px rgba(50, 50, 50, 0.5);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 1px solid #d7d7d7;
	margin-top: 10px!important;
	margin-right: auto!important;
	margin-bottom: 25px!important;
	margin-left: auto!important;
	clear: both!important;
	display: block;
	float:none!important;
	}
	
	
.widget-services-wrap {
	width: 100%!important;
	padding: 20px!important;
	background-repeat: repeat-x!important;	
	}
	
.contact-head {
	margin-top: 10px;
	width: 276px;
	margin-right: auto;
	margin-left: auto;
	}
.contact-head a {
	background-image: url(images/head-contact.png);
	display: block;
	height: 64px;
	width: 276px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/head-contact.png);
}
.contact-head span {
	text-indent: 100%!important;
	white-space: nowrap!important;
	overflow: hidden!important;
	display: block;
}	

.foot-logo-wrap {
	float: none;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
.foot-logo-wrap img {
	clear: both;
	}

.entry img {
	display: block;
	margin-top: 15px;
	margin-right: auto !important;
	margin-bottom: 25px;
	margin-left: auto !important;
	float: none!important;
	}
.thirty-years-wrap {
	max-height: 70px;
	max-width: 421px;
	margin-top: 10px;
	margin-bottom: 25px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	}
	
	

}

@media only screen and (max-width: 1020px) {
	
	.menu-primary, .menu-secondary {
		display: none!important;
	}
	.site-header {
	height: 200px !important;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,1.00);
		}
	.above-head-wrap {
		padding-top: 5px;
	}
	
}

@media only screen and (max-width: 830px) {
.content,
.site-header .widget-area {
	width: 100%;
	}
.site-header .wrap {
	margin-top: 0px !important;
	}

		
	.title-area {
	width: 100%;
}

.contact-widget-wrap .widget-title, .vfb-form-2 h3 {
	padding-top: 20px!important;
	padding-right: 20px!important;
	padding-bottom: 0px!important;
	padding-left: 20px!important;
}
	
   .site-header {
	width: 100%!important;
	min-height: 145px;
	text-align: center;
	padding:0px!important;
	margin: 0px!important;
	}	
.contact-head {
	margin-top: 0px;
	width: 276px;
	padding-left:0px!important;
	margin-left: 0px!important;
	}
.contact-head a {
	background-image: url(images/head-contact.png);
	display: block;
	height: 64px;
	width: 276px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/head-contact.png);
}
.contact-head span {
	text-indent: 100%!important;
	white-space: nowrap!important;
	overflow: hidden!important;
	display: block;
}	


.contact-head-phone {
	color: #0d6baa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 3px;
	text-align: center;
	}
	
.vfb-form-1 .form-field {
	width: 100%!important;
}

.header-widget-area {
	display: none !important;
}



}
