/*
	Theme Name: Classy Black
	Theme URI: http://www.decadepictures.com/
	Description: Decade Pictures is a New York City based film and video production company creating high quality film, commercial, and corporate media for our clients.
	Author: Muse Intermedia
	Author URI: http://www.museintermedia.com/
	Version: 1.0

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	color: #000;
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 1.25em;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #000000;
	color: #fff;
}

::selection {
	background-color: #000000;
	color: #fff;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 15px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "futura-pt", sans-serif;
	font-weight: 600;
	line-height: 1.25;
	margin: 0px 0px 45px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	letter-spacing: .236em;
    color: #000000;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

/* Objects
--------------------------------------------- */

img,
object,
video,
.wp-caption {
	max-width: 100%;
}

embed,
iframe {
	max-width: 100%;
}

img {
	height: auto;
}

/* Forms
--------------------------------------------- */

input,
select {
	background: none;
	border: 1px solid #ffffff;
	box-shadow: none;
	font-weight: 300; 
	font-size: 21px;
	letter-spacing: 0.080em;
	color: #ffffff;
	padding: 0 20px !important;
	height: 56px;
    line-height: 56px;
	width: 100%;
}

textarea {
	background: none;
	border: 1px solid #ffffff;
	box-shadow: none;
	font-weight: 300; 
	font-size: 21px;
	letter-spacing: 0.080em;
	color: #ffffff;
	padding: 20px !important;
	height: auto;
	width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input:focus,
textarea:focus {
	outline: none;
}

::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #ffffff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #d9ffad;
	border: none;
	box-shadow: none;
	color: #5672b0;
	cursor: pointer;
	font-weight: 700; 
	font-size: 12px;
	letter-spacing: .300em;
	padding: 0 35px !important;
	height: 56px;
    line-height: 56px;
	width: auto;
	text-transform: uppercase;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #5672b0;
	color: #d9ffad;
	border: none;
	text-decoration: none;
}

.button {

}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	padding: 6px 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	margin: 0 auto;
	max-width: 1180px;
	position: relative;
}

