/*
Theme Name: 	MSDC Core
Theme URI: 		http://microsite.com
Description: 	MSDC Blank Responsive Theme
Version: 		7.0.0
Author: 		MSDC
Author URI: 	http://www.microsite.com
Tags: 			Responsive, HTML5, CSS3
*/

/* =============================================================================
   HTML5 Reset / Display Role
   ========================================================================== */
	article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display:block;}
	audio, canvas, video {display:inline-block;*display:inline;*zoom:1;}
	audio:not([controls]) {display:none;}
	[hidden] {display:none;}
	
	html {font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
	html, button, input, select, textarea {font-family:sans-serif;color:#222;}
	body {margin:0;padding:0;font-size:1em;line-height:1;}
	p {padding:0;margin:0;}
	
	h1,h2,h3,h4,h5,h6 {text-decoration:none;padding:0;margin:0;clear: both;}
	
	a {color:#266E9E;text-decoration:none;}
	a:focus {outline:0;}
	a:hover, a:active {outline:0;}
	
	abbr[title] {border-bottom:1px dotted;}
	b, strong {font-weight:bold;}
	.clear {clear:both;}
	dfn {font-style:italic;}
	hr {display:block;height:1px;border:0;border-bottom:1px solid #CCC;margin:1em 0;padding:0;clear:both;}
	ins {background:#FF9;color:#000;text-decoration:none;}
	mark {background:#FF0;color:#000;font-style:italic;font-weight:bold;}
	pre, code, kbd, samp {font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em;}
	pre {white-space:pre;white-space:pre-wrap;word-wrap:break-word;}
	q {quotes:none;}
	q:before, q:after {content:"";content:none;}
	small {font-size:90%;}
	blockquote {background-color:#EEE;border:1px solid #DDD;margin:10px 0;padding:10px 30px;border-radius:3px;}
	
	sub, sup {font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
	sup {top:-0.5em;}
	sub {bottom:-0.25em;}
	
	ul {margin:0;padding:0;list-style:none;}
	ol {margin:15px;}
	
	dd {margin:0 0 0 40px;}
	nav ul, nav ol {list-style:none;list-style-image:none;margin:0;padding:0;}
	
	img {border:0;-ms-interpolation-mode:bicubic;vertical-align:middle;}
	a img {border: 0;}
	
	svg:not(:root) {overflow:hidden;}
	
	figure {margin:0;}
	
	form {margin:0;}
	fieldset {border:0;margin:0;padding:0;}
	label {cursor:pointer;}
	legend {border:0;*margin-left:-7px;padding:0;white-space:normal;}
	button, input, select, textarea {font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;}
	button, input {line-height:normal;}
	button, input[type="button"], input[type="reset"], input[type="submit"] {cursor:pointer;-webkit-appearance:none;*overflow:visible;}
	button[disabled], input[disabled] { cursor: default; }
	input[type="checkbox"], input[type="radio"] {box-sizing:border-box;padding:0;*width:13px;*height:13px;}
	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-decoration, input[type="search"]::-webkit-search-cancel-button {-webkit-appearance:none;}
	button::-moz-focus-inner, input::-moz-focus-inner {border:0;padding:0;}
	textarea {overflow:auto;vertical-align:top;resize:vertical;}
	input:valid, textarea:valid {}
	input:invalid, textarea:invalid {background-color:#F0DDDD;}
	
	table {border-collapse:collapse;border-spacing:0;}
	td {vertical-align:top;}
	caption, th, td {font-weight: normal;text-align: left;}

	sup, sub { /* prevent breaking line-heights */
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
	}
	sub { top: 0.4em; }
	
/* =============================================================================
   Responsive Design
   ========================================================================== */	
   	.g1,.g2,.g3,.g48 {display:inline; float: left; margin-left: 1%; margin-right: 1%}
	.g1 {width:31.333%}
	.g2 {width:64.667%;}
	.g3 {width:98%;}
	.g19 {width: 19%; float:left; display:inline; margin:0 .5%;}
	.g23 {width: 23%; float:left; display:inline; margin:0 1%;*margin: 0 .5%;}
	.g48 {width: 48%;*width:47%;}
	.g73 {width: 73%; float:left; display:inline; margin:0 1%;*margin: 0 .5%;}
	.g85 {width:85%;display:block; float: none; margin: auto;}
	.g100 {width: 100%} /* no margins */
	
	/* To float 2 columns inside g2 */
	.g2-50 {
		margin: 0 2%;
		width: 46%;
		display:inline;
		float:left;
	}
	
	/* Responsive Navigation */
	.tinynav { display: none; }/* for desktop */
	#nav2 { display: none }
	
	.mobile-only,.mobile-only-480, .mobile-only-320 {display:none;}
	
	img, embed, object, video, iframe { max-width:100%; height: auto;}


/* =============================================================================
   General Structure
   ========================================================================== */

	body {
		margin: 0;
	   	padding: 0;
	}
	
	.container{
		height: auto;
       	margin: 0 auto;
       	text-align: left;
       	max-width: 1200px;
	} 
	
	.content-margin {
	   margin-left:1.5em;
	   margin-right:1.5em;
   }
   
   .admin-help {display:none;} /* Add Div to Admin for directions that doesn't show on site */

	.alignleft {
		display: inline;
		float: left;
		margin-right: 1em;
	}
	.alignright {
		display: inline;
		float: right;
		margin-left: 1em;
	}
	.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.float-left {float:left;}
	.float-right {float:right;}
	.pad30 { padding-bottom:30px; clear:both; }
	.pad20 { padding-bottom:20px; clear:both; }
	.pad15 { padding-bottom:15px; clear:both; }
	.pad-1 { padding-bottom:1em; clear:both; }
	.pad-2 { padding-bottom:2em; clear:both; }
	.pad-3 { padding-bottom:3em; clear:both; }
	.pad-4 { padding-bottom:4em; clear:both; }	
	
	/* =Header
	----------------------------------------------- */
	
	#logo a {background: none;}
	
	/* Search Form */
	#searchform {
		position: absolute;
		top: 3.8em;
		right: 7.6%;
		text-align: right;
	}
	#searchform div {
		margin: 0;
	}
	#s {
		float: right;
		-webkit-transition-duration: 400ms;
		-webkit-transition-property: width, background;
		-webkit-transition-timing-function: ease;
		-moz-transition-duration: 400ms;
		-moz-transition-property: width, background;
		-moz-transition-timing-function: ease;
		-o-transition-duration: 400ms;
		-o-transition-property: width, background;
		-o-transition-timing-function: ease;
		width: 72px;
	}
	#s:focus {
		background-color: #f9f9f9;
		width: 196px;
	}
	#searchsubmit {
		display: none;
	}
	.only-search #searchform {
		top: 5px;
		z-index: 1;
	}
	.only-search #s {
		background-color: #666;
		border-color: #000;
		color: #222;
	}
	.only-search #s,.only-search #s:focus {
		width: 85%;
	}
	.only-search #s:focus {
		background-color: #bbb;
	}
	.with-image #searchform {
		top: auto;
		bottom: -27px;
		max-width: 195px;
	}
	.only-search + #access div {
		padding-right: 205px;
	}
	
	/* =Navigation
	----------------------------------------------- */
	
	/* Responsive Navigation */

	.tinynav { display: none; }/* for desktop */
	#nav2 { display: none }
	
	
	
	/* =Content
	----------------------------------------------- */
	
	#main {
		clear: both;
		padding: 0;
	}
	
	/* Images */
	.entry-content img,.comment-content img,.widget img {
		max-width: 100%;
	}
	img[class*="align"],img[class*="wp-image-"],img[class*="attachment-"] {
		height: auto; 
	}
	img.size-full,img.size-large {
		max-width: 100%;
		width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
		height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	}
	img.alignleft,img.alignright,img.aligncenter {
		margin-bottom: .75em;
	}
	.wp-caption {
		background: #eee;
		margin-bottom: 1.625em;
		max-width: 98%;
		padding: .5em;
	}
	.wp-caption img {
		display: block;
		margin: 0 auto;
		max-width: 98%;
	}
	.wp-caption .wp-caption-text {
		margin-bottom: 0.6em;
		padding: .5em;
		position: relative;
	}
	
	/* Password Protected Posts */
	.post-password-required .entry-header .comments-link {
		margin: 1.625em 0 0;
	}
	.post-password-required input[type=password] {
		margin: 0.8125em 0;
	}
	.post-password-required input[type=password]:focus {
		background: #f7f7f7;
	}
	
	/* Comments link */
	.entry-header .comments-link a {
		background: #eee url(img/comment-bubble.png) no-repeat;
		color: #666;
		font-size: 13px;
		font-weight: normal;
		line-height: 35px;
		overflow: hidden;
		padding: 0 0 0;
		position: absolute;
		top: 1.5em;
		right: 0;
		text-align: center;
		text-decoration: none;
		width: 43px;
		height: 36px;
	}
	.entry-header .comments-link a:hover,.entry-header .comments-link a:focus,.entry-header .comments-link a:active {
		background-color: #1982d1;
		color: #fff;
		color: rgba(255,255,255,0.8);
	}
	.entry-header .comments-link .leave-reply {
		visibility: hidden;
	}
	
	
	/* =error404
	----------------------------------------------- */
	
	.error404 #main #searchform {
		background: #f9f9f9;
		border: 1px solid #ddd;
		border-width: 1px 0;
		margin: 0 -8.9% 1.625em;
		overflow: hidden;
		padding: 1.625em 8.9%;
	}
	.error404 #main #s {
		width: 95%;
	}
	.error404 #main .widget {
		clear: none;
		float: left;
		margin-right: 3.7%;
		width: 30.85%;
	}
	.error404 #main .widget_archive {
		margin-right: 0;
	}
	.error404 #main .widget_tag_cloud {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.error404 .widgettitle {
		font-size: 10px;
		letter-spacing: 0.1em;
		line-height: 2.6em;
		text-transform: uppercase;
	}
	
	
	/* =Categories
	-------------------------------------------------------------- */
	
	ul.post-categories {
		list-style:none;
	}
	
	/* =Widgets
	----------------------------------------------- */
	
	.widget-area {
		font-size: .85em;
	}
	.widget {
		clear: both;
		margin: 0 0 2.2em;
	}
	
	/* Search Widget */
	.widget_search form {
		margin: 0 0 1.625em;
	}
	.widget_search #s {
		width: 77%;
	}
	.widget_search #searchsubmit {
		background: #ddd;
		border: 1px solid #ccc;
		-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
		-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
		box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
		color: #888;
		font-size: 13px;
		line-height: 25px;
		position: relative;
		top: -2px;
	}
	.widget_search #searchsubmit:active {
		background: #1982d1;
		border-color: #0861a5;
		-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
		box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
		color: #bfddf3;
	}
	
	/* Twitter */
	.widget_twitter li {
		list-style-type: none;
		margin-bottom: 14px;
	}
	.widget_twitter .timesince {
		display: block;
		font-size: 11px;
		margin-right: -10px;
		text-align: right;
	}
	
	/* Widget Image */
	.widget_image img {
		height: auto;
		max-width: 100%;
	}
	
	/* Calendar Widget */
	
	.widget_calendar #wp-calendar {
		color: #555;
		width: 95%;
		text-align: center;
	}
	.widget_calendar #wp-calendar caption,
	.widget_calendar #wp-calendar td,
	.widget_calendar #wp-calendar th {
		text-align: center;
	}
	.widget_calendar #wp-calendar caption {
		font-size: 11px;
		font-weight: 500;
		padding: 5px 0 3px 0;
		text-transform: uppercase;
	}
	.widget_calendar #wp-calendar th {
		background: #f4f4f4;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		font-weight: bold;
	}
	.widget_calendar #wp-calendar tfoot td {
		background: #f4f4f4;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	
	/* =Blog
	-------------------------------------------------------------- */ 
	
	
	
	#comments ul {
		list-style:none;
	}

	#respond .comment-form-author .required, #respond .comment-form-email .required {top: 0;}/*main sheet correction*/

	/* =Sidebar
	-------------------------------------------------------------- */ 
	
	#sidebar form.search {
		border-bottom: 1px solid #CCCCCC;
		padding-bottom: 2em;
	}
	
	#sidebar h3 {
		font-size:1em;
		color: #777;
		text-transform:uppercase;
	}
	
	#sidebar ul {
		border-bottom: 2px dashed #DDDDDD;
		list-style: none inside none;
		margin-left: 0;
		padding-bottom: 0.5em;
		padding-left: 0;
	}
	
	#sidebar ul li {
		background: none repeat scroll 0 0 transparent;
		margin-left: 1em;
		padding-left: 0;
		margin-bottom:.25em;
	}
	
	#sidebar ul li a {
		font-size: 0.9em;
    	transition: all 0.3s ease 0s;
	}
	
	#sidebar ul li a:hover {background-color:#eee;}
	
	/* =Comments
	----------------------------------------------- */
	
	#comments-title {
		color: #666;
		font-size: 10px;
		font-weight: 500;
		line-height: 2.6em;
		padding: 0 0 2.6em;
		text-transform: uppercase;
	}
	.nopassword,
	.nocomments {
		color: #aaa;
		font-size: 24px;
		font-weight: 100;
		margin: 26px 0;
		text-align: center;
	}
	.commentlist {
		list-style: none;
		margin: 0 auto;
		width: 68.9%;
	}
	.content .commentlist,
	.page-template-sidebar-page-php .commentlist {
		width: 100%; /* reset the width for the one-column and sidebar page layout */
	}
	.commentlist > li.comment {
		background: #f6f6f6;
		border: 1px solid #ddd;
		-moz-border-radius: 3px;
		border-radius: 3px;
		margin: 0 0 1.625em;
		padding: 1.625em;
		position: relative;
	}
	.commentlist .pingback {
		margin: 0 0 1.625em;
		padding: 0 1.625em;
	}
	.commentlist .children {
		list-style: none;
		margin: 0;
	}
	.commentlist .children li.comment {
		background: #fff;
		border-left: 1px solid #ddd;
		-moz-border-radius: 0 3px 3px 0;
		border-radius: 0 3px 3px 0;
		margin: 1.625em 0 0;
		padding: 1.625em;
		position: relative;
	}
	.commentlist .children li.comment .fn {
		display: block;
	}
	.comment-meta .fn {
		font-style: normal;
	}
	.comment-meta {
		color: #666;
		font-size: 12px;
		line-height: 2.2em;
	}
	.commentlist .children li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist .children li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.comment-meta a {
		font-weight: bold;
	}
	.comment-meta a:focus,
	.comment-meta a:active,
	.comment-meta a:hover {
	}
	.commentlist .avatar {
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0 1px 2px #ccc;
		-moz-box-shadow: 0 1px 2px #ccc;
		box-shadow: 0 1px 2px #ccc;
		left: -102px;
		padding: 0;
		position: absolute;
		top: 0;
	}
	.commentlist > li:before {
		content: url(file:///Storage/Business/Business/Microsite-Products/%7EMSDC-New%20Core%2010012012/msdc/images/comment-arrow.png);
		left: -21px;
		position: absolute;
	}
	.commentlist > li.pingback:before {
		content: '';
	}
	.commentlist .children .avatar {
		background: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		left: 2.2em;
		padding: 0;
		top: 2.2em;
	}
	a.comment-reply-link {
		background: #eee;
		-moz-border-radius: 3px;
		border-radius: 3px;
		color: #666;
		display: inline-block;
		font-size: 12px;
		padding: 0 8px;
		text-decoration: none;
	}
	a.comment-reply-link:hover,
	a.comment-reply-link:focus,
	a.comment-reply-link:active {
		background: #888;
		color: #fff;
	}
	a.comment-reply-link > span {
		display: inline-block;
		position: relative;
		top: -1px;
	}
	
	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		background: #ddd;
		border-color: #d3d3d3;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #575757;
	}
	.commentlist > li.bypostauthor .comment-meta a:focus,
	.commentlist > li.bypostauthor .comment-meta a:active,
	.commentlist > li.bypostauthor .comment-meta a:hover {
	}
	.commentlist > li.bypostauthor:before {
		content: url(file:///Storage/Business/Business/Microsite-Products/%7EMSDC-New%20Core%2010012012/msdc/images/comment-arrow-bypostauthor.png);
	}
	
	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #ddd;
		border-color: #d3d3d3;
	}
	
	/* sidebar-page.php comments */
	/* Make sure we have room for our comment avatars */
	.page-template-sidebar-page-php .commentlist > li.comment,
	.page-template-sidebar-page-php.commentlist .pingback {
		margin-left: 102px;
		width: auto;
	}
	/* And a full-width comment form */
	.page-template-sidebar-page-php #respond {
		width: auto;
	}
	
	/* Comment Form */
	#respond {
		background: #ddd;
		border: 1px solid #d3d3d3;
		-moz-border-radius: 3px;
		border-radius: 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: 68.9%;
	}
	#respond input[type="text"],
	#respond textarea {
		background: #fff;
		border: 4px solid #eee;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
		-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
		box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
		position: relative;
		padding: 10px;
		text-indent: 80px;
	}
	#respond .comment-form-author,
	#respond .comment-form-email,
	#respond .comment-form-url,
	#respond .comment-form-comment {
		position: relative;
	}
	#respond .comment-form-author label,
	#respond .comment-form-email label,
	#respond .comment-form-url label,
	#respond .comment-form-comment label {
		background: #eee;
		-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
		-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
		box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
		color: #555;
		display: inline-block;
		font-size: 13px;
		left: 4px;
		min-width: 60px;
		padding: 4px 10px;
		position: relative;
		top: 40px;
		z-index: 1;
	}
	#respond input[type="text"]:focus,
	#respond textarea:focus {
		text-indent: 0;
		z-index: 1;
	}
	#respond textarea {
		resize: vertical;
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		color: #bd3500;
		font-size: 22px;
		font-weight: bold;
		left: 75%;
		position: absolute;
		top: 45px;
		z-index: 1;
	}
	#respond .comment-notes,
	#respond .logged-in-as {
		font-size: 13px;
	}
	#respond p {
		margin: 10px 0;
	}
	#respond .form-submit {
		float: right;
		margin: -20px 0 10px;
	}
	#respond input#submit {
		background: #222;
		border: none;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
		box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
		color: #eee;
		cursor: pointer;
		font-size: 15px;
		margin: 20px 0;
		padding: 5px 42px 5px 22px;
		position: relative;
		left: 30px;
		text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	}
	#respond input#submit:active {
		background: #1982d1;
		color: #bfddf3;
	}
	#respond #cancel-comment-reply-link {
		color: #666;
		margin-left: 10px;
		text-decoration: none;
	}
	#respond .logged-in-as a:hover,
	#respond #cancel-comment-reply-link:hover {
		text-decoration: underline;
	}
	.commentlist #respond {
		margin: 1.625em 0 0;
		width: auto;
	}
	#reply-title {
		color: #373737;
		font-size: 24px;
		font-weight: bold;
		line-height: 30px;
	}
	#cancel-comment-reply-link {
		color: #888;
		display: block;
		font-size: 10px;
		font-weight: normal;
		line-height: 2.2em;
		letter-spacing: 0.05em;
		position: absolute;
		right: 1.625em;
		text-decoration: none;
		text-transform: uppercase;
		top: 1.1em;
	}
	#cancel-comment-reply-link:focus,
	#cancel-comment-reply-link:active,
	#cancel-comment-reply-link:hover {
		color: #ff4b33;
	}
	#respond label {
		line-height: 2.2em;
	}
	#respond input[type=text] {
		display: block;
		height: 24px;
		width: 75%;
	}
	#respond p {
		font-size: 12px;
	}
	p.comment-form-comment {
		margin: 0;
	}
	.form-allowed-tags {
		display: none;
	}

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

	#pagination {margin: 10px 0 20px; float:right;}
	
	#pagination a.prev.page-numbers, #pagination a.next.page-numbers {
		background: #000;
		color: #FFFFFF;
		margin: 0;
		padding: 7px 12px;
		display:inline-block;
	}	
	
	#pagination a.prev.page-numbers:hover, #pagination a.next.page-numbers:hover {
		background: #000;
		color: #ccc;
		text-decoration:none;
		}
	
	#pagination a.page-numbers, #pagination .page-numbers.current {
		display:inline-block;
		padding: 7px 12px;
		}
		
	#pagination .page-numbers.current, #pagination a.page-numbers:hover {
		background:#ccc;
		color: #000;
		text-decoration:none;
		}
		
	

