/*!
Theme Name: OK Policy v3
Theme URI: https://okpolicy.org/
Author: Oklahoma Policy Institute
Author URI: https://okpolicy.org/
Description: Better Information, Better Policy
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: okpolicy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

OK Policy v3 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Custom Styles
	## Typography
	## Header & Navigation
	## Page & Post Body
	## Footer
	## Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Custom Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/

html {
	font-size: 62.5%;
}

body,
button,
input,
select,
optgroup,
textarea {
	font-size: 18px;
	font-size: 1.8rem;
	font-family: 'myriad-pro', sans-serif;
	color: #212121;
	text-shadow: 1px 1px 1px rgba(0,0,0,.1); -moz-text-shadow: 1px 1px 1px rgba(0,0,0,.1);
}

h1 {
	font-family: 'minion-pro', serif;
	font-weight: bold;
	color: #212121;
	font-size: 34px;
	font-size: 3.4rem;
}

h1 a {
	color:#2f507f;
	text-decoration:none;
}

h1 a:hover {
	text-decoration:underline;
}

h2 {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	color:#972421;
}

.home h2 {
	font-family: 'minion-pro', serif;
	font-weight: bold;
	color: #212121;
	font-size: 34px;
	font-size: 3.4rem;
	margin: 0.5rem 0;
	text-align: center;
}

h3 {
	font-family: 'minion-pro', serif;
	color: #212121;
	margin:0;
	padding:0;
	font-size: 20px;
	font-size: 2.0rem;
	line-height:1.2;
	font-weight:bold;
}

h4 {
	font-family: 'minion-pro', serif;
	margin:0;
	padding:0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height:1.2;
	font-weight:bold;
	color:#2f507f;
}

h4 a {
	color:#2f507f;
	text-decoration:none;
}

h4 a:hover {
	text-decoration:underline;
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	clear:none;
}

a, a:link, a:visited {
	-webkit-transition: color .3s linear;
	-o-transition: color .3s linear;
	-moz-transition: color .3s linear;
	text-decoration: none;
	color:#2f507f;
	font-weight:bold;
	outline: none;
}

a:hover, a:active, a:focus {
	text-decoration:underline;
}


/************************************************
*	Blockquotes and Pull Quotes								*
************************************************/

blockquote {
	text-align: justify;
	padding: 2px 20px 2px 10px;
	margin: 8px 10px;
	border-left: 3px solid #febd60;
	background: #fff8ef;
}

div.simplePullQuote {
	border: none;
	padding: 10px 15px;
	padding: 1rem 1.5rem;
	background: #2f507f;
	font-style: italic;
	color: #ffffff;
	text-align: center;
	-webkit-box-shadow: none;
  	-moz-box-shadow: none;
}

/*--------------------------------------------------------------
## Header & Navigation
--------------------------------------------------------------*/

.top-bar {
	background: #e4e4e4;
	padding-bottom: 4px;
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 30px;
	height: 3rem;
}

.home-search input[type="search"] {
	height: 20px;
	height: 2rem;
	width: 120px;
	width: 12rem;
}

.home-search input[type="submit"] {
	height: 22px;
	height: 2.2rem;
	font-size: 1rem;
	padding: 0.5rem;
	vertical-align: text-bottom;
}

.top-nav {
	width: 100%;
	margin: auto;
	line-height: 30px;
	line-height: 3rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.top-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social-icons-nav li {
	float: left;
	width: 15px;
	width: 1.5rem;
	margin-right: 8px;
	margin-right: 0.8rem;
}

.social-icons-nav li img {
	vertical-align: middle;
}

.home-link img {
	vertical-align: text-bottom;
	margin-right: 2px;
	margin-right: 0.2rem;
}

.extras-nav, .extras-nav a, .home-link a {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 30px;
	line-height: 3rem;
	font-weight: bold;
	color: #972421;
}

.extras-nav li {
	float: left;
	margin-left: 4px;
	margin-left: 0.4rem;
	vertical-align: middle;
}

.site-branding {
	width: 100%;
	background: #2f507f;
	margin-top: 28px;
	padding-left: 4px;
	padding-left: 0.4rem;
}

.branding-wrapper {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.logo {
	padding-top: 25px;
	padding-top: 2.5rem;
	max-width: 300px;
	max-width: 30rem;
}

#mobile-navigation {
	display: none;
}

.main-navigation ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-right: 50px;
	margin-right: 5rem;
}

