/*!
	StoryMap

	Designed and built by Zach Wise for the Northwestern University Knight Lab

	This Source Code Form is subject to the terms of the Mozilla Public
	License, v. 2.0. If a copy of the MPL was not distributed with this
	file, You can obtain one at http://mozilla.org/MPL/2.0/.

*/
.vco-storyjs div * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.vco-storyjs .active,
.vco-storyjs .caption,
.vco-storyjs .content-container,
.vco-storyjs .credit,
.vco-storyjs .date,
.vco-storyjs .dot,
.vco-storyjs .era,
.vco-storyjs .flag,
.vco-storyjs .line,
.vco-storyjs .major,
.vco-storyjs .map,
.vco-storyjs .marker,
.vco-storyjs .media,
.vco-storyjs .message,
.vco-storyjs .minor,
.vco-storyjs .slider,
.vco-storyjs .start,
.vco-storyjs .text,
.vco-storyjs .time,
.vco-storyjs .title,
.vco-storyjs .toolbar,
.vco-storyjs .vco-container,
.vco-storyjs .vco-feature,
.vco-storyjs .vco-feedback,
.vco-storyjs .vco-navigation,
.vco-storyjs .vco-slider,
.vco-storyjs a,
.vco-storyjs abbr,
.vco-storyjs acronym,
.vco-storyjs address,
.vco-storyjs blockquote,
.vco-storyjs button,
.vco-storyjs caption,
.vco-storyjs cite,
.vco-storyjs code,
.vco-storyjs dd,
.vco-storyjs del,
.vco-storyjs dfn,
.vco-storyjs dl,
.vco-storyjs dt,
.vco-storyjs em,
.vco-storyjs fieldset,
.vco-storyjs form,
.vco-storyjs h1,
.vco-storyjs h2,
.vco-storyjs h3,
.vco-storyjs h4,
.vco-storyjs h5,
.vco-storyjs h6,
.vco-storyjs img,
.vco-storyjs label,
.vco-storyjs legend,
.vco-storyjs li,
.vco-storyjs ol,
.vco-storyjs p,
.vco-storyjs pre,
.vco-storyjs q,
.vco-storyjs s,
.vco-storyjs samp,
.vco-storyjs small,
.vco-storyjs strike,
.vco-storyjs strong,
.vco-storyjs sub,
.vco-storyjs sup,
.vco-storyjs table,
.vco-storyjs tbody,
.vco-storyjs td,
.vco-storyjs tfoot,
.vco-storyjs th,
.vco-storyjs thead,
.vco-storyjs tr,
.vco-storyjs tt,
.vco-storyjs ul,
.vco-storyjs var {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: 400;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	width: auto;
	float: none
}

.vco-storyjs h1,
.vco-storyjs h2,
.vco-storyjs h3,
.vco-storyjs h4,
.vco-storyjs h5,
.vco-storyjs h6 {
	clear: none
}

.vco-storyjs table {
	border-collapse: collapse;
	border-spacing: 0
}

.vco-storyjs ol,
.vco-storyjs ul {
	list-style: none
}

.vco-storyjs blockquote:after,
.vco-storyjs blockquote:before,
.vco-storyjs q:after,
.vco-storyjs q:before {
	content: ""
}

.vco-storyjs a:focus {
	outline: thin dotted
}

.vco-storyjs a:active,
.vco-storyjs a:hover {
	outline: 0
}

.vco-storyjs article,
.vco-storyjs aside,
.vco-storyjs details,
.vco-storyjs figcaption,
.vco-storyjs figure,
.vco-storyjs footer,
.vco-storyjs header,
.vco-storyjs hgroup,
.vco-storyjs nav,
.vco-storyjs section {
	display: block
}

.vco-storyjs audio,
.vco-storyjs canvas,
.vco-storyjs video {
	display: inline-block
}

.vco-storyjs audio:not([controls]) {
	display: none
}

.vco-storyjs div {
	max-width: none
}

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

.vco-storyjs sup {
	top: -.5em
}

.vco-storyjs sub {
	bottom: -.25em
}

.vco-storyjs img {
	border: 0;
	-ms-interpolation-mode: bicubic
}

.vco-storyjs button,
.vco-storyjs input,
.vco-storyjs select,
.vco-storyjs textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline
}

.vco-storyjs button,
.vco-storyjs input {
	line-height: normal
}

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

.vco-storyjs button,
.vco-storyjs input[type=button],
.vco-storyjs input[type=reset],
.vco-storyjs input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button
}

.vco-storyjs input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.vco-storyjs input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

.vco-storyjs textarea {
	overflow: auto;
	vertical-align: top
}

.vco-storymap {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.vco-storymap h1,
.vco-storymap h2,
.vco-storymap h3 {
	font-size: 36px;
	line-height: 36px
}

.vco-storymap h1 small,
.vco-storymap h2 small,
.vco-storymap h3 small {
	font-size: 24px;
	line-height: 24px
}

.vco-storymap h4,
.vco-storymap h5,
.vco-storymap h6 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 0
}

.vco-storymap h4 small,
.vco-storymap h5 small,
.vco-storymap h6 small {
	font-size: 15px;
	line-height: 15px
}

.vco-storymap h2.vco-headline-title {
	font-size: 46px;
	line-height: 46px
}

.vco-storymap h2.vco-headline-title small {
	display: block;
	margin-top: 5px;
	font-size: 24px;
	line-height: 24px
}

.vco-storymap h2 {
	margin-top: 20px;
	margin-bottom: 5px
}

.vco-storymap p {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #666
}

.vco-storymap p a {
	color: #666;
	text-decoration: none;
	background-image: -moz-linear-gradient(top, rgba(102, 102, 102, 0) 50%, rgba(102, 102, 102, .6) 50%);
	background-image: -webkit-linear-gradient(top, rgba(102, 102, 102, 0) 50%, rgba(102, 102, 102, .6) 50%);
	background-image: -o-linear-gradient(top, rgba(102, 102, 102, 0) 50%, rgba(102, 102, 102, .6) 50%);
	background-image: linear-gradient(to bottom, rgba(102, 102, 102, 0) 50%, rgba(102, 102, 102, .6) 50%);
	background-repeat: repeat-x;
	background-size: 2px 2px;
	background-position: 0 17px;
	text-shadow: -2px -1px 0 #fff, 2px -1px 0 #fff, -2px 1px 0 #fff, 2px 1px 0 #fff
}

.vco-storymap p a:focus,
.vco-storymap p a:hover {
	color: rgba(125, 0, 0, 0.85);
	text-decoration: none
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
	.vco-storymap p a {
		text-decoration: underline;
		background-image: none;
		text-shadow: none
	}

	.vco-storymap p a:focus,
	.vco-storymap p a:hover {
		color: rgba(125, 0, 0, 0.85);
		text-decoration: underline
	}
}

.vco-storymap b,
.vco-storymap strong {
	font-weight: 700
}

.vco-storymap em,
.vco-storymap i {
	font-style: italic
}

.vco-storymap a {
	text-decoration: none;
	color: rgba(139, 0, 0, 0.85)
}

.vco-storymap a:hover {
	text-decoration: underline;
	color: #6e2717
}

.vco-storymap .vco-caption,
.vco-storymap .vco-credit,
.vco-storymap .vco-slidenav-next,
.vco-storymap .vco-slidenav-previous {
	font-size: 11px;
	line-height: 11px
}

.vco-storymap .vco-caption a,
.vco-storymap .vco-credit a,
.vco-storymap .vco-slidenav-next a,
.vco-storymap .vco-slidenav-previous a {
	color: #000
}

.vco-storymap blockquote,
.vco-storymap blockquote p {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #999;
	font-size: 24px;
	line-height: 24px;
	text-align: left;
	background: 0 0;
	border: 0;
	padding: 0
}

.vco-storymap blockquote cite,
.vco-storymap blockquote p cite {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666;
	display: block;
	text-align: right;
	font-style: normal
}

.vco-storymap blockquote cite:before,
.vco-storymap blockquote p cite:before {
	content: "\2014"
}

.vco-storymap blockquote p:before {
	content: open-quote;
	display: inline-block;
	font-size: 36px;
	position: relative;
	top: 8px;
	margin-right: 5px
}

.vco-storymap blockquote p:after {
	content: close-quote;
	display: inline-block;
	font-size: 36px;
	position: relative;
	top: 8px;
	margin-left: 3px
}

.vco-storymap blockquote {
	margin: 10px
}

.vco-storymap blockquote p {
	margin: 0
}

.vco-storymap .vcard {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 15px
}

.vco-storymap .vco-text ul {
	padding: 0;
	padding-left: 30px;
	margin: 0
}

