@charset "UTF-8";
/*  ------------------------------------------------------------------
  
@library :      CNN Grid System - SASS
@version :      0.0.0.1
@description :  System for managing breakpoints and
	            responsive grid columns.

@author :       Kenneth Uzquiano (kenneth.uzquiano@gmail.com)

------------------------------------------------------------------ */
    /*  BASE VALUES
		-----------
		All default values for generating the grid can be found in the
		'lib/vars' file. They can also be overidden by the project's vars file.
		Here is a brief description of what each variable within this file does.
		These variables are global, as they need to be used from mixin to mixin,
		but are calculated at each grid change, thus, do not need to be initialized.
		
		    $grid-id :              Active grid id
		    $grid-active :          Active grid
		    $grid-columns :         Number of columns in active grid
		    $grid-column-width :    Width of a column based on units below
		    $grid-query :           Media query for active grid
		    $grid-full-width :      Full width of active grid
    */
    /*  -------------------------------
	                MIXINS
		-------------------------------

		@mixin :                @mixin breakpoint( $breakpointId: mobile )
		@description :          Define active grid by id
		@param $breakpointId :  Id of grid to activate (default : mobile)
		@param $retina :        Include media queries for retina displays (default : false)
    */
/* 20px */
    /*  
    	@mixin :                @mixin grid-col( $col: 1 )
		@description :          Calculate widths of grid columns based on px, ems, or %
		@param $col :           Number of columns to calculate width (default : 1)
		@param $fluid :         Calculate using percentages vs em / px (default : true)
	*/
/*
	@mixin :                @mixin grid-row( $fluid: true )
	@description :          Define a row to house columned elements
	@param $fluid :         Calculate using percentages vs em / px (default : true)
*/
/*
	---------------------------------
	           FUNCTIONS
	---------------------------------
*/
/*
	@function :         -fn-findGridById( $gridID: mobile )
	@description :      Define active grid by id
	@param $gridId :    Id of grid to activate
*/
/*
	@function :         -fn-setGridProperties($p_grid)
	@description :      Set properties based on active grid
	@param $p_grid :    Grid to use to set properties
*/
/*
	@function :         -fn-getStaticWidth($col: 1)
	@description :      Calculate and return the static width of columns.
	@param $col :       Number of columns to use to calculate static width.
*/
/*
	@function :         -fn-getFluidWidth($col: 1)
	@description :      Calculate and return the fluid width of columns.
	@param $col :       Number of columns to use to calculate fluid width.
*/
/*
	@function :         -fn-getStaticMargin()
	@description :      Calculate and return the static margin
	@param :            null
*/
/*
	@function :         -fn-getFluidMargin()
	@description :      Calculate and return the fluid margin
	@param :            null
*/
body {
  font-size: 16px;
  font-family: CNN,"Helvetica Neue",Helvetica,Arial,Utkal,sans-serif; }
  body * {
    box-sizing: border-box; }

/* Set up flexible containers */
.interactive-container,
.cnn-outbrain,
#comments,
#disqus_thread {
  margin: 0 auto;
  width: 95%;
  max-width: 1100px; }

/* ------------ MOBILE / DEFAULT STYLES ------------ */
h1 {
  font-size: 1.75rem;
  line-height: 1.21429;
  padding: 10px 0 0;
  font-weight: 300;
  margin: 10px 0; }

