/*
Theme Name: asu_s_wordpress_theme
Theme URI: https://github.com/cronkiteschool/asu_s_wordpress_theme
Author: Cronkite School IT
Author URI: https://jrnops.jmc.asu.edu
Description: An ASU Standards inspired theme based on <code>_s</code>, or <em>underscores</em>.
Version: 1.2.9
GitHub Theme URI: https://github.com/cronkiteschool/asu_s_wordpress_theme
GitHub Branch: master
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: asu_s_wordpress_theme
Tags: black, white, maroon, gold, grey, one-column, two-columns,full-width-template,  right-sidebar, left-sidebar, flexible-width, theme-options, custom-menu, responsive-layout

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.

asu_s_wordpress_theme 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
	## Search
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
	## Site Branding
# 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
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2a2a2a;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.44;
  font-weight: 200;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: inherit;
  font-weight: normal;
  clear: both;
}

p {
  line-height: 1.5em;
  margin: 0 0 1.5em;
  font-weight: 200;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
  font-weight: 200;
  line-height: 1.44;
}
address strong {
  font-weight: normal;
}

pre {
  display: block;
  word-break: break-all;
  word-wrap: break-word;
  color: #353535;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.44;
  margin: 0 0 .7em;
  max-width: 100%;
  overflow: auto;
  padding: .6em;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

code,
kbd,
tt,
var {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  padding: 2px 4px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

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, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  border-top: 1px solid #b7b7b7;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

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: #919191;
  border-radius: 3px;
  background: #f5f5f5;
  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: #505050;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.44;
  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 {
  background-color: #d7d7d7;
  border-color: #919191;
  color: #505050;
  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: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 {
  background-color: #d7d7d7;
  border-color: #919191;
  color: #505050;
  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"],
textarea {
  color: #2a2a2a;
  border: 1px solid #505050;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #505050;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

legend {
  font-size: 1.5em;
  margin-bottom: 1.5em;
}

label {
  font-size: .75em;
  font-weight: normal;
}

output {
  color: #505050;
  line-height: 1.44;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #903;
  font-weight: normal;
  text-decoration: none;
}
a:visited {
  color: #903;
}

.site-content a {
  border-bottom: 1px dotted #903;
}
.site-content a:hover, .site-content a:focus, .site-content a:active {
  color: #d23153;
  text-decoration: none;
}

.entry-title a {
  border-bottom: 0;
}
.entry-title a:hover, .entry-title a:focus, .entry-title a:active {
  border-bottom: 0;
}

.tag {
  color: #008;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#navigation {
  position: relative;
  background-color: #353535;
  border: 0;
  border-radius: 0;
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation {
  position: relative;
  z-index: 20;
}
.main-navigation ul {
  display: none;
  background-color: #353535;
  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: 2.4em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li:focus > ul {
  left: 100%;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation > ul > li:hover > a, .main-navigation > ul > li:focus > a {
  color: #ffb310;
  background-color: #1f1f1f;
}
.main-navigation > ul > li:hover > ul, .main-navigation > ul > li:focus > ul {
  left: auto;
}
.main-navigation > ul > li > ul {
  /*display: none;*/
}
.main-navigation > ul > li > ul > li:hover > a, .main-navigation > ul > li > ul > li:focus > a {
  color: #fff;
  background-color: #000;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  background-color: transparent;
  color: #ededed;
  font-size: .8em;
  font-weight: bold;
  line-height: 1;
  padding: 1em 1.5em;
  display: block;
  text-decoration: none;
}
.main-navigation .sub-menu {
  background-color: #1f1f1f;
  border: 1px solid #000;
  border-color: transparent;
  border-radius: 0 0 .20em .20em;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main-navigation .menu-home-text {
  display: block;
}
.main-navigation .menu-home-icon {
  display: none;
}
.main-navigation button {
  color: #ededed;
  background-color: inherit;
  font-size: 1rem;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (min-width: 37.5em) {
  .main-navigation ul {
    display: inline;
  }
  .main-navigation .menu-home-text {
    display: none;
  }
  .main-navigation .menu-home-icon {
    display: inline;
  }
}
.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%;
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
#search-handheld {
  display: inline-block;
  position: absolute;
  line-height: 1;
  padding: .5em .5em;
}

#label-handheld {
  position: relative;
  z-index: 20;
}
#label-handheld label {
  display: block;
  color: #ededed;
  cursor: pointer;
}

#input-handheld {
  position: absolute;
  top: 0;
  left: 2em;
  width: 450px;
  height: 3em;
  z-index: 5;
  overflow: hidden;
}
#input-handheld input {
  display: block;
  position: absolute;
  top: 0;
  left: -450px;
  width: 450px;
  height: 100%;
  margin: 0;
  padding: 0 1em;
  border: none;
  background-color: #f5f5f5;
  color: #666;
  font-size: .8em;
  backface-visibility: none;
  border-radius: 0;
  transition: left 0;
}
#input-handheld input:focus {
  outline: none;
}
#input-handheld:focus {
  z-index: 20;
}
#input-handheld:focus input {
  left: 0;
  transition: left 0.3s;
}

