/*
Theme Name: nhcc
Theme URI: http://underscores.me/
Author: TKO Advertising
Author URI: http://tkoadvertising.com
Description: NHCC 2016
Version: 1.0.0
Text Domain: nhcc
Tags:

nhcc is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
0.0 Normalize
1.0 Typography
2.0 Elements
3.0 Forms
4.0 Navigation
	4.1 Links
	4.2 Menus
5.0 Accessibility
6.0 Alignments
7.0 Clearings
8.0 Widgets
9.0 Content
    9.1 Posts and pages
	9.2 Asides
	9.3 Comments
10.0 Media
	10.1 Captions
	10.2 Galleries
11.0 Colors
--------------------------------------------------------------*/

/*--------------------------------------------------------------*/
/*0.0 Happy Little Reset*/
/*--------------------------------------------------------------*/
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	-webkit-font-smoothing: subpixel-antialiased;
}

body {
	margin: 0;
}

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

/*section overflow fix for equal column heights hack*/
section {
	overflow: hidden;
}

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------*/
/*1.0 Typography*/
/*--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
}

p {
	margin-bottom: 1.5em;
	color: #888888;
  	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:400;
	font-size: 1em;
    line-height: 1.6em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------*/
/*2.0 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/patterns/bg_talavera.png");
	background-repeat: repeat;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------*/
/*3.0 Forms*/
/*--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: 
	 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

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

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

/*--------------------------------------------------------------*/
/*4.0 Navigation*/
/*--------------------------------------------------------------*/
#masthead {
	position: relative;
	height: 61px;
	overflow: visible;
	width: 100%;
	background: #ffffff;
	z-index: 999;
	min-width: 320px;
}
#site-navigation {
	text-align: left;
	vertical-align: top;
}

#logo {

}
#logo-static {
    margin-right: 10px;
    text-indent: -9999px;
	background-image: url("images/logo/nhcc-logo.png");
	background-repeat: no-repeat;
	overflow: hidden;
    height: 159px;
    width: 150px;
    position: absolute;
    z-index: 999;
}
ul#primary-menu {
	margin-left: 119px;
	margin-bottom: 0;
	padding-left: 0;
	width: 100%;
}
#primary-menu li{
	display: inline;
}

.menu a:link {
	color: #33a5c3;
    font-family: 'jaapokki_enchanceregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    background-color: transparent;
}
.menu a:hover,
.menu a:active {
	text-decoration: underline;
	background-color: #eeeeee;
}
.menu a:visited {
	color: #33a5c3;	
}
.menu-main_en-container ul li:nth-child(2) a,
.menu-main_es-container ul li:nth-child(2) a {
    padding-left: 40px;
}

#mobile-nav {
	background: #fefefe;
	width: 100%;
	height: 690px;
	display: block;
    z-index: 8;
}
.menu-main_es-container,
.menu-main_en-container {
    display: inline-block;
    overflow: visible;
    position: absolute;
    vertical-align: top;
    width: 940px;
}
.menu-main_en-container li {
	margin: 0 0 0 19px;
    padding-left: 18px;
}
.menu-main_es-container li {
	margin: 17px 0 0 19px;
    padding-left: 18px;
}

.secondary-nav,
.lang-item {
	font-size: .8em;
}
.secondary-nav a:link,
.secondary-nav a:visited,
.lang-item a:link,
.lang-item a:visited {
	text-decoration: none;
	color: #f6891f;
	font-family: 'jaapokki_subtractregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.menu-primary_en-container ul li:nth-child(1) a {
		padding-left: 20px;
}
/*
.menu-secondary_en-container ul li:nth-child(1) a {
		margin-right: 10px;
}
*/
.menu-secondary_en-container a:hover {
	background-color: #eeeeee;
}

.sticky-nav-bg {
	position: fixed;
	width: 100%;
	height: 61px;
	display: block;
	top: 0;
	margin-top: 0;
	background-color: #ffffff;
	z-index: 999;
	background-image: url("images/logo/nhcc-mobile-logo.png");
}

.b-tile-top {
	position: relative;
	height: 6px;
	width: 100%;
	background-image: url("images/borders/borders-sprite.png");
	background-repeat: repeat-x;
	background-position: 0 0;
	z-index: 8;	
}
.b-tile-bottom {
	background-image: url("images/borders/borders-sprite.png");
	background-repeat: repeat-x;
	background-position: 0 -6px;
	width: 100%;
	height: 6px;
	margin-top: -8px;
	position: relative;	
	z-index: 8;
	overflow: hidden;
}
#social-icons {
	display: inline-block;
    float: right;
    height: 61px;
    overflow: visible;
    position: relative;
    width: 250px;
	padding-top: 13px;
}
#social-icons a {
	text-decoration: none;
}
.icon-facebook,
.icon-twitter {
	display: inline-block;
	margin-top: 2px;
	position: relative;
}
.icon-twitter {
	margin-left: .2em;
}
.icon-facebook:hover {
	top: 1px;
}
.icon-twitter:hover {
	top: 1px;
}


/*--------------------------------------------------------------*/
/*4.1 Links*/
/*--------------------------------------------------------------*/
a {
	color: #28aae1;
}

a:visited {
	color: purple;
	color: #28aae1;
}

