/*
Theme Name: Foundry Theatre
Theme URI: http://underscores.me/
Author: e. james ford
Author URI: http://web.ejimford.com
Description: Theme for The Foundry Theatre
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: foundry
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Foundry Theatre is based on Underscores http://underscores.me/, (C) 2012-2016 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.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*
Blue: #004481
Orange: #FF8300

Rust Red: #9B3921 (Do not use)
*/

/*--------------------------------------------------------------
# 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-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,
optgroup,
textarea {
    font-family: 'pragmatica', 'Helvetica', 'Arial', sans-serif;
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'pragmatica', '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 New', '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. */
    background-image: url(images/bg-arrow-body.png);
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: 50% 0;
    
}

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: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 2px solid #000;
	background-color: #fff;
	color: #000;
	font-size: 12px;
	line-height: 1;
	padding: .6em 1em .4em;
    font-weight: 600;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button.selected {
    background-color: #004481;
    color: #fff;
}

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;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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;
}

textarea {
	width: 100%;
}


/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
#page {
}
#masthead {
}

#masthead-container {
    max-width: 1100px;
    margin: 0px auto;
    background-image: url(images/masthead-arrow.png);
    background-repeat: no-repeat;
    padding: 0px 0px 0px 0px;
}

#content {
    max-width: 1100px;
    margin: 0px auto;
    clear: both;
}
#primary {
}



/* ===== == = === (375px) === = == ===== */
@media only screen and (min-width: 375px) {
	#page {
	}
	#masthead {
	}
	#content {
	}
	#primary {
	}

}

/* ===== == = === (414px) === = == ===== */
@media only screen and (min-width: 414px) {
	#page {
	}
	#masthead {
	}
	#content {
	}
	#primary {
	}
}


/* ===== == = === (600px) === = == ===== */
@media only screen and (min-width: 600px) {
	#page {
	}
	#masthead {
	}
	#content {
	}
	#primary {
	}
}

/* ===== == = === (768px) === = == ===== */
@media only screen and (min-width : 768px) {
	#page {
	}
	#masthead {
	}
	#content {
	}
	#primary {
	}
}

/* ===== == = === (900px) === = == ===== */
@media only screen and (min-width : 900px) {
	#page {
	}
	#masthead {
	}
	#content {
	}
	#primary {
	}
    #masthead-container {
        padding-bottom: 20px;
    }

}

/* ===== == = === (1024px) === = == ===== */
@media only screen and (min-width : 1024px) {
	#page {
	}
	#masthead {
	}
	#content {
	}
	#primary {
	}
}

/* ===== == = === (1100px) === = == ===== */
@media only screen and (min-width : 1100px) {
	#page {
	}
	#masthead {
	}
	#content {
	}
	#primary {
	}
}

/* ===== == = === (1300px) === = == ===== */
@media only screen and (min-width : 1300px) {
	#page {
	}
	#masthead {
	}
	#content {
	}
	#primary {
	}

}

/* ===== == = === (1600px) === = == ===== */
@media only screen and (min-width : 1600px) {
	#page {
	}
	#masthead {
	}
	#content {
	}
	#primary {
	}

}

/* ===== == = === (1900px) === = == ===== */
@media only screen and (min-width : 1900px) {
	#page {
	}
	#masthead {
	}
	#content {
	}
	#primary {
	}

}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
    position: relative;
    margin: 0px auto;
    border-bottom: 1px solid #000;
    z-index: 10;
}

.site-branding {
    margin: 0px 0px 0px 0px;
    background-image: url(images/branding-arrow.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 15px 0px 20px 0px;
}

.site-title {
    margin:0px;
}

.site-title a {
    display: block;
    margin: 0px 0px 0px 10px;
    font-size: 36px;
    text-transform: uppercase;
    text-decoration: none;
	font-family: 'pragmatica', 'Helvetica', 'Arial', sans-serif;
    font-weight: 300;
    line-height: 1em;
    color: #1E1E1D !important;
    
}
.site-title a:hover {
    color: #1E1E1D;
}

.site-header .site-title a {
    word-spacing: 999999px;
    
}


.site-header .support-us {
    text-decoration: none;
    font-weight: 300;
    color: #c1c1c1;
    margin: 50px auto;
    border: 4px solid #c1c1c1;
    padding: 8px 4px;
    font-size: 125%;
    clear: left;
    font-family: 'pragmatica', 'Helvetica', 'Arial', sans-serif;
}



.fllightbox {
    display: none;
}


.search-bar {
    position: fixed;
    top: -60px;
    width: 250px;
    opacity: 0;
    z-index: 9999999;
    right: 0px;
    background-color: #fff;
    padding: 20px 0px;
}

.search-bar.search-visible{
    opacity: 1;
    top: 28px;
}

.search-bar.isfixed.search-visible{
    opacity: 1;
    top: 0px;
}





body.admin-bar .search-bar.search-visible {
    top: 32px;
}

a#search-close {
    font-size: 28px;
    display: block;
    width: 36px;
    position: absolute;
    top: 18px;
    left: 170px;
    color: #1E1E1D;   
    
}

input.search-field {
    border: none;
    border-bottom: 2px solid #ccc;
    font-family: 'Spectral';
    width: 150px;
    outline: none;
    outline-width: 0;
    -webkit-appearance: none;
}

.search-bar input.search-submit {
    display:none;
}






/* ===== == = === 37.5em (600px) === = == ===== */
@media only screen and (min-width: 600px) {
	.site-title a {
        
	}
}

/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 768px) {
    
    .site-header {
        width: 100%;
        
    }
    
    .site-branding {
    }

    .site-title a {
	}

}

/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 900px) {
    .site-branding {
        float: left;
        width: 20%;
        margin-right: 10px;
    }
    .site-title a {
	}
    .site-header .support-us {
        clear: none;
        float: right;
        margin: 24px 10px 0px 0px;
    }
    .site-header .support-us:hover {
        border: 4px solid #000;
        color: #000;
    }


}