.metadata {
  color: #737373;
  font-weight: 400;
  font-size: .75rem;
  line-height: 1.5; }
  .metadata p {
    margin-bottom: 0; }
  .metadata__byline {
    font-weight: 700;
    padding-bottom: 0; }
    .metadata__byline a {
      color: #006598; }
  .metadata:after {
    clear: both;
    content: '';
    display: table; }

p {
  padding: 0 10px 18px 0; }

/* ------------ TABLET STYLES ------------ */
/* md 10 screen and (min-width: 30em) */
@media screen and (min-width: 30em) {
  h1 {
    font-size: 3.25rem;
    line-height: 1.07692;
    padding: 10px 0 0;
    font-weight: 300;
    margin: 10px 0; }

  .metadata {
    color: #737373;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.57143; }
    .metadata p {
      margin-bottom: 0; }
    .metadata__byline {
      font-weight: 700;
      padding-bottom: 0; }
      .metadata__byline a {
        color: #006598; }
    .metadata:after {
      clear: both;
      content: '';
      display: table; } }
/* ------------ DESKTOP STYLES ------------ */
/* lg 12 screen and (min-width: 48em) */
@media screen and (min-width: 48em) {
  h1 {
    font-size: 3.875rem;
    line-height: 1.06452;
    padding: 10px 0 0;
    font-weight: 300;
    margin: 10px 0; }

  .metadata {
    color: #737373;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5; }
    .metadata p {
      margin-bottom: 0; }
    .metadata__byline {
      font-weight: 700;
      padding-bottom: 0; }
      .metadata__byline a {
        color: #006598; }
    .metadata:after {
      clear: both;
      content: '';
      display: table; } }
/* CNN Sharebar */
.share-container {
  width: 150px;
  float: right; }
  .share-container .share-bar {
    margin: 30px 0 0 0;
    padding: 0; }
    .share-container .share-bar li.share-button {
      width: 35px;
      height: 35px;
      display: inline-block;
      margin-right: 10px;
      cursor: pointer;
      list-style-type: none;
      -webkit-transition: transform 0.5s ease 0s;
      transition: transform 0.5s ease 0s; }
      .share-container .share-bar li.share-button.email {
        background: url("http://cdn.cnn.com/cnn/.e/img/4.0/interactive/sharebar/email.png");
        background-size: 35px 35px; }
      .share-container .share-bar li.share-button.facebook {
        background: url("http://cdn.cnn.com/cnn/.e/img/4.0/interactive/sharebar/facebook.png");
        background-size: 35px 35px; }
      .share-container .share-bar li.share-button.twitter {
        background: url("http://cdn.cnn.com/cnn/.e/img/4.0/interactive/sharebar/twitter.png");
        background-size: 35px 35px; }
      .share-container .share-bar li.share-button:hover {
        transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2); }
      .share-container .share-bar li.share-button:last-child {
        margin-right: 0; }

/*---------------
DESKTOP
---------------*/
/* lg 12 screen and (min-width: 48em) */
@media screen and (min-width: 48em) {
  .share-container {
    float: right;
    margin-top: 30px; }
    .share-container .share-bar {
      text-align: right; } }
/* Project-level vars */
/* 
    CNN Colors
    based on swatches from Data viz style guide
	https://www.dropbox.com/s/vo2qkfk6ycgndni/Data%20Viz%20Style%20Guide-1.pdf?dl=0
*/
#timeline {
  width: 100%;
  overflow: hidden; }

#timeline-intro-container {
  padding: 10px; }

#timeline-intro {
  font-size: 16px;
  line-height: 165%;
  font-weight: 300;
  margin: 0;
  padding: 0; }

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-bottom: 2em; }

#cd-timeline .progress {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #C7242E;
  display: none; }

#cd-timeline .progress-bar {
  background: #C7242E; }

.cd-timeline-block {
  position: relative;
  margin: 2em 0; }

.cd-timeline-content.active {
  right: 0; }

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both; }

.cd-timeline-block:first-child {
  margin-top: 0; }

.cd-timeline-block:last-child {
  margin-bottom: 0; }

.cd-timeline-img {
  display: none;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px white, inset 0 2px 0 rgba(0, 0, 0, 0.05), 0 2px 0 3px rgba(0, 0, 0, 0.05);
  background-color: #257EC2;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  font-family: vco-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 40px; }

.cd-timeline-img.active {
  background: #257EC2; }

#cd-timeline .iframe-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }

#cd-timeline .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.cd-timeline-content {
  position: relative;
  background: #fff;
  border-radius: .25em;
  padding: 0;
  box-shadow: 0 3px 0 #eee; }

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both; }

.cd-timeline-content img {
  display: block;
  width: 100%; }

.cd-timeline-content .inner {
  padding: 15px; }

.cd-timeline-content h2 {
  color: #000;
  margin: 0;
  font-weight: 400; }

.cd-timeline-content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  color: #737373;
  padding: 0;
  margin: 5px 0 0 0; }

.cd-timeline-content p a {
  color: #257EC2;
  display: block; }

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #fff; }

@media only screen and (min-width: 768px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em; }

  #cd-timeline .progress {
    display: block;
    left: 50%;
    margin-left: -2px; }

  .cd-timeline-block {
    margin: 4em 0; }

  .cd-timeline-block:first-child {
    margin-top: 0; }

  .cd-timeline-block:last-child {
    margin-bottom: 0; }

  .cd-timeline-img {
    display: block;
    left: 50%;
    margin-left: -20px; }

  .cd-timeline-content {
    margin-left: 0;
    width: 45%;
    padding: 15px; }

  .cd-timeline-content .inner {
    padding: 15px 0 0 0; }

  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white; }

  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right; }

  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white; } }
@media screen and (min-width: 1024px) {
  #timeline {
    display: none; } }
.vco-storyjs div * {
  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 {
  margin: 0; }

.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;
  *display: inline;
  *zoom: 1; }

