@charset "utf-8";
/* CSS Document */

/* 
	Theme Name: Schools Master Theme
	Theme URL: 
	Description: This custom theme was developed by Lane+Lane.
	Author: Lane+Lane
	Author URI: http://www.laneandlane.com/
	Version: 1.0
	
	Changelog:
		v1.0 - 6/6/11
*/

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}


/* ==========================================================================
   Basic Structure
   ========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

html {
	border:0px; 
	padding:0px; 
	margin:0px; 
	height:100%;
}

body {
	background-color: #FFF; 
	border:0px; 
	padding:0px; 
	margin:0px; 
	height:100%; 
	color:#333; 
	font-family: Arial, sans-serif; 
}

#pageWrapper {
	background:#FFF; 
	width:980px; 
	margin:0px auto; 
	min-height:100%;
}

#pageContent {
	overflow:visible; 
	padding-bottom: 160px; /*padding-bottom = height of footer + 16px */
}

#topImage {
	width: 100%;
    /* for Spanning Top Header */ 
    /*background: url("images/header-background-gradient.png") repeat-x scroll 0 0 transparent;
    /*height: 195px;*/
    /* for Sticky Footer */
    height: 100%;
    /* for Bottom Shadows */
	display:table;
	overflow:hidden;  
}

/* IE7 fix for bottom shadows */
*+html #topImage { min-height:100%;height:auto }

/* For main page background if standard, bottom image if spanning */
#bottomImage {
	/* Can use for Header Wrapper if spanning */
	background: url('images/schools-page-background.png') repeat-y top center transparent;
    width: 100%;
    /* for Sticky Footer */
    /*height: 100%;*/   
}

#footerShadow {
	background: url('images/schools-footer-shadow.png') no-repeat 0 0 transparent;
    width: 1200px;
    height: 120px;
    position:absolute;
	margin:98px 0 0 -110px;
	z-index: 0; 
}

#footerWrapper {
	/* For footerWrapper DIV - Use with spanning footers */
	/*background: url("images/resurrection-footer-wrap.png") no-repeat scroll center bottom #006600;*/
	margin-top:-144px; 
	height:144px; 
	clear:both; 
}


/******************  COLORS **********************/
/* Light Blue */
a, a:hover, a:active, a:visited { color: #64A1E1; }

/* Link Blue */
h2, h3,
.widget a,
.widget a:hover,
.widget a:visited,
.widget a:active,
p.mainLink a,
p.mainLink a:hover,
p.mainLink a:visited,
p.mainLink a:active,
#homeNews p.mainLink a,
#homeNews p.mainLink a:hover,
#homeNews p.mainLink a:visited,
#homeNews p.mainLink a:active,
.dig-in a,
.dig-in a:hover,
.dig-in a:visited,
.dig-in a:active,
.widget h3,
#homeNews h4 a,
.alumniHomeBox h3,
.supportHomeBox h3,
.widget strong,
.outlineBox h2,
.tintBox1 h2,
.quickLinks h2 { color: #014286; }

.tintBox2 h2, #homeNews h2, #footer {background-color: #014286;}

/* Light Blue */
#internalLeftColumn h3,
.copyright,
.copyright a,
.copyright a:hover,
.copyright a:visited,
.copyright a:active { color: #64A1E1; }

/* Dark Grey */
.quickLinks ul li a,
.quickLinks ul li a:visited,
.quickLinks ul li a:active, 
.eventsListWidget li a, 
.eventsListWidget li a:hover, 
.eventsListWidget li a:visited,
#homeNews.widget strong { color: #333333; }

/* Link Blue */
.quickLinks ul li a:hover { color: #014286; }

/* White */
#homeNews h2,
.eventsListWidget h2,
.tintBox2 h2,
.tintBox3 h2,
.alumniHomeBox.widget a,
.supportHomeBox.widget a,
.galaHomeBox.widget a,
.twitterHomeBox.widget a,
.topNav,
.topNav a,
.footerNav,
.footerNav a,
.footerNav a:hover,
.footerNav a:visited,
.footerNav a:active,
#footer .address { color: #FFFFFF; }

/* Yellow */
a.spanishLink,
#slider .nivo-controlNav a.active,
#footer .footerTagLine { color: #FFD226; } 

/* Yellow Gold */
.tintBox1 h2 { background-color: #FFD226; }

/******************  TYPOGRAPHY **********************/

/* Add all instances of the accent font - Georgia */
#homeNews h4, .widget h2, .tintBox1 h3, .outlineBox h3, .nivo-caption h2, .content h2, h1.pageTitle, #internalLeftColumn h3, .nivo-caption h3, ul#mainNav > li > a, .footerTagLine { font-family: Georgia, 'Times New Roman', TimesNewRomanPSMT, Times, serif; }

.alumniHomeBox a, .supportHomeBox a { font-family: Arial, Helvetica, sans-serif; }

h1 {
	font-size:16px; 
	line-height:22px; 
	border-bottom:1px dotted #6E8291; 
	text-transform:uppercase; 
	margin-bottom:18px; 
	clear:both;
}

h2 {
	font-size:16px; 
	line-height:22px; 
	margin-bottom:5px;
}

p + h2 {margin-top: 20px;}

h2 + div.leftColumn, h2 + div.leftColumn + div.rightColumn {
	margin-top: 10px;
}

h3 {
	font-size:14px; 
	line-height:20px; 
	margin:20px 0 2px;
}

h3 + div.leftColumn, h3 + div.leftColumn + div.rightColumn {
	margin-top: 10px;
}

h4 {
	font-size:13px; 
	margin:0px 0 4px;
}

h5{
	font-size:11px; 
	margin:0px 0 4px;
}

h6 {
	font-size:10px; 
	margin:0px 0 4px;
}

p {
	font-size:13px; 
	line-height:19px; 
	margin-bottom: 10px;
}

a, a:visited, a:active {text-decoration:none; outline:0 none;}

a:hover {text-decoration:underline; outline:0 none;}

/* DS add this to replace 'downloads' class */
a[href$=".pdf"] {
	padding-left: 24px; 
	background: transparent url('images/pdf-icon.gif') no-repeat 0 2px; 
	display: block;
}

.signature {
	font-weight: bold; 
	font-style: italic;
}

.footnote {font-size: 12px; font-style: italic;}

/******************  HEADER ELEMENTS **********************/

#header {
	background:url('images/header-gradient.png') no-repeat 0 0; 
	height:185px; 
	width:932px; 
	padding:0px 24px; 
	position:relative; 
	margin-bottom:10px; 
	z-index:999;
}

/* DS add to fix home slider spacing issue */
.home #header {
	margin-bottom:0;
}

.topNav {
	position:absolute; 
	top:0px; 
	right:0px;
	height:31px; 
	padding: 0 17px; 
	text-transform:uppercase; 
	font-size:11px; 
	text-align:center; 
	line-height:31px; 
	z-index:2; 
	font-weight:bold;
}

.topNav a {margin:0px 7px; /*color:#000;*/}

a.schoolLogo {
	display: block;
	position: absolute;
	width: 675px;
	height: 135px;
	left: 7px;
	top: 0px;
	z-index: 1;
}
/*
span.applyNow a {
	display: block;
	position: absolute;
	font-size: 12px;
	color: #DEE9F6;
	letter-spacing: 1px;
	text-decoration: none;
	right: 0px;
	bottom: 48px;
	background: url('images/apply-button.png') no-repeat 0px 0px;
	width: 111px;
	height: 29px;
	text-align: center;
	line-height: 1;
	padding-top: 17px;
	padding-left: 15px;
	font-weight: normal;
	font-style: italic;
}
*/
span.applyNow a {
    display: block;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;    
    color: #11294F;
    text-decoration: none;
    right: 0px;
    bottom: 55px;
    background: linear-gradient(to right, rgba(255,247,221,1) 0%,rgba(255,212,58,1) 100%);
    width: 136px;
    text-align: center;
    line-height: 1;
    padding: 9px 0;
    border-radius: 4px 0px 0px 4px;
}
span.applyNow a:hover {
    background: #c1d9f3;
}

/* NAVIGATION */
ul#mainNav {
	position:absolute; 
	bottom:0px; 
	left:0px; 
	z-index:99;
}

ul#mainNav li {
	float:left; 
	list-style:none; 
	text-align:center;
	position:relative;
}

ul#mainNav li a {
	display:block; 
	height:30px; 
	width:139px;
	color:#11294F; 
	line-height:30px;
	font-weight:bold;  
	font-size:13px; 
	letter-spacing:1px; 
	text-decoration:none; 
	border-right:1px solid #FFF;
	background: #FFD226;
	text-transform: uppercase;
}