/* =============================================================================
   General Styles
   ========================================================================== */
	
   body {
		-webkit-font-smoothing:antialiased; /* Antialiased font for great smoothing */
		-moz-font-smoothing:antialiased;
		-o-font-smoothing:antialiased;
		font-smoothing:antialiased;
		text-rendering:optimizeLegibility; /* Optimise legibility for some CSS3 kerning */
	}
	body, button, input, select, textarea {
		font-size:16px;
		font-weight:normal; 
		line-height:18px;
		color:#444;
	}
	p, blockquote, q, pre, address, hr, code, samp, dl, ol, ul, form, table, fieldset, menu, img {margin: 0 0 .75em; padding: 0}
	
	h1 {margin: 0; font-size: 2.25em; line-height: 1em; margin-bottom: 0.5em} 
	h2 {margin: 0; font-size: 1.5em; line-height: 1.3333333333333333333333333333333em; margin-bottom: 0.5em;} 
	h3 {margin: 0; font-size: 1.3125em; line-height: 1em; margin-bottom: .5em;} 
	h4 {margin: 0; font-size: 1.125em; line-height: 1.1428571428571428571428571428571em; margin-bottom: .5em;} 
	h5 {margin: 0; font-size: 1em; line-height: 1.3333333333333333333333333333333em; margin-bottom: .5em;} 
	h6 {margin: 0; font-size: 1em;  line-height: 1.3333333333333333333333333333333em; margin-bottom: .5em;} 
	p, ul, blockquote, pre, td, th, label {margin: 0; font-size: 1em; line-height: 1.5em; margin-bottom: .875em;} 
	small, p.small {margin: 0; font-size: 0.875em; line-height: 1.7142857142857142857142857142857em; margin-bottom: 1.7142857142857142857142857142857em; font-weight:bold;}
	
	.text-white h1,.text-white h2,.text-white h3,.text-white h4,.text-white h5,.text-white h6,.text-white p,.text-white ul,.text-white li, .text-white a {
		color: #fff !important;
	}
	
	.div-name {/* Center Text Vertically in Div */
		display: table-cell;
		overflow: hidden;
		vertical-align: middle;
	}
	
	/* =Bullets
	-------------------------------------------------------------- */ 
	
	ul, ol {
		margin: 0 0 1em .5em;
	}
	ul {
		list-style: square;
	}
	ol {
		list-style-type: decimal;
	}
	ol ol {
		list-style: upper-alpha;
	}
	ol ol ol {
		list-style: lower-roman;
	}
	ol ol ol ol {
		list-style: lower-alpha;
	}
	ul ul, ol ol, ul ol, ol ul {
		margin-bottom: 0;
	}
	dl {
		margin: 0 1.625em;
	}
	dt {
		font-weight: bold;
	}
	dd {
		margin-bottom: 1.625em;
	}
	
	#content ul, .content-margin ul {/*corrects for image float left */
		margin-left:.5em;
		padding-left:.5em;
		overflow:hidden;
		}

	.entry-content li, .content-margin li {
		background: url("img/bullet.png") no-repeat scroll 0 0.1em transparent;
		line-height: 1.5em;
		list-style: none outside none;
		margin-bottom: 0.6em;
		padding-left: 2em;
	}
	
	/* =Text
	-------------------------------------------------------------- */ 
	strong {
		font-weight: bold;
	}
	cite, em, i {
		font-style: italic;
	}
	pre {
		background: #f4f4f4;
		font: .85em "Courier 10 Pitch", Courier, monospace;
		line-height: 1.5;
		margin-bottom: 1.625em;
		overflow: auto;
		padding: 0.75em 1.625em;
	}
	code, kbd {
		font: .85emx Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	}
	abbr, acronym, dfn {
		border-bottom: 1px dotted #666;
		cursor: help;
	}
	address {
		display: block;
		margin: 0 0 1.625em;
	}
	ins {
		background: #fff9c0;
		text-decoration: none;
	}
	sup, sub {
		font-size: 10px;
		height: 0;
		line-height: 1;
		position: relative;
		vertical-align: baseline;
	}
	sup {
		bottom: 1ex;
	}
	sub {
		top: .5ex;
	}
	
	.legal, .legal p {
		font-size: .85em;
	}
	
	
	/* =Links
	-------------------------------------------------------------- */ 
	
	
	/* =Forms
	-------------------------------------------------------------- */ 
	input[type=text], input[type=password], textarea {
		background: #fafafa;
		-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
		border: 1px solid #ddd;
		color: #888;
	}
	input[type=text]:focus, textarea:focus {
		color: #373737;
	}
	textarea {
		padding-left: 3px;
		width: 98%;
	}
	input[type=text] {
		padding: 3px;
	}
	input#s {
		-moz-border-radius: 2px;
		border-radius: 2px;
		font-size: 14px;
		height: 22px;
		line-height: 1.2em;
		padding: 4px 10px 4px 28px;
	}
	input#searchsubmit {
		display: none;
	}
	
	

	/* =Assistive Text
	-------------------------------------------------------------- */ 
	.assistive-text {
		position: absolute !important;
		clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
		clip: rect(1px, 1px, 1px, 1px);
	}
	#access a.assistive-text:active,
	#access a.assistive-text:focus {
		background: #eee;
		border-bottom: 1px solid #ddd;
		color: #1982d1;
		clip: auto !important;
		font-size: 12px;
		position: absolute;
		text-decoration: underline;
		top: 0;
		left: 7.6%;
	}
	
