/*
	Theme Name: Rudder Theatre Center: University Center and Special Events 
	Description: Based on the sample theme created for the Genesis Framework.
	Author: Texas A&M Transportation Institute (TTI Communications) 
	Author URI: http://tti.tamu.edu
	Version: 3.6.3
 
	Tags: black, orange, 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.0
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

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

*/


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

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */

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
--------------------------------------------- */

address:before, address:after,
article:before, article:after,
aside:before, aside:after,
audio:before, audio:after,
blockquote:before, blockquote:after,
canvas:before, canvas:after,
dd:before, dd:after,
div:before, div:after,
dl:before, dl:after,
fieldset:before, fieldset:after,
figcaption:before, figcaption:after,
figure:before, figure:after,
footer:before, footer:after,
form:before, form:after,
header:before, header:after,
hr:before, hr:after,
main:before, main:after,
output:before, output:after,
pre:before, pre:after,
section:before, section:after,
table:before, table:after,
tfoot:before, tfoot:after,
video:before, video:after,
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

address:after,
article:after,
aside:after,
audio:after,
blockquote:after,
canvas:after,
dd:after,
div:after,
dl:after,
fieldset:after,
figcaption:after,
figure:after,
footer:after,
form:after,
header:after,
hr:after,
main:after,
output:after,
pre:after,
section:after,
table:after,
tfoot:after,
video:after,
.clearfix:after {
	clear: both;
}


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

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

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

body {
	background: #fff;
	color: #666;
	font-family: Frutiger, 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-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: #333;
	color: #fff;
}

::selection {
	background: #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;
}