/* ===== == = === (1024px) === = == ===== */
@media only screen and (min-width : 1024px) {
    .site-branding {
    }
    .site-title a {
        
	}
}

/* ===== == = === (1300px) === = == ===== */
@media only screen and (min-width : 1300px) {
    .search-bar, .search-bar.search-visible {
        right: 0px;
    }

}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


.site-footer {
	background-color: #000;
    padding: 0px 10px;
	margin-bottom: 0px;
	font-weight: 500;
    margin-top: 0px;
    color: #fff;
    font-weight: 300;
    position: relative;
    z-index: 999;
    
}
.site-footer .footer-container {
    max-width: 950px;
    margin: 0px auto;
}

.site-footer a, .site-footer a:visited, .site-footer a:hover {
    color: #fff;
}



.site-footer .footer-text {
    padding-top: 40px;
    font-family: 'Spectral', serif;
    line-height: 1.8em;
    display: block;
}


.site-footer img.alignleft {
    margin-right: 2em;
}

.site-footer p {
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.site-footer .site-info {
    max-width: 1000px;
    margin: 0px auto;
}

.site-footer ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.site-footer li {
    float: left;
    padding: 0px 10px;
    font-size: .9em;
}

.site-footer .copyright {
    clear: both;
}


.site-footer .widget {
}

.site-footer .widget div {
    padding: 8px 5px 1px 5px;
    margin: 0px 0px 0px 0px;
    background-color: #F2F4F6;
    width: 100%;
    height: 100%;
}

.site-footer .widget input[type=email] {
    font-size: 10px;
    width: 65%;
    border-radius: 0px;
}

.site-footer .widget input[type=submit] {
    width: 30%;
    border-radius: 0px;
    background-color:#DE4800;
    border-color: #EB865E;
    color: #fff;
}


.site-footer .widget h5 {
    text-transform: uppercase;
    font-size: 10px;
    
}


.site-footer .widget p {
    padding: 0px 0px 8px 0px;
    margin: 0px 0px 0px 0px;
    font-family: 'Spectral', serif;
}


.site-footer .widget p a {
    font-weight: 600;
}

.widget.social-footer {
    width: 120px !important;
}


.social-footer a {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    text-indent: -99999px;
    margin-right: 0px;
}

.social-footer a.social-footer-facebook {
    background-image: url(images/social/facebook.png);
    background-position: -7px 0px;
}
.social-footer a.social-footer-twitter {
    background-image: url(images/social/twitter.png);
}

.back-to-top {
    position: fixed;
    bottom: -20px;
    right: 20px;
    display: block;
    padding: 15px 20px;
    border-radius: 82px;
    opacity: 0;
    border: 1px solid #ccc;
    background-image: url(images/bg_white_80.png);
    z-index: 9999;
}
.back-to-top.isvisible {
    bottom: 20px;
    opacity: 0.75;
}
.back-to-top.isvisible:hover {
    bottom: 20px;
    opacity: 0.95;
    border: 1px solid #000;
}

.site-footer .footer-text {
    clear: left;
}






/* ===== == = === 37.5em (600px) === = == ===== */
@media only screen and (min-width: 600px) {
}

/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 768px) {
    .site-footer .widget {
        width: 28%;
        float: left;
        margin-left: 40px;
        min-height: 145px;
    }
    .footer-widgets .widget:last-child {
        margin-right: 0px;
    }
    .site-footer .footer-text {
        clear: none;
    }

    
    
}

/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 900px) {
    .footer-widgets .widget {
    }
    .site-footer .footer-text {
        padding-top: 50px;
    }
    .site-footer img.alignleft {
        margin-right: 5em;
    }
}


/* ===== == = === 62.5em (1000px) === = == ===== */
@media only screen and (min-width : 1000px) {
    .footer-widgets {
        padding-left: 0px;
    }
    .footer-widgets .widget {
        width: 32%;
        margin-right: 20px;
        height: 145px;
    }
    .site-footer .footer-text {
        padding-top: 60px;
    }
    .site-footer img.alignleft {
        margin-right: 7em;
    }

}










/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #1E1E1D;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

a:visited {
	color: #1E1E1D;
}

a:hover,
a:focus,
a:active {
	color: #1E1E1D;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

a.external-link {
	color: #1E1E1D;
}

a.blue-link {
	color: #1E1E1D;

    
}



/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: none;
	width: 100%;
    font-weight: 300;
    font-size: 16px;
}

.main-navigation ul {
    display: block;
    margin: 0px 0px 0px 40px;
	list-style: none;
	padding-left: 0;
    float: left;
    max-width: 560px;
}

.main-navigation li {
    float: left;
}

.main-navigation a {
    padding: 60px 20px 0px 0px;
	display: block;
	text-decoration: none;
    color: #C1C1C1;
    font-family: 'Spectral', serif;
    font-weight: 200;
    font-size: 150%;
    line-height: 1em;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 90px;
	z-index: 99999;
    width: 100%;
    display: none;
    margin: 0px 0px 0px 0px;
    border-top: 1px solid #000;
    opacity: 0;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}


.main-navigation ul li.nav-work ul, .main-navigation ul li.nav-history ul {
    margin-left: -84px;
    padding-left: 88px;
}

.main-navigation ul li.nav-engage ul {
    margin-left: -163px;
    padding-left: 165px;
}


.main-navigation ul ul a {
    display: inline-block;
    padding: 10px 10px 40px 10px;
	text-decoration: none;
    color: #C1C1C1;
    font-family: 'pragmatica', 'Helvetica', 'Arial', sans-serif;
    font-weight: 600;
    font-size: 75%;

}

.main-navigation ul ul li:first-child a {
    padding-left: 0px;
}

.main-navigation ul ul li {
    float: left;
    

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
    color: #000;
}

.main-navigation li:hover > a::after,
.main-navigation li.focus > a::after {
    color: #c1c1c1;
}


.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 {
    display: block;
    opacity: 1;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
    color: #000;
}