/* =============================================================================
   Non-Semantic Classes
   ========================================================================== */
   
   /* Custom Selection Styles */
   ::selection {background:#D31245;color:#FFF;text-shadow:none;}
   ::-webkit-selection {background:#D31245;color:#FFF;text-shadow:none;}
   ::-moz-selection {background:#D31245;color:#FFF;text-shadow:none;}
   
   /* Input focus styles */
   input:focus {outline:0;border:1px solid #0091BD;} /* Gets rid of blue glow on field focus, adds border color instead */	

/* =============================================================================
   User defined Classes
   ========================================================================== */
	
	.shadow	{
    	-moz-box-shadow: 2px 2px 10px #060a0e;
    	-webkit-box-shadow: 2px 2px 10px #060a0e;
   	 	box-shadow: 2px 2px 10px #060a0e;
	}
	
	.shadow-subtle {
		-moz-box-shadow: 1px 1px 3px #a1a1a1;
		-webkit-box-shadow: 1px 1px 3px #a1a1a1;
		box-shadow: 1px 1px 3px #a1a1a1;
	}
	
	.shadow-no {
		-moz-box-shadow: none !important;
    	-webkit-box-shadow: none !important;
    	box-shadow: none !important;	
	}  
	
	.object-center {margin-left: auto; margin-right:auto; display:block;}

	.admin-help {display:none;}
	
	.text-white h1,.text-white h2,.text-white h3,.text-white h4,.text-white h5,.text-white h6,.text-white p,.text-white ul,.text-white li, .text-white a {
		color: #fff !important;
	}
	
	.shadow-light {
		-moz-box-shadow: 1px 1px 3px #a1a1a1;
		-webkit-box-shadow: 1px 1px 3px #a1a1a1;
		box-shadow: 1px 1px 3px #a1a1a1;
	}

/* =============================================================================
   Plugins
   ========================================================================== */

	/* =Gravity Forms
	----------------------------------------------- */
	
	.gform_edit_link {display:none;}
	.gform_wrapper textarea { font-size: inherit; }
	#page .gform_wrapper input[type="text"], #page .gform_wrapper input[type="url"], #page .gform_wrapper input[type="email"], #page .gform_wrapper input[type="tel"], #page .gform_wrapper input[type="number"], #page .gform_wrapper input[type="password"] { font-size:1em; padding: 3px;}
	form ul li {background:none;}
   
   #content .gform_wrapper {
		margin: 0 1.5em;
		max-width: 100%;
		overflow: inherit;
	}
	
	#content .gform_wrapper select {
		font-size:.9em;
	}

	#content .gform_wrapper input[type="text"], #content .gform_wrapper input[type="url"], #content .gform_wrapper input[type="email"], #content .gform_wrapper input[type="tel"], #content .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], #content .gform_wrapper textarea.medium {/*text in input boxes*/
		font-size: 1em;
		padding: 1px;/* higher than 1 causes zip-code problem */
		color: #3f3f3f;
	}
	
	#content .gform_wrapper input.button, ul.xoxo .gform_widget .gform_wrapper input.button, #content form.wp-polls-form input.Buttons { /* Submit Button */
		padding: 7px 14px;
		border: 1px solid #fff;
		color: #fff;
		-moz-border-radius: 13px;
		-webkit-border-radius: 13px;
		border-radius: 13px;
		-moz-box-shadow: 2px 2px 2px #999999;
  		-webkit-box-shadow: 2px 2px 2px #999999;
   		box-shadow: 2px 2px 2px #999999;
		background: #5c3a77;
	}
	
	#content .gform_wrapper input.button:hover,  ul.xoxo .gform_widget .gform_wrapper input.button:hover, #content form.wp-polls-form input.Buttons:hover {
		color:#fff;
		text-shadow: none;
		background-color:#222;
		background-image:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
	}

	#content .gform_wrapper h1, #content .gform_wrapper h2, #content .gform_wrapper h3, #content .gform_wrapper h4, #content .gform_wrapper h5  {/* for html in form admin */
		background:#5c3a77;
		color:#fff;
		padding:5px 0;
		text-align:center;
	}


	.gform_wrapper .gform_footer {/*margin right same as ul margin */
		clear: both;
		margin: 0 0 0 1.5em !important;
		padding: 0 !important;
	}

	.bg-form {
		background: #f1f1f1 !important;
		color: #222;
		padding:10px;
		border: 1px solid #ccc;
	}

	.gform_wrapper li, .gform_wrapper form li {
   		background: none repeat scroll 0 0 transparent;
		padding-left: 0;
	}

	.gform_wrapper br {/* remove extra breaks in form code */
		display: none;
	}

	/* Footer Adjustments and add above as well */
	
	.footer-container .gform_wrapper .gform_heading {
		margin-bottom: 10px;
		font-size:.9em;
	}
	
	.footer-container .gform_wrapper .gform_footer {
		margin: 0;
	}	

		
	/* =Shortcodes
	----------------------------------------------- */
	
	#content .sktabbed ul { list-style-image:none;}
	
	/* =Pretty Photo
	----------------------------------------------- */
	
	img#fullResImage {margin: 0;}/* prevents automatic img styling */
	
	/* =Slider Revolution
	----------------------------------------------- */
	
	.tp-caption.big_white{/*main headline with main background color and white type, use headline font */
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: bold; 
			font-size: 3em; 
			line-height: 1em; 
			font-family: "franklin-gothic-urw",Helvetica, Arial, sans-serif;
			padding: .2em; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background-color:#3f2a57;	
			letter-spacing: -1px;										
		}

	.tp-caption.big_orange{
			position: absolute; 
			color: #ff7302; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 36px; 
			line-height: 36px; 
			font-family: Arial; 
			padding: 0px 4px; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background-color:#fff;	
			letter-spacing: -1.5px;															
		}	
					
	.tp-caption.big_black{
			position: absolute; 
			color: #000; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 36px; 
			line-height: 36px; 
			font-family: Arial; 
			padding: 0px 4px; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background-color:#fff;	
			letter-spacing: -1.5px;															
		}		

	.tp-caption.medium_grey{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 20px; 
			line-height: 20px; 
			font-family: Arial; 
			padding: 2px 4px; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background-color:#888;		
			white-space:nowrap;	
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);		
		}	
					
	.tp-caption.small_text{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 14px; 
			line-height: 20px; 
			font-family: Arial; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);		
		}
					
	.tp-caption.medium_text{/* Use for main captions */
			position: absolute; 
			color: #fff; 
			font-weight: bold; 
			font-size: 2em; 
			line-height: 1em; 
			font-family: "franklin-gothic-urw",Helvetica, Arial, sans-serif;
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);		
		}
					
	.tp-caption.large_text{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 40px; 
			line-height: 40px; 
			font-family: Arial; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);		
		}	
					
	.tp-caption.very_large_text{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 60px; 
			line-height: 60px; 
			font-family: Arial; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
			letter-spacing: -2px;		
		}
					
	.tp-caption.very_big_white{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 60px; 
			line-height: 60px; 
			font-family: Arial; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			padding: 0px 4px; 
			padding-top: 1px;
			background-color:#000;		
					}	
					
	.tp-caption.very_big_black{
			position: absolute; 
			color: #000; 
			text-shadow: none; 
			font-weight: 700; 
			font-size: 60px; 
			line-height: 60px; 
			font-family: Arial; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;	
			padding: 0px 4px; 
			padding-top: 1px;
			background-color:#fff;		
					}
					
	.tp-caption.boxshadow{
		-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	}
											
	.tp-caption.black{
		color: #000; 
		text-shadow: none;		
	}	
					
	.tp-caption.noshadow {
		text-shadow: none;		
	}	
					
	.tp-caption a { 
	color: #ff7302; text-shadow: none;	-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;	 
}			
	
	.tp-caption a:hover { 
	color: #ffa902; 
}

