/*
Theme Name: Digital Lounge 2.0
Theme URI: http://annenbergdl.org/
Author: The USC Annenberg Creative Media Team
Author URI: http://annenbergdl.org/
Description: Theme for all presentational aspects of the Annenberg Digital Lounge 2.0 website.
Version: 0.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
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.

Digital Lounge is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

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
--------------------------------------------------------------*/
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width; 
}

html {
	font-family: National, Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	-moz-font-feature-settings: "ss03" 1;
	-moz-font-feature-settings: "ss03=1";
	-ms-font-feature-settings: "ss03" 1;
	-o-font-feature-settings: "ss03" 1;
	-webkit-font-feature-settings: "ss03" 1;
	font-feature-settings: "ss03" 1;
}

body {
	margin: 0;
}

article, /*I turned this off so the news could scroll*/
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;
}

/*link style inherit*/
	a, a:hover, a:visited {
		color:inherit;
		text-transform:inherit;
		text-decoration: none;
	}

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

b,
strong {
	font-weight: 700;
}

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

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

button {
	-webkit-appearance: none !important;
	background-color: transparent !important;
	box-shadow: none !important;
	border: none !important;
}

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

::selection {
	background: #ff2d06;
	color: #fff;
}

::-moz-selection {
	background: #ff2d06;
	color: #fff;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
	font-family: 'National'; src: url('./fonts/NationalWeb-Light.eot'); src: local(':)'), url('./fonts/NationalWeb-Light.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'National'; src: url('./fonts/NationalWeb-LightItalic.eot'); src: local(':)'), url('./fonts/NationalWeb-LightItalic.woff') format('woff');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'National'; src: url('./fonts/NationalWeb-Regular.eot'); src: local(':)'), url('./fonts/NationalWeb-Regular.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	text-rendering: optimizeLegibility;
        -moz-font-feature-settings: "ss03" 1;
        -moz-font-feature-settings: "ss03=1";
        -ms-font-feature-settings: "ss03" 1;
        -o-font-feature-settings: "ss03" 1;
        -webkit-font-feature-settings: "ss03" 1;
        font-feature-settings: "ss03" 1;
}

@font-face {
	font-family: 'National'; src: url('./fonts/NationalWeb-RegularItalic.eot'); src: local(':)'), url('./fonts/NationalWeb-RegularItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	text-rendering: optimizeLegibility;
        -moz-font-feature-settings: "ss03" 1;
        -moz-font-feature-settings: "ss03=1";
        -ms-font-feature-settings: "ss03" 1;
        -o-font-feature-settings: "ss03" 1;
        -webkit-font-feature-settings: "ss03" 1;
        font-feature-settings: "ss03" 1;
}

@font-face {
	font-family: 'National'; src: url('./fonts/NationalWeb-Semibold.eot'); src: local(':)'), url('./fonts/NationalWeb-Semibold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	text-rendering: optimizeLegibility;
        -moz-font-feature-settings: "ss03" 1;
        -moz-font-feature-settings: "ss03=1";
        -ms-font-feature-settings: "ss03" 1;
        -o-font-feature-settings: "ss03" 1;
        -webkit-font-feature-settings: "ss03" 1;
        font-feature-settings: "ss03" 1;
}

@font-face {
	font-family: 'National'; src: url('./fonts/NationalWeb-SemiboldItalic.eot'); src: local(':)'), url('./fonts/NationalWeb-SemiboldItalic.woff');
	font-weight: 700;
	font-style: italic;
	text-rendering: optimizeLegibility;
        -moz-font-feature-settings: "ss03" 1;
        -moz-font-feature-settings: "ss03=1";
        -ms-font-feature-settings: "ss03" 1;
        -o-font-feature-settings: "ss03" 1;
        -webkit-font-feature-settings: "ss03" 1;
        font-feature-settings: "ss03" 1;
}

@font-face {
	font-family: 'National'; src: url('./fonts/NationalWeb-Bold.eot'); src: local(':)'), url('./fonts/NationalWeb-Bold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	text-rendering: optimizeLegibility;
        -moz-font-feature-settings: "ss03" 1;
        -moz-font-feature-settings: "ss03=1";
        -ms-font-feature-settings: "ss03" 1;
        -o-font-feature-settings: "ss03" 1;
        -webkit-font-feature-settings: "ss03" 1;
        font-feature-settings: "ss03" 1;
}

@font-face {
	font-family: 'National'; src: url('./fonts/NationalWeb-Extrabold.eot'); src: local(':)'), url('./fonts/NationalWeb-Extrabold.woff') format('woff');
	font-weight: 900;
	text-rendering: optimizeLegibility;
        -moz-font-feature-settings: "ss03" 1;
        -moz-font-feature-settings: "ss03=1";
        -ms-font-feature-settings: "ss03" 1;
        -o-font-feature-settings: "ss03" 1;
        -webkit-font-feature-settings: "ss03" 1;
        font-feature-settings: "ss03" 1;
}

@font-face {
	font-family: 'National'; src: url('./fonts/NationalWeb-ExtraboldItalic.eot'); src: local(':)'), url('./fonts/NationalWeb-ExtraboldItalic.woff') format('woff');
	font-weight: 900;
	font-style: italic;
	text-rendering: optimizeLegibility;
        -moz-font-feature-settings: "ss03" 1;
        -moz-font-feature-settings: "ss03=1";
        -ms-font-feature-settings: "ss03" 1;
        -o-font-feature-settings: "ss03" 1;
        -webkit-font-feature-settings: "ss03" 1;
        font-feature-settings: "ss03" 1;
}
body {
        font-family: National, Helvetica, Arial, San-Serif;
        font-weight: 500;

}
body,
button,
input,
select,
textarea {
	color: #444;
	font-size: 20px;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 200;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 16px 0;
	font-weight: 600;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 20px;
	text-transform: uppercase;
}

p {
    font-size: 20px;
    font-weight: 300;
    color: #444;
	margin-top: 0;
	margin-bottom: 1em;
}

li {
	font-size: 20px;
	font-weight: 200;
}

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

blockquote {
	margin: 0 1.5em;
	padding: 8px 16px;
	background: #ccc;
}

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 #444;
	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 3em;
}

ul {
	list-style: square;
}

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

/*The Calendar CSS*/
time.icon
      {
	   font-size: 1em;
	  display: block;
	  float: left;
  	  margin: -24px 8px 0px -16px;
	  width: 7em;
	  height: 7em;
	  background-color: #fff;
	  border-radius: 0.6em;
	  box-shadow: 0 1px 0 rgb(215,156,173), 0 2px 0 #fff, 0 3px 0 rgb(215,156,173), 0 4px 0 #fff, 0 5px 0 rgb(215,156,173), 0 0 0 1px rgb(215,156,173);
	  overflow: hidden;
	  font-family: National, Helvetica, Sans-serif;
	  -ms-transform: scale(.45,.45);
	  -webkit-transform: scale(.45,.45);
	  transform: scale(.45,.45);
      }


      time.icon *
      {
        display: block;
        width: 100%;
        font-size: 1em;
        font-weight: bold;
        font-style: normal;
        text-align: center;
      }
      time.icon strong
      {
        /*This is the upper month bar*/
         position: absolute;
		  top: 0;
	  padding: 0.1em 0;
	  color: #fff;
	  background-color: rgb(230,195,199);
	  border-bottom: 1px dashed rgb(215,156,173);
	  box-shadow: 0 2px 0 rgb(230,195,199);
	  font-size: 1.3em;      }
      time.icon em
      {
          position: absolute;
		  bottom: 0.1em;
		  color: rgb(215,156,173);
		  font-size: 1.3em;
      }
       time.icon span
      {
        /*This is the main number*/
        font-size: 2.8em;
        letter-spacing: -0.05em;
        padding-top: 0.65em;
        color: rgb(176,61,76);
        font-weight: 800;
        text-rendering: optimizeLegibility;
        -moz-font-feature-settings: "lnum" 1;
        -moz-font-feature-settings: "lnum=1";
        -ms-font-feature-settings: "lnum" 1;
        -o-font-feature-settings: "lnum" 1;
        -webkit-font-feature-settings: "lnum" 1;
        font-feature-settings: "lnum" 1;

      }
/*--------------------------------------------------------------
# Base Layouts
--------------------------------------------------------------*/
#masthead {
	background: rgb(153,52,57) url("img/backgroundvector.svg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 64px;
	width: 100%;
	color: #fff;
	top: 0;
	position: fixed;
	z-index: 1000;
	box-shadow: 0px 1.5px 2px 0px rgba(0,0,0,0.4);
	display: flex;
	align-items: flex-start;
}

.site-branding {
	width: calc(100% - 256px);
	height: 64px;
    display: flex;
    justify-content: center;
}

.site-title {
	font-family: National;
	font-weight: 900;
	font-size: 36px;
	color: #fff;
	text-shadow: 1px 1px 0px #666;
	text-rendering: optimizeLegibility;
	text-align: center;
	-moz-font-feature-settings: "ss03" 1;
	-moz-font-feature-settings: "ss03=1";
	-ms-font-feature-settings: "ss03" 1;
	-o-font-feature-settings: "ss03" 1;
	-webkit-font-feature-settings: "ss03" 1;
	font-feature-settings: "ss03" 1;
	line-height: 32px;
}

.event-content {
	width: 128px;
	height: 64px;
}

.admin-bar #masthead {
	top: 32px;
}

#content {
	margin-top: 64px;
}

