/*
	Theme Name: CAIC Child Theme
	Theme URI: http://slash25.com
	Description: Custom child theme for Genesis 2.0.
	Author: Pat Ramsey
	Author URI: http://slash25.com/
	Version: 2.0

	Template: genesis

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Table of Contents

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

*/

/* @group Imports
---------------------------------------------------------------------------------------------------- */

/*@import url(//fonts.googleapis.com/css?family=Lato:300,700);*/

/* @end */

/* @group HTML5 Reset
	Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

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

/* @end */

/* @group Box Sizing
--------------------------------------------- */

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

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

/* @end */

/* @group Float Clearing
--------------------------------------------- */

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

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

/* @end */

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

/* @group Fonts */

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('lib/fonts/proximanova-regular-webfont.eot');
    src: url('lib/fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('lib/fonts/proximanova-regular-webfont.woff') format('woff'),
         url('lib/fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('lib/fonts/proximanova-regular-webfont.svg#ProximaNovaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaBold';
    src: url('lib/fonts/proximanova-bold-webfont.eot');
    src: url('lib/fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('lib/fonts/proximanova-bold-webfont.woff') format('woff'),
         url('lib/fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('lib/fonts/proximanova-bold-webfont.svg#ProximaNovaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

.homepage .entry-content ol, .homepage .entry-content ul {
    margin-left: 0px;
}

/* @end */

/* @group Typographical Elements
--------------------------------------------- */

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

body {
	background-color: #fff;
	color: #000;
	font-family: 'ProximaNovaRegular', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 18px;
}

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

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

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

a {
	color: #00519A;
	text-decoration: none;
}

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

a:hover,
a:focus {
	text-decoration: underline;
}

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

strong {
	font-weight: 700;
}

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

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

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

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

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

cite {
	font-style: normal;
}

/* @end */

/* @group Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'ProximaNovaBold', sans-serif;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

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

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

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

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

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

/* @end */

/* @group Objects
--------------------------------------------- */

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

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

/* @end */

/* @group Forms
--------------------------------------------- */

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

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

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

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

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

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

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

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

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

/*	width: 215px;
	height: 30px;
	background-color: #f2f2f2;
	margin-right: 5px;*/


.search-form input[type="search"]{
	width: 185px;
	border: none;
	margin: 0;
	padding: 7px 0;
	color: #999;
	float: right;
	background-color: transparent;
}

.search-form input[type="submit"] {
	padding: 0;
	width: 30px;
	height: 30px;
	float: left;
	background: url(images/search.png) no-repeat 50% 50%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	clip: auto;
}

.sidebar .search-form,
.genesis-nav-menu li.search form {
	width: 185px;
	height: 30px;
	background-color: #f2f2f2;
	margin-right: 5px;
}

.sidebar .search-form input[type="search"],
.genesis-nav-menu li.search input[type="search"]{
	width: 155px;
	border: none;
	margin: 0;
	padding: 7px 0;
	color: #999;
	float: right;
	background-color: transparent;
}

.sidebar .search-form input[type="submit"],
.genesis-nav-menu li.search input[type="submit"] {
	padding: 0;
	width: 30px;
	height: 30px;
	float: left;
	background: url(images/search.png) no-repeat 50% 50%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	clip: auto;
}
.sidebar .search-form {
	width: 205px;
}
.sidebar .search-form input[type="search"] {
	width: 175px;
}

/* @end */

/* @group Tables
--------------------------------------------- */

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

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

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

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}
/* @end */

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


/* @group Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	/*width: 1050px;
	padding-left: 15px;
	padding-right: 15px;*/
	width: 1020px;
	padding-left: 0px;
	padding-right: 0px;
}

.site-inner >.wrap {
	width: 1020px;
	padding-left: 0;
	padding-right: 0;
}
.site-inner {
	clear: both;
	padding-top: 40px;
	padding-top: 4rem;
}

.site-inner .entry {
	background: #fff;
	padding: 0 0 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #000;
}

.single .site-inner .entry {
	border-bottom: none;
}

.page-template-fx_map0-php .site-inner,
.page-template-fx_map-php .site-inner,
.page-template-obs_precip-php .site-inner,
.page-template-tmpl_iframe-content-php .site-inner,
.page-template-fx_map0-php .site-inner >.wrap,
.page-template-fx_map-php .site-inner >.wrap,
.page-template-obs_precip-php .site-inner >.wrap,
.page-template-tmpl_iframe-content-php .site-inner >.wrap {
	
	margin: 0 0 0 0;
	width: 100%;
	padding-top: 0;
	padding-top: 0rem;
}

.page-template-fx_map0-php .site-header,
.page-template-fx_map-php .site-header,
.page-template-obs_precip-php .site-header,
.page-template-tmpl_iframe-content-php .site-header,
.page-template-fx_map0-php #wpadminbar,
.page-template-fx_map-php #wpadminbar,
.page-template-obs_precip-php #wpadminbar,
.page-template-tmpl_iframe-content-php #wpadminbar {

	display: none;

}


.page-template-fx_map0-php .site-inner .entry,
.page-template-fx_map-php .site-inner .entry,
.page-template-obs_precip-php .site-inner .entry,
.page-template-tmpl_iframe-content-php .site-inner .entry {

	padding: 0 0 0 0;
	margin-bottom: 0;
	border-bottom: none;

}

.page-template-fx_map0-php.full-width-content .site-inner .content,
.page-template-fx_map-php.full-width-content .site-inner .content,
.page-template-obs_precip-php.full-width-content .site-inner .content,
.page-template-tmpl_iframe-content-php.full-width-content .site-inner .content {

	width: 100%;
	float: none;

}


/* @end */

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


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

.content-sidebar .content-sidebar-wrap {
	/*background: #fff url(images/faux_border.png) repeat-y 790px top;*/
	background: #fff url(images/faux_border.png) repeat-y 840px top;
	overflow: hidden;
}


.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

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

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

/* @end */

/* @group Content */

.content {
	float: right;
	/*width: 770px;*/
	width: 830px;
}

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

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

.full-width-content .content {
	width: 1020px;
}

/* @end */

/* @group Primary Sidebar */

.sidebar-primary {
	float: right;
	/*width: 235px;*/
	/*width: 185px;*/
	width: 155px;
	/*padding-left: 30px;*/
	padding-left: 20px;
}

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

.search .sidebar-primary {
	 margin-top: -40px;
}

/* @end */

/* @group Secondary Sidebar */

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

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

/* @end */

/* @group Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
/**
 * 	Grid System --------------------------------------------------
 */
.row,
.blog-row {
	margin-left: -30px;
	*zoom: 1;
	overflow: hidden;
}

.row [class^="span"],
.blog-row [class^="span"] {
	float: left;
	min-height: 1px;
	margin-left: 30px;
}

.span1 { width: 150px; }
.span2 { width: 320px; }
.span3 { width: 495px; }
.span4 { width: 660px; }
.span5 { width: 830px; }
.span6 { width: 1020px; }
.span7 { width: 490px; }

.row .span51 { width: 875px; margin-left: 0; }

.blog-row .span1 { width: 233px; }
.blog-row .span2 { width: 496px; }
.blog-row .span3 { width: 760px; }

.width760 { width: 760px; }

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

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

.one-third,
.two-sixths {
	width: 326px;
	/*width: 31.623931623931625%;*/
}

.four-sixths,
.two-thirds {
	width: 674px;
	/*width: 65.81196581196582%;*/
}

.one-fourth {
	width: 240px;
	/*width: 23.076923076923077%;*/
}

.three-fourths {
	width: 650px;
	/*width: 74.35897435897436%;*/
}

.one-sixth {
	width: 153px;
	/*width: 14.52991452991453%;*/
}

.five-sixths {
	width: 840px;
	/*width: 82.90598290598291%;*/
}

.first {
	clear: both;
	margin-left: 0;
}
/* @end */

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


/* @group WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

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

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

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

.sticky {
}

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

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

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

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

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

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

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

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

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

/* @end */

/* @group Genesis
--------------------------------------------- */

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

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

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

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

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

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

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

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

/* @end */

/* @group Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.1em;
	font-weight: normal;
}

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

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

.widgettitle {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 17px;
	margin-bottom: 1.7rem;
	text-transform: uppercase;
	font-weight: normal;
}

.sidebar .widgettitle {
	color: #999;
	text-transform: none;
	font-size: 1em;
}

.sidebar .widgettitle a {
	border: none;
}

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

.results-title {
	float: left;
	width: 750px;
}

.caption {
	padding-bottom: 17px;
	margin-bottom: 28px;
	border-bottom: 1px solid #000;
	font-family: 'ProximaNovaBold';
	font-size: 18px;
	text-align: left;
}

/* @end */

/* @group Tooltips */

[class^="icon-"] {
display: inline-block;
width: 14px;
height: 14px;
line-height: 14px;
vertical-align: text-top;
background-position: center;
background-repeat: no-repeat;
text-indent: -9999px;
}
.icon-info { background-image: url('images/info.png'); margin-top: -5px; }
.icon-info-gray { background-image: url('images/info-gray.png'); margin-top: -3px; }

.popup-title {
color: #00529B;
font-size: 18px;
line-height: 18px;
padding: 0 0 20px 45px;
border-bottom: 1px solid #999;
margin-bottom: 25px;
background: url('images/info.png') top left no-repeat;
}

#fancybox-wrap #fancybox-close {
position: absolute;
top: 30px;
right: 30px;
width: 12px;
height: 12px;
cursor: pointer;
z-index: 11103;
background: url('images/close.png') center no-repeat!important;
}