@media screen and (min-width: 900px) {
	.main-navigation {
        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%;
}
/*--------------------------------------------------------------
# Responsive Menu
--------------------------------------------------------------*/
body.admin-bar #responsive-menu-container {
    padding-top: 40px;
}

button#responsive-menu-button {
    position: absolute !important;
    top: 40px !important;
}

a.search-button {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 42px;
    right: 10%;
    z-index: 999999;
    font-size: 28px;
    padding: 8px;
    text-align: center;
    border-radius: 5px;
    color: #1E1E1D;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
a.search-button:hover {
}

button#responsive-menu-button.isfixed, a.search-button.isfixed {
    position: fixed !important;
    top: 8px !important;
    width: 50px;
    height: 50px;
}

body.admin-bar button#responsive-menu-button.isfixed, body.admin-bar a.search-button.isfixed {
    top: 40px !important;

}

.fixed-header {
    opacity: 0;
    position: fixed;
    top: -35px;
    z-index: 1;
    background-color: #fff;
    border-bottom: 1px solid #000;
    width: 100%;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
    
}

.fixed-header-container {
    max-width: 1100px;
    margin: 0px auto;
    background-image: url(images/masthead-fixed-arrows.png);
    background-repeat: no-repeat;
    padding: 24px 0px;
}

.fixed-header.isvisible {
    opacity: 1;
    top: 0px;
    z-index: 9999;
}

body.admin-bar .fixed-header.isvisible { 
    top: 32px;
}

.fixed-header .site-title {
    margin: 0px;
}
.fixed-header .site-title a {
    font-size: 18px;
}

#responsive-menu-container {
    border-right: 5px solid #ccc;
}

#responsive-menu-container #responsive-menu-title {
    padding: 18px 5% !important;
    text-transform: uppercase;
    font-weight: 300;
    background-image: url(images/masthead-fixed-arrows.png);
    background-repeat: no-repeat;
    padding: 24px 0px;
}




@media screen and (min-width: 414px) {
    .fixed-header .site-title a {
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {
	a.search-button {
        display: none;
    }
    
}

@media screen and (min-width: 1000px) and (max-width: 8000px) {
    #responsive-menu-container {
        width: 40% !important;
    }
    
}




/*--------------------------------------------------------------
# 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;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}


.entry-header,
.page-header {
    padding: 10px 20px;
}


.page-content,
.entry-content,
.entry-summary {
	margin: 0px 0px 0px 10px;
}

.page-content img,
.entry-content img {
    max-width: 100%;
    height: auto;
}

body.single-post .entry-content {
    padding-right: 40px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

body.single-post .entry-header .title-block {
    margin-top: 20px;
}

body.single-post .entry-header h1, body.single-post .entry-header h2 {
    font-family: 'pragmatica', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    font-size: 250%;
    margin: 0px;
    line-height: 1.1em;
}

body.single-post .entry-header h2 {
    font-size: 125%;
    font-weight: normal;
    margin-top: 5px;
    line-height: 1.2em;
    width: 95%;
}

body.postid-237 .entry-header h1 {
    font-size: 220% !important;
    
}

.cat-links a  {
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    border: 2px solid #000;
    padding: 3px 6px;
    font-size: 11px;
    font-family: 'pragmatica', 'Helvetica', 'Arial', sans-serif;
    background-image: url(images/bg_white_60.png);
    color: #1E1E1D;
}

.tags-links a {
    text-decoration: none;
    font-size: 10px;
    padding: 3px 12px 3px 0px;
    margin: 0px 5px 5px 0px;
    font-weight: 700;
    color: #0f3b8c;
}

body.single-post .entry-header .tags-links a {
    font-size: 12px;
    line-height: 2.4em;
}

span[style="background-color: #000000; font-family: 'courier new', courier; color: #bababa; font-size: 18px;"] a {
    color: #fff;
    
}


/* Overview and Top Credits */
.overview-and-credits {
    position: relative;
}

.short-description {
    font-size: 13px;
    line-height: 1.5em;
}


.top-credits {
}

.top-credits a {
    text-decoration: none;
    color: #0f3b8c;
}

.top-credits a:hover {
    color: #004481;
}


.top-credits h5 {
    margin: 0px;
    padding-top: 14px;
    font-size: 11px;
    color: #c7c7c7;
    font-weight: 400;
}
.top-credits span {
    margin: 0px;
    font-size: 13px;
}


/* Date and Location */
.date-and-location {
    border-top: 1px solid #eeeeee;
    font-size: 13px;
    padding-top: 14px;
}
.date-and-location h5 {
    margin: 8px 0px 0px 0px;
    color: #c7c7c7;
}
.date-and-location p {
    margin: 0px 0px 5px 0px;
}




/* Content Sections */
.section-title {
    font-weight: 400;
    margin: 25px 0px 15px 0px;
    font-size: 24px;
}

.layout-version-1 .section-title {
    margin: 72px 0px -18px 0px;
}

.section-content {
    font-size: 13px;
}




/* Arrows */

.arrowImage {
    background-image: url(images/arrow-divider-left.png);
    background-position: left center;
    background-repeat: no-repeat;
    height: 70px;
    width: 100%;
    clear: both;
    margin-top: 70px;

}


.arrowImage.right {
    background-image: url(images/arrow-divider-right.png);
    background-position: right center;
    margin-left: 0px;
    width: 95%;
    margin-top: 40px;
}

#swipebox-overlay {
    background-color: rgba(0, 0, 0, 0.9);
}
#swipebox-title, #swipebox-title i, #swipebox-title a {
    color: #fff !important;
}
#swipebox-top-bar {
    top: auto !important;
    bottom: 50px !important;
    z-index: 1000;
    width: 400px;
    left: 50%;
    margin-left: -200px;
}


/* ===== == = === (900px) === = == ===== */
@media only screen and (min-width : 900px) {
    .arrowImage {
        width: 570px;
        margin-left: -20px;
    }
}

/* ===== == = === (1024px) === = == ===== */
@media only screen and (min-width : 1024px) {
    .arrowImage {
        width: 640px;
    }

}