a:hover,
a:focus,
a:active {
	color: #05c0a7;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------*/
/*4.2 Menus*/
/*--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	position: absolute;
	height: 61px;
	background: #ffffff;
	}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

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

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

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

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

.main-navigation ul ul li {

}

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

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

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

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

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

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

/*--------------------------------------------------------------*/
/*Small Menu*/
/*--------------------------------------------------------------*/
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#site-menu-btn {
	cursor: pointer;
	height: 53px;
	position: fixed;
	right: 0;
	text-align: center;
	top: 13px;
	vertical-align: middle;
	width: 52px;
	color: #ffffff;
	z-index: 9999;
}
#site-menu-btn span {
    background-color: #BBB;
    width: 70%;
    height: 3px;
    float: left;
    padding: 0px;
    margin: 0px 0px 5px;
}

.work-list {
}
.work-list h2 {

}
#primary-menu ul {
	margin: 0 0 1.5em 0;
}
#primary-menu li {
	list-style: none;
}
#primary-menu li a:link {
	
}
#primary-menu li a:hover {
	color: #FFFFFF;
}
#primary-menu li a:visited {
}
ul#primary-menu li.current_page_item > a,
ul#primary-menu li.current-menu-ancestor > a,
ul#primary-menu li.current-menu-item > a,
ul#primary-menu li.current-menu-parent > a {

}

/*--------------------------------------------------------------*/
/*5.0 Accessibility*/
/*--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------*/
/*6.0 Alignments*/
/*--------------------------------------------------------------*/
.text-align-left {
	
}
.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;
}
.imgalignleft {
	left: 0;
}
.imgalignright {
	right: 0;
}

.inlineblock {
	display: inline-block;
	vertical-align: top;
}
.text-three-column .col-3 {
	text-align: left;
}

/*--------------------------------------------------------------*/
/*7.0 Clearings*/
/*--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

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

/*--------------------------------------------------------------*/
/*8.0 Widgets*/
/*--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

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

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

/*--------------------------------------------------------------*/
/*9.0 Content*/
/*--------------------------------------------------------------*/
#page {
	min-width: 320px;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.site-footer {
	display: table;
	text-align: left;
	height: 305px !important;
	width: 100%;
	max-width: 1200px;
	background: transparent;
	background-image: url(images/patterns/footer_garnet.png) !important;
}
.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: .8em;
}
.footer-trim {
	display: table;
	min-height: 29px;
	width: 100%;
	max-width: 1200px;
	background: transparent;
	background-image: url(images/borders/borders-sprite.png) !important;
	background-position: 0 -12px;
	margin: 0 auto;
}

.footer-module {
	position: relative;	
	vertical-align: top;
	padding-top: 60px;
	padding-left: 20px;
}
.footer-module-content {

}
.footer-module h5 {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 1em;
	padding-left: 0 !important;
}
#footer-nav-main a,
#footer-nav-support a {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-weight:400;
	text-transform: none;
	text-decoration: none;
	color: #ffffff;
	font-size: 1em;
}
#footer-nav-main a:hover,
#footer-nav-support a:hover {
	text-decoration: underline;
} 
#footer-nav-main .secondary-nav,
#footer-nav-support .secondary-nav {
	display: none;
}
#footer-social a {
	color: #c8c8c8;
	text-decoration: none;
}
#footer-social a:hover {
	color: #ffffff;
}
.site-info {
	display: table-cell;
	text-align: center;
	color: #eee;
	font-size: .5em;
	vertical-align: middle;
	letter-spacing: .1em;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:400;
	width: 100%;
}
.site-info a {
	text-decoration: none;
	color: #eee;
}
.site-info a:hover {
	text-decoration: underline;
}
/*--------------------------------------------------------------*/
/*9.1 Posts and Pages*/
/*--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

/*--------------------------------------------------------------*/
/*Experiences*/
/*--------------------------------------------------------------*/
#experiences {
	text-align: left;
	margin: 0;
	display: table;
	position: relative;
	width: 100%;
    letter-spacing: -0.31em; /* webkit */
    *letter-spacing: normal; /* reset IE < 8 */
    word-spacing: -0.43em; /* IE < 8 && gecko */
    line-height:0;
}
.dropshadow {
	-webkit-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.32);
	box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.32);
	z-index: 2;
}
.feature-box {
	width: 25%;
	height: 235px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 0;
	color: #ffffff;
	margin: 0;
	padding: 0;
    display: inline-block;
    zoom: 1; *display: inline; /* IE < 8: fake inline-block */
    letter-spacing: normal;
    word-spacing: normal;
    border-width: 0 0  1px 0;
    border-color: #aaa;
    border-style: solid;
    font-size: 1em;
    opacity: 0.9;
	-webkit-transition: all 0.5s ease-in-out .2s; 
	-moz-transition: all 0.5s ease-in-out .2s;
	transition: all 0.5s ease-in-out .2s;
}

.feature-box:hover {
	opacity: 1.0;
	color: #ffffff;
	-webkit-transition: opacity 0.5s ease; 
	-moz-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease; 	
}
.feature-label {
	position: absolute;
	bottom: 6px;
	width: 100%;
	display: table;
	padding-top: 8px;
}
.feature-box h2 {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width: 100%;
	font-family: 'tikal_medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #ffffff;
}
.icon-experiences {
	display: inline-table;
	position: relative;
	vertical-align: middle;
	padding: 10px;
	width: 67px;
	height: 54px;
	background-repeat: no-repeat;
	background-position: center center;
}