strong {
	font-weight: 700;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
	padding: 2.4rem 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

pre {
	background: #333;
	color: #ccc;
	overflow: scroll;
	padding: 0 2rem;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 0;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

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

h3 {
	font-size: 20px;
	font-size: 2rem;
}
h3.facilities.home {
	display: none;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}


aside.sidebar-primary h2,
aside.sidebar-primary h3,
aside.sidebar-primary h4 { 
	margin-bottom:0; 
}


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

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

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

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

input,
select,
textarea {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}
.site-header input {
	font-size: 16px;
	padding: 10px;
	padding: 1rem;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	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"] {
	background: #f15123;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


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

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

.wrap,
.site-container .soliloquy-container,
.breadcrumb,
.feature-boxes,
.site-inner,
#services,
.testimonials {
	margin: 0 auto;
	max-width: 1008px;
	padding: 0 6.25%;
}
.breadcrumb,
.feature-boxes,
.subnav,
#services,
.site-inner,
.subhome, 
.site-container .soliloquy-container,
.nav-primary .wrap,
.nav-secondary .wrap,
.testimonials {
	padding: 0;
}

.site-container .site-inner .content-sidebar-wrap {
	background: #dddddd; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGM4YzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #dddddd 0%, #c8c8c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#c8c8c8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dddddd 0%,#c8c8c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dddddd 0%,#c8c8c8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dddddd 0%,#c8c8c8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dddddd 0%,#c8c8c8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-8 */

	

	clear: both;
	/*padding-top: 40px;
	padding-top: 4rem;*/
}

.site-inner {
	background-color: #aeaeae;
}


.site-inner {
	border-top: 8px solid #dbbd71;
	border-bottom: 7px solid #777;
}


.content-sidebar-wrap,
.column-right,
.sidebar-secondary {
	border-top: 2px solid #e9dfc6;
}

/* Info Boxes for Services and Promote sections */

.feature-boxes {
	margin-bottom: 50px;
	max-height: 330px;
	width: 100%;
}
.feature-boxes:after {
	content: " ";
}

.infobox {
	background: #C8C8C9 url(images/sidebar-blur.png) no-repeat 50% 50%;
	float: left;
	width: 37.5%;
}

.infobox .entry {
	background: transparent;
	

	max-height: 300px !important;
	width: 100%;
}


.subnav {
	clear: both;
	margin-top: 30px;
}


.feature-boxes .soliloquy-container {
	/*border-bottom: 30px solid #f4af00;*/ 
	float: right;
	width: 61.5%;

	background-color: #f4af00 !important;
	padding-bottom: 40px;
}

/*strangess with false warning*/
.feature-boxes > p { 
	display:none; 
}

/* 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: 920px;
}
.sidebar-content-sidebar .content-sidebar-wrap {
	width: 77%;
}

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

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

/* Content */

.content {
	float: right;
	width: 800px;
	width: 59.5%;
}
.content {
	background-color: #f0ac00;
	/*width: 800px;*/
	width: 77%;
}


.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 {
	width: 520px;
}


.sidebar-content-sidebar .content {
	float: right;
	width: 70.1%;
}
body.services.sidebar-content-sidebar aside.sidebar-primary,
body.promote.sidebar-content-sidebar aside.sidebar-primary {
	
	width: 220px;
}

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



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

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 36%;
}


aside.sidebar-primary { 
	background: #c8c8c9 url(images/sidebar-blur.png) no-repeat 50% 50%; 
	background-size:100%; 
}

.sidebar-content aside.sidebar-primary,
.sidebar-content-sidebar aside.sidebar-primary {
	background: none;
	margin-right: 0;
	width: 23%;
}
.sidebar-content-sidebar aside.sidebar-primary {
	margin-left: 0;
	width: 29.9%;
}







/* Secondary Sidebar */

.sidebar-secondary,
.column-right {
	color: #444;
	background: transparent url(images/shader.png) no-repeat 0 0;
	min-height: 400px;
	float: right;
	width: 222px;
}
.column-right {
	float:right; 
	width: 23%; 
	background-color: #aeaeae; 
	padding:25px; 
}
.column-right h4.contact {
	background-color: #500000;
	color: #eee;
	display: inline-block;
	font-size: 16px;

	line-height: 1;
	margin: 20px 0 0px -25px;
	padding: 5px 35px 5px 25px;
}
.column-right span.contact {
	vertical-align: -6px;
	color: #500000;
	display: inline-block;
	font-size: 30px;
	line-height: 1;
	margin: 4px 0 0 -3px;
	padding: 0;
}

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

.site-inner .column-right p { 
	color: #444; 
}
.site-inner .column-right a { 
	color: #222; 
} 

/* 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 {
	width: 80%;
}

.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;
	margin: 0;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

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

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	margin-top: -10px;
	margin-top: 1rem;
}
.breadcrumb a:first-child {
	text-transform: uppercase;
}
.breadcrumb,
.breadcrumb a {
	color: #999;
}
.breadcrumb [data-icon]:before {
    content: attr(data-icon);
    font-family: 'Arrow';
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.breadcrumb .bc-separator { 
	display: inline;
	color: #f4af00;
}

/* breadcrumb icon, created at IcoMoon.io */
@font-face {
	font-family: 'Arrow';
	src:url('fonts/Arrow.eot');
	src:url('fonts/Arrow.eot?#iefix') format('embedded-opentype'),
		url('fonts/Arrow.woff') format('woff'),
		url('fonts/Arrow.ttf') format('truetype'),
		url('fonts/Arrow.svg#Arrow') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*   end icon */

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

.archive-description {
	margin-bottom: 4rem;
	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: 0;
}

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

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

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
	position: absolute;
	left: -9999px;
	visibility: hidden;
}



.entry-title a,
.sidebar .widgettitle a {
	color: #333;
}

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

.widgettitle {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	/*text-transform: uppercase;*/
}

.infobox h4.widgettitle {
	background-color: #f4af00;
	color: #444;
	margin: 20px 0;
	padding: 10px 20px;
}

.sidebar .widgettitle a {
	border: none;
}

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


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

/* Featured Page and Featured Post
--------------------------------------------- */

.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 .widgettitle {
	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: #f15123;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background: #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: 1rem;
}

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;
}


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

.site-header .wrap {
	padding: 40px 0;
	padding: 4rem 0;

	margin-top: 28px;
	margin-top: 2.8rem;
}

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

.title-area {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	float: left;
	padding: 16px 0;
	padding: 1.6rem 0;
	padding-top: 0;
	width: 500px;
}
.title-area a img {
	display: block;
	height: 80px;
	width: auto;
}

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

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin: 0;
}

/* Full width header, no widgets */

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

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

/* Logo, hide text */

.header-image .site-header .wrap,
.site-header .wrap {
	/*background: url(images/ucenter-logo.png) no-repeat left;*/
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 164px;
	width: 100%;
}

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

.site-header .widget-area {
	float: right;
	
	text-align: right;
	width: 45%;
	/*width: 440px; */
}

.site-header .widget-area ul {
	float: right;
	list-style-type: none;
}
.site-header .widget-area li {
	float: left;
	text-align: right;
	margin-left: 12px;
	margin-left: 1.2rem;
}

.site-header .widget-area {
	padding: 0 0 40px 0;
	padding: 0 0 4rem 0;
}

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



/*
Utility Navigation
---------------------------------------------------------------------------------------------------- */
.site-header ul {
	width: auto;
}
.site-header li.menu-item {
	margin-right: 0;
	padding-right: 0;
}
.site-header li a {
	color: #777;
	font-size: 13px;
	font-family: 'Raleway', 'Helvetica-Nueue', Helvetica, Arial, sans-serif;
	padding: 0;
}