#primary,
.archive.tax-semester #primary {
	width: 100%;
	max-width: 998px; /* With padding, results in content width of 934px */
	padding: 32px;
	margin: 0 auto;
}

.news-title {
	float: left;
	width: 100%;

}
.news-title a {
	width: auto;
}

.title {
	width:100vw;
	height: 48px;
}
.collection .title a {
	font-size: 2em;
	float: right;
	padding-right: 48px;
	font-weight: normal;
}

.collection .section-title a,
.news-title .section-title {
	font-size: 40px;
	line-height: 1;
	font-weight: 200;
	padding: 4px 0;
	font-style: normal;
	margin-left: 32px;
	color: #ff2d06;
}

.news-title .section-title {
	margin-left: 80px;
}

.collection .section-title a:hover,
.collection .section-title a:focus {
	color: #000;
}

.news-collection {
	height: auto;
	width: 100vw;
 	display:inline-block;
 	line-height: 1;
	font-weight: 200;
  	margin-bottom: .8em;
  	padding-top: .2em;
  	overflow: hidden;
}

.news-collection  .entry-meta  {
	line-height: 1;
	font-weight: 200;
	margin-left: 1.5em;
}

.collection {
	width: 100vw;
	height: 496px;
 	display:inline-block;
 	overflow: hidden;
 	padding: 0px 0px 15px 0px;
 	margin-bottom: .8em;

}



.arrow-container {
	margin: 8px 64px 0px 0px;
	float: right;
  	width: auto;
  	height: auto;
}

.news-collection .arrow-container {
	padding-bottom: 6px;
	margin-top: 6px;
}

.arrow-container .spinner {
	display: none;
}

.loading .arrow-container .spinner {
	display: inline-block;
	position: relative;
	top: -4px;
}

.arrow-previous {
	background: url("img/arrow_button_left.svg");
	background-size: cover;
	background-repeat: no-repeat;
  	width: 32px;
  	height: 32px;
  	margin-left: 6px;

}

 .arrow-next {
	background: url("img/arrow_button_right.svg");
	background-size: cover;
	background-repeat: no-repeat;
  	width: 32px;
  	height: 32px;
  	margin-left: 6px;
}

.collection:before {
  content:"";
  background: black;
  position: absolute;
  top: 0;
  right: 25px;
  width: 50%;
  width: 1px;
}


.collection  h1.entry-title {
	text-transform: uppercase;
}


.collection article {
  width: 254px;
  float: left;
  padding: 1px;
  margin-bottom: 10px;
}

