html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

body {
	/*font-family:"news-gothic-std", Arial, sans-serif;*/
	font-family: "adobe-garamond-pro",sans-serif;
	font-size:18px;
	color:#656259;
	line-height: 1.5em;
	background:#fff url('../img/texture-white.png') top left repeat;
	padding-top:99px; /*Offset for fixed pos nav*/
}

body.has-sub-nav {
	padding-top:150px; /* Offset for fixed nav and sub-nav */
}

body.detail-page {
	background:#e7e5e1;
}

ul, ol {
	display:inline-block;
}

.group {
	margin-bottom: 40px;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.group.artists p {
	float: left;
	margin-right: 60px;
}

a:link, a:visited, a:active, a:hover {
	text-decoration:none;
	/*color:inherit;*/
	color:#d05e28;
}

h1 {
	color:#e0662b;
	font-family: "adobe-garamond-pro",sans-serif;
	font-size:40px;
	font-weight:400;
	text-align:center;
	margin-bottom:30px;
	margin-top:50px;
}

h2 {
	color:#656259;
	font-family: "adobe-garamond-pro",sans-serif;
	font-size:36px;
	font-weight:400;
	text-align:center;
	margin-bottom:5px;
	margin-top:30px;
}

.footer h2 {
	color:#e7e5e1;
	font-size:18px;
	font-weight:600;
	text-align:left;
	margin-bottom:15px;
	margin-top: 15px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

.bleed-col {
	width:100%;
	text-align:center;
	float:left;
	position:relative;
}
.content-col {
	width:100%;
	max-width:1200px;
	padding:0px 65px;
	margin:0px auto;
	text-align:left;
}

.centered {
	text-align:center;
}

a.bold-link {
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	color:#e0662b;
	margin-top:5px;
	display: inline-block;
}

.full-width {
	width:100%;
	height:auto;
}

.bleed-col.nav-hld {
	background:#31343c url('../img/texture-blue.png') top left repeat;
	position:fixed;
	top:0px;
	left:0px;
	z-index:500;
}

.bleed-col.home-video {
	background:#000;
}

.bleed-col.featured-artists {
	background:#e7e5e1;
	padding-bottom:35px;
}

.bleed-col.journey {
	padding-bottom:30px;
	padding-top:70px;
}

.bleed-col.journey h1 {
	margin-top:0px;
	text-align:left;
	margin-bottom:30px;
}

.bleed-col.explore {
	padding-bottom:35px;
}

.bleed-col.explore h2 {
	margin-bottom:25px;
}

.bleed-col.learn {
	background:#e7e5e1;
	padding-bottom:40px;
}

.bleed-col.footer {
	background:#fff url('../img/texture-blue.png') top left repeat;
	color:#e7e5e1;
	padding-bottom:35px;
	padding-top:25px;
	font-size:14px;
	line-height:1.3em;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
	margin-top:20px;
}

.bleed-col.detail-story {
	padding-top:42px;
	background:#f1f1f1;
}

.bleed-col.detail-top {
	padding-top:42px;
	background:#e7e5e1;
	padding-bottom:40px;
}

.dropdown-menu{
	background-color: #40454e;
	border: none;
}

.dropdown-menu > li > a{
	color: #f3f4e8;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

a.navbar-brand {
	padding:15px 0px;
}

.navbar-default {
	background:transparent;
	border-radius: 0px;
	border:none;
	margin-bottom:0px;
}

.navbar-brand {
	height:auto;
}

.navbar-default .navbar-nav>li>a {
	color:#f3f4e8;
	text-transform:uppercase;
	position:relative;
}

.nav li > a.active {
	color:#e0662b;
}

.nav li > a.active::before {
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:5px;
	background:#e0662b;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color:#e0662b;
}

.navbar-default .navbar-nav > .open > a{
	color:#f3f4e8 !important;
	background-color: #40454e !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background:none;
	color:#e0662b;
}

.nav>li>a {
	padding:0px 12px;
	/*margin:0px 12px;*/
	font-size:14px;
	font-weight:600;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
	letter-spacing: 0.5px;
}

li.subsub {
	list-style-type: square;
}

.subsub a {
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
	color: #d4d5c9;
}

.subsub a:hover {
	color: #ffffff ;
}

.search-holder {
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:0px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.search-holder img {
	float:right;
	margin-top:10px;
	margin-left:10px;
	cursor:pointer;
}

.search-holder .form-group {
	width:160px
	overflow:hidden;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.navbar-form {
	-webkit-box-shadow:none;
	box-shadow:none;
	position:absolute;
	right:48px;
	/*top:44px;*/
	top:-114px;
	padding-top: 29px;
	padding-bottom:22px;
	z-index:20;
	border-top:none;
	overflow:hidden;
	/*height:0px;*/
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}


.search-holder .navbar-form .form-control {
	width:100%;
}

video.full-width-video {
	/*min-width: 100%;*/
	/*min-height: 100%;*/
	width: 100%;
	height: auto;
	float:left;
}

video.full-width-video.home-video {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.vid-crop.expanded video.full-width-video.home-video {
	position:relative;
	display:block;
}

.vid-crop.expanded.locked {
	height:auto !important;
	overflow:auto;
}

.vid-crop {
	width:100%;
	overflow:hidden;
	position:relative;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.vid-crop img.poster {
	width:100%;
	position:relative;
	top:0px;
	left:0px;
	z-index:19;
}

.vid-crop.expanded img.poster {
	display:none;
}

a.video-play-but {
	width:80px;
	height:80px;
	background:rgba(241, 90, 36, 0.8);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position:absolute;
	bottom:-40px;
	right:12%;
	z-index:20;
	cursor:pointer;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;w
	transition: opacity 200ms ease;
}

.button-wrapper {
	position: relative;
}

.button-wrapper a.video-play-but {
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}

.detail-watch.play-mode a.video-play-but {
	width:60px;
	height:60px;
}

.detail-watch.play-mode .current-video a.video-play-but {
	/*width:80px;
	height:80px;*/

	top: auto;
	width: 50px;
	height: 50px;
	bottom: 20px;
	left: auto;
	right: 10px;
}

.audio-hld a.video-play-but {
	width:40px;
	height:40px;
	left:0;
	right:auto;
	top:10px;
	bottom:auto;
	margin:auto;
}

a.video-play-but:hover {
	background:rgba(241, 90, 36, 1);
}

a.video-play-but::after {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	margin-left: 41%;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 23px solid #fff;
}

.detail-watch.play-mode a.video-play-but::after {
	margin-left: 44%;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 13px solid #fff;
}

a.video-play-but.pause::after, .detail-watch.play-mode .current-video a.video-play-but::after {
	border:none;
	width:8px;
	height: 42%;
	margin-left: 55%;
	background:#fff;
}

a.video-play-but.pause::before, .detail-watch.play-mode .current-video a.video-play-but::before {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:8px;
	height: 42%;
	margin-left: 35%;
	background:#fff;
}

.detail-watch a.video-play-but.pause {
	opacity:0;
}

.detail-watch .video-hld:hover a.video-play-but.pause {
	opacity:1;
}

.audio-hld a.video-play-but::after {
	margin-left: 41%;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #fff;
}

.audio-hld a.video-play-but.pause::after {
	width:4px;
	height: 42%;
	margin-left: 55%;
	background:#fff;
	border:0px;
}

.audio-hld a.video-play-but.pause::before {
	width:4px;
	height: 42%;
	margin-left: 35%;
	background:#fff;
}

.journey-intro-1 {
	width:58%;
	float:left;
	padding-right:12px;
	font-size:24px;
	line-height: 1.3em;
}

.journey-intro-2 {
	width:42%;
	float:left;
	padding-left:12px;
}

.avatar-frame {
	width: 100%;
	height: auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-border-radius: 50%;
}

.avatar-frame img{
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-border-radius: 50%;
}

.bio-bucket {
	width:20%;
	float:left;
	position: relative;
	padding:2%;
	text-align:center;
	color:#3c3a35;
	margin-bottom:35px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.bio-bucket::after {
	content:"";
	width:82%;
	height:0px;
	background:#e0662b;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	top:94%;

	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.bio-bucket:hover {
	opacity:0.9;
}

.bio-bucket:hover::after {
	height:5px;
}

.bio-bucket h3 {
	font-weight:bold;
	font-size:16px;
	margin-bottom: 2px;
	color:#3c3a35;
}

.bio-bucket p {
	font-size:14px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
	line-height: 1.3em;
	color:#3c3a35;
}

#bios {
	width:100%;
	float:left;
}

a.cta-button {
	background:rgb(221,96,41);
	background:rgba(221,96,41, 0.75);
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
	padding:14px 28px;
	letter-spacing: 0.5px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

a.cta-button:hover {
	background:rgba(221,96,41, 0.85);
}

.foot-about {
	width:50%;
	float:left;
}

.foot-copy {
	width:100%;
	float:left;
	font-size:12px;
	color:#7c818e;
	margin-top:15px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
	font-weight:600;
	position:relative;
}

.foot-copy #foot-social {
	position: absolute;
	right: 0px;
	top: 1px;
}

.foot-copy #foot-social a {
	margin-left:10px;
	float:right;
}

.foot-copy #foot-social a:hover {
	opacity:0.8;
}



/*Detail Page Styles*/

.bleed-col.detail-nav {
	background:#2e3138;
	-moz-box-shadow:    inset 0px 5px 15px #24262b;
	-webkit-box-shadow: inset 0px 5px 15px #24262b;
	box-shadow:         inset 0px 5px 15px #24262b;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
	font-size:14px;
	color:#dfdbd5;
	font-weight:600;
	position:fixed;
	top:99px;
	z-index:400;
}

a.ed-home-but {
	float:left;
	border-left:solid 1px #3e4149;
	border-right:solid 1px #3e4149;
	position:relative;
	padding: 12px 15px;
	color:#dfdbd5;
}

.state-menu {
	float:left;
	border-left:solid 1px #3e4149;
	border-right:solid 1px #3e4149;
	position:relative;
}

.artist-menu {
	float:left;
	border-right:solid 1px #3e4149;
	position:relative;
}

.dd-button {
	padding:12px 15px;
}

.dd-button img {
	margin-left:10px;
	margin-top:-3px;
}

.dd-button span {
	color:#989ca5;
	font-weight:normal;
	margin-right:5px;
}

ul.dd-menu {
	position:absolute;
	top:100%;
	max-height: 500px;
	overflow-y:scroll;
	 -webkit-overflow-scrolling: touch;
	right:0px;
	list-style:none;
	margin:0px;
	padding:10px 15px;
	background:#2e3138;
	border-top:solid 1px #3e4149;
	z-index:100;
	-webkit-box-shadow:0 2px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 2px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 2px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	display:none;
}

.dd-group {
	cursor:pointer;
}

.dd-group:hover ul.dd-menu {
	display:block;
}

ul.dd-menu li {
	width:100%;
	float:left;
	padding:2px 5px;
}

ul.dd-menu li a{
	color:#dfdbd5;
}

ul.dd-menu li:hover a {
	color:#fff;
}

ul.dd-menu li.current {
	color:#75767a;
}

.inline-nav {
	float:right;
	padding:12px 15px;
	border-left:solid 1px #3e4149;
	border-right:solid 1px #3e4149;
}

.inline-nav .i-nav-progress {
	float:left;
	margin:0px 15px;
	margin-top:2px;
	color:#dfdbd5;
}

.inline-nav .i-nav-progress span:first-of-type {
	color:#989ca5;
	font-weight:normal;
}

.inline-nav a.i-nav-prev, .inline-nav a.i-nav-next {
	float:left;
}

.inline-nav a.i-nav-prev:hover, .inline-nav a.i-nav-next:hover {
	opacity:0.8;
}

.detail-head {
	width:100%;
	float:left;
}

.detail-header-wrapper {
	width: 58%;
	float: left;
}

.detail-head h2 {
	float: left;
	text-align: left;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
	font-style: italic;
}

.detail-media {
	width:58%;
	padding-right:15px;
	float:left;
}

.detail-text {
	width:42%;
	padding-left:15px;
	float:left;
	font-size:16px;
	color:#656259;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

.detail-head h1 {
	font-size:60px;
	color:#656259;
	text-align:left;
	margin-top:0px;
	margin-bottom: 10px;
	padding-right:15px;
}

.meta-table {
	width:42%;
	padding-left:15px;
	float:left;
	position:relative;
	font-size:18px;
}

.meta-table a {
	color: #99441d;
}

.meta-table .meta-row {
	width:100%;
	float:left;
	margin-bottom:0px;
}

.meta-table .meta-cat {
	width:20%;
	padding-right:10px;
	float:left;
	font-family: "adobe-garamond-pro",sans-serif;
	color:#656259;
}

.meta-table .meta-cat-data {
	width:54%;
	margin-left:2%;
	float:left;
	color:#656259;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

.meta-table .map {
	position:absolute;
	top: 30px;
	left:77%;
	width:150px;
}

.detail-info {
	margin-bottom:30px;
	width:100%;
	float:left;
}

.detail-info .artist-bib p:first-child, .leadin {
	color:#656259;
	font-size:21px;
	font-weight:bold;
	font-family: "adobe-garamond-pro",sans-serif;
	margin-bottom:1em;
}

.image-grid {
	width:100%;
	float:left;
	margin-bottom:40px;
}

.image-grid.truncated {
	margin-bottom:80px;
}

.image-grid.truncated .grid-item:nth-child(n+8) {
	display:none;
}

.image-grid .more-images {
	display:none;

	position: absolute;
	bottom: -67px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	font-size: 16px;
	color: #656259;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
	padding: 12px 18px;
	text-align: center;
	background: #eae9e6;
	border: none;
}

.image-grid .more-images:hover {
	background: #e1e0dd;
}

.image-grid.truncated.loaded .more-images {
	display:block;
}

.image-grid .grid-item {
	max-width:100%;
	float:right;
	padding:5px;
	position: relative;
	overflow: hidden;
}

.image-container {
	display:inline-block;
	position: relative;
}

.image-container::before, .image-container::after {
	position:absolute;
	opacity:0;
	transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-trainsitino: all 0.35s ease-out;
}

.image-container::after {
	content:'\A';
    width:100%; height:100%;
    background:rgba(0,0,0,0.6);
    top: 0;
	left: 0;
}

.image-container::before {
	content:attr(data-content);
	bottom:0; left:0;
	color: white;
	font-size: 18px;
	line-height: 20px;
	font-style: italic;
	padding: 0 20px 20px 20px;
	z-index:1;
}

.image-container:hover::before, .image-container:hover::after {
	opacity: 1;
}

.image-grid .grid-item img {
	width:100%;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}



/*.image-grid .grid-item::before {
	content: ' ';
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background .35s ease-in;
}*/

/*.image-grid .grid-item:hover::before {
	background: rgba(0, 0, 0, .4);
}*/




.image-grid.loaded .grid-item img {
	opacity:1;
}

.image-grid .grid-sizer {
	width:50%;
}

.image-grid .grid-item.w3 {
	width:50%;
}

.image-grid .grid-item.w2 {
	width:50%;
}

.image-grid .grid-item.w1 {
	width:100%;
}

.learn-text {
	width:100%;
	padding:0px 6%;
	text-align:center;
}

.cta-container {
	width:100%;
	float:left;
	margin-top:15px;
}

.cta-container a.cta-button {
	padding:14px 14px;
	width:23%;
	display:inline-block;
	margin-bottom:5px;
}


/*Slider Styles*/

.slider {
	overflow:hidden;
	float:left;
	position:relative;
}

.slider.full {
	width:100%;
	padding-bottom:20px;
}

.slider ul.slides {
	width:300%;
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	left:0px;
	position:relative;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	margin-bottom:20px;
}

.slider ul.slides li {
	width:33.333%;
	float:left;
	padding:0px;
	margin:0px;
	position:relative;
}

.slider ul.slides li .img-holder {
	width:100%;
	padding-bottom:38%;
	overflow:hidden;
	position:relative;
}

.slider ul.slides li img {
	width:100%;
	height:auto;
	float:left;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

.slider.adv ul.slides li a.slide-info {
	-webkit-transition: all 200ms 400ms ease;
	-moz-transition: all 200ms 400ms ease;
	-o-transition: all 200ms 400ms ease;
	transition: all 200ms 400ms ease;
}

.slider.rev ul.slides li a.slide-info {
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
}

.slider ul.slides li a.slide-info {
	float:left;
	margin-top:30px;
	padding-right:30px;
	background:url('../img/arrow-dot-r.png') center right no-repeat;
	font-size:14px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
	color:#3c3a35;
	line-height:1.3em;
	opacity:0;
}

.slider ul.slides li.active a.slide-info {
	opacity:1;
}

.slider ul.slides li a.slide-info strong {
	font-size:16px;
	font-weight:600;
	font-family: "adobe-garamond-pro",sans-serif;
}

.slider ul.slider-nav {
	list-style:none;
	margin:0px;
	padding:0px;
	position:absolute;
	bottom:-31px;
	right:75px;
}

.slider ul.slider-nav li {
	width:11px;
	height:11px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background:#7c818d;
	display:inline-block;
	margin:0px 3px;
	cursor:pointer;
}

.slider ul.slider-nav li.active {
	background:#d9845a;
}

.nav-orienation {
	position: absolute;
	width: 100%;
	height: 50px;
	max-width: 1200px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 70px;
}

.slider a.cta-button {
	margin-top:62px;
	display:inline-block;
}

.detail-watch .content-col {
	text-align:center;
}

.detail-watch h2 {
	margin-bottom:30px;
}

.detail-watch .video-hld.width-playing {
	width: 50% !important;
}

.detail-watch.no-resize .video-hld.width-playing {
	width: 100% !important;
}

.detail-watch .video-hld a {
	opacity: 1;
}

.detail-watch .video-hld.width-playing a {
	opacity: 0;
}

.detail-watch .video-hld {
	width:32%;
	display:inline-block;
	padding:0.5%;
	position:relative;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.detail-watch.no-resize .video-hld {
	width: 100%;
}


.detail-watch .video-hld:first-of-type {
	margin-left:-0.5%;
}

.detail-watch .current-video {
	width:100%;
	text-align:center;
	float:left;
	opacity:0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.detail-watch.play-mode .current-video {
	opacity:1;
}

.detail-watch.play-mode .video-hld {
	width:20%;
}

.detail-watch .current-video .video-hld {
	width:50%;
}

.detail-listen {
	padding-bottom:60px;
}

.detail-watch .video-hld video {
	width:100%;
}

.detail-listen h2 {
	margin-bottom:30px;
}

.audio-hld {
	width:100%;
	float:left;
	padding:10px 0px;
	margin-bottom:5px;
	position:relative;
	padding-left: 60px;
	padding-top:15px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
	font-size:16px;
}

.detail-edu-intro h1 {
	font-size:60px;
	color:#656259;
	text-align:left;
	position:relative;
	padding-top:20px;
}

.detail-edu-intro h1 span {
	font-size:24px;
	position:absolute;
	top:0px;
}

.detail-edu-intro img.full-width {
	margin-bottom:50px;
}

.quote-area {
	width:75%;
	float:left;
	font-size:16px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

.wysiwyg-text-area {
	width:75%;
	float:left;
	font-size:16px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

.quote {
	/*width:100%;*/
	width:66.66%;
	margin-right:33.33%;
	float:left;
	font-size:24px;
	line-height:1.4em;
	position:relative;
	font-family: "adobe-garamond-pro",sans-serif;
}

.quote::before, .side-quote::before {
	content:"\201C";
	color:#d15f28;
	font-size:72px;
	position:absolute;
	left: -30px;
	top: 8px;
	font-family: "adobe-garamond-pro",sans-serif;
}

.side-quote::before {
	font-size:55px;
}

.end-quote{
	position:relative;
}

.quote p.quote-text, .side-quote p.quote-text {
	position:relative;
	margin-bottom:20px;
}

.quote p.quote-text::after, .side-quote p.quote-text::after {
	content:"\201D";
	color:#d15f28;
	font-size: 50px;
	position: relative;
	top: 0.4em;
	left: 5px;
	display:inline;
	font-family: "adobe-garamond-pro",sans-serif;
}

.side-quote p.quote-text::after {
	font-size:46px;
}

.quote-author {
	width:100%;
	float:left;
	font-size:18px;
	color:#b78a74;
	margin-bottom:40px;
	line-height:1.2em;
	font-family: "adobe-garamond-pro",sans-serif;
}

.story-col {
	position:relative;
	width:66.66%;
	float:left;
	font-size:16px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

.edu-story h1, .story-col h1 {
	font-size:48px;
	color:#c26031;
	text-align:left;
	margin-bottom:22px;
}

.story-col h2 {
	width:100%;
	float:left;
	text-align:left;
	font-size:30;
	margin-bottom:20px;
	margin-top:20px;
}

.story-col h3 {
	font-size:24px;
	color:#656259;
	text-align:left;
	margin-bottom:10px;
}

.story-col h4 {
	font-size:20px;
	color:#656259;
	text-align:left;
	margin-bottom:6px;
	margin-top: 15px;
}

.story-col ol li, .story-col ul li {
	margin-bottom:10px;
}

.story-col img.full-width {
	display:none;
}

.side-quote {
	width: 35%;
	position: absolute;
	right: -45%;
	top: 123px;
	margin-bottom: 20px;
	line-height: 1.4em;
	font-family: "adobe-garamond-pro",sans-serif;
}

.side-quote .quote-text {
	font-size:18px;
}

.side-quote .quote::before {
	font-size:55px;
	top:14px;
}

.side-quote .end-quote::after {
	font-size:38px;
	right:-21px;
}

.side-quote .quote-author {
	font-size:14px;
	margin-bottom:10px;
}

.photo-row {
	width:100%;
	float:left;
	margin:0px;
}

.photo-row img {
	width:50% !important;
	height:auto !important;
	float:left;
}

.photo-row img:nth-of-type(1) {
	padding-right:10px;
}

.photo-row img:nth-of-type(2) {
	padding-left:10px;
}

.photo-30 {
	width: 30%;
	float: left;
	padding-right: 10px;
}

.photo-right {
	width: 50%;
	float: right;
	padding-left: 30px;
}

.bleed-col.detail-watch, .bleed-col.detail-listen {
	border-top:solid 10px #f1f1f1;
}

.bleed-col.detail-watch {
	padding-bottom:33px;
}

.search-head {
	background:#e7e5e1;
	padding:40px 0px 36px 0px;
	margin-bottom:46px;
}

.search-head h1 {
	color:#656259;
	margin-top:0px;
	font-size:36px;
}

#search-form label {
	display:none;
}

#search-form input[type="submit"] {
	display:none;
}

#search-form input[type="search"] {
	width:100%;
	background:#f1f1f1 url('../img/search-icon-trans.png') center right no-repeat;
	background-position: right 15px center;
	border:solid 1px #f1f1f1;
	font-size:24px;
	color:#64615C;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
	padding:16px 12px;
	padding-right: 45px;
}

#search-form ::-webkit-input-placeholder {
   color: #bab9b6;
}

#search-form :-moz-placeholder { /* Firefox 18- */
   color: #bab9b6;
}

#search-form ::-moz-placeholder {  /* Firefox 19+ */
   color: #bab9b6;
}

#search-form :-ms-input-placeholder {
   color: #bab9b6;
}

.search-filter {
	width:15.08%;
	float:left;
	margin-right:1.75%;
	margin-bottom:20px;
}

.search-filter h3 {
	background:#e7e5e1;
	font-size:18px;
	padding:20px 18px;
	margin:0 0px 2px 0;
	text-transform:capitalize;
	color: #575450;
}

.search-filter ul {
	list-style:none;
	margin:0px;
	padding:0px;
	width: 100%;
}

.search-filter ul li {
	margin:0;
	padding:0;
}

.search-filter ul li a, .search-filter ul li.truncate {
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
	width:100%;
	display:block;
	font-size:16px;
	padding:12px 18px;
	background:#eae9e6;
	margin:0 0 2px 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.search-filter ul li.truncate {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style:italic;
}

.search-filter ul li a:hover, .search-filter ul li.truncate:hover {
	background:#e2e1de;
	cursor:pointer;
}

.search-filter ul li a.active {
	background:#99441d;
	color:#f1f1f1;
}

#results-wrapper {
	width:66.31%;
	float:left;
	margin-bottom:20px;
	position:relative;
	z-index:200;
}

/*Because it's nesting these and I don't know where that template is*/
#results-wrapper #results-wrapper {
	width:100%;
	margin-bottom:0px;
}

#results-wrapper .result-item {
	width:100%;
	float:left;
	background:#e7e5e1;
	font-size:18px;
	padding:20px 18px;
	margin:0 0 2px 0;
	color:#656259;
}

#results-wrapper .result-item:hover {
	background:#E0DEDA;
}

#results-wrapper h3 {
	width:100%;
	float:left;
	background:#e7e5e1;
	font-size:18px;
	padding:20px 18px;
	margin:0 0 2px 0;
	color: #575450;
}

#results-wrapper h2 {
	width:100%;
	float:left;
	font-size:18px;
	padding:20px 18px;
	margin:0 0 2px 0;
	text-align:left;
	background:#d5d2cd;
	color: #575450;
}

#results-wrapper .area-label {
	float:right;
	font-size:16px;
	color:#cf5e28;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

#results-wrapper .avatar-frame {
	width:70px;
	height:70px;
	float:left;
	margin-right:18px;
}

#results-wrapper .artist-meta {
	float:left;
}

