/*
Theme Name: Niki De Saint Phalle Tarot Garden 2015
Theme URI: http://nikidesaintphalle.org
Description: The HTML5, Wordpress 3.8+ theme for the Niki Tarot Garden. Based on the Niki Charitable Art Foundation 2014 Theme
Author: Kymera
Author URI: http://kymerastudio.com
Version: 1.1
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Fonts
-------------------------------------------------------------- */
html {
	-webkit-font-smoothing: antialiased;
}
body {
	font-family: 'futura-pt', Arial, Helvetica, sans-serif;
}


@font-face {
    font-family: 'museo';
    src: url('inc/fonts/museo500-regular-webfont.eot');
    src: url('inc/fonts/museo500-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('inc/fonts/museo500-regular-webfont.woff') format('woff'),
         url('inc/fonts/museo500-regular-webfont.ttf') format('truetype'),
         url('inc/fonts/museo500-regular-webfont.svg#museo500') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'museo';
    src: url('inc/fonts/museo700-regular-webfont.eot');
    src: url('inc/fonts/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('inc/fonts/museo700-regular-webfont.woff') format('woff'),
         url('inc/fonts/museo700-regular-webfont.ttf') format('truetype'),
         url('inc/fonts/museo700-regular-webfont.svg#museo700') format('svg');
    font-weight: bold;
    font-style: normal;

}

/* =Structure & Layout
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 100%;
}
#container {
}
#content {
}
#sidebar {
	float: right;
	overflow: hidden;
	width: 218px;
	padding-top:77px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}
.inner {
	max-width:980px;
	margin:0px auto;
}
.inner-wide {
	max-width:1200px;
	margin:0px auto;
}
.inner-art {
	max-width:1020px;
	text-align:center;
}
.inner:after,
.inner-wide:after,
.inner-art:after {
	 content: "";
  display: table;
  clear: both;
}
.two-col {
	-webkit-column-count: 2; /* Saf3, Chrome*/
  -webkit-column-gap: 5.4em; /* Saf3, Chrome*/
  -moz-column-count: 2; /* FF3.5+ */
  -moz-column-gap: 5.4em; /* FF3.5+ */
  column-count: 2; /* Opera 11+*/
  column-gap: 5.4em; /* Opera 11+*/
  padding-bottom:24px;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #ffffff;
}
body,
input,
textarea {
	color: #666;
	font-family:'futura-pt', arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
div {
	position:relative;
}

/* Text elements */
p {
	margin-bottom: 18px;
	color:#000;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Links --------- */

a {
	color:#000000;
	text-decoration:none;
}
a {
	color: #000000;
}
.entry-content a {
	border-bottom:1px solid #000000;
}
.entry-content a:hover {
	border-bottom:1px solid #009bdf;
	color:#009bdf;
}
a:active,
a:hover {
	color: #000;
}
a:active, a:focus { /* Firefox hover Override */
	outline:0px;
}

/* All-Purpose Content (clearing, hiding, etc.) -------- */
.clear {
	width:100%;
	height:0px;
	clear:both;
}
.hidden {
	display:none;
}
.visible {
	visibility:visible !important;
}
.block {
	height:auto !important;
	display:block;
}
.screen-reader-text {
	display:none;
}

/* HTML5 Overrides ----*/

/* A message for users with JavaScript turned off */
noscript strong {display: block; font-size: 18px; line-height:1.5em; padding: 5px 0; background-color: #ccc; color: #a00; text-align: center; }

/* HTML5 elements need display: block */
header,nav,section,article,aside,figure,footer { display:block; }


/* Inputs and Fields -------------- */

input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email],
input[type=password],
input[type=search],
textarea {
	-webkit-appearance: none;
	background: #f6f6f6;
	color:#000000;
	font-size:18px;
	height:40px;
	line-height:40px;
	letter-spacing:1px;
	font-family: 'museo', sans-serif;
	font-weight:700;
	border:0px;
	width:100%;
	padding:0px 18px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
textarea {
	line-height:24px;
	min-height:160px;
}
input[type=search]#top-search {
	width:100%;
	font-size:14px;
}
input[type=submit]#top-search-submit {
	display:block;
	border:0px;
	text-indent:-9999em;
	font-size:0px;
	width:40px;
	height:40px;
	background:#f6f6f6 url(images/bg-search.png) top right no-repeat;
	background-size:40px 40px;
	position:absolute;
	top:6px;
	right:6px;
	z-index:20;
	cursor:pointer;
}
	
input[type=submit] {
	-webkit-appearance: none;
}

::-moz-placeholder {  /* Firefox 19+ */
   color:#575757;
   opacity:1; 
}
::-webkit-input-placeholder {
   color:#575757;
}
:-ms-input-placeholder {  
   color:#575757;  
}

/*	--------------------------------------------------
	Reveal Modals (Video Player)
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		overflow:visible;
		}
	
	.reveal-modal {
		visibility: hidden;
		opacity:0;
		display:none;
		top: 50% !important;
		left: 50%;		
		position: fixed;
		z-index: 101;
		-webkit-box-shadow:  2px 2px 20px 0px rgba(0, 0, 0, .4);        
        box-shadow:  2px 2px 20px 0px rgba(0, 0, 0, .4);
		}
	.reveal-modal .close-reveal-modal {
		font-size: 48px;
		line-height: .5;
		position: absolute;
		top: 0px;
		right: 0px;
		margin:-30px -30px 0px 0px;
		color: #fff;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		text-decoration:none;
		z-index:102;
		transition:all .3s;
	}
	.reveal-modal .close-reveal-modal:hover {
			color:#009bdf;
	}

	.video-popup {
		margin-left: -480px;
		margin-top:-270px;
		width: 960px;
		height:540px;
		padding:0px;
		background: #000;
	}
	.video-popup iframe {
		max-width:960px;
		width:100%;
		height:100%;
	}
	
	.piu {
		display: block;
		margin: 0px 1.5% 25px 1.5%;
		width: 30%;
		float:left;
		position:relative;
		
	}
	.video-link {
		display: block;
		margin: 0px 1.5% 25px 1.5%;
		width: 30%;
		float:left;
		position:relative;
		
	}
	.video-link span {
		display:block;
		position:absolute;
		width:100%;
		height:100%;
		background:url(images/video-link-play.png);
		background-size:100% 100%;
		z-index:5;
		top:0px;
		left:0px;
		transition:opacity .3s ease;
		-moz-backface-visibility: hidden;
	}
	.video-link:hover span {
		opacity:.6;
	}
	.videos {
		max-width:1024px;
		margin:0px auto;
	}
/* Gravity Forms Overrides */
.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {
	font-family:'museo', sans-serif !important;
	font-size:18px !important;
	padding:0px 25px !important;
	font-weight:700;
	height:57px;
	line-height:57px;
	letter-spacing:2px;
	text-transform:uppercase
}
.contactform ::-moz-placeholder {  /* Firefox 19+ */
   color: #009bdf; 
   opacity:1; 
}
.contactform ::-webkit-input-placeholder {
   color:#009bdf;
}
.contactform :-ms-input-placeholder {  
   color:#009bdf;  
}
.contactform label {
	display:none !important;
}
.gform_wrapper .top_label li.gfield.gf_left_half input.medium, .gform_wrapper .top_label li.gfield.gf_left_half input.large, .gform_wrapper .top_label li.gfield.gf_left_half select.medium, .gform_wrapper .top_label li.gfield.gf_left_half select.large, .gform_wrapper .top_label li.gfield.gf_right_half input.medium, .gform_wrapper .top_label li.gfield.gf_right_half input.large, .gform_wrapper .top_label li.gfield.gf_right_half select.medium, .gform_wrapper .top_label li.gfield.gf_right_half select.large {
	width:100% !important;
}
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
	width:100% !important;
	font-family:'museo', sans-serif;
	font-size:18px !important;
	padding:25px 25px 0px 25px !important;
	letter-spacing:2px;
	
}
input.gform_button {
	width:100%;
	background:#adadad;
	border:0px !important;
	color:#ffffff !important;
	cursor:pointer;
	text-align:center;
	font-family: 'museo', sans-serif;
	font-size:24px !important;
	font-weight:700;
	text-transform:uppercase;
	height:62px;
	line-height:62px;
	letter-spacing:3px;
}
#gform_submit_button_1:hover {
	background:#009bdf
}
.ginput_complex p {
	margin:0px !important;
}
.ginput_complex br {
	display:none !important;
}
.gfield_checkbox br {
	display:none !important;
}
li.gfield {
	margin-bottom:24px !important;
}
/* Custom Select ---------------------------------------------*/