.home .inner-container {
	position: relative;
	height: 412px;
	clear: both;
	width: 99999px;
	overflow: hidden;
	transition: .5s ease-in-out left;
}

#colophon {
	background-color:  rgb(213,108,74);
	background-image: url("img/footerbackground.svg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 0px 32px 64px;
	text-align: center;
	width: 100%;
	z-index: 3;
	height: 128px;
	box-shadow: 0px -2.5px 3px -1px rgba(0,0,0,0.4);
	position: relative;
}

.maybe-load-more {
	display: block;
	height: 200px;
	width: 50px;
	float: left;
}

/* Sticky Footer 

@media screen and (min-height:650px) and (min-width:800px) {
	.home #colophon,
	.search #colophon,
	.archive #colophon,
	.page #colophon {
		position: fixed;
		bottom: 0;
	}
	.page.page-template-staff-php #primary,
	.page #primary {
		margin-bottom: 128px;
	}
}
*/

.menu-footer-menu-container {

}



/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 2px solid;
	border-color: #222;
	border-radius: 3px;
	background: transparent;
	box-shadow: none;
	color: #222;
	font-size: 16px;
	line-height: 1;
	padding: 8px 16px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
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 {
	background: #222;
	color: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #444;
	border: 1px solid #ccc;
	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: #000;
}

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

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

#masthead a {
	text-decoration: none;
}

#navbuttons {
	height: 64px;
	width: 128px;
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#navbuttons ul {
	list-style-type: none;
	padding: 4px 0;
	margin: 0px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

#navbuttons li {
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;
}

#eventreadout {
	position: relative;
	left: -25px;
	height: 64px;
	line-height: initial;
	font-weight: 200;
	max-width:512px;
	overflow:hidden;
}

#eventreadout .big {
	font-size: 3em;
	font-weight: 900;
}

#eventreadout .small {
	font-variant: small-caps;
	font-weight: 500;
}

#eventreadout .pipe {
	margin: 0px 7px;
}

#eventreadout .eventheadline {
	font-size: 1.5em;
	font-weight: 700;
}

#eventreadout .smalleritalic {
	font-weight: 200;
	font-size: 1em;
	font-style: italic;
}

.chatwithus {
	margin-top: -25px;
	text-transform: uppercase;
	font-weight: 600;
}

.binoculars {

}

.usclogo {

}

.home-search-filter-bar .search-field {
	max-width: 512px;
	width: calc(100% - 50px);
	background: #fff;
	border-color: #ccc;
	margin: 16px;
	border-radius: 0;
	font-size: 20px;
	padding: 4px 8px;
	line-height: 1;
	float: left;
}

.home-search-filter-bar .search-submit {
	width: 36px;
	height: 36px;
	padding: 0;
	margin: 4px 16px 16px 0;
	font-size: 1px;
	line-height: 36px;
	position: absolute;
	top: 12px;
	left: 564px;
	border-radius: 0;
	background: #eee;
	box-shadow: none;
	display: none;
}

.home-search-filter-bar {
	height: 72px;
	margin-bottom: 16px;
	display: none; /* hidden by default */
    position: fixed; /* Sticky by default */
    width: 100%;
	z-index: 1;
}

.home .home-search-filter-bar {
	display: block; /* always visible on home page */
	position: relative; /* Not sticky on home page */
}

.home-search-filter-bar .filter-bar-menu {
	display: block;
	margin: 0 0 0 564px;
	padding: 0;
	height: 70px;
}

.filter-bar-menu > li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
}

.filter-bar-menu > li > button {
	padding: 20px 24px;
	border-left: 1px solid #eee !important;
	border-radius: 0;
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	color: #333;
	margin-top: -1px;
}

.filter-bar-menu > li > button:hover,
.filter-bar-menu > li > button:focus,
.filter-bar-menu > li:hover > button {
	background: #c23c47  !important;
	color: #fff;
}

.filter-bar-menu > li > ul {
	display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 256px;
    margin: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
	z-index: 10;
	list-style: none;
	padding: 4px 16px 0 16px;
}

.filter-bar-menu > li:hover > ul,
.filter-bar-menu > li > button:focus + ul {
	display: block;
}

.filter-bar-menu > li:last-child > button {
	border-right: 1px solid #eee !important;
}

.filter-bar-menu a {
	padding: 8px 0;
	display: block;
	border-bottom: 1px solid #e9e9e9;
	text-indent: 12px;
}

.filter-bar-menu .children {
    list-style: none;
    margin-left: 32px;
    padding-left: 0;
}

.filter-bar-menu > li > ul > li:last-child a {
	border-bottom: none;
	margin-bottom: 16px;
}

.filter-bar-menu li > ul {
    width:  98vw;
    position: absolute;
    left: -564px;
    overflow: hidden;
    top: 71px;
    margin: 0;
    padding: 0;
    height: auto;
	border-top: 1px solid #ccc;
}

.filter-bar-menu .tutorial_tags > ul {
	left: -675px; /* magic number depends on size of text */
}

.filter-bar-menu .difficulties > ul {
	left: -855px; /* magic number depends on size of text */
}

.filter-bar-menu li li {
    float: left;
}

.filter-bar-menu li li a {
    margin: 16px 0 0 16px;
    padding: 8px 20px 8px 8px;
	background: #eee;
	color: #333;
	transition: .12s all ease-in-out;
}

.filter-bar-menu li li a:hover,
.filter-bar-menu li li a:focus {
	background: #c23c47;
	color: #fff;
}

.filter-bar-menu li.tools a {
    margin: 16px 0 0 16px;
    padding: 0;
    height: 64px;
    width: 64px;
	background: transparent;
}