.vco-storymap .vco-text ul li {
	margin-bottom: 5px
}

.vco-storymap .vco-note {
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	background-color: #e6e6e6;
	font-size: 15px;
	line-height: 17px;
	padding: 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	color: #8a6d3b;
	background-color: #fcf8e3;
	border: 1px solid #faebcc
}

@media only screen and (max-width:800px),
only screen and (max-device-width:800px) {

	.vco-storymap h1,
	.vco-storymap h2,
	.vco-storymap h3 {
		font-size: 36px;
		line-height: 36px
	}
}

@media only screen and (max-width:500px),
only screen and (max-device-width:500px) {

	.vco-storymap h1,
	.vco-storymap h2,
	.vco-storymap h3 {
		font-size: 32px;
		line-height: 32px
	}
}

.vco-skinny h2 {
	margin-top: 0;
	padding-top: 20px
}

@font-face {
	font-family: vco-icons;
	src: url(icons/vco-icons.eot);
	src: url(icons/vco-icons.eot?#iefix) format('embedded-opentype'), url(icons/vco-icons.ttf) format('truetype'), url(icons/vco-icons.woff) format('woff'), url(icons/vco-icons.svg#vco-icons) format('svg');
	font-weight: 400;
	font-style: normal
}

[class*=" vco-icon-"],
[class^=vco-icon-] {
	font-family: vco-icons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.vco-icon-vine:after {
	content: "\e64d"
}

.vco-icon-wikipedia:after {
	content: "\e64e"
}

.vco-icon-chevron-right:after {
	content: "\e64f"
}

.vco-icon-chevron-left:after {
	content: "\e650"
}

.vco-icon-youtube-logo:after {
	content: "\e651"
}

.vco-icon-foursquare:after {
	content: "\e652"
}

.vco-icon-camera-retro:after {
	content: "\e653"
}

.vco-icon-doc:after {
	content: "\e654"
}

.vco-icon-weibo:after {
	content: "\e655"
}

.vco-icon-resize-horizontal:after {
	content: "\e656"
}

.vco-icon-resize-vertical:after {
	content: "\e657"
}

.vco-icon-resize-full:after {
	content: "\e658"
}

.vco-icon-resize-small:after {
	content: "\e659"
}

.vco-icon-twitter:after {
	content: "\e62b"
}

.vco-icon-google-plus:after {
	content: "\e62c"
}

.vco-icon-video:after {
	content: "\e62d"
}

.vco-icon-youtube:after {
	content: "\e62d"
}

.vco-icon-plaintext:after {
	content: "\e62e"
}

.vco-icon-storify:after {
	content: "\e62e"
}

.vco-icon-image-v2:after {
	content: "\e62f"
}

.vco-icon-quote-v2:after {
	content: "\e630"
}

.vco-icon-zoom-in:after {
	content: "\e631"
}

.vco-icon-zoom-out:after {
	content: "\e632"
}

.vco-icon-list:after {
	content: "\e633"
}

.vco-icon-music:after {
	content: "\e634"
}

.vco-icon-location:after {
	content: "\e635"
}

.vco-icon-web:after {
	content: "\e636"
}

.vco-icon-share-v2:after {
	content: "\e637"
}

.vco-icon-soundcloud:after {
	content: "\e639"
}

.vco-icon-video-v2:after {
	content: "\e63a"
}

.vco-icon-dailymotion:after {
	content: "\e63a"
}

.vco-icon-tumblr:after {
	content: "\e63b"
}

.vco-icon-lastfm:after {
	content: "\e63c"
}

.vco-icon-github:after {
	content: "\e63d"
}

.vco-icon-goback:after {
	content: "\e63e"
}

.vco-icon-doc-v2:after {
	content: "\e63f"
}

.vco-icon-googledrive:after {
	content: "\e640"
}

.vco-icon-facebook:after {
	content: "\e641"
}

.vco-icon-flickr:after {
	content: "\e642"
}

.vco-icon-dribbble:after {
	content: "\e643"
}

.vco-icon-image:after {
	content: "\e605"
}

.vco-icon-vimeo:after {
	content: "\e606"
}

.vco-icon-instagram:after {
	content: "\e644"
}

.vco-icon-pinterest:after {
	content: "\e645"
}

.vco-icon-arrow-left:after {
	content: "\e646"
}

.vco-icon-arrow-down:after {
	content: "\e647"
}

.vco-icon-arrow-up:after {
	content: "\e648"
}

.vco-icon-arrow-right:after {
	content: "\e649"
}

.vco-icon-share:after {
	content: "\e64a"
}

.vco-icon-blockquote:after {
	content: "\e64b"
}

.vco-icon-evernote:after {
	content: "\e64c"
}

.vco-icon-mappin:after {
	content: "\e600"
}

.vco-icon-swipe-right:after {
	content: "\e601"
}

.vco-icon-swipe-left:after {
	content: "\e602"
}

.vco-icon-touch-spread:after {
	content: "\e603"
}

.vco-icon-touch-pinch:after {
	content: "\e604"
}

.vco-dragging {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}

.vco-menubar {
	position: absolute;
	z-index: 11;
	text-align: left;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom-right-radius: 7px;
	left: 0
}

.vco-menubar .vco-menubar-button:first-child {
	border-left: 0
}

@keyframes invertToBlack {
	from {
		background-color: #FFF
	}

	to {
		background-color: #000
	}
}

@-webkit-keyframes invertToBlack {
	from {
		background: #FFF
	}

	to {
		background: #000
	}
}

@keyframes invertToWhite {
	from {
		background-color: #000
	}

	to {
		background-color: #FFF
	}
}

@-webkit-keyframes invertToWhite {
	from {
		background: #000
	}

	to {
		background: #FFF
	}
}

.vco-menubar-button {
	border-left: 1px solid #e6e6e6;
	font-size: 14px;
	padding: 6px 12px 6px 12px;
	background-color: rgba(217, 217, 217, .9);
	background-color: #FFF;
	cursor: pointer;
	font-weight: 700;
	color: #737373
}

.vco-menubar-button .vco-icon-arrow-down,
.vco-menubar-button .vco-icon-arrow-up {
	display: inline-block;
	height: 14px;
	overflow: hidden;
	font-size: 20px;
	position: relative;
	top: -2px
}

.vco-menubar-button:hover {
	background: rgba(125, 0, 0, 0.85);
	color: #FFF
}

.vco-mobile .vco-menubar-button:hover {
	background-color: rgba(217, 217, 217, .67);
	color: #737373
}

.vco-mobile .vco-menubar-button:active {
	background: rgba(125, 0, 0, 0.85);
	color: #FFF
}

@keyframes invertToBlack {
	from {
		background-color: #FFF
	}

	to {
		background-color: #000
	}
}

@-webkit-keyframes invertToBlack {
	from {
		background: #FFF
	}

	to {
		background: #000
	}
}

@keyframes invertToWhite {
	from {
		background-color: #000
	}

	to {
		background-color: #FFF
	}
}

@-webkit-keyframes invertToWhite {
	from {
		background: #000
	}

	to {
		background: #FFF
	}
}

.vco-message,
.vco-message-full {
	width: 100%;
	height: 100%;
	position: absolute;
	display: table;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 99;
	margin: auto;
	text-align: center
}

.vco-message .vco-message-container,
.vco-message-full .vco-message-container {
	padding: 20px;
	margin: 20px;
	text-align: center;
	vertical-align: middle;
	display: table-cell
}

.vco-message .vco-message-container .vco-message-content,
.vco-message-full .vco-message-container .vco-message-content {
	color: #666;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
	margin-top: 7.5px;
	margin-bottom: 7.5px;
	text-shadow: 1px 1px 1px #FFF
}

.vco-message .vco-message-container .vco-loading-icon,
.vco-message-full .vco-message-container .vco-loading-icon {
	width: 30px;
	height: 30px;
	background-color: #666;
	vertical-align: middle;
	-webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, .1);
	-moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 2px rgba(255, 255, 255, .1);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	-webkit-animation: rotateplane 1.2s infinite ease-in-out;
	animation: rotateplane 1.2s infinite ease-in-out
}

@-webkit-keyframes rotateplane {
	0% {
		-webkit-transform: perspective(120px)
	}

	50% {
		-webkit-transform: perspective(120px) rotateY(180deg)
	}

	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
	}
}

@keyframes rotateplane {
	0% {
		transform: perspective(120px) rotateX(0) rotateY(0)
	}

	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
	}

	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}

.vco-message-full {
	background-color: rgba(51, 51, 51, .8)
}

.vco-message-full [class*=" vco-icon-"],
.vco-message-full [class^=vco-icon-] {
	color: #FFF;
	font-size: 72px
}