.customSelect { 
	color:#009bdf;
	font-weight:700;
	font-family: 'museo', sans-serif;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:18px;
	height:57px;
	line-height:57px;
	padding: 0px 25px;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
		  background:#f4f4f4 url(images/bg-select.png) top right no-repeat;
		  background-size:54px 50px;  
		  width:428px;
	margin-bottom:0px;
	text-align:left;
}
span.medium {
	width:100%;
}
.hasCustomSelect {
	width:100% !important;
	font-size:18px !important;
	
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
span.customSelect {
	width:100%;
}
.customSelect.customSelectHover {
/* Styles for when the select box is hovered */
}

.customSelect.customSelectOpen {
/* Styles for when the select box is open */
}

.customSelect.customSelectFocus {
/* Styles for when the select box is in focus */
}

.customSelectInner {
/* You can style the inner box too */
width:100% !important;
}

/* Preloader
-------------------------------------------- */

#preloader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:1000; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(images/preloader.png); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	background-size:66px 105px;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
	animation:fadeInOut 800ms ease-in-out infinite alternate both;
	-webkit-animation:fadeInOut 300ms ease-in-out infinite alternate both;
}

@keyframes fadeInOut {
   0% {
      opacity:0;
   }
   100% {
      opacity:100;
   }
}

#preloader,
#status {
	display:block;
}

/* =Header
-------------------------------------------------------------- */

#header {
	position:relative;
	z-index:50;
}
#logo {
	display:block;
	width:388px;
	height:63px;
	position:absolute;
	top:44px;
	left:44px;
	z-index:1000;
}
#logo img {
	display:block;
	width:100%;
	height:auto;
}
#header-top {
	height:130px;
}
.nav-button {
		display: none;
		float:right;
        font-size:40px; /* Change to alter button size */
        font-family:verdana !important;
        font-weight:normal !important;
        font-style:normal !important;
        height:0.9em;
        width:0.9em;
        background:none;
        cursor:pointer;
        position:relative; /* Also works with absolute */
		margin:0px auto;
		cursor:pointer;
		z-index:100;
		text-decoration:none;
}

.nav-button:after {
        content:'\2261';
        color:#222222;
        position:absolute;
        top:0.39em;
        left:0.036em;
        line-height:0em;
}
/* Top Social Icons -------- */

#social-links {
	position:absolute;
	top:25px;
	right:50px;
	display:inline-block;
	height:20px;
	z-index:1001;
}
#social-links .social-link {
	display:inline-block;
	margin:0px 3px;
	width:20px;
	height:20px;
	text-indent:-9999em;
}
#btn-facebook {
	background:url(images/btn-facebook.png) top left no-repeat;
	background-size:20px 40px;
}
#btn-twitter {
	background:url(images/btn-twitter.png) top left no-repeat;
	background-size:20px 40px;
}
#btn-tumblr {
	background:url(images/btn-tumblr.png) top left no-repeat;
	background-size:20px 40px;
}
#btn-facebook:hover,
#btn-twitter:hover,
#btn-tumblr:hover {
	background-position:bottom left;
}
/* Translation Links ------ */

ul#qtranslate-chooser {
	display:inline-block;
	list-style:none;
	margin:0px;
	vertical-align:middle;
}
ul#qtranslate-chooser li {
	list-style:none;
	display:inline-block;
	margin:0px 4px;
	vertical-align:middle;
}
.qtranxs_widget_end {
	display:none;
}
/* Top Search Bar ----------------------------------------------- */

