/*
Theme Name: Hecla 2015
Author: Helveticka
Author URI: http://www.helveticka.com/
Description: Hecla Mining Company Wordpress theme based on WP-Forge and Foundation.
Version: 1.0.1
Text Domain: hecla2015

*/

/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Accessibility
 * 3.0 - Repeatable Patterns
 * 4.0 - Basic Structure
 * 5.0 - Main content and comment content
 * 6.0 - Archives
 * 7.0 - Single image attachment view
 * 8.0 - Post Formats
 * 9.0 - Page Links
 * 10.0 - Comments
 * 11.0 - Front Page Template
 * 12.0 - Widgets
 * 13.0 - Social Menu
 * 14.0 - Misc
 * 15.0 - Media Queries
 */

/**
 * 1.0 - Reset
 */
ins {
	background: #fff9c0;
	text-decoration: none;
	padding:0 0.1875rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.top-bar-section > .alert-box.secondary p {
	margin:0.5em 0;
}
.sticky {/* Style not used but left in case you want to style the sticky in some way */}

/**
 * 2.0 - Accessibility
 */
.says,
.assistive-text,
.screen-reader-text,
.site .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 0.0625rem;
}
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal "Noto Sans", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}
.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;
}
.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}

/**
 * 3.0 - Repeatable Patterns
 */

/* Small headers */
.archive-title,
.page-title,
.entry-content th,
.comment-content th {
	font-size: 0.6875rem;
	line-height: 2.181818182;
	font-weight:normal;
	text-transform: uppercase;
	color: #636363;
}
.widget-title {
	font-weight:normal;
	text-transform: uppercase;
	font-size:0.875rem	
}
select { /* Make sure select elements fit in widgets */
	cursor:pointer;
	max-width: 100%;
	padding:0.3em;
	border:1px solid #ccc;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.attachment-post-thumbnail {/* Centers post thumbnials */
    display:block;
    margin:0 auto 1.5rem;	
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% ; /* Override the Twitter embed fixed width */
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
figure {
	margin: 0 0 1rem;
}
figcaption, 
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
figcaption, 
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	border:0;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Post Navigation */
.nav-single {
	position:relative;
	float:left;
	width:100%;
	margin-bottom:3.75rem;
}
#nav-below  {
	position:relative;
	float:left;
	width:100%;
	margin-bottom:2rem;
}
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
.site-content #image-navigation {
	margin:1.5rem 0;
}
#nav-above {
	padding: 1.5rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
#comment-nav-below.columns {
	margin: 0 0 1.5rem;
	padding: 0;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 3rem 0;
  	display: block;
  	position: relative;
  	clear: both;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 1.5rem;
}
.author-info {
  	border-bottom: 1px solid #ededed;
  	display: block;
	margin: 1.5rem 0;
	overflow: hidden;
	padding:20px 0;
	position: relative;
	float: left;
}
.author-description p {
	color: #757575;
	font-size: 0.875rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	display: block;
	float: none;
	margin: 0 0 3rem;
	border-bottom: 1px solid #ededed;
	padding:10px 0;
	position: relative;
}
.author.archive .author-avatar {
	margin-top: 0;
}
.author.archive .author-avatar img {
	margin-top: 0;
	border-radius:50%;
}
.author-avatar {
	margin-top: 1.5rem;
  	text-align: center;
}
.author-avatar img {
	border-radius:50%;
}
.author-description h3 {
    text-align: center;
}
.author-description h2 {
	margin-top:0;
}

/**
 * 4.0 - Basic Structure
 */
body {
	color: #444444;
	background-color: #e6e6e6;
	text-rendering: optimizeLegibility;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
/* main containers */
.header_container,
.nav_container,
.content_container,
.sidebar_container,
.footer_container {
	background-color: transparent;
	max-width: 100%;
	width: 100%;
}
.content_wrap {
	padding-top: 1.5rem;
}
#header {
	padding:1.5rem 0;
}
.header-logo, 
.header-info {
	display:block;
	float:left;
	max-width:100%;
}
h1.site-title, 
h2 .site-description {
	margin: 0
}
h1.site-title a {
	display: block;
	line-height: 1.2;
	text-decoration: none;
}
h2.site-description {
	font-size: 1.6875rem;
	line-height:1.3;	
}
img.header-image {/* Remove fancy borders */
	border-radius: 0;
	box-shadow:none;
	margin-bottom: 1.5rem;
}
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 3rem;
}
.widget-area .widget ul {
	margin-left:2em;
}
.widget-area .widget h3 {
	margin-bottom: 5px;
}
.widget-area .widget p,
.widget-area .widget li {
	line-height: 1.846153846;
	font-size:0.875rem; /* equal to 14px */
}
.widget.widget_text {
	line-height: 1.846153846;
	font-size:0.875rem; /* equal to 14px */
}
.widget-area .widget p {
	margin-bottom: 1.5rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 1.5rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
footer[role="contentinfo"] {
	border-top: 4px double #ededed;
	clear: both;
	line-height: 2;
	padding: 1.5rem 0;
}
footer[role="contentinfo"].inline-list {
	margin-bottom: 1rem;
}
footer > .site-info {
	margin-bottom:0;
}
footer > .site-info.lft {
	text-align:left;
}
footer > .site-info.rt {
	text-align:right;
}
footer > .site-info.cntr {
	text-align:center;
}
.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}
.table ul.navcntr li {
	display: inline-block!important;
}
.footer_wrap p {
  margin-bottom:0;
}
.footer_wrap a {
	text-decoration:none;
}
.footer_wrap p, 
.footer_wrap a  {
	font-size: 1rem;
}
#secondary-sidebar {
	padding-top: 1.5rem;
	border-top: 1px solid #ededed;
}

