/*
Name: Alaska Governor Genesis Theme
URI: www.elect.alaska.net
Author: Phillip Malander
Elections: Results Style Sheet
Version: 0.2
*/

/* Classes for always float left */
.left {
	float: left !important;
	margin: 0 10px 10px 0;
}
/* A class for always float right */
.right {
	float: right !important;
	margin: 0 0 10px 10px;
}
/* A class ror clearing */
.clear {clear:both;} 
/* A class for centering */
.center {text-align:center;}

/* A class for narrowing- */
.narrow {margin-left: 1.25% !important;} 
.hidden {display:none;} /* A class for hiding */

/* Typographical Elements
--------------------------------------------- */
body {
/* The body style is standardized for all State of Alaska sites. Please do all modifications to the body tag in the statewide.css.*/
}

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;
}

::-moz-selection {
	background-color: #222;
	color: #fff;
}

::selection {
	background-color: #222;
	color: #fff;
}

a {
	color: rgb(0,102,204);
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	text-decoration: underline;
}

p {
    line-height: 1.5em;
    margin: 0 0 1em;
}
p, .content ol, .content ul, .content dl {font-size: .875em;}
strong {
	font-weight: 700;
}



dd {margin: -4px 0 10px 20px;}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0a4c78;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}
h1 a, 
h2 a, 
h3 a,
h4 a,
h5 a,
h6 a {
    color: #0a4c78;
}
h1 {
    font-weight: normal;
    text-transform: uppercase;
    padding-top: .5em;
	font-size: 1.875em;
}
h2 {
	font-size: 1.5em;
    padding: 0;
}
h2 .more {
    font-size: .750em;
    padding-top: 5px;
    float: right;
    color: #333;
    font-weight: normal;
}
h3 {
    font-size: 1.17em;
    margin: .5em 0 .375em;
}
h4 {
	font-size: 1.12em;
}

h5 {
	font-size: .83em;
    padding: 1em 0 .25em;
}
h6 {
	font-size: .75em;
}
.dropcap {
    font: italic 4.25rem/.75 "times new roman", times, serif;
    float: left;
    margin: 0.375rem 0.5rem 0 0;
}
.new {
    color: red;
	font-weight: bold;
	font-style: italic;
}
/*** Home Page Headings ***/
.home article.home-main-content .listing-item {
    margin: 0;
}
main.content, article.home-main-content article {
    padding: 0 20px 10px;
}
.home .content h1 {
    font-size: 1.875em;
    border-width: 1px;
    padding: 10px 0 0;
    border-bottom: 3px solid #ececec;
    margin: 0 20px;
}
.home .sidebar-home h1 {
    font-weight: lighter;
    font-size: 1.25rem;
    letter-spacing: 1px;
    margin: 0;
    background: none;
    border: none;
    padding: 0;
}
.home .content h2 {
	font-size: 1em;
    padding: 0;
	font-weight: normal;
}
.home .sidebar-home h2 {
    background: none;
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 4px double;
    margin: 0 0 5px 116px;
    padding: 0;
    font-size: 2em;
}
h2 .more {
    font-size: .750em;
    padding-top: 5px;
    float: right;
    color: #333;
    font-weight: normal;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.border { border: 1px solid #aaaaaa;}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Photogrid
--------------------------------------------- */
ul.photogrid {
    overflow: hidden;
    margin: 1em;
    list-style: none;
    padding: 0;
}
ul.photogrid li span {
    display: block;
}
ul.photogrid li {
    float: left;
    width: 30%;
    text-align: center;
    height: 240px;
    margin: .5em;
	padding: 84px 0px 30px;
}
/* Forms
--------------------------------------------- */

fieldset {
    border: none;
}
input,
select,
textarea {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
input[type=text], input[type=email] {
    width: 100%;
    height: 32px;
    margin-bottom: 13px;
    padding-left: 10px;
    background-color: #eeeeee;
    border: 1px inset rgba(250,250,250,.5);
    font-size: smaller;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
	box-shadow: none;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
    color: white;
    padding: 10px 7px;
    margin: 10px 8px 20px 0px;
    display: inline-block;
    background-color: #d1ac2c;
    text-align: center;
    width: auto;
    border: 0;
    box-shadow: none;
	border-radius: 5px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
    background-color: #0a4c78;
}
.button {
	display: inline-block;
}
a.button {text-decoration:none;}
#search-button {	
    cursor: pointer;
    border: 1px solid #7F7F7F;
    width: auto;
    padding: 8px 14px 7px;
    background-color: #cccccc;
    color: #222;
    margin: 0;
    font-size: .875em;
}
#search-button:hover {
	    background-color: #ececec;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.home-cta a.button{
	display: inline-block;
	margin-top: -30px;
	text-align: center;
}


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	padding: 0;
	font-size:.875em;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	margin: 0 auto;
	max-width: 60em;
}
.site-inner {
    background: #ffffff;
}
.showcase {background-color: #ffffff;}
/* Column Widths and Positions
--------------------------------------------- */
/* Transition Style */
.transition .content ul, .transition .content ol {
	margin: 8px 0;
}
.transition .content li {
	padding: 0 16px 5px;
}
.transition .content li a{
	font-weight: bold;
}


/* Content  */
.content {
	float: right;
	width: 66.13%;
	padding: 0;
	background-color: #ececec;
}
#mainContent {
	background-color: #fff;
}
.content-sidebar .content {
	float: left;
	-moz-box-shadow: 1px 1px 0 0 #e2e2e2;
	-webkit-box-shadow: 1px 1px 0 0 #e2e2e2;
	box-shadow: 1px 1px 0 0 #e2e2e2;
}
.full-width-content .content {
	width: 100%;
}
.content .home-top, .content sidebar, .content .sidebar-home, .content .bottom-widgets, .footer-widgets {
    padding: 16px 20px 10px;
	background-color: #ffffff;
}
/* Homepage Sidebar */