/*--------------------------------------------------------------*/
/*Slider*/
/*--------------------------------------------------------------*/
.flexslider .slides > li { 
	-webkit-transition: opacity 1s ease; 
	-moz-transition: opacity 1s ease;
	transition: opacity 1s ease; 
}
.slider-container {
	position: relative;
	display: block;	
	width: 100%;
	max-width: 1200px;
	height: 487px;
	vertical-align: top;
	text-align: left;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:400;
}
.slide-content {
	position: relative;
	padding-top: 150px;
	padding-left: 50px;
	padding-right: 50px;
	height: 487px;
	top: -10px;
}
.slide-photo-container {
	position: absolute;
	display: block;	
	width: 100%;
	max-width: 1200px;
	height: 487px;
	top: 0;
	left: 0;
}
.slide-photo,
.slide-overlay {
	position: inherit;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover;
}
.crop {
	background-size:cover;
	background-position: center center;
}
.no-crop {
	background-size: contain;
	background-position: right top;
}

.photobox-crop {
	background-size:cover;
	background-position: center center;	
}
.photobox-no-crop {
	background-size: contain !important;
	background-position: right top;
	background-repeat: no-repeat;
}
.exhibit-box .crop {
	animation: none;
}
.slide-photo {
	z-index: 1;
}
.slide-overlay {
	z-index: 2;
}
.slide-text {
	position: inherit;
	display: table;
}
.pc-title {
	position: relative;
	display: block;
	margin: 0;
	padding: 20px 20px;
	z-index: 2;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 100%;
	font-weight: 200;
}
#pc-detail h2 {
	display: none;
}
#pc-detail p {
	font-weight: 400;
	line-height: 1.5em;
	padding-top: 1em;
}
#pc-thumbs .exhibit-infobox h2 {
	text-align: center;
}
.slide-title {
	position: relative;
	display: table-cell;
	margin-bottom: 0;
	padding: 10px 20px;
	z-index: 2;
    font-family: 'jaapokki_enchanceregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	max-width: 570px;
	hyphens:auto;
}
.slide-title-normal {

}
.slide-info {
	position: relative;
	display: inline-block;
	z-index: 2;	
	color: #ffffff;
	margin-top: 10px;
	padding: 0 20px;
	line-height: .8em;
	background-color: rgba(20,20,20,0.9);
	background-image: url("images/patterns/p1-dark.png");
	background-repeat: repeat;
}
.slide-info p {
	line-height: 1.4em;
	margin: .9em .5em;
	font-weight: 40000;
}
.slide-caption {
	bottom: 10px;
    margin-right: 14px;
    position: absolute;
    right: 0;
    z-index: 9;
}

.slide-caption-text {
	position: relative;
	display: inline-block;		
	color: #ffffff;
	text-shadow: 2px 2px 2px rgba(15, 15, 15, 1);
}
.slide-caption-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	width: 43px;
	height: 37px;
}
.slide-overlay a {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	background: transparent;
	opacity: 0.2;
	z-index: 1;
	text-indent:-9999px;
    transition: opacity 0.3s ease-in-out 0s;
}
.slide-overlay a:hover {
	opacity: 0;	
	-webkit-transition: opacity .5s ease; 
	-moz-transition: opacity .5s ease;
	transition: opacity .5s ease; 
}
.flex-prev  {
	left: 10px !important;
	position: inherit;
	background-image: url(images/buttons/arrows@2x.png);
	background-repeat: none;
	background-position: 0 0;
    width: 36px;
    height: 60px;
    overflow: hidden;
	background-size: 72px 120px;
	opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}
.flex-prev:hover {
	background-position: 0 -60px;
	opacity: 1.0;
	cursor: pointer;
}
.flex-next {
	right: 10px !important;
	position: inherit;
	background-image: url(images/buttons/arrows@2x.png);
	background-repeat: none;
	background-position: 36px 0;
    width: 36px;
    height: 60px;
    text-align: left !important;
    overflow: hidden;
	background-size: 72px 120px;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
}
.flex-next:hover {
	background-position: 36px -60px;
	opacity: 1.0;
	cursor: pointer;
}

.flex-direction-nav a {
	text-indent: -9999px !important;
	height: 60px !important;
	width: 36px !important;
	color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    margin: -20px 0 0;
    overflow: hidden;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    top: 45%;
}
.slide-right-nav {
	position: absolute;
	top: 0;
	width: 61px;
	background-color: rgba(0,0,0,.5);
	right: 0;
	height: 100%;
}
/*--------------------------------------------------------------*/
/*Department Slider*/
/*--------------------------------------------------------------*/


#department-icons {
	display: inline-block;
	position:relative;
	z-index: 9;
}

#department-icons li {
	display: inline-block;
	width: 150px;
	vertical-align: top;
	overflow: visible;
}
#department-icons ul {
	margin: 0 auto;
}
.department-icon {
	display: inline-block;
	width: 76px;
	height: 76px;
	background-image: url(images/department-slider/department_icons.png);
}
.department-label {
	line-height: 1.3em;
	margin-top: 10px;
	font-size: 1.3em;
  	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	font-weight: 300;
  	top: 20px;
  }
a.department-label {
	line-height: .9em;	
}
.department-label:hover {
	color: #ffffff;
	pointer-events: default;
}
.department-text {
  	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	font-weight: 200;
  	height: auto;
	z-index: 9;
	cursor: default;
}
.department-text h3 {
	font-size: 1.5em !important;
	line-height: 1em;
}
.department-text p {
	font-size: 1.2em;
	color: #ffffff !important;
}
.department-text a {
	z-index: 99;
	text-decoration: none;
	cursor: pointer !important;
	color: #ff224b;
}
.department-text a:hover {
	color: #05c0a7;
}
.department-text a:visited {
}
#department-photos {
	margin-top: -372px;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    z-index: -1;
}
#department-slider .slides > li {
	overflow: visible;
}
#department-photos img {
	float: left;
}
#department-mobile h2 {
  	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	font-weight: 200;
  	font-size: 2em;
	line-height: 1.1em;
	opacity: 1 !important;
    margin: 0;
    padding-top: .75em;
    padding-bottom: 1em;	
    position: absolute;
    width: 100%;
}
.card-slide-photo {
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0.15;
    overflow: hidden;
    z-index: 1;	
}
.card-photo-wrapper {
    background-size: cover;
    height: 100%;
    opacity: 0.2;
    overflow: hidden;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
}
.card-photo-stretch {
    position: relative;
    width: 100%;
    opacity: 0.2;
}