#search-top {
	display:none;
	background:#009bdf;
	width:100%;
	padding:6px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	text-align:right;
	
}
#search-top.visible {
	display:block;
}
/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	position:absolute;
	top:36px;
	width:100%;
	left:0px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	width: 100%;
}
span.nav-arrow {
	background:url(images/bg-nav-arrow.png) no-repeat;
	background-size:24px 11px;
	position:relative;
	display:none;
	bottom:0px;
	left:50%;
	margin-left:-12px;
	width:24px;
	height:11px;
	margin-bottom:-11px;
	margin-top:0px !important;
	z-index:100;
}
#access #menu-mobile {
	visibility:hidden;
	padding-top:24px;
	padding-bottom:24px;
	border-top:1px solid black;
}
#access .menu-header-mobile {
	height:0px;
	
	padding-right:10px;
	padding-left:10px;
}
/* First Level */

#access ul {
	list-style: none;
	margin: 0;
	text-align:right;
	width:100%;
	height:auto;
	display:block;
}
#menu-desktop {
	padding-right:44px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
#access ul li {
	display:inline-block;
	
}
#access ul a {
	color: #000000;
	display: block;
	line-height: 94px;
	padding: 0 8px;
	text-decoration: none;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
}
#access ul li.link-top-search a {
	color:#a4a4a4;
}
/* Second Level */

#access ul ul {
	border-top:1px solid black;
	background:#ffffff;
	display: none;
	position: absolute;
	top: 94px;
	left: 0;
	width: 100%;
	text-align:center;
	z-index: 99;
	padding-bottom:12px;
}
#access ul ul li {
	vertical-align:top;
	position:relative;
	display:inline-block;
	text-align:right;
	margin:0px 20px;
}
#access ul ul a {
	line-height: 1em;
	font-size:13px;
	font-weight:bold;
	padding: 34px 0px 34px 0px;
	margin:0px;
	width:100%;
	height: auto;
}
/*Third Level */
#access ul ul ul {
	display:block;
	border-top:0px;
	position:relative;
	max-width:164px;
	top:0px;
	margin-top:-20px;
	text-align:right;
}
#access ul ul ul li {
	margin:0px;
	display:block;
	clear:both;
}
#access ul ul ul a {
	line-height: 1em;
	font-weight:normal;
	font-size:11px;
	padding: 7px 0px;
	width:100%;
	height: auto;
}

span.nav-arrow-open {
	display:block;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #cb007c;
}
#access ul li:hover > ul { /* Show Menu on Hover */
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #000;
	font-weight:bold;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #cb007c;
}


/* =Content
-------------------------------------------------------------- */

#main {
}
#main.fixed-menu {
	padding-top:130px;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #000;
	font-size: 15px;
	line-height: 23px;
}
p,
ul,
ol,
dd,
pre,
hr {
	margin-bottom: 24px;
	word-wrap:break-word;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
	position:relative;
}

.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	font-family: 'museo', sans-serif;
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	margin: 0px;
	display:block;
	text-align:center;
	height:78px;
	line-height:78px;
	background:#009bdf;
	text-transform:uppercase;
	letter-spacing:4px;
}
 .entry-title {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing:1px;
	margin-bottom: 20px;
	text-transform:uppercase;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #cb007c;
}
.entry-content h2 {
	margin-bottom:16px;
}
.entry-content h3 {
	margin-bottom:16px;
}
/* Blog Layout --------- */

#content.content-blog {
	max-width:920px;
	margin-left:30px;
	float:left;
	padding-top:77px;
}
.article-header {
	display:block;
	width:25.7%;
	float:left;
	border-top:2px solid #009bdf;
	border-bottom:2px solid #009bdf;
	padding:20px 0px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.entry {
	width:69.13%;
	float:right;
	border-top:2px solid #009bdf;
	padding:20px 0px 20px 0px;
}
.entry .entry-content,
.entry .entry-summary {
	padding-top:4px;
}
.entry-meta {
	color: #000;
	font-size: 14px;
	font-family: 'museo', sans-serif;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:4px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-share {
	margin-bottom:0px;
}
.share-link {
	color:#cb007c;
	font-family:'museo', sans-serif;
	letter-spacing:1px;
	font-size:14px;
	font-weight:500;
	text-decoration:none;
	cursor:pointer;
}
.share-link strong {
	font-weight:700;
}
/*-- Add This Social Sharing ----- */

.addthis_toolbox {
	padding:20px 0px;
	display:none;
	background:#fff;
}
.addthis_toolbox a {
	display:block;
	width:40%;
	height:28px;
	clear:none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 50px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 0px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 15px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}

/* Headline for General Pages ----------------------- */

.headline {
	font-family: 'museo', sans-serif;
	color:#009bdf;
	font-size:38px;
	line-height:48px;
	font-weight:700;
	letter-spacing:1.3px;
	margin-bottom:48px !important;
	padding-bottom:24px;
	background:url(images/bg-headline.png) bottom left no-repeat;
	background-size: 143px 2px;
}

/* Breadcrumbs -------------------------------------- */

#breadcrumbs {
	font-family: 'museo', sans-serif;
	color:#009bdf;
	font-size:38px;
	line-height:48px;
	font-weight:700;
	letter-spacing:1.3px;
	margin-bottom:48px;
	padding-bottom:24px;
	background:url(images/bg-headline.png) bottom left no-repeat;
	background-size: 143px 2px;
}
#breadcrumbs a {
	text-decoration:none;
	color:#009bdf;
	border-bottom:0px;
}
#breadcrumbs a:hover {
	border-bottom:0px;
}

/* ---------------------------------------------------------
Cat Rais and othe Two Column Pages ---------------------------------------
------------------------------------------------------------- */