/* @end */

/* @group Login pages */

.site-inner div.login {
	max-height: 543px;
	background: url('images/login-bg.jpg') center no-repeat;
	background-size: 100% auto;
}

.site-inner div.login fieldset {
	padding-top: 115px;
	margin: 0 auto;
	width: 320px;
	color: #fff;
}

.site-inner div.login fieldset > p {
	margin-bottom: 10px;
}

.site-inner div.login label {
	display: block;
	float: left;
	width: 130px;
	margin-left: -130px;
	line-height: 44px; 
}

.site-inner div.login input[type="text"],
.site-inner div.login input[type="password"] {
	padding: 14px 13px;
	width: 303px;
	margin: 0;
	border: none;
}

.site-inner div.login a {
	display: block;
	line-height: 50px;
	color: #999; 
	background: url('images/dot/login.gif') bottom left repeat-x;
}

.site-inner div.login a:hover {
	color: #fff;
	text-decoration: none;
}

.site-inner div.login fieldset > p.forgetmenot {

}
.site-inner div.login p.forgetmenot label {
line-height: inherit;
max-width: 95px;
float: left;
}

div.login .forgetmenot input[type="checkbox"] {
	width: 12px;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.submit input[type="submit"],
.btn,
#mobile-nav-btn,
.brj-mobile-nav-header-wrap .brj-close-btn {
	color: #fff;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	display: inline-block;
	background-color: #00519A;
	background-image: url('images/btns.png');
	background-position: 0 -120px;
	background-repeat: repeat-x;
	border-radius: 3px;
	text-align: center;
	margin: 0;
	border: none;
	cursor: pointer;
}
#mobile-nav-btn {
	font-size: 28px;
}
.submit input[type="submit"] {
	width: 100%;
}