.mobile-slide {
	min-width: 320px;
	max-width: 768px;
	overflow: visible;
	height: 600px;
	background-position: center;
}
.icon-performingarts,
.icon-visualarts,
.icon-history,
.icon-music,
.icon-film,
.icon-education {
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 78px;
	height: 76px;
	display: inline-table;	
	position: relative;
	vertical-align: middle;
	margin: 0;
}
.icon-performingarts:hover,
.icon-visualarts:hover,
.icon-history:hover,
.icon-music:hover,
.icon-film:hover,
.icon-education:hover {
	cursor: pointer;
}

.icon-performingarts {
	background-position: 0 0;
}
.icon-performingarts:hover,
li.flex-active-slide .icon-performingarts {
	background-position: 0 -76px;
}

.icon-visualarts {
	background-position: -78px 0;
}
.icon-visualarts:hover,
li.flex-active-slide .icon-visualarts {
	background-position: -78px -76px;
}

.icon-history {
	background-position: -158px 0;
}
.icon-history:hover,
li.flex-active-slide .icon-history {
	background-position: -158px -76px;
}

.icon-music {
	background-position: -237px 0;
}
.icon-music:hover,
li.flex-active-slide .icon-music {
	background-position: -237px -76px;
}

.icon-film {
	background-position: -316px 0;
}
.icon-film:hover,
li.flex-active-slide .icon-film {
	background-position: -316px -76px;
}

.icon-education {
	background-position: -395px 0;
}
.icon-education:hover,
li.flex-active-slide .icon-education {
	background-position: -395px -76px;
}


/*--------------------------------------------------------------*/
/*Ornaments*/
/*--------------------------------------------------------------*/
.cornaments {
	width: 100%;
	position: absolute;
	display: block;
	opacity: .5;
}
.cornament {
	width: 163px;
	height: 272px;
	position: absolute;
}

/*--------------------------------------------------------------*/
/* ACF Flex Content - Cards */
/*--------------------------------------------------------------*/

/*Section Label*/

.section-label {
	height: 70px;
	width: 100%;
	overflow: hidden;
    z-index: 999;
    position: relative;
}
.section-label h2 {
	clear: none;
    color: #ffffff;
    display: inline-block;
    font-family: "jaapokki_enchanceregular","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.875em;
    height: 100%;
    margin: 0;
    padding: 13px 0 12px 16px;
    text-transform: uppercase;
    vertical-align: middle;
}
.section-label-border {
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.25);
	box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.25);
}
.section-label-button {
	float: right;
	position: relative;
	display: inline-block;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:300;
	font-size: 1.5em;
	color: #ffffff !important;
	text-align: left;
	text-decoration: none;
	height: 70px;
	background-image: url("images/buttons/button_darkgray.png");
	-webkit-box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.5);
	padding: 8px 20px 4px 7px;
	line-height: 2em;
}
.section-label-button:hover {
	color: #ffffff;
	background-position: 0 -70px;
}

/*Cards*/
.card-regular {
	min-height: 469px;
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;	
	color: #ffffff;
	z-index: 1;
    background: rgba(40, 16, 33, 1);
	-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.1);
}

.card-pattern {
	position: absolute; /*was rel*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
/*    background: rgba(0, 0, 0, 0.5);*/
}
.card-pattern-relative {
	position: relative!important;
}
.card-content {
	z-index: 4;
	width: 100%;
	position: relative;
	padding-top: 35px;
	margin: 0 auto;
	color: #ffffff;
	padding-bottom: 40px;
}
.large-text p {
	color: #ffffff;
    line-height: 1.6em;
    width: 80%;
    margin: 0 auto;
	margin-bottom: 1.5em;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	text-align: center !important;
	font-weight: 200 !important;
}
.card-regular p {
/*  font-size: 0.938em;*/
  font-size: .95em;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  text-align: left;
  color: #ffffff;
  margin-top: .25em;
}

.card-regular h2,
h2.card-content {
  	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	font-weight: 200;
  	font-size: 2em;
	opacity: 1 !important;
}

.card-regular h2 {
  	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	font-weight: 200;
  	font-size: 3em;
	line-height: 1.1em;
	opacity: 1 !important;
    margin: 0;
    padding-top: .75em;
    padding-bottom: 1em;
	}
	
.card-regular h3 {
  	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	font-weight: 400;
  	font-size: 3em;
}
.card-regular h4,
.card_photo_text h4 {
  	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	font-weight: 400;
  	font-size: 1.125em;	
	color: #f58020;
	text-align: left;
	margin: 0;
	line-height: 1em;
	padding: 0 0 .5em 0;
}

