/*
	Theme Name: Alaska Governor 2016 v3
	Theme URI: https://gov.alaska.gov/
	Author: Stephen Mattson, Office of Governor
	Author URI: https://gov.alaska.gov
	Description: Alaska Governor is designed for the divisions within the State of Alaska Office of the Governor. This theme utilized the 2016 Look and Feel standards. Version 3 is the latest version released 10/30/2017. See Readme.txt for changelog.  
	Version: 3.4

	Text Domain: akgov2016v3
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
	Template: genesis
	Template Version: 2.1
*/

/* Table of Contents

	- HTML5 Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typography
		- Form
		- Buttons
		- List Styles
		- Tables
		- Responsive Menu
		- Content Area
		- Color Scheme
 		- Gallery
		- Accessibility
	- Common Classes
		- WordPress
	- Widgets
		- Featured Content
	- Media Queries
		- max-width: 8em
		- min-width: 12em
		- min-width: 12.4em
		- min-width: 22.8em
		- min-width: 33.75em
		- min-width: 36em
		- min-width: 48em
		- min-width: 54em
		
*/

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

/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
embed, iframe, img, object, video, .wp-caption {
    max-width: 100%;
}
a, button, 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;
}
.left {
	float: left !important;
	margin: 0 10px 10px 0;
}
.right {
	float: right !important;
	margin: 0 0 10px 10px;
}
.clear {clear:both;}
.center {text-align:center;}
.narrow {margin-left: 1.25% !important;}
.hidden {position: absolute; left: -999999px;}
.reveal-target {position: absolute; left: -999999px;}
.reveal-target:target {position:inherit;}
/* Boxes and Alerts
--------------------------------------------- */
.alert {
	border: 1px solid #999;
	background-color: #f5f5f5;
	padding: .325em 1em;
	margin: 1.5em 0;
}
.alert-white {	background-color: #fff;}

/*
Defaults
---------------------------------------------------------------------------------------------------- */
/*** hr tags ***/
/* Gradient transparent - color - transparent */
hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(200, 200, 200, 0.75), rgba(0, 0, 0, 0));
    margin: 0 0 20px;
}
hr.style-three {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	margin: 5px 0 0;
	padding: 0;
}
hr.style-four {
    border: 0;
    height: 0;
    border-top: 5px solid #3f78a7;
	margin: 5px 0 0;
	padding: 0;
}
/* Typography 
--------------------------------------------- */
h1, h2{
    color: #014c8b;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}
h3, h4, h5, h6 {
    color: saddlebrown;
}

h1 a, h2 a{
    color: #014c8b;
}
h3 a, h4 a, h5 a, h6 a{
    color: saddlebrown;
}
h1 {
    font-weight: normal;
    padding-top: .5em;
    font-size: 1.875em;
}
h2 {
    font-size: 1.5em;
    padding: 0;
}
h2.entry-title {
    font-size: 1.125em;
}
h3 {
	font-size: 1.17em;
    margin: 8px 0 5px;
}
h4 {
    font-size: 1.12em;
}
h5 {
    font-size: .83em;
    padding: 1em 0 .25em;
}
h6 {
    font-size: .75em;
}
p {
	font-size: .875em;
	margin: 0 0 26px;
}
.sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
	color: #014c8b;
	padding-left: 10px;
	margin-bottom: 0;
}
.widget-title {
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 3px solid #ececec;
    background-color: #f5f5f5;
    padding: 16px 16px 8px 10px;
	margin: 0 0 0 -1px;
}
.new {
	color: red;
	font-style:italic;
}
/* Form 
--------------------------------------------- */
fieldset {
    border: 0px solid #000000;
    margin: 0;
    padding: 1em;
    background-color: #ffffff;
}
.form-field {
    margin-bottom: 20px;
    clear: both;
}
.form-field, .form-label, .form-field input, .form-submit input {
	font-size: 14px;
}
.form-label {
    color: #444444;
    font-weight: bold;
    text-align: left;
    margin: 0;
    max-width: 100%;
    padding: 0 0 3px 0;
    width: auto;
    display: block;
}
.form-field input[type=text], .form-field input[type=email], .form-field textarea, .form-field select {
    color: #555555;
    background-color: #ffffff;
    border-color: #7f7f7f;
    border-width: 1px;
    border-style: solid;
    border-radius: 0px;
    width: 100%;
    max-width: 100%;
    padding: 6px 10px;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    line-height: 1.3;
}
.form-field input[type=radio], .form-field input[type=checkbox] {
    color: #555555;
	display: inline-block;
}
.form-submit input[type=submit], .form-submit input[type=button] {
    width: auto;
    height: auto;
    line-height: normal;
    text-align: center;
    background: #d1ac2c;
    border-width: 1px;
    border-color: #cccccc;
    border-style: solid;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal;
    border-radius: 4px;
    text-shadow: none;
    padding: 6px 11px;
    box-sizing: border-box;
    box-shadow: 0 1px 1px #eeeeee;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
}
.form-submit input[type=submit]:hover, .form-submit input[type=button]:hover {
    background: #014c8b;
    border-color: #cccccc;
    color: #ffffff;
}
/* Buttons 
--------------------------------------------- */
a.btn:hover {
	text-decoration: none;
}
.btn {
    border: 1px solid #dedede;
    background: #f3f4f4;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    font-style: italic;
    color: #346389;
    margin: 10px 0;
    padding: 5px 10px;
    border-radius: 8px;
    cursor: pointer;
}
.btn:hover {
	    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}