.main-navigation li {
	margin-left: 20px;
	margin-left: 2rem;	
}

.main-navigation a:link, .main-navigation a:visited {
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
}

.main-navigation a:hover {
	color: #febd60;
}

.main-navigation ul ul {
	display: flex;
	flex-direction: column;
	background-color: #febd60;
	margin-left: -4.5rem;
	border-top: 2px solid #212121;
	border-bottom: 1px solid #212121;
}

.main-navigation ul ul li {
	margin-left: 0;
	border-bottom: 1px solid #212121;
}

.main-navigation ul ul a {
	padding: 15px;
	padding: 1.5rem;
	width: 170px;
	width: 17rem;
	font-size: 16px;
	font-size: 1.6rem;
}

.main-navigation ul ul a:link, .main-navigation ul ul a:visited, .main-navigation ul ul a:hover {
	color: #404040;
}

.main-navigation ul ul a:hover {
	background: #2f507f;
	color: #ffffff;
}

.issues-bar {
	background: #ABB9CB;
	width: 100%;
	min-height: 25px;
	min-height: 2.5rem;
	padding: 8px 0;
	padding: 0.8rem 0;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

#issues-menu {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	margin: 0 auto;
	line-height: 1;
	list-style: none;
	padding: 0;
}

#issues-menu a:link, #issues-menu a:visited {
	color: #212121;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	text-transform: uppercase;
}

#issues-menu a:hover {
	color: #ffffff;
}

#issues-menu li {
	text-align: center;
	padding: 5px 0;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

/*--------------------------------------------------------------
## Page & Post Body
--------------------------------------------------------------*/

body {
}

.site-content {
	width: 100%;
}

.breadcrumbs {
	display: flex;
	justify-content: left;
	margin-top: 20px;
	margin-top: 2rem;
	text-transform: uppercase;
}

.breadcrumbs a {
	color: #972421;
	font-weight: normal;
}

.breadcrumbs p {
	margin: 10px 0;
	margin: 1rem 0;
}

.featured-image {
	display: flex;
	justify-content: center;
	padding-top: 4px;
	padding-top: 0.4rem;
}

