@charset "utf-8";

/*
Theme Name: Mason, OH Theme
Theme URI: http://www.egovlink.com
Author: EC-Link
Author URI: http://www.egovlink.com
Description:A semantic, HTML5, custom theme for the City of Mason, Oh
Version: 1

Table of Contents
	reset
	html
	structure
		header
		main
		primary
		secondary
		tertiary
		footer
	common
	misc
	mobile

-------------------------------------------------------------- */

/*

Blue
	rgba(0, 136, 202, 1.0) #0088CA

Green
	rgba(77, 134, 35, 1.0) #4D8623

About
	rgba(134, 102, 166, 1.0)

City Gov
	rgba(133, 203, 224, 1.0)

Business
	rgba(197, 214, 81, 1.0)

Services
	rgba(226, 110, 82, 1.0)

To do
	rgba(246, 196, 74, 1.0)



*/

/* $reset  */

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/* clearfix  */
.clearfix:after{display:block;visibility:hidden;clear:both;height:0;content:" ";font-size:0;}

/* !html */
/* -------------------------------------------------------------- */
html{
	overflow-y:scroll;
	margin:0;
	padding:0;
	background:#fff;
	color:#333;
	font-family: 'Open Sans', sans-serif;
	height: 100%;
}

body{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 26px;
	height: 100%;
}

/* Common margin-bottom for vertical rhythm. */
.main ul,
.main ol,
.main dl,
.main p,
.main pre{
margin:0 0 20px 0;
}

label,
.text-input,
textarea,
.btn{
	cursor:pointer;
}

.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus{
	cursor:text;
}

h1,h2,h3,h4,h5,h6{
	color:rgba(77, 134, 35, 1.0);
	margin-bottom:0;
	font-family:'PT Sans', sans-serif;

}

h1, .alpha{
	margin-bottom:10px;
	font-size:32px;
	line-height:36px;
	color: rgba(0, 136, 202, 1.0);
}


h2, .beta{
	margin-bottom:10px;
	font-size:26px;
	line-height:30px;
}

h3, .gamma{
	font-size:22px;
	line-height:30px;
}

h4, .delta{
	font-size:20px;
	line-height:26px;
}

h5, .epsilon{
	font-size:18px;
	line-height:24px;
}

h6, .zeta{
	font-size:16px;
	line-height:20px;
}

small, .milli{
	font-size:12px;
}

tiny, .micro{
	font-size:10px;
}

a{
	color: rgba(0, 136, 202, 1.0);
}
	a:hover{
		color: rgba(77, 134, 35, 1.0);
	}

sup{
}

input, textarea{
}

textarea{
}


blockquote{
	margin:0 10px 10px 10px;
	padding: 10px 10px 0 10px;
	border: 1px solid #ccc;
	background: #eee;
}

blockquote cite{
	display: block;
	width: 100%;
	text-align: right;
	}

img {
    max-width:100%;
    width:auto;
    height:auto;
}

hr{
	border: 0;
	height: 2px;
	background: #333;
}

table{
}

tr {
}

td{
}

canvas {
    -ms-touch-action:double-tap-zoom;
}


/* !structure */
/* -------------------------------------------------------------- */
.wrapper {

}

	.contain {
		margin:0 auto;
		padding:0 10px;
		min-width:300px;
		max-width:940px;
		}


		.contain:after{
			visibility: hidden;
			display: block;
			content: "";
			clear: both;
			height: 0;
			}

		.primary{
			float: left;
			width:70%;
		}

		.page-template-page-home-php .primary,
		.page-template-page-one-column-php .primary,
		.single .primary,
		.blog .primary,
		.search-results .primary{
			float: none;
			width: 100%;

		}
		.interiornav{
			float: left;
			width: 28%;
		}