/* ===== == = === (1100px) === = == ===== */
@media only screen and (min-width : 1100px) {
    .arrowImage {
        width: 670px;
    }
}
/* ===== == = === (1300px) === = == ===== */
@media only screen and (min-width : 1300px) {
}

/* Dot Navigation */
.project-nav {
    position: fixed;
    right: 10px;
    top: 150px;
    z-index: 1099;
    display: none;
}

.project-nav ul {
    list-style-type: none; 
    margin-left: 0px;
    padding-left: 0px;
}

.project-nav li {
    text-align: right;
    font-size: 12px;
    font-family: 'pragmatica', 'Helvetica', 'Arial', sans-serif;
    font-weight: 700;
    margin: 0px 15px 0px 0px;
}

.project-nav li:first-child {
    margin-top: 10px;
}

.project-nav a {
    display: inline-block;
    padding: 4px 0px;
    min-width: 120px;
    text-decoration: none !important;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
    color: #ccc;
}

.project-nav a.mPS2id-highlight {
    color: #000;
}

.project-nav a .dot-text {
    display: inline-block;
    padding: 2px 6px 2px 12px; 
    transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
    color: #000;
    background-image: url(images/bg_white_80.png)
}

.project-nav a .dot-text.invisible {
    opacity: 0;
}

.project-nav a:hover .dot-text {
    opacity: 1 !important;
}



.project-nav a .fa {
    font-size: 10px;
}




/* Connected To */


.connects-to-hr {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    height: 13px;
    font-size: 1px;
    line-height: 1px;
    background-image: url(images/shadow-divider.png);
    background-repeat: repeat-x;
    clear: both;
    z-index: 999;
    
}


.connects-to {
    position: relative;
    z-index: 999;
    padding-top: 30px;
    background-color: #fff;
}

.connects-to h2 {
    padding-left: 10px;
}



.single-connection {
    width: 100%;
    margin-bottom: 80px;
}

.single-connection img {
    clear: left;
    width: 100%;
}

.single-connection h3 {
    margin: 0px;
    font-size: 16px;
    line-height: 1.3em;
}

.single-connection a {
    text-decoration: none;
    color: #1E1E1D;
}

.single-connection .cat-links a {
    margin: 10px 0px;
}


.single-connection .tags-links a {
    border: 0px;
    display: inline;
}



.single-connection h3, .single-connection .cat-links, .single-connection .tags-links {
    margin-left: 10px;
}



/* ===== == = === (375px) === = == ===== */
@media only screen and (min-width: 375px) {
}

/* ===== == = === (414px) === = == ===== */
@media only screen and (min-width: 414px) {
}


/* ===== == = === (600px) === = == ===== */
@media only screen and (min-width: 600px) {
    .project-nav {
        display: block;
    }
}

/* ===== == = === (768px) === = == ===== */
@media only screen and (min-width : 768px) {
    .single-connection {
        width: 46%;
        margin-right: 10px;
        margin-left: 10px;
        float: left;
    }

    .short-description {
        width: 71%;
        float: left;
        height: 100%;
    }
    
    .overview-and-credits.no-credits .short-description {
        width: 100%;
    }
    .top-credits {
        width: 29%;
        float: left;
        height: 100%;
        padding-left: 50px;
    }
    .single-connection h3, .single-connection .cat-links, .single-connection .tags-links {
        margin-left: 0px;
    }




}

/* ===== == = === (900px) === = == ===== */
@media only screen and (min-width : 900px) {
    
    body.single-post article {
        height: 100%;
        width: 100%;
    }
    body.single-post .entry-header {
        width: 350px;
        height: 100%;
        padding: 40px 40px 0px 25px;
        position: absolute;
        z-index: 250;
    }
    body.single-post .entry-header.isfixed {
        position: fixed;
        z-index: 250;
        top: 60px;
    }
    body.single-post.admin-bar .entry-header.isfixed {
        top: 100px;
    }
    

    body.single-post .entry-content {
        width: 550px;
        padding: 40px 0px 0px 0px;
        margin-left: 350px;
    }
    
    
    
    body.single-post .entry-footer {
    clear: both;
    }
    .single-connection {
        width: 31%;
    }
    .single-connection:nth-child(5), .single-connection:nth-child(8), .single-connection:nth-child(11) {
        clear: left;
    }
    .project-nav {
        top: 180px;
    }
    

}

/* ===== == = === (1024px) === = == ===== */
@media only screen and (min-width : 1024px) {
    .single-connection {
        width: 23%;
    }
    .single-connection:nth-child(5), .single-connection:nth-child(8), .single-connection:nth-child(11) {
        clear: none;
    }
    .single-connection:nth-child(6), .single-connection:nth-child(10) {
        clear: left;
    }
    body.single-post .entry-content {
        width: 620px;
    }
}

/* ===== == = === (1100px) === = == ===== */
@media only screen and (min-width : 1100px) {
    body.single-post .entry-content {
        width: 650px;
    }
}

/* ===== == = === (1300px) === = == ===== */
@media only screen and (min-width : 1300px) {
}

/* ===== == = === (1600px) === = == ===== */
@media only screen and (min-width : 1600px) {
}



/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/
.home #content, .home #masthead-container {
    max-width: 960px;
}


.home h2 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #bdbcbc;
}
.home h3 {
    margin: 0px;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.3em;
}

.home h3 a {
    text-decoration: none;
}

.home .current, .home .meanwhile, .home .recent {
    margin-top: 40px;
    z-index: 99;
    position: relative;
}

.home .current a, .home .meanwhile a, .home .recent a {
    color: #1E1E1D;
}



.home .current .image {
    width: 70%;
    float: right;
}
.home .current .image img {
    width: 100%;
    height: auto;
}


.home .current .text {
    width: 30%;
    float: left;
    padding-top: 0px;
}

.home .current .text h3 {
    font-size: 37px;
    margin-bottom: 10px;
    font-weight: 500;
}