.filter-bar-menu .tools a img {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1040px) {
	.home-search-filter-bar .filter-bar-menu {
		display: none;
	}
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

/* For accessibility */
a:focus {
	outline: thin dotted;
	box-shadow: none; /* override default browser styles */
}

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

.entry-content a,
.staff-bio a {
    border-bottom: 1px solid rgba(246, 53, 5, 0.5);
    transition: color .18s ease, border-color .18s ease;
    color: #ff2d06;
}

.entry-content a:hover,
.entry-content a:focus {
	color: #000;
	border-bottom-color: #000;
}

.entry-content a:hover,
.entry-content a:focus,
.staff-bio a:hover,
.staff-bio a:focus {
	border-bottom-color: #000;
}

#colophon ul {
	list-style-type: none;
	padding: 0px;
    margin: 0px;

}

#colophon li {
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;
	font-weight: 600;
}

a img {
	transition: .2s opacity ease-in-out;
}

a:hover img, a:focus img {
	opacity: .75;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	font-size: 1.2rem;
    font-weight: 800;
	}
/*
.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 {
}

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

.entry-nav {
	clear: both;
	overflow: hidden;
}

.entry-nav a {
	display: block;
	width: 50%;
	float: left;
	padding: 16px 32px;
	background: #fff;
	color: #666;
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
	transition: .18s all ease-in-out;
}

.entry-nav a:hover,
.entry-nav a:focus {
	color: #fff;
	background: #c23c47;
}

.entry-nav a span {
	display: block;
	font-size: 14px;
	font-weight: 500;
}

.entry-nav .previous-post-link a {
	text-align: right;
}


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

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

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

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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.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 a {
	border: 1px solid;
	padding: 0 8px 4px;
}

.page-links {
	clear: both;
	margin: 0 0 10px 0;
	font-size: 20px;
}

.page .entry-header .entry-title {
	color: #ff2d06;
	margin: 0 0 16px 0;
	font-size: 48px;
}

.page .alignright, .page .alignleft {
	margin-bottom: 32px;
}

.page .entry-content h2 {
	margin: 16px 0;
	color: #333;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.search .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%;
}

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

.facebook, .instagram, .twitter, .youtube, .pinterest {
  	background-size: contain;
  	width: 48px;
 	height: 48px;
 	margin-right: 10px;
 	margin-top: 10px;
}

.facebook {
	background-image: url(img/facebook.png);
}

.instagram {
	background-image: url(img/instagram.png);
}

.twitter {
	background-image: url(img/twitter.png);
}

.youtube {
	background-image: url(img/youtube.png);
}

.pinterest {
	background-image: url(img/pinterest.png);
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
}

.wp-caption .wp-caption-text {
    margin: 0;
    font-size: 14px;
    font-weight: 100;
    font-style: italic;
	margin: 0.8075em 0 0 0;
}

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


/*--------------------------------------------------------------
## Archive/Grid Views
--------------------------------------------------------------*/

.home #primary,
.search #primary,
.archive #primary {
	max-width: 100%;
	padding: 3px 0 16px 0;
	clear: both;
	overflow: hidden;
}

.home .post,
.home .tutorials,
.search .tutorials,
.search .tribe_events,
.search .post,
.search .course,
.search .page,
.archive .post,
.archive:not(.tax-semester) .course,
.archive .tutorials {
	width: 288px;
	padding: 0 15px 0 15px;
	float: left;
	position: relative;
}

.home .post:after,
.home .tutorials:after {
	content: "";
	height: calc(100% - 32px);
	width: 1px;
	position: absolute;
	right: 0;
	top: 16px;
	background: #eee;
}

.search .tutorials:after,
.search .tribe_events:after,
.search .post:after,
.search .course:after,
.search .page:after,
.archive .post:after,
.archive:not(.tax-semester) .course:after,
.archive .tutorials:after {
	content: "";
	height: calc(100% - 16px);
	width: 1px;
	position: absolute;
	right: 1px;
	top: 8px;
	background: #ddd;
}

.home .post:first-child,
.home .tutorials:first-child,
.search .course:first-child,
.search .tutorials:first-child,
.search .tribe_events:first-child,
.search .post:first-child,
.archive .tutorials:first-child,
.archive .post:first-child {
	padding-left: 0;
	width: 304px;
}

.home .post:last-child:after,
.home .tutorials:last-child:after,
.search .tutorials:last-child:after,
.search .tribe_events:last-child:after,
.search .course:last-child:after,
.search .post:last-child:after,
.archive:not(.tax-semester) .course:last-child:after,
.archive .post:last-child:after,
.archive .tutorials:last-child:after {
	display: none;
}

.section-title {
	margin: 0 0 0 48px;
	color: rgba(246, 53, 5, 0.75);
	font-weight: 200;
	font-style: italic;
	float: left;
	width: auto;
	font-size: 2em;
}
.archive .section-title {
	width: 100%;
	font-size: 48px;
	font-weight: 200;
	font-style: normal;
	line-height: 1.2;
}

.search .inner-container,
.archive .inner-container {
    position: initial;
    width: 100%;
    overflow: initial;
}

.home article .entry-header h1.entry-title,
.search h1.entry-title,
.archive h1.entry-title {
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	color: #555;
	text-transform: uppercase;
	padding: 0px 5px 0 5px;

}

.home .entry-excerpt p,
.search .entry-excerpt p,
.archive .entry-excerpt p {
	margin: 0;
	color: #555;
	font-size: 1em;
	line-height: 1em;
	font-weight: 200;
	padding: 0px 5px 0px 5px;
	word-wrap: break-word;
	text-overflow: ellipsis;

}

.home .entry-meta,
.search .entry-meta,
.archive .entry-meta {
	padding: 8px 0;
	margin-bottom: 0;
}

.tool-icon-link .tool-icon {
	position: relative;
	margin: -70px 0 0 0;
	width: 64px;
	float: right;
	opacity: 1;
	line-height: 1;
}

.archive:not(.tax-semester) .type-course .tool-icon {
	width: 128px;
	float: none;
	margin-top: -128px;
	top: -48px;
	left: 50%;
	margin-left: -64px;
}

.search #primary,
.archive #primary {
	margin-bottom: 128px;
}