.home .sidebar-home {
    float: right;
    max-width: 39%;
    width: auto;
    padding: 0 20px;
    margin: 0 0 32px 0;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 32.26%;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* Column Classes
	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,
.two-sixths {
	width: 32%;
}
.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;
}


/*
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"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
.search-soa [type="search"] {
    height: 2.4em;
    width: 10em;
}
.search-soa  [type="submit"] {
    width: 4em;
}
.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;
}
img.alignleft {
    float: left;
    margin: 0 16px 5px 0;
}
.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.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;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	color: #777;
	font-size: 12px;
	padding: 10px;
}
.archive-description,
.author-box {
	margin-bottom: 30px;
	padding: 30px;
}

.archive-description {
	padding: 16px 20px;
}

.author-box {
	background-color: #f5f5f5;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	font-size: 14px;
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
}


/* Titles
--------------------------------------------- */

.entry-title {
	margin: 0;
	padding: 0em 0em .5em;
}

.entry-title a,
.sidebar .widget-title a {
	color: #0a4c78;
}

.entry-title a:hover,
.footer-widgets .entry-title a:hover {
	color: #64c9ea;
	text-decoration: none;
}

.widget-title{
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 3px solid #ececec;
    background-color: #f5f5f5;
    padding: 1em 1em .5em .675em;
}

.footer-widgets .entry-title,
.sidebar .entry-title {
	font-size: 16px;
}

.footer-widgets .entry-title a,
.footer-widgets .widget-title {
	color: #fff;
}