.page-template-tmpl_content-only-php #wpadminbar,
.page-template-tmpl_content-only-php .site-header,
.page-template-tmpl_content-only-php .nav-primary {
	display: none;
}

.page-template-tmpl_content-only-php .site-inner,
.page-template-tmpl_content-only-php .site-inner .wrap,
.page-template-tmpl_content-only-php.full-width-content .content {
	margin: 0 auto;
    width: 100%;
}

.page-template-tmpl-content-only-php .site-inner {
	margin-top: 0;
}
.page-template-tmpl_content-only-php .site-inner div.login fieldset {
    padding-top: 5px;
}

.page-template-tmpl_content-only-php .site-inner .entry {
	border-bottom: none;
	margin-bottom: 0;
}


/* @end */



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


/* @group Featured Content
--------------------------------------------- */

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

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

.featured-content .entry-title a {
	border: none;
}
/* @end */


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


/* @group Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

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

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

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

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

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

/* @end */

/* @group Genesis Latest Tweets
--------------------------------------------- */

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

/* @end */

/* @group Gravity Forms
--------------------------------------------- */

.page-template-tmpl_content-only-php .entry-content .gform_wrapper {
	margin: 0 auto;
	max-width: 400px;
}

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper input[type="password"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 14px 13px;
	padding: 1.4rem 1.3rem;
	max-width: 303px;
	margin: 0;
	box-shadow: none;
}
div.gform_wrapper .ginput_complex label {
	display: block;
	float: left;
	width: 90px;
	margin-left: -90px;
	line-height: 44px; 
	padding: 0;
}

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

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