.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: -0.5em; }

.vco-storyjs sub {
  bottom: -0.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;
  *vertical-align: middle; }

.vco-storyjs button,
.vco-storyjs input {
  line-height: normal;
  *overflow: visible; }

.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;
  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 h1,
.vco-storymap h2,
.vco-storymap h3 {
  font-size: 30px;
  margin: 0;
  font-weight: 400; }

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

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

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

.vco-storymap h2.vco-headline-title {
  font-size: 32px;
  font-weight: 400; }

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

.vco-storymap p {
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  color: #666;
  padding: 0;
  margin: 0; }

.vco-storymap p a {
  color: #257EC2;
  display: block;
  text-decoration: none; }

.vco-storymap strong {
  font-size: 16px;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 500; }

.vco-storymap p a:focus,
.vco-storymap p a:hover {
  color: #c7242e;
  text-decoration: none; }

.vco-storymap b {
  font-weight: 700; }

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

.vco-storymap a {
  text-decoration: none;
  color: #c7242e; }

.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 {
  margin: 10px; }

.vco-storymap blockquote,
.vco-storymap blockquote p {
  color: #999;
  font-size: 24px;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 0; }

.vco-storymap blockquote cite,
.vco-storymap blockquote p cite {
  font-size: 11px;
  color: #666;
  display: block;
  text-align: right;
  font-style: normal; }

.vco-storymap blockquote cite:before {
  content: "—"; }

.vco-storymap blockquote p {
  margin: 0; }

.vco-storymap blockquote p cite:before {
  content: "—"; }

.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 .vcard {
  font-size: 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-style: italic;
  background-color: #e6e6e6;
  font-size: 15px;
  padding: 10px;
  border-radius: 7px;
  color: #8a6d3b;
  background-color: #fcf8e3;
  border: 1px solid #faebcc; }

@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: #c7242e;
    text-decoration: underline; } }
@media only screen and (max-device-width: 800px), only screen and (max-width: 800px) {
  .vco-storymap h1,
  .vco-storymap h2,
  .vco-storymap h3 {
    font-size: 30px; } }
@media only screen and (max-device-width: 500px), only screen and (max-width: 500px) {
  .vco-storymap h1,
  .vco-storymap h2,
  .vco-storymap h3 {
    font-size: 18px; }

  .leaflet-top {
    display: none; }

  .vco-menubar .vco-menubar-button {
    border-left: 0; }

  .vco-menubar .vco-menubar-button:first-child {
    display: none; } }
.vco-skinny h2 {
  margin-top: 0; }

@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-],
.link-video:before {
  font-family: vco-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -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: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,
.vco-icon-iframe:after,
.vco-icon-image-v2:after,
.link-video:before {
  content: "\e62d"; }

#mapdiv .vco-icon-image:after {
  content: "\e62d"; }

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

#mapdiv .vco-icon-image[title="Farmville, VA"]:after,
#mapdiv .vco-icon-image[title="Dyersville, IA"]:after,
#mapdiv .vco-icon-image[title="Omaha, NB"]:after,
#mapdiv .vco-icon-image[title="Boulder, CO"]:after,
#mapdiv .vco-icon-image[title="Las Vegas, NV"]:after {
  content: "\e605"; }

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

.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-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-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-quote: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 {
  display: none;
  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; }