/**
 * 5.0 - Main content and comment content
 */
.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 1.5rem;
}
.entry-meta-header,
.entry-meta-categories {
    color: #757575;
    font-size: 0.75rem;
    line-height: normal;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}
.entry-meta-header .genericon,
.entry-meta-categories .genericon {
    line-height:1;
    font-size: 1rem;
}
h1.entry-title {
	line-height: 1.2;
	margin-bottom: 1rem;
}
.entry-header .entry-title a {
	text-decoration: none;
}
span.edit-link {
	font-size: 0.75rem;
	margin-left: 0.3125rem;
}
span.edit-link-none {
	font-size: 0.75rem;
	margin: 0;
}
span.edit-link .genericon {
	font-size: 1rem;
	line-height: 1;
}
.attachment span.edit-link {
  margin-left: 0.5rem;
}
article .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 0.875rem;
	line-height: 3.692307692;
	margin-bottom: 1.5rem;
	text-align: center;
}
.entry-content ul, .entry-content ol {
	margin-left:2.125rem;
}
.entry-content [class*="block-grid-"] {
    margin: 0 0.625em;
}
.entry-content ul.pricing-table {
	margin-left:0;
}
.entry-content .f-dropdown {
	margin-bottom:0;
	margin-left:0;
	list-style:none;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 1.5rem;
	padding: 1.5rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content pre,
.comment-content pre {
	background: #f9f9f9;
	color: #444;
	margin: 20px 0;
	overflow-x: auto;
	padding: 20px;
	line-height: 1.3rem;
	-ms-word-wrap:normal;
	word-wrap:normal;	
}
.entry-content pre code,
.comment-content pre code {
	font-weight: normal;
	display: block;
	line-height: 1.3rem;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 1.5rem;
}
img.alignleft, .wp-caption.alignleft {
	margin: 12px 1.5rem 12px 0;
}
img.alignright, .wp-caption.alignright {
	margin: 12px 0 12px 1.5rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-bottom: 12px;
}
img.alignnone {
	margin-bottom: 1.5rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 1.5rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 1.5rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	line-height: 2;
	margin: 0 0 1.5rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 1.5rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px;
}
.entry-content th,
.comment-content th,
.entry-content td,
.comment-content td {
	text-align: left;
}
article {
	border-bottom: 1px solid #ededed;
	margin-bottom: 35px;
	padding-bottom: 1.5rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
body.page article {
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
.error404 article {
	border-bottom:none;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	padding: 1rem 0;
	color: #757575;
}
.entry-meta-tags {
    color: #757575;
    font-size: 0.75rem;
    line-height: normal;
}
.entry-meta-categories_bottom {
    color: #757575;
    font-size: 0.75rem;
    line-height: normal;
    margin-bottom: 0.25rem;
}
.entry-meta-tags .genericon {
    font-size: 1rem;
    line-height:1;
}
footer .entry-meta-footer .the-cats {
    margin-bottom: 5px;
}
.single-author .entry-meta .by-author {
	display: none;
}
span.sticky-post, 
span.entry-date,
span.byline,
span.pfont,
.entry-format {
	margin-right:0.3125rem; /* 5px */
}

/**
 * 6.0 - Archives
 */
.archive-header,
.page-header {
	margin-bottom: 3rem;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}

/**
 * 7.0 - Single image attachment view
 */
.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}

/**
 * 8.0 - Post Formats
 */
article.format-aside h1 {
	margin-bottom: 1.5rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 1.5rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 0.875rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}
article.format-image footer h1 {
	font-size: 0.875rem;
	line-height: 1.846153846;

	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}
.pformat {
	float: left;
	font-size: 26px;
	margin-right:5px;
	color:#888;
}
article.format-link header {
	padding: 5px 10px;
	float: right;
	font-size: 20px;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content a {
	font-size: 22px;
	line-height: 1.090909091;
	text-decoration: none;
}
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 1.5rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 1.5rem 1.5rem 0;
	font-size: 15px;
	line-height: 1.6;
	color: #6a6a6a;
	background: #efefef;
}
.format-status .entry-header {
	margin-bottom: 2.813rem
}
.format-status .entry-header header {
	display: inline-block;
	margin-top: 1.5rem;	
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	border-radius: 50%;
}

/**
 * 9.0 - Page Links
 */
.page-links {
	clear: both;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
}
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 1px 7px;
	text-decoration: none;
	margin:0 5px;
}
.page-links a {
	padding: 1px 7px;
	text-decoration: none;
	background: #2ba6cb;
	color: #fff;
}
.page-links a:hover {
	background: #e6e6e6;
	color:#555;
}

/**
 * 10.0 - Comments
 */
#comments ol {
	list-style: none;
}
.comments-title {
	margin-bottom: 3rem;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 1.5rem 0;
}
.comments-area article header {
	margin: 0 0 3rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
	border-radius: 50%;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 80px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.42857143;
	margin-top:8px;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	background-color: #444444;
	background-image: none;
	border-radius: 2px;
	box-shadow: none;	
	color: #ffffff;
	position: absolute;
	margin:3px 0 0 5px;
	padding: 1px 5px 1.5px;
	font-size: 10px;
}
.reply {
  margin-top: 1.5rem;
}
a.comment-reply-link,
a.comment-edit-link {
	text-decoration:none;
  font-size: 0.75rem;
  line-height: normal;
  margin-bottom: 1.5rem;
}
p.edit-link {
  margin-bottom: 0;
}
.reply span.genericon,
p.edit-link .genericon {
	font-size: 1rem;
  	line-height:1.5;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin:1rem 0;
	list-style:none;
}
#respond {
	margin-top: 3rem;
	max-width: 99%;
	width: 99%;
}
#respond h3#reply-title {
	font-size: 1.4375rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 1.5rem 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 1.5rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.714285714;
	width: 100%;
}
#respond form input[type="text"],
#respond form input[type="email"],
#respond form input[type="url"] {
	width: 100%;
}
#respond form textarea.blog-textarea {
	width: 79.666666667%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 0.6875rem;
	color: #5e5e5e;
}
#respond .form-allowed-tags code {
	font-size: 0.68rem;
}
.required {
	color: red;
}
p.comment-notes {
	font-size: 0.75rem;
}
p.comment-form-author, p.comment-form-email {
	padding-left: 0;
}
p.comment-form-email {
	padding-right: 0;
}