.featured-image img {
	border-top: 3px solid #972421;
	border-bottom: 3px solid #972421;
	padding-top: 10px;
	padding-top: 1rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.top-featured {
	padding: 30px;
	padding: 3rem;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.top-featured-img {
	float: left;
	margin-right: 20px;
	margin-right: 2rem;
	text-align: center;
}

.top-featured-text {
	width: 100%;
}

.top-featured-img img {
	max-width: none;
}

.top-featured h3 {
	clear: none;
}

.featured-articles {
	padding-top: 30px;
	padding-top: 3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.feature-box {
	width: 375px;
	width: 37.5rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 10px 30px;
	padding: 1rem 3rem;
	border: 1px solid #e4e4e4;
}

.feature-box h3, .feature-box h3 a, .top-featured h3, .top-featured h3 a {
	font-family: 'minion-pro', serif;
	font-size: 20px;
	font-size: 2rem;
	color: #212121;
}

.blog-columns {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blog-main, .obguide-main {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.blog-sidebar, .obguide-sidebar {
	background: #e4e4e4;
	padding: 20px;
	padding: 2rem;
	margin-bottom: 34px;
	margin-bottom: 3.4rem;
}

.blog-sidebar h2, .obguide-sidebar h2 {
	font-size: 20px;
	font-size: 2rem;
}

.archive-article {
	padding: 15px 0;
	padding: 1.5rem 0;
	border-bottom: 3px solid #972421;
}

.archive-article h3 a {
	color: #212121;
}

.archive-article img {
	float: left;
	margin-right: 10px;
	margin-right: 1rem;
}

.page-header {
	text-align: center;
}

.entry-header {
	margin: 0 auto;
	padding: 2px 0;
	padding: 0.2rem 0;
}

.entry-content, .site-main {
	margin: 0 auto;
	padding: 2px 0 0;
	padding: 0.2rem 0 0;
}

.page-title {
	text-align: center;
	margin: 30px auto;
	margin: 3rem auto;
	font-size: 45px;
	font-size: 4.5rem;
}

.entry-meta {
	text-transform: uppercase;
	color:#696969;
	font-size: 14px;
	font-size: 1.4rem;
	text-shadow: none;
	line-height: 1.3;
	margin: 6px 0;
	margin: 0.6rem 0;
}

.entry-meta a {
	color: #972421;
	font-weight: normal;
}

.lmdm {
	background: #972421;
	color: #ffffff;
	padding: 40px;
	padding: 4rem;
	margin: 30px auto 60px;
	margin: 3rem auto 6rem;
}

.lmdm-wrapper {
	padding: 30px 0;
	padding: 3rem 0;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
}

.lmdm a {
	color: #ffffff;
}

.lmdm h2 {
	background: #ffffff;
	color: #972421;
	display: inline;
	font-family: 'minion-pro', serif;
	padding: 10px;
	padding: 1rem;
	margin: 20px;
	margin: 2rem;
}

.lmdm ul {
	margin: 30px 0 0 20px;
	margin: 3rem 0 0 2rem;
}

.author-box {
	background: #e4e4e4;
	padding: 20px 30px 30px 30px;
	padding: 2rem 3rem 3rem 3rem;
	margin: 60px auto 0;
	margin: 6rem auto 0;
}

.author-box-wrapper {
	border-bottom: 3px solid #212121;
	padding-bottom: 30px;
	padding-bottom: 3rem;
	overflow: hidden;
}

.author-photo {
	float: left;
	margin: 10px;
	margin: 1rem;
}

.author-box-wrapper h2, .author-box-wrapper h1 {
	color: #212121;
	font-family: 'minion-pro', serif;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	border-bottom: 2px solid #212121;
	line-height: 1px;
	line-height: 0.1rem;
}

.author-box-wrapper h2 span, .author-box-wrapper h1 span {
	background:#e4e4e4;
	padding:0 10px;
	padding: 0 1rem;
}

.author-contact {
	line-height: 1;
	padding-top: 10px;
	padding-top: 1rem;
}

.author-box a {
	color: #972421;
	font-weight: normal;
}

.author-contact img {
	width: 15px;
	width: 1.5rem;
	vertical-align: middle;
}

.button {
	background: #972421;
	color: #fff;
	border: 1px solid #d7d7d7;
	margin: 10px 0;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}

.pagination {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0;
	margin: 3rem 0;
}

.page-numbers {
	background: #e4e4e4;
	border: 1px solid #ccc;
	color: #666;
	margin: 0 4px 4px 0;
	margin: 0 0.4rem 0.4rem 0;
	padding: 4px 8px;
	padding: 0.4rem 0.8rem;
	text-align: center;
	text-decoration: none;
}

.current {
	background: #2f507f;
	color: #fff;
	font-weight: bold;
}

/*--------------------------------------------------------------
## Issues Page Elements
--------------------------------------------------------------*/

.double-border {
	border-top: 3px solid #972421;
	border-bottom: 3px solid #972421;
}

.issue-page h2 {
	font-family: 'minion-pro', serif;
	font-weight: bold;
	color: #212121;
	font-size: 30px;
	font-size: 3rem;
}

.sub-issues-container {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-evenly;
}

a.sub-issue {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 200px;
	width: 20rem;
	margin-right: 30px;
	margin-right: 3rem;
	height: 120px;
	height: 12rem;
	background: #972421;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 10px;
	padding: 1rem;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'myriad-pro', sans-serif;
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
}

a.sub-issue:hover {
	text-decoration: none;
	background: #2f507f;
}

.sub-issue p {
	display: none;
}

a.sub-issue:hover p {
	display: none;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: none;
}

.full-width-grey {
	/* to allow the background to be the full width of the page, breaking out of the containing div */
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin: 45px -50vw;
	margin: 4.5rem -50vw;
	background: #e4e4e4;
}

.facts-container {
	/* to allow the facts background to be the full width of the page, breaking out of the containing div */
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin: 45px -50vw;
	margin: 4.5rem -50vw;
	background: #e4e4e4;
	padding: 45px 0;
	padding: 4.5rem 0;
  }


.fact-slider {
	margin: 0 auto;
	width: 800px;
	width: 80rem;
	border-bottom: 3px solid #000;
	padding-bottom: 30px;
	padding-bottom: 3rem;
}

.facts-header {
	width: 100%; 
	text-align: left; 
	border-bottom: 3px solid #000;
	line-height: 1px;
	line-height: 0.1rem;
	margin: 10px 0 20px;
	margin: 1rem 0 2rem;
 } 
 
 .facts-header span { 
	 background:#e4e4e4; 
	 padding-right: 10px;
	 padding-right: 1rem; 
 }

 .fact-slider .slick-slider {
	padding: 30px 0;
	padding: 3rem 0;
 }

/*--------------------------------------------------------------
## Home Page Elements
--------------------------------------------------------------*/

.home-slider .slick-prev:before, .home-slider .slick-next:before {
	color:#2f507f;
}

.home-slider ul, .home-slider li {
	margin: 0;
	padding: 0;
}

.home-feature {
	margin-top: 60px;
	margin-top: 6rem;
}

.home-slider h1 {
	line-height: 1;
	font-family: 'myriad-pro', sans-serif;
	text-transform: uppercase;
	margin: 0;
}

.home-slider a {
	text-decoration: none;
	font-weight: normal;
}

.home-slider p {
	margin: 0 0 10px 0;
	margin: 0 0 1rem 0;
}

.top-left, .centered {
	position: absolute;
	width: 50%;
	min-height: 35%;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 15px;
	padding: 1.5rem;
	vertical-align: middle;
}

.top-left {
	top: 5%;
	left: 5%;

}

.top-left h1 {
	margin-top: 0;
}

.centered {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.slide-button {
	display: inline-block;
	padding: 10px 30px;
	padding: 1rem 3rem;
	line-height: 2rem;
	vertical-align: middle;
	color: #ffffff !important;
}

a.slide-button {
	font-weight: bold;
}

.slide-button:hover {
	text-decoration: none;
}

.home-issues-container {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-evenly;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.home-issues {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 30px;
	margin-top: 3rem;
}

.home-issue {
	display: inline-block;
	width: 180px;
	width: 18rem;
	margin-right: 30px;
	margin-right: 3rem;
	padding: 10px;
	padding: 1rem;
	text-align: center;
}

.home-issue a {
	color: #972421;
	text-transform: uppercase;
	font-family: 'myriad-pro', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
}

.home-issue a:hover {
	text-decoration: none;
}

.home-content {
	width: 100%;
	background-color: #e4e4e4;
	background-image: url("images/dome.png");
	padding: 20px;
	padding: 2rem;
}

.home-content p {
	font-family: 'minion-pro', serif;
	color: #212121;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
	line-height: 1.4;
}

.home-email {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.signup-text {
	margin-right: 100px;
	margin-right: 10rem;
}

.signup-form form {
	display: inline-flex;
}
  
.signup-form input[type="text"] {
	margin-right: 30px;
	margin-right: 3rem;
	min-width: 400px;
	min-width: 40rem;
}
  
.signup-form input[type="text"], .signup-form input:focus {
	border: none;
	border-bottom: 4px solid #212121;
	border-bottom: 0.4rem solid #212121;
	color: #212121;
	background: #e4e4e4;
}
  
.signup-form input[type="Submit"], .blog-sidebar input[type="Submit"], .email-form input[type="Submit"] {
	border: 3px solid #212121;
	border: 0.3rem solid #212121;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 10px 30px;
	padding: 1rem 3rem;
}

.email-form input[type="Submit"] {
	background: #ffffff;
}

.blog-sidebar input[type="Submit"] {
	margin-top: 10px;
	margin-top: 1rem;
}
  
.signup-form input[type="Submit"]:hover, .blog-sidebar input[type="Submit"]:hover, .email-form input[type="Submit"]:hover {
	background: #2f507f;
	color: #ffffff;
}
  
  .signup-form a {
	text-decoration: underline;
}

.home-article {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	padding: 1.5rem 0;
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.home-article h3 a {
	color: #212121;
}

.home-article-image {
	width: 30%;
	text-align: center;
}

.home-article-text {
	width: 65%;
}

.read-more-link {
	padding: 10px;
	padding: 1rem;
	border: 3px solid #2f507f;
}

.read-more-link:hover {
	text-decoration: none;
	color: #fff;
	background-color: #2f507f;
}

/*--------------------------------------------------------------
## Special Content Elements
--------------------------------------------------------------*/

.whats-that-header {
	text-align: left;
}

.whats-that-header h1 {
	clear: none;
	text-align: left;
}

.whats-that-header img {
	float: left;
	margin-right: 30px;
	margin-right: 3rem;
	max-width: 60px;
	max-width: 6rem;
}

.whats-that-archive li {
	list-style-type: none;
	position: relative;
	padding-left: 15px;
}

.whats-that-archive li:before {
	content: "\25BA \0020";
	font-size: 10px;
	font-size: 1rem;
	position: absolute;
	top: 3px;
	top: 0.3rem;
	left: -10px;
	left: -1rem;
	color: #972421;
  }

.whats-that-archive h3 {
	margin: 3px 0;
	margin: 0.3rem 0;
	text-transform: capitalize;
}

.numberdate {
	clear: both;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 60px;
	margin-top: 6rem;
}

.numberwrap, .quotewrap {
	display: flex;
	padding: 10px;
	padding: 1rem;
	margin-bottom: 90px;
	margin-bottom: 9rem;
	border-top:  3px solid #972421;
	border-bottom: 3px solid #972421;
}

.thenumber, .quotedate {
	float:left;
	padding:25px;
	padding: 2.5rem;
	text-align:center;
	color:#972421;
	font-size:30px;
	font-size: 3rem;
	line-height: 1.3;
	font-weight:bold;
}

.thenumber a, .thenumber a:visited, .quotedate a, .quotedate a:visited {
	color:#972421;
}

.numberdetails, .thequote {
	padding:25px 25px 10px 25px;
	padding: 2.5rem 2.5rem 1rem 2.5rem;
}

.numberdetails p, .thequote p {
	margin-top: 0;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.site-footer {
	width: 100%;
	background: #2f507f;
  	color: #ffffff;
	padding-top: 45px;
	padding-top: 4.5rem;
}

.site-footer a {
  color: #ffffff;
  font-weight: normal;
}

.footer-logo {
	margin: 0 auto;
	width: 100px;
	width: 10rem;
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.footer-resources {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer-resources h2, #footer-resources, #footer-resources a {
	color: #ffffff;
  text-align: center;
}

#footer-resources {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin: 0;
	padding: 0;
}

ul#footer-resources li:last-child {
  display: none;
}

.footer-resources li {
	margin: 0 15px;
	margin: 0 1.5rem;
	line-height: 2;
}

.separator {
	margin: 0 !important;
}

.footer-social {
  margin: 120px 0;
  margin: 12rem 0;
  display: flex;
  justify-content: center;
}

.footer-social ul {
  list-style-type: none;
}

.footer-social ul li {
	float: left;
	width: 40px;
	width: 4.0rem;
	margin-right: 60px;
	margin-right: 6rem;
}

.footer-social li img {
	vertical-align: middle;
}

.footer-itk {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-itk h2 {
  color: #ffffff;
}

.footer-itk form {
  display: inline-flex;
}

.footer-itk input[type="text"] {
  background: #2f507f;
  margin-right: 30px;
  margin-right: 3rem;
  min-width: 400px;
  min-width: 40rem;
}

.footer-itk input[type="text"], .footer-itk input:focus {
  border: none;
  border-bottom: 4px solid #ffffff;
  border-bottom: 0.4rem solid #ffffff;
  color: #ffffff;
}

.footer-itk textarea:focus, .footer-itk input:focus {
  border: 1px solid #ffffff;
}

.footer-itk input[type="Submit"] {
  color: #ffffff;
  background: #2f507f;
  border: 3px solid #ffffff;
  border: 0.3rem solid #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 30px;
  padding: 1rem 3rem;
}

.footer-itk input[type="Submit"]:hover {
  background: #ffffff;
  color: #2f507f;
}

.footer-itk a {
  text-decoration: underline;
}

.footer-contact {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 120px 0;
  margin: 12rem 0;
}

/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/

/* for-phone-only */
@media only screen and (max-width: 600px) {

	.top-bar, #primary-menu, .issues-bar {
		display: none;
	}

	.site-branding {
		margin: 0;
		padding: 0;
		height: 75px;
		height: 7.5rem;
		padding: 5px;
		padding: 0.5rem;
		position: fixed;
		z-index: 9999;
	}
	
	.branding-wrapper {
		align-items: center;
	}

	.logo {
		padding: 0;
		width: 75%;
	}

	#mobile-navigation {
		display: block;
	}

	#content {
		margin-top: 75px;
		margin-top: 7.5rem;
		padding: 0 10px;
		padding: 0 1rem;
	}

	.site-content, .full-width div {
		padding: 0 4px;
	}
	
	.featured-image {
		padding: 0;
	}

	.featured-image img {
		border: none;
	}
	
	.top-featured-img img {
		max-width: 100%;
	}

	.footer-social ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
		padding-left: 0;
	}

	.footer-social ul li {
		margin-bottom: 30px;
		margin-bottom: 3rem;
	}

	.footer-itk input[type="text"], .home-email input[type="text"] {	
		width: 95%;
		min-width: 0;
	  }

	.footer-itk form, .home-email form {
		flex-wrap: wrap;
	}
	
	.numberwrap, .quotewrap {
		flex-wrap: wrap;
		justify-content: center;
	}

	.thenumber, .quotedate {
		padding-bottom: 0;
	}
	
	.home-content {
		display: none;
	}

	.home-slider, .fact-slider, .author-box {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.slick-slider {
		margin: 0;
		padding: 0;
	}
	
	.home-slider h1 {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.home-slider p {
		display: none;
	}
	
	.top-left, .centered {
		width: 60%;
	}

	.slick-arrow {
		display: none !important;
	}

	.home-issue {
		width: 100%;
	}

	.home-issue img {
		max-width: 150px;
		max-width: 15rem;
	}

	.home-article-image, .home-article-text {
		width: 96%;
	}

	.slide-button {
		display: none;
	}
	
	.author-photo, .archive-article img {
		width: 100%;
	}

}

@media only screen and (max-width: 750px) {

	.home-link {
		display: none;
	}
	
	.feature-box {
	width: 100%;
	}
	
	.home-slider, .fact-slider, .author-box {
		width: 100%;
	}
	
	#issues-menu a:link, #issues-menu a:visited {		
		margin-right: 20px;
		margin-right: 2rem;
		font-size: 14px;
	    font-size: 1.4rem;
	}
	
}

/* for-table-portrait-up */

@media only screen and (min-width: 750px) {

	.top-nav {
		width: 100%;
		padding: 0 3px;
		padding: 0 0.3rem;
	}

	.branding-wrapper {
		width: 100%;
	}

	.site-branding {
		height: 125px;
		height: 12.5rem;
	}

	#issues-menu {
		width: 100%;
		padding-left: 3px;
		padding-left: 0.3rem;
	}

	#issues-menu li {
		margin-right: 10px;
		margin-right: 1rem;
	}
	
	#issues-menu a:link, #issues-menu a:visited {		
		margin-right: 20px;
		margin-right: 2rem;
		font-size: 14px;
	    font-size: 1.4rem;
	}

	#content {
		width: 100%;
		padding: 0 3px;
		padding: 0 0.3rem;
	}

	.home-issues {
		text-align: center;
	}

	.site-content {
		margin: 0 auto;
	}

	.blog-sidebar, .obguide-sidebar {
		width: 100%;
	}
	
	.feature-box {
		width: 49%;
	}

}

/* for-tablet-landscape-up */

@media only screen and (min-width: 900px) {

	.top-nav, .branding-wrapper, #issues-menu, #content {
		width: 900px;
		width: 90rem;
	}

	#issues-menu li {
		margin-right: 0;
	}
	
	#issues-menu a:link, #issues-menu a:visited {
		margin-right: 0;
		font-size: 16px;
	    font-size: 1.6rem;
	}

	.footer-resources {
		width: 600px;
		width: 60rem;
	}

	.home-slider {
		margin-top: 20px;
		margin-top: 2rem;
	}
	
	.author-box {
		width: 900px;
		width: 90rem;
	}

	.blog-main {
		width: 67%;
	}
	
	.obguide-main {
		width: 60%;
	}

	.blog-sidebar {
		width: 30%;
	}
	
	.obguide-sidebar {
		width: 37%;
	}

	.top-featured-text {
		width: 52%;
	}

}