button, input[type="button"], 
input[type="submit"], 
.button, 
.entry-content .button {
	background-color: #00519A;
	background-image: url('images/btns.png');
	background-position: 0 -117px;
	background-repeat: repeat-x;
}

input[type="reset"] {
	background-color: #999;
	background-image: url('images/btns.png');
	background-position: 0 -70px;
}

/* @end */

/* @group Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
}

.site-header .wrap {
	/*padding: 30px 15px;
	padding: 3rem 1.5rem;*/
	border-bottom: 1px solid #999;
}

header img {
	display: block;
}

/* @end */


/* @group Buttons 
-------------------------------------------------- */
.btn {
	color: #fff;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	display: inline-block;
	background-color: #00519A;
	background-image: url('images/btns.png');
	background-position: 0 -120px;
	background-repeat: repeat-x;
	border-radius: 3px;
	text-align: center;
	margin: 0;
	border: none;
	cursor: pointer;
	font-family: 'ProximaNovaRegular';
	font-size: 14px;
}

.btn:hover {
	text-decoration: none;
}

.btn-large {
	height: 57px;
	line-height: 57px;
	background-position: 0 0;
}

.btn-gray {
	background-color: #999;
	background-position: 0 -180px;
}

.btn-large-gray {
	background-color: #999;
	background-position: 0 -60px;
}

.btn96  { width: 96px; padding: 0; }
.btn104 { width: 104px; padding: 0; }
.btn120 { width: 120px; padding: 0; }
.btn137 { width: 137px; padding: 0; }
.btn175 { width: 175px; padding: 0; }
.btn320 { width: 320px; padding: 0; }

/* @end */


/* @group Title Area
--------------------------------------------- */

.title-area {
	float: left;
	font-family: 'ProximaNovaRegular', sans-serif;
	font-weight: 700;
	padding: 16px 0;
	padding: 1.6rem 0;
	width: 320px;
}

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

.site-title,
p.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
	overflow: hi;
}

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

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

/* @end */

/* @group Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 1020px;
}

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

/* @end */

/* @group Leaderboard banner */

.leaderboard-wrap {
	width: 100%;
	margin: 0;
	background: #F2F2F2;
	
}

.sky_banner_ad {
	margin: 0 auto;
	min-height: 90px;
	width: 1020px;
	padding: 25px 0;
	/*overflow: hidden;*/
	background: #F2F2F2;
}

.sky_banner_ad .widget.adsanity-single img {
	margin: 0 0 0 0;
}