#results-wrapper .artist-name {
	font-size:21px;
	margin-top:10px;
	display:block;
	color: #575450;
}

#results-wrapper .artist-tags {
	width:100%;
	float:left;
	font-size:16px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
	line-height: 1.2em;
}

#category-values li.truncate ~ li {
	display:none;
}

p.no-results-txt {
	width: 100%;
	float: left;
	padding: 18px;
	font-style: italic;
	font-size: 21px;
}

a:focus {
	/*outline: 0;*/
	-webkit-box-shadow: none;
	box-shadow: none;
}

button:focus {
	/*outline: 0;*/
	-webkit-box-shadow: inset 0 1px 1px rgba(207,94,40,.075), 0 0 2px rgba(207,94,40,0.6);
	box-shadow: inset 0 1px 1px rgba(207,94,40,.075), 0 0 2px rgba(207,94,40,0.6);
}

input[type="text"]:focus, input[type="search"]:focus {
	outline: 0;
	-webkit-box-shadow:none;
	box-shadow:none;
	border:solid 1px #cf5e28 !important;
}

.navbar-toggle {
	margin-top:26px;
}

#loader {
	width: 66.31%;
	float: left;
	text-align:center;
	height:0px;
	opacity:0;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

#loader #loader-inside {
	padding:40px;
	font-size:21px;
	font-style:italic;
	margin-bottom: 20px;
	width:100%;
	float:left;
}