/**
 * 11.0 - Front page template
 */
.front-image {
	float: right;
}
.front-content {
	float: left;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 1.5rem;
	border-top: 1px solid #ededed;
}

/**
 * 12.0 - Widgets
 */
.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 0.875rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 1.5rem;
	text-align: right;
}
.widget_search label {
	display: block;
	line-height: 1.846153846;
	display:none;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

/**
 * 13.0 - Social Menu
 */
.social_wrap {
	margin: 1.3rem 0 0;
 	padding: 0;
}
.social-navigation a:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}
.social-navigation {
	position: relative;
}
.social-navigation ul:before,
.social-navigation ul:after {
	content: "";
	display: table;
}
.social-navigation ul {
	list-style: none;
	margin: 0;
	text-align: center;
}
.social-navigation li {
	display: inline-block;
}
.social-navigation a {
	display: block;
	height: 1.5rem;
	position: relative;
	width: 1.8rem;
}
.social-navigation a:before {
	content: "\f415";
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0;
}
.social-navigation a[href$="/feed/"]:before {
	content: "\f413";}
.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";}
.social-navigation a[href*="digg.com"]:before {
	content: "\f221";}
.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";}
.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";}
.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";}
.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";}
.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";}
.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";}
.social-navigation a[href*="github.com"]:before {
	content: "\f200";}
.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";}
.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";}
.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";}
.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";}
.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";}
.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";}
.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";}
.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";}
.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";}
.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";}
.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";}
.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";}
.social-navigation a[href*="mailto:"]:before {
	content: "\f410";}
.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";}
.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";}

/**
 * 14.0 - Misc
 */
 .top-bar-section .dropdown li.title h5 {
 	font-size: 0.85rem;
 }
.content_container hr {
	border-color: #ededed;
	margin: 0 0 1.5rem!important;
}
ul.off-canvas-list li, 
ul.off-canvas-list li li, 
ul.off-canvas-list li li li, 
ul.off-canvas-list li li li li,
ul.off-canvas-list li li li li li,
ul.off-canvas-list li li li li li li {
	list-style-type:none;
}
section.tab-bar-section.go-left{
	text-align:left;
}
section.tab-bar-section.go-right {
	text-align:right;
}
section.tab-bar-section.middle a {
	color:#fff;
	font-weight:normal;
}
.top-bar .name a {
	line-height: 45px;
	font-size: 0.8125rem; 
	font-weight: normal;
	color: white;
	display: block;
	padding: 0 15px; 
}
.top-bar .toggle-topbar a {
	font-weight:normal;
}
.orbit-bullets li {
	cursor:pointer;
	display:inline-block;
}
.orbit-container {
	margin-bottom:1.714em;
}
.orbit-container img.alignnone {
	margin-bottom: 0;
}
.entry-content > [data-magellan-expedition] {
	margin:0 0 1.714em;
}
.entry-content dl.sub-nav {
	margin:0;
}
#backtotop {
	position: fixed;
	right: 1rem;
	bottom:1rem;
	z-index: 99;
	cursor: pointer;
	display: none;
	font-size: 1.2rem;
	width:1.5rem;
	height:1.5rem;
	line-height:1.5rem;
	text-align:center;
	border-radius:10%;
	opacity: 0.5;
}
#backtotop span.genericon {
	line-height: 1.5;
	margin-left: 0.125rem;
}
#backtotop:hover {
	opacity: 1.0;
}
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
ul.breadcrumbs,
ul.button-group {
	margin-left: 0!important;
}
button,
.button,
button.secondary, 
.button.secondary,
button.success, 
.button.success,
button.alert, 
.button.alert,
button.warning, 
.button.warning,
button.info, .button.info {
	border-color: transparent;
}
.keystroke, kbd, code {
	padding: 0.125rem 0.25rem 0.125rem;
	font-size: 0.875rem;
}
.tabs.vertical {
margin: 0 0 1.25rem!important; 
}
.nudge {
	margin-right: 0.5rem;
}
img#wpstats{
	display:none
}