.vco-message-full .vco-message-container .vco-message-content {
	font-size: 22px;
	line-height: 22px;
	text-shadow: none;
	color: #FFF;
	text-transform: none;
	font-weight: 700
}

.vco-message-full .vco-message-container .vco-message-content .vco-button {
	display: inline-block;
	cursor: pointer;
	background-color: #FFF;
	color: #333;
	padding: 10px;
	margin-top: 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px
}

.vcoanimate {
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}

.vco-animate {
	-webkit-transition: all 1s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all 1s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all 1s cubic-bezier(.77, 0, .175, 1);
	transition: all 1s cubic-bezier(.77, 0, .175, 1);
	-webkit-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
	-moz-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
	-o-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
	transition-timing-function: cubic-bezier(.77, 0, .175, 1)
}

.vco-animate-opacity {
	-webkit-transition: opacity 1s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: opacity 1s cubic-bezier(.77, 0, .175, 1);
	-o-transition: opacity 1s cubic-bezier(.77, 0, .175, 1);
	transition: opacity 1s cubic-bezier(.77, 0, .175, 1);
	-webkit-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
	-moz-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
	-o-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
	transition-timing-function: cubic-bezier(.77, 0, .175, 1)
}

.vco-slide {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto
}

.vco-slide .vco-slide-calltoaction {
	cursor: pointer;
	font-weight: 700;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px
}

.vco-slide .vco-slide-calltoaction .vco-slide-calltoaction-button-text {
	display: inline-block;
	background-color: rgba(125, 0, 0, 0.85);
	color: #FFF;
	padding: 10px 15px 10px 15px;
	border-radius: 7px
}

.vco-slide .vco-slide-calltoaction:hover .vco-slide-calltoaction-button-text {
	background-color: rgba(139, 0, 0, 1);
	color: #FFF
}