/* for-desktop up */

@media only screen and (min-width: 1200px) {

	.top-nav, .branding-wrapper, #issues-menu {
		width: 1200px;
		width: 120rem;
	}

	#content {
		width: 1200px;
		width: 120rem;
	}

	.content-area {
		width: 900px;
		width: 90rem;
		margin: 0 auto;
	}

	.home-page {
		width: 1200px;
		width: 120rem;
	}

	.home-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 350px;
		width: 35rem;
		padding: 10px 40px;
		padding: 1rem 4rem;
		margin-top: 2rem;
		margin-left: 4rem;
		height: 365px;
		height: 36.5rem;
	}

	.home-slider {
		width: 800px;
		width: 80rem;
	}

	.home-first-section {
		margin: 20px 0;
		margin: 2rem 0;
	}

	.home-first-section, .home-second-section {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: center;
	}

	.home-issues-container {
		width: 900px;
		width: 90rem;
		text-align: center;
	}

	.home-programs-container {
		width: 900px;
		width: 90rem;
		text-align: center;
		padding-left: 30px;
		padding-left: 3rem;
	}

	.home-programs-container .home-issue {
		margin-bottom: 30px;
		margin-bottom: 3rem;
	}

	.footer-resources {
		width: 600px;
		width: 60rem;
	}

	.logo {
		padding-top: 25px;
		padding-top: 2.5rem;
		max-width: 350px;
		max-width: 30rem;
	}

	.main-navigation ul ul {
		margin-top: 0;
	}
	
	.blog-main {
		width: 77%;
	}
	
	.obguide-main {
		width: 67%;
	}

	.blog-sidebar {
		width: 20%;
	}
	
	.obguide-sidebar {
		width: 30%;
		margin-top: 150px;
		margin-top: 15rem;
	}

}

/* for-big-desktop-up */

@media only screen and (min-width: 1800px) {

}