.site-header .title-area {
	width: 50%;
}
.site-header .widget-container {
	float: right;
	width: 40%;
}
.site-header .widget-area ul {
	float: right;
	list-style-type: none;
}
.site-header .widget-area li.twitter, 
.site-header .widget-area li.facebook {
	background: rgba(0, 0, 0, 0) url(images/twitter.png) no-repeat 0 0;
	background-size: 100%;
	height: 20px;
	width: 20px;
}
.site-header .widget-area li.facebook {
	background: rgba(0, 0, 0, 0) url(images/facebook.png) no-repeat 0 0;
	background-size: 100%;
	margin-left: 8px;
	margin-left: 0.8rem;
}
.site-header .widget-area li.twitter a, 
.site-header .widget-area li.facebook a {
	/*text-indent: 99999px;*/
	height: 20px;
	width: 20px;
}
.site-header .widget-area li.twitter a span, 
.site-header .widget-area li.facebook a span {
	position: absolute;
	left: -9999px;
}

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 70%;
	padding: 0 0 40px 0;
	padding: 0 0 4rem 0;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
	width: 100%;
}

.site-header .year-40 {
	display: inline-block;
	float: left;
	max-height: 58px;
	margin-top: 14px;
	width: 25%;
}


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

.genesis-nav-menu {
	clear: both;
	color: #999;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	
	display: inline-block;
	margin: 0;
	margin-right: 10px;
	margin-right: 1rem;
	padding: 0;
	text-align: left;
	/*width: 19%;*/
}

.genesis-nav-menu a {
	border: none;

	color: #999;
	display: block;
	
	padding: 24px 14px;
	padding: 2.4rem 1.4rem;
	position: relative;
}
#menu-main .menu-item {
	margin-right: 20px;
	margin-right: 2.0rem;
	margin-right: 1.75%;
}
#menu-main a {
	color: #222;
	border-bottom: 5px solid #ccc;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-weight: 300;
	margin-bottom: 42px;
	margin-bottom: 4.2rem;
	padding: 0;
}


#menu-main li {
 	font-weight: normal;
 	font-weight: 400;
 	width: 12%;
 }

#menu-main li.reserve {
    width: 16%;
}
#menu-main li.promote {
    width: 21%;
}



#menu-main li li a {
	background-color: #eee;
	margin-bottom: 0;
	padding: 10px;
	border-bottom-width: 2px;
}
#menu-main li li:first-child a {
	border-top: 2px solid #ccc;
}
#menu-main li li a:hover {
	background-color: #fefefe;
}
#menu-main li li {
	width: auto;
}
#menu-main ul.sub-menu {
	margin-top: -42px;
}



#menu-main li.about a:hover {
	border-color: #500000;
}

#menu-main li.facilities a {
	border-color: #f4af00;
}
#menu-main li.services a:hover {
	border-color: #5b4479;
}
#menu-main li.gallery a:hover {
	border-color: #1c3262;
}
#menu-main li.reserve a:hover {
	border-color: #7e7900;
}
#menu-main li.promote a:hover {
	border-color: #0f4454;
}


.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;
	margin: 0;
	opacity: 0;
	padding: 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: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0;
	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;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

#menu-facilities {
	margin-top: 35px;
	margin-top: 3.5rem;
	border-top: 1px solid #A4A4A4;
	
	padding: 38px 0 0 0;
}

#menu-facilities li {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 2.25% 2.0rem 0;
	vertical-align: top;
	width: 23%;
}
#menu-facilities li:nth-child(4n+4) {
	margin-right: 0;
}

#menu-facilities li a {
	background: url(images/facility-tmp.png) no-repeat 0 0;
	background-size: 100%;
	padding: 0;
	padding-top: 125px;
	margin: 0;
}
#menu-facilities li.msc a {
	background-image: url(images/facilities/msc.jpg);
}
#menu-facilities li.rtc a {
	background-image: url(images/facilities/rtc.jpg);
}
#menu-facilities li.rudder a {
	background-image: url(images/facilities/rudder-tower.jpg);
}
#menu-facilities li.koldus a {
	background-image: url(images/facilities/koldus.jpg);
}
#menu-facilities li.allfaiths a {
	background-image: url(images/facilities/all-faiths.jpg);
}
#menu-facilities li.outdoor a {
	background-image: url(images/facilities/outdoor-spaces.jpg);
}
#menu-facilities li.specialevents a {
	background-image: url(images/facilities/special-events.jpg);
}
#menu-facilities li.guestsuites a {
	background-image: url(images/facilities/guest-suites.png);
}



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

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

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

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

.nav-primary {
	background: #fff;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #500000;
}

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



/* Services Navigation
--------------------------------------------- */

#services {
	border-top: 1px solid #a4a4a4;
	margin-top: 10px;
	padding: 38px 0 0 0;
}

#services ul {
	list-style-type: none;
	width: 100%;
}
#services li {
	float: left;
	margin: 0 15px 10px 0;
	/*margin-right: 15.87301587302%;*/
	text-indent: -9999px;
	vertical-align: top;
}
#services li a {
	/*background-size: 100% !important;*/
	display: block;
	
}