.vco-slide .vco-slide-background {
	background-color: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
	display: none;
	filter: alpha(opacity=50);
	-khtml-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.vco-slide .vco-slide-scrollable-container {
	display: table;
	table-layout: fixed;
	height: 100%;
	z-index: 1
}

.vco-slide .vco-slide-content-container {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 3
}

.vco-slide .vco-slide-content-container .vco-slide-content {
	vertical-align: middle;
	padding-left: 100px;
	padding-right: 100px;
	position: relative;
	max-width: 100%
}

.vco-slide .vco-slide-content-container .vco-slide-content .vco-media {
	position: relative;
	width: 100%;
	min-width: 50%;
	float: left;
	margin-top: auto;
	margin-bottom: auto
}

.vco-slide .vco-slide-content-container .vco-slide-content .vco-text {
	width: 50%;
	max-width: 50%;
	min-width: 120px;
	padding: 0 20px 0 20px;
	display: table-cell;
	vertical-align: middle;
	text-align: left
}

.vco-slide .vco-slide-content-container .vco-slide-content .vco-text .vco-slide-calltoaction {
	width: 100%
}

.vco-slide-media-only .vco-slide-content-container .vco-slide-content {
	text-align: center
}

.vco-slide-media-only .vco-slide-content-container .vco-slide-content .vco-media {
	text-align: center;
	position: relative;
	width: 100%;
	min-width: 50%;
	max-width: 100%;
	float: none;
	margin-top: auto;
	margin-bottom: auto
}

.vco-slide-media-only .vco-slide-content-container .vco-slide-content .vco-text {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

.vco-slide-media-only .vco-slide-content-container .vco-slide-content .vco-text h2 {
	margin-top: 20px;
	margin-bottom: 20px
}

.vco-slide-text-only .vco-slide-content-container .vco-slide-content {
	text-align: center
}

.vco-slide-text-only .vco-slide-content-container .vco-slide-content .vco-text {
	max-width: 80%;
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.vco-slide.vco-full-color-background,
.vco-slide.vco-full-image-background {
	color: #FFF !important;
	text-shadow: 1px 1px 1px #000 !important
}

.vco-slide.vco-full-color-background h1,
.vco-slide.vco-full-color-background h2,
.vco-slide.vco-full-color-background h3,
.vco-slide.vco-full-color-background h4,
.vco-slide.vco-full-color-background h5,
.vco-slide.vco-full-color-background h6,
.vco-slide.vco-full-color-background p,
.vco-slide.vco-full-image-background h1,
.vco-slide.vco-full-image-background h2,
.vco-slide.vco-full-image-background h3,
.vco-slide.vco-full-image-background h4,
.vco-slide.vco-full-image-background h5,
.vco-slide.vco-full-image-background h6,
.vco-slide.vco-full-image-background p {
	color: #FFF !important;
	text-shadow: 1px 1px 1px #000 !important
}

.vco-slide.vco-full-color-background a,
.vco-slide.vco-full-color-background a:hover,
.vco-slide.vco-full-color-background b,
.vco-slide.vco-full-color-background blockquote,
.vco-slide.vco-full-color-background blockquote p,
.vco-slide.vco-full-color-background i,
.vco-slide.vco-full-image-background a,
.vco-slide.vco-full-image-background a:hover,
.vco-slide.vco-full-image-background b,
.vco-slide.vco-full-image-background blockquote,
.vco-slide.vco-full-image-background blockquote p,
.vco-slide.vco-full-image-background i {
	color: #FFF !important;
	text-shadow: 1px 1px 1px #000 !important;
	color: #fff
}

.vco-slide.vco-full-color-background .vco-caption,
.vco-slide.vco-full-color-background .vco-credit,
.vco-slide.vco-full-image-background .vco-caption,
.vco-slide.vco-full-image-background .vco-credit {
	color: #FFF !important;
	text-shadow: 1px 1px 1px #000 !important
}

.vco-slide.vco-full-color-background .vco-media-blockquote blockquote,
.vco-slide.vco-full-color-background .vco-media-twitter blockquote,
.vco-slide.vco-full-image-background .vco-media-blockquote blockquote,
.vco-slide.vco-full-image-background .vco-media-twitter blockquote {
	color: #FFF !important;
	text-shadow: 1px 1px 1px #000 !important
}

.vco-slide.vco-full-color-background .vco-media-blockquote blockquote p,
.vco-slide.vco-full-color-background .vco-media-twitter blockquote p,
.vco-slide.vco-full-image-background .vco-media-blockquote blockquote p,
.vco-slide.vco-full-image-background .vco-media-twitter blockquote p {
	color: #FFF !important;
	text-shadow: 1px 1px 1px #000 !important
}

.vco-slide.vco-full-color-background .vcard .nickname,
.vco-slide.vco-full-color-background .vcard a,
.vco-slide.vco-full-image-background .vcard .nickname,
.vco-slide.vco-full-image-background .vcard a {
	color: #FFF !important;
	text-shadow: 1px 1px 1px #000 !important
}

.vco-slide.vco-full-image-background {
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center 25%;
	text-shadow: 1px 1px 2px #000
}

.vco-slide.vco-full-image-background h1,
.vco-slide.vco-full-image-background h2,
.vco-slide.vco-full-image-background h3,
.vco-slide.vco-full-image-background h4,
.vco-slide.vco-full-image-background h5,
.vco-slide.vco-full-image-background h6,
.vco-slide.vco-full-image-background p {
	text-shadow: 1px 1px 2px #000
}

.vco-slide.vco-full-image-background .vco-caption,
.vco-slide.vco-full-image-background .vco-credit {
	text-shadow: 1px 1px 2px #000
}

.vco-slide.vco-full-image-background .vco-media-blockquote blockquote,
.vco-slide.vco-full-image-background .vco-media-twitter blockquote {
	text-shadow: 1px 1px 2px #000 !important
}

.vco-slide.vco-full-image-background .vco-media-blockquote blockquote p,
.vco-slide.vco-full-image-background .vco-media-twitter blockquote p {
	text-shadow: 1px 1px 2px #000 !important
}

.vco-slide.vco-text-background .vco-text .vco-text-content-container {
	padding: 20px;
	background: #000 transparent;
	background: rgba(0, 0, 0, .6);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px
}

.vco-slide.vco-text-background .vco-text .vco-text-content-container h2 {
	margin-top: 5px
}

.vco-layout-landscape .vco-slide .vco-slide-content-container .vco-slide-content .vco-media {
	display: block;
	vertical-align: baseline;
	height: auto;
	margin-bottom: 20px;
	max-height: 50%
}

.vco-layout-landscape .vco-slide .vco-slide-content-container .vco-slide-content .vco-text {
	display: block;
	height: auto;
	vertical-align: baseline;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	float: none;
	padding: 0
}

.vco-skinny .vco-slide {
	display: block
}

.vco-skinny .vco-slide .vco-slide-content-container {
	display: block;
	position: static;
	height: auto;
	vertical-align: baseline
}

.vco-skinny .vco-slide .vco-slide-content-container .vco-slide-content {
	display: block;
	position: static;
	vertical-align: baseline;
	height: auto
}

.vco-skinny .vco-slide .vco-slide-content-container .vco-slide-content .vco-media {
	position: static;
	width: 100%;
	height: auto;
	float: none;
	display: block
}

.vco-skinny .vco-slide .vco-slide-content-container .vco-slide-content .vco-text {
	display: block;
	height: auto;
	vertical-align: baseline;
	position: static;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	float: none;
	padding: 0
}

.vco-skinny .vco-slide .vco-slide-content-container .vco-slide-content .vco-text .vco-text-content-container {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px
}

.vco-mobile.vco-skinny .vco-slide-content-container .vco-slide-content .vco-media embed,
.vco-mobile.vco-skinny .vco-slide-content-container .vco-slide-content .vco-media iframe,
.vco-mobile.vco-skinny .vco-slide-content-container .vco-slide-content .vco-media img,
.vco-mobile.vco-skinny .vco-slide-content-container .vco-slide-content .vco-media object,
.vco-mobile.vco-skinny .vco-slide-content-container .vco-slide-content .vco-media video {
	max-height: 175px
}

.vco-slidenav-next,
.vco-slidenav-previous {
	position: absolute;
	top: 45%;
	z-index: 10;
	cursor: pointer
}

.vco-slidenav-next .vco-slidenav-content-container,
.vco-slidenav-previous .vco-slidenav-content-container {
	height: 200px;
	width: 00px;
	position: absolute
}

.vco-slidenav-next .vco-slidenav-description,
.vco-slidenav-next .vco-slidenav-title,
.vco-slidenav-previous .vco-slidenav-description,
.vco-slidenav-previous .vco-slidenav-title {
	width: 100%;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	filter: alpha(opacity=15);
	-khtml-opacity: .15;
	-moz-opacity: .15;
	opacity: .15
}

.vco-slidenav-next .vco-slidenav-title,
.vco-slidenav-previous .vco-slidenav-title {
	margin-top: 10px;
	font-size: 15px;
	line-height: 15px;
	font-size: 11px;
	line-height: 11px
}

.vco-slidenav-next .vco-slidenav-description,
.vco-slidenav-previous .vco-slidenav-description {
	font-size: 11px
}

.vco-slidenav-next .vco-slidenav-content-container .vco-slidenav-description,
.vco-slidenav-next .vco-slidenav-content-container .vco-slidenav-icon,
.vco-slidenav-next .vco-slidenav-content-container .vco-slidenav-title,
.vco-slidenav-previous .vco-slidenav-content-container .vco-slidenav-description,
.vco-slidenav-previous .vco-slidenav-content-container .vco-slidenav-icon,
.vco-slidenav-previous .vco-slidenav-content-container .vco-slidenav-title {
	text-shadow: 1px 1px 1px #FFF;
	color: #FFF
}

.vco-slidenav-next .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-description,
.vco-slidenav-next .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-icon,
.vco-slidenav-next .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-title,
.vco-slidenav-previous .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-description,
.vco-slidenav-previous .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-icon,
.vco-slidenav-previous .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-title {
	color: #333;
	text-shadow: 1px 1px 1px #333
}

.vco-slidenav-next .vco-slidenav-icon,
.vco-slidenav-previous .vco-slidenav-icon {
	font-family: vco-icons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 32px;
	margin-bottom: 5px
}

.vco-slidenav-next:hover .vco-slidenav-description,
.vco-slidenav-next:hover .vco-slidenav-title,
.vco-slidenav-previous:hover .vco-slidenav-description,
.vco-slidenav-previous:hover .vco-slidenav-title {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1
}

.vco-slidenav-next {
	text-align: right;
	margin-right: 10px;
	right: 100px
}

.vco-slidenav-next .vco-slidenav-icon {
	margin-left: 76px
}

.vco-slidenav-next .vco-slidenav-icon:before {
	content: "\e64f"
}

.vco-slidenav-next:hover .vco-slidenav-icon {
	margin-left: 80px
}

.vco-slidenav-previous {
	text-align: left;
	margin-left: 10px
}

.vco-slidenav-previous .vco-slidenav-icon {
	margin-left: 0
}

.vco-slidenav-previous .vco-slidenav-icon:before {
	content: "\e650"
}

.vco-slidenav-previous:hover .vco-slidenav-icon {
	margin-left: -4px
}

.vco-skinny .vco-slidenav-next {
	right: 32px
}

.vco-skinny .vco-slidenav-next .vco-slidenav-icon {
	margin-left: 8px
}

.vco-skinny .vco-slidenav-next:hover .vco-slidenav-icon {
	margin-left: 12px;
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1
}

.vco-skinny .vco-slidenav-previous:hover .vco-slidenav-icon {
	margin-left: -4px;
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1
}

.vco-skinny .vco-slidenav-next .vco-slidenav-content-container,
.vco-skinny .vco-slidenav-previous .vco-slidenav-content-container {
	width: 32px;
	height: 32px
}

.vco-skinny .vco-slidenav-next .vco-slidenav-content-container .vco-slidenav-description,
.vco-skinny .vco-slidenav-next .vco-slidenav-content-container .vco-slidenav-icon,
.vco-skinny .vco-slidenav-next .vco-slidenav-content-container .vco-slidenav-title,
.vco-skinny .vco-slidenav-previous .vco-slidenav-content-container .vco-slidenav-description,
.vco-skinny .vco-slidenav-previous .vco-slidenav-content-container .vco-slidenav-icon,
.vco-skinny .vco-slidenav-previous .vco-slidenav-content-container .vco-slidenav-title {
	color: #333
}

.vco-skinny .vco-slidenav-next .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-description,
.vco-skinny .vco-slidenav-next .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-icon,
.vco-skinny .vco-slidenav-next .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-title,
.vco-skinny .vco-slidenav-previous .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-description,
.vco-skinny .vco-slidenav-previous .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-icon,
.vco-skinny .vco-slidenav-previous .vco-slidenav-content-container.vco-slidenav-inverted .vco-slidenav-title {
	color: #FFF
}

.vco-skinny .vco-slidenav-next .vco-slidenav-description,
.vco-skinny .vco-slidenav-next .vco-slidenav-title,
.vco-skinny .vco-slidenav-previous .vco-slidenav-description,
.vco-skinny .vco-slidenav-previous .vco-slidenav-title {
	display: none
}

.vco-skinny .vco-slidenav-next .vco-slidenav-icon,
.vco-skinny .vco-slidenav-previous .vco-slidenav-icon {
	filter: alpha(opacity=33);
	-khtml-opacity: .33;
	-moz-opacity: .33;
	opacity: .33
}

.vco-layout-landscape.vco-mobile .vco-slidenav-next:hover {
	right: 70px
}

.vco-layout-landscape.vco-mobile .vco-slidenav-next:hover .vco-slidenav-icon {
	margin-left: 8px;
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1
}

.vco-layout-landscape.vco-mobile .vco-slidenav-next:active .vco-slidenav-icon {
	margin-left: 0;
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1
}

.vco-layout-landscape.vco-mobile .vco-slidenav-previous:hover .vco-slidenav-icon {
	margin-left: 80px;
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1
}

.vco-layout-landscape.vco-mobile .vco-slidenav-previous:active .vco-slidenav-icon {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	margin-left: -4px
}

.vco-layout-portrait.vco-mobile .vco-slidenav-next:hover .vco-slidenav-icon,
.vco-layout-portrait.vco-mobile .vco-slidenav-previous:hover .vco-slidenav-icon {
	filter: alpha(opacity=33);
	-khtml-opacity: .33;
	-moz-opacity: .33;
	opacity: .33
}

.vco-layout-portrait.vco-mobile .vco-slidenav-next:active .vco-slidenav-icon,
.vco-layout-portrait.vco-mobile .vco-slidenav-previous:active .vco-slidenav-icon {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1
}

.vco-mobile .vco-slidenav-next,
.vco-mobile .vco-slidenav-previous,
.vco-skinny.vco-layout-landscape.vco-mobile .vco-slidenav-next,
.vco-skinny.vco-layout-landscape.vco-mobile .vco-slidenav-previous,
.vco-skinny.vco-layout-portrait.vco-mobile .vco-slidenav-next,
.vco-skinny.vco-layout-portrait.vco-mobile .vco-slidenav-previous,
.vco-skinny.vco-mobile .vco-slidenav-next,
.vco-skinny.vco-mobile .vco-slidenav-previous {
	display: none
}

.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-icon:before,
.vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-icon:before {
	background-color: #333;
	padding: 20px;
	border: 1px solid #b3b3b3
}

.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-description,
.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-icon,
.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-title,
.vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-description,
.vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-icon,
.vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-title {
	text-shadow: none
}

.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-description,
.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-title,
.vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-description,
.vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-title {
	display: none
}

.vco-layout-landscape .vco-storyslider .vco-slidenav-previous {
	left: -100%;
	margin-left: 0
}

.vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-icon:before {
	border-bottom-right-radius: 7px;
	border-top-right-radius: 7px
}

.vco-layout-landscape .vco-storyslider .vco-slidenav-previous:hover .vco-slidenav-icon {
	margin-left: -4px
}

.vco-layout-landscape .vco-storyslider .vco-slidenav-next {
	right: 130px
}

.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-icon:before {
	border-bottom-left-radius: 7px;
	border-top-left-radius: 7px
}

.vco-storyslider {
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	position: relative
}

.vco-storyslider embed,
.vco-storyslider iframe,
.vco-storyslider img,
.vco-storyslider object,
.vco-storyslider video {
	max-width: 100%;
	position: relative
}

.vco-storyslider .vco-slider-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none
}

.vco-storyslider .vco-slider-touch-mask {
	width: 100%;
	height: 100%;
	z-index: 25;
	top: 0;
	left: 0;
	position: absolute
}

.vco-storyslider .vco-slider-container-mask {
	text-align: center;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 5
}

.vco-storyslider .vco-slider-container-mask .vco-slider-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center
}

.vco-storyslider .vco-slider-container-mask .vco-slider-container .vco-slider-item-container {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle
}

.vco-media {
	width: 100%;
	min-width: 50%;
	height: 100%;
	margin-top: auto;
	margin-bottom: auto;
	position: relative
}

.vco-media .vco-message {
	position: relative
}

.vco-media .vco-media-content-container .vco-media-content {
	position: relative
}

.vco-media .vco-media-content-container .vco-media-content:after,
.vco-media .vco-media-content-container .vco-media-content:before {
	display: table;
	content: ""
}

.vco-media .vco-media-content-container .vco-media-content:after {
	clear: both
}

.vco-media .vco-media-content-container .vco-media-content .vco-media-loaderror p {
	color: #d9d9d9;
	text-align: center
}

.vco-media .vco-media-content-container .vco-media-content .vco-media-loaderror p span {
	color: #d9d9d9
}

.vco-media .vco-media-content-container .vco-media-content .vco-media-loaderror [class*=" vco-icon-"],
.vco-media .vco-media-content-container .vco-media-content .vco-media-loaderror [class^=vco-icon-] {
	font-size: 36px;
	color: #d9d9d9;
	text-align: center
}

.vco-media .vco-media-content-container .vco-media-content embed,
.vco-media .vco-media-content-container .vco-media-content img,
.vco-media .vco-media-content-container .vco-media-content object,
.vco-media .vco-media-content-container .vco-media-content video {
	max-width: 90%;
	max-height: 90%;

}

.vco-media-shadow {
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, .5);
	-moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, .5);
	box-shadow: 1px 1px 7px rgba(0, 0, 0, .5)
}