.card-button {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:300;
	font-size: 1.5em;
	color: #ffffff;
	text-align: left;
	display: inline-block;
	text-decoration: none;
	margin: 10px;
	vertical-align: middle;
	height: 70px;
	max-width: 350px;
    min-width: 200px;
	background-image: url("images/buttons/button_darkgray.png");
	-webkit-box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.5);
	padding-top: 10px;
	padding-right: 22px;
	line-height: 2em;
	overflow: hidden;
	text-align: center;
}
.card-button:hover {
	color: #ffffff;
	background-position: 0 -70px;
}
.card-button a:link {
	height: 70px;
	text-indent: -9999px;
	position: relative;
	display: block;
}
.card-button a:link,
.card-button a:hover,
.card-button:visited {
	color: #ffffff;
}
.card-button span {
	vertical-align: top;
}

.card-button-row {
    background-image: url("images/overlays/tri-band-gray.png");
    background-repeat: repeat-x;
    height: auto;
    margin: 72px 0 10px;
    padding: 32px 0;
    text-align: center;
    width: 100%;
}

.card-button-label {
	}
.card_photo_text {
    background: #fff;
    color: #ffffff;
    display: table;
    margin: 0 auto;
    padding-right: 30px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.card_photo_text h2 {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:400;
}
.card_photo_text p {
	line-height: 1.8em;
}
.photo_text_photo {
	background-position: center;
	position: relative;
	background-repeat: none!important;
}
	
.photo_text_text {
	z-index: 4;
	display: inline-block;
	height: auto;
	position: relative;
	padding-top: 35px;	
	text-align: left;
	padding-left: 30px;
	min-height: 400px;
	vertical-align: middle;
}
.card-border {
	border-bottom: 1px solid #cfd8dc;
}
.photo_box {
    /*height: 15em;
    overflow: hidden;
	background-size: cover;
	background-position: center;
	width: 100%;*/
    background-repeat: no-repeat;
    margin-bottom: -800px;
    overflow: hidden;
    padding-bottom: 800px;
}
.photobox_textbox {
	display: inline-block;
	position: relative;
	padding: 0 125px 0 78px;
	width: 100%;
}


.ticket-button {
	float: right;
	height: 60px;
	position: relative;
	display: inline-block;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;font-weight:300;
	color: #ffffff !important;
	text-align: left;
	text-decoration: none;
	background-image: url("images/buttons/button_orange.png");
	-webkit-box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.5);
	padding: 6px 20px 4px 20px;
}
/*Section Headline*/

.section-headline {
    z-index: 4;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.section-headline .card-photo-wrapper {
	background-position: center center;
}
.section-headline h2 {
  	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	font-weight: 200;
  	font-size: 2.813em;
	opacity: 1 !important;
    margin: 0 auto;
    padding: .75em 0 0.5em;
    color: #ffffff;
}

.section-headline-content {
	z-index: 4;
	width: 70%;
    position: relative;
    margin: 0 auto;
}
.equal-height {
}



/*Two Column*/
.text-two-column {
	text-align: left;
	vertical-align: top;
	margin-bottom: -1000px;
	padding-bottom: 1000px;
  	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	font-weight: 300;
  	line-height: 1.5em;
	-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.1);
	}
.text-two-column ul {
	padding-left: 0;
}
.text-two-column ul {
	margin: 0;
	padding-bottom: 20px;
}
.text-two-column li {
	text-align: left;
	list-style: none;
	width: 70%;
	margin: .1em 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.3em;
	}
.text-two-column h2 {
  	line-height: 1em;
/*  	margin-left: 40px;/*/
}

.text-two-column h4 {
	font-size: 1.4em;
  	line-height: .1em;
	color: #ffffff;
	padding: 0;
	margin: 1.25em 0 1.7em;
	}
.text-two-column h5 {
	font-size: 1.2em;
	color: #ffffff;
	padding: 0;
	margin: 1.25em 0 .5em;
	}

.text-two-column p {
	font-size: 2em;	
}

/*Three Column*/
.text-three-column {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
/*	padding-left: 20px !important;*/
}
.text-three-column a {
	/*font-size: 1.2em;*/
	  font-size: 1em;
}
.text-three-column ul {
	padding-left: 0 !important;
	padding-bottom: 20px;
}

.text-three-column li {
	text-align: left;
	margin: 0 0 .8em 0;
	padding-left: 0 !important;
	line-height: 1.2em;
	color: #444;
	list-style: none;
	}

.text-three-column p {
	padding-left: 0 !important;
}

.text-three-column h3 {
	font-size: 1.8em;
	line-height: 1em;
	padding-left: 0 !important;
	text-align: left;
	color: #444;
	vertical-align: top;
}
.text-three-column h4 {
	font-size: 1.4em!important;
	padding-left: 0 !important;
	color: #f58020;
	vertical-align: top;
}
.text-three-column h5 {
	font-size: 1em;
	color: #33a5c3;
	line-height: 1em;
	text-align: left;
	padding-left: 0 !important;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 0;
}
/*Exhibitions template*/

.exhibit-row {
	
}
.exhibit-box {
	height: 354px;
	position: relative;
	background-repeat: no-repeat;
	z-index: 0;
	margin: 0;
	padding: 0;
    zoom: 1; *display: inline; /* IE < 8: fake inline-block */
    letter-spacing: normal;
    word-spacing: normal;
    font-size: 1em;
    opacity: 0.95;
	-webkit-transition: all 0.5s ease-in-out .2s; 
	-moz-transition: all 0.5s ease-in-out .2s;
	transition: all 0.5s ease-in-out .2s;
	text-align: left;
	background-color: #ffffff;
	overflow: hidden;
}
.exhibit-box:hover {
	opacity: 1.0;
	color: #ffffff;
	-webkit-transition: opacity 0.5s ease; 
	-moz-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease; 	
	cursor: pointer;
}
.exhibit-box-photo {
	height: 266px;
	text-align: left;
	background-repeat: no-repeat;
}
.exhibit-infobox {
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(230,230,230,1.0);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(230,230,230,1.0);
	box-shadow: inset 0px 0px 0px 1px rgba(230,230,230,1.0);	
}