#services li.reserve {
	width: 23.611111111111%;
	height: 109px;
}
#services li.conference {
	width: 23.809523809524%;
}
#services li.promote {
	width: 48.90873015873%;
}
#services li.planning {
	width: 24.503968253968%;
}
#services li.services {
	margin-right: 0;
	width: 23.611111111111%;
}
#services li.equipment {
	margin-right: 0;
	width: 23.611111111111%;
}



#services li.reserve a {
	background: url(images/services/reserve-a-space.png) no-repeat 0 0;
	background-size: 100%;
	/*height: 109px;*/
	height: 100%;
	max-width: 238px;
	
}
#services li.conference a {
	background: url(images/services/conference-services.png) no-repeat 0 0;	
	background-size: 100%;
	height: 109px;
	max-width: 240px;
	
}
#services li.promote a {
	background: url(images/services/promote-your-event.png) no-repeat 0 0;
	background-size: 100%;
	height: 119px;
	max-width: 493px;
	
}
#services li.planning a {
	background: url(images/services/event-planning.png) no-repeat 0 0;
	background-size: 100%;
	height: 227px;
	max-width: 247px;
	
	margin-top:-119px;
}
#services li.services a {
	background: url(images/services/services.png) no-repeat 0 0;
	background-size: 100%;
	height: 109px;
	max-width: 238px;
	
	margin-top:-119px;
}
#services li.equipment a {
	background: url(images/services/equipment.png) no-repeat 0 0;
	background-size: 100%;
	height: 109px;
	max-width: 238px;
	
	margin-top: -10px;
}



/*
Subhome Navigation
---------------------------------------------------------------------------------------------------- */

ul.rtc,
#uc-facility-nav ul {
	border-bottom: 2px solid #959595;
	list-style-type: none;
	overflow: auto;
	padding-top: 30px;
}

#uc-facility-nav { 
	overflow: visible; 
	border:none; 
}

#uc-facility-nav li a {  
	margin-top: .5rem; 
}

ul.rtc li a,
#uc-facility-nav ul li a {
	background: #eeeeee; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYyJSIgc3RvcC1jb2xvcj0iI2IyYjJiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYyJSIgc3RvcC1jb2xvcj0iI2E1YTVhNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMWMxYzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #eeeeee 0%, #b2b2b2 62%, #a5a5a5 62%, #c1c1c1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(62%,#b2b2b2), color-stop(62%,#a5a5a5), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#b2b2b2 62%,#a5a5a5 62%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#b2b2b2 62%,#a5a5a5 62%,#c1c1c1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#b2b2b2 62%,#a5a5a5 62%,#c1c1c1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#b2b2b2 62%,#a5a5a5 62%,#c1c1c1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c1c1c1',GradientType=0 ); /* IE6-8 */

	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;

	border: 3px solid #959595;
	border-bottom: none;
	color: #4d4d4d;
	display: block;
	float: left;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	margin-right: 10px;
	margin-right: 1rem;
	padding: 10px 35px 15px 35px;
	padding: 1rem 3.5rem 1.5rem 3.5rem;
	vertical-align: bottom;
}
ul.promote li a {
	font-size: 17px;
	font-size: 1.75rem;
	margin-right: 8px;
	margin-right: 0.8rem;
	padding: 1rem 1.25rem 1.5rem 1.25rem;
}


#uc-facility-nav li.current-menu-item a,
body.facilities #uc-facility-nav li.current-page-ancestor a,
body.facilities #uc-facility-nav li.facilities a,
body.spaces #uc-facility-nav li.current-page-ancestor a,
body.spaces #uc-facility-nav li.facilities a,
body.spaces #uc-facility-nav li.spaces a,
body.general-information #uc-facility-nav li.current-page-ancestor a,
body.general-information #uc-facility-nav li.general-info a,
body.general-information #uc-facility-nav li.general-information a,
body.general-info #uc-facility-nav li.current-page-ancestor a,
body.general-info #uc-facility-nav li.general-info a,
body.reservations #uc-facility-nav li.current-page-ancestor a,
body.reservations #uc-facility-nav li.reservations a,
body.promote #uc-facility-nav li.current-page-ancestor a,
body.promote #uc-facility-nav li.promote a,
body.entertainment #uc-facility-nav li.current-page-ancestor a,
body.entertainment #uc-facility-nav li.entertainment a { 
	padding-bottom: 4rem;
	margin-top: -2rem; 

	position: relative;
}




#uc-facility-nav li a img {
	display: none;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 40px;
	left: 50%;
	margin-left: -10px;
}
body.subdomain-guestsuites #uc-facility-nav li a img {
	margin-top: 10px;
}