.vcard {
	margin-bottom: 15px;
	margin-top: 10px
}

.vcard:after,
.vcard:before {
	display: table;
	content: ""
}

.vcard:after {
	clear: both
}

.vcard .twitter-date {
	text-align: left;
	font-size: 11px
}

.vcard .author {
	float: right
}

.vcard a {
	color: #333;
	text-decoration: none
}

.vcard a:hover {
	text-decoration: none
}

.vcard a:hover .fn,
.vcard a:hover .nickname {
	color: rgba(139, 0, 0, 0.85)
}

.vcard .fn,
.vcard .nickname {
	padding-left: 42px
}

.vcard .fn {
	display: block;
	font-weight: 700
}

.vcard .nickname {
	margin-top: 1px;
	display: block;
	color: #666
}

.vcard .avatar {
	float: left;
	display: block;
	width: 32px;
	height: 32px
}

.vcard .avatar img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.vco-slide.vco-full-color-background .vcard a,
.vco-slide.vco-full-color-background a,
.vco-slide.vco-full-image-background .vcard a,
.vco-slide.vco-full-image-background a {
	color: #FFF !important;
	text-shadow: 1px 1px 1px #000 !important;
	color: #fff
}

.vco-credit {
	color: #999;
	text-align: right;
	display: block;
	margin: 0 auto;
	margin-top: 6px;
	font-size: 10px;
	line-height: 13px
}

.vco-caption {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	color: #666;
	font-size: 11px;
	line-height: 14px;
	text-rendering: optimizeLegibility;
	word-wrap: break-word
}

.vco-full-color-background .vco-media-shadow:after,
.vco-full-color-background .vco-media-shadow:before,
.vco-full-image-background .vco-media-shadow:after,
.vco-full-image-background .vco-media-shadow:before {
	background: 0 0;
	-webkit-box-shadow: 0 0 0 #000;
	-moz-box-shadow: 0 0 0 #000;
	box-shadow: 0 0 0 #000
}

@media only screen and (max-width:500px),
only screen and (max-device-width:500px) {
	.vco-media {
		width: 100%;
		height: auto;
		float: none;
		display: block
	}
}

.vco-skinny .vco-media {
	width: 100%;
	height: auto;
	float: none;
	display: block
}

.vco-skinny .vco-media .vco-media-content-container .vco-caption,
.vco-skinny .vco-media .vco-media-content-container .vco-credit {
	margin-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 8px
}

.vco-skinny .vco-media .vco-media-content-container .vco-credit {
	margin-top: 0
}

.vco-text {
	width: 50%;
	max-width: 50%;
	min-width: 120px;
	padding: 0 20px 0 20px;
	display: table-cell;
	display: block;
	vertical-align: middle;
	text-align: left;
	text-shadow: none;
	color: #737373
}

.vco-text p {
	color: #737373
}

.vco-text h2.vco-headline,
.vco-text h2.vco-headline-title {
	margin-top: 0;
	color: #000
}

.vco-text .vco-headline-date,
.vco-text h3.vco-headline-date {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: 400;
	margin: 0 0 2px 0;
	color: #b3b3b3
}

.vco-text .vco-headline-date small,
.vco-text h3.vco-headline-date small {
	font-size: 15px;
	line-height: 15px;
	font-weight: 400;
	color: #b3b3b3
}

.vco-text .vco-text-date {
	display: inline-block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin-top: 10px;
	font-size: 12px;
	color: #b3b3b3
}

.vco-full-color-background .vco-text,
.vco-full-color-background .vco-text p,
.vco-full-image-background .vco-text,
.vco-full-image-background .vco-text p {
	color: #ababab !important;
	text-shadow: 1px 1px 2px #000
}

.vco-full-color-background .vco-text .vco-headline-date,
.vco-full-color-background .vco-text h3.vco-headline-date,
.vco-full-color-background .vco-text p .vco-headline-date,
.vco-full-color-background .vco-text p h3.vco-headline-date,
.vco-full-image-background .vco-text .vco-headline-date,
.vco-full-image-background .vco-text h3.vco-headline-date,
.vco-full-image-background .vco-text p .vco-headline-date,
.vco-full-image-background .vco-text p h3.vco-headline-date {
	color: #ababab !important
}

.vco-full-color-background .vco-text .vco-headline-date small,
.vco-full-color-background .vco-text h3.vco-headline-date small,
.vco-full-color-background .vco-text p .vco-headline-date small,
.vco-full-color-background .vco-text p h3.vco-headline-date small,
.vco-full-image-background .vco-text .vco-headline-date small,
.vco-full-image-background .vco-text h3.vco-headline-date small,
.vco-full-image-background .vco-text p .vco-headline-date small,
.vco-full-image-background .vco-text p h3.vco-headline-date small {
	color: #ababab !important
}

.vco-skinny .vco-text {
	width: 100%;
	max-width: 100%;
	min-width: auto;
	float: none;
	margin-top: 20px
}

.vco-mobile.vco-skinny .vco-media .vco-media-image {
	max-height: 250px !important
}

.vco-media .vco-media-twitter {
	text-align: left;
	clear: both
}

.vco-media .vco-media-twitter blockquote {
	margin: 0;
	margin-right: 15px;
	font-size: 15px;
	line-height: 21px;
	color: #333
}

.vco-media .vco-media-twitter blockquote p {
	font-size: 36px;
	line-height: 39px;
	color: #000
}

.vco-media .vco-media-twitter blockquote p:before {
	display: none
}

.vco-media .vco-media-twitter blockquote p:after {
	display: none
}

.vco-media .vco-media-twitter .vco-icon-twitter {
	color: #55ACEE
}