ul#mainNav li#menu-item-141 > a, ul#mainNav li#menu-item-1311 > a {border-right:none; width: 140px;}

ul#mainNav li.last a {
	/*border:0px;*/ 
	width:140px;
}

ul#mainNav li a:hover, ul#mainNav li:hover a {
	background-color: #1D4483; 
	color:#FFF;
}

ul#mainNav > li > ul.sub-menu {
	display:none; 
	position:absolute; 
	top:30px; 
	left:0px; 
	z-index:999; 
	float:left;
}

ul#mainNav > li:hover > ul.sub-menu {display:block;}

ul#mainNav ul.sub-menu > li > ul.sub-menu {
	display:none; 
	position:absolute; 
	left:140px; 
	top:0px; 
	z-index:999; 
	float:left;
}

/* SPECIAL CSS CASE FOR RIGHT-SIDE HEADER NAV */
/*li#menu-item-141 > ul.sub-menu > li > ul.sub-menu {display:none; position:absolute; left:-139px; top:0px; z-index:999; float:left;}*/

ul#mainNav ul.sub-menu > li:hover > ul.sub-menu {display:block;}

ul#mainNav li ul.sub-menu li {float:none;}

ul#mainNav li ul.sub-menu li a {
	height:auto; 
	width:120px; 
	background: url('images/subnav-background.png') repeat 0px 0px; 
	text-align:left; 
	color:#1D4483;
	border:0px; 
	font-size:12px; 
	line-height:18px; 
	font-weight:normal; 
	letter-spacing: normal; 
	padding:8px 10px; 
	border-top:1px solid #DEE9F6;
	text-transform: none;
}

ul#mainNav li ul.sub-menu li:first-child a {border:0px;}

ul#mainNav li ul.sub-menu li a:hover {color:#11294F; background: #FFD226;}

ul#mainNav li ul.sub-menu li.last a {border-top: 1px solid #FFF; }

/********************* HOMEPAGE ELEMENTS *******************************/

/* Royal Slider */

.home .royalSlider {
	margin-bottom: 24px;
} /* Resp */

.home .rsUni .rsGCaption {
	background: url('images/slider-caption-background.png') repeat 0px 0px; 
	z-index:89; 
	position:absolute; 
	bottom:0px; 
	right:0px;
	left: auto; 
	width: 50%;
	padding: 1.5% 2.04%;
	border-radius: 0;
	font-size: 100%;
	/*opacity:1;*/
} /* RESP */

.rsCaption h2 {
	color:#004687; 
	text-transform:uppercase; 
	font-size: 18px;
	line-height: 18px; 
/*	letter-spacing: 1px; */
	font-style: normal;
}

.rsCaption p {
	color:#333; 
	line-height:18px; 
	margin-bottom:0;
}

.home .rsUni .rsBullets {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	z-index: 90;
} /* Resp */

.home .rsUni .rsBullet {
	width: 10px;
	height: 10px;
	padding: 6px;
}

.home .rsUni .rsBullet span {
	background-color: #FFF;
	height: 10px;
	width: 10px;
} /* Resp */

.home .rsUni .rsBullet.rsNavSelected span {
	background-color: #FFD226;
} /* Resp */





/* HOME COLUMNS */
#homeColumn1, #homeColumn2, #homeColumn3 {
	margin-left:24px; 
	float:left;
}	

#homeColumn1 {width:404px;}

#homeColumn2, #homeColumn3 {width:240px;}

/* Home Widgets */
#homeNews {
	border:1px solid #D5DFEB; 
	border-top:0px; 
	width:402px;
	background: url('images/news-events-gradient.png') repeat-y top right;
}

#homeNews strong {font-size:11px;}

#homeNews h2 {
	width:374px; 
	padding: 4px 15px; 
	margin-left: -1px; 
	margin-bottom: -2px; 
}

#homeNews h4 {
	font-size:17px; 
	line-height:20px;
	font-weight:normal;
}

#homeNews h4 a {
	text-decoration:none;
}

#homeNews h4 a:hover {text-decoration:underline;}

.homeNewsItem {
	padding:20px 0px; 
	margin:0px 15px; 
	border-bottom:1px dotted #838C9B; 
	clear:both; 
	min-height: 94px;
}

.homeNewsItem div {margin-left:90px;}

.homeNewsItem img {float:left;}

#homeNews p.mainLink, .dig-in {margin-left: 15px;}

.eventsListWidget {
	border: 1px solid #D9E0EA;
	border-top:0px;	
	background: url('images/widget-gradient.png') repeat-y top right;
}

.eventsListWidget h2 {
	background: #004687;
}

.eventsListWidget li {list-style:none;}

.eventsListWidget li {
	font-size:13px; 
	padding:8px 0px 10px 0px; 
	font-weight:normal !important; 
	margin-left:0px !important; 
	border-bottom:1px dotted #6E8291; 
	line-height:18px;
}

.eventsListWidget li a, .eventsListWidget li .when {font-size:13px;}

.eventsListWidget li .event {margin:0;}

.alumniHomeBox, .supportHomeBox, .galaHomeBox, .twitterHomeBox {
	margin-bottom:18px; 
	padding-bottom:0px !important;
}

.alumniHomeBox a {
	position:relative;
	display:block;  
	width:240px; 
	height:95px; 
	background:url('images/alumni-button.png') no-repeat 0px 0px; 
}

.alumniHomeBox div.linkText, .supportHomeBox div.linkText, .twitterHomeBox div.linkText { 
	position:absolute;
	display:table;
	height:26px; 
	font-size:11px;
	line-height: 12px;
	font-weight:bold; 
	text-decoration:none;
	text-transform:uppercase;
}

.alumniHomeBox div.linkText, .galaHomeBox div.linkText {
	top:66px; 
	left:14px;
	padding: 0 13px 0 0; 
}

.alumniHomeBox div.linkText span, .supportHomeBox div.linkText span, .galaHomeBox div.linkText span, .twitterHomeBox div.linkText span {
	display: table-cell;
	vertical-align: middle;
}

.alumniHomeBox .textwidget, .supportHomeBox .textwidget, .galaHomeBox .textwidget {margin:0; padding:0;}