.sky_banner_ad .widget-title {
    font-size: 1.4rem;
    float: left;
    /*padding-right: 44px;*/
	padding-right: 24px;
    font-weight: 300;
    font-family: ProximaNovaRegular, sans-serif;
    text-transform: none;
    /*width: 145px;*/
	width: 105px;
}

.sky_banner_ad section {
	float: left;
}

.sky_banner_ad .ad-728x90 {
	float: left;
}

.sky_banner_ad section.widget_text {
	float: right;
}

.sky_banner_ad section .textwidget {
	min-height: 90px;
	padding-top: 52px;
}


/* @end */

/* @group Logo, hide text */

.header-image .site-header .wrap {
	padding: 30px 15px;
	/*padding: 3rem 1.5rem;*/
	padding: 2rem 0rem .5rem;
	border-bottom: 1px solid #999;
}

.header-image .site-title a {
	float: left;
}

/* @end */

/* @group Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
}

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

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

.site-header .widget-area .widget {
	float: right;
	margin-left: 18px;
}

.site-header .widget-area ul {
	list-style-type: none;
	text-align: right;
}
.site-header .widget-area li {
	display: inline-block;
	text-align: left;
}

.site-header .header-links {
height: 57px;
display: table-cell;
vertical-align: middle;
text-align: left;
}

.site-header .header-links a,
.site-header .header-links a:visited {
	color: #999;
	font-size: 16px;
}

.site-header .widget-area .btn a,
.site-header .widget-area .btn a:visited,
.site-header .widget-area .btn a:hover,
.site-header .widget-area .btn a:focus {
	color: #fff;
}


/* @end */

/* @group Site Navigation
---------------------------------------------------------------------------------------------------- */
/*
.genesis-nav-menu {
	clear: both;
	color: #999;
	font-family: 'ProximaNovaRegular', sans-serif;
	line-height: 1.5;
	width: 1020px;
}

.genesis-nav-menu .sub-menu, 
.genesis-nav-menu .sub-menu .sub-menu {

}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	float: left;
	padding-right: 30px;
}

.genesis-nav-menu a {
	font-size: 16px;
	line-height: 85px;
	border: none;
	color: #00519A;
	display: block;
	position: relative;
}

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

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

.genesis-nav-menu > .menu-item > a {
}

.menu-primary li a .line {
	display: none;
}

.menu-primary li a:hover .line,
.menu-primary li a:focus .line {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: #000;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	background: #fff;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	width: 1020px;
	max-width: 1020px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu .menu-item {
	padding-right: 18px;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: none;
	border-top: none;
	position: relative;
	font-size: 14px;
}

.nav-primary >.wrap{
	position: relative;
}

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

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

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

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

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

.genesis-nav-menu > .right > a {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(images/social.png);
	background-repeat: no-repeat;
}

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

.right .gplus {
	background-position: left top;
}
.right .twitter {
	background-position: -30px top;
}
.right .fbook {
	background-position: -60px top;
}

.genesis-nav-menu li.search {
	margin-left: 5px;
}


.genesis-nav-menu > #follow {
}

.genesis-nav-menu > #follow > a {
	margin-right: 5px;
}
*/
/* @end */

/* @group Site Header Navigation
--------------------------------------------- */

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

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

/* @end */

/* Dropdown site nav */
/* @group Site Navigation */

.genesis-nav-menu {
	clear: both;
	color: #999;
	font-family: 'ProximaNovaRegular', sans-serif;
	line-height: 1.5;
	width: 1020px;
	border-bottom: 1px solid #f2f2f2;
}

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

.genesis-nav-menu a {
	border: none;
	color: #00519a;
	display: block;
	padding: 28px 30px 28px 0;
	padding: 2.8rem 3rem 2.8rem 0;
	position: relative;
	font-size:16px;
}

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

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

.menu-primary li a .line {
	display: none;
}