/* !header */
/* -------------------------------------------------------------- */
.header{
	border-top: 3px solid rgba(0, 136, 202, 1.0);
	border-bottom: 3px solid rgba(77, 134, 35, 1.0);
	padding-top: 15px;
}

	.logo{
		float: left;
		width: 32%;
		margin-bottom: 5px;
		line-height: 0;
	}

	.header .secondary{
		float: right;
		width: 68%;

	}

	.meta{
		text-align: right;
		color: rgba(0, 136, 202, .33);
		}

		.meta .widget{
			display: inline-block;
		}

		.meta .tel{
			color: rgba(0, 136, 202, 1.0);
		}

		.meta .contact-icon{
			color: rgba(0, 136, 202, 1.0);
		}

		.meta .contact-icon:hover{
			color: rgba(0, 136, 202, .50);
		}

		.meta .search-form{
			display: inline-block;
		}
		.meta .search-field{
			border:1px solid rgba(0, 136, 202, 1.0);
		}

		.meta .search-submit{
			background-color: rgba(0, 136, 202, 1.0);
			color:#fff;
			border: none;
		}

	.mainNav{
		margin-top: 52px;
	}

		.mainNav ul{
			text-align: right;
		}

		.mainNav li{
			display:inline-block;
			text-align: right;
			margin:0 0 0 1.66%;
		}



		.mainNav a{
			display:block;
			color:#666;
			text-decoration:none;
			font-size:18px;
			line-height:20px;
			padding: 2px;
			border-bottom: 3px solid #fff;
			text-transform: lowercase;
		}

/* Home */

		.mainNav .menu-item-142 a{
			border-bottom-color:#000
		}

		.mainNav .menu-item-142 a:hover{
			color:#000
		}


		.mainNav .menu-item-142 .sub-menu li{
			background-color:#000
		}

		.mainNav .menu-item-142.current_page_item a,
		.mainNav .menu-item-142.current_page_ancestor a{
			color:#000
		}

/* About */

		.mainNav .menu-item-61 a{
			border-bottom-color:rgba(134, 102, 166, 1.0)
		}

		.mainNav .menu-item-61 a:hover{
			color:rgba(134, 102, 166, 1.0)
		}


		.mainNav .menu-item-61 .sub-menu li{
			background-color:rgba(134, 102, 166, 1.0);
		}

		.mainNav .menu-item-61.current_page_item a,
		.mainNav .menu-item-61.current_page_ancestor a{
			color:rgba(134, 102, 166, 1.0);
		}




/* City Gov */

		.mainNav .menu-item-72 a{
			border-bottom-color:rgba(133, 203, 224, 1.0)
		}

		.mainNav .menu-item-72 a:hover{
			color:rgba(133, 203, 224, 1.0)
		}

		.mainNav .menu-item-72 .sub-menu li{
			background-color:rgba(133, 203, 224, 1.0);
		}

		.mainNav .menu-item-72.current_page_item a,
		.mainNav .menu-item-72.current_page_ancestor a{
			color:rgba(133, 203, 224, 1.0);
		}




/* Business */

		.mainNav .menu-item-81 a{
			border-bottom-color:rgba(197, 214, 81, 1.0)
		}

		.mainNav .menu-item-81 a:hover{
			color:rgba(197, 214, 81, 1.0)
		}

		.mainNav .menu-item-81 .sub-menu li{
			background-color:rgba(197, 214, 81, 1.0);
		}

		.mainNav .menu-item-81.current_page_item a,
		.mainNav .menu-item-81.current_page_ancestor a{
			color:rgba(197, 214, 81, 1.0);
		}


/* Services */

		.mainNav .menu-item-91 a{
			border-bottom-color:rgba(226, 110, 82, 1.0)
		}

		.mainNav .menu-item-91 a:hover{
			color:rgba(226, 110, 82, 1.0)
		}

		.mainNav .menu-item-91 .sub-menu li{
			background-color:rgba(226, 110, 82, 1.0);
		}

		.mainNav .menu-item-91.current_page_item a,
		.mainNav .menu-item-91.current_page_ancestor a{
			color:rgba(226, 110, 82, 1.0);
		}