.supportHomeBox a { 
	position: relative;
	display: block; 
	background:url('images/support-us-button.png') no-repeat 0px 0px; 
	width: 240px;
	height: 95px;
	padding-bottom: 0px !important;
}
	
.supportHomeBox div.linkText {
	left: 14px;
	top: 65px;
	padding: 0 14px 0 0;
}

.galaHomeBox a {
	position:relative;
	display:block;  
	width:240px; 
	height:105px; 
	background:url('images/stpp-gala-widget.png') no-repeat 0px 0px; 
}

.galaHomeBox div.linkText {
	position:absolute;
	display:table;
	height:26px; 
	font-size:11px;
	line-height:12px;
	font-weight:bold; 
	text-decoration:none;
}

.galaHomeBox div.linkText {
	top:69px; 
	left:16px;
	padding: 0 13px 0 0; 
}

/* Social Widget */

.widget.social-widget {
	padding-bottom: 8px;	
}

.tintBox2.social-widget ul {
	list-style: none;
	margin: -6px 16px 0;
}

.tintBox2.social-widget ul > li {
	display: block;
	float: left;
	text-align: center;
	margin: 0;
	width: 33%;
}

.tintBox2.social-widget ul > li > a {
	display: inline-block;
	width: 32px;
	height: 33px;
	background:url('images/social-media-icons-sprite.png') no-repeat 0px 0px;
	text-indent: -5000em;
}

.tintBox2.social-widget a.facebook {
	background-position: 0px 0px;
}
.tintBox2.social-widget a.twitter {
	background-position: -100px 0px;
}
.tintBox2.social-widget a.instagram {
	background-position: -400px 0px;
}



.twitterHomeBox a {
	position:relative;
	display:block;  
	width:240px; 
	height:95px; 
	background:url('images/twitter-button.png') no-repeat 0px 0px; 
}

.twitterHomeBox div.linkText {
	top:65px; 
	left:17px;
	padding: 0 13px 0 0;
	font-size:10px; 
}

.alumniHomeBox div.linkText span:hover, .supportHomeBox div.linkText span:hover, .galaHomeBox div.linkText span:hover, .twitterHomeBox div.linkText span:hover {text-decoration: underline; cursor: pointer;}

/******************** FULL PAGE *************************/
#fullPage {width:932px; padding: 0 24px;}

#fullPage #internalPageContent {width: 100%;}

/******************** INTERNAL PAGE ELEMENTS *************************/
img {border: none;}

#internalPageImage {
	margin-bottom:14px;
}

#internalLeftColumn {
	width:132px; 
	min-height:300px; 
	float:left;
	margin-right:12px; 
	margin-left:24px;
}

#internalLeftColumn h3 {
	font-size:15px; 
	line-height:15px; 
	font-weight:bold; 
	margin-top:10px; 
	margin-bottom:18px;
}

#internalLeftColumn ul.sub-menu > li {
	list-style:none; 
	/*border-bottom:1px dotted #333;*/ 
	margin-bottom:7px; 
	padding-bottom:7px;
}

#internalLeftColumn ul.sub-menu > li > a {
	display: block;
	color:#333;
	padding-left:12px; 
	font-size:12px; 
	line-height:16px; 
	background: url('images/right-angle-quotes-blk.png') no-repeat 0px 5px;
}

#internalLeftColumn ul.sub-menu > li > a:hover {
	color: #004687; 
	text-decoration:underline; 
	background: url('images/right-angle-quotes-hover.png') no-repeat 0px 5px;
}

#internalLeftColumn ul.sub-menu li > ul.sub-menu {display:none;}

/*Only display 3rd level sub nav for current page */
#internalLeftColumn ul.sub-menu > li.current_page_item > ul.sub-menu, #internalLeftColumn ul.sub-menu > li.current_page_parent > ul.sub-menu {display:block;}

#internalLeftColumn ul.sub-menu li > ul.sub-menu > li {
	list-style:none; 
	background:none; 
	border:0px; 
	margin: 5px 0 0 0; 
	padding-bottom:0px;
}

#internalLeftColumn ul.sub-menu li > ul.sub-menu > li > a {
	display:block;
	font-size:10px; 
	line-height:12px; 
	font-style:italic;  
	background:none;
}

#internalLeftColumn ul.sub-menu li > ul.sub-menu > li > a:hover {
	text-decoration:none; 
}
/*
#internalLeftColumn ul.sub-menu > li.current_page_item > a, #internalLeftColumn ul.sub-menu li > ul.sub-menu > li.current_page_item > a {color:#004687;}
*/
#internalPageContent {
	width:524px; 
	float:left; 
	margin-right:24px; 
	margin-top:10px;
}

.content h2 {
	font-style: normal;
	font-size: 16px;
	line-height: 16px;
	color: #004687;
}

h4.sectionTitle {
	font-size:11px; 
	margin-bottom:13px;
	font-family: "Arial", sans-serif;
}

h4.sectionTitle a {color:#333;}

h4.sectionTitle a.current {color: #004687;}

h1.pageTitle {
	color: #004687;	
}

#internalPageContent .content {margin: 18px 0 18px;}
#internalBlogContent .content {margin: 8px 0 18px;}

.content img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	clear:both;
}
		
.content .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	clear:both;
}

.alignright {
	float: right;
	margin: 4px 0px 8px 12px;
}

.alignleft {
	float: left;
	margin: 4px 12px 8px 0px;
}
	
.content .wp-caption, dd.gallery-caption {
	font-style:italic;
	text-align: center;
}

.content .wp-caption img {
	margin: 0px 0px 5px 0px;
}

.content .wp-caption p.wp-caption-text, dd.gallery-caption {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}

/*
.content .gallery dl.gallery-item dd.gallery-caption {
	width: 114px;
	padding: 0 19px 0 0;
}*/

.content ul, #tec-content ul, #content ul, ol {
	margin:10px;
}

.content ul li, #tec-content ul li, #content ul li, ol li {
	font-size: 13px;
	line-height: 19px;
	margin-left:10px;
	margin-bottom:7px;
}

.content .tintBox {
	background:#EAEFF5;
	padding:15px;
	margin:10px 0px;
}

.content div.tintBox > h3:first-child  {
	margin-top:0px;
}

.content table {
	border:0px;
	border-collapse:collapse;
	margin:10px 0px;
	table-layout: fixed;
}

table#tuition {
	width: 100%;
}

table.regFees {
	width: 75%;
}

.content table thead {
	background:#004687;
	color:#FFF;
	font-size:11px;
	line-height:15px;
	margin-bottom:5px;	
}

.content table th {
	padding:3px 15px;
	border-right: 1px solid #FFF;
}

.content table tr.odd {
	background:#DEE9F6;
}

.content table td {
	font-size:12px;
	text-align:center;
	padding:5px 15px;
	border-right:1px solid #FFF;
}

.content .leftColumn {
	width:50%;
	float:left;
}

.content .rightColumn {
	width:50%;
	float:right;
}

.content hr {
	border-style: none;
	border-bottom: 1px dotted #6E8291;
	display: block;
	clear: both;
	margin: 15px 0;
}

.content blockquote {
	clear:both;
	padding:15px;
	font-style:italic;
}

.content cite {
	float:right;
	margin-right:35px;
	margin-top:-20px;
}

#searchform {margin-bottom:15px;}