.search .load-more,
.archive .load-more {
	width: 256px;
	background: transparent;
	box-shadow: none;
	border: 5px solid #900;
	color: #fff;
	border-radius: 0;
	font-size: 32px;
	line-height: 64px;
	padding: 16px;
}

.search .load-more:hover,
.search .load-more:focus,
.archive .load-more:hover,
.archive .load-more:focus {
	background: #900;
	color: black;
	box-shadow: none;
	border: 5px solid grey;
}

.collection-article .entry-header,
.collection-article .entry-excerpt {
	border-right: 1px solid #eee;
}

.search .query-container,
.archive .query-container {
	margin: 0 auto;
	overflow: hidden;
}

/* 1 column */
@media screen and (max-width:640px) {
	.search .query-container,
	.archive .query-container {
		width: 320px;
	}
	.search .query-container .hentry,
	.archive .query-container .hentry {
		width: 100%;
		padding: 0;
		margin: 0 0 16px 0;
	}
	.search .query-container .hentry:after,
	.archive .query-container .hentry:after {
		display: none;
	}
	.search .query-container .hentry .entry-excerpt,
	.archive .query-container .hentry .entry-excerpt {
		text-align: left;
	}
	.search .query-container .inner-container article:after,
	.archive .query-container .inner-container article:after {
		content: " ";
		display: block;
		position: absolute;
		top: 100%;
		width: 300px;
		margin: 7px 10px;
		height: 2px;
	}
}

/* 2 columns */
@media screen and (min-width:641px) and (max-width:930px) {
	.search .query-container,
	.archive .query-container {
		width: 600px;
	}
	.search .query-container .hentry,
	.archive .query-container .hentry {
		width: 300px;
		padding: 0;
		margin: 0 0 16px 0;
		height: 348px;
		overflow: hidden;
	}
	.search .query-container .hentry:nth-child(odd),
	.archive .query-container .hentry:nth-child(odd) {
		padding-right: 3px;
	}
	.search .query-container .hentry:nth-child(even):after,
	.archive .query-container .hentry:nth-child(even):after {
		display: none;
	}
	.search .query-container .hentry:nth-child(2n) .featured-image img,
	.archive .query-container .hentry:nth-child(2n) .featured-image img {
		margin-top: -2px;
	}
}

/* 3 columns */
@media screen and (min-width:931px) and (max-width:1230px) {
	.search .query-container,
	.archive .query-container {
		width: 900px;
	}
	.search .query-container .hentry,
	.archive .query-container .hentry {
		width: 300px;
		padding: 0 3px 0 0;
		margin: 0 0 16px 0;
		height: 348px;
		overflow: hidden;
	}
	.search .query-container .hentry:nth-child(3n),
	.archive .query-container .hentry:nth-child(3n) {
		padding-right: 0;
	}
	.search .query-container .hentry:nth-child(3n):after,
	.archive .query-container .hentry:nth-child(3n):after {
		display: none;
	}
	.search .query-container .hentry:nth-child(3n) .featured-image img,
	.archive .query-container .hentry:nth-child(3n) .featured-image img {
		margin-top: -2px;
	}
}

/* 4 columns */
@media screen and (min-width:1231px) and (max-width:1530px) {
	.search .query-container,
	.archive .query-container {
		width: 1200px;
	}
	.search .query-container .hentry,
	.archive .query-container .hentry {
		width: 300px;
		padding: 0 3px 0 0;
		margin: 0 0 16px 0;
		height: 348px;
		overflow: hidden;
	}
	.search .query-container .hentry:nth-child(4n),
	.archive .query-container .hentry:nth-child(4n) {
		padding-right: 0;
	}
	.search .query-container .hentry:nth-child(4n):after,
	.archive .query-container .hentry:nth-child(4n):after {
		display: none;
	}
	.search .query-container .hentry:nth-child(4n) .featured-image img,
	.archive .query-container .hentry:nth-child(4n) .featured-image img {
		margin-top: -2px;
	}
}

/* 5 columns */
@media screen and (min-width:1531px) {
	.search .query-container,
	.archive .query-container {
		width: 1500px;
	}
	.search .query-container .hentry,
	.archive .query-container .hentry {
		width: 300px;
		padding: 0 3px 0 0;
		margin: 0 0 16px 0;
		height: 348px;
		overflow: hidden;
	}
	.search .query-container .hentry:nth-child(5n),
	.archive .query-container .hentry:nth-child(5n) {
		padding-right: 0;
	}
	.search .query-container .hentry:nth-child(5n):after,
	.archive .query-container .hentry:nth-child(5n):after {
		display: none;
	}
	.search .query-container .hentry:nth-child(5n) .featured-image img,
	.archive .query-container .hentry:nth-child(5n) .featured-image img {
		margin-top: -2px;
	}
}



.archive-header {
	position: relative;
	width: calc(100% - 64px);
	max-width: 1500px;
	min-height: 256px;
	margin: 0 auto 32px auto;
	overflow: hidden;
}

.archive-header .avatar {
	width: 256px;
	border-radius: 100%;
	position: absolute;
	margin-right: 16px;
	top: 0;
	left: 0;
	padding: 16px;
}

.archive-header .tool-icon {
	position: absolute;
	top: 0;
	padding: 16px;
	width: 256px;
}

.archive-header .staff-info {
	padding: 0;
}

.archive-header .archive-description-container {
	margin-left: 272px;
	padding: 0 16px 16px 0;
}

.tool-experts {
	overflow: hidden;
	margin-top: -16px;
}

.tool-experts h4 {
	float: left;
	margin: 16px;
	font-size: 20px;
	line-height: 1;
}

.archive-header .tool-experts .avatar {
	width: 52px;
	position: relative;
	top: auto;
	float: left;
	padding: 0;
}

.taxonomy-description {
	margin: 0 48px;
}

.archive-header .taxonomy-description {
	margin: 0;
}

.archive-header .taxonomy-description p {
	margin: 0 0 16px 0;
}

.archive-header .taxonomy-description p:last-child {
	margin-bottom: 32px;
}