.home .recent {
    margin-top: 80px;
}
.home .recent .piece-of-work {
    width: 97%;
    margin-right: 10px;
    float: left;
}
.home .recent .piece-of-work:last-child {
    margin-right: 0px;
}

.home .recent .piece-of-work a {
    color: #1E1E1D;
}


.home .recent .piece-of-work .image a {
    display: block;
    width: 100%;
    height: 145px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #eee;
    background-position: center;
    margin-bottom: 15px;
}




.home .engagement-question {
    margin: 30px 0px 0px 0px;
}

.home .engagement-form {
    
}


/* ===== == = === (768px) === = == ===== */
@media only screen and (min-width : 768px) {
    .home .recent .piece-of-work {
        width: 48%;
    }
}
/* ===== == = === (900px) === = == ===== */
@media only screen and (min-width : 900px) {
    .home .recent .piece-of-work {
        width: 24%;
    }

}




/*--------------------------------------------------------------
## Main Work Page
--------------------------------------------------------------*/
.work-main {
    padding: 0px 20px;
}

.work-main h2 {
    max-width: 300px;
    margin: 0px auto;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #bdbcbc;
}
.work-main h3 {
    margin: 0px;
    text-transform: capitalize;
    font-size: 18px;
}

.work-main h4 {
    margin: 0px;
}

    
.work-main a {
    text-decoration: none;
}
.work-main .piece-of-work {
    text-align: center;
    margin: 0px auto 20px auto;
}

.work-main .ongoing, .work-main .commissions {
    max-width: 300px;
    margin: 0px auto;
    clear: right;
}






/* ===== == = === (600px) === = == ===== */
@media only screen and (min-width: 600px) {
    .work-main .piece-of-work {
        text-align: left;
    }
    .work-main .current .piece-of-work .image {
        width: 40%;
        float: left;
    }
    .work-main .current .piece-of-work .text {
        width: 50%;
        float: right;
    }


}


/* ===== == = === (768px) === = == ===== */
@media only screen and (min-width : 768px) {
    .work-main h2 {
        max-width: 1200px;
        margin: 20px 0px 5px 0px;
    }
    .work-main .current {
        width: 65%;
        float: left;
    }
    .work-main .ongoing, .work-main .commissions {
        width: 30%;
        float: right;
    }
    .work-main .current .piece-of-work .image {
        width: 65%;
    }
    .work-main .current .piece-of-work .text {
        width: 30%;
    }
}
/* ===== == = === (900px) === = == ===== */
@media only screen and (min-width : 900px) {
    .work-main .current .piece-of-work .image {
        width: 65%;
    }
    .work-main .current .piece-of-work .text {
        width: 30%;
        padding-top: 30px;
    }
}
/* ===== == = === (1100px) === = == ===== */
@media only screen and (min-width : 1100px) {
    .work-main h3 {
        font-size: 24px;
    }
    
}


/*--------------------------------------------------------------
## History Page
--------------------------------------------------------------*/
.grid {
    
}
body.page-template-page-history .grid {
    margin-top: 30px;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.element-item {
    position: relative;
    float: left;
    width: 97%;
    margin: 5px;
    padding: 10px 20px 10px 0px;
    text-align: left;
    height: 290px;
    overflow: hidden;
}

.element-item:hover {
}

a.thumbnail-link {
}

.element-item img {
    max-height: 185px;
    width: auto;
    display: block;
    margin: 0px auto;
}

.element-item .year-header {
    font-size: 48px;
    color: #ccc;
    font-weight: 700;
    display: block;
    margin: 0px;
    line-height: .75em;
}

.grid.filtered .element-item .year-header {
    opacity: 0;
}


.element-item h3 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.3em;
}
.element-item a {
    text-decoration: none;
    color: #1E1E1D;
}

.element-item .cat-links a, .connects-to .cat-links a {
    margin-top: 5px;
    border: 1px solid #000;
}


.element-item > * {
  margin: 0;
  padding: 0;
}

.quicksearch-hide {
    display: none;
}

.filter-button-group {
    margin-top: 20px;
    position: relative;
}

.filter-button-group button {
    margin: 5px;
    border: none;
    font-weight: 300;
    padding: 3px;
}


.filter-button-group span h5 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    color: #bdbcbc;
    font-family: "Arial Black","Arial-BoldMT",serif;
    font-weight: normal;
    margin: 0px;
}


.filter-button-group .show-all {
    left: 10px;
    display: block;
    position: absolute;
    bottom: 0px;
    border: 4px solid #000;
    display: block;
    float: none;
    font-weight: 700;
    padding: 10px;
    text-transform: uppercase;
    margin: 10px 0px;
    font-family: 'pragmatica', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}


.filter-button-group .show-all.selected {
    display: none;
}


.filter-button-group span.decade-filters h5 {
    margin-bottom:2px;
}


.decade-filters a {
    display: inline;
    text-decoration: none;
    padding; 0px;
    margin: 0px;
    float: none;
    font-size: 20px;
    font-family: 'Spectral', serif;
    line-height: 1.5em;
    font-weight: 300;
    color: #1E1E1D;
}




.cat-filters button {
    display: inline;
    float: none;
    border: 4px solid #000;
    font-weight: 700;
    padding: 10px;
    text-transform: capitalize;
    margin: 10px 5px 10px 0px;
    font-family: 'pragmatica', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

.cat-filters button[data-filter=".cat-uncategorized"] {
    display: none;
}



.tag-filters button {
    font-weight: 700;
    font-size: 12px;
    margin: 5px 10px 5px 0px;
    padding: 3px 3px 10px 3px;
    border-bottom: 1px solid #000;
}



/* ===== == = === 37.5em (600px) === = == ===== */
@media only screen and (min-width: 600px) {
    .element-item {
        width: 47%;
    }
    .decade-filters {
        float: left;
        width: 15%;
    }
    .decade-filters a {
        display: block;
    }
    .cat-filters {
        float: left; 
        width: 20%;
    }
    .cat-filters button {
        display: block;
        float: none;
    }
    .tag-filters {
        width: 62%;
        float: right;
        display: block;
    }
    
}

/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width : 768px) {
    .element-item {
        width: 31%;
    }

}