#internalRightColumn {width:240px; float:left; margin-top:10px;}

div.mapp-container {border: 2px solid #DEE9F6;}

/* DS moved gallery-1 and gallery-item down to gallery styling */




/***** SHARE THIS *****/
.shareThis {float: right; margin: 0 0 10px 0;}

div.tec-event div.shareThis { margin: 0px 0px 21px 0px;}


/*********************************
GRAVITY FORMS / FORM ELEMENTS 
*********************************/


/* DS add */
.gform_wrapper form input, .gform_wrapper form select, .gform_wrapper form textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gform_heading {
	margin-bottom:10px !important;
}

.content .gform_wrapper .gsection {
	border-bottom: 1px dotted #6E8291;
	margin: 26px 0 0;
	padding: 0 0 4px;
}

.content .gform_wrapper .topSection {
	margin-top: 12px;
}

.gform_title {
	font-size:16px;
	line-height:22px;
	/*color:#710027;*/
	margin-top:15px;
}

.gform_description {
	font-size:14px !important;
}

.content .gform_wrapper .gform_footer {
	margin: 14px 0;
	padding: 0;
}

.ginput_full label, .ginput_left label, .ginput_right label {
	font-style:italic;
}

/* DS Add changes */
.gform_wrapper input[type="submit"], .gform_wrapper input[type="button"] {
	text-transform:uppercase;
	color:#004687;
	background:#FFBE00;
	font-size:.875em; /* 14 / 16 */
	line-height:15px;
	padding:7px 10px !important;
	border:0px;
	font-weight:bold;
	letter-spacing: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.gform_wrapper input[type="submit"]:hover, .gform_wrapper input[type="button"]:hover {
	cursor:pointer;
	background:#6EB4EB;
	color:#FFF;
}

/*DS Add styling for Archives widget drop-down and other input types */
.gform_wrapper input[type="text"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="password"], .gform_wrapper input[type="number"], .gform_wrapper textarea, .gform_wrapper select, .widget_archive select {
	border:1px solid #C6CED4;
	padding:7px !important;
	color:#333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 0px 2px 0px rgba(198, 206, 212,0.25);
	-moz-box-shadow: inset 0px 0px 2px 0px rgba(198, 206, 212,0.25);
	box-shadow: inset 0px 0px 2px 0px rgba(198, 206, 212,0.25);
}

.gform_wrapper input:focus/*[type="text"], .gform_wrapper  input[type="password"]*/, .gform_wrapper textarea:focus, .gform_wrapper select:focus {
	border-color:#1D4483;
	-webkit-box-shadow: inset 0px 0px 7px 0px rgba(203, 224, 245,0.5);
	-moz-box-shadow: inset 0px 0px 7px 0px rgba(203, 224, 245,0.5);
	box-shadow: inset 0px 0px 7px 0px rgba(203, 224, 245,0.5);
}


/*.gform_wrapper select {
	padding:1px !important;
}*/

/*DS Add styling for Archives widget drop-down */
.gfield_label, .gfield_list thead th, .widget_archive label {
	color:#333 !important;
	font-size:12px !important;
	line-height:16px !important;
}

/* Product Pricing (Online Payment forms) */
.gform_wrapper .productQty > label.gfield_label {
	margin: 20px 0 0;
}
.gform_wrapper .productQty span.ginput_quantity_label {
	padding-left: 16px;
}
.gform_wrapper .productQty .ginput_quantity {
	margin-left: 5px;
	padding: 3px 6px !important;
	max-width: 3em;
	vertical-align: bottom;
}
.gform_wrapper .priceTotal, .gform_wrapper .guestNames {
  border-top: 1px dotted #333;
  margin-top: 20px;
}
.priceTotal .gfield_label {
  font-size: 1em !important; /* 14 / 14 */
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ginput_product_price, .ginput_total {
  color: #A50000;
  font-weight: bold;
}

/* Guest Names - make sure to add the class if needed */
.gform_wrapper .guestNames table {
	table-layout: fixed;
}
.gform_wrapper .guestNames td.gfield_list_cell {
	width: 88%;
	padding: 0 0 18px;
}
.gform_wrapper .guestNames td input {width: 100%;}
.gform_wrapper .guestNames td.gfield_list_icons {
	padding: 0 0 20px 6px !important;
	text-align: left !important;
	width: 12%;
}
/* END product/guest name section */

.gfield_required {
	color:#710027 !important;
	font-size:12px !important;
}

li.gfield {
	margin-left:0px !important;
	padding-left:0px !important;
}
.gform_wrapper li.gfield.gfield_error {
    background-color: #F7DCD7 !important;
    border: 1px dotted #333 !important;
    margin-bottom: 6px !important;
    padding: 6px 6px 4px !important;
}
.gform_wrapper .validation_error {
    color: #710027 !important;
    font-size: 14px;
    font-weight: normal !important;
    font-style: italic;
    line-height: 1.5em;
    margin-bottom: 16px;
}
.gform_wrapper .validation_message {
    color: #710027 !important;
    font-size: 11px;
    letter-spacing: normal;
}
.content #gforms_confirmation_message, .content .tintBox {
    background: none repeat scroll 0 0 #EAEFF5;
    margin: 10px 0;
    padding: 15px;
    text-align: left;
    border: none;
}

.gform_confirmation_message > p {
  font-size: 14px;
  font-style: italic;
}


/****** COPIED FROM GRAVITY FORMS PLUGIN - forms.css *********/

/* lines 29 - 63 */
.gform_wrapper {overflow:inherit; margin:10px 0; max-width:100%}
.gform_wrapper h1,
.gform_wrapper h2,
.gform_wrapper h3 {font-weight:normal; border:none; outline:none; background:none}
.gform_wrapper :focus {outline:0}
.gform_wrapper form {text-align:left}
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password] {outline-style: none; font-size:13px; font-size: .8125rem; font-family:inherit; padding:7px; letter-spacing:normal} /* DS change */
.gform_wrapper textarea {outline-style: none; font-size:13px; font-family:inherit; letter-spacing:normal; padding:7px; resize:none} /* doesn't validate but added for Safari field resizing */
.gform_wrapper ul, .gform_wrapper ul ul {margin:0; list-style-type:none} /* DS ADD LAST part to get rid of inset margin for list within a list */
html>body .entry ul,
.gform_wrapper ul {text-indent:0px}
.gform_wrapper li,
.gform_wrapper form li {list-style-type:none!important; list-style-image: none!important; overflow:hidden;background: none; padding-left:0;}
.gform_wrapper ul li.gfield {clear: both}
.gform_wrapper ul.gfield_radio li,
.gform_wrapper ul.gfield_checkbox li {overflow:hidden}
.gform_wrapper ul.right_label li,
.gform_wrapper form ul.right_label li,
.gform_wrapper ul.left_label li,
.gform_wrapper form ul.left_label li {margin-bottom:14px}
.gform_wrapper ul li:before,
.gform_wrapper ul li:after,
.entry ul li:before,
.entry ul li:after {content:""} /* for Safari */
.gform_wrapper ul li:before,
.gform_wrapper ul li:after,
.entry ul li:before,
.entry ul li:after {content:none; #} /* for other browsers */
.gform_wrapper ul.gform_fields {padding:0px; margin:0px; overflow:hidden}
.gform_wrapper select {font-size: 12px; font-size:.75rem; font-family:inherit; padding:3px 0 3px 0; letter-spacing:normal} /* DS change */

/* lines 91-93 */
.gform_wrapper .ginput_complex {overflow:hidden}
.gform_wrapper .field_name_first input,
.gform_wrapper .ginput_complex .ginput_left input {width:100%}

/* lines 96-112 */
.gform_wrapper .ginput_complex .ginput_left  {width:48%; float:left; clear:both;}
.gform_wrapper .gf_left_half .ginput_complex .ginput_left,
.gform_wrapper .gf_right_half .ginput_complex .ginput_left {width:45%; float:left; clear:both;}
.gform_wrapper .ginput_complex .ginput_right {width:50%; float:right}
.gform_wrapper .gfield_error .ginput_complex .ginput_left,
.gform_wrapper .gfield_error .ginput_complex .ginput_right {width:48%}
.gform_wrapper .gfield_error .ginput_complex .ginput_left input {width:100%}
.gform_wrapper .gfield_error .ginput_complex .ginput_right input {width:100%}
.gform_wrapper .ginput_complex input,
.gform_wrapper .ginput_complex select {width:100%}
.gform_wrapper .ginput_complex .ginput_right input,
.gform_wrapper .ginput_complex .ginput_right select {width:100%}
.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {display:block; margin:3px 0; font-size:11px; letter-spacing:0.5pt}

/* line 117 */
/*DS Add styling for Archives widget drop-down */
.gform_wrapper .top_label .gfield_label, .widget_archive label {margin:10px 0 4px 0; font-weight:bold; display:-moz-inline-stack; display:inline-block; line-height:1.3em; clear:both}

/* lines 126-131 */
.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {width:48%}
.gform_wrapper .top_label input.medium {padding-right:2px}
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .top_label textarea.textarea {width:100%}

/* lines 140-156 */
.gform_wrapper .right_label input.large,
.gform_wrapper .right_label select.large,
.gform_wrapper .left_label input.large,
.gform_wrapper .left_label select.large,
.gform_wrapper textarea.textarea {width:59%}
.gform_wrapper .right_label div.ginput_complex,
.gform_wrapper .left_label div.ginput_complex {width:64%; float:left}
.gform_wrapper h2.gsection_title {margin:0!important; padding:0!important; letter-spacing:normal!important}
.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {font-weight:bold; font-size:16px}
.gform_wrapper h3.gform_title {letter-spacing:normal!important; margin:10px 0 6px 0}
.gform_wrapper span.gform_description {font-weight:normal}
.gform_wrapper h2.gsection_title,
.gform_wrapper .gsection_description,
.gform_wrapper h3.gform_title {width:100%}
.gform_wrapper .gsection {border-bottom:1px dotted #ccc; padding:0 0 8px 0; margin:16px 0; clear:both}

/* lines 172-182 */
.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {font-size:11px; line-height:1.5em; clear:both; font-family:sans-serif; letter-spacing:normal}
.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description {padding:4px 0 8px 0}
.gform_wrapper .gfield_description {padding: 10px 0 0 0; font-style: italic}
.gfield_date_year+.gfield_description {padding:0}
.gform_wrapper .gsection_description {font-style: italic}
.ginput_complex + .gfield_description {padding-top:0!important}

/* lines 189-215 */
.gform_wrapper .gfield_required {color:#790000; margin-left:4px; font-size: 0.923076923076923em;}
.gform_wrapper textarea.small {height:80px}
.gform_wrapper textarea.medium {height:150px}
.gform_wrapper textarea.large {height:250px}
.gform_wrapper li.gfield.gfield_error {background-color:#FFDFDF; margin-bottom:6px!important; padding:6px 6px 4px 6px!important; border:1px dotted #C89797}
.gform_wrapper .top_label .gfield_error .ginput_container {max-width:98%}
.gform_wrapper .top_label .gfield_error {width:97%}
.gform_wrapper .top_label .gfield_error input,
.gform_wrapper .top_label .gfield_error textarea,
.gform_wrapper .top_label .gfield_error select {border:1px solid #790000}
.gform_wrapper .top_label .gfield_error input.large,
.gform_wrapper .top_label .gfield_error select.large,
.gform_wrapper .top_label .gfield_error textarea.textarea {width:100%}
.gform_wrapper .right_label .gfield_error input.large,
.gform_wrapper .right_label .gfield_error select.large,
.gform_wrapper .right_label .gfield_error textarea.textarea,
.gform_wrapper .left_label .gfield_error input.large,
.gform_wrapper .left_label .gfield_error select.large,
.gform_wrapper .left_label .gfield_error textarea.textarea {width:66%}
.gform_wrapper .gfield_error .gfield_label {color:#790000}
.gform_wrapper .validation_error {color:#790000; font-weight:bold; font-size:14px; line-height:1.5em; margin-bottom:16px}
.gform_wrapper .validation_message {color:#790000; font-size:11px; letter-spacing:normal}
.gform_wrapper .gform_footer {padding:16px 0 10px 0; margin:16px 0 0 0; clear:both}
.gform_wrapper .gform_footer.right_label,
.gform_wrapper .gform_footer.left_label {padding:16px 0 10px 31%}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {font-size:.875em} /* 14 / 16 */
#gforms_confirmation_message {background-color:#fffac6; border:1px solid #feda70; margin-top:10px; margin-bottom:10px; padding:20px 0; font-size:14px; color:#252525; text-align:center}
.gform_wrapper .gform_edit_link {margin:20px 0; font-family:inherit; font-size:12px}
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right,
.gform_wrapper .ginput_complex .ginput_full {min-height:43px; display:block; overflow:hidden}
.gform_wrapper .ginput_complex .ginput_full input {width:100%}

/* tame those pesky hidden fields ------------------------------------------------------*/
/* lines 262-267 */
.gform_wrapper input[type=hidden],
.gform_wrapper input.gform_hidden,
.gform_wrapper .gform_hidden {display:none!important; max-height:1px!important; overflow:hidden}
.gform_wrapper .ginput_full br,
.gform_wrapper .ginput_left br,
.gform_wrapper .ginput_right br {display:none!important}

/* additional spacing and padding tweaks ------------------------------------------------------*/
/* lines 279-284 */
.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {padding:0!important}
.gform_wrapper ul.gfield_radio li input[type="radio"] {margin-right: 8px;}
.gform_wrapper .top_label .ginput_complex + .gfield_description {padding-bottom:0!important}
.gform_wrapper .top_label .gfield_description {padding: 10px 0 0 0}
.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message {padding:10px 0 10px 0}

/* HTML field default margins -----------------------------------------------------*/
/* lines 289-291 */
.gform_wrapper .left_label li.gfield_html_formatted,
.gform_wrapper .right_label li.gfield_html_formatted {margin-left:32%}
.gform_wrapper .gfield_html.gfield_no_follows_desc {margin-top:10px}

/* hide the honeypot field  ------------------------------------------------------*/
/* lines 301-302 */
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {display:none!important; position: absolute!important; left:-9000px}

/* IE specific hacks ------------------------------------------------------*/
/* lines 385-398 */
.gform_wrapper .gfield_time_hour {*width:80px}
.gform_wrapper .gfield_time_minute {*width:70px}
.gform_wrapper .gfield_time_ampm {*padding-top:2px}
.gform_wrapper .gfield_time_hour input,
.gform_wrapper .gfield_time_minute input {*margin-left:0}
.gform_wrapper .ginput_complex .ginput_left label,
.gform_wrapper .ginput_complex .ginput_right label {*margin:3px 0 5px 0}
.gform_footer input.button {*padding:3px}
.gform_wrapper ul.top_label .clear-multi {overflow:hidden; clear:both}
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio],
.gform_wrapper .gfield_checkbox li input {*margin-top:0; border-radius: 0; box-shadow: none; padding: 0 !important; margin-right: 6px;}
.gform_wrapper .ginput_complex .ginput_left select,
.gform_wrapper .ginput_complex .ginput_right select {padding: 2px 0 2px 0\9 }

/* 2 column ready class ------------------------------------------------------*/
/* lines 438-471 */
.gform_wrapper .top_label li.gfield.gf_left_half {margin:0 0 8px 0; width:49%}
.gform_wrapper .top_label li.gfield.gf_right_half {margin:0 0 8px 0; width:49%}
.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
.gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {width:46%}
.gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {margin-right:1%}
.gform_wrapper .top_label li.gfield.gf_left_half {float:left; clear:left!important}
.gform_wrapper .top_label li.gfield.gf_right_half {float:right; clear:right!important}
.gform_wrapper .top_label li.gfield.gf_left_half input.medium,
.gform_wrapper .top_label li.gfield.gf_left_half input.large,
.gform_wrapper .top_label li.gfield.gf_left_half select.medium,
.gform_wrapper .top_label li.gfield.gf_left_half select.large,
.gform_wrapper .top_label li.gfield.gf_right_half input.medium,
.gform_wrapper .top_label li.gfield.gf_right_half input.large,
.gform_wrapper .top_label li.gfield.gf_right_half select.medium,
.gform_wrapper .top_label li.gfield.gf_right_half select.large {width:100%}
.gform_wrapper .top_label li.gfield.gf_left_half textarea,
.gform_wrapper .top_label li.gfield.gf_right_half textarea {width:100%}
.gform_wrapper .top_label li.gfield.gf_left_half input.small,
.gform_wrapper .top_label li.gfield.gf_right_half input.small {width:35%}
.gform_wrapper .top_label li.gfield.gf_left_half+li.gsection,
.gform_wrapper .top_label li.gfield.gf_right_half+li.gsection {padding:16px 0 8px 0}
.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_right_half,
.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_right_half,
.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_left_half,
.gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half,
.gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_right_half {padding:16px 0 8px 0}
.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half {padding:0 0 8px 0}
.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half {padding:16px 0 8px 0}
.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield,
.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield {clear:both}
.gform_wrapper .top_label li.gfield.gf_left_half+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_right_half+.gform_footer {clear:both}

/* L+L Extra Column Styling (use 'field-columns' class) */
/* 75% > 25% Split - gf_left_threequarter + gf_right_quarter */
.gform_wrapper .top_label li.gfield.gf_left_threequarter {margin:0 0 8px 0; width:74%}
.gform_wrapper .top_label li.gfield.gf_right_quarter {margin:0 0 8px 0; width:25%}
.gform_wrapper .top_label li.gfield.gfield_error.gf_left_threequarter {width: 70%}
.gform_wrapper .top_label li.gfield.gfield_error.gf_right_quarter {width:22%}
.gform_wrapper .top_label li.gfield.gfield_error.gf_right_quarter {margin-right:1%}
.gform_wrapper .top_label li.gfield.gf_left_threequarter {float:left; clear:left!important}
.gform_wrapper .top_label li.gfield.gf_right_quarter {float:right; clear:right!important}
.gform_wrapper .top_label li.gfield.gf_left_threequarter input.medium,
.gform_wrapper .top_label li.gfield.gf_left_threequarter input.large,
.gform_wrapper .top_label li.gfield.gf_left_threequarter select.medium,
.gform_wrapper .top_label li.gfield.gf_left_threequarter select.large,
.gform_wrapper .top_label li.gfield.gf_right_quarter input.medium,
.gform_wrapper .top_label li.gfield.gf_right_quarter input.large,
.gform_wrapper .top_label li.gfield.gf_right_quarter select.medium,
.gform_wrapper .top_label li.gfield.gf_right_quarter select.large {width:100%}
.gform_wrapper .top_label li.gfield.gf_left_threequarter textarea,
.gform_wrapper .top_label li.gfield.gf_right_quarter textarea {width:100%}
.gform_wrapper .top_label li.gfield.gf_left_threequarter input.small,
.gform_wrapper .top_label li.gfield.gf_right_quarter input.small {width:100%}
.gform_wrapper .top_label li.gfield.gf_left_threequarter+li.gsection,
.gform_wrapper .top_label li.gfield.gf_right_quarter+li.gsection {padding:16px 0 8px 0}
.gform_wrapper .top_label li.gfield.gf_left_threequarter+li.gfield.gsection.gf_left_threequarter,
.gform_wrapper .top_label li.gfield.gf_right_quarter+li.gfield.gsection.gf_left_threequarter,
.gform_wrapper .top_label li.gfield.gf_left_threequarter+li.gfield.gsection.gf_right_quarter,
.gform_wrapper .top_label li.gfield.gf_right_quarter+li.gfield.gsection.gf_right_quarter,
.gform_wrapper .top_label li.gfield.gsection.gf_left_threequarter+li.gfield.gsection.gf_left_threequarter,
.gform_wrapper .top_label li.gfield.gsection.gf_right_quarter+li.gfield.gsection.gf_left_threequarter,
.gform_wrapper .top_label li.gfield.gsection.gf_right_quarter+li.gfield.gsection.gf_right_quarter {padding:16px 0 8px 0}
.gform_wrapper .top_label li.gfield.gsection.gf_left_threequarter+li.gfield.gsection.gf_right_quarter {padding:0 0 8px 0}
.gform_wrapper .top_label li.gfield.gsection.gf_left_threequarter+li.gfield.gsection.gf_right_quarter+li.gfield.gsection.gf_left_threequarter+li.gfield.gsection.gf_right_quarter {padding:16px 0 8px 0}
.gform_wrapper .top_label li.gfield.gf_left_threequarter+li.gfield,
.gform_wrapper .top_label li.gfield.gf_right_quarter+li.gfield {clear:both}
.gform_wrapper .top_label li.gfield.gf_left_threequarter+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_right_quarter+.gform_footer {clear:both}


.field-columns .ginput_complex > span,
.field-columns .ginput_container .ginput_container_date,
.field-columns .ginput_container_radio ul > li,
.field-columns .ginput_container_checkbox ul > li {
    display: inline-block;
    margin-right: 2%;
}
.field-columns.three-col .ginput_complex > span,
.field-columns.three-col .ginput_container .ginput_container_date,
.field-columns.three-col .ginput_container_radio ul > li {
    margin-right: 1%;
}

.field-columns .ginput_complex > span {
    width: 48%;
}
.field-columns.three-col .ginput_complex > span {
    width: 32%;
}

.field-columns .ginput_complex > span:last-child,
.field-columns .ginput_container .ginput_container_date:last-child,
.field-columns .ginput_container_radio ul > li:last-child {
    margin-right: 0;
}

/* line 482 */

.gform_wrapper .top_label .gfield_error .ginput_container {
	max-width: 100%
}

/* line 508 */

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container  {
	margin-top: 12px
}

/* 764 - 772 */

.gform_wrapper .ginput_container + .gfield_description.validation_message {
	margin-top: 6px
}
.gform_wrapper .ginput_container.ginput_list {
	margin-top: 6px
}
.gform_wrapper .ginput_container.ginput_list + .gfield_description.validation_message {
	margin-top: 0
}

/* pricing fields ------------------------------------------------------*/
/* lines 875 - 902 */

/*.gform_wrapper .ginput_price {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7
}
.gform_wrapper span.ginput_total {
	color: #060;
	font-size: 1.2em
}
.gform_wrapper .top_label span.ginput_total {
	margin: 8px 0
}
.gform_wrapper span.ginput_product_price_label {
	margin-right: 2px
}
.gform_wrapper span.ginput_product_price {
	color: #900
}
.gform_wrapper span.ginput_quantity_label {
	margin-left: 10px;
	margin-right: 2px
}
.gform_wrapper input.ginput_quantity {
	width: 40px
}*/

/* list fields added in v.1.6 -----------------------------------------------------------------*/
/* 1107 - 1172 */
.gform_wrapper table.gfield_list,
.gform_wrapper table.gfield_list caption,
.gform_wrapper table.gfield_list tbody,
.gform_wrapper table.gfield_list tfoot,
.gform_wrapper table.gfield_list thead,
.gform_wrapper table.gfield_list tr,
.gform_wrapper table.gfield_list th,
.gform_wrapper table.gfield_list td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
.gform_wrapper table.gfield_list {
	border-spacing: 0;
	border-collapse:collapse
}
.gform_wrapper table.gfield_list thead th {
	font-weight: bold;
	text-align: left
}
.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
	color: #790000
}
.gform_wrapper table.gfield_list thead,
.gform_wrapper table.gfield_list tr {
	padding: 0;
	margin: 0
}
.gform_wrapper table.gfield_list th,
.gform_wrapper table.gfield_list td {
	padding:0 0 0.5em 0
}
.gform_wrapper table.gfield_list th + th,
.gform_wrapper table.gfield_list td + td {
	padding:0 0 0.5em 0.7em
}
.gform_wrapper .left_label .gfield_list, .gform_wrapper .right_label .gfield_list {
	width: 64%
}
.gform_wrapper .top_label .gfield_list {
	width: 99%
}
.gform_wrapper .left_label .gf_list_one_column, .gform_wrapper .right_label .gf_list_one_column {
	width: 45%
}
.gform_wrapper .top_label .gf_list_one_column {
	width: 46%
}
.gform_wrapper .gfield_list input{
	width: 100%
}
.gfield_icon_disabled {
	cursor: default !important;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6
}
.gform_wrapper table.gfield_list td.gfield_list_icons {
	min-width: 45px !important
}

/* 1591 */
.gform_wrapper li.gf_inline div.ginput_container {
	white-space: nowrap !important
}

/*1723 - 1817 */
/* radio/checkbox sub-column ready classes ------------------------------------------------------*/

.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li,
.gform_wrapper li.gfield.gf_2col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_2col ul.gfield_radio li {
	width: 50%;
	float: left;
	margin: 0 0 8px 0;
	min-height: 1.8em
}
.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li,
.gform_wrapper li.gfield.gf_3col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_3col ul.gfield_radio li {
	width: 33%;
	float: left;
	margin: 0 0 8px 0;
	min-height: 1.8em
}
.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
	width: 25%;
	float: left;
	margin: 0;
	min-height: 1.8em
}
.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
	width: 20%;
	float: left;
	margin: 0;
	min-height: 1.8em
}
.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox,
.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio,
.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox,
.gform_wrapper li.gfield.gf_list_5col ul.gfield_radio,
.gform_wrapper li.gfield.gf_2col ul.gfield_checkbox,
.gform_wrapper li.gfield.gf_2col ul.gfield_radio,
.gform_wrapper li.gfield.gf_3col ul.gfield_checkbox,
.gform_wrapper li.gfield.gf_3col ul.gfield_radio {
	overflow: hidden
}

/* optional height settings for the radio/checkbox columns */

.gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li {
	height: 25px
}
.gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li {
	height: 50px
}
.gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li {
	height: 75px
}
.gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li {
	height: 100px
}
.gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li {
	height: 125px
}

.gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li {
	height: 150px
}

/* radio/checkbox inline list ready classes ------------------------------------------------------*/

.gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
.gform_wrapper li.gf_list_inline ul.gfield_radio li {
	width: auto !important;
	float: none !important;
	margin: 0 10px 10px 0;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline
}

/* hide am/pm field ready class ------------------------------------------------------*/

.gform_wrapper li.gf_hide_ampm div.gfield_time_ampm {
	display: none !important
}

/* 2027 */
.gform_wrapper.gf_browser_safari .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
	width: 99% !important
}

/* 2048 */
.gform_wrapper.gf_browser_chrome .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
	width: 99% !important
}

/* 2095 */
.gform_wrapper.gf_browser_opera .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
	width: 99% !important
}

/* 2147 */
.gform_wrapper.gf_browser_ie .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {width: 99%!important}
.gform_wrapper.gf_browser_ie .left_label #recaptcha_area #recaptcha_table,
.gform_wrapper.gf_browser_ie .right_label #recaptcha_area #recaptcha_table {
	margin-left: 32%
}


/* L+L Form Style Override */
.gform_wrapper ul,
.gform_wrapper li:not(.field-columns) ul.gfield_checkbox li {
	margin: 0 !important;	
}




/********************************************
 / END GRAVITY FORMS STYLES
********************************************/



/******************** BLOG ELEMENTS *************************/

#internalBlogContent {
	width:668px; 
	clear:left; 
	float:left; 
	margin:10px 24px;
}