.l-content {
	width:458px;
	float:left;
}
.r-content {
	width:300px;
	margin-left:100px;
	float:left;
	text-align:center;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.side-image {
	margin-bottom:28px;
}
.archives-links .button {
	min-width:260px;
}
.archives-l-content {
	max-width:512px;
}

/* ---------------------------------------------------------
MUSEUMS & COLLECTIONS ---------------------------------------
------------------------------------------------------------- */

.page-id-80 h2 {
	font-weight:bold;
}
/* ---------------------------------------------------------
Lesson Plans Page  ---------------------------------------
------------------------------------------------------------- */

#lesson-plans,
.big-list {
	margin:50px 0px 24px 0px;
	list-style:none;
	padding:0px;
}
.publications {
	margin-top:0px;
}
#lesson-plans li,
.big-list li {
	padding:20px 0px;
}
#lesson-plans .even,
.big-list .even {
	background:#f6f6f6;
}
.lp-left {
	width:527px;
	display:block;
	float:left;
	text-align:right;
}
.lp-right {
	width:324px;
	display:block;
	position:relative;
	float:left;
	text-align:center;
}
#merchandise .inner {
	max-width:100%;
}
#merchandise .lp-left,
.publications .lp-left  {
	width:50%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	padding-right:34px;
}
#merchandise .lp-right,
.publications .lp-right {
	width:50%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	padding-left:40px;
	text-align:left;
}
.publications .lp-right .lp-image {
	height:150px;
	width:auto;
}
.publication-section-title {
	text-align:center;
	text-transform:uppercase;
	font-size:36px;
	margin:36px 0px;
}
.lp-left h3 {
	font-weight:bold;
	font-size:14px;
	color:#cb007c;
}
.lp-left p {
	margin-bottom:0px;
}
.lp-left-content {
	display:table;
	height:175px;
	width:100%;
	vertical-align:middle;
}
#merchandise .lp-left-content {
	height:220px;
}
.lp-left-content .overlay {
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:100%;
}


/* ------------------------------------------------------------------------------------------------
----------------------------- STAFF PAGE -------------------------------------------------------
----------------------------------------------------------------------------------------------- */

.inner:after {	
	content: "";
    display: table;
    clear: both;
}
#staff-list {
	margin:0px 0px 36px 0px;
	text-align:center;
	list-style:none;
}
#staff-list:after {
	content: "";
    display: table;
    clear: both;
}
.staff {
	display:inline-block;
	vertical-align:top;
	width:33%;
	padding:20px;
	margin:0px 0px 20px 0px;
	text-align:center;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.staff img {
	max-width:100%;
	display:block;
	margin:0px auto 16px auto;
}
.staff h4 {
	font-style:italic;
	font-weight:normal;
	color:#999;
}

/* ------------------------------------------------------------------------------------------------
----------------------------- PUVLIC WORKS NEW PAGE -------------------------------------------------------
----------------------------------------------------------------------------------------------- */


#public-works-list {
	margin:0px 0px 36px 0px;
	text-align:center;
	list-style:none;
}
#public-works:after {
	content: "";
    display: table;
    clear: both;
}
.public-work {
	display:inline-block;
	vertical-align:top;
	width:33%;
	padding:20px;
	margin:0px 0px 20px 0px;
	text-align:center;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.public-work h2 {
	font-style:italic;
}
.public-work h2 span {
	font-style:normal;
	font-size:13px;
	color:#999;
}
.public-work img {
	max-width:100%;
	display:block;
	margin:0px auto 16px auto;
	max-height:235px;
}

.mfp-bottom-bar p {
	color:#fff;
	margin-bottom:8px;
	font-size:16px;
}
.mfp-bottom-bar a {
	color:#cb007c;
	transition: all .3s ease 0s;
}
.mfp-bottom-bar .map-link {
	text-transform:uppercase;
	font-size:16px;
}
.mfp-bottom-bar a:hover {
	color:#009bdf;
}
/* ---------------------------------------------------------
Secondary Menu  ---------------------------------------
------------------------------------------------------------- */
#menu-secondary ul {
	width:100%;
	margin:0px;
	text-align:center;
	padding:0px;
	list-style:none;
}
#menu-secondary li {
	display:block;
	height:39px;
	float:left;
	text-align:center;
	background:#d6d6d6;
}
#menu-secondary li a {
	display:block;
	background:#d6d6d6;
	color:#009bdf;
	font-family:'museo', sans-serif;
	font-weight:700;
	line-height:41px;
	height:39px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:16px;
	border-right:1px solid #ffffff;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
#menu-secondary li a:hover {
	color:#ffffff;
}
#menu-secondary li.current_page_item a {
	background:#009bdf;
	color:#ffffff;
	border-right:0px;
}
#menu-secondary li:last-child a {
	border-right:0px;
}
.col-2 {
	width:50%;
}
.col-3 {
	width:33.3%;
}
.col-4 {
	width:25%;
}
.col-5 {
	width:20%;
}

/* ---------------------------------------------------------
Associated Galleries Page  ---------------------------------------
------------------------------------------------------------- */

.associated-galleries {
	margin:0px 0px 36px 0px;
	list-style:none;
	padding:0px;
}
.associated-galleries:after {
  content: "";
  display: table;
  clear: both;
}
.associated-galleries li {
	list-style:none;
	display:block;
	float:left;
	margin:0px 0px 24px 0px;
	padding:0px 48px 0px 0px;	
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.associated-galleries li h3 {
	font-weight:bold;
	margin-bottom:6px;
}
h2.gallery-label {
	font-weight:bold;
	margin-bottom:18px;
}

/* ---------------------------------------------------------
Museums & Collections Page ---------------------------------------
------------------------------------------------------------- */

.museums-list {
	margin:0px 0px 36px 0px;
	list-style:none;
	padding:0px;
}
.museums-list:after {
  content: "";
  display: table;
  clear: both;
}
.museums-list li {
	list-style:none;
	display:inline-block;
	vertical-align:top;
	float:left;
	width:50%;
	margin:0px 0px 18px 0px;
	padding:0px 48px 0px 0px;	
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.museums-list h3 {
	margin-bottom:4px;
}

/* ---------------------------------------------------------
Life & Work Section ---------------------------------------
------------------------------------------------------------- */
.lw-banner-image {
	max-width:100%;
	width:100%;
	margin-bottom:54px;
}

/* FAQ Section ---------------------------------------------- */

.toggle-view {
	text-align:left;
    padding:0;
    width:100%;
        margin:24px 0px 0px 0px;
		border-bottom:1px solid #ccc;
        position:relative;
        cursor:pointer;
		list-style:none;
    }
	.entry-content .toggle-view li {
		background:none;
		padding:0px;
		border-bottom:1px solid black;
	}
	#content .toggle-view .panel li {
        margin:0px 0px 12px 0px;
        border-bottom:0px;
        position:relative;
		background:none;
	}
     
    #content .toggle-view h3 {
		font-family:"museo", serif;
        font-size:18px;
		color:#000000;
		font-style:italic;
		letter-spacing:0px;
		font-weight:500;
		margin:0px;
		padding:20px 26px;
		line-height:22px;
		text-align:left;
		text-transform:none;
		
    }
	.toggle-view h3 + p {
		
	}
 
    .toggle-view span {
		font-size:22px;
		line-height:22px;
		display:inline-block;
		vertical-align:top;
		margin-top:-2px;
		color:#cb007c;
		font-weight:900;
		font-style:normal;
		margin-right:12px;
		width:20px;
		text-align:center;
    }
     
    .toggle-view .panel {
        margin:0px 0px 20px 0px;
		padding-left:62px;
        display:none;
		cursor:text;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		width:100% !important;
    }