.btn-large {
    padding: 0.5em 2em !important;
    font-size: 1.2em;
}
.btn-small {
    padding: 0.25em 1em !important;
    font-size: 11px;
}
.btn-mini {
    padding: 0.125em 1em !important;
    font-size: 10px;
}
/*
List Styles
--------------------------------------------- */
.content ol, .content ul, .content dl {
    font-size: .875rem;
}
.content ul li, .content ol li { padding: 2px 0;}
.entry-content dt {
	font-weight: bold;
}
ul.no-list li, ol.no-list li{list-style-type: none;}
ul.sticky-nav {
    padding: 1em 0;
    background: rgba(245,245,245,1);
    margin:0 0;
}
ul.sticky-nav li {
    display: inline;
    list-style: none;
    margin: 0 10px !important;
}
ul.sticky-nav a{
    color: #0a4c78;
	font-weight: bold;
}
ul.sticky-nav li a:hover {
    border-bottom: 5px solid  #0a4c78;
    text-decoration: none;
	letter-spacing: 1px;
}
.sticky-top {
	display: none;
}
.sticky {
    background: rgba(245,245,245,1);
	box-shadow: 0px 1px 7px -5px black;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
}
p.sticky-title {
	margin: 16px 0 8px;

}
.sticky p.sticky-title {
    font-size: 9pt;
    margin: 4px auto 0;
    max-width: 960px;
    width: 100%;
    padding: 0 0 0 10px;

}
.sticky ul.sticky-nav {
    max-width: 960px;
    margin: auto;
}
.sticky-back-to-top {
	display: none;	
}
.sticky .sticky-back-to-top {
	display: inline;	
}
.sticky-anchor-link-top {
    margin: 0 0 4em 0;
    width: 1px;
}.sticky-anchor-link {
    margin: 0 0 6em 0;
    width: 1px;
}
/*
Tables
--------------------------------------------- */
table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}
th {
    font-weight: bold;
    text-transform: uppercase;
}
th, td {
    text-align: left;
}
table tbody tr:nth-child(odd) {
    background: rgba(245,245,245,1);
}
table tbody tr td {
    padding: 10px 0 10px 5px;
    line-height: 1.5em;
}
td {
    padding: 6px 0;
    font-size: .875em;
}
/*
Columns
Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.0%;
}
.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}
.one-third {
	width: 32%;
}
.two-sixths {
	width: 30%;
}
.four-sixths,
.two-thirds {
	width: 66%;
}
.one-fourth {
	width: 23%;
}
.three-fourths {
	width: 74%;
}
.one-sixth {
	width: 15%;
}
.five-sixths {
	width: 83%;
}
.first {
	clear: both;
	margin-left: 0;
}

/* Responsive Menu */
/* Styles with .responsive-menu target viewports with a min-width if 48em */ 
.responsive-menu-icon {
	background-color: #3f78a7;
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "Menu";
	display: block;
	font: normal 20px/1 'Open Sans';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	color: #fff;
}
.genesis-nav-menu {
    clear: both;
    line-height: 1.5;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
	font-weight: lighter;
}
.genesis-nav-menu .menu-item, .responsive-menu-icon {
    display: block;
}
.genesis-nav-menu li {
	list-style: none;
}
.genesis-nav-menu > li {
    background-color: #fff;
}
.genesis-nav-menu a, .genesis-nav-menu > .first > a, .genesis-nav-menu > .last > a{
    border: none;
    color: #333;
    display: block;
    font-weight: bold;
    line-height: 1;
    padding: 16px;
    position: relative;
	text-decoration: none;
}
.genesis-nav-menu .menu-item-has-children > a {
    margin-right: 60px;
}
.genesis-nav-menu > .menu-item-has-children:before {
	color: #333;
    content: "+";
	cursor: pointer;
    float: right;
    font: normal 20px/1;
    height: 20px;
    padding: 12px 20px;
    right: 0;
    text-align: right;
    z-index: 9999;
}
.genesis-nav-menu .menu-open.menu-item-has-children:before {
    content: "-";
}
.genesis-nav-menu > li > .sub-menu, .genesis-nav-menu {
    display: none;
}
.genesis-nav-menu .sub-menu {
    padding: 0;
}
.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    color: #333;
    display: block;
    font-size: 88%;
    font-weight: normal;
    padding: 10px 12px 10px 36px;
    position: relative;
    width: auto;
    letter-spacing: .5px;
}
.genesis-nav-menu .sub-menu .sub-menu a {
    background-color: lightgray;
	padding-left: 56px;
}
/* Conent Area */
.showcase section {
    margin: 0;
    padding: 0;
    background: #ffffff;
	max-height: 334px;
}
.content .home-top, .content sidebar, .content .sidebar-home, .content .bottom-block, .footer-block{
    padding: 16px 20px 10px;
}
main.content, article.home-main-content article{
    padding: 0 20px 10px;
}
.entry-content .listing-item {
    margin: 5px 16px;
    padding: 5px 0;
    border-bottom: 1px solid #ececec;
}
.breadcrumb {
    color: #777;
    font-size: 12px;
    padding: 10px;
}
.home .content {
	background: none;
	border: none;
}
.home .content > article, .content {
    background: #fff;
    max-width: 100%;
    width: auto;
	margin: 0;
}
.home .content > article{
    border-right: 1px solid #e2e2e2;
}
.content .entry-header .entry-meta {
    margin: 0;
    border: none;
    padding: 0;
    font-weight: bold;
}
.entry {
    margin-bottom: 1em;
    border-bottom: 1px solid #ececec;
}
.archive-pagination li {
    display: inline;
	list-style: none;
}
.archive-pagination li a {
    background-color: #014c8b;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 4px;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.entry-content .wp-caption-text {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}
/** Lower page widgets **/
.full-width-content .bottom-widgets {
	border-top: 3px solid #efefef;
    margin: 2em 5px 0;
	padding: 0 15px;
}
.full-width-content .bottom-widgets article {
    margin: 0;
    padding: 0;
    font-size: 85%;
}
.full-width-content .bottom-widgets .listing-item{
	border: none;
	margin-left: 0;
}
.full-width-content .bottom-widgets .listing-item .date{
	margin-bottom: 0;
	font-weight: bold;
}
.full-width-content .bottom-widgets li {
    padding: 3px 15px;
    margin: 0 5px;
    background: url(images/icon-li-footer.png) no-repeat 0 10px;
    list-style: none;
}


/** Sidebar Navigation **/
.sidebar ul li {
    font-size: 100%;
	list-style: none;
    text-transform: uppercase;
}
.sidebar p:last-child, .sidebar ul {
    margin: 0;
    padding: 0;
}
.sidebar .sidebar_nav_menu ul li {
    border-top: 1px solid #ececec;
}
.sidebar .sidebar_nav_menu ul > li:first-child {
    border-top: none;
}
.sidebar .sidebar_nav_menu ul li a {
    color: #333333;
    display: block;
    padding: 8px 20px;
}
.sidebar .sidebar_nav_menu ul li:hover, .sidebar .sidebar_nav_menu ul li:hover {
    border-left: 3px solid rgb(0,102,204);
}
.sidebar {
	font-size: .875em;
	max-width: 100%;
    width: 100%;
    padding: 0;
}
.sidebar > section {
    margin-bottom: 2em;
    word-wrap: break-word;
    background-color: #ffffff;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}
.sidebar section div > div {
    padding: 0;
}
.sidebar .widget p {
    margin: 0 16px 26px;
    padding: 0;
    font-size: 100%;
}
.sidebar h5 {
    margin: 0 1em;
    padding: 0;
    color: #000;
}
.sidebar .widget ol, .sidebar .widget ul, .sidebar .widget dl  {
    padding: 10px 20px;
	margin-top: 0;
}
.sidebar .widget ol > li {
    background-image: none;
    list-style-position: inside;
    list-style-type: decimal;
    padding: 8px 0;
    font-size: 100%;
}
.sidebar .widget > ul > li {
    border: none;
    list-style-position: inside;
    list-style-type: decimal;
    padding: 3px 0;
    font-size: 90%;
}
.sidebar .widget_archive select, .sidebar .widget_admin-order select, .sidebar .widget_categories select {
    border-top: 1px solid #ccc;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    padding: 10px;
    width: 100%;
}
.sidebar .widget_archive label, .sidebar .widget_categories label {
    display: none;
}
/** Home Page Specific **/
.home main.content {
    padding: 0;
    max-width: 100%;
}
.home-middle, .home-top {
    background-color: #fff;
    clear: both;
    overflow: hidden;
    padding: 1em 0;
    margin: 0 0 16px;	
}
.home .home-top h2 {
    font-size: 1em;
	text-transform: uppercase;
}
.home-top section article p {
    padding: 0 0 5px;
}
.home article.home-main-content > div > p {
    padding: 0 0 0 20px;
}
.home article.home-main-content .listing-item {
    margin: 0;
}
.home article.page {
    max-width: 595px;
    width: 100%;
    background-color: #ffffff;
	padding: 0 20px;
    margin: 0 0 2em;
}
.home article.home-main-content .date {
    margin: 8px 0;
    font-weight: bold;
    font-size: .825em;
}
.home article.home-main-content .title {
	display: block;
}
.home article.home-main-content .article-heading {
    padding: 0;
    font-weight: normal;
    text-transform: initial;
}
.home .content article.home-main-content h1 {
	font-size: 1.875em;
    font-weight: normal;
    border-width: 1px;
	padding: 0;
    border-bottom: 3px solid #ececec;
	text-transform: uppercase;
	margin: 0 20px;
}
.home .content article.home-main-content h2 {
    font-size: 1em;
}

.home .sidebar-home {
	background: #fff;
	max-width: 100%;
    width: auto;
    padding: 0 20px;
    margin: 0 0 32px 0;
}
.home .sidebar-home h3 {
    color: #0a4c78;
    font-weight: lighter;
    font-size: 1.4rem;
    letter-spacing: 1px;
    background: none;
    padding: 0;
    text-align: center;
    border: none;
    margin: 0;
    text-transform: uppercase;
}
.home .bottom-widgets {
	background-color: #fff;
	width: 100%;
}
.home .home-lower-left {
	clear: both;
}
.home .home-lower-middle, .home .home-lower-left {
	border-top: none;
	margin: 0 2% 32px 0;
}
.home .home-lower-right {
	border-top: none;
	margin: 0;
}
.photostream {
	list-style: none;
	margin: 0;
	padding: 0;
}
.photostream li{
	display: block;
	float: left;
	margin: 1%;
    width: 31.3333333333%;
    height: 31.3333333333%;
}
.photostream li img{
	display: block;
    width: 100%;
}
.home h2.widget-title {
    font-weight: normal;
    padding: 0 0 8px;
    border-bottom: 1px solid #ececec;
    background: none;
	margin: 0 0 16px;
}
.event-date {
    float: left;
    height: 65px;
    width: 65px;
    background: #014c8b;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    font-size: .875em;
    margin: 0 10px 0 0;
}
article.event-info {
    clear: both;
    margin: 16px 0;
	padding: 4px 0;
}
article span.event-day-month {
    border-bottom: 1px solid #fff;
    padding: 0 0 2px 0;
    font-size: 1.2em;
}
h4.event-title {
    border-bottom: 1px solid #ececec;
    font-size: .83em;
    padding: 0 0 5px;
}
.event-coverage {
    padding: 0;
    margin: -6px 0 0 0;
    font-size: .875em;
}
.governor .home-top.widget-area section.widget_wysiwyg_widgets_widget {
    width: 100%;
}
.governor ul.priorities {
    padding: 0 0 13px;
    text-transform: uppercase;
}
ul.priorities li {
    display: inline;
	padding: 0 45px;
	text-align: center;
}
ul.priorities li:first-child {
    padding: 0 20px 0 0;
    text-align: left;
}
ul.priorities li:last-child {
    padding: 0 0 0 20px;
    text-align: right;
}
/* Color Scheme
--------------------------------------------- */
/*
/** AkGov Brown **/
.akgov-brown header.site-header {background-color: #695441 !important;}
.akgov-brown .genesis-nav-menu {background-color: #DEAC79 !important;}
.akgov-brown .genesis-nav-menu a, .genesis-nav-menu > .first > a, .genesis-nav-menu > .last > a {color: #333 !important;}
.akgov-brown .genesis-nav-menu.responsive-menu > li {background: #EED6B2 !important;}
.akgov-brown .footer-widgets {background-color: #695441 !important;}
.akgov-brown .responsive-menu-icon {background-color: #DEAC79 !important;}
/** AkGov Green **/
.akgov-green header.site-header {background-color: #006C3B !important;}
.akgov-green .genesis-nav-menu {background-color: #00864B !important;}
.akgov-green .genesis-nav-menu.responsive-menu > li {background: #03A45E !important;}
.akgov-green .footer-widgets {background-color: #006C3B !important;}
.akgov-green .responsive-menu-icon {background-color: #006C3B !important;}

/* Gallery
--------------------------------------------- */
.gallery img {
    border: none !important;
}

/* Accessbility
--------------------------------------------- */
:target {
  animation: pulse 1s ease;
}
@keyframes pulse {
  0% {    background-color: #e4cd6c; }
  100% { background-color: #ffffff; }
}

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

/* WordPress
--------------------------------------------- */

.avatar {
	border: 1px solid #fff;
	float: left;
}

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

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

.search-form {
    width: 100%;
	*width: 250px; /* IE7 and below */
}
.search-soa {
    max-width: none;
    position: relative;
}
/*.menu-primary .search input[type="submit"]
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	margin-left: 5px;
	width: auto;
}*/
.search-soa [type="search"] {
    height: 32px;
    width: 180px;
    padding: 0 5px;
    font-size: .875em;
}
.widget_search [type="search"]  {
	border: none;
    height: 29px;
    width: 10em;
    padding: 0 5px;
    font-size: .875em;
}
.search-soa  [type="submit"]{
    width: 4em;
}
.widget_search input[type="submit"] {
    margin: 0 0 0 5px;
    padding: 5px;
    border: none;
    font-size: .875em;
    width: 78px;
}
.search-form-expanded {
    text-align: right;
    margin: 0.5em 0 0 0;
    font-size: 80%;
    font-weight: bold;
}
a.aligncenter img {
	display: block;
	margin: 0 auto;
}

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

a.alignnone img,
img.alignnone {
	margin-bottom: 12px;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

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

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}


@media screen and (max-width: 8em) {
}
@media screen and (min-width: 12em) {
}
@media screen and (min-width: 12.4em) {

}
@media screen and (min-width: 17.2em) {

}
@media screen and (min-width: 22.8em) {

}
@media only screen and (min-width: 33.75em) {

}
@media only screen and (min-width: 36em) {
	
/* Primary Nav */	
nav.nav-primary {
    background-color: #3f78a7;
    margin-top: 2em;
}
nav.nav-primary .menu-item-has-children:focus {
	outline: 2px solid;
}	
/* Content Area */
.full-width-content main.content {
    max-width: 100%;
}
main.content {
    background-color: #ffffff;
    max-width: 66%;
}
.home-top section.featured-content,  .lt-governor .home-top.widget-area section.widget_wysiwyg_widgets_widget {
    float: left;
    width: 33%;
    padding: 0 16px;
}
.home-top.widget-area section.featuredpage article img, .home-top.widget-area section.widget_wysiwyg_widgets_widget div img {
    margin: 0 5px 0 0;
}
.home-top section.featured-content article p {
	border-bottom: none;
}
.featured-content img, .gallery img {
    width: auto;
}
}
@media screen and (min-width: 48em) {
.responsive-menu-icon {
    display: none;
}.genesis-nav-menu.responsive-menu > li > .sub-menu, .genesis-nav-menu.responsive-menu {
    display: block;
	text-transform: none;
}
.genesis-nav-menu.responsive-menu > .menu-item-has-children:before, .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before  {
    content: none;
    padding: 0;
}
.genesis-nav-menu .menu-item-has-children > a {
    margin-right: 0;
}
.genesis-nav-menu.responsive-menu > li {
	background: #3f78a7;
    text-transform: uppercase;
    float: left;
}
.genesis-nav-menu.responsive-menu > li:hover {
    background-color: #8AB6D4;
}

.genesis-nav-menu.responsive-menu .sub-menu li {
    min-width: 15em;
}
.genesis-nav-menu.responsive-menu .sub-menu a:hover, .genesis-nav-menu.responsive-menu a:focus {
    border-left: 4px solid #e4cd6c !important; 
    background-color: #fbf8e9 !important;
}
.genesis-nav-menu.responsive-menu > li a, .genesis-nav-menu.responsive-menu > .first > a, .genesis-nav-menu.responsive-menu > .last > a{
    color: #fff;
	padding: 12px 16px;
}
.genesis-nav-menu.responsive-menu .sub-menu {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 0 5px #666;
    left: -9999px;
	margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    z-index: 999;
    text-transform: none;
}
.genesis-nav-menu.responsive-menu li:hover > .sub-menu, .genesis-nav-menu.responsive-menu li:focus > .sub-menu {
    left: auto;
    opacity: 1;
}
.genesis-nav-menu.responsive-menu li:hover > .sub-menu li:hover > .sub-menu, .genesis-nav-menu.responsive-menu li:focus > .sub-menu li:focus > .sub-menu{
    left: 50%;
    top: 5px;
}
.genesis-nav-menu.responsive-menu .sub-menu a {
    border: 1px solid #f5f5f5;
    border-top: none;
	color: #333;
}
.genesis-nav-menu .sub-menu .sub-menu {
    left: -9999px;
}

.genesis-nav-menu .sub-menu .sub-menu a {
    background-color: white;
	padding: 10px 12px;
}
	/* Content Area */
.home .content > article {
	float: left;
    max-width: 59%;
}
.home .sidebar-home {
	float: right;
	max-width: 39%;
}
.home .bottom-widgets {
	float: left;
	width: 32%;
	min-height: 450px;
}
.page .content, .single .content, .blog .content, .archive .content, .search .content {
	float: left;
}
.standard-components .content {
	height: 400px;
}
.sidebar {
	float: right;
	max-width: 32%;
}
.page.right-sidebar .content {
	float: left;
	max-width: 66%;
}
.page.right-sidebar .sidebar {
	float: right;
	max-width: 32%;
}
}
@media screen and (min-width: 54em) {
}
@media print {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid; /* Prevent headings from being printed at the bottom of the page */
  }
    .global-nav-menu {
        display: none;
    }

    .site-header .widget-area {
        display: none;
    }
    .site-logo {display:none; }
	.nav-primary {
        display: none;
    }
	
	.content-sidebar-wrap .sidebar {
		display: none;
	}
	
	.content-sidebar-wrap .content {
		width: 100%;
	}
	.footer-widgets, .footer-global-nav-menu, .site-footer {display: none;}
}