/*
Theme Name: educated
Theme URI: http://www.ed.gov/
Author: Andy Feliciotti
Author URI: http://drawne.com
Description: Built with care for HomeRoom and the Department of Education Blogs
Version: 1.5.4
License: GNU General Public License
License URI: license.txt
Tags:

 educated is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #343c47;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
h1,h2,h3 {
	margin-bottom: 6px;
	line-height: 40px;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* 508 placeholders*/
::placeholder {
	color: #626262!important;
}

:-ms-input-placeholder {
    color: #626262!important;
}
::-ms-input-placeholder {
    color: #626262!important;
}

/* Text elements */
p {
	margin-bottom: 16px;
	line-height: 24px;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ul ul {
	list-style-type: circle;
}
ul ul ul {
	list-style-type: square
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1em 0.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0.75em 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
.collapseomatic_content > p:empty {
	display: none;
}

/* Links */
a {
	color: #316194;
}
.entry-content a {
	text-decoration: underline;
}
a:visited {
	color: #316194;
}
a:hover,
a:focus,
a:active {
	color: #1f5c99;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 12px auto;
}

img.alignleft, img.alignright, img.aligncenter {

}

/* 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. */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site-"]:before,
[class*="site-"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

.text-align-center {
	text-align: center;
}

input[type="submit"], button[type="submit"],.search-box .btndropdown-toggle, .ui-widget .btndropdown-toggle {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
	cursor: pointer;
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #006DCC;
}
.ui-widget .btndropdown-toggle, .search-box .btndropdown-toggle {
	padding: 5px 8px;
}
input[type="submit"]:hover, button[type="submit"]:hover,.search-box .btndropdown-toggle:hover {
	background-color: #73b541;
	background-color:#04c;
	*background-color:#003bb3;
	color: #fff;
}
.required {
	color: #e74c3c;
}

/* =Bootstrap overwrites
----------------------------------------------- */

li {
	line-height: 1.4em;
}

.btn, .form-control {
	border-radius: 0;
}

button, input, select, textarea, .uneditable-input  {
	max-width: 100%;
}

.form-control {
	border-color: #1f5c99;
}

.btn-green {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #7fc747;
}

.btn-green:hover,.btn-green:active {
	color: #ffffff;
	background-color: #73b541;
}

a.more-link {
	display:block;
	color: #ffffff!important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-size: 1.3em;
}

.alert-info {
	color: #124761;
	background-color: #F9FDFF;
}
.list-inline>li {
	display: inline;
}
@media screen and (max-width: 979px) {
	.btn-lg, .btn-group-lg>.btn {
		font-size: 16px;
	}
}

/* =Header
----------------------------------------------- */

.header-ed-branding {
	float: left;
	margin-right: 20px;
}

.header-text-branding {
	float: left;
	width: 520px;
}

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

.site-header.blue-header .btn-primary{
	background-color: #fff;
	color: #666;
}

.site-header.blue-header .navigation-bar.blue-box{
	border-top: 1px solid #A4BBD5;
	box-shadow: 0 -4px 15px rgba(0,0,0,0.3);
}

/* =Breadcrumbs
----------------------------------------------- */

.home .breadcrumb {
	display: none;
}

.breadcrumb {
	margin: 10px 0;
	font-size: 0.8em;
}

.breadcrumb, .breadcrumb a {
	color: #444;
}

/* =White House Overwrites
----------------------------------------------- */

.wh-heading {
	text-align: center;
	font-size: 24px;
	color: #787878;
	text-transform: uppercase;
	font-family: Georgia,"Times New Roman",Times,serif;
	letter-spacing: 0.1em;
	background-image: url('img/white-house-heading-bg.png');
	background-position: center center;
	background-repeat: no-repeat;
	padding: 12px 0 16px 0;
}

.wh-heading p{
	display: inline;
	background-color: #fff;
	padding: 4px 20px;
}

.white-house-theme h1 {
	font-family: Georgia,"Times New Roman",Times,serif;
	color: #800;
	font-size: 1.6em;
}

.white-house-theme h2, .white-house-theme h3, .white-house-theme h4, .white-house-theme h5, .white-house-theme h6 {
	font-family: Georgia,"Times New Roman",Times,serif;
}

body.white-house-theme {
  font-size: 14px;
  line-height: 1.5;
  font-family: Arial,Helvetica,sans-serif;
}
.white-house-theme .site-content a:link, .white-house-theme .site-content a:visited, .white-house-theme .widget-area a {
	color:#336699;
}
.white-house-theme h1.site-title a {
	font-family: Georgia,"Times New Roman",Times,serif;
	color: #369;
	font-weight: normal;
}
.white-house-theme .site-content .entry-title {
    font-weight: normal;
}
.white-house-theme #site-navigation .menu {
	font-family: Georgia,"Times New Roman",Times,serif;
}

/* =Menu
----------------------------------------------- */

.top-navigation {
	background-color: #d9d9db;
	font-size: 0.8em;
	padding: 5px 0;
}
.top-navigation .menu ul {
	margin: 0;
}
.top-navigation .menu li {
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #000;
}
.top-navigation .menu li:last-child {
	border-right: 0;
}
.top-navigation .menu li a {
	color: #030a13;
}
.navigation-bar {
	padding: 0!important;
}
.navigation-bar.blue-box {
	background-color: #194a7b
}
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li:first-child, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child, #mega-menu-wrap-primary .mega-menu-toggle  {
	border-left: 1px solid #a4bbd5;
}
.main-navigation li, #mega-menu-wrap-primary #mega-menu-primary > li, #mega-menu-wrap-primary .mega-menu-toggle  {
	float: left;
	position: relative;
	border-right: 1px solid #a4bbd5;
}
.main-navigation li a, #mega-menu-wrap-primary #mega-menu-primary > li > a {
	line-height: 44px;
	padding: 0 20px 0 20px;
	text-shadow: 0 1px 0 #000;
}
.main-navigation a, #mega-menu-wrap-primary #mega-menu-primary a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	display: none;
	float: left;
	position: absolute;
		left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	min-width: 200px;
	width: auto;
	color: #343c47;
	line-height: 1.4em;
	padding-bottom: 10px;
	padding-top: 10px;
}
.main-navigation ul ul li:first-child {
	border: 0;
}
.main-navigation ul ul li {
	border: 0;
	background-image: none;
}
.main-navigation li > a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a, #mega-menu-wrap-primary .mega-menu-toggle {
    background-color: #1f5c99;
}
.main-navigation li:hover > a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:hover , #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:focus {
	background-color: rgba(255,255,255,0.3)
}
.main-navigation ul ul :hover > a {
	background-color: #194a7b;
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block!important;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	background-color: #194A7B;
	border-top: 1px solid #a4bbd5;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a {
	text-transform: none;
	font-size: 14px;
}

/* Small menu */
.menu-toggle {
	display: none;
	color: #fff;
	background: none;
	width: 100%;
	cursor: pointer;
	line-height: 36px;
	padding: 1px;
	position: relative;
}

@media screen and (max-width: 767px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}

	.main-navigation {
		text-align: center;
	}

	.main-navigation .nav-menu {
		list-style: none;
		margin: 0;
	}

	.main-navigation .nav-menu li {
		margin: 0;
		font-size: 1.1em;
		border: 0;
		background-image: none;
		width: 100%;
		display: block;
		border-bottom: 1px solid #a4bbd5;
	}
	.main-navigation .nav-menu li:last-child {
		border: 0;
	}
	.main-navigation .nav-menu .sub-menu {
		display:none!important;
	}

}


/* =Slider
----------------------------------------------- */

/**
 * The files in /assets are unmodified.
 * This file contains
 *    - resets, in an attempt to ensure sliders display properly in all themes
 *    - modifications to the default sliders CSS
 */

 /* general resets */
.metaslider {
    position: relative;
    z-index: 0;
	margin-bottom: 18px;
}

.metaslider a {
	color: #fff;
}

.metaslider .caption {
    padding: 5px 10px;
    word-wrap: break-word;
}

.metaslider .caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    background: black;
    color: white;
    opacity: 0.7;
    margin: 0;
    display: block;
    width: 100%;
    line-height: 1.4em;
}

.metaslider img {
    height: auto;
    padding: 0;
    margin: 0;
    -moz-user-select: none;
}

.metaslider a {
    outline: none;
}

.metaslider .theme-default .nivoSlider {
   -webkit-box-shadow: 0 0 0;
      -moz-box-shadow: 0 0 0;
           box-shadow: 0 0 0;
}

.metaslider.ms-left {
    float: left;
    margin: 0 20px 20px 0;
}

.metaslider.ms-right {
    float: right;
    margin: 0 0 20px 20px;
}

.metaslider li:before,
.metaslider li:after {
    content: "" !important;
    display: none !important;
    bottom: auto !important;
    margin: 0 !important;
}

.metaslider .caption-wrap .caption img {
    width: auto;
}

/** quick resets **/
.article .metaslider ul,
.article .metaslider ol,
.article .metaslider li,
.article .metaslider img,
.art-article .metaslider ul,
.art-article .metaslider ol,
.art-article .metaslider li,
.art-article .metaslider img,
#widgets .metaslider ul,
#widgets .metaslider ol,
#widgets .metaslider li,
#widgets .metaslider img,
.entry .metaslider ul,
.entry .metaslider ol,
.entry .metaslider li,
.entry .metaslider img,
#content .metaslider ul,
#content .metaslider ol,
#content .metaslider li,
#content .metaslider img,
.entry-content .metaslider ul,
.entry-content .metaslider ol,
.entry-content .metaslider li,
.entry-content .metaslider img,
.metaslider .flexslider ul,
.metaslider .flexslider .slides li,
.metaslider .flexslider .slides ul,
.metaslider .flexslider .slides ol,
.metaslider .flexslider .flex-direction-nav,
.metaslider .flexslider .flex-direction-nav li,
*[class*='-article'] .metaslider img {
    border: 0;
    margin: 0;
    list-style-type: none;
    list-style: none;
    padding: 0;
    line-height: normal;
    max-width: none;
    max-height: none;
}

.metaslider .slides img {
	width: 100%;
	display: block;
}

div.flexslider {
	box-shadow: none;
	border: 0;
}

.metaslider .caption {
}

.metaslider div.caption-wrap {
	width: 60%;
	background-color: #1f5c99;
	bottom: 20px;
	opacity: 1;
}

.flex-direction-nav {
    position: absolute;
    bottom: 20px;
    right: 0;
	width: 60px;
	height: 30px;
	background-color: #1f5c99;
	z-index: 2;
}

.flex-direction-nav a:before {
	display: none;
}
.flex-direction-nav a {
    height: 30px;
    width: 30px;
}
.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev {
	opacity: 0.7;
	margin: 0!important;
	top: 0;
	background-image: none;
	color: #fff!important;
	font-size: 20px;
	text-indent: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: none!important;
	line-height: 30px;
	color: #fff!important;
}

.flex-direction-nav .flex-next:hover, .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-next {
	right: 0px!important;
}

.flex-direction-nav .flex-prev {
	left: 0px!important;
}


/* =Content
----------------------------------------------- */

.entry-header h1 a, .entry-header h2 a {
	color: #343d47;
}

.post {
}

.sticky {
	background-color: #fdffef;
	padding: 18px;
}
.hentry {
	margin: 0 0 2.1em;
}
.bordered-post {
	border-top: 1px solid #eee;
	padding-top: 1.2em;
	margin-bottom: 1em;
}
.bordered-post:first-child {
	border-top: 0;
	padding-top: 0;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 0.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
h1,h2,h3 {
	font-family: 'Oswald', sans-serif;
}

h1, h2.entry-title {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

.attachment-post-thumbnail {
	margin-bottom: 14px
}

.related-posts ul {
	font-size: 0.9em;
}

.navigation-post {
	font-size: 0.8em;
}

.entry-content #crp_related {
	display: none;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	background-color: #1f5c99;
	color: #fafafa;
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
	font-size: 13px;
	padding: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
	max-width: 100%;
}
.wp-caption-text {
	text-align: center;
	font-size: 13px;
}

.wp-caption-text a {
	color: #fafafa;
	text-decoration: underline;
}

.wp-caption .wp-caption-text {
	margin: 0.4075em 0 0;
	line-height: 20px;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comments-title {
	margin-bottom: 6px;
}

#comment {
	width: 70%;
}


.comment-list {
	margin: 0;
}

.comment-list .children > li {
	list-style: none;
}

.comment-list > li.comment {

    background: #f7f7f7;
    border-bottom: 3px solid #fff;
    list-style: none;
    padding: 1.625em;
}

.comment-list .comment .avatar {
	display:none;
}

.comment-list .comment .comment-content {
	clear:both;
}

.comment-list .comment .comment-author {
	float:left;
	font-weight: bold;
}

.comment-list .comment .comment-meta {
	float:right;
	text-align:right;
	font-size: 12px;
}

.comment-list .comment .comment-meta a {
	color: #343c47;
}

.comment-list .comment .reply {
	text-align: right;
	font-size: 12px;
}

.comment-list .comment .reply a {
	text-decoration: underline;
	color: #343c47;
}

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 50%;
}
.form-submit {
    display: none;
}

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

.widget-area {
	background-color: #fafafa;
	padding: 10px 24px;
	color: #3d4754;
	font-size: 0.9em;
}

.widget-area a {
	color: #3d4754;
}

.widget {
	margin: 0 0 1.5em;
}

.widget-title {
	color: #2d8700;
	font-size: 22px;
}

.widget ul,.widget ol {
	list-style: none;
	margin: 0 10px;
}