/* Search button fix */
.postfix.button {
  padding: 0;
  font-size: 0.875rem;
}
button.tiny, .button.tiny {
  font-size: 0.875rem;
}
input[type=submit] {
	font-size: 0.875rem!important;
}
/* Gravity Forms button - Only applies if you use the Gravity Forms plugin */
.gf_browser_ie.gform_wrapper .gform_footer input.button {
	padding: 0.62rem 1.25rem 0.68rem!important;
}


/**
 * 15.0 - Media Queries
 */

// Small screens
@media only screen { /* Define mobile styles */
	p.site-title a {
		font-size:1.875rem;
	}
  	p.site-description {
    	font-size:1.5rem;
    }
	#wrapper {
		padding:0;
	}
	.site-header {
		padding-top:0.9375rem;
	}
  	.comment-count {
    	margin-top: 2rem;
    }
	footer > .site-info {
		text-align:center;
		font-size:0.75rem;
	}
	#backtotop {
		bottom:1rem;
		font-size:0.5625rem;
		color:rgb(0, 0, 0) ; opacity: 0.4;
	}
	#backtotop:hover {
		color: rgb(0, 0, 0) ; opacity: 1;
	}
	#wpadminbar {
		top: -2.875rem;
	}	
	section.tab-bar-section.middle a {
		color:#fff;
		font-weight:normal;
	}	
	p.comment-form-author, p.comment-form-email {
		padding-left: 0;
		padding-right: 0;
	}
	.author-avatar img {
	    margin-top: 8px;
	    border-radius: 50%;
	}
	header.entry-header h1 {
    	font-size: 1.6875rem;
    }
}

/* Hecla Styles */

/* Set maximum width of site to 960px */


body { 
	font-family: Verdana, Helvetica, Roboto, Arial, sans-serif;
	line-height: 1.5rem;
	color: #59595B;
	font-size: 0.75rem;
	background-color: #fff;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	word-wrap: normal;
}

a, #content a {
	color: #003494;
}

.entry-content {
	line-height: 1.6;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.background-white {
	background-color: #fff;
}

.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    height: 94%;
}

ul.slides img, .nivoSlider img {
	display:none;
}



p, ul, input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea, .prefix, .postfix, .button {
	font-size: 0.75rem;
	
}

p, ul, li {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	word-wrap: normal;
}

.subtext {
	font-size: 0.625rem;
	line-height: 1.3;
	display: block;
}

h1.entry-title  sub {
	font-weight: normal;
	font-size: 0.875rem;
	bottom: 0;
}

.panel {
    border: none;
    margin-bottom: 1.25rem;
    padding: 0;
    background: transparent;
    color: inherit;
}

.metaslider .slider-wrapper {
	margin-bottom: 0.75rem;
}

#home-slider-container {
	width: 100%;
}

.flex-control-nav {
	width: auto !important;
}

body.search article {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 5px;
}

input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea, .prefix, .postfix, .button {
	height: 2rem;
	line-height: 2rem;
}

table tr th, table tr td {
	font-size: inherit;
	padding:inherit;
	color: inherit;
	vertical-align: top;
}

table tr.even, table tr.alt, table tr:nth-of-type(2n) {
	background: inherit;
}

button, .postfix.button {
	background-color: #a9aaaa;
}

button:hover, .postfix.button:hover {
	background-color: #848585;
}

#backtotop {
    background-color: #888;
    color: #FFF;
}

ul.pagination {
	margin-top: 1rem;
}

ul.pagination li a, ul.pagination li button {
	border-radius: 0px;
}

ul.pagination li.current a {
	color: #fff !important;
	background-color: #a9aaaa;
}

ul.pagination li.current a:hover {
	background-color:#848585;
}

ul.pagination li:hover a, ul.pagination li a:focus, ul.pagination li:hover button, ul.pagination li button:focus {

}

.postfix.button.radius {
    border-radius: 0px;
}

img.alignnone {
    margin-bottom: 0.75rem;
}

a.clearlink, #content a.clearlink {
	text-decoration: none;
	color: #59595B;
}


/* Superfish */

.sf-menu {
	float:none;
}

.sf-menu li:hover, sf-menu li {
	background: rgba(237,172,0,1);
}

ul.sf-menu ul {
	box-shadow: none;
	background: rgba(237,172,0,.9);
	
}