#uc-facility-nav li.current-menu-item a img,
body.facilities #uc-facility-nav li.current-page-ancestor a img,
body.facilities #uc-facility-nav li.facilities a img,
body.spaces #uc-facility-nav li.current-page-ancestor a img,
body.spaces #uc-facility-nav li.facilities a img,
body.spaces #uc-facility-nav li.spaces a img,
body.general-information #uc-facility-nav li.current-page-ancestor a img,
body.general-information #uc-facility-nav li.general-info a img,
body.reservations #uc-facility-nav li.current-page-ancestor a img,
body.reservations #uc-facility-nav li.reservations a img,
body.promote #uc-facility-nav li.current-page-ancestor a img,
body.promote #uc-facility-nav li.promote a img,
body.entertainment #uc-facility-nav li.current-page-ancestor a img,
body.entertainment #uc-facility-nav li.entertainment a img { 
	display: block;
}




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

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

.entry {
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 0 0 24px 0;
	padding: 0 0 2.4rem 0;
}

.entry {
	min-height: 400px;
	padding: 30px 33px 24px 35px;
	padding: 3rem 3.3rem 2.4rem 3.5rem;
}
.infobox .entry {
	border: none;
	min-height: 240px;
	padding: 30px;
	padding: 3rem;
}


.entry {
	background: #f0ac00 url(images/shader.png) no-repeat 0 0;
}


.entry-content a {
	border-bottom: 1px solid #ddd;
	/*color: #f15123;*/
}

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

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

.entry-content li
.entry-content p,
.quote-caption,
.entry-content address {
	color: #444;
	margin-bottom: 26px;
	margin-bottom: 2.6rem;

	margin-right:35px;
	margin-right: 3.5rem;
}


.infobox .entry-content p {
	color: #555;
}


.entry-content a { 
	border: none; 
	text-decoration: underline; 
}

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

	margin-right:40px;
	margin-right: 4rem;
}

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

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

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}
.entry-content .soliloquy-container { 
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
}

.entry-meta {
	clear: both;
	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;
}

/* Entry Navigation
--------------------------------------------- */

.navigation {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

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

.navigation li {
	display: inline;
}

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

.navigation li a:hover,
.navigation li.active a {
	background: #f15123;
}

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

.entry-comments,
#respond {
	background: #fff;
	padding: 40px;
	padding: 4rem;
}

.entry-comments,
.ping-list,
#respond {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

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

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

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

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

.comment-list li,
.ping-list li {
	list-style-type: none;
	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: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

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

.bypostauthor {
}

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


/*
Custom pages
---------------------------------------------------------------------------------------------------- */

body.facilities .entry-content li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
body.facilities .entry-content li a {
	border: none;
	color: #666;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	text-decoration: none;
}

.testimonials {
	background: #C8C8C9 url(images/sidebar-blur.png) no-repeat 50% 50%;
	background-size: 100%;
	font-size: 28px;
	font-size: 2.8rem;
	margin: 20px auto;
	margin: 2rem auto;
	padding: 40px 60px;
	padding: 4rem 6rem;
}

.testimonials h2 {
	background-color: #f4af00;
	color: #444;
	padding: 10px 20px;
	padding: 1rem 2rem;
	font-size: 16px;
	font-size: 1.6rem;
}

.testimonials p {
	background: transparent url(images/open-quote.png) no-repeat left top;
	padding-left: 80px;
}

.testimonials .blockquote-wrap {
	color: #222;
	background: transparent url(images/close-quote.png) no-repeat 100% 90%;
	padding-right: 90px;
}


.testimonials cite {
	display: block;
	font-size: 18px;
	font-style: italic;
	text-align: right;
}

/*
Map Styles
---------------------------------------------------------------------------------------------------- */

#map_canvas label { width: auto; }

#map-wrap { 
height: 230px; margin: 0 auto; position: relative;
}
#map-wrap img {
max-width: none;
}

#yellow-bar { background: #F4AF00; }
#yellow-bar a { margin: 0; padding: 15px 0; line-height: 28px; color: black; margin: 0 1em; }

.infowindow-content a { color: blue; text-decoration: underline; }


.infobox .entry  { padding: 0 3rem; }
.infobox { min-width: 344px; }
.infobox .widget-wrap { min-width: 344px; }
.infobox .widget-wrap article { min-width: 344px; }



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

.sidebar {
	color: #444;
	padding-top: 40px;
	padding-top: 4rem;
}

/*.about .sidebar a,
.facilities .sidebar a,
.gallery .sidebar a,
.reserve .sidebar a {
	border-bottom: 1px solid #ddd;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	font-weight: 700;
	line-height: 1.35;
}*/

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

.sidebar li {
	list-style-type: none;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	padding: 0;
	word-wrap: break-word;
}

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

.sidebar .widget {
	/*background: #fff;*/
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 0 20px;
	padding: 0 2rem;
}