/* Boxes and Alerts
--------------------------------------------- */
.alert {
	border: 1px solid #999;
	background-color: #f5f5f5;
	padding: .325em 1em;
	margin: 1.5em 0;
}
.alert-white {	background-color: #fff;}

/* Featured Box (use gallery css to size box width)
--------------------------------------------- */
.featured-box {
	border: 1px solid #cecece;
	margin: 0 5px 16px;
}
.featured-box img, .featured-box iframe {display: block; margin: 0; padding: 0;}
.featured-box h4 {background: rgba(83, 129, 160, 1.00); color:#fff; margin: 0 0 5px; padding: 5px 10px;}
.featured-box h4:hover{ background: rgba(10,76,120,1.00)}
.featured-box h4 a {color: #fff; text-decoration: none;}
.featured-box p {font-size: 84%; margin:0 !important; padding: 5px; min-height:120px;}

/* Icons 
--------------------------------------------- */
ul.social-media li a{
    background-image: url(http://gov.alaska.gov/wp-content/uploads/sites/5/2016/01/icons-sprite.png);
    background-repeat: no-repeat;
	border-radius: 50%;
    display: inline-block;
    text-indent: -99999px;
	height: 37px;
	max-width: 37px;
	width: 100%; 
}
ul.social-media li{
	background: none;
	display: inline;
	padding: 0 !important;
}
ul.social-media .facebook {background-position: 0 0}
ul.social-media .vimeo {background-position: -40px 0}
ul.social-media .flickr {background-position: -80px 0}
ul.social-media .twitter {background-position: -120px 0}
ul.social-media .facebook-gr {background-position: 0 -39px}
ul.social-media .vimeo-gr {background-position: -40px -39px}
ul.social-media .flickr-gr {background-position: -80px -39px}
ul.social-media .twitter-gr {background-position: -120px -39px}
ul.social-media a:hover {height: 40px}
ul.social-media .facebook:hover {background-position: 0 0}
ul.social-media .vimeo:hover {background-position: -40px 3px}
ul.social-media .flickr:hover {background-position: -80px 3px}
ul.social-media .twitter:hover {background-position: -120px 3px}
ul.social-media .facebook-gr:hover {background-position: 0 -36px;}
ul.social-media .vimeo-gr:hover {background-position: -40px -36px}
ul.social-media .flickr-gr:hover {background-position: -80px -36px}
ul.social-media .twitter-gr:hover {background-position: -120px -36px}
.socialmedia-icons ul li a {
    color: #ffffff;
    background-color: #999999;
    padding: 10px;
    border-radius: 50%;
    font-size: 160%;
}
/*
Widgets
---------------------------------------------------------------------------------------------------- */
/* Homepage Featured Page
--------------------------------------------- */
.home-top .featured-content {
    float: left;
    width: 33%;
    padding: 8px 8px 0;
}
.home-top .featured-content article {
    box-shadow: none;
	margin: 0;
}
.home-top .featured-content article img {
    margin: 0 5px 0 0;
}
.home-top .featured-content article h2 {
    font-weight: bold;
    text-transform: uppercase;
}
.home-top .featured-content article p {
    clear:both;
	font-size:80%;
	margin: 0;
}



/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis Responsive Slider
--------------------------------------------- */

.home-slider li {
	margin: 0;
	padding: 0;
}

.content #genesis-responsive-slider {
	background: none;
	border: none;
	padding: 0;
}

.content .genesis_responsive_slider .slide-excerpt {
	background-color: #222;
	filter: alpha(opacity=100);
	height: 100%;
	margin: 0;
	padding: 4% 5.5%;
	opacity: 1;
}

.content .genesis_responsive_slider .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 0;
}

.content .genesis_responsive_slider h2,
.content .genesis_responsive_slider h2 a {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.content .genesis_responsive_slider p {
	color: #ddd;
}

.content .genesis_responsive_slider p a {
	display: block;
	margin-top: 20px;
}

.content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	right: -20px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	left: -20px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

.content .genesis_responsive_slider .flexslider .slides > li {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.content .genesis_responsive_slider .flex-control-nav {
	margin: -50px 0 0 0;
	padding-left: 60px;
	text-align: left;
}

.content .genesis_responsive_slider .flex-control-nav li {
	margin: 0 0 0 5px;
	padding: 0;
}

.content .genesis_responsive_slider .flex-control-nav li a {
	background: url(images/icon-control-nav.png) no-repeat 0 0;
	background-size: 13px 39px;
}

.content .genesis_responsive_slider .flex-control-nav li a:hover {
	background-position: 0 -13px;
}

.content .genesis_responsive_slider .flex-control-nav li a.active {
	background-position: 0 -26px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background: url("../images/bg.jpg") no-repeat -110px -70px;
	margin: 0 auto;
	min-height: 100px;
	width: 100%;
}

/* Title Area
--------------------------------------------- */

.title-area {
	color: #333333;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: 700;
	float: left;
	line-height: 1;
	overflow: hidden;
	text-transform:uppercase;
	padding: 0;
}
.title-area a,
.title-area a:hover {
	color: #333333;
	display: block;
	text-decoration: none;
}
.site-logo img {
    float: left;
}
.site-title {
	float: left;
	*float: none; /* IE7 and below */
	font-size: 1.25rem;	
	padding: 1em 0 0;
	margin: 0 0 0 .7em;
}
.site-description {
    font-size: 1.75em;
    margin: 0 0 0 .45em;
    float: left;
}


/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

/* Logo, hide text */

.header-image .site-description,
.header-image .site-title a {
	display: block;
	*display: inline; /* IE7 and below */
/*	text-indent: -9999px;  */
}

.header-image .title-area {
	float: left;
	margin: 1em;
	max-width: 60%;
	min-height: 100px;
	width: 100%;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
}

.site-header .widget-wrap {
    float: right;
    margin: 1em;
}

.search-filed-big {
}



/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.menu-primary {
	background-color:  #0a4c78;
	clear: both;
	color: #fff;
	line-height: 1.5;
	margin: 0;
	overflow: hidden;
	padding: 0;
	*padding: 7px 0 6px; /* IE7 and below */
	width: 100%;
	text-transform: uppercase;
}
.menu-primary .menu-item {
	display: inline-block;
	*display: inline; /* IE7 and below */
	margin: 0;
	padding: 0;
	text-align: left;
}
.menu-primary a {
	color: #fff;
	display: block;
	padding: .5em 1.250em;
	position: relative;
	font-weight: lighter;
}


.menu-primary > li:hover,
.menu-primary a:hover {
	background-color: #333;
	color: #fff;
	text-decoration: none;
}

.menu-primary .current-menu-item > a {
	background-color: #333;
	color: #fff;
	padding: .5em 1.250em .425em;
}

.menu-primary .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;
	-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;
	z-index: 999;
	text-transform: none;
}

.menu-primary .sub-menu a {
	background-color: #fff;
	border: 1px solid #f5f5f5;
	border-top: none;
	color: #333;
    display: block;
    font-size: 88%;
    font-weight: normal;
	padding: .625em 0.75em;
	position: relative;
	width: auto;
    letter-spacing: .5px;
}

.menu-primary .sub-menu a:hover {
    border-left: 4px solid #e4cd6c;
    background-color: rgba(228, 205, 108, 0.15);
	color: #222;
}

.menu-primary .sub-menu .sub-menu {
	margin: -40px 0 0 147px;
}

.menu-primary .sub-menu .menu-item {
	display: block;
	min-width: 15em;
}
.menu-primary .menu-item:hover {
	position: static;
}

.menu-primary .menu-item:hover > .sub-menu {
	left: auto;
	*margin: 0 0 0 -10px;  /* IE7 and below */
	opacity: 1;
}

.menu-primary > .first > a {
	padding-left: 0;
}

.menu-primary > .last > a {
	padding-right: 0;
}

.menu-primary > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 16px 20px;
}

.menu-primary > .right > a {
	display: inline;
	padding: 0;
}

.menu-primary > .rss > a {
	background: url(images/icon-rss.png) no-repeat left;
	background-size: 12px 12px;
	margin-left: 12px;
	padding-left: 16px;
}

.menu-primary > .twitter > a {
	background: url(images/icon-twitter-nav.png) no-repeat left;
	background-size: 16px 16px;
	padding-left: 20px;
}

.menu-primary > .search {
	padding: 0;
}

.menu-primary .search-form {
	width: 100%;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .menu-primary li:hover,
.nav-secondary .menu-primary a:hover,
.nav-secondary .menu-primary li.current-menu-item a:hover {
	background-color: transparent;
	color: #666;
}

.nav-secondary .menu-primary .current-menu-item > a {
	background-color: transparent;
	color: #64c9ea;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	background-color: #0a4c78;
	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: white;
}

/* Sticky Navigation
--------------------------------------------- */
ul.sticky-nav {
    padding: 1em 0;
    background: rgba(245,245,245,1);
    margin: -3px 0 0;
}
ul.sticky-nav li {
    display: inline;
    list-style: none;
	margin: 0 10px !important;
}
ul.sticky-nav li a:hover {
	text-decoration: none;
	background: #0a4c78;
    padding: 15px 10px;
    color: #fff;
}
/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */
.home main.content {
    padding: 0;
}
.home-middle,
.home-top {
    clear: both;
    overflow: hidden;
    margin: 0 0 1em;
}

.home-middle .widget,
.home-top .widget {
	float: left;
	padding: 0 1.8%;
	width: 100%;
}

.home-middle .widget:nth-of-type(3n+1){
	clear: left;
}

.home-cta .metaslider.highlights .caption-wrap {
    position: inherit;
	background: none; 
    color: black;
    opacity: 1;
    margin: 0;
	display: block; 
    width: 100%;
	line-height: 1.4em;
    font-size: 75%;
}

.metaslider.highlights ul.slides li {
	background:url(http://gov.alaska.gov/wp-content/uploads/sites/5/featured-box-bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}
.home .content > article {
    float: left;
    max-width: 59%;
	background-color: #ffffff;
	margin-bottom: 1em;
}

/* Entries
--------------------------------------------- */
.entry {
	margin-bottom: 1em;
	border-bottom: 1px solid #ececec;
}

.alaska-governor-portfolio .entry,
.single-portfolio .entry {
	margin-bottom: 20px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
	padding-bottom: 1em;
}

.entry-content ul > li {
	list-style-type: disc;
}

ul.no-list li{list-style-type: none;}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}
.entry-content .listing-item {
    margin: 5px 1em;
    padding: 5px 0;
    border-bottom: 1px dashed #ccc;
}

.content .entry-header img {
    float: left;
    margin: .375em 1em .175em 0;
}

.content .entry-header .entry-meta {
    margin: 0;
    border: none;
    padding: 0;
	font-weight: bold;
}

.content .entry-header .entry-meta a {
	color: #777;
	font-weight: 700;
}

.content .entry-header .entry-meta {
	margin-bottom: .5em;
}

.content .entry-header .entry-meta .entry-comments-link {
	background-color: #64c9ea;
	color: #fff;
	float: right;
	font-size: 12px;
	padding: 0 20px;
	text-transform: uppercase;
}

.content .entry-header .entry-meta .entry-comments-link a {
	background: url(images/icon-comments.png) no-repeat left;
	background-size: 16px 16px;
	color: #fff;
	padding-left: 32px;
}

.entry-footer .entry-meta {
	border-top: 1px dotted #ddd;
	font-size: 14px;
	margin: 0;
	padding-top: 10px;
}

.entry-footer .entry-tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin-left: 4px;
	padding-left: 10px;
}


/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 30px;
	padding: 30px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 30px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	font-size: 14px;
	padding: 30px 0;
	margin-left: 1em;
}

.entry .archive-pagination a {

}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #0a4c78;
	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;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #3b7093;
	text-decoration: none;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 14px;
	margin-bottom: 40px;
	overflow: hidden;
}

.entry-comments .comment-author {
	font-weight: 700;
	margin: 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;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 30px;
	overflow: hidden;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
	margin: 30px 0;
}

.comment-list li li {
	margin-right: -1px;
}

.comment {
	border-right: none;
}

.comment-header,
.ping-list .comment-meta {
	background-color: #222;
	color: #fff;
	float: left;
	font-weight: 700;
	padding: 30px;
	width: 100%;
}

.comment-list cite,
.ping-list cite,
.says {
	display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
	font-size: 12px;
	font-weight: 300;
	color: #bbb;
}

.comment-content {
	clear: both;
	padding: 48px;
}

.comment-content p,
.comment-header p.comment-meta {
	margin: 0;
}

.comment .avatar {
	margin-right: 10px;
}

.alt,
.even {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

.comment-reply {
	font-size: 14px;
	padding: 0 48px 48px;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-top: 6px;
	text-align: left;
}

.widget ol > li {
	background-image: none;
	list-style-position: inside;
	list-style-type: decimal;
	padding: 0 20px;
	font-size:90%
}

.widget ul > li {
	text-indent: 0;
}

.widget ul > li {
	list-style-position: outside;
	padding: 0 0 0 16px;
}

.widget ol > li:last-child {
	margin-bottom: 1em;
}

.widget ul > li:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.widget_calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 6px 0 0;
	text-align: right;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	font-size: 14px;
}

.sidebar h3 {
    margin: .5em 1em .375em;
}

.sidebar p {
	margin-bottom: 16px;
}

.sidebar p:last-child,
.sidebar ul {
	margin-bottom: 0;
}

.sidebar ul li {
    border-top: 1px solid #ececec;
    font-size: 100%;
    text-transform: uppercase;
}

.sidebar .widget_nav_menu ul > li:first-child {
    border-top: none;
}

.sidebar li,
.sidebar .more-from-category a {
	background-size: 8px 8px;
	margin-bottom: 6px;
	padding: 0 0 6px 16px;
}
.sidebar ul li {
    background: none;
	padding: 0;
    margin: 0;
}

.sidebar .widget_nav_menu ul li:hover, .sidebar .widget_nav_menu ul li:hover {
	border-left: 3px solid rgb(0,102,204); 
}

.sidebar ul li a {
    color: #333333;
	display: block;
	padding: .5em 1.75em;
}

.sidebar .widget_nav_menu li a:hover {
    text-decoration: none;
	color: rgb(0,102,204);
}

.sidebar .more-from-category {
	padding-top: 6px;
}

.sidebar > section{
	margin-bottom: 2em;
	word-wrap: break-word;
	background-color: #ffffff;
	-moz-box-shadow: 0 1px 0 0 #e2e2e2;
	-webkit-box-shadow: 0 1px 0 0 #e2e2e2;
	box-shadow: 0 1px 0 0 #e2e2e2;
}

.sidebar .widget-wrap div {
    padding: 0 0 0;
}

.sidebar .widget-wrap p {
    margin: 0em 1em 1.625em;
    padding: 0;
    font-size: 100%;
}

.sidebar .search-form {
	width: 100%;
}
.sidebar h6 {
    margin: 0 1em;
    padding: 0;
    color: #000;
}

/* Lower Widgets */

.bottom-widgets {
    min-height: 460px;
    background-color: #ffffff;
}
.bottom-widgets img{
    float: left;
	padding: 0 10px 78px 0;
}
.bottom-widgets h4{
    font-size: .9em;
}
.bottom-widgets p{
    font-size: .83em;
	padding: 0 0 8px;
    border-bottom: 1px solid #ececec;
}
.home-lower-left, .home-lower-middle {
    padding: 5px 1em;
}

.home-lower-left {
	margin-left: 0;     
	clear: both;
}

.home h3.widget-title {
    padding: 0 0 .5em;
    border-bottom: 1px solid #ececec;
    background: none;
    margin: 0;
}
article.event-info {
    clear: both;
    margin: 16px 0;
	min-height: 78px;
    padding: 4px 0;
}
h4.event-title {
    border-bottom: 1px solid #ececec;
    font-size: .83em;
    padding: 0 0 5px;
}
.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 span.event-day-month {
    border-bottom: 1px solid #fff;
    padding: 0 0 2px 0;
    font-size: 1.2em;
}
.event-coverage {
    padding: 0;
    margin: -6px 0 0 0;
    font-size: .875em;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background-color: #222;
	color: #ffffff;
	clear: both;
	font-size: 14px;
}
.footer-widgets h1, .footer-widgets h2, .footer-widgets h3, .footer-widgets h4, .footer-widgets h5, .footer-widgets h6 {
	color: #ffffff;
	
}
.footer-widgets a{
	color: #ffffff;
	font-weight: bold;
	font-style:italic;
}
.footer-widgets .wrap {
	overflow: hidden;
	padding: 1em 2em;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	padding: 0 2.8%;
	width: 33.3333333333%;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	word-wrap: break-word;
}

.footer-widgets li {
	background: url(../images/icon-li-footer.png) no-repeat 0 7px;
	background-size: 8px 8px;
}

.footer-widgets .search-form {
	width: 100%;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

#SOAfooterlinks a{
	color: #fff;
}

#SOAfooterlinks ul li {
    display: inline;
    font-size: 80%;
	text-align: center;
    margin: 0 8px 0 0;
}