.menu-primary li a:hover .line,
.menu-primary li a:focus .line {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: #000;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	/*-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;*/
	width: 200px;
	z-index: 99;
	border: 1px solid #f2f2f2;
	border-top: none;
}

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

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
	border: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
}

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

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

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

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

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

.genesis-nav-menu > .right > a {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(images/social.png);
	background-repeat: no-repeat;
}

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

.genesis-nav-menu > .search {
	margin-left: 5px;
}

.right .gplus {
	background-position: left top;
}
.right .twitter {
	background-position: -60px top;
}
.right .fbook {
	background-position: -30px top;
}

.genesis-nav-menu li.search {
	margin-left: 5px;
}


.genesis-nav-menu > #follow {
}

.genesis-nav-menu > #follow > a {
	margin-right: 5px;
}

.genesis-nav-menu > #follow > a.gplus {
	margin-right: 4px;
}

/* @end */

/* @group Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
}

.nav-primary a:hover,
.nav-primary a:focus,
.nav-primary .current-menu-item > a {
	text-decoration: none;
}

.nav-primary .sub-menu a:hover,
.nav-primary .sub-menu a:focus {
	text-decoration: none;
}


/* @end */

/* @group Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/* @group Mobile Nav */

/*#mobile-nav-btn {
	font-size: 26px;
	padding: 20px 24px;
	margin-top: 12px;
	display: bl;
}*/

/* @end */



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

/* @end */

/* @group Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

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

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

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

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

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

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

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

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

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

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

.entry-meta a {
}

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

.entry-footer .entry-meta {
	margin: 0 -40px;
	margin: 0 -4rem;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem 0.8rem;
}

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

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


.entry-meta > span {
	padding-right: 16px;
}

/* @end */

/* @group Pagination
--------------------------------------------- */

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

.archive-pagination li {
	display: inline;
}

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

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

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

/* @end */

/* @group Comments
--------------------------------------------- */

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

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

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

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

.comment-content {
	clear: both;
}

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

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

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

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

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

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

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

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

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

.bypostauthor {
}

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


/* @end */

/* @group Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}

.sidebar a {
	color: #999;
	border-bottom: 1px solid #ddd;
}

.sidebar li a {
	text-decoration: none;
	border-bottom: none;
}

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

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

.sidebar ul > li {
	padding-left: 20px;
	margin-top: 7px;
	background: url('images/dot/gray.png') 0 6px no-repeat;
}
.sidebar ul > li li {
	/*margin-left: -20px;*/
}

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

.sidebar .widget {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 0;
}

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


/* @end */

/* @group Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	text-align: left;
	background-color: #fff;
	border-top: #999;
	clear: both;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1 {
	width: 48%;
	float: left;
}

.footer-widgets-2 {
	width: 48%;
	float: right;
}

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

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

.footer-widgets-3 {
	float: right;
	width: 48%;
	clear: right;
	text-align: left;
}

.footer-widgets a {
}

.footer-widgets a:hover {
}

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

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

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

.footer-widgets .menu li {
	display: inline-block;
	margin-right: 10px;
}

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

.footer-copy {
}

.footer-widgets .widget_sp_image {
	margin-bottom: 0;
}

/* @end */

/* @group Site Footer
---------------------------------------------------------------------------------------------------- */

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

.footer-wrap {
	border-top: 1px solid #999;
}
.site-footer a {

}

.site-footer p {
	color: #999;
	margin-bottom: 5px;
}


/* @end */

/* @group Media Queries
---------------------------------------------------------------------------------------------------- */

/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

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

}*/




/*
@media only screen and (min-width: 1139px) {




}

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

	.site-inner,
	.wrap {
		width: 1020px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

}

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

	body {
		background-color: #fff;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 0;
		padding: 2rem 0;
	}

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

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

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

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

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

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 10px 16px;
		padding: 1rem 1.6rem;
	}

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

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

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

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

	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

}

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

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

}*/
/* @end */