/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 900px) {
    .element-item {
        margin: 8px;
        width: 23%;
    }
    .filter-button-group .show-all {
        left: 220px;
    }
}

/* ===== == = === 68.750em (1100px) === = == ===== */
@media only screen and (min-width : 1100px) {
    body.page-template-page-history .grid {
        margin-top: 100px;
    }
    .element-item {
        height: 350px;
        margin: 10px;
    }

    body.archive .element-item {
        height: 300px;
        margin: 10px;
    }

}




/*--------------------------------------------------------------
## Press Page
--------------------------------------------------------------*/
.page-template-page-press #content, .page-template-page-press #masthead-container {
    max-width: 960px;
}

.page-template-page-press table {
    max-width: 100% !important;
}


/*--------------------------------------------------------------
## About Page
--------------------------------------------------------------*/
.page-template-page-about #content, .page-template-page-about #masthead-container {
    max-width: 960px;
}

.page-template-page-about .entry-content h1, .page-template-page-engage .entry-content h1 {
    font-size: 36px;
    font-weight: 300;
    color: #333;
    background-image: url(images/arrow-divider-left.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 40px 0px 0px 0px;    
}

.page-template-page-about .entry-content h1.mission {
    background-image: none;
}

.page-template-page-about .gallery {
    margin-bottom: 0px !important;
}

.page-template-page-about h3 a {
    text-decoration: none;
}




/*--------------------------------------------------------------
## Engage Page
--------------------------------------------------------------*/
.page-template-page-engage #content, .page-template-page-engage #masthead-container {
    max-width: 960px;
}
.page-template-page-engage #swipebox-bottom-bar {
    display: none;
}

h4#other-responses {
    margin: 70px auto 0px auto;
    width: 70%;
}



/*--------------------------------------------------------------
## Engage Form
--------------------------------------------------------------*/

.acf-label {
    display: none;
}

.acf-field-radio .acf-label {
    display: block;
}
.acf-field-radio .acf-label label {
    display: none !important;
}

.acf-field-hidden {
    height: 1px !important;
    font-size: 1px !important;
    line-height: 1px !important;
    padding: 0px 0px 0px 0px !important;
}

.acf-fields > .acf-field {
    border-top: none !important;
    padding: 0px !important;
}

.engagement_form {
    width: 70%;
    position: relative;
    margin: 0px auto;
    min-height: 400px;
}

.engagement_form textarea {
    font-size: 18px !important;
    padding: 90px 25px 25px 35px !important;
    line-height: 1.6em;
    color: #fff;
    border-radius: 0px;
    background-color: #000;
    border: solid 5px #ddd;
	font-family: 'Courier 10 Pitch', 'Courier New', 'Courier', monospace;
    height: 350px;
    outline: none;
    outline-width: 0;
    -webkit-appearance: none;
    
}

.engagement_form textarea::-webkit-input-placeholder {
    padding: 10px 25px !important;
    color: #fff;
}
.engagement_form .acf-field-textarea {
    position:relative;
}

/* Controls the Text That Appears in the TextArea Prompt */
.engagement_form .acf-field-textarea .acf-input::after {
    position: absolute;
    top: 6px;
    left: 20px;
    padding: 20px 0px 0px 20px;
    font-size: 10px;
    color: #fff;
	font-family: 'Courier 10 Pitch', 'Courier New', 'Courier', monospace;
    white-space: pre-wrap;
    content: "Many people will write the Foundry Book... \A Tell us a story, an anecdote; what was your first Foundry experience; what is the Foundry?";
    background-color: #000;
    width: 91.5%;
}




.acf-error-message {
    position: absolute !important;
    top: -45px;
}

.acf-error-message .acf-icon {
    right: -20px !important;
}


/* Placement of the Word Counter */
#acf-field_598df62bf69e5_result {
    font-family: 'Courier New';
    width: 300px;
    text-align: right;
    position: absolute;
    top: 320px;
    right: 25px;
    color: #aaa;
    font-size: 80%;
    opacity: 0.7

}

.engagement_form input[type="text"], .engagement_form input[type="email"] {
    width: 150px !important;
    border: 0px;
    border-bottom: 2px solid #ccc;
}



.engagement_form input[type="radio"] {
    margin-right: 8px !important;
}


.engagement_form .acf-field-radio {
    position: absolute !important;
    top: 372px;
    left: 10px;
}

.engagement_form div.acf-field-598df53d43bd0 { /* Your Name Div */
    position: absolute !important;
    top: 340px;
    left: 140px;
    opacity: 0;
    transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    -webkit-transition: all .10s ease-in-out;
}
.engagement_form div.acf-field-598df53d43bd0.visible {
    opacity: 1;
    top:382px;
    margin-left: 2px;
    
}

.engagement_form .acf-form-submit {
    width: 140px;
    position: absolute;
    right: 0px;
    top: 370px;
}

.engagement_form .see-other-responses {
    position: absolute;
    right: 160px;
    top: 382px;
    display: block;
    width: 170px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: initial;
	color: #1E1E1D;
}

.engagement_form input[type="submit"] {
    font-size: 18px;
    background-color: #fff;
    color: #000;
    font-weight: 600;
    display: block;
    margin: 0px auto;
    border: 2px solid #000;
    text-align: center;
    width: 140px;
}
.engagement_form input[type="submit"]:hover {
    background-color: #000;
    color: #fff;
}


.engagement_form textarea::-webkit-input-placeholder {
    color: #fff;
}

.engagement-question h3 {
    text-align: center;
    font-weight: 300;
    font-size: 36px;
    margin: 10px 0px 5px 0px;
}