.sidebar .search-form {
	width: 100%;
}

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


.sidebar-primary {
	padding-top: 20px;
	padding-top: 2rem;
}






.sidebar-primary li  { 
	display:block; 
	margin: 0 -23px 0 -20px;
	margin: 0 -2.3rem 0 -2rem; 
}

.sidebar-primary li a { 
	margin-left: 20px;
	margin-left: 2rem; 
	margin-right: 15px;
	margin-right: 1.5rem;
	display:block; 
	padding: 5px;
	padding: 0.5rem; 
}
 
.sidebar-primary li.current_page_item,
.sidebar-primary li.current-menu-item,
.sidebar-primary li.current-page-ancestor,
.sidebar-primary li:hover,
.sidebar-primary li:hover { 
	background-color: #f4af00;
	margin-right: -20px;  
	margin-right: -2rem;
}
.sidebar-primary li.current_page_item a,
.sidebar-primary li.current-menu-item a,
.sidebar-primary li.current-page-ancestor a {
	color: #000; 
}

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

.footer-widgets {
	background: #333;
	color: #999;
	clear: both;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

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

.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #999;
}

.footer-widgets a:hover {
	color: #ccc;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widgettitle {
	color: #fff;
}

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

.footer-widgets .search-form {
	width: 100%;
}

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


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

.site-footer {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 40px 0;
	padding: 4rem 0;
	text-align: center;
}

.site-footer a {
	border-bottom: 1px solid #ddd;
}

.site-footer p {
	margin: 0;
}

/*
Buttons
---------------------------------------------------------------------------------------------------- */


.button {
  font-size: 15px;
}