.vco-menubar-button {
  border-left: 1px solid #e6e6e6;
  font-size: 14px;
  padding: 6px 12px;
  background-color: rgba(217, 217, 217, 0.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: #c7242e;
  color: #fff; }

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

.vco-mobile .vco-menubar-button:active {
  background: #c7242e;
  color: #fff; }

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

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

.vco-message-full .vco-message-container .vco-message-content,
.vco-message .vco-message-container .vco-message-content {
  color: #666;
  text-align: center;
  font-size: 11px;
  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 {
  width: 30px;
  height: 30px;
  background-color: #666;
  vertical-align: middle;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-animation: d 1.2s infinite ease-in-out;
  animation: d 1.2s infinite ease-in-out; }

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

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

.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;
  border-radius: 7px; }

@-webkit-keyframes d {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  to {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes d {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  to {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
.vcoanimate {
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden; }

.vco-animate {
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

.vco-animate-opacity {
  -webkit-transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 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: #c7242e;
  color: #fff;
  padding: 10px 15px;
  border-radius: 7px; }

.vco-slide .vco-slide-calltoaction:hover .vco-slide-calltoaction-button-text {
  background-color: #842f1b;
  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 50%;
  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%;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px !important;
  border: 1px solid #eee; }

.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;
  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-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,
.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 .vcard .nickname,
.vco-slide.vco-full-color-background .vcard a,
.vco-slide.vco-full-color-background .vco-caption,
.vco-slide.vco-full-color-background .vco-credit,
.vco-slide.vco-full-color-background .vco-media-blockquote blockquote,
.vco-slide.vco-full-color-background .vco-media-blockquote blockquote p,
.vco-slide.vco-full-color-background .vco-media-twitter blockquote,
.vco-slide.vco-full-color-background .vco-media-twitter blockquote p,
.vco-slide.vco-full-image-background .vcard .nickname,
.vco-slide.vco-full-image-background .vcard a,
.vco-slide.vco-full-image-background .vco-caption,
.vco-slide.vco-full-image-background .vco-credit,
.vco-slide.vco-full-image-background .vco-media-blockquote blockquote,
.vco-slide.vco-full-image-background .vco-media-blockquote blockquote p,
.vco-slide.vco-full-image-background .vco-media-twitter blockquote,
.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-image-background {
  background: no-repeat 50%;
  background-size: cover;
  background-position: center 25%;
  text-shadow: 1px 1px 2px #000; }

.vco-slide.vco-full-image-background .vco-caption,
.vco-slide.vco-full-image-background .vco-credit,
.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-media-blockquote blockquote,
.vco-slide.vco-full-image-background .vco-media-blockquote blockquote p,
.vco-slide.vco-full-image-background .vco-media-twitter blockquote,
.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, 0.6);
  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: 15px;
  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: relative;
  height: auto;
  vertical-align: baseline;
  margin: 0 auto; }

.vco-skinny .vco-slide .vco-slide-content-container .vco-slide-content {
  display: block;
  position: static;
  vertical-align: baseline;
  height: auto;
  margin: 0 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-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: 100px;
  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;
  -ms-hyphens: auto;
  hyphens: auto;
  filter: alpha(opacity=15);
  -khtml-opacity: .15;
  -moz-opacity: .15;
  opacity: 0.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 {
  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: #fff; }

.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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #257EC2;
  text-align: center;
  line-height: 48px; }

.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: ""; }

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

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

@media screen and (min-width: 768px) {
  .vco-slidenav-previous .vco-slidenav-icon {
    margin-left: 15px; } }
.vco-slidenav-previous .vco-slidenav-icon:before {
  content: ""; }

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

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

.vco-skinny .vco-slidenav-previous {
  margin-left: 0; }

.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-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: 0.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 {
  text-align: center;
  display: block;
  width: 100%; }

.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-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-description {
  display: none; }

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

.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 {
  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%; }

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

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

.vco-media .vco-media-content-container .vco-media-content {
  position: relative;
  *zoom: 1; }

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

.vco-media .vco-media-content-container .vco-media-content:after {
  display: table;
  content: "";
  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: 100%;
  max-height: 100%; }

.vco-media-shadow {
  position: relative;
  z-index: 1; }

.vcard {
  *zoom: 1;
  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; }

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

.vcard a:hover .fn,
.vcard a:hover .nickname {
  color: #c7242e; }

.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 {
  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;
  display: block;
  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: none;
  box-shadow: 0 0 0 #000; }

@media only screen and (max-device-width: 500px), only screen and (max-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;
  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;
  display: table-cell;
  display: block;
  vertical-align: middle;
  text-align: left;
  text-shadow: none; }

.vco-text,
.vco-text p {
  color: #737373; }

.vco-text h2.vco-headline,
.vco-text h2.vco-headline-title {
  color: #000;
  clear: both; }

.vco-text .vco-headline-date,
.vco-text h3.vco-headline-date {
  margin: 0 0 2px; }

.vco-text .vco-headline-date,
.vco-text .vco-headline-date small,
.vco-text h3.vco-headline-date,
.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-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 .vco-headline-date small,
.vco-full-color-background .vco-text h3.vco-headline-date,
.vco-full-color-background .vco-text h3.vco-headline-date small,
.vco-full-color-background .vco-text p .vco-headline-date,
.vco-full-color-background .vco-text p .vco-headline-date small,
.vco-full-color-background .vco-text p h3.vco-headline-date,
.vco-full-color-background .vco-text p h3.vco-headline-date small,
.vco-full-image-background .vco-text .vco-headline-date,
.vco-full-image-background .vco-text .vco-headline-date small,
.vco-full-image-background .vco-text h3.vco-headline-date,
.vco-full-image-background .vco-text h3.vco-headline-date small,
.vco-full-image-background .vco-text p .vco-headline-date,
.vco-full-image-background .vco-text p .vco-headline-date small,
.vco-full-image-background .vco-text p h3.vco-headline-date,
.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:after,
.vco-media .vco-media-twitter blockquote p:before {
  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-device-width: 800px), only screen and (max-width: 800px) {
  .vco-media .vco-media-blockquote blockquote p {
    font-size: 24px;
    line-height: 26px; } }
@media only screen and (max-device-width: 500px), only screen and (max-width: 500px) {
  .vco-slide .vco-slide-scrollable-container {
    width: 100%; }

  .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: 0 !important;
  padding-bottom: 56.25% !important;
  position: relative; }

.vco-media .vco-media-iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.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, 0.6);
  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-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;
  transition: opacity 0.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 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated,
.leaflet-zoom-anim .leaflet-tile {
  -webkit-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, 0.5); }

.leaflet-container {
  font: 8px Helvetica Neue, Arial, Helvetica, sans-serif; }

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

.leaflet-bar a {
  background-position: 50% 50%;
  background-repeat: no-repeat; }

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

.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, 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 {
  display: none; }

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

.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-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, 0.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;
  box-sizing: content-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.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, 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);
  transform: rotate(45deg); }

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: #fff;
  box-shadow: 0 3px 14px rgba(0, 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: transparent; }

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

.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;
  _width: 27px;
  margin: 0 auto;
  _margin-top: -3px; }

.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: #c7242e;
  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;
  transition: opacity 0.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(0.75, 0.1, 0.2, 1);
  transition: transform 1s cubic-bezier(0.75, 0.1, 0.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 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 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 {
  background-color: transparent; }

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

.vco-map .leaflet-popup-content-wrapper {
  display: none;
  border-radius: 5px;
  border: 1px solid #b3b3b3;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px rgba(0, 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 {
  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: 0; }

.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,
.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 {
  height: 100%;
  position: relative;
  overflow: hidden;
  top: 0;
  background-color: #333; }

.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: 2px solid #fff;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
  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: gray; }

.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: ""; }

.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, 0.66) 0 2px 5px; }

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

.vco-map .vco-mapmarker-active {
  color: #c7242e; }

.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 #c7242e;
  -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: 0.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 .vco-map-mask {
  width: 100%;
  height: 100%;
  overflow: hidden; }

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

.vco-storymap {
  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 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-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 {
  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-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:after,
.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website a: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:after,
.vco-storymap .vco-snapmap-instagram-text .vco-snapmap-instagram-website a: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-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-layout-portrait .vco-storyslider {
  padding-top: 10px;
  box-shadow: 0 -3px 6px rgba(0, 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; }

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

#mapdiv {
  width: 100%;
  height: 1200px;
  background-color: #d9d9d9; }

@media screen and (min-width: 1024px) {
  #mapdiv {
    height: 768px; } }
.vco-slide .partner {
  display: inline-block;
  margin: 10px 10px 0 0;
  height: 40px; }

@media screen and (max-width: 1023px) {
  .map-container {
    display: none; } }
a {
  text-decoration: none; }

.source {
  font-size: .75rem;
  color: #595959;
  text-align: right; }

.cvp-video {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 20px; }
  .cvp-video div {
    height: auto;
    max-width: 100%;
    width: 100%; }
  .cvp-video video, .cvp-video iframe, .cvp-video object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

body {
  margin: 0; }

.interactive-container {
  margin-bottom: 40px; }

.nav-header {
  z-index: 999999 !important; }

.sponsors {
  color: #737373;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  max-width: 240px;
  margin: 0 auto;
  padding: 0 20px 20px 20px;
  text-align: center; }

.sponsors h3 {
  font-weight: 300; }

.sponsors img {
  display: inline-block;
  width: 60px;
  float: left;
  margin-right: 10px; }

.sponsors img.last {
  margin: 0; }

.clear:after {
  content: '';
  display: block;
  clear: both; }

.page-info {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }

.intro {
  color: #737373;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  max-width: 660px;
  margin: 0 auto;
  padding: 0 20px; }

.map-container {
  position: relative; }

.metadata.desktop {
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: 8; }

#ad_bnr_atf_01 {
  display: none; }

#ad_rect_atf_01 {
  display: block; }

@media screen and (max-width: 1023px) {
  body {
    background: transparent url(../media/debut_light.png) repeat center center; }

  .metadata.mobile {
    position: absolute;
    bottom: -36px;
    right: 50%;
    transform: translateX(50%); } }
@media screen and (min-width: 768px) {
  .metadata.mobile {
    bottom: -52px; }

  #ad_bnr_atf_01 {
    display: block; }

  #ad_rect_atf_01 {
    display: none; } }
.link-video:before {
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  top: 3px; }

/*# sourceMappingURL=my-vote.css.map */