/* Stufff for just Moile */
@media only screen and (max-width : 600px) {
    a.see-other-responses {
        display: none !important;
    }
    .engagement_form .acf-field-textarea .acf-input::after {
        left: 6px;
    }
    .engagement_form .acf-form-submit {
        right: initial;
        top: 430px;
    }
    .engagement_form textarea {
        font-size: 14px !important;
        padding: 120px 25px 25px 15px !important;
    }

}





/* ===== == = === (600px) === = == ===== */
@media only screen and (min-width: 600px) {
    
    .engagement_form .acf-field-textarea .acf-input::after {
        font-size: 13px;
    }
    
    
    
}

/* ===== == = === (768px) === = == ===== */
@media only screen and (min-width : 768px) {
    .engagement_form .acf-field-textarea .acf-input::after {
        font-size: 16px;
    }
    .engagement_form textarea {
        padding: 110px 25px 10px 35px !important;
    }
}




/*--------------------------------------------------------------
## Engagement Form Animated Typing
--------------------------------------------------------------*/
#textarea-coverup-container {
    display: block;
    position: absolute;
    top: 16px;
    left: 20px;
    width: 91.5%;
    background-color: #000;
    z-index: 999;
    height: 140px;
}

#textarea-coverup-text {
    display: inline;
    color: #fff;
	font-family: 'Courier 10 Pitch', 'Courier New', 'Courier', monospace;
    line-height: 36px;
}

.typed-cursor {
    color: #fff;
}


.engage-home {
    position: relative;
    margin-top: 20px;
    z-index: 10;
}

/* Stufff for just Moile */
@media only screen and (max-width : 600px) {
    #textarea-coverup-container {
        width: 84%;
    }
}


/*--------------------------------------------------------------
##  Animated Arrow
--------------------------------------------------------------*/

@keyframes fadeInDown {
   0% {
      opacity: 0;
      transform: translateY(-700px);
   }
   100% {
      opacity: 0.2;
      transform: translateY(0px);
   }
} 

@keyframes fadeInRight {
   0% {
      opacity: 0;
      transform: translateX(-1920px);
   }
   100% {
      opacity: 0.2;
      transform: translateX(-10px);
   }
} 


.background-arrow {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2;
}

.background-arrow-down {
    width: 30%;
    height: 700px;
    background-position: bottom left;
    top: 0px;
    right: 0px;
    transform: translateY(-1050px);
    animation: fadeInDown 2s forwards;
    -moz-animation: fadeInDown 2s forwards; /* Firefox */
    -webkit-animation: fadeInDown 2s forwards; /* Safari and Chrome */
    -o-animation: fadeInDown 2s forwards; /* Opera */
    animation-delay: 500ms;
    transition:all 1s linear;
    overflow: hidden;


}

.background-arrow-right {
    width: 100%;
    height: 100%;
    background-position: center right;
    top: 90px;
    left: 0px;
    transform: translateX(-1920px);
    animation: fadeInRight 2s forwards;
    -moz-animation: fadeInRight 2s forwards; /* Firefox */
    -webkit-animation: fadeInRight 2s forwards; /* Safari and Chrome */
    -o-animation: fadeInRight 2s forwards; /* Opera */
    animation-delay: 1500ms;
    transition:all 1s linear;

}




/*--------------------------------------------------------------
## Engagement Responses
--------------------------------------------------------------*/

.response-list {
    clear: both;
    height: 575px;
    padding: 10px 35px 10px 0px;
    overflow-y: scroll;
    overflow-x: hidden;
	font-family: 'Courier 10 Pitch', 'Courier New', 'Courier', monospace;
    font-size: 14px;
    position: relative;
    width: 70%;
    margin: 0px auto;
}

.engagement-item {
    margin-bottom: 20px;
}

.response-list .engagement-thought {
    display: block;
}
.response-list .engagement-person {
    display: block;
    font-weight: 700;
}

.hidden_engage_link {
    visibility: hidden;
    width: 1px;
    height: 1px;
    text-indent: -9999999px;
    display: block;
    font-size: 1px;
    line-height: 1px;
}



/*--------------------------------------------------------------
## More Block
--------------------------------------------------------------*/
.morecontent span {
    display: none;
}

.morelink {
    font-size: 80%;
    font-weight: 900;
}

.read-more-block {
    display: block;
}

.wpsm-show, .wpsm-hide {
    color: #0f3b8c;
    width: 110px;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    padding-bottom: 4px;
}

.wpsm-show:hover, .wpsm-hide:hover {
    text-decoration: none !important;
    border-bottom: 1px solid #0f3b8c;
    
}




/*--------------------------------------------------------------
## Media Page
--------------------------------------------------------------*/


body.page-template-page-media .element-item {
    height: 200px;
    padding: 0px;
}

body.page-template-page-media .element-item a {
    position: relative;
}


/* Video Styles */