.site-inner {
	clear: both;
	margin: 0 auto;
	overflow: visible;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content  */

.content {
	float: right;
	width: 1000px;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 440px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

.row {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border: 1px solid #fff;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form input[type="search"] {
	background: #fff url(images/icon-search.png) no-repeat right;
	background-size: 36px 16px;
	color: #888;
	font-size: 10px;
	margin-bottom: 10px;
	padding: 16px;
	text-transform: uppercase;
	width: 100%;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
display: block;
    width: 100%;
    height: auto;
    overflow: visible;
    font-weight: 600;
    font-size: 24px;
    line-height: 60px;
    letter-spacing: .100em;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background: #5672b0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f5f5f5;
	color: #777;
	font-size: 12px;
	margin: -40px -60px 30px;
	padding: 20px;
}

.archive-description,
.author-box {
	margin-bottom: 30px;
	padding: 30px;
}

.archive-description {
	padding: 16px 20px;
}

.author-box {
	background-color: #f5f5f5;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	font-size: 14px;
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	display: none;
}

.entry-title a,
.sidebar .widget-title a {
	color: #ffffff;
}

.entry-title a:hover,
.footer-widgets .entry-title a:hover {
	color: #ffffff;
	text-decoration: none;
}

.archive-title,
.widget-title {
	display: none;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer-widgets .entry-title,
.sidebar .entry-title {
	font-size: 16px;
}

.footer-widgets .entry-title a,
.footer-widgets .widget-title {
	color: #ffffff;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    display: none;
    width: 100%;
    height: auto;
    overflow: hidden;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.home .site-header {
	display: block;
}

/* Title Area
--------------------------------------------- */

.title-area {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 60px 0px;
}

.site-title {
	font-weight: 300;
	font-size: 42px;
	line-height: 42px;
	letter-spacing: 0.236em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	background: none;
}

.site-title a,
.site-title a:hover {
    display: block;
	font-weight: 300;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    text-decoration: none;
	text-align: center;
	color: #ffffff;
}

/* Header Widget Right */

.header-widget-right {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
	float: left;
	padding: 40px 0px 0px 40px;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	color: #ffffff;
	font-family: "futura-pt", sans-serif;
	font-weight: 300;
	font-size: 25px;
	line-height: 25px;
	letter-spacing: 0.236em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #ffffff;
	display: block;
	padding: 0px 25px 0px 25px;
	position: relative;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

.top-menu-right.genesis-nav-menu a {
	padding: 80px 0px 0px 30px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu a:hover {
	font-weight: 400;
	text-decoration: none;
}

.genesis-nav-menu .current-menu-item > a {
	font-weight: 400;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	overflow: visible;

}

.entry-content {

}

.entry-content ol,
.entry-content ul,
.quote-caption {
	margin: 30px 0px 0px 0px;
}

.entry-content ol li,
.entry-content ul li {
	margin: 0px 0px 30px 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: none;
}

.entry-content ul > li::before {
  content: "\2022";  
  color: #5672b0;
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.content .entry-header .entry-meta {
	background-color: #f8f8f8;
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 5;
	margin: 0 0 24px -60px;
	max-width: 600px;
	overflow: hidden;
	padding-left: 60px;
	text-transform: uppercase;
}

.content .entry-header .entry-meta a {
	color: #777;
	font-weight: 700;
}

.content .entry-header .entry-meta {
	margin-bottom: 24px;
}

.content .entry-header .entry-meta .entry-comments-link {
	background-color: #64c9ea;
	color: #fff;
	float: right;
	font-size: 12px;
	padding: 0 20px;
	text-transform: uppercase;
}

.content .entry-header .entry-meta .entry-comments-link a {
	background: url(images/icon-comments.png) no-repeat left;
	background-size: 16px 16px;
	color: #fff;
	padding-left: 32px;
}

.entry-footer .entry-meta {

}

.entry-footer .entry-tags {

}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	font-size: 14px;
	padding: 30px 0;
}

.entry .archive-pagination a {

}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #64c9ea;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 4px;
	padding: 8px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #6bd5f1;
	text-decoration: none;
}

/* Comments
--------------------------------------------- */

.comment-reply-title {
	font-weight: 900;
	font-size: 24px;
	letter-spacing: 0px;
	color: #5672b0;
}

.comments {
	border-top: 1px solid #c7d0e5;
	padding: 45px 0px 0px 0px;
	margin: 45px 0px 0px 0px;
}

.comment-form input {
	background: none;
	border: 1px solid #5672b0;
	box-shadow: none;
	font-weight: 300; 
	font-size: 21px;
	letter-spacing: 0.080em;
	color: #5672b0;
	padding: 0 20px !important;
	height: 56px;
    line-height: 56px;
	width: 100%;
}

.comment-form textarea {
	background: none;
	border: 1px solid #5672b0;
	box-shadow: none;
	font-weight: 300; 
	font-size: 21px;
	letter-spacing: 0.080em;
	color: #5672b0;
	padding: 20px !important;
	height: auto;
	width: 100%;
}

.comment-form input[type="submit"] {
    background-color: #d9ffad;
    border: none;
    box-shadow: none;
    color: #5672b0;
    cursor: pointer;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: .300em;
    padding: 0 35px !important;
    height: 56px;
    line-height: 56px;
    width: auto;
    text-transform: uppercase;
}

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 14px;
	margin-bottom: 40px;
	overflow: hidden;
}

.single-class .comment-respond,
.single-class .entry-comments,
.single-class .entry-pings {
	display: none;
}

.entry-comments .comment-author {
	font-weight: 700;
	margin: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;    
	font-weight: 900;
    font-size: 16px;
	line-height: 16px;
    letter-spacing: .200em;
	color: #5672b0;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 30px;
	overflow: hidden;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
	margin: 30px 0;
}

.comment-list li li {
	margin-right: -1px;
}

.comment {
	border-right: none;
}

.comment-header,
.ping-list .comment-meta {
	background-color: #222;
	color: #fff;
	float: left;
	font-weight: 700;
	padding: 30px;
	width: 100%;
}

.comment-list cite,
.ping-list cite,
.says {
	display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
	font-size: 12px;
	font-weight: 300;
	color: #bbb;
}

.comment-content {
	clear: both;
	padding: 48px;
}

.comment-content p,
.comment-header p.comment-meta {
	margin: 0;
}

.comment .avatar {
	margin-right: 10px;
}

.alt,
.even {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

.comment-reply {
	font-size: 14px;
	padding: 0 48px 48px;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-top: 6px;
	text-align: left;
}

.widget ol > li {
	background-image: none;
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul > li {
	text-indent: 0;
}

.widget ul > li {
	list-style-position: outside;
	padding: 0 0 0 16px;
}

.widget ol > li:last-child,
.widget ul > li:last-child {
	margin-bottom: 0;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	font-size: 14px;
	padding-bottom: 30px;
}

.sidebar p {
	margin-bottom: 16px;
}

.sidebar p:last-child,
.sidebar ul {
	margin-bottom: 0;
}

.sidebar li,
.sidebar .more-from-category a {
	background: url(images/icon-li.png) no-repeat 0 7px;
	background-size: 8px 8px;
	margin-bottom: 6px;
	padding: 0 0 6px 16px;
}

.sidebar .more-from-category {
	padding-top: 6px;
}

.sidebar .widget {
	margin-bottom: 0;
	padding: 30px 40px;
	word-wrap: break-word;
}

.sidebar .search-form {
	width: 100%;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.site-footer {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.home .site-footer {
	display: none;
}

.footer-widgets {
	background-color: #897763;
	color: #ffffff;
	clear: both;
}

.footer-widgets .wrap {
	display: block;
	width: 1180px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	padding: 50px 0px 80px 0px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 33.33333%;
}

.footer-widgets-1 {
	float: left;
	text-align: left;
}

.footer-widgets-2 {
	float: left;
	text-align: center;
	padding: 0% 2.5% 0% 2.5%;
}

.footer-widgets-3 {
	float: left;
	text-align: right;
}

.footer-widgets .widget {
	margin-bottom: 0px;
	word-wrap: break-word;
}

.footer-widgets p {
	font-family: "futura-pt", sans-serif;
	font-weight: 800;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.120em;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
}

/* Footer Social Links */

.social-links {
	display: inline-block;
	width: auto;
	height: auto;
	overflow: visible;
}

.social-links .social-link {
	display: inline-block;
	float: left;
	font-size: 12px;
	margin: 0px 10px 10px 0px;
}

.social-links .social-link a {
	color: #ffffff;
}

.svg-inline--fa.fa-stack-2x {
    height: 1em !important;
    width: 1em !important;
}

/* Footer Navigation Menu */

.footer-widgets #nav_menu-2, .footer-widgets #nav_menu-3 {
	display: none;
}

.studio-page .footer-widgets #nav_menu-2, .parent-pageid-6624 .footer-widgets #nav_menu-2, .parent-pageid-6528 .footer-widgets #nav_menu-2, .parent-pageid-6531 .footer-widgets #nav_menu-2, .parent-pageid-6533 .footer-widgets #nav_menu-2, .classes-page .footer-widgets #nav_menu-2, .single-class .footer-widgets #nav_menu-2, .blog-page .footer-widgets #nav_menu-2, .single-post .footer-widgets #nav_menu-2 {
	display: block;
}

.director-page .footer-widgets #nav_menu-3, .parent-pageid-6513 .footer-widgets #nav_menu-3, .project-page .footer-widgets #nav_menu-3, .single-project .footer-widgets #nav_menu-3 {
	display: block;
}

.footer-widgets ul.menu li {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.footer-widgets ul.menu li a {
	font-family: "futura-pt", sans-serif;
	font-weight: 800;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.300em;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}

/* Footer Copyright */

.copyright {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

/* Magnific Popup */

.mfp-wrap {
	z-index: 4000 !important;
}

.white-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 70%;
  margin: 20px auto;
  padding: 40px;
}

.white-popup .gform_wrapper ul > li, .white-popup .gform_wrapper ul > li.gfield_html p, .white-popup .gform_wrapper ul > li#field_7_10 {
    padding: 0px 20px 0px 20px !important;
}

.white-popup .gform_wrapper ul > li {
	margin: 10px 0px 0px 0px !important;
}

.white-popup .gform_wrapper ul > li.gfield_html {
    padding: 0px 0px 0px 0px !important;
}

.white-popup .gform_wrapper input, .white-popup .gform_wrapper label {
    margin: 0px 0px 10px 0px !important;
}

.white-popup .gform_wrapper .ginput_container_checkbox {
	margin: 10px 0px 0px 0px !important;
}

.white-popup .gform_wrapper .ginput_container_checkbox input {
	height: auto !important;
}

.white-popup .gform_wrapper .gform_footer {
    padding: 20px 20px 0px 20px !important;
}

/* Slick */

.slick-initialized { 
	visibility: visible; 
}

/* Backstretch */

.backstretch {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);	
}

.home .backstretch {
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);	
}

/* Shared Styles */

.page-content {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.page-content-wrap {
	display: block;
	width: 1180px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}

.vert-center {
    position: relative;
	top: 50%;
    transform: translateY(-50%);
}

/* Buttons */

.btn-regular {
    display: inline-block;
    overflow: hidden;
	font-weight: 700;
	font-size: 16px;
	line-height: 35px;
	letter-spacing: 0.200em;
	background: #e7ffcc;
	color: #5672b0;
	text-transform: uppercase;
	margin: 20px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
}

.btn-regular:hover {
	background: #5672b0;
	color: #e7ffcc;
}

/* Collapseomatic */

.collapseomatic {
    color: #000000;
    background-image: none !important;
    width: calc(100% + 150px);
    margin-left: -75px;
    padding: 15px 0px 15px 75px !important;
    background: #e7ffcc;
	font-size: 25px;
	line-height: 25px;
	font-weight: 700;
}

.colomat-hover {
	text-decoration: none !important;
}

.collapseomatic:before {
	display: inline-block;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 16px;
    line-height: 25px;
	float: left;
	color: #000000;
	padding: 0px 10px 0px 0px;
}

.collapseomatic.colomat-close:before {
	display: inline-block;
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 18px;
    line-height: 30px;
	float: left;
	color: #000000;
	padding: 0px 10px 0px 0px;
}

.collapseomatic_excerpt, .collapseomatic_content {
 	margin-top: 0px !important;
  	margin-left: 0px !important;
  	padding: 5px 0px 20px 0px !important;
}

.collapseomatic_content ol,
.collapseomatic_content ul {
	margin: 0px 0px 30px 0px;
}

.collapseomatic_content ol li,
.collapseomatic_content ul li {
	margin: 0px 0px 15px 15px;
}

.collapseomatic_content ol > li {
	list-style-type: decimal;
}

.collapseomatic_content ul > li {
	list-style-type: none;
}

.collapseomatic_content ul > li::before {
	font-size: 16px;
	content: "\2022";  
	color: #5672b0; 
	display: inline-block; 
	width: .75em;
    margin-left: -.75em;  
}

.collapseomatic_content ul > li ul > li {
	list-style-type: none;
}

.collapseomatic_content ul > li ul > li::before {
	font-size: 16px;
	content: "-";  
	color: #5672b0; 
	display: inline-block; 
	width: .75em;
    margin-left: -.75em; 
}

.collapseomatic_content ol ol,
.collapseomatic_content ul ul {
	margin: 15px 0px 0px 0px;
}

/* Cookie Notice */

.cookie-notice-container {
    text-align: left !important;
}

#cookie-notice .cn-button {
    margin: 5px 0px 0px 0px !important;
}

/* Gravity Forms */

.gform_wrapper ul > li {
	background: none !important;
	padding-left: 0px !important;
    margin-bottom: 0px !important;
}

.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex select {
	color: #636466 !important;
    border: 1px solid #636466 !important;
	height: auto !important;
}

.gform_wrapper input.large, .gform_wrapper input.medium, .gform_wrapper input.small, .gform_wrapper select.large, .gform_wrapper select.medium, .gform_wrapper select.small {
	color: #636466 !important;
    border: 1px solid #636466 !important;
	height: auto !important;
}

.gform_wrapper textarea.medium, .gform_wrapper textarea.large, .gform_wrapper textarea.small {
	color: #636466 !important;
    border: 1px solid #636466 !important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	height: auto !important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0px !important;
}

/********** Media Queries **********/

@media only screen and (max-width: 1179px) {	
	

	
}

@media only screen and (max-width: 1000px) {	
	

	
}

@media only screen and (max-width: 900px) {
	
/* Content */
	
.site-container {
	max-width: 100%;
}
	
.page-content-wrap {
	width: 100%;
	padding: 0% 3.5% 0% 3.5%;
}
	
.entry-content {
	width: 100%;
	padding: 0% 3.5% 0% 3.5%;
}	
	
.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds,
.one-fifth,
.four-fifths {
	margin: 0;
	width: 100%;
}
	
.content {
	float: none;
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 100%;
}

.content-sidebar-wrap {
	width: 100%;
    float: none;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content,
.full-width-content .content, 
.content-sidebar .content {
	width: 100%;
	float: none;
}

.sidebar-primary {
	display: block;
  	float: none;
  	width: 100%;
}

.sidebar .widget {
    margin: 0px 0px 0px 0px;
}
	
/* Shared Page Styles */

.entry {
    margin-bottom: 0px;
}

.alignleft {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignleft img, img.alignleft {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}
	
.wp-caption.alignleft {
    margin: 0px 12px 12px 0px;
    width: 50% !important;
    float: left;
}

.alignleft > a, .alignleft > a > img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

.alignright {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignright img, img.alignright, .alignright > img {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}
	
.wp-caption.alignright {
    margin: 0px 0px 12px 12px;
    width: 50% !important;
    float: left;
}

.alignright > a, .alignright > a > img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}
	
a.alignnone img, img.alignnone {
    width: 100%;
    margin-bottom: 0px;
}
	
.wp-caption-text {
    font-size: 14px;
	line-height: 30px;
}
	
/* Header */
	
.site-header .site-header-wrap {
	width: 100%;
	padding: 0% 3.5% 0% 3.5%;	
}
	
.header-widget-right {
	padding: 3.5% 3.5% 0% 3.5%;
}

/* Footer */
	
.footer-widgets .wrap {
	width: 100%;
	margin: 0% 0% 0% 0%;
	padding: 5% 3.5% 5% 3.5%;
}
	
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
    float: none;
	text-align: center;
}
	
.footer-widgets ul.menu li {
    text-align: center;
}
	
/* Titles */
	
.entry-title {
    padding: 10px 0px 10px 0px;	
}
	
/* Collapseomatic */
	
.collapseomatic {
	width: 100%;
	margin-left: 0px;
    padding: 15px 0px 15px 15px !important;
    font-size: 16px;
    line-height: 25px;
}
	
/* Gravity Form */
	
.gform_wrapper {
    margin: 0px 0px 0px 0px !important;
}	
		
}