/* To Do */

		.mainNav .menu-item-104 a{
			border-bottom-color:rgba(246, 196, 74, 1.0)
		}

		.mainNav .menu-item-104 a:hover{
			color:rgba(246, 196, 74, 1.0)
		}

		.mainNav .menu-item-104 .sub-menu li{
			background-color:rgba(246, 196, 74, 1.0);
		}


		.mainNav .menu-item-104.current_page_item a,
		.mainNav .menu-item-104.current_page_ancestor a{
			color:rgba(246, 196, 74, 1.0);
		}




		.mainNav li .sub-menu{
			position:absolute;
			left:-9999em;
			z-index:1000;
			display:none;
			box-shadow:2px 2px 3px rgba(0,0,0,0.33);
		}

			.mainNav li:hover .sub-menu{
				left:auto;
				display:block;
				margin-top: -3px;
			}

			.mainNav li .sub-menu li {
				display:block;
				border-top:1px solid #fff;
				background:#333;
				margin: 0;
			}


				.mainNav li .sub-menu li:first-child{
					border-top:none;
				}


				.mainNav li .sub-menu a{
					display:block;
					padding:0px 12px;
					width:auto;
					height:28px;
					color:#fff;
					text-align:left;
					text-transform:lowercase;
					white-space:nowrap;
					font-size:14px;
					line-height:28px;
					border-bottom: none;

				}

				.mainNav .sub-menu li a:hover{
					color:#000;
					background-color:#fff;
				}

				.mainNav .current_page_item li a,
				.mainNav .menu-item-61.current_page_item li a,
				.mainNav .menu-item-61.current_page_ancestor li a,
				.mainNav .menu-item-61.current_page_parent li a,
				.mainNav .menu-item-72.current_page_item li a,
				.mainNav .menu-item-72.current_page_ancestor li a,
				.mainNav .menu-item-72.current_page_parent li a,
				.mainNav .menu-item-81.current_page_item li a,
				.mainNav .menu-item-81.current_page_ancestor li a,
				.mainNav .menu-item-81.current_page_parent li a,
				.mainNav .menu-item-91.current_page_item li a,
				.mainNav .menu-item-91.current_page_ancestor li a,
				.mainNav .menu-item-91.current_page_parent li a,
				.mainNav .menu-item-104.current_page_item li a,
				.mainNav .menu-item-104.current_page_ancestor li a,
				.mainNav .menu-item-104.current_page_parent li a{
					color:#fff;
				}


				.mainNav .current_page_item li a:hover,
				.mainNav .menu-item-61.current_page_item li a:hover,
				.mainNav .menu-item-61.current_page_ancestor li a:hover,
				.mainNav .menu-item-61.current_page_parent li a:hover,
				.mainNav .menu-item-72.current_page_item li a:hover,
				.mainNav .menu-item-72.current_page_ancestor li a:hover,
				.mainNav .menu-item-72.current_page_parent li a:hover,
				.mainNav .menu-item-81.current_page_item li a:hover,
				.mainNav .menu-item-81.current_page_ancestor li a:hover,
				.mainNav .menu-item-81.current_page_parent li a:hover,
				.mainNav .menu-item-91.current_page_item li a:hover,
				.mainNav .menu-item-91.current_page_ancestor li a:hover,
				.mainNav .menu-item-91.current_page_parent li a:hover,
				.mainNav .menu-item-104.current_page_item li a:hover,
				.mainNav .menu-item-104.current_page_ancestor li a:hover,
				.mainNav .menu-item-104.current_page_parent li a:hover{
					color:#000;
				}

	.featured{
		border-bottom: 3px solid #999;
		background: #4d8623;
		background: -moz-linear-gradient(left, #4d8623 0%, #0088ca 22%, #0088ca 75%, #4d8623 100%, #0088ca 100%);
		background: -webkit-linear-gradient(left, #4d8623 0%,#0088ca 22%,#0088ca 75%,#4d8623 100%,#0088ca 100%);
		background: linear-gradient(to right, #4d8623 0%,#0088ca 22%,#0088ca 75%,#4d8623 100%,#0088ca 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d8623', endColorstr='#0088ca',GradientType=1 );
	/*
		background-color: rgba(0, 90, 134, 1.0);
		background-image: url(_images/m-wave.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		*/
		}

	.featured div.ms-slide-info.ms-dir-h.ms-align-bottom{
		min-height: 0 !important;
		padding-bottom: 10px;
		bottom: 0 !important;
		left: 100px;
		color: #fff;

	}
	.featured div.ms-slide-info.ms-dir-h.ms-align-bottoma{
		color: #fff;
		}


/* !main */
/* -------------------------------------------------------------- */


.main{
	margin-top: 30px;
}

.main ul, .main ol{
	margin-left:20px;
	width:auto;
	list-style-type:disc;
}

.main ul ul{
	margin-bottom:0;
	list-style-type:circle;
}

.main ol{
	margin-left:25px;
	list-style-type:decimal;
}

.seven{
	background-position: right top !important;
}

/* !primary */
/* -------------------------------------------------------------- */


.primary li{
	margin-left: 20px;
	margin-bottom: 5px;
}

.primary a{

	text-decoration: underline;
}

.primary table{
	margin: 20px 0;
}

.primary td{
	padding: 5px !important;
}

.primary tr:nth-child(odd){
	background-color: rgba(233, 244, 249, 1.0);
}

/* !secondary */
/* -------------------------------------------------------------- */

.interiornav ul{
	list-style-type: none;
	margin: 0 20px 0 0;
	border:1px solid rgba(21, 137, 200, 1.0);
}


	.interiornav ul ul{
		list-style-type: none;
		margin: 0;
		border:none;


	}

	.interiornav ul li{
			border-top:1px solid rgba(21, 137, 200, .5);
	}

	.interiornav ul ul li,
	.interiornav ul li:first-child{
			border-top:none;
	}


		.interiornav li a{
			display:block;
			padding:0px 20px 0 10px;
			width:auto;
			height:32px;
			color:rgba(21, 137, 200, 1.0);
			background-color: rgba(21, 137, 200, .10);
			text-align:left;
			text-transform:lowercase;
			white-space:nowrap;
			font-size:14px;
			font-weight: 600;
			line-height:32px;
			text-decoration: none;
		}

		.interiornav .menu-item-has-children a{
			height: 24px !important;
			line-height: 24px !important;
		}

		.interiornav a:hover{
			background-color: rgba(21, 137, 200, .33);
		}

		.interiornav li li a{
			padding:3px 20px !important;
			height:24px;
			font-size:14px;
			font-weight: 400;
			line-height:24px;
		}
		.interiornav li li:last-child a{
			padding:0px 20px 8px 20px;
		}

/* !footer */
/* -------------------------------------------------------------- */


.footer{
	background-color: rgba(77, 134, 35, 1.0);
	padding: 19px 0;
	margin-top: 30px;
	color: rgba(255, 255, 255, .50);
}

	.footer .menu{
		text-align: center;
	}

		.footer .menu li{
			display:inline-block;
		}

		.footer .menu li:after {
			content:" | ";
		}

		.footer .menu li:last-child:after {
			content:"";
		}

		.footer .menu a{
			font-size: 16px;
			color: #fff;
			text-decoration: none;
		}

		.footer .menu a:hover{
			text-decoration: underline;
			color: rgba(255, 255, 255, .50);
		}

.sub-footer{
	padding: 5px 0;
	color: rgba(0, 136, 202, 1.0);
	font-size: 12px;
	line-height: 16px;
}

/* !misc */
/* -------------------------------------------------------------- */


/* Alignment */

.alignleft {
	display:inline;
	float:left;
	margin-right: 30px !important;
}
.alignright {
	display:inline;
	float:right;
	margin-left: 30px !important;
}
.aligncenter {
	display:block;
	clear:both;
	margin-right:auto;
	margin-left:auto;
}

.screen-reader-text{
	display: none;
}

.su-button i {
	float: right;
	position: relative;
	top:5px;
}

.mobile-only{
	display: none;
}

.entry-meta{
	font-size: 12px;
	margin: 10px 0;
}

.blog h1 a,
.archive h1 a{
	text-decoration: none;
}

.read-more{
	display: block;
	text-align: right;
	margin-bottom: 20px;
}


.search-results .read-more{
	margin-bottom: 0 !important;
}

.search-results article{
	margin-bottom: 30px;
}

.archive .page-header h1{
	text-transform: lowercase;
}

.post-thumb{
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	outline: 1px dashed #f00 !important;
	}


/* home */
/* -------------------------------------------------------------- */

.home-ctas{
	padding-top: 20px !important;
}

.home .ai1ec-agenda-widget-view .ai1ec-date{
	border: none !important;
	background: transparent !important;
}

.home .ai1ec-agenda-widget-view .ai1ec-month{
	background: rgba(68, 161, 211, 1.0) !important;
}

/* Shortcodes Ultimate Column Overrides */
/* -------------------------------------------------------------- */


.su-row {
	clear: both;
	zoom: 1;
	margin-bottom: 1.5em;
}
.su-row:before,
.su-row:after {
	display: table;
	content: "";
}
.su-row:after { clear: both; }
.su-column {
	display: block;
	margin: 0 4% 0 0;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.su-column-last { margin-right: 0; }
.su-row .su-column { margin: 0 0 0 4%; }
.su-row .su-column.su-column-size-1-1 { margin-left: 0; margin-right: 0; }
.su-row .su-column:first-child { margin-left: 0; }
.su-column-centered {
	margin-right: auto !important;
	margin-left: auto !important;
	float: none !important;
}
.su-column img,
.su-column iframe,
.su-column object,
.su-column embed { max-width: 100%; }
@media only screen {
	[class*="su-column"] + [class*="su-column"]:last-child { float: right; }
}
.su-column-size-1-1 { width: 100%; }
.su-column-size-1-2 { width: 48%; }
.su-column-size-1-3 { width: 30.66%; }
.su-column-size-2-3 { width: 65.33%; }
.su-column-size-1-4 { width: 22%; }
.su-column-size-3-4 { width: 74%; }
.su-column-size-1-5 { width: 16.8%; }
.su-column-size-2-5 { width: 37.6%; }
.su-column-size-3-5 { width: 58.4%; }
.su-column-size-4-5 { width: 79.2%; }
.su-column-size-1-6 { width: 13.33%; }
.su-column-size-5-6 { width: 82.66%; }
/* Styles for screens that are less than 768px */
@media only screen and (max-width: 768px) {
	.su-column {
		width: 100% !important;
		margin: 0 0 1.5em 0 !important;
		float: none !important;
	}
	.su-row .su-column:last-child {
		margin-bottom: 0 !important;
	}
}



@media only screen and (max-width: 768px) {
	.su-column {
		margin: 0 0 0 4%; !important;
		float: left !important;
	}

.su-column .su-column-size-1-1 { width: 100% !important; float: left !important}
.su-column .su-column-size-1-2 { width: 48% !important; float: left !important}
.su-column .su-column-size-1-3 { width: 30.66% !important; float: left !important}
.su-column .su-column-size-2-3 { width: 65.33% !important; float: left !important}
.su-column .su-column-size-1-4 { width: 22% !important; float: left !important}
.su-column .su-column-size-2-4 { width: 48% !important; float: left !important}
.su-column .su-column-size-3-4 { width: 74% !important; float: left !important}
.su-column .su-column-size-1-5 { width: 16.8% !important; float: left !important}
.su-column .su-column-size-2-5 { width: 37.6% !important; float: left !important}
.su-column .su-column-size-3-5 { width: 58.4% !important; float: left !important}
.su-column .su-column-size-4-5 { width: 79.2% !important; float: left !important}
.su-column .su-column-size-1-6 { width: 13.33% !important; float: left !important}
.su-column .su-column-size-5-6 { width: 82.66% !important; float: left !important}

	.su-row .su-column:last-child {
		margin-bottom: auto !important;
	}
}

@media only screen and (max-width: 767px) {
	.su-column {
		width: 100% !important;
		margin: 0 0 1.5em 0 !important;
		float: none !important;
	}
	.su-row .su-column:last-child {
		margin-bottom: 0 !important;
	}
}


/* !Images */
/* -------------------------------------------------------------- */

a img {
	border:none;
}
p img {
	margin-bottom:5px; /* a small bottom margin prevents content floating under images */
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width:100%; /* When images are too wide for containing element, force them to fit. */
	height:auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft, .wp-caption.alignleft {
	margin-right:10px;
}
img.alignright, .wp-caption.alignright {
	margin-left:10px;
}
.wp-caption {
	padding:10px 10px 0 10px;
	border: 1px solid #ccc;
	background: #eee;
	text-align:center;
	font-style:italic;
}
.wp-caption img {
	margin:0px;
}
.wp-caption .wp-caption-text {
	margin:10px;
	font-size: 12px;
}
.wp-smiley {
	margin:0;
}


/* Mobile */
/* -------------------------------------------------------------- */


/* !mobile search */
/* -------------------------------------------------------------- */

#responsive-menu-additional-content .search-field{
	width: 70%;
	font-size: 21px !important;
	line-height: 31px !important;
	height: 31px !important;
	padding: 5px 1px !important;
	-webkit-appearance: none;
	border: none;
	outline: none;

}

#responsive-menu-additional-content .search-submit{

	width: 20%;
	font-size: 18px !important;
	line-height: 20px !important;
	height: 31px !important;
	padding: 4px 0 9px 0!important;
	-webkit-appearance: none;
	border: 1px solid #fff;;
	outline: none;
	color: #fff;
	background-color: #4D8623;

}

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


		.mainNav li{
			display:inline-block;
			text-align: right;
			margin:0 0 0 1%;
		}


}

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



		.mainNav a{
			font-size:16px;
			line-height:20px;
			padding: 0;
			}



}

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


	.mobile-only{
		display: block;
	}

	.primary,
	.secondary{
		float: none;
		width: 100%;

	}

	.desktopNav,
	.interiornav{
		display: none;
	}

	.header{
		padding-top: 70px;
	}

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

	.responsive-menu-box{
		width: 280px !important;
	}

	.responsive-menu-inner:before,
	.responsive-menu-inner,
	.responsive-menu-inner:after{
		width: 280px !important;
	}

	.responsive-menu-boring.is-active .responsive-menu-inner:before,
	.responsive-menu-boring.is-active .responsive-menu-inner,
	.responsive-menu-boring.is-active .responsive-menu-inner:after {
    transform: none !important;
	}

	.responsive-menu-boring.is-active .responsive-menu-inner::before {
    top: -8px !important;
    opacity: 1 !important;
	}

	.responsive-menu-boring.is-active .responsive-menu-inner::after {
    top: 8px !important;
    opacity: 1 !important;
	}

	.responsive-menu-label{
		font-weight: normal !important;
	}

	.logo{
		width: 45%;
	}

	.header .secondary{
		width: 50%;

	}

	.meta{
		color: #fff;
	}

	#responsive-menu-container{
		padding-top: 55px !important;
	}
}


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

	.meta .search-form{
		display: none;
	}

	.header .secondary{
		padding-top: 25px;

	}


}

/* CSS Document *