/* Photo Copyright ------- */

.photo-copyrights {
	font-size:12px;
	line-height:18px;
	color:#9b9b9b;
	letter-spacing:0px;
	font-family:'museo', sans-serif;
	font-weight:500;
	font-style:italic;
}
.photo-copyrights a {
	color:#9b9b9b;
	text-decoration:none;
	border-bottom:0px;
}
.photo-copyrights a:hover {
	border-bottom:0px;
}
.toggle-view + .photo-copyrights {
	margin-top:30px;
	padding-left:30px;
}
.photo-copyrights span:after {
	content: "\002C";
}
.photo-copyrights span:last-child:after {
	content:normal;
}
.photo-copyrights span {
	margin-right:6px;
}
.photo-copyrights span.copy {
	font-style:normal;
	margin-right:0px;
}

/* Art Gallery Pages -------------------------------- */

.zoom-gallery {
	list-style:none;
	margin:36px 0px;
}
.zoom-gallery li {
	display:inline-block;
	position:relative;
	width:219px;
	height:173px;
	background:#cecece;
	text-align:center;
	vertical-align:top;
	margin:12px;
	float:left;
}
.zoom-gallery li a {
	display:table;
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;
	width:219px;
	height:173px;
	text-decoration:none;
	border-bottom:0px;
}
.zoom-gallery li a:hover {
	border-bottom:0px;
}
.zoom-gallery li a span {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:219px !important;
	height:173px;
}
.zoom-gallery li a img {
	display:block;
	margin:0px auto;
}
.zoom-gallery li a div.overlay {
	display:table;
	vertical-align:middle;
	text-align:center;
	width:219px !important;
	height:173px;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	position:absolute;
	top:0px;
	left:0px;
	background:#009bdf;
	color:#ffffff;

}

.zoom-gallery li a div.overlay p {
	color:#ffffff;
	display:table-cell;
	margin:0px auto;
	vertical-align:middle;
}
/* Zoom Controller ---- */

.smooth_zoom_preloader {
	background-image: url(inc/images/preloader.gif);
}	
.smooth_zoom_icons {
	background-image: url(inc/images/icons.png);
}

/* -----------------------------------------------------------
Public Works Map  ------------------------------------ 
-------------------------------------------------------------- */
#public-works {
	display:block;
	list-style:none;
	margin:0px;
}
#public-works li {
	margin-bottom:24px;
}
#map-container {
	width:100%;
	height:auto;
	position:relative;
}
#map {
	position:relative;
	min-height:500px;
	height:720px;
	width:100%;
}
.leaflet-marker-icon {
	cursor:pointer;
}
.pw-popup {
    text-align: center;
	font-family: 'futura-pt', sans-serif;
	cursor:auto !important;
}
.pw-popup .slideshow {
    width: 100%;
	text-align:center;
}
.pw-popup .slideshow img {
    max-width:80%;	
	max-height:500px;
	height:auto;
}
.pw-popup .slideshow .active {
    display: block;
}
.pw-popup .slideshow .caption {
    background: #eee;
    padding: 8px;
}
.pw-popup .cycle {
    margin-top: 0px;
    padding-top: 0px;
	font-size:14px;
	line-height:19px;
	color:#000000;
}
.pw-popup .cycle a.prev {
    float: left;
}
.pw-popup .cycle a.next {
    float: right;
}
.pw-popup h3 {
	font-size:17px !important;
	color:#000000;
	padding:7px 0px;
	margin-bottom:0px !important;
	text-transform:none;
	font-weight:bold;
}
.leaflet-container a {
	color:#000000 !important;
}
#map-popup {
	position:absolute;
	display:none;
	z-index:2000;
	width:100%;
	height:100%;
}
#map-popup-content {
	width:100%;
	height:100%;	
	border:1px solid #efefef;
	background:#fff;
	padding:20px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
#close-map-popup {
	position:absolute;
	top:20px;
	right:20px;
	text-decoration:none;
	border-bottom:0px;
	font-weight:bold;
	text-transform:uppercase;
	transition:all .3s ease 0s;
	cursor:pointer;
	color:#000;
}
#close-map-popup:hover {
	color:#009bdf !important;
}
.pw-link {
	border-bottom:0px !important;
}
.pw-link:hover {
	border-bottom:0px;
}
/* Public Works Map - Cluster Markers ----------------- */

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
	}