#SOAfooterlinks ul li:last-child {
    display: none;
}

.site-footer {
	color: #222;
	font-size: 12px;
	padding: 40px 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer a {
	color: #fff;
}

.site-footer p {
	margin: 0;
	color: #fff;
}

/*
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) {
	.search-form input[type="search"] {
	}
	
	.content .entry-header .entry-meta .entry-comments-link a {
		background-image: url(images/icon-comments@2x.png)
	}
	
	.sidebar li {
		background-image: url(images/icon-li@2x.png);
	}
	
	.footer-widgets li {
		background-image: url(images/icon-li-footer@2x.png);
	}
	
	.content #genesis-responsive-slider .flex-direction-nav li a {
		background-image: url(images/icon-direction-nav@2x.png);
	}
	
	.content #genesis-responsive-slider .flex-control-nav li a {
		background-image: url(images/icon-control-nav@2x.png);
	}
	
	.menu-primary > .rss > a {
		background-image: url(images/icon-rss@2x.png);
	}
	
	.menu-primary > .twitter > a {
		background-image: url(images/icon-twitter-nav@2x.png);
	}

}

@media only screen and (max-width: 1200px) {

	.site-container {
		max-width: 960px;
	}

	.content {
		width: 635px;
	}
	
	.sidebar-primary {
		width: 300px;
	}
	
	.title-area {
		width: 260px;
	}
	
	.breadcrumb {
		margin: -25px 0 -10px;
	}
	
	.content {
		padding: 8px 20px 10px;
	}
	
	.site-header .menu-primary a {
	}
	
	.content #genesis-responsive-slider .flex-control-nav,
	.content #genesis-responsive-slider .flex-direction-nav li a,
	.content #genesis-responsive-slider .flex-direction-nav li a.prev {
		display: none;
	}

}

@media only screen and (max-width: 1023px) {

	.site-container {
		max-width: 768px;
	}

	.content,
	.featured-content,
	.sidebar-primary,
	.sidebar-secondary,
	.site-header .widget-area,
	.title-area,
	.wrap {
		width: 100%;
	}
	
	.menu-primary li,
	.site-header ul.menu-primary,
	.site-header .search-form {
		float: none;
	}

	.menu-primary,
	.site-header .search-form,
	.site-header hgroup,
	.site-title {
		text-align: center;
	}

	.menu-primary a,
	.menu-primary > .first > a,
	.menu-primary > .last > a,
	.site-header .menu-primary a {
		padding: 8px 10px;
	}

	.site-header .search-form {
		margin: 16px auto ;
		max-width: 15.625em;
	}

	.menu-primary li.right {
		display: none;
	}
	
	.alaska-governor-home article.page  {
    	max-width: 53%;
	}

	.sidebar-home.widget-area {
		max-width: 45%;
	}
	
	.content #genesis-responsive-slider .slide-excerpt {
		display: none;
	}
	
	.comment-list li.depth-1,
	.ping-list li.depth-1 {
		margin: 30px 0;
	}

}

@media only screen and (max-width: 800px) {

	.site-container {
		max-width: 630px;
	}

	.five-sixths,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.four-sixths,
	.home-middle .widget,
	.home-top .widget,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.alaska-governor-portfolio .portfolio,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.menu-primary.responsive-menu > .menu-item > .sub-menu,
	.menu-primary.responsive-menu {
		display: none;
	}

	.menu-primary.responsive-menu > li{
		background-color: #8AB6D4;
	}
	
	.menu-primary.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.menu-primary.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.menu-primary.responsive-menu li a,
	.menu-primary.responsive-menu li a:hover {
		border: none;
		display: block;
		line-height: 1;
		padding: 16px;
		text-transform: none;
	}
	
	.menu-primary.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}
	
	.menu-primary.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.menu-primary.responsive-menu > .menu-item-has-children:before {
		content: "+";
		float: right;
		font: normal 20px/1 ;
		height: 20px;
		padding: 12px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.menu-primary.responsive-menu .menu-open.menu-item-has-children:before {
		content: "-";
	}
	
	.menu-primary.responsive-menu .sub-menu {
		background-color: #f7f7f7;
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 20px;
		position: relative;
		width: 100%;
		z-index: 99;
	}
	
	.menu-primary.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.menu-primary.responsive-menu .sub-menu li a,
	.menu-primary.responsive-menu .sub-menu li a:hover {
		padding: 12px 16px;
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	.menu-primary.responsive-menu .current-menu-item > a,
	.menu-primary.responsive-menu .sub-menu a {
		background: none;
		color: #666;
	}
	
	.menu-primary.responsive-menu .sub-menu a:hover,
	.menu-primary.responsive-menu a:hover,
	.menu-primary.responsive-menu li:hover {
		background: none;
		color: #111;
	}
	
	.site-header .widget-wrap {
		float: none;	
    	max-width: 75%;
	    margin: 1em 4em 0;
	}
	
	.site-header .title-area{
    	max-width: 75%;
	    margin: 1em 7em 0;
	}
	
	.site-header .site-logo img{
		width: 20%;
	}
	
	.site-header .site-title{
		font-size: 100%
	}
	
	.site-header .site-description{
		font-size: 140%
	}
	.home-middle,
	.home-top,
	.alaska-governor-portfolio .portfolio {
		text-align: center;
	}
	
	.alaska-governor-portfolio .portfolio {
		padding: 0 0 30px;
	}
	
	.home-cta .button.alignright{
		float: none;
		margin: 16px 0 0;
	}
	
	.alaska-governor-home article.page, .sidebar-home.widget-area {
    	max-width: 100%;
	}
	
	.footer-widgets-1 {
		margin: 0;
	}
	
	.nav-secondary .menu-primary > .first > a,
	.nav-secondary .menu-primary > .last > a,
	.nav-secondary .menu-primary a {
		font-size: 12px;
		padding: 12px;
	}

.global-nav-menu > ul> li{
display: none;
}

}

@media only screen and (max-width: 500px) {
	
	.site-header .widget-wrap {
		float: none;
	}
	
	.header-image .title-area{
	    max-width: 90%;
    	margin: 10px 0 0 40px;
	}
	
	.header-image .site-logo img{
		width: 20%;
	}
	
	.header-image .site-title{
		font-size: 100%
	}
	
	.header-image .site-description{
		font-size: 140%
	}
	.sidebar-home.widget-area {
    	max-width: 100%;
	}
	.entry-title {
		font-size: 24px;
	}

	.content .entry-header .entry-meta .entry-comments-link {
		display: none;
	}
	.content article{margin:0; padding:0;}
	.content article .listing-item {padding: 8px;}
	ul.photogrid li {
    	width: 60%;
	}
}

@media only screen and (max-width: 270px) {

    .header-image .site-title a {
        background-size: contain !important;
    }

    .site-title {
        font-size: 26px;
    }

}
@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;
    }
    
	.nav-primary {
        display: none;
    }
	
	.content-sidebar-wrap .sidebar {
		display: none;
	}
	
	.content-sidebar-wrap .content {
		width: 100%;
	}
	
	.footer-widgets-2 img {
		display: none;
	}
}