.reservebutton, .button {

	background: #777;

	-moz-box-shadow:inset 0px 1px 0px 0px #aaa;
	-webkit-box-shadow:inset 0px 1px 0px 0px #aaa;
	box-shadow:inset 0px 1px 0px 0px #aaa;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #999), color-stop(1, #444) );
	background:-moz-linear-gradient( center top, #999 5%, #444 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#999', endColorstr='#444');
	background-color:#8f605d;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-left-radius:15px;
	text-indent:0;
	display:inline-block;
	color:#ffffff !important;
	font-family:Arial;
	font-weight:bold;
	font-style:normal;
	width:100%;
	padding: 10px;
	margin-bottom:10px;
	text-decoration:none;
	text-align:center;
}
.reservebutton:hover, .button:hover {

	background: #777;

	color: #fff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #444), color-stop(1, #999) );
	background:-moz-linear-gradient( center top, #444 5%, #999 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#444', endColorstr='#999');
	background-color:#4f0001;
}
.reservebutton:active, .button:active {
	position:relative;
	top:1px;
}
.entry-content a.reservebutton, .entry-content a.button {
	text-decoration:none;
}

.email-button {

	background: #777;

	-moz-box-shadow:inset 0px 1px 0px 0px #aaa;
	-webkit-box-shadow:inset 0px 1px 0px 0px #aaa;
	box-shadow:inset 0px 1px 0px 0px #aaa;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #999), color-stop(1, #444) );
	background:-moz-linear-gradient( center top, #999 5%, #444 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#999', endColorstr='#444');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-left-radius:15px;
	text-indent:0;
	display:inline-block;
	color:#ffffff !important;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	width:100%;
	padding: 10px;
	margin-bottom:10px;
	text-decoration:none;
	text-align:center;
}
.email-button:hover {
	background: #777;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #444), color-stop(1, #999) );
	background:-moz-linear-gradient( center top, #444 5%, #999 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#444', endColorstr='#999');
	background-color:#e9e9e9;
}
.email-button:active {
	position:relative;
	top:1px;
}
.entry-content a.email-button {
	text-decoration:none;
}

.column-right p {
	margin-bottom: none;
}

/*
Pre Media Query
---------------------------------------------------------------------------------------------------- */

ul.menu.flexnav {
	display: none;
}


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

@media screen and (-webkit-min-device-pixel-ratio: 2) {

	/*.header-image .site-header .wrap {
		background: url(images/logo@2x.png) no-repeat left;
		background-size: 360px 164px;
	}*/

}

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

	.wrap {
		max-width: 1008px;
	}
	.header-image .site-header .widget-area {
		width: 35%;
	}
	.title-area {
		width: 50%;
	}
	.site-header .search-form {
		width: 100%;
	}

}

	


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

	.site-header,
	.nav-primary,
	.wrap.subnav,
	.breadcrumb,
	.feature-boxes,
	.site-inner {
		width: 95%;
	}
	.site-header,
	.nav-primary {
		margin-left: auto;
		margin-right: auto;
	}

	.site-header .widget_search {
		float: right;
		width: 100%;
	}
	.site-header input {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.site-header .widget-area {
		width: 70%;
	}
	.title-area {
		width: 55%;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.header-image .site-header .widget-area {
		padding: 0;
	}

	.nav-primary {
		margin-bottom: 20px;
	}
	.menu-button {
		background-color: #500000;
		color: #fff;
		float: left;
		width: 35%;
		margin: -70px 0 0 3%;
	}
	

	.home .site-inner .wrap {
		width: 100%;
		padding: 0;
	}

	.archive-description,
	.author-box,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header,
	#respond {
		/*padding: 0;*/
	}

	/*.site-inner {
		background: none;
	}*/

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

	.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 {
		padding: 20px 16px;
		padding: 2rem 1.6rem;
	}

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

	.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 {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	
	#uc-facility-nav ul li a {
		padding: 10px 20px 15px 20px;
		padding: 1rem 2rem 1.5rem 2rem;
	}

	.search-form {
		width: 100%;
	}
	.search-form input[type="search"] {
		width: 70%;
	}

	.search-form input[type="submit"] {
		border: 0;
		float: right;
		clip: auto;
		height: auto;
		margin: 0;
		padding: 10px;
		position: relative;
		width: auto;

		display: none;
	}


}

@media only screen and (max-width: 1000px) {
	.feature-boxes .soliloquy-container {
		background-color: #F4AF00 !important;
		width: 60%;
	}
}

@media only screen and (max-width: 960px) {
	#menu-facilities li a {
		padding-top: 140px;
	}


	.infobox {
		background: none;
		height: 100%;
	}
	.infobox .entry {
		min-height: inherit;
		height: auto;
	}

	.feature-boxes .soliloquy-container {
		background-color: transparent;
		margin-top: 30px;
		margin-right: 3%;
		border-bottom: none;
		width: 52%;
	}

	.feature-boxes {
		background-color: #F4AF00;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 940px) {
	.infobox h4.widgettitle {
		margin: 0 0 10px 0;
	}

	#uc-facility-nav ul li a {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 10px 12px 15px 16px;
		padding: 1rem 1.2rem 1.5rem 1.6rem;
	}
	
}

@media only screen and (max-width: 920px) {
	.site-header .year-40 {
		width: 28%;
	}
}


@media only screen and (max-width: 880px) {
	.feature-boxes .soliloquy-container {
		margin-top: 40px;
		width: 50%;
	}
	.feature-boxes .entry {
		margin-bottom: 0;
	}
	.infobox .widget-wrap article {
		min-width: 300px;
	}
	.infobox #map_canvas {
		background-color: #777;
	}

	.sidebar .widget {
		padding: 0;
	}
	.sidebar-primary li {
		margin: 0;
	}
	.sidebar-primary li a {
		margin-left: 15px;
		margin-left: 1.5rem;
		margin-right: 10px;
		margin-right: 1rem;
		padding: 5px 0;
	}
	.sidebar-primary li.current_page_item, 
	.sidebar-primary li.current-menu-item, 
	.sidebar-primary li.current-page-ancestor, 
	.sidebar-primary li:hover, 
	.sidebar-primary li:active {
		margin: 0;
	}

	.content .entry {
		padding: 20px;
		padding: 2rem;
	}

	.sidebar-secondary, 
	.column-right {
		padding: 15px;
		padding: 1.5rem;
	}
	.column-right h4.contact {
		margin-left: -15px;
		margin-left: -1.5rem;
	}


}




@media only screen and (max-width: 800px) {
	.site-header .title-area {
		width: 60%;
	}
	.site-header .widget-container {
		width: 35%;
	}
	.header-image .site-header .widget-area {
		width: 47%;
	}
	.site-header .widget-wrap li {
		float: none;
		line-height: 2;
	}
	/*.search-form input[type="search"] {
		float: right;
		width: 75%;
	}*/
	header .widget-area section .widget-wrap form {
		float: right;
		margin-top: 5px;
		width: 100%;
	}
	#menu-facilities li a {
		padding-top: 115px;
	}




}

@media only screen and (max-width: 782px) {
	.feature-boxes .soliloquy-container {
		margin-top: 50px;
		width: 45%;
	}
	.infobox .entry {
		padding: 0 20px;
		padding-left: 0 2rem;
	}
}


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

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	#menu-facilities li a {
		padding-top: 105px;
	}

	header .widget-area section {
		margin: 0 auto;
		width: 100%;
	}
	.site-header .widget-container {
		width: 35%;
	}


	.feature-boxes .soliloquy-container {
		width: 42%;
	}

}

@media only screen and (max-width: 720px) {
	#uc-facility-nav ul li a {
		font-size: 15px;
		font-size: 1.5rem;
		padding: 10px 6px 15px 6px;
		padding: 1rem 0.6rem 1.5rem 0.6rem;
	}
	
}




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




	#menu-main {
		display: none !important;
	}

	.menu-button {
		margin-left: 0;
	}
	.site-container .menu-button {
		background-color: #500000;
		color: #FFF;
		float: left;
		width: 35%;
		margin: -70px 0 0 3%;
		padding: 0.85em;
	}
	ul.menu.flexnav {
		display: block;
	}
	ul.menu.flexnav li {
		width: 100%;
	}

	ul.menu.flexnav li a {
		background-color: #efefef;
		border-bottom: 3px solid #700000; 
		margin: 0;
		padding: 20px 0 15px 20px;
	}
	ul.menu.flexnav .menu-item {
		margin-right: 0;
		width: 100%;
	}
	ul.menu.flexnav li li a {
		text-indent: 40px;
		text-indent: 4rem;
	}

	header .widget-area section {
		margin: 0 auto;
		width: 100%;
	}
	header .widget-area section .widget-wrap form {
		float: right;
		width: 100%;
	}
	header .header-widget-area section .widget-wrap {
		float: right;
		width: 80%;
	}

	
	.feature-boxes .infobox,
	.feature-boxes .soliloquy-container  {
		max-width: 680px !important;
		max-height: 380px !important;
		width: 100%;
	}

	.feature-boxes {
		margin-bottom: 10px;
		max-height: 300px;
	}

	.feature-boxes .soliloquy-container {
		/*border-bottom: 30px solid #F4AF00;*/
		margin-left: 2.5%;
		margin-right: 0;
		margin-top: 40px;
		padding-bottom: 30px;
	}

}

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

	.site-header .widget-area {
		float: none;
		width: 100%;
	}
	.site-header .widget-container  {
		margin-top: -20px;
		width: 100%;
	}
	.site-header .widget-area ul {
		float: right;
		margin-top: -15px;
		padding-left: 0;
	}
	.site-header .year-40 {
		margin-bottom: 10px;
		width: 15%;
	}
	
	.header-image .site-header .widget-area,
	.site-header .title-area {
		float: none;
		width: 100%;
	}
	header .widget-area section {
		margin: 0 auto;
		width: 100%;
	}
	header .widget-area section .widget-wrap form {
		float: right;
		width: 70%;
	}
	.site-title h1 {
		line-height: 1px;
	}

	.menu-button {
		margin-top: -115px;
	}

	 
	#menu-facilities li a {
		padding-top: 95px;
		line-height: 1.35em;
	}
	#menu-facilities li {
		vertical-align: top;
	}


	.sidebar-primary li a {
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		margin-left: 10px;
		margin-left: 1rem;
	}
	.entry {
		padding: 20px 0 20px 25px;
		padding: 2rem 0 2rem 2.5rem;
	}
	.column-right {
		padding: 20px 15px;
	}
	.column-right h4.contact {
		margin-left: -15px;
	}

}
@media only screen and (max-width: 600px) {
	
	#uc-facility-nav li,
	#uc-facility-nav li a,
	.site-header .widget-area  {
		width: 100%;
	}

	#uc-facility-nav li {
		float: none;
	}

	#uc-facility-nav ul li a  {
		font-size: 20px;
		font-size: 2rem;
		margin-top: -10px;
		margin-top: -1rem;
		padding: 10px 10px 20px 10px;
		padding: 1rem 1rem 2rem 1rem;
	}

}


@media only screen and (max-width: 540px) {
	#menu-facilities li {
		width: 47%;
		margin: 5px 4% 25px 0;
		margin: 0.5rem 4% 2.5rem 0;
	}
	#menu-facilities li:nth-child(3n+3) {
		margin-right: 4%;
	}

	#menu-facilities li:nth-child(even) {
		margin-right: 0;
	}
	#menu-facilities li a {
		padding-top: 125px;
	}

}
@media only screen and (max-width: 500px) {
	#menu-facilities li a {
		padding-top: 115px;
	}
}







@media only screen and (max-width: 430px) {
	#menu-facilities li a {
		padding-top: 90px;
	}
}

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

	.site-header .year-40 {
		margin-top: -20px;
	}

	header .header-widget-area section .widget-wrap {
		width: 85%;
	}

}


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

	#menu-facilities li {
		
		border-bottom: 2px solid #700000;
		width: 99%;
		margin-right: 0;
	}

	#menu-facilities li a {
		background-size: 45% !important;
		padding-left: 50%;
		padding-top: 8%;
		padding-bottom: 15%;
	}
}

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

	body.home.page #menu-facilities {
		border-top: none;
		margin-top: 16px;
		padding-top: 0;
	}

	h3.facilities.home {
		background-color: #500000;
		color: #fff;
		display: block;
		font-size: 14px;
		/*font-size: 1rem;*/
		margin: 0 3%;
		padding: 5px 15px;
		text-transform: uppercase;
		width: 94%;
	}


	
}