@media screen and (min-width: 37.5em) {
  #search-handheld {
    display: none;
  }
}
/*--------------------------------------------------------------
# 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:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #353535;
  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. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  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-info:before,
.site-info:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-info:after {
  clear: both;
}

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

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

@media screen and (min-width: 37.5em) {
  .widget_search {
    display: inline;
  }
}
.widget ul {
  list-style: none;
  margin: auto;
  padding-left: 0;
}
.widget ul li {
  border: 0;
  border-top: 1px solid #d7d7d7;
  color: #903;
  font-weight: 400;
  list-style: none;
  padding: 10px 5px;
}
.widget ul li a {
  border-bottom: 0;
}
.widget ul li:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}

.widget-area {
  border-top: 0.5em solid #903;
  margin-bottom: .5em;
  padding: 1em;
  position: relative;
}
.widget-area:before {
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.widget-area :last-child {
  margin-bottom: 0;
}

#secondary aside {
  position: relative;
}

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

.entry-footer span {
  font-size: .8em;
  margin: 0 5px 0 0;
}

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

article.post {
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 10px;
  padding: 20px;
}

.entry-content tr.odd td, .comment-content tr.odd td {
  background-color: #fafafa;
}

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Site Branding
--------------------------------------------------------------*/
.site-header {
  background-color: #fff;
}

.site-footer {
  background-color: #1e1e1e;
}

.site-info {
  /*   background-color: $color_cod_gray; */
  padding-top: 1em;
  padding-bottom: .5em;
}
.site-info img {
  max-width: 300px;
}
.site-info h2 {
  color: #a9a9a9;
}
.site-info ul, .site-info ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-info ul > li > a, .site-info ol > li > a {
  position: relative;
  text-decoration: none;
}
.site-info ul > li > a:hover, .site-info ul > li > a:focus {
  text-decoration: none;
}
.site-info ol > li > a:hover, .site-info ol > li > a:focus {
  text-decoration: none;
}
.site-info .contact-info {
  float: left;
  width: 45%;
  margin: 0 2em;
}
.site-info .phone-link, .site-info address {
  border-bottom-color: #ccc;
  color: #ccc;
  margin-bottom: 0;
}
.site-info .contact-link {
  border-bottom-color: #a9a9a9;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  color: #a9a9a9;
}
.site-info .contact-link:hover, .site-info .contact-link:focus {
  color: #fff;
}
.site-info .social-media > li {
  float: left;
}
.site-info .social-media > li > a {
  border-bottom: 0;
  color: #a9a9a9;
  font-size: 2rem;
  margin-right: .2em;
}
.site-info .social-media > li > a:hover, .site-info .social-media > li > a:focus {
  color: #fff;
}
.site-info .social-media > li:last-child > a {
  margin-right: 0;
}

.site-branding, .site-name-handheld {
  white-space: nowrap;
}

#site-name-screen {
  display: none;
}
#site-name-screen h1 {
  line-height: 1em;
  padding: .4em .6em .8em;
}
#site-name-screen h1.site-title {
  font-size: 1.15em;
  margin: 0;
  padding: .5em 1em .5em .75em;
}
#site-name-screen h1.site-title a {
  border-bottom-color: transparent;
  color: #4f5557;
  font-weight: bold;
  text-decoration: none;
}
#site-name-screen h1.site-title a:first-child {
  color: #000;
}
#site-name-screen h1.site-title a:hover, #site-name-screen h1.site-title a:focus {
  text-decoration: underline;
}

.asu-footer {
  background-color: #E5E5E5;
}

#site-name-handheld {
  display: inline-block;
  padding-left: 2.5em;
}

@media screen and (min-width: 37.5em) {
  #site-name-handheld {
    display: none;
  }

  #site-name-screen {
    display: inline;
  }
}
.widget-area-footer {
  margin-bottom: .5em;
  padding: 1em;
  position: relative;
}

#hero {
  display: block;
  transform: scale(1.1);
  /*z-index: -2;*/
  overflow: hidden;
  position: relative;
}

#hero-image {
  z-index: 1;
}

.hero-text {
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 1px;
  z-index: -1;
  position: absolute;
  /*width: 100%;*/
  left: 0;
  right: 0;
}
.hero-text h1 {
  font-size: 3.5em;
  font-weight: 600;
  color: #fff;
}

@media screen and (min-width: 37.5em) {
  .hero-text {
    z-index: 10;
  }
}
.bg {
  background-size: cover;
  height: 100vh;
  max-height: 300px;
  background-position: center;
}

.blur {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  background: #fff;
  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;
}

/*# sourceMappingURL=style.css.map */