#loader.open {
	height:107px;
	opacity:1;
}

.image-grid #loader {
	width:100%;
	margin-top:-50px;
}

.image-grid #loader.open {
	margin-top:0px;
}

.spinner {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  border: 4px double;
  border-radius: 50%;
  border-color: transparent rgba(0,0,0,.3) rgba(0,0,0,.3);
  -webkit-animation: spin 600ms infinite linear;
  -moz-animation: spin 600ms infinite linear;
  -o-animation: spin 600ms infinite linear;
  animation: spin 600ms infinite linear;
  display:inline-block;
}

@-webkit-keyframes spin {
  100%{ transform: rotate(360deg); }
}

@-moz-keyframes spin {
  100%{ transform: rotate(360deg); }
}

@-o-keyframes spin {
  100%{ transform: rotate(360deg); }
}

@keyframes spin {
  100%{ transform: rotate(360deg); }
}

.search-pagination {
	width: 100%;
	float: left;
	text-align: center;
	margin-top:5px;
}

.search-pagination span, .search-pagination a {
	width:49.6%;
	float:left;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
	display:block;
	font-size:16px;
	padding:12px 18px;
	background:#eae9e6;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.search-pagination span {
	color:#B5B3AE;
}

.search-pagination .page-next {
	float:right;
}

.search-pagination a:hover {
	background:#e2e1de;
}

.navbar-form input.form-control {
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	background:#a2a9b3;
	border:solid 1px #a2a9b3;
	color:#363a43;
	font-size:18px;
}

.navbar-form input.form-control::-webkit-input-placeholder {
   color: #585c67;
}

.navbar-form input.form-control:-moz-placeholder { /* Firefox 18- */
   color: #585c67;
}

.navbar-form input.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #585c67;
}

.navbar-form input.form-control:-ms-input-placeholder {
   color: #585c67;
}

.navbar-form input[type="text"]:focus {
	border:solid 1px #fff !important;
}


.obscure {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