.exhibit-box:nth-of-type(2) {
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(230,230,230,1.0);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(230,230,230,1.0);
	box-shadow: inset 0px 0px 0px 1px rgba(230,230,230,1.0);	
}
.exhibit-box:nth-of-type(2) .exhibit-infobox {
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(230,230,230,1.0);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(230,230,230,1.0);
	box-shadow: inset 0px 0px 0px 1px rgba(230,230,230,1.0);
}
.exhibit-infobox {
	width: 100%;
	padding-top: 8px;
	background-color: #ffffff;
	text-align: left;
    padding: .4em .8em;
	padding-top: .4em;
	padding-right: .8em;
	padding-left: .8em;
    padding-bottom: 200px;
    margin-bottom: -200px;
}

#pc-thumbs .exhibit-box {
	padding-top: 2em;
}
#pc-thumbs .exhibit-box,
#pc-thumbs .exhibit-infobox {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.exhibit-infobox span {
	width: 100%;
	font-size: .8em;
	text-transform: uppercase;
}

.exhibit-infobox h2 {
    vertical-align: middle;
    position: relative;
    width: 100%;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 1.1em;
    font-size: 1.3em;
	}

.exhibit-box a {
	text-decoration: none;
}
.exhibit-box .no-crop {
	background-position: center center!important;
}

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

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

.bypostauthor {
	display: block;
}



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

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

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

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------*/
/*10.2 Galleries*/
/*--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------*/
/*11.0 Colors*/
/*--------------------------------------------------------------*/
.white {
	color: #ffffff;
}
.white-bg {
	background-color: #ffffff;
}

.offwhite {
	color: #fbfcf0;
}
.offwhite-bg {
	background-color: rgba(251,252,240,.95);
}
.black {
	color: #000000;
}
.black-bg {
	background-color: rgba(0,0,0,.95);
}
.transblack-bg {
	background-color: rgba(0,0,0,.35);
}
.transwhite-bg {
	background-color: rgba(255,255,255,.85);
}
.orange, .orange a:link, .orange a:visited {
	color: #f58020;
}
.orange-bg {
	background-color: rgba(245,128,32,.95);
}
.pink, .pink a:link, .pink a:visited {
	color: #ff224b;
}
.pink-bg {
	background-color: rgba(255,34,75,.95);
}
.red {
	color: #c43d2d;
}
.red-bg {
	background-color: rgba(196,61,45,.95);
}
.clay {
	color: #8d3817;
}
.clay-bg {
	background-color: #8d3817;
}
.gold {
	color: #cf880d;
}
.gold-bg {
	background-color: #cf880d;
}
.brown {
	color: #7b3e1f;
}
.brown-bg {
	background-color: #7b3e1f;
}

.darkbrown {
	color: #2e0f06;
}
.darkbrown-bg {
	background-color: #2e0f06;
}

.turqoise {
	color: #05c0a7;
}
.turqoise-bg {
	background-color: rgba(5,192,167,.95);
}
.aqua {
	color: #00838f;
}
.aqua-bg {
	background-color: rgba(0,131,143,.95);
}
.blue {
	color: #33a5c3;
}
.blue-bg {
	background-color: rgba(51,165,195,.95);
}
.lightblue {
	color: #67d2fe;
}
.lightblue a,
.lightblue a:hover,
.lightblue a:visited {
	color: #67d2fe;
}
.lightblue-bg {
	background-color: rgba(103,210,254,.95);
}
.green {
	color: #b0d136;
}
.green-bg {
	background-color: rgba(176, 209, 54, 0.95);
}
.lightgreen {
	color: #8ab82e;
}
.lightgreen-bg {
	background-color: #8ab82e;
}
.yellow {
	color: #ffcc24;
}
.yellow-bg {
	background-color: rgba(255,204,36, 1);
}
.purple {
	color: #93459b;
}
.purple a,
.purple a:hover,
.purple a:visited {
	color: #93459b;
}
.purple-bg {
	background-color: #93459b;
}
.garnet {
	color: rgba(40, 16, 33, 1);
}
.garnet-bg {
	background-color: rgba(40, 16, 33, 1);
}
.bluegray900 {
	color: #263238;
}
.bluegray900-bg {
	background-color: #263238;
}
.lightgray {
	color: #eeeeee;
}
.lightgray-bg {
	background-color: #eeeeee;
}
.gray {
	color: #7d7d7d;
}
.gray-bg {
	background-color: #7d7d7d;
}
.darkgray {
	color: #434343;
}
.darkgray-bg {
	background-color: rgba(67,67,67,.95);
}
.card-button-gray {
	background-image: url("images/buttons/button_gray.png");
}
.card-button-green {
	background-image: url("images/buttons/button_green.png");
}
.card-button-orange {
	background-image: url("images/buttons/button_orange.png");
}
.card-button-turquoise {
	background-image: url("images/buttons/button_turquoise.png");
}
.card-button-clay {
	background-image: url("images/buttons/button_clay.png");
}
/* Light background color legibility */
.white-bg h2, .white-bg p,
.offwhite-bg h2, .offwhite-bg p,
.lightgray-bg h2, .lightgray-bg p,
.yellow-bg h2, .yellow-bg p
 {
	color: #444 !important;
}
/* Border removal to colored cards */
.black-bg,
.aqua-bg,
.pink-bg,
.orange-bg,
.red-bg,
.turqoise-bg,
.blue-bg,
.green-bg,
.purple-bg,
.garnet-bg,
.bluegray900-bg {
	border-bottom:none !important;	
}
/*--------------------------------------------------------------*/
/*11.1 Icons*/
/*--------------------------------------------------------------*/
.icon-facebook {
	color: #345ca3;
}
.icon-twitter {
	color: #28aae1;
}

