/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

body {
  line-height: 1.5; }

/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

table, td, th {
  vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

/* Remove annoying border on linked images. */
a img {
  border: none; }

/*
    ! Typebase.less v0.1.0 | MIT License 
    https://github.com/devinhunt/typebase.css/
*/
/* Setup */
html {
  /* Change default typefaces here */
  font-family: "Alegreya Sans", Arial, serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased; }

/* Copy & Lists */
p {
  line-height: 1.6rem;
  margin-top: 0;
  margin-bottom: 1rem; 
  font-family: "Alegreya", Georgia, Serif
  }
  
p.quote{
	color: #dfd1b8;
	font-style: italic;
	text-align: center; 
	font-size: 1.7em;
	padding: .5em 1em .5em .5em;
	line-height: 2rem;

}

ul, ol, dl {
  margin-top: 1.45rem;
  margin-bottom: 1.45rem; }

li, dd, dt {
  line-height: 1.45rem; }

dt:nth-child(1n+1) {
  margin-top: 1.45rem; }

ul ul, ol ol, dl dl {
  margin-top: 0;
  margin-bottom: 0; }



h1, h2, h3, h4 {
  margin: .75em 0 0.5em;
  font-weight: bold;
  line-height: 1.2; }

h1 {
  margin-top: 1.5em;
  font-size: 2.369em; }

h2 {
  font-size: 2.369em; }

h3 {
  font-size: 1.777em; }

h4 {
  font-size: 1.333em; }

small, .font_small {
  font-size: 0.75em; }

/* Tables */
table {
  border-spacing: 0px;
  border-collapse: collapse;
  margin-top: 1.45rem; }

td, th {
  line-height: 23.2px;
  padding: 8px; }

/* SITE NAME
=========================================================*/
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background-color: #1F1748;
  width: 100%; }

/* Core HTML Styles
=========================================================*/
/*  Clickable elements
------------------------------*/
a {
  color: #ffffff;
  cursor: pointer;
  text-decoration: none; }
  /*a:hover, a:active, a:visited, a:focus {
    color: #666;
    outline: none; }*/
  a:hover {
    text-decoration: none; }
  a.active {
    color: #EEEEEE;
    outline: none; }