a.section-video, a.audio-icon-link {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

a.section-video i.icon, a.audio-icon-link i.icon {
    font-size: 48px;
    position: absolute;
    top: 0px;
    left: 10px;
    line-height: 0px;
}

a.section-video:hover, a.audio-icon-link:hover {
    color: #0f3b8c;
}



.vcols-1 .section-video {
    width: 460px;
    height: 260px;
    float: none;
    margin: 0px auto;
}

.vcols-2 .section-video, .vcols-3 .section-video, .vcols-4 .section-video  {
    width: 310px;
    height: 175px;
    float: left;
    margin: 0px 5px 10px 5px;
}

a span.media-title {
    width: 40%;
    font-size: 15px;
    background-image: url(images/bg_white_80.png);
    color: #000;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 20px 10px 10px 10px;
    font-weight: bold;
    text-align: center;
    height: 100%;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

a:hover span.media-title {
    width: 100%;
    padding: 30px 10px 10px 10px;
}



.featherlight-iframe .featherlight-content {
    overflow-y: auto !important;
}

.element-item .section-video {
    width: 100%;
    height: 200px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
}



/* Audio Styles */

a.audio-icon-link {
    background-image: url(images/icon-speaker.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center left;
    height: 200px;
    display: block;
}


.audio-controls {
    background-color: transparent !important;
    background-image: url(images/bg_white_20.png);
    position: absolute;
    top: 5px;
    left: 5px;
    text-align: center;
    padding: 5px;
}

button.audio {
    border: none;
    font-size: 16px;
    border-radius: 16px;
    padding: 4px 8px;
}


/* PDF Styles */
a.pdf-icon-link {
    background-image: url(images/icon-document.png);
    background-size: 128px;
    background-repeat: no-repeat;
    background-position: center left;
    height: 200px;
    display: block;
}
div.pdf-icon-link-icon {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 5px;
    left: 5px;
    background-image: url(images/icon-document-white.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.element-item:hover div.pdf-icon-link-icon {
    opacity: 0.2;
}




/* Image Styles */

a.media-page-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
div.image-icon-link-icon {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 5px;
    left: 5px;
    background-image: url(images/icon-camera-white.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.element-item:hover div.image-icon-link-icon {
    opacity: 0.2;
}





/* ===== == = === (768px) === = == ===== */
@media only screen and (min-width : 768px) {
    a span.media-title {
        width: 50%;
    }
}

/* ===== == = === 68.750em (900px) === = == ===== */
@media only screen and (min-width : 900px) {
    body.page-template-page-media .element-item {
        width: 31%;
        margin: 5px;
    }
}



/* ===== == = === 68.750em (1100px) === = == ===== */
@media only screen and (min-width : 1100px) {
    body.page-template-page-media .element-item {
        width: 31%;
        margin: 5px;
    }
    a span.media-title {
        width: 40%;
    }
}

/*--------------------------------------------------------------
## BARE Page
--------------------------------------------------------------*/


body.page-template-page-bare .responsive-menu-button, body.page-template-page-bare #wpadminbar, body.page-template-page-audio .responsive-menu-button, body.page-template-page-audio #wpadminbar {
    display: none !important;
}



body.page-template-page-bare #page {
    padding: 5px 20px;
}

body.page-template-page-bare audio, body.page-template-page-audio audio {
    width: 100%;
}

body.page-template-page-bare .post-edit-link {
    display: none;
}



body.page-template-page-bare div.acf-field {
    text-align: center;
}


.page-template-page-bare input[type="text"], .page-template-page-bare input[type="email"] {
    width: 250px !important;
    border: 0px;
    border-bottom: 2px solid #ccc;
    text-align: center;
    outline: none;
    outline-width: 0;
    -webkit-appearance: none;
}

.page-template-page-bare input[type="submit"] {
    font-size: 18px;
    background-color: #fff;
    color: #000;
    font-weight: 600;
    display: block;
    margin: 14px auto;
    border: 2px solid #000;
    text-align: center;
    width: 140px;
}
.page-template-page-bare input[type="submit"]:hover {
    background-color: #000;
    color: #fff;
}

.page-template-page-bare input::-webkit-input-placeholder {
    color: #eee;
}

/* Audio Version */

body.page-template-page-audio {
    background-color:#000;
    color: #fff !important;
    postion: relative;
    height: 100%;
}

body.page-template-page-audio div.site {
    height: 100%;
    width: 100%;
    display: table;
}

body.page-template-page-audio div.site article {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}










/*--------------------------------------------------------------
## Search Results
--------------------------------------------------------------*/

body.search-results .page-title, body.page-template-page-people .page-title {
    font-size: 36px;
    margin: 20px 0px 5px 0px;
    font-weight: 900;
    color: #deddde;
}

body.search-results .page-title span, body.page-template-page-people .page-title span {
    text-transform: initial;
    color: #000;
}

.results-search-form {
    padding: 0px 20px 0px 25px; 
    margin-bottom: 20px;
}

.results-search-form input {
    font-size: 30px;
}

.results-search-form input.search-field {
    width: 69%;
    font-family: 'pragmatica', sans-serif;
    border-color: #000;
    font-weight: 900;
}

.the-search-results {
    margin-left: 15px;
}


body.search-results .element-item {
    height: 270px;
}

body.search-results .entry-header {
    padding: 0px 0px;
}

body.search-results .entry-header h2 {
    margin: 0px 0px 0px 0px;
    font-size: 18px;
}
body.search-results .entry-summary {
    padding: 0px 10px;
}

body.search-results .entry-summary p {
    margin-top: 0px;
}

/* ===== == = === (768px) === = == ===== */
@media only screen and (min-width : 768px) {
    .results-search-form input.search-field {
        margin-right: 20px
    }
}

/* ===== == = === (820px) === = == ===== */
@media only screen and (min-width : 820px) {
    .results-search-form input.search-field {
        margin-right: 40px
    }
}


/* ===== == = === (900px) === = == ===== */
@media only screen and (min-width : 900px) {
    .results-search-form input.search-field {
        width: 75%;
        margin-right: 0px;
    }
    .results-search-form input.search-submit {
        float: right;
        margin-right: 20px;
    }
}
/* ===== == = === (1024px) === = == ===== */
@media only screen and (min-width : 1024px) {
    .results-search-form input.search-field {
    }
}
/* ===== == = === (1100px) === = == ===== */
@media only screen and (min-width : 1100px) {
    .results-search-form input.search-field {
        width: 78%;
    }
}



/*--------------------------------------------------------------
## Person Search Results
--------------------------------------------------------------*/
.grid-people .element-item {
    height: 270px;
}
.grid-people .element-item h3 {
    padding-left: 8px;
}


/*--------------------------------------------------------------
## 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%;
}

.rhcol iframe {
    max-height: 220px;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* ===== == = === (900px) === = == ===== */
@media only screen and (min-width : 900px) {
    .rhcol iframe {
        max-height: 150px;
    }
}
/* ===== == = === (1024px) === = == ===== */
@media only screen and (min-width : 1024px) {
    .rhcol iframe {
        max-height: 180px;
    }
}
/* ===== == = === (1100px) === = == ===== */
@media only screen and (min-width : 1100px) {
    .rhcol iframe {
        max-height: 220px;
    }
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}