.post {margin-bottom:10px; padding-bottom:10px; border-bottom:1px dotted #004687; min-height: 162px;}

.postExcerpt {margin-top:10px;}

.postThumb {float:left; margin:5px 10px 10px 0px; border:0px;}

body.search div.post { min-height: 0; }

/******************** EVENTS ********************************/

#container {padding:24px;}

/******************** WIDGETS *******************************/

div.widget {
	margin-bottom: 18px; 
	padding-bottom: 12px;
}

.widget p {margin-bottom: 0;}

div.widget > p + p, div.textwidget > p + p {margin-top: 10px;}	

.quoteBox {
	font-style:italic; 
	font-size:16px; 
	line-height:27px;
}

.quoteBox cite {
	display: block;
    font-size: 12px;
    font-style: normal;
    padding-top: 6px;
}

div.widget h2 {
	font-size:13px; 
	line-height:18px; 
	letter-spacing: 1px; 
	text-transform: uppercase;
}

div.tintBox1, div.tintBox2, div.tintBox3, div.quickLinks {width: 240px;}

div.tintBox1, div.tintBox2, div.tintBox3 { 
	background: url('images/widget-gradient.png') repeat-y top right;
	border: 1px solid #D5DFEB;
	border-top: 0px;
}

.tintBox1 h3, .tintBox2 h3, .outlineBox h3 {
	margin-top: 10px;
	font-size: 17px;
	font-weight: normal;
}

.tintBox1 h4, .tintBox2 h4 {
	margin: 10px 0 4px 0;
	color: #333;
	font-family: Arial, sans-serif;	
}

.tintBox1 ul, .tintBox2 ul, .tintBox3 ul, .outlineBox ul {margin:10px 0px 10px 14px;}

.tintBox1 ul li, .tintBox2 ul li, .tintBox3 ul li, .outlineBox ul li {
	font-size: 13px; 
	line-height: 19px; 
	font-weight: bold; 
	margin-top: 6px;
}

.tintBox1 ul li, .tintBox2 ul li, .tintBox3 ul li {margin: 6px 15px 0;}

.tintBox1 h2, .tintBox2 h2, .tintBox3 h2{
	margin-bottom: 15px; 
	padding:4px 15px;
}

.eventsListWidget h2 {margin-bottom:5px;}

.tintBox1 h3, 
.tintBox2 h3, 
.tintBox3 h3, 
.tintBox1 h4,
.tintBox2 h4,
.tintBox3 h4,
.tintBox1 p, 
.tintBox2 p, 
.tintBox3 p, 
.eventsListWidget h3 {padding: 0 15px;}

.outlineBox h2 {
	border-bottom:1px dotted #838C9B;
	padding:0 0 4px;
	margin:0 0 15px;
}

.outlineBox img {margin-bottom: 10px;}

div.outlineBox {
	width:210px; 
	border:1px solid #D5DFEB; 
	padding: 12px 15px;
}

div.widget_categories ul li.cat-item-56, div.widget_categories ul li.cat-item-59 {display: none;}

/* QuickLinks */
div.quickLinks {
	width: 240px;	
}

.quickLinks h2 {
	border-bottom:1px dotted #838C9B; 
	margin:0;
	font-family: Arial, sans-serif;
}

.quickLinks ul {
	margin-left:0px; 
	margin-top: 14px;
}

.quickLinks ul li {
	list-style:none; 
	margin-top: 8px;
	padding-bottom: 2px;
}

.quickLinks ul li a {
	display: block;
	padding-left:12px; 
	text-decoration: none; 
	font-size:13px;
	line-height:17px;
	background: url('images/right-angle-quotes-blk.png') no-repeat 0px 5px;
}
/*
.quickLinks ul li a, .quickLinks ul li a:active, .quickLinks ul li a:visited {color: #333;}
*/
.quickLinks ul li a:hover { 
	text-decoration:underline; 
	background: url('images/right-angle-quotes-hover.png') no-repeat 0px 5px;
}

p.mainLink, .dig-in {margin-top: 10px;}

p.mainLink a, .dig-in a {
	font-size:11px; 
	font-weight:bold; 
	text-transform: uppercase;
}

/* DS */
/* Archives Widget (using drop-down) */
.widget_archive label {
	display: block;
	margin: 0 0 4px 15px;
}

.widget_archive select {
  margin: 0 15px 6px;
  width: 210px;
}


/* DS */
/* ==========================================================================
   DEFAULT WP GALLERY STYLING (Styles thumbnails - moved from 
   ========================================================================== */

/* DS - Moved from Internal Page area */
/*#pageWrapper #gallery-1 .gallery-item {
	text-align: left;
	width: 19%;
}*/

.gallery-item img {
	border: 2px solid #1D4483;
}

.content .gallery {
	margin: auto;
}

.content .gallery .gallery-item {
	float: left;
	margin-top: 12px;
	/* padding: 0 6px; */
	text-align: center;
}

.content .gallery > dl.gallery-item:first-child {padding-left: 0; }

.content .gallery-columns-2 .gallery-item { width: 50%; }
.content .gallery-columns-3 .gallery-item { width: 33.33%; }
.content .gallery-columns-4 .gallery-item { width: 25%; }
.content .gallery-columns-5 .gallery-item { width: 20%; }
.content .gallery-columns-6 .gallery-item { width: 16.66%; }

.content .gallery .gallery-caption {
	margin-left: 0;
}

/* DS */
/**** REPLACE LIGHTBOX PLUS COLORBOX WITH RESPONSIVE LIGHTBOX ******/

/* ==========================================================================
   RESPONSIVE LIGHTBOX POP-UP GALLERY STYLING 
   ========================================================================== */

body #swipebox-overlay {
  background: rgba(255, 210, 38,0.8);
}