button, .btn, input[type="submit"] {
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  padding: 8px 12px;
  text-transform: uppercase; }
  button.btn-primary, .btn.btn-primary, input[type="submit"].btn-primary {
    background: #f5faf1;
    border-color: #7ac142;
    color: #333; }

/* Removed dotted outlines around active links in FF */
:focus, :active, :-moz-any-link:focus {
  -moz-outline-style: none;
  outline: none; }

/*  Type styling - Typography is in _typography.scss
-----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Alegreya Sans", Arial, serif;
  color: #fdffe4;
  clear: both; }

li, dd, dt {
  line-height: 1.45rem;
  padding: 5.3333333333px; }

dt {
  border-bottom: 1px solid #2b1b37;
  font-weight: bold; }

hr {
  border: 1px solid #fff;
  clear: both; }

strong, b {
  font-weight: bold; }

pre {
  background: #eee;
  border: 1px solid #ccc;
  font-family: Source Sans, Courier, Courier New, Georgia;
  margin: 20px 0;
  padding: 20px; }

/* Common Elements
-------------------------*/
.note {
  display: block;
  font-size: 80%; }

.right {
  display: inline-block;
  float: right; }

.left {
  display: inline-block;
  float: left; }

.mobile {
  display: none; }

/* Structural Elements
-------------------------*/
header, nav, footer {
  margin: 0 auto; }

header {
  color: #fff;
  position: relative;
  width: 100%; }
  header img {
    height: auto;
    width: 100%; }
  header h1 {
    color: #fff;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%; }

footer {
  background: #000;
  color: #fff;
  width: 100%; }

.copyright {
  text-align: center;
   background-color: #00000;
 }



/* Page Elements 
-----------------------------*/



.content {
  margin: 0px auto;
  padding: 0;
  max-width: 100%;
	color: #ffffff;
  }
  
  
  .content a:hover {
	color: #ffcdeb;
    text-decoration: none; }
  .content a:active {
    color: #EEEEEE;
    outline: none; }

  

.block {
  margin: 40px auto;
  padding: 0 40px;
  max-width: 1200px;
  width: 100%; }
  
  .block .block + .block {
    margin-bottom: 40px; }
	
  .block.error {
    background: #ffecec;
    border-color: #f00;
    color: #f00;
    padding: 20px; }
	
    .block.error p {
      margin-bottom: 0; }
	  
    .block.error a.dismiss {
      float: right;
      font-weight: bold;
      margin-top: -23px; }

.DCVVlogo {
display: block;
  height: auto;
  margin: -80px auto;
  padding: 0px 0px 40px 0px;
  max-width: 75%; }

.iframe-cont {
    position: relative;
    display: block;
    width: 100%;
    padding: 66px 0;
    overflow: hidden;
}



.block-awards img {
  height: auto;
  max-width: 100%; }

.block-bloom {
  background-color: #009999;
  background-image: url(../images/logo_bloom.gif);
  background-position: 40px 20px;
  background-repeat: no-repeat;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0px;
  padding: 1px 40px 40px 300px;
  max-width: 100%; }
  .block-bloom h1, .block-bloom h2, .block-bloom h3, .block-bloom a {
    color: #fff; }
  .block-bloom a {
    text-decoration: underline; }
    
.block-screenshots {
  padding: 0px 30px 10px 30px;
  max-width: 100%; 
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
}

.block-details{
  padding: 5px 30px 10px 30px;
  max-width: 100%; 
  padding-bottom: 70px;
  margin-bottom: -20px;
  }


.logo-support img {
  background: #fff;
  margin: 20px;
  padding: 10px;
}
  
.episodes.col {
  margin-right: 80px;
  width: 50%; }

.episode-image img {
float:right; 
width: 50%;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
margin-left: 10px;
}

.wrapper {
  position: relative;
  width: 100%; }

/* Nav Slider 
-----------------------------*/
.nav-slider {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  height: 100%;
  padding: 20px;
  position: fixed;
  top: 0;
  right: -360px;
  width: 360px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .nav-slider.active {
    position: absolute;
    right: 0; }
  .nav-slider a {
    color: #fff; }

.close {
  border: 2px solid #fff;
  border-radius: 20px;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  height: 40px;
  padding-top: 8px;
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: center;
  width: 40px; }

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right; }

ul.nav-list li {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  overflow: hidden;
  margin: 0;
  padding: 0; }

ul.sub-nav li {
  border: 1px solid #ccc;
  float: right;
  font-size: 14px;
  height: 100px;
  line-height: 14px;
  margin: 10px 0 10px 10px;
  padding: 10px;
  text-align: center;
  width: 100px; }

.flexbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  overflow: hidden; }

.col {
  flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  margin-right: 40px; }
  .col:last-child {
    margin-right: 0; }

.block-details.flexbox .col {
  flex: 1 1 33%;
  -ms-flex: 1 1 33%; }

.col-screenshot {
  flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  margin-bottom: 40px; }


.col-screenshot img {
    height: auto;
    width: 100%; 
	border: 3px double #dfd1b8;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
	}

@media screen and (max-width: 800px) and (orientation: portrait) {
  .flexbox {
    display: block; }
    .flexbox .col {
      margin-right: 0;
      width: 100%; } }
/* Screen sizes: 768px - 991px */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mobile {
    display: block; }

  .screen {
    display: none; }

  .flexbox {
    display: block;
    overflow: hidden;
    position: relative; }
    .flexbox .col {
      display: block;
      margin-right: 0;
      width: 100%; }


  .block-episodes .flexbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    overflow: hidden; }
    .block-episodes .flexbox .col {
      flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      margin-right: 40px; }
      .block-episodes .flexbox .col:last-child {
        margin-right: 0; }
    .block-episodes .flexbox .flexbox {
      display: block; }

  .episode-image img {
    display: block;
    height: auto;
    width: 100%; } }
/* Screen sizes: < 767px  */
@media screen and (max-width: 767px) {
  .mobile {
    display: block; }

  .screen {
    display: none; }

  .flexbox {
    display: block;
    overflow: hidden;
    position: relative; }
    .flexbox .col {
      display: block;
      margin-right: 0;
      width: 100%; }

  header h1 {
    font-size: 1.777em; }

 

  .cap_character_select {
    height: auto;
    width: 100%; }

  .episode-image img {
    display: block;
    height: auto;
    margin-bottom: 20px;
    width: 100%; }

  .block-bloom {
    padding: 1px 40px 40px 40px; }
    .block-bloom h2 {
      padding: 0 0 0 200px; } }