.archive-header h1.page-title {
	color: #ff2d06;
	margin: 0;
	padding: 16px 0;
	font-size: 60px;
	font-weight: 200;
	line-height: 1;
}

.tax-semester .archive-header .archive-description-container {
	margin: 0 auto;
	max-width: 998px;
	padding: 0 32px;
}


/*--------------------------------------------------------------
## Single Content
--------------------------------------------------------------*/
.single #primary {
	padding-top: 16px;
}

.entry-meta {
	line-height: 1;
	font-weight: 200;
	margin-left: 1.5em;
  	margin-bottom: 5px;
  	margin-top: 0;
}

.entry-meta .tool-icon {
	height: 48px;
	float: left;
	margin: 0 8px 0 -24px;
}

.cat-links a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	color: #555;
}

.cat-links a:hover,
.cat-links a:focus {
	color: #ff2d06;
}

.entry-header .avatar {
	height: 48px;
	width: auto;
	float: left;
	margin: 0 8px 0 0;
	border-radius: 100%;
}

h1.entry-title {
	font-weight: 900;
	font-size: 48px;
	color: rgba(246, 53, 5, 0.75);
	line-height: 1em;
}
.collection .entry-header,
.collection .entry-excerpt,
.news-collection .entry-header,
.news-collection .entry-excerpt,
.query-container .entry-excerpt {
	text-align: right;
	padding: 0 5px;
	line-height: 1.1em;
	font-weight: 300;
}

.collection .inner-container > .collection-article:first-child img {
	max-height: 319px;
	overflow: hidden;

}
.entry-meta .byline,
.entry-meta .posted-on {
	color: #555;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
}

.entry-meta .byline a,
.entry-meta .posted-on a {
	color: #555;
	text-decoration: none;
}

.entry-meta a:hover,
.entry-meta a:focus {
	color: #ff2d06;
}

p.edit-link {
	text-align: right;
	font-size: 1.5em;
	line-height: 0;
	margin: 0;
}

a.post-edit-link {
	color: rgba(246, 53, 5, 0.75);
	border: 1px solid;
	padding: 4px 10px;
	text-transform: uppercase;
	font-weight: 300;
	transition: .12s all ease;
}

a.post-edit-link:hover {
    background: rgba(246, 53, 5, 0.75);
    color: #fff;
}

.tags-links {
	font-weight: bold;
	font-size: 1.1em;
}

/* Table of Contents */
.table-of-contents {
	width: 33%;
	min-width: 310px;
	float: right;
	font-size: 16px;
	padding: 0 0 20px 20px;
	margin: 0;
}

.table-of-contents h2 {
	font-size: 24px;
	margin: 0 0 8px 0;
	color: #666;
	border-bottom: 4px solid;
	line-height: 1;
}

.table-of-contents .items {
	margin: 0;
	padding-left: 16px;
}

.table-of-contents li {
	font-size: 18px;
	color: #666;
}

.table-of-contents li a {
	color: #666;
	border-bottom-color: rgba(102, 102, 102,.5);
}

.table-of-contents ul ul {
	margin-left: 16px;
	padding-left: 16px;
}

@media screen and (max-width:520px) {
	.table-of-contents {
		float: none;
		width: 90%;
	}
	.table-of-contents h2 {
		margin-top: 16px;
	}
}

.single-tutorials h1,
.single-tutorials h2,
.single-tutorials h3,
.single-tutorials h4,
.single-tutorials h5,
.single-tutorials h6 {
	clear: none; /* Reset clear: both so that text wraps around the table of contents. */
}

/*--------------------------------------------------------------
## Staff Page
--------------------------------------------------------------*/
.page-template-staff-php #primary {
	max-width: calc(100% - 128px);
	margin: 0 64px;
	padding: 0 32px;
	overflow: hidden;
}

.page-template-staff-php h2 {
	margin-top: -32px;
}

@media screen and (max-width:976px) {
	.page-template-staff-php #primary {
		max-width: calc(100% - 32px);
		margin: 0 16px;
	}
}

.staff-collection {}

.staff-summary {
    float: left;
	width: 192px;
	margin-right: 64px;
	margin-bottom: 64px;
	position: relative;
	cursor:  pointer;
}

.staff-summary .staff-avatar img {
    border-radius: 100%;
    transition: .2s ease-in-out opacity;
}

.staff-info {
	padding: 0 128px;
	margin: 0 0 16px 0;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #222;
	text-transform: uppercase;
}

.staff-info a:hover,
.staff-info a:focus {
	color: #ff2d06;
}

.staff-summary .staff-name {
	position: absolute;
	top: 50%;
	width: inherit;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	margin-top: -18px;
	color: #000;
	opacity: 0;
	transition: .2s ease-in-out opacity;
}

.staff-summary:hover .staff-name,
.staff-summary:focus .staff-name {
    opacity: 1;
}

.staff-summary:hover .staff-avatar img,
.staff-summary:focus .staff-avatar img {
    opacity: .5;
}

.staff-member {
	display: none;
	position: absolute;
	top: 64px;
	left: 50%;
	z-index: 100;
	margin: 0 0 0 -528px;
	width: 100%;
	max-width: 1056px;
}

.staff-member.current {
	display: block;
}

.admin-bar .staff-member {
	top: 96px;
}

.staff-member .staff-background {
	position: fixed;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: -1;
	top: 0;
	left: 0;
	background-color: #eee; /* While image loads */
}

.staff-member img {
	border-radius: 100%;
	z-index: 101;
	position: relative;
	top: 96px;
	left: -32px;
}

.staff-member .staff-content {
	position: absolute;
	top: 320px;
	left: 192px;
	min-height: 60vh;
	background: #fff;
	padding: 32px;
	width: 60vw;
}

.staff-member .staff-name {
	color: #ff2d06;
	padding: 0 128px 24px 128px;
	margin: 0;
	font-size: 60px;
	line-height: 1;
	font-weight: 200;
}