body #swipebox-bottom-bar, body #swipebox-top-bar {
  background: #014286;
}

#swipebox-bottom-bar, #swipebox-top-bar #swipebox-title {
  text-shadow: none;
}







/******************** GENERIC ELEMENTS *******************************/

#mapp0_poweredby {
	display:none !important;
}

.adp-legal {
	display:none !important;
}

.mapp-button {
	padding:3px 5px;
}

#mapp0_directions_renderer {
	margin:auto;
}

.adp-directions {
	width:100%;
}

.clearBoth {
	clear: both;	
}


/********************* FOOTER ELEMENTS ******************************/

#footer {
	width:980px; 
	margin:0px auto; 
	position: relative; 
	height:144px;
	/*margin-top:-144px;  
	clear:both; -- Moved to #footerWrapper style up top */
	z-index: 10;
}

#footer .footerNav {
	position:absolute; 
	top:20px; 
	right:24px; 
	font-weight: bold; 
	text-transform:uppercase; 
	font-size:11px;
	width: 930px;
	text-align: right;	
	z-index: 10;
}

#footer .footerNav a { margin:0px 8px;}

#footer p.footerTagLine {
	display: block;
	position: absolute;
	bottom: 6px;
	left: 100px;
	font-style: italic;
	font-size: 12px;
	line-height: 17px;
	z-index: 15;
}