.icon-youtube {
	color: #FF0000;
}

.icon-instagram {
	color: #000000;
}

/*--------------------------------------------------------------*/
/*11.2 Backgrounds and Patterns*/
/*--------------------------------------------------------------*/

.p1 {
	background-image: url("images/patterns/p1.png");
	background-repeat: repeat;
}
.p1-light {
	background-image: url("images/patterns/p1-light.png");
	background-repeat: repeat;
}
.p1-dark {
	background-image: url("images/patterns/p1-dark.png");
	background-repeat: repeat;
}
.p2 {
	background-image: url("images/patterns/p2.png");
	background-repeat: repeat;
}
.p2-light {
	background-image: url("images/patterns/p2-light.png");
	background-repeat: repeat;
}
.star-tile-boxes {
	background-image: url("images/patterns/star-tile-boxes.png");
	background-repeat: repeat;
}
.tri-line-orange {
	background-image: url("images/patterns/tri-line-orange.png");
	background-repeat: repeat;	
}
.tri-line-gray {
	background-image: url("images/patterns/tri-line-gray.png");
	background-repeat: repeat;	
}

.bg-green {
	background-color: #8cba31;
}

.feature-orange,
.feature-turq,
.feature-pink,
.feature-purple {
	-webkit-transition: all 0.5s ease-in-out .2s; 
	-moz-transition: all 0.5s ease-in-out .2s;
	transition: all 0.5s ease-in-out .2s; 
}
.feature-orange:hover,
.feature-turq:hover,
.feature-pink:hover,
.feature-purple:hover {
	background-position: -25px 0;
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease; 
}
.feature-orange {
	background-image: url("images/landing/feature-orange.png");
	background-repeat: repeat-x;
	height: 116px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.feature-pink {
	background-image: url("images/landing/feature-pink.png");
	background-repeat: repeat-x;
	height: 116px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.feature-purple {
	background-image: url("images/landing/feature-purple.png");
	background-repeat: repeat-x;
	height: 116px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.feature-turq {
	background-image: url("images/landing/feature-turq.png");
	background-repeat: repeat-x;
	height: 116px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
/*--------------------------------------------------------------*/
/*11.3 Overlays*/
/*--------------------------------------------------------------*/

/*@-webkit-keyframes animatedBackground {
	from { background-position: -25% 0; }
	to { background-position: 0 0; }
}

@keyframes animatedBackground {
	from { background-position: -25% 0; }
	to { background-position: 0 0; }
}*/
@-webkit-keyframes animatedOverlay {
   from {
     -webkit-transform: translateX(-20%);
   }
   to { 
     -webkit-transform: translateX(5%);
   }
}
@-moz-keyframes animatedOverlay {
   from {
     -moz-transform: translateX(-20%);
   }
   to { 
     -moz-transform: translateX(5%);
   }
} 
@keyframes animatedOverlay {
   from {
	 transform: translateX(-20%);
   }
   to { 
     transform: translateX(5%);
   }
}
.no-overlay,
.no-pattern {
	background-image: url("images/patterns/no-overlay.png");
	background-repeat: no-repeat;
}

.tri-color-level-1,
.tri-color-level-2,
.tri-white-level-1,
.tri-white-level-2
 {
	animation: animatedOverlay 30s ease-out infinite; /*overlay plays once then stops*/
	animation-direction: alternate;
    -webkit-transition:background-position 0s ease-out;  
    -moz-transition:background-position 30s ease-out;  
    -o-transition:background-position 30s ease-out;  
	transition:background-position 30s ease-out;
	width: 100% !important;
}
.tri-color-level-1 {
	background-image: url("images/overlays/tri-color-level-1.png");
}

.tri-color-level-2 {
	background-image: url("images/overlays/tri-color-level-2.png");
}
.tri-white-level-1 {
	background-image: url("images/overlays/tri-white-level-1.png");
}
.tri-white-level-2 {
	background-image: url("images/overlays/tri-white-level-1.png");
}
.overlay-pattern-band-gray {
	width: 100%;
	height: 153px;
	background-image: url("images/overlays/tri-band-gray.png");
	background-repeat: repeat-x;
	bottom: 0;
}
.overlay-pattern-band-lightblue {
	width: 100%;
	height: 153px;
	background-image: url("images/overlays/pattern-band-lightblue.png");
	background-repeat: repeat-x;
	bottom: 0;
}
@keyframes verticalRainbow {
	from { background-position: 0 0; }
	to { background-position: 0 -831px; }
}

.dark-rainbow {
	background-image: url("images/patterns/bg_dark_rainbow.png");
	background-repeat: repeat;
}
.dark-rainbow {
	animation: verticalRainbow 45s linear infinite;
}

/*--------------------------------------------------------------*/
/*11.4 Borders*/
/*--------------------------------------------------------------*/
.top-border {
	position: absolute;
	height: 8px;
	width: 100%;
	background-image: url("images/borders/top-trim.png");
	background-repeat: repeat-x;
	background-position: 1px bottom;
	z-index: 9;
}
.bottom-border {
	background-image: url("images/borders/top-trim.png");
	background-repeat: repeat-x;
	width: 100%;
	max-width: 1200px;
	height: 8px;
	margin-top: -8px;
	position: absolute;
}

/*--------------------------------------------------------------*/
/*12.0 Retina */
/*--------------------------------------------------------------*/

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx)
{
body {
	background-image: url("images/patterns/bg_talavera@2x.png");
	background-size: 48px 48px;
}
/*Header*/
	#logo-static {
	background-image: url("images/logo/nhcc-logo@2x.png");
	background-size: 150px 159px;
}
/*Navigation*/
.b-tile-top,
.b-tile-bottom,
.footer-trim {
	background-image: url("images/borders/borders-sprite@2x.png");
	background-size: 193px 40px;
}
.b-tile-bottom {
	background-image: url("images/borders/borders-sprite@2x.png");
	width: 100%;
	height: 6px;
}
.sticky-nav-bg {
	background-image: url("images/logo/nhcc-mobile-logo@2x.png");
	background-size: 767px 61px;
}
/*Content*/
/*.site-footer {
	height: 305px !important;
	width: 100%;
	background-image: url(images/patterns/footer_garnet@2x.png) !important;
}*/

.department-icon {
	width: 76px;
	height: 76px;
	background-image: url(images/department-slider/department_icons@2x.png);
	background-size: 480px 152px;
}
/*Buttons*/
.card-button {
	background-size: 300px 140px;
}
.card-button-gray {
	background-image: url("images/buttons/button_gray@2x.png");
}
.card-button-green {
	background-image: url("images/buttons/button_green@2x.png");
}
.card-button-orange {
	background-image: url("images/buttons/button_orange@2x.png");
}
.card-button-turquoise {
	background-image: url("images/buttons/button_turquoise@2x.png");
}
.card-button-clay {
	background-image: url("images/buttons/button_clay@2x.png");
}
.flex-prev,
.flex-next  {
	background-image: url(images/buttons/arrows@2x.png);
	background-size: 72px 120px;
	width: 18px;
	height: 30px;
}


/*backgrounds*/

.p1,.p1-light,.p1-dark {
	background-size: 194px 194px;
}

.p1 {
	background-image: url("images/patterns/p1@2x.png");
	background-repeat: repeat;
}
.p1-light {
	background-image: url("images/patterns/p1-light@2x.png");
	background-repeat: repeat;
}
.p1-dark {
	background-image: url("images/patterns/p1-dark@2x.png");
	background-repeat: repeat;
}
.p2-light {
	background-image: url("images/patterns/p2-light@2x.png");
	background-repeat: repeat;
}

.tri-line-orange {
	background-image: url("images/patterns/tri-line-orange@2x.png");
	background-repeat: repeat;	
	background-size: 184px 176px;
}
.tri-line-gray {
	background-image: url("images/patterns/tri-line-gray@2x.png");
	background-repeat: repeat;	
	background-size: 184px 176px;
}
.star-tile-boxes {
	background-image: url("images/patterns/star-tile-boxes@2x.png");
	background-repeat: repeat;
	background-size: 255px 255px
}
.dark-rainbow {
	background-image: url("images/patterns/bg_dark_rainbow@2x.png");
	background-repeat: repeat;
	background-size: 222px 700px;
}
.feature-orange,
.feature-pink,
.feature-purple,
.feature-turq {
	background-size: 600px 116px;
}
.feature-orange {
	background-image: url("images/landing/feature-orange@2x.png");
	height: 116px;
	width: 100%;
}
.feature-pink {
	background-image: url("images/landing/feature-pink@2x.png");
	height: 116px;
	width: 100%;
}
.feature-purple {
	background-image: url("images/landing/feature-purple@2x.png");
	height: 116px;
	width: 100%;
}
.feature-turq {
	background-image: url("images/landing/feature-turq@2x.png");
	height: 116px;
	width: 100%;
}
/*Overlays*/
.tri-color-level-1 {
	background-image: url("images/overlays/tri-color-level-1@2x.png");
	background-size: 1200px 437px;
}
.tri-color-level-2 {
	background-image: url("images/overlays/tri-color-level-2@2x.png");
	background-size: 1200px 437px;
}
.tri-white-level-1 {
	background-image: url("images/overlays/tri-white-level-1@2x.png");
	background-size: 1200px 437px;
}
.tri-white-level-2 {
	background-image: url("images/overlays/tri-white-level-2@2x.png");
	background-size: 1200px 437px;
}
/*Borders*/
	.top-border,
	.bottom-border {
	background-image: url("images/borders/top-trim@2x.png");
	background-size:35px 18px;
	}
}

.google-maps {
	position: relative;
	padding-bottom: 100%; /*This is the aspect ratio*/
	height: 0;
	overflow: hidden;
    }
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	pointer-events: none;
    }

/*404*/

/*Search*/
.page-header {
	padding-top: 50px;
  	font-size: 1.5em;
}
.page-header h1 {
  	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	font-weight: 200;
}
.entry-title {
  	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	font-weight: 400;
  	font-size: 2em;
}
.entry-title a {
	text-decoration: none;
}
.entry-title a:hover {
	text-decoration: underline;
}
.hentry {
	margin-bottom: 0;
}

.tribe-events-sub-nav li a {
	background-color: transparent!important;
}
.tribe-events-ical {
	display: none!important;
}

a.newsletterButton {background: #C8C8C8;}
a.newsletterButton:hover, a.newsletterButton:focus, a.newsletterButton:active {background: #FFF;}