.vco-media .vco-media-twitter .vcard a.vco-date:hover,
.vco-media .vco-media-twitter .vcard a:hover {
	text-decoration: none;
	color: #55ACEE
}

.vco-media .vco-media-twitter .vcard a.vco-date:hover .fn,
.vco-media .vco-media-twitter .vcard a.vco-date:hover .nickname,
.vco-media .vco-media-twitter .vcard a:hover .fn,
.vco-media .vco-media-twitter .vcard a:hover .nickname {
	color: #55ACEE
}

.vco-slide-media-only .vco-media .vco-media-twitter {
	width: 80%;
	margin-left: auto;
	margin-right: auto
}

.vco-mobile.vco-skinny .vco-media .vco-media-twitter blockquote p {
	font-size: 15px;
	line-height: 21px
}

.vco-skinny .vco-media .vco-media-twitter {
	margin-left: 10px;
	margin-right: 10px
}

.vco-skinny .vco-media .vco-media-twitter blockquote p {
	font-size: 24px;
	line-height: 26px
}

.vco-media .vco-media-blockquote {
	text-align: left;
	clear: both
}

.vco-media .vco-media-blockquote blockquote {
	margin: 0;
	margin-right: 15px;
	text-align: left
}

.vco-media .vco-media-blockquote blockquote p {
	font-size: 36px;
	line-height: 39px
}

.vco-media .vco-media-blockquote blockquote cite {
	font-size: 15px;
	line-height: 21px;
	color: #333;
	text-align: right
}

.vco-media .vco-media-blockquote blockquote p:before {
	content: open-quote;
	display: inline-block;
	margin-right: 5px
}

.vco-media .vco-media-blockquote blockquote p:after {
	content: close-quote;
	display: inline-block;
	margin-left: 3px
}

.vco-slide-media-only .vco-media .vco-media-blockquote {
	width: 80%;
	margin-left: auto;
	margin-right: auto
}

@media only screen and (max-width:800px),
only screen and (max-device-width:800px) {
	.vco-media .vco-media-blockquote blockquote p {
		font-size: 24px;
		line-height: 26px
	}
}

@media only screen and (max-width:500px),
only screen and (max-device-width:500px) {
	.vco-media .vco-media-blockquote blockquote p {
		font-size: 15px;
		line-height: 21px
	}
}

.vco-mobile.vco-skinny .vco-media .vco-media-instagram {
	max-height: 250px !important
}

.vco-media .vco-media-profile {
	border-radius: 50%
}

.vco-media .vco-media-iframe {
	width: 100%;
	height: 100%
}

.vco-media .vco-media-iframe iframe {
	width: 100%;
	height: 100%
}

.vco-media .vco-media-wikipedia {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	clear: both
}

.vco-media .vco-media-wikipedia .wiki-source {
	font-size: 13px;
	line-height: 19px;
	font-style: italic
}

.vco-media .vco-media-wikipedia h4 {
	margin-top: 0;
	margin-bottom: 0
}

.vco-media .vco-media-wikipedia h4 a {
	color: #000;
	text-decoration: none
}

.vco-media .vco-media-wikipedia h4 a:hover {
	text-decoration: underline
}

.vco-media .vco-media-wikipedia p {
	font-size: 13px;
	line-height: 19px
}

.vco-slide.vco-full-color-background .vco-media .vco-media-wikipedia,
.vco-slide.vco-full-image-background .vco-media .vco-media-wikipedia {
	padding: 20px;
	background: #000 transparent;
	background: rgba(0, 0, 0, .6);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px
}

.vco-slide.vco-full-color-background .vco-media .vco-media-wikipedia h4 a,
.vco-slide.vco-full-image-background .vco-media .vco-media-wikipedia h4 a {
	color: #FFF !important;
	text-shadow: 1px 1px 1px #000 !important
}

.vco-mobile.vco-skinny .vco-media .vco-media-wikipedia {
	margin-left: 10px;
	margin-right: 10px
}

.leaflet-image-layer,
.leaflet-layer,
.leaflet-map-pane,
.leaflet-marker-icon,
.leaflet-marker-pane,
.leaflet-marker-shadow,
.leaflet-overlay-pane,
.leaflet-overlay-pane svg,
.leaflet-popup-pane,
.leaflet-shadow-pane,
.leaflet-tile,
.leaflet-tile-container,
.leaflet-tile-pane,
.leaflet-zoom-box {
	position: absolute;
	left: 0;
	top: 0
}

.leaflet-container {
	overflow: hidden;
	-ms-touch-action: none
}

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-user-drag: none
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block
}

.leaflet-container img {
	max-width: none !important
}

.leaflet-container img.leaflet-image-layer {
	max-width: 15000px !important
}

.leaflet-tile {
	filter: inherit;
	visibility: hidden
}

.leaflet-tile-loaded {
	visibility: inherit
}

.leaflet-zoom-box {
	width: 0;
	height: 0
}

.leaflet-overlay-pane svg {
	-moz-user-select: none
}

.leaflet-tile-pane {
	z-index: 2
}

.leaflet-objects-pane {
	z-index: 3
}

.leaflet-overlay-pane {
	z-index: 4
}

.leaflet-shadow-pane {
	z-index: 5
}

.leaflet-marker-pane {
	z-index: 6
}

.leaflet-popup-pane {
	z-index: 7
}

.leaflet-vml-shape {
	width: 1px;
	height: 1px
}

.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute
}

.leaflet-control {
	position: relative;
	z-index: 7;
	pointer-events: auto
}

.leaflet-bottom,
.leaflet-top {
	position: absolute;
	z-index: 1000;
	pointer-events: none
}

.leaflet-top {
	top: 0
}

.leaflet-right {
	right: 0
}

.leaflet-bottom {
	bottom: 0
}

.leaflet-left {
	left: 0
}

.leaflet-control {
	float: left;
	clear: both
}

.leaflet-right .leaflet-control {
	float: right
}

.leaflet-top .leaflet-control {
	margin-top: 10px
}

.leaflet-bottom .leaflet-control {
	margin-bottom: 10px
}

.leaflet-left .leaflet-control {
	margin-left: 10px
}

.leaflet-right .leaflet-control {
	margin-right: 10px
}

.leaflet-fade-anim .leaflet-popup,
.leaflet-fade-anim .leaflet-tile {
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup,
.leaflet-fade-anim .leaflet-tile-loaded {
	opacity: 1
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1);
	-moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1);
	-o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1);
	transition: transform .25s cubic-bezier(0, 0, .25, 1)
}

.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated,
.leaflet-zoom-anim .leaflet-tile {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden
}

.leaflet-clickable {
	cursor: pointer
}

.leaflet-container {
	cursor: -webkit-grab;
	cursor: -moz-grab
}

.leaflet-control,
.leaflet-popup-pane {
	cursor: auto
}

.leaflet-dragging .leaflet-clickable,
.leaflet-dragging .leaflet-container {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing
}

.leaflet-container {
	background: #ddd;
	outline: 0
}

.leaflet-container a {
	color: #0078A8
}

.leaflet-container a.leaflet-active {
	outline: 2px solid orange
}

.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255, 255, 255, .5)
}

.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif
}

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0, 0, 0, .65);
	border-radius: 4px
}

.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block
}

.leaflet-bar a:hover {
	background-color: #f4f4f4
}

.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none
}

.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb
}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: 700 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px
}

.leaflet-control-zoom-out {
	font-size: 20px
}

.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px
}

.leaflet-touch .leaflet-control-zoom-out {
	font-size: 24px
}

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
	background: #fff;
	border-radius: 5px
}

.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px
}

.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px
}

.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative
}

.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff
}

.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px
}

.leaflet-control-layers label {
	display: block
}

.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px
}

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, .7);
	margin: 0
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333
}

.leaflet-control-attribution a {
	text-decoration: none
}

.leaflet-control-attribution a:hover {
	text-decoration: underline
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px
}

.leaflet-left .leaflet-control-scale {
	margin-left: 5px
}

.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px
}

.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	background: rgba(255, 255, 255, .5)
}

.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers {
	box-shadow: none
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-layers {
	border: 2px solid rgba(0, 0, 0, .2);
	background-clip: padding-box
}

.leaflet-popup {
	position: absolute;
	text-align: center
}

.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px
}

.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4
}

.leaflet-popup-content p {
	margin: 18px 0
}

.leaflet-popup-tip-container {
	margin: 0 auto;
	width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden
}

.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;
	margin: -10px auto 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: #fff;
	box-shadow: 0 3px 14px rgba(0, 0, 0, .4)
}

.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: 700;
	background: 0 0
}

.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999
}

.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd
}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1
}

.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=.70710678, M12=.70710678, M21=-.70710678, M22=.70710678)
}