#footer .footer-image {
	position: absolute;
	bottom: 20px;
	left: 24px;
	z-index: 10;
}

#footer .address {
	position:absolute; 
	bottom:35px; 
	right:24px; 
	font-size:12px; 
	line-height:17px; 
	z-index: 10;
	text-align: right;
}

#footer .copyright {
	position:absolute; 
	bottom:14px; 
	right:24px; 
	font-size:10px; 
	line-height:13px;
	z-index: 10;
}

/* SEARCH */
form#searchform input[type="text"] { 
	width: 175px; 
	margin:0; 
	font-family: inherit; 
	font-size: 11px; 
	letter-spacing: normal; 
	outline-style: none; 
	padding: 2px; 
	color: #333333; 
	vertical-align: baseline; 
	line-height: 15px;
}

.searchWrapFooter { position:absolute; top:55px; left:100px; z-index: 10;}

.searchWrapInline { margin: 20px 0;}

.searchWrapFooter form#searchform input[type="text"] { border: 1px solid #FFBE00; }

.searchWrapInline form#searchform input[type="text"] { border: 1px solid #FFBE00; }

form#searchform div.searchWrap input[type="submit"], form#searchform div.searchWrap input[type="button"] { 
	width: 58px; 
	height: 20px; 
	background: none repeat scroll 0 0 #FFBE00; 
	border: 0 none; 
	color: #004687; 
	font-size: 10px; 
	font-weight: bold; 
	padding: 0 0 1px 0; 
	text-transform: uppercase; 
	line-height: 15px;
}

form#searchform div.searchWrap input[type="submit"]:hover, div.searchWrap input[type="button"]:hover {
	cursor:pointer;
	color:#FFFFFF;
	background: none repeat scroll 0 0 #6EB4EB;
}

.searchWrapInline form#searchform div.searchWrap input[type="submit"]:hover, .searchWrapInline div.searchWrap input[type="button"]:hover {
	cursor:pointer;
	background:#6EB4EB;
	color: #FFFFFF;
}

/* IE7 Only */
*+html .content ol li {
	margin-left: 13px;	
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }