/*
Theme Name: CITE Journal 2016
Theme URI: http://underscores.me/
Author: John Rhea
Author URI: http://johnrhea.com
Description: Theme for the 2016 redesign of the CITE Journal
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cite
Tags:

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.

CITE Journal 2016 is based on Underscores http://underscores.me/, (C) 2012-2015 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 http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 11, 2016 */
@font-face {
    font-family: 'Cabin';
    src: url('fonts/cabin-bold-webfont_latin.eot');
    src: url('fonts/cabin-bold-webfont_latin.eot?#iefix') format('embedded-opentype'),
        url('fonts/cabin-bold-webfont_latin.woff2') format('woff2'),
        url('fonts/cabin-bold-webfont_latin.woff') format('woff'),
        url('fonts/cabin-bold-webfont_latin.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'Cabin';
    src: url('fonts/cabin-regular-webfont_latin.eot');
    src: url('fonts/cabin-regular-webfont_latin.eot?#iefix') format('embedded-opentype'),
        url('fonts/cabin-regular-webfont_latin.woff2') format('woff2'),
        url('fonts/cabin-regular-webfont_latin.woff') format('woff'),
        url('fonts/cabin-regular-webfont_latin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: Merriweather, Georgia, serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: Cabin, Helvetica, Arial, sans-serif;
}

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

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: """";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em .5em;
}

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

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;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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;
}

select {
    border: 1px solid #ccc;
}

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;
}

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"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    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 li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {}

.main-navigation li:hover>a,
.main-navigation li.focus>a {}

.main-navigation ul ul :hover>a,
.main-navigation ul ul .focus>a {}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled 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 {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.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;
    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;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## 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,
/* 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;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## 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;
}

/*Custom CSS*/

html {
    overflow-x: hidden
}

body {
    overflow-x: hidden;
    background-color: #EBEBEB;
    color: #1F2833;
}



.head1,
h2 {
    font-family: Cabin, Helvetica, Arial, sans-serif;
    font-size: 1.7em;
    font-weight: bold;
}

.head1,
article h2 {
    width: 100%;
    text-align: center;
}

.head2,
h3 {
    font-family: Cabin, Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
}

.head3,
h4 {
    font-family: Cabin, Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}

.head4,
h5 {
    font-family: Cabin, Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    color: #656565;
}

#main img {
    display: block;
    margin: 1em auto;
}

a {
    color: #379B82;
    text-decoration: none;
}

a:visited {
    color: #379B82;
}

a:hover {
    text-decoration: underline;
}

p {
    line-height: 2;
}

.site-title {
    position: relative;
    float: left;
    font-family: Cabin, Helvetica, Arial, sans-serif;
    margin: 0.67em 0 0.2em 0;
}

p.site-title {
    font-size: 2em;
    margin: 0.67em 0 0.2em 0;
    line-height: 1.4;
}

.site-title a {
    color: #1F2833;
    font-weight: normal;
    line-height: .8;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-size: .5em;
    font-family: Cabin, Helvetica, Arial, sans-serif;
}

.site-title a:hover {
    text-decoration: none;
}

.site-title a span {
    font-size: 4.2em;
    display: block;
    letter-spacing: initial;
    line-height: .4;
    text-indent: -3px;
}

.site-title:after {
    content: " ";
    background: url("images/logo.png") no-repeat 0 0;
    background-size: 100%;
    width: 53px;
    height: 77px;
    display: inline-block;
    position: absolute;
    margin: -1.35em 0 0 0;
}

.site-description {
    text-transform: uppercase;
    color: #919191;
    font-family: Cabin, Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    width: 255px;
    line-height: 1.2;
    float: left;
    margin: .5em 0 0 60px;
}

#page {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: .5em 2%;
}

#cats-header {
    clear: both;
    padding: 0 100em;
    margin-left: -100em;
    border-top: 1px solid #B6B6B6;
    border-bottom: 1px solid #B6B6B6;
    overflow: hidden;
    width: calc(100% + 200em);
}

#cats-header ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.cats-menu {
    display: flex;
    justify-content: space-between;
}

#cats-header li {
    width: 12.5%;
    display: block;
    font-family: Cabin, Helvetica, Arial, sans-serif;
    position: static;
    text-align: center;
    margin: .5em 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4em;
    padding: 0.5em 0 0.75em;
}

#cats-header li a {
    display: block;
    line-height: 1.1;
    color: #1F2833;
    text-align: center;
}

#cats-header li.cat-item-english-language-arts a,
#cats-header li.cat-item-mathematics a,
#cats-header li.cat-item-social-studies a {
    padding: 0 .5em;
}
#cats-header li.cat-item-objects-to-think-with a {
    padding: 0 12%;
}

.cat-item-english-language-arts {
    border-bottom: .75em solid #FAB040;
}

.cat-item-general {
    border-bottom: .75em solid #506F86;
}

.cat-item-mathematics {
    border-bottom: .75em solid #895D2E;
}

.cat-item-science {
    border-bottom: .75em solid #DE703C;
}

.cat-item-social-studies {
    border-bottom: .75em solid #8DADC4;
}

.cat-item-current-practice {
    border-bottom: .75em solid #2F3C4F;
}

.cat-item-objects-to-think-with {
    border-bottom: .75em solid #2092e7;
}

#cats-header li a:hover,
#cats-header li.current-cat a {
    text-decoration: none;
}

#cats-header li:hover,
#cats-header li.current-cat {
    border-bottom-width: 1.5em;
    padding-bottom: 0;
}

body.category-objects-to-think-with.archive .page-title::after{
    content: ": Educational Design & Fabrication";
}
body.category-objects-to-think-with.archive .page-title {
    margin: -3.5em 0 2em 0;
    font-size: 1.9em;
    line-height: 1.3;
}

#archive {
    background-color: #E3E3E3;
    overflow: hidden;
    padding: 0 100em;
    margin: 0 0 0 -100em;
    width: calc(100% + 200em);
}

#archive .archive-cats {
    width: 15%;
    float: left;
    padding: 0;
    margin: 0;
    min-width: 150px;
}

#archive .archive-cats li {
    list-style-type: none;
    margin-left: none;
    text-align: center;
    padding: 3em 1em;
    height: 7em;
}

#archive ul {
    margin-left: 0;
    padding-left: 0;
}

#archive .archive-cats li a {
    color: #FFF;
    font-family: Cabin, Helvetica, Arial, sans-serif;
}

#archive li.archive-cats-header {
    color: #FFF;
    font-size: 1.25em;
    font-weight: bold;
    font-family: Cabin, Helvetica, Arial, sans-serif;
    background-color: #616161;
    padding: 2em 1em 1em 1em;
}

#archive .archive-cats .cat-item-english-language-arts {
    background-color: #FAB040;
    border: none;
    width: 100%;
    color: #FFF;
    padding-top: 2.2em;
    padding: 2.2em 0.5em 0;
}

#archive .cat-item-general {
    background-color: #506F86;
    border: none;
    width: 100%;
    color: #FFF;
}

#archive .archive-cats .cat-item-mathematics {
    background-color: #895D2E;
    border: none;
    width: 100%;
    color: #FFF;
    padding-top: 2.2em;
}

#archive .archive-cats .cat-item-objects-to-think-with {
    background-color: #2092e7;
    border: none;
    width: 100%;
    color: #FFF;
    padding-top: 2.2em;
}

#archive .archive-cats .cat-item-science {
    background-color: #DE703C;
    border: none;
    width: 100%;
    color: #FFF;
    padding: 2.2em 2em;
}

#archive .archive-cats .cat-item-social-studies {
    background-color: #8DADC4;
    border: none;
    width: 100%;
    color: #FFF;
    padding-top: 2.2em;
}

#archive .cat-item-current-practice {
    background-color: #2F3C4F;
    border: none;
    width: 100%;
    color: #FFF;
}

#archive .cat-item-objects-to-think-with {
    background-color: #2092e7;
    border: none;
    width: 100%;
    color: #FFF;
}

#archive .archive-issues {
    width: calc(83% - 1em);
    padding-left: 1em;
    float: right;
    padding-top: 2em;
}

.archive-issues li {
    list-style-type: none;
}

.archive-issues .volumes>li {
    float: left;
    padding: 0 1em 1em 1em;
    width: 20%;
    min-width: 120px;
    min-height: 150px;
    max-width: 180px;
}

#archive .archive-issues .issues {
    padding-left: 1em;
}

.site-info {
    clear: both;
    text-align: center;
    padding: 1em;
}

.main-navigation {
    font-family: Cabin, Helvetica, Arial, sans-serif;
    float: right;
    width: auto;
    margin-top: -2.5em;
    margin-bottom: .25em;
}

.main-navigation a {
    color: #616161;
    padding: .25em .5em;
}

.searching {
    float: right;
    margin: .5em .5em 0 0;
}

.search-form .search-submit {
    background-image: url(images/searchglass.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 22px;
    width: 19px;
    border: none;
    text-indent: -999em;
    box-shadow: none;
    background-color: transparent;
}

.search-form .search-submit:hover {
    border-color: none;
    box-shadow: none;
}

.search-form .search-field {
    background-color: #ebebeb;
    border-radius: 3px;
    font-family: Cabin, Helvetica, Arial, sans-serif;
    color: #616161;
    box-shadow: none;
    padding: .1em .1em .1em .4em;
}

.menu-toggle,
.cats-toggle {
    background-color: #ebebeb;
    border-radius: 3px;
    font-family: Cabin, Helvetica, Arial, sans-serif;
    color: #616161;
    box-shadow: none;
    padding: .5em;
}

.menu-toggle:hover,
.cats-toggle:hover {
    box-shadow: none;
}

.brief .entry-title a {
    color: #000000;
}

.brief .entry-title {
    margin: 0;
}

.brief .entry-content {
    margin-top: 0;
}

.brief .author {
    font-family: Merriweather, Georgia, serif;
    color: #777;
    font-weight: 400;
    font-size: .8em;
}

.brief .entry-link {
    font-family: Cabin, Helvetica, Arial, sans-serif;
    font-size: .9em;
    font-weight: bold;
    margin-right: 1em;
}

.brief a:hover {
    text-decoration: underline !important;
}

.the-brief-category li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.the-brief-category li a,
.the-brief-term {
    color: #999;
    font-family: Cabin, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

.the-brief-category ul {
    margin: 0;
    padding: 0;
}

.home #primary,
.page #primary {
    width: 69%;
    margin-left: 1%;
    float: right;
}

.page .entry-content {
    padding: 0 10% 0 5%;
}

.page .entry-content p:first-child,
.single-people .editor-photo+p {
    margin-top: 0;
}

.home.page .entry-content {
    padding: 0;
}

.home.page .entry-content p:first-child {
    margin-top: 0;
}

.home #secondary,
.page #secondary {
    width: 29%;
    margin-right: 1%;
    float: left;
}

.secondary-block {
    background-color: #E3E3E3;
    padding: 1em 2em;
    margin: 2em 0 0;
    overflow: hidden;
}

.secondary-nav ul {
    padding: 1em 0;
    margin: 0;
}

.secondary-nav ul li {
    list-style-type: none;
}

.secondary-nav ul li:not(:last-child) {
    margin: 0 0 1em 0;
}

.secondary-nav ul li a {
    color: #1F2833;
}

.secondary-nav ul li a:hover {
    text-decoration: underline;
}

.secondary-block .gform_wrapper {
    margin: 0 0 1em 0;
}

#secondary .ginput_container_text input {
    float: left;
}

#secondary .qjb .gfield_label {
    float: left;
    width: 70px;
}

#secondary .ginput_container_text input.medium {
    width: calc(100% - 70px);
}

#secondary .gform_wrapper .top_label input.medium {
    width: calc(100% - 70px);
}

.secondary-block .gform_wrapper .gform_footer input[type=submit] {
    float: right;
    box-shadow: none;
    background-color: #BABABA;
    text-shadow: none;
    font-family: Cabin, Helvetica, Arial, sans-serif;
}

#secondary .sufa .gform_wrapper .gform_footer input[type=submit] {
    margin-top: -2.2em;
}

#secondary .sufa .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
}

.aace-logo {
    margin-top: -1em;
    max-width: 200px;
    width: 100%;
}

.english-language-arts {
    border-left: 1em solid #FAB040;
}

.general {
    border-left: 1em solid #506F86;
}

.mathematics {
    border-left: 1em solid #895D2E;
}

.science {
    border-left: 1em solid #DE703C;
}

.social-studies {
    border-left: 1em solid #8DADC4;
}

.current-practice {
    border-left: 1em solid #2F3C4F;
}

.objects-to-think-with {
    border-left: 1em solid #2092e7;
}

.single #primary,
.archive #primary,
.error-404,
.search #primary {
    padding: 5em 25% 2em 15%;
    position: relative;
}

.abstract {
    border: solid 1em #DDD;
    padding: 1em 1.5em;
    margin: 2em -1em;
    line-height: 1.8;
}

.abstract h3 {
    margin: 0;
    color: #888;
}

.article-links {
    margin: 0 0 5em 0;
    padding: 0;
    position: absolute;
    top: .25em;
    left: .5em;
}

.article-links li {
    list-style-type: none;
    margin-right: 20px;
    float: left;
    font-family: Cabin, Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.single .entry-header {
    margin: 7em 0 3em 0;
}

.single .author {
    color: #555;
    margin-bottom: 2em;
    display: block;
}

.single .author span {
    color: #999;
}

.category-english-language-arts .section-header {
    border-top: 7em solid #FAB040;
}

.category-general .section-header {
    border-top: 7em solid #506F86;
}

.category-mathematics .section-header {
    border-top: 7em solid #895D2E;
}

.category-science .section-header {
    border-top: 7em solid #DE703C;
}

.category-social-studies .section-header {
    border-top: 7em solid #8DADC4;
}

.category-current-practice .section-header {
    border-top: 7em solid #2F3C4F;
}

.category-objects-to-think-with .section-header {
    border-top: 7em solid #2092e7;
}

.category-editorial .section-header,
.category-seminal-articles .section-header {
    border-top: 7em solid #777;
    border-bottom: none;
    padding-bottom: 0;
}

.section-header {
    color: #1F2833;
    padding: 1em 100em 2em 100em;
    margin: -5em 0 3em -100em;
    width: calc(100% + 200em);
    border-bottom: 2px solid #CCC;
}

.section-header .page-title {
    font-weight: 200;
    text-transform: uppercase;
    color: #FFF;
    margin: -2.25em 0 1em 0;
}

.section-header a,
.section-header a:visited {
    color: #1F2833;
    text-decoration: underline;
    font-weight: bold;
}

.section-header a:hover {
    text-decoration: none;
}

.editor-photo {
    float: right;
    margin: 0 0 15px 15px;
}

.pubs .page-header {
    text-transform: uppercase;
    color: #777;
}

.issue-meta {
    font-family: Cabin, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 2em;
}

.tax-publication .page-title {
    margin-bottom: 0;
}

.tax-publication article {
    margin-left: 1em;
}

.more-news {
    font-size: .8em;
}

.brief.paper_format-commentary {
    margin-left: 1.5em;
    background-color: #DDD;
    padding: 1em 1em 1em 2em;
}

.wpp-list {
    margin-left: 0;
    padding-left: 1em;
}

.wpp-list li:not(:last-child) {
    margin-left: 0;
    padding: 0 0 1.35em 0;
}

.wpp-list li a {
    font-family: Cabin, Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-decoration: underline;
}

.wpp-list li a:hover {
    text-decoration: none;
}

.editandseminal {
    clear: both;
}

article .entry-content li {
    line-height: 2;

}

#main img.math-symbols {
    display: inline;
    margin: .5em 0 -.5em 0;
    padding: 0;
}

.commentaries li {
    list-style-type: none;
    padding: 0 0 1em 0;
}

article .entry-content .commentaries li {
    line-height: 1.7;
}

.commentaries ul {
    padding: 0 0 0 .75em;
}

.commentaries {
    margin-bottom: 5em;
}

@media screen and (max-width: 66em) {
    #cats-header li {
        font-size: .9em;
        margin: .5em .8%;
    }
}

@media screen and (max-width: 55em) {
    .archive-issues .volumes>li {
        width: 25%;
    }

    #archive .archive-issues {
        width: calc(100% - 150px);
        padding-top: 1em;
    }

    #cats-header li {
        font-size: .75em;
        margin: .5em .8%;
    }

    #secondary .sufa .gform_wrapper .gform_footer input[type=submit] {
        margin-top: 1em;
    }

    #secondary .sufa .gform_wrapper .top_label input.medium {
        width: 100%;
    }

    .single #primary,
    .archive #primary,
    .error-404,
    .search #primary {
        padding: 2em 15% 2em 10%;
    }

    .section-header {
        margin-top: -2em;
    }
}

@media screen and (max-width: 46.25em) {
    #cats-header li {
        width: 31.25%;
        margin: .5em 1%;
        padding-bottom: 0.5em;
    }

    #cats-header li a {
        line-height: 1.1;
        color: #1F2833;
    }

    #cats-header li a:hover,
    #cats-header li.current-cat a {
        text-decoration: none;
    }

    #cats-header li:hover,
    #cats-header li.current-cat {
        border-bottom-width: 1.25em;
    }

    .site-description {
        width: 200px;
        font-size: .95em;
        margin-left: 44px;
    }

    h1.site-title,
    p.site-title {
        line-height: .9;
    }

    .site-title a {
        letter-spacing: 7px;
        font-size: .35em;
    }

    .site-title a span {
        line-height: .3;
    }

    .site-title:after {
        width: 40px;
        margin-top: -1em;
    }

    .home #primary,
    .home #secondary,
    .page #primary,
    .page #secondary {
        width: 100%;
    }

    .secondary-block {
        width: 48%;
        margin: 1em 1%;
    }

    .secondary-block:nth-child(2n-1) {
        float: left;
    }

    .secondary-block:nth-child(2n) {
        float: right;
    }

    .single #primary,
    .archive #primary,
    .error-404,
    .search #primary {
        padding: 2em 5%;
    }

    .abstract {
        margin: 0;
    }

    .main-navigation {
        margin-top: -1.75em;
    }

}

@media screen and (max-width: 42em) {
    #cats-header li.cat-item-objects-to-think-with a {
        padding: 0 1%;
    }
}

@media screen and (min-width: 38em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

@media screen and (max-width: 37.95em) {
    .toggled .menu-toggle {
        float: right;
        margin-left: 20em;
    }

    .search-field {
        width: 120px;
    }

    .site-description {
        width: 130px;
        font-size: .8em;
    }

    #cats-header li.cat-item-english-language-arts a {
        letter-spacing: -.5px;
    }
}

@media screen and (max-width: 35em) {
    #cats-header li.cat-item-english-language-arts a {
        letter-spacing: -.9px;
    }
}

@media screen and (min-width: 32.1em) {
    .cats-toggle {
        display: none;
    }

    .cat-item {
        display: block;
    }
}

@media screen and (max-width: 32em) {
    #cats-header ul {
        display: none;
    }

    #cats-header.toggled ul {
        display: block;
    }

    #cats-header {
        border-top: none;
        padding-bottom: .25em;
    }

    #cats-header li.cat-item-english-language-arts a {
        letter-spacing: inherit;
    }

    #masthead,
    #site-navigation {
        position: relative;
    }

    .menu-toggle {
        position: absolute;
        right: 0em;
        top: 2.4em;
        width: 90px;
    }

    .toggled #primary-menu {
        position: absolute;
        top: 3.8em;
        right: 0;
        background-color: #FFF;
        width: 120px;
        border: solid 1px #CCC;
        border-radius: 5px;
        z-index: 1000;
    }

    #primary-menu li {
        width: 100%;
    }

    #primary-menu li:hover {
        background-color: #CCC;
    }

    .searching {
        position: absolute;
        top: 3.75em;
        left: calc(50% - 80px);
    }

    .archive-issues .volumes>li {
        width: 33%;
    }

    #archive .archive-issues {
        width: 100%;
        padding-top: 1em;
    }

    #archive .archive-cats {
        width: 100%;
        min-width: 0;
    }

    #archive .archive-cats li {
        width: 50%;
        padding: 1.25em .5em;
        height: 4em;
        min-width: 150px;
        float: left;
    }

    #archive .archive-cats li.archive-cats-header {
        width: 100%;
        height: 3em;
        padding: .75em 1em 0 1em;
    }

    #archive .archive-cats .cat-item-english-language-arts,
    #archive .archive-cats .cat-item-mathematics,
    #archive .archive-cats .cat-item-objects-to-think-with,
    #archive .archive-cats .cat-item-social-studies,
    #archive .archive-cats .cat-item-science {
        width: 50%;
        padding: 1.1em .5em;
    }

    #cats-header .cat-item {
        width: 96%;
    }

    .toggled .menu-toggle {
        float: right;
        margin-left: 20em;
    }

    .search-field {
        width: 120px;
    }

    .site-description {
        width: 200px;
        font-size: .95em;
        margin-left: 44px;
    }

    .secondary-block {
        width: 100%;
        float: none;
        margin: 1em 0;
    }

    .single #primary {
        padding: 1em 3%;
    }

    #content.single {
        border-left-width: 10px;
    }

    #cats-header li.cat-item-english-language-arts a {
        height: auto;
        line-height: 1.1;
    }
}

@media screen and (max-width: 25em) {

    .archive-issues .volumes>li {
        width: 50%;
    }

    #archive .archive-cats li {
        width: 100%;
        padding: .75em .25em;
        height: 3em;
        min-width: 0;
        float: left;
    }

    #archive .archive-cats .cat-item-english-language-arts,
    #archive .archive-cats .cat-item-objects-to-think-with,
    #archive .archive-cats .cat-item-mathematics,
    #archive .archive-cats .cat-item-science,
    #archive .archive-cats .cat-item-social-studies {
        width: 100%;
        padding: .75em .5em;
    }

    .site-description {
        width: calc(100% - 150px);
        font-size: .8em;
    }

    .menu-toggle {
        top: .3em;
    }

    .toggled #primary-menu {
        top: 2em;
    }

    .searching {
        left: 0;
        width: 100%;
    }

    .search-field {
        width: calc(100% - 50px);
    }

    #site-navigation {
        margin-top: 2em;
    }
}

@media screen and (max-width: 18em) {

    .archive-issues .volumes>li {
        width: 100%;
        height: auto;
        min-height: 0;
    }

    #archive .archive-cats li {
        width: 100%;
        padding: .75em .25em;
        height: 3em;
        min-width: 0;
        float: left;
    }

    #archive .archive-cats .cat-item-english-language-arts,
    #archive .archive-cats .cat-item-mathematics,
    #archive .archive-cats .cat-item-objects-to-think-with,
    #archive .archive-cats .cat-item-social studies {
        width: 100%;
        padding: .75em .5em;
    }

    .site-description {
        display: none;
    }

    #primary {
        -ms-word-break: break-all;
        word-break: break-all;

        word-break: break-word;

        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }

    .abstract {
        border-left: none;
        border-right: none;
        padding: 0;
    }
}

figcaption {
    font-style: italic;
    font-size: 0.8em;
}

figure.wp-block-image {
    margin: 1em 1em 3em 1em;
}

.tablepress {
    font-size: 0.9em;
}

.tablepress tr:first-of-type th {
    text-align: center;
}