ul.sf-menu ul ul, ul.sf-menu ul ul ul  {
	left:101.5%;
	top: -10px;
}

.sf-menu a {
	border: none;
	padding: 0;
	color: #000;
}

.sf-menu ul li.current-menu-item>a {
	color: #801b00;
}



.sf-arrows .sf-with-ul {
	padding-right: 0;
}

ul.sf-menu ul li {
	background: transparent;
	float: none;
	padding: 5px 10px;
	margin: 10px 0;
	width: 100%;
	border-right: none;
	
}

ul.sf-menu ul li:hover {
	background: transparent;
}

.sf-menu ul li.sfHover {
	background: transparent;
}

.sf-menu li.sfHover {
	background: rgba(237,172,0,1);
}

ul.sf-menu>.current-menu-ancestor, ul.sf-menu>li.sfHover.current-menu-ancestor, ul.sf-menu>li:hover.current-menu-ancestor {
	background-color: #801b00;
	color: #fff;
	transition: none;
}

.sf-menu .current-menu-ancestor > a {
	color: #fff;
}

.sf-menu ul li a:hover {
	color: #801b00;
}

.sf-menu ul li {
	border-left: 3px solid transparent;
}

.sf-menu ul li.current-menu-item {
	border-left: 3px solid #801b00;
}

.sf-menu ul li.current-menu-item.menu-item-has-children {
	border-left: 3px solid transparent;
}



/* Header */

.logo-125 {
	float: left;
	margin-top: -21px;
}

.header-black {
	height: 35px;
	background-color: #000;
}

.stock-container-long {
	float: right;
	background-color: #cccccc;
	font-size: 0.75rem;
	padding: 5px 15px;
	text-align: right;
}

.logo-container {
	background-color: #fff;
	padding: 35px 15px 15px 15px;
}

.header-nav-second-container {
	min-width: 550px;
	text-align: right;
	float: right;
	padding: 5px 15px 0 15px;
}

.header-nav-second ul {
	margin-top: 30px;
}

.header-nav-second ul li {
	list-style: none;
	float: right;
	padding: 0 12px;
	border-right: 1px solid #59595B;
	margin: 10px 0;
	font-size: 0.75rem;
	line-height: 0.75rem;
}

.header-nav-second ul li:first-child {
	padding: 0 0 0 12px;
	border-right: none;
}

.header-nav-second ul li a {
	text-decoration: none;
	color: #59595B;
}

.header-nav-second ul li a:hover, .header-nav-second ul li.current-menu-item a {
	color: #801b00;
}

.header-nav-main {
	width: 100%;
	background-image: url(img/background-footer-stripes-top.png);
	background-repeat: no-repeat;
	background-size: 960px 24px;
	height: 60px;
	background-position: 0px 34px;
}

.header-nav-main ul {
	margin: 0;
}

.header-nav-main ul li {
	list-style: none;
	float: right;
	padding: 0 12px;
	border-right: 2px solid #fff;
	margin: 0px 0 24px 0;
	padding: 10px 15px;
	font-size: 0.75rem;
	line-height: 0.75rem;
	box-sizing:border-box;
	width: 20%;
	color: #000;
	background-color: #edac00;
}

.header-nav-main ul li:first-child {
	border-right: none;
}

.header-nav-main ul li>ul {
	margin-top: 2px;
}

.header-nav-main ul li>ul li ul, .header-nav-main ul li>ul li ul li ul {
	margin-top: 0px;
}


/* Footer */

.footer-seperator {
	height: 24px;
	background-image: url(img/background-footer-stripes-top.png);
	background-repeat: no-repeat;
	background-size: 960px 24px;
	margin-bottom: 0.75rem;
}

.footer-feed {
	background-color: transparent;
	/*padding: 0;*/
	color: #fff;
}

.footer-feed div[id^="footer-feed-"] {
	margin-bottom: 0.75rem;
	background-color: #cccccc;
	min-height: 200px;
}

.footer-feed:first-child div[id^="footer-feed-"] {
	/*margin-left: 0;*/
}

[id^="footer-feed-"] {
	position: relative;
	color: #fff;
	padding: 15px;
	font-size: 0.75rem;
}

[id^="footer-feed-"] p {
	font-size: 0.75rem;	
}

#footer-feed-1 {
	background-color: #8ea5a6;
}

#footer-feed-2 {
	background-color: #87bc5d;
}

#footer-feed-3 {
	background-color: #be9e61;
}

#footer-feed-4 {
	background-color: #71abca;
}

.feed-title {
	font-weight: bold;
}

a.feed-date {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}

div.feed-bottom-link-container-left {
	position:absolute;
	bottom: 10px;
	left: 15px;
	height: auto;
}

div.feed-bottom-link-container-right {
	position:absolute;
	bottom: 10px;
	right: 15px;
	height: auto;
}

a.feed-bottom-link {
	text-decoration: underline;
	color: #fff;
}

.footer-icon-container {
	background-image: url(img/background-footer-stripes.png);
	background-repeat: no-repeat;
	background-size: 960px auto;
	
}