.staff-member .staff-bio {
	color: #222;
	padding: 0 128px;
	margin: 0;
	font-size: 18px;
	line-height: 24px;
}

.staff-recent-content {
	width: 192px;
	float: right;
	margin: 0 128px 0 16px;
}

.staff-recent-content h5 {
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	margin: 0 0 4px 0;
	color: #222;
	text-transform: uppercase;
}

.staff-recent-content p {
	margin: 0 0 16px 16px;
	font-size: 16px;
}

.staff-recent-content h4 {
	font-size: 24px;
	color: #666;
	margin: 0 0 8px 0;
	line-height: 1;
	border-bottom: 3px solid #666;
}

.staff-recent-content a:hover {
	color: #ff2d06;
	border-bottom-color: #ff2d06;
}

.staff-recent-content p a {
	border-bottom: 1px solid #ccc;
}

.page-template-staff #colophon {
	z-index: 999999;
}

.page-template-staff .back-to-index {
	display: none;
	background: transparent;
	border: none;
	box-shadow: none;
	color: #fff;
	text-shadow: 1px 1px 2px #000,1px -1px 2px #000,-1px 1px 2px #000,-1px -1px 2px #000;
	font-size: 32px;
	font-weight: bold;
	padding: 8px 16px;
	margin: 0;
	position: fixed;
	top: 96px;
	right: 32px;
	z-index: 999999;
}

.page-template-staff .open .back-to-index {
	display: block;
}

.staff-member .next, .staff-member .previous {
	display: block;
	position: absolute;
	top: 160px;
	left: 32px;
	background: transparent;
	border: none;
	box-shadow: none;
	font: 64px/1 Arial;
	padding: 64px 32px;
	color: #ccc;
	text-shadow: none;
	transition: color .2s ease-in-out;
}

.staff-member .next:hover,
.staff-member .next:focus,
.staff-member .previous:hover,
.staff-member .previous:focus {
	color: #000;
}

.staff-member button.next {
	right: 32px;
	left: auto;
}

/*--------------------------------------------------------------
## Events Calendar Hacks and Styles
--------------------------------------------------------------*/

.tribe-events-page-template .site #colophon {
	position: initial;
}

/*In the calendar button*/
.window .tribe-events-page-title,
.window #tribe-events-header,
.window .tribe-events-month a.tribe-events-ical {
	display: none;
}

.window #tribe-events-content table.tribe-events-calendar{
	margin: 0px;
	padding-top: 0px;
}
.window #tribe-events-content {
	padding: 0px 0px;

}
.window .tribe-events-month {
	margin-bottom: 0px;
}

/*In the event readout*/
.site-header .tribe-mini-calendar-event {

	overflow: visible;
	width: auto;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;

}
.site-header td {
	height: 90px ;
}

.site-header .tribe-mini-calendar-event .list-date,
.site-header .tribe-events-widget-link,
.window .tribe-events-notices {
	display: none;
}

.site-header .tribe-mini-calendar-event .list-info .entry-title {

	font-size: 1.4em;
	font-weight: 700;
	margin-top: .1em;
	line-height: 12px;
}




/*--------------------------------------------------------------
## Tablet Friendly Media Queries
--------------------------------------------------------------*/
/*Desktops*/
@media (max-width:1143px) {

.site-header .list-info .entry-title {

		font-weight: 700;
		margin-top: 0px;
	}
}


/*For 800x600 older or small laptops pcs*/
@media (max-width:900px) {

	.site-title {
		font-size: 5vw;
		line-height: 19px;
	}

	.site-info {
		font-size: .8em;

	}

}



@media (max-width: 799px) {

	.archive-header .tool-icon,
	.archive-header .avatar {
		width: 128px;
		margin: 8px;
	}
	
	.archive-header .archive-description-container {
		margin-left: 146px;
	}

}
/*Ipad*/
@media (max-width: 768px) {
	.collection {
		width: 95vw;
	 	display:inline-block;
	 	overflow: hidden;
	 	padding: 0px 0px 15px 0px;
	 	margin-bottom: 32px;
 	}

	.collection article {
	 	 width: 192px;
	 	 float: left;
	 	 padding: 1px;
	 	 padding-bottom: 32px;
	}

	.container {
		overflow:hidden;
	}

}

/*Iphone 6s sideways*/
@media (max-width:736px) {

	.main-navigation {
	position: relative;
	top: -35px;
	}
	.chatwithus {
		visibility: hidden;
	}
	.single .site-footer {
		margin-top: 128px;
	}

	.social-buttons {
		width: 100%;
		text-align: center;
	}
	.facebook, .instagram, .twitter, .youtube, .pinterest {
  		width: 48px;
 		height: 48px;
 		background-repeat: no-repeat;
 		margin-top: 64px;
	}
	
	.social-buttons a:hover div,
	.social-buttons a:focus div {
		-webkit-filter: invert(100%);
	}
	
	.main-navigation {
		top: -96px;
	}

	#binoculars {
		visibility: hidden;
	}

	#menu-item-3107 {
		display: none !important /*This disables the staff page on mobile*/;

	}
	#colophon {
		height: 248px;
	}

	.site-footer .menu li {
		color: #fff;

	}
	#footerbranding{
		display: none;
	}

}

/*Iphone 6 sideways*/
@media (max-width:667px) {

	.chatwithus {
		visibility: hidden;
	}
}

@media (max-width:568px) {
	
	.archive-header .tool-icon,
	.archive-header .avatar {
		float: left;
		position: relative;
	}
	
	.archive-header .page-title {
		clear: none;
	}
	
	.archive-header .taxonomy-description p {
		clear: both;
	}
	
	.archive-header .avatar {
		margin-bottom: 16px;
	}
}

/*Iphone 4 sideways*/
@media (max-width:480px) {
	#colophon {
	    padding: 0px 16px 64px;
	}
}