.marker-cluster-small {
	background-color: rgba(245, 83, 39, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(245, 83, 39, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(245, 83, 39, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(245, 83, 39, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(245, 83, 39, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(245, 83, 39, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(245, 83, 39);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(245, 83, 39);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(245, 83, 39);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(245, 83, 39);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(245, 83, 39);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(245, 83, 39);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	}
.marker-cluster span {
	line-height: 30px;
	}


/* ---------------------------------------------------------
Tarot Garden Map ---------------------------------------
------------------------------------------------------------- */

#tg-map {
	position:relative;
}
img.tg-img {
	display:block;
	position:relative;
	z-index:1;
}
.tg-hitarea {
	position:absolute;
	display:block;
	z-index:5;
	text-align:center;
	cursor:pointer;
}
.tg-hitarea img.icon {
	opacity:0;
	transition: all .3s ease-in-out;
	cursor:pointer;
}
.tg-hitarea:hover img.icon {
	opacity:1;
}

.tg-popup {
	opacity:0;
	z-index:-1;
	position:absolute;
	top:0px;
	left:0px;
	max-width:100%;
	max-height:100%;
	transition: opacity .4s ease-in-out;
}
.tg-popup img {
	display:block;
	z-index:1;
}
.tg-popup-close {
	position:absolute;
	display:inline-block;
	top:0px;
	right:0px;
	z-index:10;
	cursor:pointer;
	text-transform:uppercase;
	text-decoration:none;
	transition: all .2s ease-in-out;
}
.tg-popup-close:hover {
	text-decoration:none;
	color:#009bdf;
}
.tg-popup.visible {
	opacity:1;
	z-index:10;
}
.center {
	text-align:center;
}
.page-template-page-interactive-map h2 {
	margin-bottom:32px;
}
.tg1 {
	width:8.77%;
	height:10.6%;
	left:30.714%;
	top:46.14%;
}
.tg1 img.icon {
	margin-top:-16px;
}
.tg2 {
	width:8.77%;
	height:8.402%;
	left:30.714%;
	top:56.887%;
}
.tg2 img.icon {
	margin-top:-24px;
}
.tg3 {
	width:6.836%;
	height:6.456%;
	left:18.163%;
	top:48.209%;
}
.tg3 img.icon {
	margin-top:-9px;
}
.tg4 {
	width:6.836%;
	height:6.456%;
	left:23.061%;
	top:30.165%;
}
.tg4 img.icon {
	margin-top:-25px;
}
.tg5 {
	width:6.836%;
	height:6.456%;
	left:49.5918%;
	top:53.03%;
}
.tg5 img.icon {
	margin-top:-35px;
}
.tg6 {
	width:8.367%;
	height:6.456%;
	left:39.0816%;
	top:12.3967%;
}
.tg6 img.icon {
	margin-top:-12px;
}
.tg7 {
	width:5.6122%;
	height:6.4738%;
	left:12.653%;
	top:48.209%;
}
.tg7 img.icon {
	margin-top:-22px;
}
.tg8 {
	width:6.836%;
	height:6.456%;
	left:44.3877%;
	top:28.237%;
}
.tg8 img.icon {
	margin-top:-25px;
}
.tg9 {
	width:6.836%;
	height:6.456%;
	left:52.1428%;
	top:36.639%;
}
.tg9 img.icon {
	margin-top:-35px;
}
.tg10 {
	width:6.836%;
	height:6.456%;
	left:32.653%;
	top:73.829%;
}
.tg10 img.icon {
	margin-top:-35px;
}
.tg11 {
	width:8.163%;
	height:6.456%;
	left:22.1428%;
	top:81.9559%;
}
.tg11 img.icon {
	margin-top:-18px;
}
.tg12 {
	width:6.836%;
	height:6.456%;
	left:46.326%;
	top:43.1129%;
}
.tg12 img.icon {
	margin-top:-32px;
}
.tg13 {
	width:6.857%;
	height:6.456%;
	left:66.8367%;
	top:81.267%;
}
.tg13 img.icon {
	margin-top:-22px;
}
.tg14 {
	width:6.836%;
	height:6.456%;
	left:3.469%;
	top:65.5647%;
}
.tg14 img.icon {
	margin-top:-22px;
}
.tg15 {
	width:6.836%;
	height:6.456%;
	left:77.959%;
	top:66.1157%;
}
.tg15 img.icon {
	margin-top:-22px;
}
.tg16 {
	width:6.836%;
	height:6.456%;
	left:20.510%;
	top:20.11%;
}
.tg16 img.icon {
	margin-top:-34px;
}
.tg17 {
	width:6.836%;
	height:6.456%;
	left:54.7959%;
	top:20.7988%;
}
.tg17 img.icon {
	margin-top:-36px;
}
.tg18 {
	width:6.836%;
	height:6.456%;
	left:6.02%;
	top:82.506%;
}
.tg18 img.icon {
	margin-top:-40px;
}
.tg19 {
	width:6.836%;
	height:10.1928%;
	left:47.653%;
	top:70.3856%;
}
.tg19 img.icon {
	margin-top:-15px;
}
.tg20 {
	width:7.653%;
	height:4.958%;
	left:15.306%;
	top:43.113%;
}
.tg20 img.icon {
	margin-top:-15px;
}
.tg21 {
	width:6.836%;
	height:6.456%;
	left:90.102%;
	top:79.889%;
}
.tg21 img.icon {
	margin-top:-52px;
}
.tgc {
	width:6.836%;
	height:6.456%;
	left:32.755%;
	top:5.234%;
}
.tgc img.icon {
	margin-top:-17px;
}
.tgo {
	width:6.836%;
	height:6.456%;
	left:50.816%;
	top:.5509%;
}
.tgo img.icon {
	margin-top:-17px;
}
.tgp {
	width:6.836%;
	height:6.456%;
	left:53.673%;
	top:7.57%;
}
.tgp img.icon {
	margin-top:-24px;
}
.tg-popup .photo-copyrights {
	position:absolute;
	display:inline-block;
	z-index:2;
	bottom:10px;
	right:20px;
	margin:0px;
}
/* -----------------------------------------------------------
General Button Style ------------------------------------ 
-------------------------------------------------------------- */
.button,
.entry-content .button {
	border:4px solid #cb007c;
	color:#cb007c;
	text-align:center;
	display:inline-block;
	max-width:100%;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:1px;line-height:46px;
	min-width:260px;
	text-decoration:none;
	margin-bottom:16px;
	padding:0px 20px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	transition:all .3s ease-in-out 0s;
}
.button:hover,
.entry-content .button:hover {
	background:#cb007c;
	color:#ffffff;
	border:4px solid #cb007c;
}
.wide {
	width:100%;
}
/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

img {
	margin: 0;
	height: auto;
	max-width: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
.banner-image {
	width:100%;
	display:block;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
.attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	
}
.navigation a:link,
.navigation a:visited {
	color:#cb007c;
	font-weight:bold;
	font-size:14px;
	letter-spacing:1px;
	text-transform:uppercase;
}
.navigation a:active,
.navigation a:hover {
	color: #000000;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-previous a {
	background: url(images/bg-nav-prev.png) left center no-repeat;
	background-size:9px 16px;
	padding-left:21px;
	
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-next a {
	background: url(images/bg-nav-next.png) right center no-repeat;
	background-size:9px 16px;
	padding-right:21px;
	
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	border-top: 6px solid #e9e9e9;
    float: right;
    padding: 20px 0;
    width: 69.13%;
	margin-top:58px;
}
/* PAGE NAVIGATION
-------------------------------------------------------------- */

.pagenavi {
    margin: 0 0 20px 0px;
    padding: 34px 0px 18px 0px;
    display:block;
	text-align:left;
	overflow:visible;
	font-size:24px;
}
.pagenavi a {
    padding: 0px 7px;
    text-decoration: none;
	font-style:normal;
	font-weight:normal;
	font-style:italic;
}
.pagenavi a:hover {
}
.pagenavi span {
	color:#666;
}
.pagenavi span.pages {
    padding: 0px 12px 0px 0px;
    font-weight:normal;
    border: 0px;
}
.pagenavi span.current {
	text-decoration:underline;
	font-weight:bold;
	 padding: 0px 6px;
	 color:#000000;
	 font-style:normal;
}
.pagenavi span.expand {
}
.pagenavi .first, .pagenavi .last {
    
}
.pagenavi .single_page {
}


/* --------------------------------- MAGNIFIC LIGHTBOX ---------------------------------- */

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -24px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.mag-date {
	font-size:14px;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}

.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #000;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
	margin-bottom:24px;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0px;
}
#main .widget-area ul ul {
	border: none;
	padding: 0;
}
#sidebar {
}
.widget_archive {
	text-align:center;
}
#main .widget_archive ul,
#main .widget_categories ul  {
	list-style:none;
	text-align:center;
	margin:0px 0px 48px 0px;
}
#main .widget_archive li,
#main .widget_categories li {
	list-style:none;
	text-transform:uppercase;
	font-size:14px;
	line-height:22px;
	letter-spacing:2px;
	margin-bottom:8px;
}

/* Search Field ----- */
.widget_search #s {/* This keeps the search inputs in line */
	width: 100%;
	height:35px;
	line-height:35px;
	font-family: 'futura-pt', sans-serif;
	font-size:14px;
	color:#000000;
	background:#eaeaea;
}
.widget_search label {
	display: none;
}
#search-sidebar {
	margin-bottom:48px;
}
#search-sidebar form {
	width:100%;
	height:35px;
}
#search-sidebar #searchsubmit[type="submit"] {
    background: #eaeaea url("images/bg-search-sidebar.png") no-repeat scroll right top;
	background-size:25px 35px;
    border: 0 none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 35px;
    position: absolute;
    right: 8px;
    text-indent: -9999em;
	padding:0px !important;
    top: 0px;
    width: 25px;
    z-index: 20;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	padding:13px 0px 18px 0px;
	border-top:1px solid black;
	text-align:center;
	min-height:53px;
}
#footer.float {
	position:fixed;
	bottom:0px;
	left:0px;
}
.page-template-page-home-php #footer.float,
.page-template-page-life-work-php #footer.float {
	position:relative;
}
#footer div {
	display:inline-block;
	vertical-align:top;
}
.footer-left {
	width:30%;
	text-align:left;
}
.footer-center {
	width:39%;
	text-align:center;
}
.footer-right {
	width:30%;
	text-align:right;
}
#footer #copyright {
	font-size:11px;
	line-height:20px;
	margin-bottom:0px;
	padding-top:11px;
	letter-spacing:1px;
}
#footer #site-cred {
	padding-top:21px;
	margin-left:56px;
	margin-bottom:0px;
}
#footer #footer-logo {
	margin-right:56px;
	width:181px;
	margin-top:15px;
}
.btn-kymera {
	display:inline-block;
	vertical-align:middle;
	width:48px;
	height:17px;
	overflow:hidden;
	background:url(images/btn-kymera.png) 0px 0px no-repeat;
	background-size:48px 17px;
	margin-top:-4px;
	text-indent:80px;
	zoom: 1;
    *display: inline;
	opacity:1;
	-moz-backface-visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
a.btn-kymera:hover {
	opacity:.45;
	-moz-backface-visibility: hidden;
}
/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
/* ---------------------------------------- RESPONSIVE/MOBILE STYLES ------------------------------------------ */

/** STYLES AT A PAGE WIDTH OF 980px MAX - BREAKPOINT  **/

@media screen and (max-width: 1220px)
{
	#logo {	
		height:45px;
		width:280px;
		top:20px;
		left:20px;
	}
	#menu-desktop {
		text-align:left;
	}
}
@media screen and (min-width: 981px)
{
	#access #menu-mobile {
		display:none;
	}
}
@media screen and (max-width: 980px)
{
	.video-popup {
		margin-left: -440px;
		margin-top:-225px;
		width: 880px;
		height:450px;
	}
	.inner {
		padding:0px 20px;
	}
	.nav-button {
		display:block;
	}
	
	#header-top {
		height:40px;
		padding:8px 0px;
		z-index:999;
	}
	#header {
		height:auto;
	}
	#logo {
		top:8px;
		left:8px;
		position:relative;
		float:left;
		z-inde:1000;
	}
	#social-links {
		right:60px;
		top:17px;
	}
	/* Top Nav ------------------------------*/
	#access {
		height:0px;
		position:relative;
		overflow:visible;
		bottom:auto;
		top:0px;
		left:0px;
		display:block;
	}
	#access.nav-open {
		display:block;
		height:auto;
		width:100%;
		overflow:visible;
	}
	#access #menu-desktop {
		display:none;
	}
	#access #menu-mobile {
		display:block;
	}
	#access #menu-mobile.visible {
		height:auto;
	}
	/*First Level --*/
	#access #menu-mobile li {
		width:25%;
		text-align:right;
	}
	#access #menu-mobile a {
		line-height:1.3em;
		padding:0px 0px 8px 0px;
	}
	#access #menu-mobile a {
		padding:0px;
		font-size:13px;
		text-transform:uppercase;
		font-weight:bold;
	}
	/*Second Level -- */
	#access #menu-mobile ul {
	border-top:0px;
	background:#ffffff;
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	padding:6px 0px 0px 0px;
	text-align:right;
	z-index: 99;
}
	#access #menu-mobile ul li {
		margin:0px;
		width:100%;
		padding:0px;
		float:none;
	}
	#access #menu-mobile ul a {
		padding:0px;
		font-size:12px;
		text-transform:uppercase;
		font-weight:normal;
	}
	/* Third Level -- */
	
	#access #menu-mobile ul ul {
		max-width:100%;
		margin-top:8px;
		display:none;
		
	}
	#access #menu-mobile ul li.menu-item-55 ul {
		display:block;
		margin-top:0px;
		padding-top:0px;
	}
	#access #menu-mobile ul ul a {
		font-weight:normal;
	}
	/* Lesson Plans ---*/
	.lp-left {
		width:50%;
	}
	.lp-right {
		width:190px;
	}
	.lp-left-content {
		height:auto;
	}
	
	/* Secondary Menu --*/
	#menu-secondary li a {
		font-size:12px;
	}
	
}
@media screen and (max-width: 800px)
{
	.video-popup {
		margin-left: -300px;
		margin-top:-169px;
		width: 600px;
		height:338px;
	}
	.reveal-modal .close-reveal-modal {
		top: 0px;
		right: 0px;
		margin:-40px 0px 0px 0px;
	}
	.l-content {
	width:40%;
	float:left;
	}
	.r-content {
		width:50%;
		float:right;
		text-align:center;
		margin-left:0px;
	}
	/* Blog */
	
	#content.content-blog {
		float:none;
		margin-left:0px;
		padding:77px 20px 0px 20px;
	}
	#sidebar {
		width:90%;
		margin:0px auto;
		float:none;
	}
	.zoom-gallery li {
		margin:10px;
	}
	.headline br {
		display:none;
	}
	
}
@media screen and (max-width: 500px)
{
	.video-popup {
		margin-left: -151px;
		margin-top:-85px;
		width: 302px;
		height:170px;
	}
	#logo {	
		height:42px;
		width:260px;
	}
	#header {
		padding-top:24px;
	}
	#social-links {
		right:4px;
		top:9px;
	}
	#access #menu-mobile li {
		display:inline-block;
		vertical-align:top;
		width:48%;
		text-align:right;
		margin-bottom:8px;
	}
	.two-col {
	-webkit-column-count: 1; /* Saf3, Chrome*/
	  -webkit-column-gap: 0; /* Saf3, Chrome*/
	  -moz-column-count: 1; /* FF3.5+ */
	  -moz-column-gap: 0; /* FF3.5+ */
	  column-count: 1; /* Opera 11+*/
	  column-gap: 0; /* Opera 11+*/
	}
	.l-content {
	width:100%;
	float:none;
	}
	.r-content {
		width:100%;
		padding:0px;
		float:none;
		text-align:left;
	}
	.toggle-view .panel {
		padding-left:26px;
	}
	/* Footer -------*/
	#footer.float {
		position:relative;
	}
	#footer div {
		width:100%;
		text-align:center;
	}
	#footer #site-cred {
		margin:0px;
	}
	#footer #footer-logo {
		margin:12px 0px 0px 0px;
	}
	#footer #copyright {
		padding:11px 20px 0px 20px;
	}
	/* Content ---- */
	
	.page-title {
		height:auto;
		font-size:28px;
		line-height:33px;
		padding:26px 0px;
	}
	.headline {
		font-size:22px;
		line-height:28px;
	}
	.button,
	.entry-content .button {
		width:100%;
		padding:16px 0px;
		line-height:17px;
	}
	/* Blog */
	
	.article-header {
		width:100%;
		border-bottom:0px;
	}
	.entry {
		width:100%;
	}
	#nav-below {
		width:100%;
	}
	#sidebar {
		width:90%;
		margin:0px auto;
		float:none;
	}
	/* Lesson Plans ---*/
	
	.lp-left {
		width:50%;
		text-align:left;
	}
	.lp-right {
		width:100px;
		float:right;
	}
	.lp-right img {
		max-height:none;
	}
	#merchandise .lp-left {
		width:100%;
		margin-bottom:24px;
		float:none;
		padding:0px;
	}
	#merchandise .lp-right {
		width:100%;
		float:none;
		padding:0px;
		text-align:center;
	}
	/* Secondary Menu ---*/
	
	.col-2,
	.col-3,
	.col-4,
	.col-5 {
		width:100%;
	}
	/* Videos */
	
	.rve {
		width:100%;
		display:inline-block;
		margin:0px 20px 24px 20px;
	}
	/* Associated Galleries */
	.associated-galleries li {
		width:100%;
	}
	.museums-list li {
		width:100%;
		padding-right:20px;
	}
	/* Contact Form */
	
	.gform_wrapper .top_label li.gfield.gf_left_half {
		width:280px !important;
		margin-bottom:18px !important;
	}
	.gform_wrapper .top_label li.gfield.gf_right_half {
		width:280px !important;
		margin-bottom:18px !important;
	}
	.gform_wrapper .top_label li.gfield {
		display:block;
		clear:both !important;
		float:none !important;
		margin-bottom:18px !important;
	}
	.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper textarea {
		width:280px !important;
		font-size:14px !important;
		letter-spacing: 1px !important;
		margin-bottom:0px !important;
	}
	.gform_wrapper textarea {
		font-size:14px !important;
		margin-bottom:0px !important;
	}
	span.customSelect {
		width:280px;
		font-size:14px !important;
	}
	.hasCustomSelect {
		width:280px !important;
		font-size:14px !important;
	}
	.contactform_wrapper .gform_body {
		padding:0px;
	}
	#gform_submit_button_1 {
		-webkit-appearance: none;
		-webkit-border-radius:0px;
		border-radius:0px;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		display:block;
		width:280px;
		letter-spacing:1px;
	}
	#map {
		display:none;
	}
	#public-works {
		display:block;
	}
	.staff {
		width:100%;
	}
	.public-work {
		width:100%;
	}
	.public-work img  {
		max-height:none;
	}
	/* Home Page Slider */
	.flexslider .slides, .flexslider .slides li{
		height:auto !important;
	}
	#home-top {
		height: auto !important;
	}
	.slider-image-area {
		height: auto !important;
		position:relative !important;
	}
	.slider-text-area {
		position:relative !important;
		height:auto !important;
		padding:20px 0px;
	}
}

/** CSS STYLES AT A PAGE HEIGHT OF 650 PIXELS **********************************/

@media only screen and (min-width : 400px) and (max-height:800px)
{
	.slider-text-area {
		height:25% !important;
	}
	.slider-image-area {
		height:75% !important;
	}
	.slider-text-area .description {
		font-size:13px !important;
		line-height:1.2em !important;
	}
}