/* =============================================================================
   For printing
   ========================================================================== */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}


	/* IE 7 */
	
	#ie7 article.intro {
		margin-left: -7.6%;
		margin-right: -7.6%;
		padding-left: -7.6%;
		padding-right: -7.6%;
		max-width: 1000px;
	}
	#ie7 section.featured-post {
		margin-left: -7.6%;
		margin-right: -7.6%;
		max-width: 850px;
	}
	#ie7 section.recent-posts {
		margin-right: 7.6%;
	}

}

/* =IE8 and IE7 Fixes take changes made to @media only screen and (max-width: 1100px) below
	-------------------------------------------------------------- */ 

	/*this is for example only */
	body.home  p {
		*line-height:;
		background-image: \9;
	}
	
	/* IE7 Correction with G1 inside G48 */
	.g48 .g1 {*margin: 0;}

/* =============================================================================
   Media Queries
   ========================================================================== */

	@media only screen and (max-width: 1100px) { 
		.slider {
			height:auto;
			margin-bottom:2%;
		}
			
			
		
			
		}
		
	@media (max-width: 800px) {
		/*#access {  Moves nav to 100% across below logo / use for nave on the side
		height: auto;
		width:100%;
		}*/
		
	#logo img {
		display: block;
		height: auto;
		margin: 1em auto;
		width: auto;
	}
	
	#access a {
		margin-top: 0;
		margin-bottom: .25em;
		line-height: 2.5em;
		padding: 0 1.5em;
	}
		
	
	#logo {width: 98%; margin:1%;}/* Nav moves down. Keep logo large */
	
	.su-tabs-style-1 .su-tabs-nav {/* tabs: for all tabs */
		font-size:.8em;
	}
	
	/* Page Title */
	.page-title-container {
		position:relative;
		top: 0;
		margin-bottom:1em;
	}
	
					
		
		
		}
		
	@media (max-width: 650px) {
		
		body {
		font-size:14px;
		line-height:16px;
		}
		
		/* Switch to One column */
		.g1,.g2,.g3,.g48,.g23,.g19,.g73{display:block; float: left; position: relative; margin-left: 1%; margin-right: 1%; margin-bottom:3%;}
		.g1,.g2,.g3,.g48,.g23,.g19,.g73{width:98.0%;}
		
		/* Columns within columns */
		.g2 .g1, .g2 .g2 {width:98.0%;}
		
		.g3-right {/*add to right g3 column for margin */
			margin-top: 2em;
		}
		
		/* make images 100% and clear line */
		img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {
				clear: both;
				display: block;
				float: none;
				max-width: 100%;
		}
		
		.mobile-only {
			display: block;
			font-size: 1em;
			text-align: center;
			margin: 10px 0;
			color: #999;
		}
		
		/* For pulldown positioning */
		#access ul ul {
			top: 28px;
		}
		
		.tp-bullets, .tparrows {display:none;}	
		
		}
		
	@media (max-width: 480px) {
		body {
			background-image:none !important; padding: 0 0.5em;
		}
		
			
		/* Turns nav into pulldown */	
		.tinynav { 
			display: block; 
			margin: 3% auto;
			width:90%;
			}
		#nav2, #access { display: none }
		
		.footer-social-content ul {
			float: left;
		}
		
		.ftcalendar-event div { /*calendar plugin */
			font-size: .7em;
		}
	
		/* Hide for mobile */
		.mobile-no {display:none;}
		.no-480 {display:none;}
		img.no-480  {display:none;}
		.cta {margin:0;}
		.mobile-only-480 {
			background: none repeat scroll 0 0 #00457c;
			display: block;
			margin: 0.25em 0;
			padding: 0.25em 0.5em;
		} 
		.mobile-only-480 h2, .mobile-only-480 p {margin:0; color:#fff;}
		
		}
		
	@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
			
			
			
		
		}
	
	
	