.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px
}

.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999
}

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666
}

.leaflet-vml-shape {
	width: 1px;
	height: 1px
}

.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute
}

.leaflet-control {
	display: inline
}

.leaflet-popup-tip {
	width: 21px;
	margin: 0 auto;
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=.70710678, M12=.70710678, M21=-.70710678, M22=.70710678);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)"
}

.leaflet-popup-tip-container {
	margin-top: -1px
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	border: 1px solid #999
}

.leaflet-popup-content-wrapper {
	zoom: 1
}

.leaflet-control-layers,
.leaflet-control-zoom {
	border: 3px solid #999
}

.leaflet-control-attribution,
.leaflet-control-layers,
.leaflet-control-scale-line {
	background: #fff
}

.leaflet-zoom-box {
	filter: alpha(opacity=50)
}

.leaflet-control-attribution {
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb
}

.vco-map .leaflet-container .leaflet-control-attribution {
	color: #999;
	margin-bottom: 3px !important
}

.vco-map .leaflet-container .leaflet-control-attribution a {
	color: #666
}

.vco-map .leaflet-container .leaflet-control-attribution .vco-knightlab-brand,
.vco-map .leaflet-container .leaflet-control-attribution a.vco-knightlab-brand {
	margin-left: 5px;
	text-shadow: 0 0 1px #FFF, 0 0 1px #FFF, 0 0 5px #FFF;
	font-size: 14px;
	font-weight: 700
}

.vco-map .leaflet-container .leaflet-control-attribution .vco-knightlab-brand span,
.vco-map .leaflet-container .leaflet-control-attribution a.vco-knightlab-brand span {
	color: rgba(125, 0, 0, 0.85);
	display: inline-block;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg)
}

.vco-map .leaflet-container .leaflet-control-attribution .vco-knightlab-brand:hover,
.vco-map .leaflet-container .leaflet-control-attribution a.vco-knightlab-brand:hover {
	text-decoration: none;
	color: #dd735a
}

.vco-map .leaflet-container img.leaflet-image-layer {
	max-width: none !important
}

.vco-map .leaflet-overlay-pane {
	z-index: auto
}

.vco-map .leaflet-overlay-pane .leaflet-image-layer {
	z-index: -1
}

.vco-map .leaflet-overlay-pane svg {
	z-index: 4
}

.vco-map .leaflet-fade-anim .leaflet-popup,
.vco-map .leaflet-fade-anim .leaflet-tile {
	opacity: 0;
	-webkit-transition: opacity .5s linear;
	-moz-transition: opacity .5s linear;
	-o-transition: opacity .5s linear;
	transition: opacity .5s linear
}

.vco-map .leaflet-fade-anim .leaflet-map-pane .leaflet-popup,
.vco-map .leaflet-fade-anim .leaflet-tile-loaded {
	opacity: 1
}

.vco-map .leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 1s cubic-bezier(.75, .1, .2, 1);
	-moz-transition: -moz-transform 1s cubic-bezier(.75, .1, .2, 1);
	-o-transition: -o-transform 1s cubic-bezier(.75, .1, .2, 1);
	transition: transform 1s cubic-bezier(.75, .1, .2, 1);
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}

.vco-map.vco-map-touch-zoom .leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1);
	-moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1);
	-o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1);
	transition: transform .25s cubic-bezier(0, 0, .25, 1);
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}

.vco-map .leaflet-bottom {
	bottom: 0
}

.vco-map .leaflet-right {
	left: 0;
	right: auto
}

.vco-map .leaflet-container .leaflet-control-attribution {
	background-color: transparent;
	box-shadow: none;
	margin: 0;
	border: none;
	font-size: 10px
}

.vco-map .leaflet-container {
	background-color: transparent
}

.vco-map .leaflet-popup-content-wrapper {
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #b3b3b3;
	-webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, .3);
	-moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, .3);
	box-shadow: 1px 1px 7px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .3)
}

.vco-map .leaflet-popup-content-wrapper .leaflet-popup-content {
	margin: 7px
}

.vco-map .leaflet-popup-content-wrapper .leaflet-popup-content h4 {
	margin: 0;
	font-weight: 400
}

.vco-map .leaflet-popup-tip-container {
	margin: 0 auto;
	width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden;
	display: none
}

.vco-map .leaflet-bar {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.vco-layout-landscape .vco-map .leaflet-bottom {
	bottom: 0
}

.vco-layout-landscape .vco-map .leaflet-right {
	left: 0;
	right: auto
}

.vco-layout-landscape .vco-map .leaflet-top {
	bottom: 0;
	top: 28px
}

.vco-layout-portrait .leaflet-bottom {
	bottom: 0;
	top: auto
}

.vco-mobile.vco-skinny .leaflet-control-layers,
.vco-mobile.vco-skinny .leaflet-control-zoom {
	display: none
}

.vco-mobile.vco-skinny .leaflet-container .leaflet-control-attribution {
	font-size: 8px
}

.vco-mobile.vco-skinny .leaflet-container .leaflet-control-attribution .vco-knightlab-brand,
.vco-mobile.vco-skinny .leaflet-container .leaflet-control-attribution a.vco-knightlab-brand {
	font-size: 8px
}

.vco-skinny .leaflet-container .leaflet-control-attribution {
	background-color: transparent;
	box-shadow: none;
	margin: 0;
	border: none;
	font-size: 8px
}

.vco-skinny .leaflet-container .leaflet-control-attribution .vco-knightlab-brand,
.vco-skinny .leaflet-container .leaflet-control-attribution a.vco-knightlab-brand {
	font-size: 12px
}

.vco-map .leaflet-container .leaflet-bottom .leaflet-control-minimap {
	margin-left: 10px;
	margin-bottom: 25px
}

.vco-map .leaflet-container .leaflet-top .leaflet-control-minimap {
	margin-left: 10px;
	margin-top: 10px
}

.vco-map .leaflet-container .leaflet-control-minimap {
	border: solid #FFF 2px;
	-webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, .3);
	-moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, .3);
	box-shadow: 1px 1px 7px rgba(0, 0, 0, .3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #b3b3b3;
	transition: all .2s;
	border: 2px solid #b3b3b3
}

.vco-map .leaflet-container .leaflet-control-minimap a {
	background-color: #b3b3b3;
	z-index: 99999;
	transition: all .2s;
	border-radius: 3px 0 0 0
}