.widget ul li {
	padding-bottom: 7px;
	border-bottom: 1px solid #eee;
	margin-bottom: 7px;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .submit {
	display: none;
}

.header-search {
	margin-bottom: 6px;
}

.cls_search .ui-widget.search-box div {
	clear:none!important
}

/* =Meta
----------------------------------------------- */

.entry-meta ul {
	margin: 0;
}

.entry-meta abbr {
	border-bottom: 0;
}

.entry-meta ul li {
	padding-bottom: 8px;
}

.entry-meta ul li:last-child {
	padding-bottom: 0;
}

.share-box {
	text-align: center;
	background-color: #eeeeee;
	height: 100%;
}

.share-box .social-post-list {
		margin: 18px 0;
}

.social-post-list li img:hover{cursor: pointer;}

/*.share-box.facebook {color:#fefefe;background-color:#3d599b;}
.share-box.twitter {color:#fefefe;background-color:#00abee;}
.share-box.pinterest {color:#fefefe;background-color:#cb2027;}
.share-box.googleplus {color:#fefefe;background-color:#dc422b;}*/

.entry-meta, .author-box {
	font-size: 0.85em;
}

.float-author-box {
	float: left;
    margin: 0 8px 4px 0;
}

.hover-author-box {
    position: absolute;
	left: -113px;
	width: 120px;
}

.author-box {
	text-align: center;
}

.author-avatar img {
	height: 85px;
	width: 85px;
}

.author-card {
	margin-bottom: 8px;
}

.author-card:last-child {
	margin-bottom: 4px;
}

.author-box .author-name .author {
	margin-top: -5px;
}

.author-box .author-name .author-bio {
	font-size: 0.8em;
	line-height: 1em;
}


/* =Misc
----------------------------------------------- */

.site-title {
	margin-top: 8px;
	/*white-space: nowrap;*/
}

.header-social ul {
	margin: 0;
}

.site-description {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 28px;
}

.taxonomy-description h1 {
	margin-bottom: 1em;
}

.site-content,.widget-area {
	padding-top: 24px;
}

.margin-top {
	margin-top: 8px;
}

.margin-bottom {
	margin-bottom: 8px;
}

.big-margin-top {
	margin-top: 24px;
}

.big-margin-bottom {
	margin-bottom: 24px;
}

.blue-box{
	background-color: #1f5c99;
	color: #fefefe;
	padding: 14px;
	height: 100%;
}

.blue-box a {
	color: #fefefe!important;
}

.full-width {

}

.footer-bar {
	line-height: 30px;
}

.menu-footer {
	font-size: 14px;
	margin: 0;
	text-align: center;
}

.menu-footer ul,
.menu-footer ol {
  margin: 0;
  list-style: none;
}

.menu-footer ul>li, .menu-footer ol>li {
	display: inline-block;
	padding-right: 8px;
	padding-left: 8px;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.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;
}

/* =Responsive
----------------------------------------------- */

@media screen and (min-width: 1200px) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 18px;
		font-size: 1.8rem;
	}

	p {
		line-height: 27px;
	}

	.widget ul li {
		padding-bottom: 8px;
	}
	.widget select {
		font-size: 16px;
		font-size: 1.6rem;
		width: 100%;
	}
}

@media screen and (max-width: 979px) {
	.share-box .social-post-list {
		margin: 12px 0;
	}
	.share-box ul.inline>li {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media screen and (max-width: 979px) and (min-width: 767px) {
	ul.inline>li, ol.inline>li {
		margin-bottom:8px;
	}
	.header-ed-branding {
		width: 20%;
		margin-right: 4%;
	}

	.header-text-branding {
		width:75%;
	}
}

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

	.wh-heading p {
		display: block;
	}

	.mobile-logo {
		display: inline!important;
	}

	.mobile-margin,.entry-content, .entry-summary, .entry-title, .comments-title, #respond,.site-content [class*="navigation"] {
	}

	.big-margin-top {
		margin-top: 18px;
	}

	.big-margin-bottom {
		margin-bottom: 18px;
	}

	.site-branding {
		padding:0 8px;
		margin-bottom: 4px;
	}

	.blue-box {
		padding: 8px 12px;
	}

	.author-card {
		float:left;
		width: 49.9%;
	}

	.float-author-box, .hover-author-box {
		position: static;
		width: 100%;
	}

	.author-card:nth-child(odd) {
		clear: left;
	}

	.author-box .author-name {
		margin-bottom: 12px;
	}
	.site-logo {
		text-align: center;
	}
	.site-title {
		white-space: normal;
	}

	.header-ed-branding {
		width: 20%;
		margin-right: 4%;
	}

	.header-text-branding {
		width:75%;
	}
	.header-text-branding h1 {
		font-size: 20px;
		margin: 0;
	}
	.header-text-branding h2 {
		font-size: 1.1em;
		line-height: 1.1em;
	}

}