.footer-icon-container .icon-single {
	width: 50%;
	text-align: center;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: bold;
	float: left;
	padding: 15px;
	position: relative;
	min-height: 130px;

}

.footer-icon-container .icon-single img {
	margin-top: 0px;

}

.icon-single-healine {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 15px;
}

.icon-single-image {
	position: absolute;
	bottom: 15px;
	left: 0px;
	width: 100%;
}

.icon-single a {
	text-decoration: none;
	color: #59595B;
}

.copyright {
	font-size: 0.625rem;
	padding: 0 15px;
}

/* Main */

.content-main {
	padding-top: 30px;
}

body.page-template-front-page .content-main {
	padding-top: 0px;
}

.content-main table {
	width: 100%;
	border: none;
	font-size: 0.75rem;
}

table.left-pad {
	margin-left: 30px;
}

.content-main h1 {
	color: #59595B;
	font-size: 1.125rem;
	font-weight: bold;
}

.content-main h5 {
	color: #801b00;
	font-size: 0.875rem;
	font-weight: bold;
	padding-top: 15px;
}

.content-main h4 {
    color: #59595B;
    font-size: 0.875rem;
    font-weight: bold;
    padding-top: 15px;
}

.content-container {
	padding-top: 185px;
	background-image: url(img/background-sidebar.png);
	background-repeat: repeat-y;
	background-size: 231px 1px;
}

body.page-template-front-page .content-container {
	background-image: none;
}

.content-sidebar {
	padding-left: 0;
	
	padding-top: 30px;
	height: 100%;
}

.content-sidebar ul li {
	list-style: none;
	padding: 0px 0px;
	margin: 5px 0px;
	
}

.content-sidebar ul li:first-child {
	margin: 0px 0px 5px 0px;
}

.content-sidebar ul {
	margin: 0;
}

.content-sidebar>ul {
	margin: 2px 0 0 0;
}

.content-sidebar ul li.current-menu-item>a {
	border-left: 3px solid #801b00;
}

.content-sidebar ul li.current-menu-item .current-menu-ancestor>a {
	border-left: 3px solid transparent;
}

.content-sidebar ul li.current-menu-item>a {
	border-left: 3px solid #801b00;
}

.content-sidebar ul li>a {
	color: #59595B;
}

.content-sidebar ul li a {
	width: 100%;
	padding: 3px 12px;
	display: block;
	border-left: 3px solid transparent;
}

.content-sidebar ul li a:hover {
	color:#801b00;
}

.content-sidebar ul li.current-menu-item>a {
	color:#801b00;
}

.content-sidebar ul li ul {
	margin: 0px;
}

.content-sidebar ul li ul li ul {
	margin: 5px 0px 0px 12px;
}



.content-sidebar ul li.menu-item {
	display: none;
}

.content-sidebar ul li.current-menu-item>a{
	display: none;
}

.content-sidebar ul.sub-menu li.current-menu-item>a{
	display: block;
}

.content-sidebar ul.sub-menu li ul.sub-menu{
	display: none;
}

.content-sidebar ul.sub-menu li.current-menu-item>ul.sub-menu {
	display: block;
}

.content-sidebar ul>li.current-menu-item, .content-sidebar ul li.current-menu-item ul>li {
	display: block;
}


.search-container, .widget-area {
	padding:0 15px;
}

.search-selector-container {
	padding: 15px;
}

.search-selector-container .button {
	width: 100%;
}

#search-local-ns {
	margin-top: 2.5rem;
}

/* Home Page Slider */

.home-slider {
	
}

/* added line 2018 */
.metaslider .caption-wrap .caption img {width: auto; height: 150px;}

body.page-template-front-page .metaslider .caption-wrap {
    position: absolute;
    /*bottom: 32%;*/
	top: 24%;
    left: 0px;
    background: #000 none repeat scroll 0% 0%;
	/*background-color: rgba(0,0,0,0.6);*/
	background-color: rgba(0,0,0,0.0);
    color: #FFF;
	opacity: 1;
    margin: 0px;
    display: none;
	/*width: auto*/
    width: 100%;
    line-height: 1.4em;
}

body.page-template-front-page .metaslider .caption-wrap .caption {
	/*padding: 15px 15px 45px 15px;*/
	padding: 0;
}

body.page-template-front-page .metaslider .caption-wrap .caption h1 {
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
}

body.page-template-front-page .metaslider .caption-wrap .caption sub {
	font-size: 0.6875rem;
}

body.page-template-front-page .flex-control-nav {
    line-height: 11px;
    bottom: 36%;
	left: 11px;
    z-index: 2 !important;
    text-align: left !important;
}

body.page-template-front-page .flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, 1) none repeat scroll 0% 0% !important;
}

body.page-template-front-page .flex-control-paging li a {
    background: rgba(127, 127, 127, 1) none repeat scroll 0% 0% !important;
	border-radius: 0px !important;
	width: 15px !important;
	height: 10px !important;
	box-shadow: none !important;
}

body.page-template-front-page .metaslider .flexslider {
	margin: 0px 0px 15px;
}

/* Assets Overview */