/*Iphone 6 Plus, 6 verticle*/
@media (max-width: 414px) {
	.home #primary {
		padding: 0px 0px 24px 0px;
	}
	.collection,
	.news-collection {
		width: 100vw;
	}
	.section-title {
		margin: 13px 0 0 8px;
	}

	.news-collection .section-title {
		margin: 2px 0 0 8px;
	}

	#colophon li {
		margin-right: 0px;
	}

	.main-navigation {
		top: -82px;
	}

	.collection .inner-container > .collection-article:first-child {
		width: 192px;
	}

	.arrow-container {
		margin: 8px 32px 0px 0px;
		z-index: 500;
		float: right;
		width: auto;
		height: auto;
	}

	.facebook, .instagram, .twitter, .youtube, .pinterest {
		margin-top: 0;
	}

	.social-buttons {
		width: 100%;
		text-align: center;
		position: relative;
		bottom: -53px;
	}

	.site-info {
		position: relative;
		top: 57px;
	}

	.taxonomy-description {
		margin: 0 16px;
	}
	
	.archive-header {
		width: 100%;
	}
	
	.archive-header .tool-icon,
	.archive-header > .avatar {
	    clear: both;
	    float: none;
	    left: 50%;
	    margin-left: -64px;
	    margin-top: 0;
	    margin-bottom: -32px;
	}
	
	.archive-header .archive-description-container {
		margin-left: 16px;
	}
	
	.archive-header .page-title {
		text-align: center;
	}

	.event-content {
		display: none;
	}

	.site-branding {
		width: calc(100% - 128px);
	
	}

	.site-title {
		line-height: 32px;
	}
}

/*Iphone 5, 4 verticle*/
@media (max-width: 320px) {

	.section-title{
	font-size: 1.1em;
	}
	#colophon {
		height: 272px;
	}
	
}

/*--------------------------------------------------------------
## Universal Graphical Styles
--------------------------------------------------------------*/

.paper-front {
	border-top: 1px solid #eee;
	border-radius: 1px;
	box-shadow: -1px 0 2px 0 rgba(0,0,0,0.12) , 1px 0 2px 0 rgba(0,0,0,0.12) , 0 1px 1px 0 rgba(0,0,0,0.24);
	background-color: #fff;
}

.paper-back {
		background-color: rgb(233,233,233);
}

.window {
	display: none;
	width:80vw;
	height:40vw;
	background-color: white;
	z-index: 5000;
	margin-left: -4vw;
	border: 1px solid #000;
	position: fixed;
	top: 20vh;
	left: 14vw;

}

.window-title {
	height: 32px;
	text-align:	center;
	padding-top: 2px;
	color: white;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
	border-bottom: 1px solid #000;
}

.window-close {
	float: right;
  	margin: -16px -16px 0px 0px;
  	border-radius: 50%;
  	width: 32px;
  	height: 32px;
  	background-color: inherit;
  	border: 1px solid black;
}


.window-calendar {
	height: 644px;
	top:5vh;
	}

@media (max-width:612px) {
	.window-calendar {
	height: auto;
	top:10vh;
	}
}
/*To be used when site is under construction*/
.underconstruction {
}
#insert-events-calendar {
	height: 725px;
	overflow: hidden;
	background-color: white;
}

#footerbranding {
	width: 192px;
	height: 96px;
	position: absolute;
	left: 10px;
	bottom: 6px;
	background-image: url("img/usclogo_alone.svg");
}

.archive #footerbranding,
.single-tribe_events #footerbranding {
	position: relative;
	left: 10px;
	top: -87px;
}
/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/


.search-title {
	background-color: rgb(245, 136, 34);
}

.window .search-string {
	font-size: 3em;
	text-align: center;
	margin-top: 16px;
	overflow: hidden;

}
.window .search-field {
	height: 25vw;
	width: 90%;
	font-size: 200%;
	border: 0 !important;
	outline: none;
	background-color: transparent;
	text-align: center;
	margin-top: 5vw;

}
.window .search-string .search-submit {
	position: absolute;
    bottom: 15px;
    left: 45%;
    border: none;
    font-size: .3em;
    border-bottom: 0px;
    background-color: transparent;
    font-style: italic;
    font-weight: 100;

}
.calendar-title {
	background-color: rgb(236,120,80);
}

/* Tribe calendar styling fixes to account for moving the links in JS to disable their broken JS events */
#tribe-events-footer a:nth-of-type(2) {
    float: right;
}

#tribe-events-footer > a {
    font-weight: bold;
    font-size: 1.6em;
}

.search .page-title {
	margin-left: 48px;
}

/*--------------------------------------------------------------
## Course Registration Styles
--------------------------------------------------------------*/
.tax-semester .type-course .entry-header .tool-icon {
	float: right;
	width: 64px;
}

.tax-semester .type-course .entry-title {
	clear: none;
	font-size: 24px;
}

.tax-semester .type-course {
	border-bottom: 1px solid #ddd;
}

.tax-semester .type-course .entry-header .entry-meta {
	margin-left: 0;
}

.tax-semester .type-course .entry-meta .byline {
	font-size: 18px;
	line-height: 48px;
	margin-right: 16px;
}

.tax-semester .type-course .entry-meta .author:after {
	content: "|";
	margin-left: 16px;
}

.tax-semester .type-course .entry-content {
	margin-top: 0;
}

#registration-form label {
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 2;
	margin-top: 1em;
}

#submit-registration {
	border: 2px solid #222 !important;
	padding: 8px 16px;
	margin-top: 24px;
	text-shadow: none;
}

#submit-registration:hover, #submit-registration:focus {
	background: #222 !important;
	color: #fff;
}

#registration-notices .notice {
	padding: 16px;
	margin: 16px 0 0 0;
	border-left: 8px solid #ff0;
	background: #ffd;
	color: #000;
}

#registration-notices .notice.error {
	border-left-color: #f00;
	background: #fee;
}

#registration-notices .notice.success {
	border-left-color: #0c0;
	background: #efe;
}

/*--------------------------------------------------------------
## Print Media Query
--------------------------------------------------------------*/


@media print {
  body {
    width: 100%;
  }
  .site-header,
  .site-footer {
  	display: none;
  }



}