.vco-map .leaflet-container .leaflet-control-minimap a.minimized {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.vco-map .leaflet-container .leaflet-control-minimap-toggle-display {
	height: 19px;
	width: 19px;
	position: absolute;
	bottom: 0;
	right: 0;
	border: 1px solid #b3b3b3;
	background-color: grey
}

.vco-map .leaflet-container .leaflet-control-minimap-toggle-display:after {
	font-family: vco-icons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #FFF;
	font-size: 20px;
	content: "\e647"
}

.vco-map .leaflet-container .mapbox-maplogo {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 65px;
	margin-bottom: -5px;
	text-indent: -9999px;
	z-index: 99999;
	overflow: hidden;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIIAAAAoCAMAAAAFWtJHAAAAwFBMVEUAAAAAAAAAAABtbW0AAAAAAAAAAAAAAAAAAAAAAAClpaUAAADp6ekAAAD5+fna2toAAAAMDAzv7+/Nzc0AAAA2Njb8/Pz9/f3T09MAAAAAAAD7+/sAAAArKyuxsbH39/fs7OwbGxuIiIjz8/N8fHyenp7u7u74+PgAAAC8vLxWVlbx8fF1dXXl5eVcXFyUlJTQ0NDFxcVCQkLAwMC4uLj19fXo6OjW1tarq6ve3t77+/vi4uL6+vrKysrNzc3///8w7gSSAAAAP3RSTlMAOQNdPSYBPywKexLLGPCxNEHXnzFL+v2nGwf1IEiE6dBFad9jd9PuLo1V2mDDV3Cjl06SiuXIq4C3973ym6BQMVUPAAAEXElEQVR4Ae2WCVP6OBiH05L0l1IqrVbkKHJ54I0oHn+PfP9vtUle0z/YdhbH2XVnd58ZnRJIeHiPJOx//mH4vQSAN+8FjAhFxgHIaPvJeZ99hxwEElon5iAQbj85Y98g8ODwjEOMAvGFyeE3FEKgodTBqj0BJGN9DhyNd5Ta3ean9QEopfaA+LsKhnEKRExqg4FSP6Og7oEkAjBWnxSCgBX4xF+kcLoPcOBQrSv0e5kH7s1j37jECQieCTPiFGxL5VHw2zQWCeeJiPt6kjRQw0XSkIdVChf67xGa4alSnZlT6HEQ8CK9ANbhvXUF9xlDkBfTuHDWScgC9+z5FQpPI12TlwC6+sV7ixR8CUMKiwjm2GQeOQWHMGuHGdbnObJAwCEqFJpNU5H6uaPUaEIKiQfg+PHk1+u4OwW9PlWW2ctbA4BHCtp+cNK+H8Jos4gDmC5ar4Nx9waaG/2B13NgDqS7+vm2RgEtEws82P+kwIHhs/pgkQKcFIhfd7CogtGNjYMHTLpurD0ERbYFw4JaD3GlQuNAL/JEsSAF4HqlCnaHACk4WhOn4OgCkMD5hSpYNYDJTD8Y46n+jsE1kPhVCuR6QBXhFK7MUOu9O6b1SWF3b+/9ZVWMGOlu93E8UDaAhgc7bfH+0DHqKXCkHzoNDFfU+zxiVQrUC9QXTuHYtKpN59OA3IxCG4b7jh6ZFuVockaNTW09mkJzOaPU49a6mE9cAchZpQJNpUWcwgV9r6FJswsFKrITp2B5pMBMdnS0z2HZNy2+BNKxSZxZfglkrFYBJxQnpzA5sN/HheR2aFQoZBLAi149dQoyAYYjW0hHlHguBAdMcR0DuDZ5omevX6+AI8qcU7ikKT3GBHCnXwydgmCC0tRwCnGQ2Wp6Be71yNIWfQSkOl9vAI1SBCNWrwC01RROgX7BuT2HI4r7tFAw086p/NwZEdOEa7R1uAFuNmQPuKAEAjYNQ0CyeoUEWHYBnpQVQgpvc0Ph+gsKlAnKg1+vEHsw5LKciLKCAJobiWBzYFGbCKpHqkZZrxBFHEASyFI59vJPCskcwNVGOWZAOqsrR+pKbaNeAMT1CixMEtlnsqopNxUMzVJT3tY35aXZm6a6Y9QhwMN6BUJWbE1lhbMO1WehkO7poO0sK7em9MJGxp1XSbC1gtugzzSLQmGsX7VntJGSwsPZ2d2z3bIPKzdoOp3Wzqt8G4XyMVUoFIxLx1S7+piaHtCvR3FeRVsq0GFdp9C5TbGpcNqsPqyHKxcfd14h21KhuLKUFU4f3osrC7F6uV3WXFnadL7wyAPeKDXw2RoJCO5GY4DouYvb/gepVXheLoewzPseQG9N/vzilrMIjoStE3++zvle4eSurw7XEe76ynI4aq+v7lEyt1x5awiFlFLQbHKIpabnM3eJLym4Szzzc/du7SU+zOXv9UNpECH7IoH/gecURPlN9vdQpeD47yhIFNX0U0QgvID9nENm+yxk/xb+AGAjNfRZuk9qAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 65px 20px
}

.vco-map .vco-mapmarker,
.vco-map .vco-mapmarker-active {
	font-family: vco-icons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 38px !important;
	height: 52px !important;
	top: -46px;
	left: -13px
}

.vco-map .vco-mapmarker-active:before,
.vco-map .vco-mapmarker:before {
	content: "\e600";
	font-size: 52px;
	text-shadow: rgba(0, 0, 0, .66) 0 2px 5px
}

.vco-map .vco-mapmarker {
	color: #a5a5a5
}

.vco-map .vco-mapmarker-active {
	color: rgba(139, 0, 0, 0.85)
}

.vco-map .vco-mapmarker-image-icon,
.vco-map .vco-mapmarker-image-icon-active {
	border: 2px solid #a5a5a5;
	box-shadow: 2px 2px 2px #000;
	opacity: 1
}

.vco-map .vco-mapmarker-image-icon {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%)
}

.vco-map .vco-mapmarker-image-icon-active {
	opacity: 1;
	border: 4px solid rgba(125, 0, 0, 0.85);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	filter: grayscale(0)
}

.vco-map .vco-mapmarker-icon:after {
	font-size: 24px;
	color: #FFF;
	text-align: center;
	width: 38px;
	height: 24px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	filter: alpha(opacity=75);
	-khtml-opacity: .75;
	-moz-opacity: .75;
	opacity: .75
}

.vco-map .vco-mapmarker-active.vco-mapmarker-icon:after {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1
}

.vco-map .vco-icon-wikipedia:after {
	font-size: 16px;
	top: 12px
}

.vco-map .vco-icon-image:after {
	top: 6px
}

.vco-map .vco-icon-twitter:after,
.vco-map .vco-icon-vimeo:after,
.vco-map .vco-icon-vine:after {
	top: 8px
}

.vco-map .vco-mapimage-display:hover .vco-mapmarker,
.vco-map .vco-mapimage-display:hover .vco-mapmarker-active {
	display: block
}

.vco-map .vco-mapimage-display .vco-mapmarker,
.vco-map .vco-mapimage-display .vco-mapmarker-active {
	display: none
}

.vco-map {
	height: 100%;
	display: relative;
	overflow: hidden;
	top: 0;
	background-color: #333
}

.vco-map .vco-map-mask {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.vco-map .vco-map-mask .vco-map-display {
	width: 100%;
	height: 100%
}

.vco-storymap h2.vco-headline-title .vco-snapmap-flickr,
.vco-storymap h2.vco-headline-title .vco-snapmap-instagram {
	text-align: center;
	display: block;
	text-transform: none !important
}

.vco-storymap h2.vco-headline-title .vco-snapmap-flickr a,
.vco-storymap h2.vco-headline-title .vco-snapmap-instagram a {
	color: #666
}

.vco-storymap .vco-media-instagram-likes {
	display: inline-block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	margin-top: 10px;
	font-size: 12px;
	color: #666
}

.vco-storymap .vco-media-instagram-likes:after {
	content: 'Likes';
	margin-left: 3px;
	color: #999;
	font-weight: 400;
	margin-right: 10px
}

.vco-storymap .vco-snapmap-user-description,
.vco-storymap .vco-snapmap-user-location {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block
}

.vco-storymap .vco-snapmap-instagram-text {
	text-align: center;
	display: none
}

.vco-storymap .vco-snapmap-instagram-text a {
	color: #000
}

.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-followed_by,
.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-follows,
.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-posts,
.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website,
.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website a {
	display: inline-block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	margin-top: 10px;
	font-size: 12px;
	margin-left: 20px
}

.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-followed_by:after,
.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-follows:after,
.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-posts:after,
.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website a:after,
.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website:after {
	margin-left: 3px;
	color: #999;
	font-weight: 400
}

.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-posts:after {
	content: 'Posts'
}

.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-followed_by:after {
	content: 'Followers'
}

.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-follows:after {
	content: 'Following'
}

.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website,
.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website a {
	font-weight: 400;
	display: block;
	margin: 0;
	color: #999
}

.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website a:after,
.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website:after {
	margin-left: 0;
	color: #999;
	font-weight: 400
}

.vco-storymap .vco-snapmap-user-location {
	font-weight: 700;
	font-size: 12px;
	text-align: center
}

.vco-storymap .vco-snapmap-flickr-views {
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	margin-top: 10px;
	font-size: 12px
}

.vco-storymap .vco-snapmap-flickr-views:after {
	content: 'Views';
	margin-left: 3px;
	color: #999;
	font-weight: 400
}

.vco-storymap {
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: normal;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}

.vco-storymap *,
.vco-storymap ::after,
.vco-storymap ::before {
	box-sizing: content-box
}

.vco-layout-portrait .vco-storyslider {
	padding-top: 10px;
	-webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 -3px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 -3px 6px rgba(0, 0, 0, .2)
}

.vco-layout-landscape .vco-storyslider {
	padding-top: 0;
	position: absolute;
	width: 50%;
	left: 50%;
	overflow: visible
}

.vco-layout-landscape .vco-storyslider .vco-slider-background {
	margin-left: -20%;
	width: 120%;
	overflow: hidden;
	background-image: -webkit-linear-gradient(left, color-stop(rgba(255, 255, 255, .0001) 0), color-stop(rgba(255, 255, 255, .85) 15%));
	background-image: linear-gradient(to right, rgba(255, 255, 255, .0001) 0, rgba(255, 255, 255, .85) 15%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#d9ffffff', GradientType=1)
}

.vco-layout-landscape .vco-storyslider .vco-slider-container-mask {
	overflow: visible
}

.vco-rtl .vco-caption,
.vco-rtl .vco-headline,
.vco-rtl .vco-media-blockquote,
.vco-rtl .vco-media-wikipedia,
.vco-rtl .vco-text,
.vco-rtl .vco-text-content {
	text-align: right
}