.overview-property-wrapper {
    position: relative;
    padding: 0;
    width:100%;
    display:block;
	margin-bottom: 0.75rem;
}
.overview-property-overlay {
    position: absolute;
    top: 0;
    color:#fff;
    background-color:rgba(89,89,91,0.6);
    width: 100%;
    height: 100%;
    line-height:300%;
    text-align: center;
    /*z-index: 10; */
	opacity:0;
	box-sizing: content-box;
    
}
.overview-property-overlay:hover {
    opacity:1;
}

.overview-property-text {
    position: absolute;
    top: 50%;
	left: 0;
	line-height: 0;
    color:#fff;
    width: 100%;
    text-align: center;
    z-index: 11;
	font-weight: bold;
	font-size: 0.875rem;
    
}

.overview-property-wrapper img.alignnone {
	margin-bottom: 0;
}

table.data-table {
	font-size: 0.625rem;
}

table.data-table td {
	border-top: none;
	padding: 0 5px;
}

.accordion.subtext .accordion-navigation > a, .accordion.subtext dd > a {
	background: transparent;
	color: inherit;
	display: block;
	font-family: inherit;
	font-size: 0.625rem;
	padding: 0;
	
}

.accordion.subtext .content, .accordion.subtext .content p {
	font-size: 0.625rem;
}

body.home .accordion dd > a {
	font-size: .875rem;
}

body.home .accordion .content.active, body.home .accordion .content.active table {
	background-color: #f4f4f4;
}

body.home .accordion dd > a:before {
	float: right !important;
    content:"\25BC";
    padding-right: 5px;
	font-weight: bold;
	font-size: 1rem;
}

body.home .accordion dd.active > a:before {
	float: right !important;
    content:"\25B2";
}

/* Responsibility 2018 */
.responsibility-block {border: solid 3px; font-size: 1.25rem;}
.responsibility-block.green {border-color: rgba(131,154,81,1);}
.responsibility-block.tan {border-color: rgba(132,114,78,1);}
.responsibility-block.brown {border-color: rgba(97,56,45,1);}
.responsibility-block.orange {border-color: rgba(154,107,33,1);}

.responsibility-block .block-header {color: #fff; font-weight: bold;}
.responsibility-block .block-header.green {background-color: rgba(131,154,81,1);}
.responsibility-block .block-header.tan {background-color: rgba(132,114,78,1);}
.responsibility-block .block-header.brown {background-color: rgba(97,56,45,1);}
.responsibility-block .block-header.orange {background-color: rgba(154,107,33,1);}

.block-header-icon {margin: 6px 15px 9px 9px !important;}

.responsibility-block .block-text {font-size: .75rem; padding: 20px;}
.responsibility-block .block-text.green {background-color: rgba(131,154,81,.12);}
.responsibility-block .block-text.tan {background-color: rgba(132,114,78,.12);}
.responsibility-block .block-text.brown {background-color: rgba(97,56,45,.12);}
.responsibility-block .block-text.orange {background-color: rgba(154,107,33,.12);}

.vertical-center {display: flex; align-items:center;}
.vertical-center-medium {display: flex; align-items:center;}
.vertical-center-medium .pull-text {font-size: .8125rem; padding: 10px 20px; margin: 0;}


.accountability-icon-container-green {display: flex; align-items: center; justify-content: center; background-color: rgba(131,154,81,1); padding: 10px; margin: 5px 25px 5px 0;}
.accountability-icon-container-tan {display: flex; align-items: center; justify-content: center; background-color: rgba(132,114,78,1); padding: 10px; margin: 5px 25px 5px 0;}
.accountability-icon-container-brown {display: flex; align-items: center; justify-content: center; background-color: rgba(97,56,45,1); padding: 10px; margin: 5px 25px 5px 0;}
.accountability-icon-container-orange {display: flex; align-items: center; justify-content: center; background-color: rgba(154,107,33,1); padding: 10px; margin: 5px 25px 5px 0;}

.accordion-visible .accordion dd > a {font-size: .75rem;}
.accordion-visible.green .accordion dd > a {background: none; background-color: rgba(131,154,81,.20);}
.accordion-visible.tan .accordion dd > a {background: none; background-color: rgba(132,114,78,.20);}
.accordion-visible.brown .accordion dd > a {background: none; background-color: rgba(97,56,45,.20);}
.accordion-visible.orange .accordion dd > a {background: none; background-color: rgba(154,107,33,.20);}

.accordion-visible .accordion dd > a:before {
	float: right !important;
    content: "\25BC";
    padding-right: 5px;
    font-weight: bold;
    font-size: 1rem;
}
.accordion-visible .accordion dd.active > a:before {
	float: right !important;
    content: "\25B2";
}

.accountability-graphic-wrapper {float: right;}
.accountability-graphic-wrapper p {margin: 0;}
.accountability-graphic-wrapper img {display: inline; margin: 5px 10px 10px 10px; width: 170px; float: left;}
.accountability-graphic-wrapper img:last-child {margin: 5px 0px 10px 10px;}


.accountability-graphic-wrapper .wp-caption {width: 190px !important; margin: 0; padding: 0; float: left;}
.accountability-graphic-wrapper .wp-caption:last-child, .accountability-graphic-wrapper .wp-caption:nth-child(2) {width: 180px !important;}
.accountability-graphic-wrapper .wp-caption p {margin: 0 0 0 10px; width: 170px !important; line-height: 1.5em;}
.accountability-graphic-wrapper .wp-caption img {margin: 5px 0px 10px 10px;}


/* Medium Only */
@media only screen and (min-width: 47.5625em) and (max-width: 56.25em) {

/* Footer */
.footer-feed:nth-child(odd) div[id^="footer-feed-"] {
	margin-left: 0;
}

.footer-feed div[id^="footer-feed-"] {
	min-height: 175px;
}

}


/* Samll Only */
@media only screen and (max-width: 47.5em) {
	
.entry-content, p, [id^="footer-feed-"] p  {
	font-size: .85rem;
}
	
.sticky {
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1;
}
	
.column, .columns {
	padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.content-container {
    padding-top: 10px;
}

.stock-container-block {
	width: 100%;
	float: right;
	background-color: #cccccc;
	padding: 5px 15px;
	text-align: right;
	font-size: 0.75rem;
	line-height: 1.25rem;
	height: 130px;
}

.logo-container {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	height: 130px;
	width: 140px;
}

.header-black {
	height: 0px;
}

.header-nav-main-mobile {
	background-color: #edac00;
	padding: 5px 15px;
	width: 140px;
	color: #000;
	float: left;
}

.header-nav-main-mobile img {
	display:inline-block;
	margin-right: 15px;
}

.header-phone-mobile {
	float: right;	
	padding: 5px 15px;
}

/* Main */

.content-container {
	background-image: none;
}

/* Footer */

.footer-feed div[id^="footer-feed-"] {
	/*margin-left: 0;*/
}

.footer-feed div[id^="footer-feed-"] {
	min-height: 150px;
}

.footer-feed {
    /*padding: 0;*/
}

/* Menu */

.header-nav-main-mobile {
	cursor: pointer;
}

#nav-main-mobile-containter {
	background-color: rgba(237,172,0,0.9);	
	position: absolute;
	top: 167px;;
	left: 0;
	/*width: 140px;*/
	z-index: 99;
}

#nav-main-mobile-containter ul li {
	list-style: none;
	padding: 5px 9px;
	margin: 10px 0;
	border-left: 3px solid transparent;
	
}

#nav-main-mobile-containter ul {
	margin: 0;
}

#nav-main-mobile-containter ul li>ul.sub-menu {
	display:none;
}

#nav-main-mobile-containter ul li.current-menu-item>ul.sub-menu {
	display:block;
}

#nav-main-mobile-containter ul li.current-menu-item {
	border-left: 3px solid #801b00;
}

#nav-main-mobile-containter ul li.current-menu-item.menu-item-has-children {
	border-left: 3px solid transparent;
}

.nav-main-mobile li a {
	color: #000;
}

/* Home Page Slider: Small */

.home-slider {
	padding: 0;
}

/* added line 2018 */
.metaslider .caption-wrap .caption img {width: auto; height: auto;}

body.page-template-front-page .content-container {
    padding-top: 3px;
}

body.page-template-front-page .metaslider .caption-wrap {
    position: relative;
    bottom: 0px;
    left: 0px;
    background: #000 none repeat scroll 0% 0%;
	background-color: rgba(0,0,0,0);
    color: #FFF;
    opacity: 1;
    margin: 0px;
    display: block;
    width: 100%;
    line-height: 1.4em;
	/* added padding 2018 */
	padding: 10px 0px 10px 0px;
}

body.page-template-front-page .metaslider ul.slides {
	background-color: rgba(0,0,0,0.6);
}

body.page-template-front-page .flex-control-nav {
    bottom: 15px;
}

#overview-map-west-action, #overview-map-east-action{
	color: #003494;
	cursor: pointer;
}

#overview-map-west-action.active, #overview-map-east-action.active {
	color: #801B00;
}

/* Responsibility 2018 */
.vertical-center-medium {display: block;}
.vertical-center-medium .pull-text {padding: 25px 25px 10px 25px;}

.accountability-graphic-wrapper {float: none;}
.accountability-graphic-wrapper img {display: block; margin: 5px 0px 10px 0px; width: 100%;}
.accountability-graphic-wrapper img:last-child {margin: 5px 0px 10px 0px;}

.accountability-graphic-wrapper .wp-caption {width: 100% !important; margin: 0px 10px 10px 0px;}
.accountability-graphic-wrapper .wp-caption p {margin: 0; width: 100% !important;}
.accountability-graphic-wrapper .wp-caption:last-child, .accountability-graphic-wrapper .wp-caption:nth-child(2) {width: 100% !important;}
.accountability-graphic-wrapper .wp-caption img {margin: 5px 0px 10px 0px;}

}

@media print {
  body * {
    visibility: hidden;
  }
  #content, #content * {
    visibility: visible;
  }
  #content {
    position: absolute;
    left: 0;
    top: 0;
  }
}
