@import url(https://fonts.googleapis.com/css?family=Arvo:400,700,400italic,700italic|Open+Sans:400italic,700italic,400,800,700|Open+Sans+Condensed:300,300italic,700);
/* Woopie framework 0.3 */
/* Theme Customisation - fonts and variables */
/* Woopie framework 0.3 */
/* Import fonts from Google */
/* Fonts */
/* Woopie framework 0.3 */
/* Variables - define widths, colors, font families etc. */
/* Measurements */
/* Set a base scale */
/* Left and right spacing */
/* Specific left and right spacing for wider screens */
/* Indent for wider screens */
/* Main image sizing */
/* Fonts */
.font1 {
  font-family: "Arvo", "HelveticaNeue", sans-serif; }

.font2 {
  font-family: "Open Sans", "HelveticaNeue", sans-serif; }

.font3 {
  font-family: "Open Sans Condensed", "HelveticaNeue-CondensedBold", sans-serif; }

/* Type */
/* Color Set */
/* Grey - Main text color */
/* Red - Secondary text color */
/* Yellow - Highlight color */
/* Blue - Highlight color */
/* White - Inverse(ish) Main text color */
/* Light Grey - Inverse(ish) Secondary text color */
.color1 {
  color: #3b434e !important; }

.color2 {
  color: #db3a5c !important; }

.color3 {
  color: #dba83a !important; }

.color4 {
  color: #3a86db !important; }

.revcolor1 {
  color: white !important; }

.revcolor2 {
  color: #ccd0d5 !important; }

.color1-bg {
  background-color: #3b434e !important; }

.color2-bg {
  background-color: #db3a5c !important; }

.color3-bg {
  background-color: #dba83a !important; }

.color4-bg {
  background-color: #3a86db !important; }

.revcolor1-bg {
  background-color: white !important; }

.revcolor2-bg {
  background-color: #ccd0d5 !important; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.allcaps {
  text-transform: uppercase; }

/* Colors */
/* Page colors */
/* Top bar */
/* Titles */
/* Links */
/* Theme - Pull in relevant template files, set elements values */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

pre, code, kbd, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

ul, ol {
  margin-left: 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

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

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

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

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

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

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Woopie framework 0.3 */
/* Base stylesheet - web specifics */
/* Box size */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Reset headings */
h1, h2, h3, h4, h5, h6 {
  display: block;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0; }

/* clearfix */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

/* Basic Stuff  */
body {
  background: #f6f7f8;
  font-family: "Open Sans", "HelveticaNeue", sans-serif;
  color: #3b434e;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased; }

/* link colors */
a {
  text-decoration: none;
  -webkit-transition: all 0.1s linear; }
  a:link {
    color: #3a86db; }
  a:visited {
    color: #3a86db; }
  a:focus {
    color: #db3a5c; }
  a:hover {
    color: #db3a5c;
    cursor: pointer; }
  a:active {
    color: #db3a5c;
    cursor: pointer; }

/* selection colours */
::selection {
  background: #dba83a;
  /* Safari */
  color: white; }

::-moz-selection {
  background: #dba83a;
  /* Firefox */
  color: white; }

/* Show on iPhone */
.ios-only {
  display: none; }

@media only screen and (max-device-width: 480px) {
  .ios-only {
    display: block; } }
@media only screen and (max-device-width: 1024px) {
  .ios-only {
    display: block; } }
/* Woopie framework 0.3 */
/* Mixins - useful shortcuts and tools */
/* Woopie framework 0.3 */
/* Debug */
/* Debug Info */
#debug-console {
  background: #000;
  bottom: 20px;
  color: #ff0;
  font-size: 11px;
  font-family: Arial;
  font-weight: bold;
  opacity: 0.8;
  padding: 5px 10px;
  position: fixed;
  left: 0;
  text-transform: uppercase;
  text-shadow: none;
  z-index: 10000;
  width: 100%; }

#debug-console i {
  color: #fff;
  font-style: italic;
  text-transform: lowercase;
  padding-right: 10px; }

/* Debug text */
@media screen and (max-width: 31.25em) {
  #debug-console #pixels:after {
    content: " Under 500px"; } }
@media screen and (min-width: 31.25em) {
  #debug-console #pixels:after {
    content: " 501px > 799px"; } }
@media screen and (min-width: 50em) {
  #debug-console #pixels:after {
    content: " 800px > 1199px"; } }
@media screen and (min-width: 75em) {
  #debug-console #pixels:after {
    content: " Over 1200px"; } }

@media screen and (max-width: 31.25em) {
  #debug-console #ems:after {
    content: "Under 31.25em "; } }
@media screen and (min-width: 31.25em) {
  #debug-console #ems:after {
    content: "31.25em > 50em "; } }
@media screen and (min-width: 50em) {
  #debug-console #ems:after {
    content: "50em > 75em "; } }
@media screen and (min-width: 75em) {
  #debug-console #ems:after {
    content: "Over 75em "; } }

/* Show screen sizes */
/* Woopie framework 0.1 */
/* Fonts - Modern Pictograms */
/* @font-face {
    font-family: 'ModernPictogramsNormal';
    src: url('../../fonts/modernpics-webfont.eot');
    src: url('../../fonts/modernpics-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/modernpics-webfont.woff') format('woff'),
         url('../../fonts/modernpics-webfont.ttf') format('truetype'),
         url('../../fonts/modernpics-webfont.svg#ModernPictogramsNormal') format('svg');
    font-weight: normal;
    font-style: normal;

} */
/* Icons - icon typeface */
/* Woopie framework 0.3 */
/* Wrapper stylesheet */
#wrapper {
  margin: 0;
  padding: 0; }

/* Containers */
/* Woopie framework 0.3 */
/* Wrapper stylesheet - media queries */
/* Less than 500px #################### */
/* More than 500px #################### */
/* More than 800px ##################### */
@media screen and (min-width: 50em) {
  #wrapper {
    max-width: 960px;
    margin: 0 auto; } }
/* More than 1200px #################### */
@media screen and (min-width: 75em) {
  #wrapper {
    max-width: 1280;
    margin: 0 auto; } }
/* Print  ############################## */
/* Woopie framework 0.3 */
/* Topbar - Base Styles */
/* Top Bar */
#top-bar {
  background: #bf2344;
  border-bottom: 4.5px solid #aa1f3c;
  clear: both;
  min-height: 45px;
  margin: 0;
  padding: 0;
  position: relative; }

#top-nav {
  float: left;
  z-index: 200; }

#top-social {
  float: right;
  z-index: 200; }

#top-title {
  color: white;
  font-size: 1em;
  line-height: 2.5;
  margin: 0 0 0px 0;
  line-height: 45px;
  font-family: "Arvo", "HelveticaNeue", sans-serif;
  left: 50%;
  margin-left: -144px;
  /* Half the width */
  padding: 0 8px;
  position: absolute;
  text-align: center;
  width: 288px;
  z-index: 1; }

/* Navigation/Social buttons */
.button-links ul {
  margin: 0;
  padding: 0; }
  .button-links ul li {
    display: inline;
    line-height: 45px;
    margin: 0;
    padding: 0;
    z-index: 200; }
    .button-links ul li a {
      -webkit-font-smoothing: antialiased;
      background: transparent;
      color: white;
      display: block;
      float: left;
      font-family: 'ModernPictogramsNormal';
      font-size: 1.5em;
      line-height: 2.5;
      margin: 0 0 0px 0;
      line-height: 45px;
      margin: 0;
      padding: 0;
      text-decoration: none; }
      .button-links ul li a:hover {
        color: #dba83a; }
      .button-links ul li a #cont-dropdown {
        background: #3b434e;
        position: absolute;
        width: 100%;
        left: -9999px;
        top: 45px;
        z-index: 1000; }
        .button-links ul li a #cont-dropdown ol li {
          display: block;
          width: 100%; }
          .button-links ul li a #cont-dropdown ol li h2 a {
            background: #252a31;
            font-size: 0.8em;
            line-height: 1.5;
            margin: 0 0 0px 0; }
          .button-links ul li a #cont-dropdown ol li a {
            border-bottom: 1px solid #515c6b;
            color: white;
            display: block;
            font-family: "Open Sans Condensed", "HelveticaNeue-CondensedBold", sans-serif;
            padding: 9px 18px;
            width: 100%;
            font-size: 0.8em;
            line-height: 1.5;
            margin: 0 0 0px 0; }
            .button-links ul li a #cont-dropdown ol li a:hover {
              background: #dba83a;
              color: white; }
            .button-links ul li a #cont-dropdown ol li a span, .button-links ul li a #cont-dropdown ol li a p {
              display: none; }
      .button-links ul li a.cont:hover #cont-dropdown, .button-links ul li a.cont:active #cont-dropdown {
        left: 0; }
    .button-links ul li i {
      display: block;
      float: left;
      margin: 0;
      vertical-align: baseline;
      font-family: "ModernPictogramsNormal", Arial, Serif;
      font-style: normal;
      font-weight: normal;
      text-align: center;
      width: 45px; }
    .button-links ul li b {
      float: left;
      font-family: "Open Sans", "HelveticaNeue", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      text-transform: uppercase;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      display: none; }

.icon-cover:before {
  content: "B"; }

.icon-contents:before {
  content: "5"; }

.icon-previousarticle:before {
  content: "<"; }

.icon-nextarticle:before {
  content: ">"; }

.icon-twitter:before {
  content: "T"; }

.icon-facebook:before {
  content: "F"; }

.icon-share:before {
  content: "o"; }

.icon-comment:before {
  content: "b"; }

/* End Navigation */
#end-nav {
  margin: 0 27px; }
  #end-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #end-nav ul li {
      float: left;
      padding: 0;
      text-align: center;
      width: 50%; }
  #end-nav a {
    display: block;
    padding: 9px 0;
    text-decoration: none; }
  #end-nav .arrow {
    font-family: "ModernPictogramsNormal", Arial, Serif; }
  #end-nav h1 {
    font-size: 1em;
    line-height: 1.5;
    margin: 0 0 0px 0;
    font-family: "Arvo", "HelveticaNeue", sans-serif;
    padding: 4.5px 0; }
  #end-nav h2 {
    font-size: 1.25em;
    line-height: 1.5;
    margin: 0 0 0px 0;
    font-family: "Open Sans", "HelveticaNeue", sans-serif; }
  #end-nav #end-nav-prevarticle {
    text-align: left; }
  #end-nav #end-nav-nextarticle {
    text-align: right; }

/* Navigation widgets */
/* Woopie framework 0.3 */
/* Topbar - Media Queries Styles */
/* Less than 500px #################### */
@media screen and (max-width: 31.25em) {
  #top-title {
    display: none; }

  .button-links ul li a #cont-dropdown {
    height: 300px;
    overflow-y: auto; }
  .button-links ul li a ::-webkit-scrollbar {
    width: 22.5px;
    opacity: 0.5; }
  .button-links ul li a ::-webkit-scrollbar-track {
    background: #30373f; }
  .button-links ul li a ::-webkit-scrollbar-thumb {
    background: #db3a5c;
    border: 3px solid #30373f; }

  #end-nav ul {
    margin: 0; }
    #end-nav ul li h1, #end-nav ul li h2 {
      display: none; }
    #end-nav ul li a {
      background: #3b434e;
      color: white;
      font-size: 2em;
      line-height: 2;
      margin: 0 0 0px 0;
      padding: 0;
      text-align: center; }
      #end-nav ul li a:hover {
        background: #db3a5c; }
    #end-nav ul #end-nav-prevarticle {
      border-right: 1px solid #677588; } }
/* More than 500px #################### */
@media screen and (min-width: 31.25em) {
  .button-links ul li a #cont-dropdown {
    width: 480px; }
  .button-links ul li a.cont:hover #cont-dropdown {
    left: 45px; }

  #end-nav ul {
    margin: 0; }
    #end-nav ul li h1 {
      color: #3b434e;
      font-size: 0.75em;
      line-height: 1;
      margin: 0 0 0px 0; }
    #end-nav ul li h2 {
      color: #3a86db;
      font-size: 1.25em;
      line-height: 1.75;
      margin: 0 0 0px 0; }
    #end-nav ul li span {
      margin: 0;
      padding: 0;
      font-size: 2em;
      line-height: 2;
      margin: 0 0 0px 0;
      height: 72px; }
    #end-nav ul li hgroup {
      padding: 0 18px;
      height: 72px; }
    #end-nav ul #end-nav-prevarticle .arrow {
      float: left; }
    #end-nav ul #end-nav-prevarticle hgroup {
      float: left; }
    #end-nav ul #end-nav-nextarticle .arrow {
      float: right; }
    #end-nav ul #end-nav-nextarticle hgroup {
      float: right; } }
/* More than 800px #################### */
@media screen and (min-width: 50em) {
  #end-nav {
    margin: 0 54px; } }
/* More than 1200px #################### */
@media screen and (min-width: 75em) {
  #top-bar {
    position: fixed;
    height: 54px;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    -webkit-box-shadow: 0px 1px 0px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 0px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 0px 2px rgba(0, 0, 0, 0.2); }

  .button-links ul li {
    line-height: 54px; }
    .button-links ul li a {
      font-size: 2em;
      line-height: 3;
      margin: 0 0 0px 0;
      line-height: 54px; }
      .button-links ul li a #cont-dropdown {
        top: 54px; }
    .button-links ul li i {
      width: 54px; }

  #top-title {
    font-size: 1em;
    line-height: 1;
    margin: 0 0 0px 0;
    line-height: 54px;
    margin-left: -144px;
    /* Half the width */ }

  #end-nav {
    margin: 0 54px 0 108px; }
    #end-nav ul li {
      display: block;
      float: left;
      margin-top: -90px;
      position: fixed;
      top: 50%;
      height: 180px;
      width: 288px;
      font-size: 1em;
      line-height: 1;
      margin: 0 0 0px 0;
      padding: 0; }
      #end-nav ul li span {
        background: #3b434e;
        color: white;
        display: block;
        float: left;
        height: 180px;
        margin: 0;
        padding: 0 13.5px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
      #end-nav ul li hgroup {
        opacity: 0;
        background: #0f1114;
        display: block;
        height: 180px;
        width: 225px;
        padding: 0;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        #end-nav ul li hgroup h1 {
          background: #dba83a;
          border-bottom: 1px solid white;
          color: white;
          padding: 9px 18px;
          margin: 0;
          text-transform: uppercase;
          font-size: 0.6em;
          line-height: 1;
          margin: 0 0 0px 0;
          font-weight: bold;
          font-style: normal; }
        #end-nav ul li hgroup h2 {
          color: white;
          padding: 9px 18px;
          font-size: 1em;
          line-height: 1.25;
          margin: 0 0 0px 0;
          font-weight: normal;
          font-style: normal; }
      #end-nav ul li:hover span {
        background: #dba83a;
        color: white;
        opacity: 0.9; }
      #end-nav ul li:hover hgroup {
        opacity: 0.9; }
      #end-nav ul li .arrow {
        font-size: 2em;
        line-height: 1;
        margin: 0 0 0px 0;
        line-height: 180px; }
    #end-nav #end-nav-prevarticle {
      left: 0; }
      #end-nav #end-nav-prevarticle span {
        border-right: 1px solid white; }
    #end-nav #end-nav-nextarticle {
      right: 0; }
      #end-nav #end-nav-nextarticle span {
        border-left: 1px solid white; } }
/* ############################################################ */
/* Print */
@media print {
  #top-nav, #top-social {
    display: none; } }
/* Woopie framework 0.3 */
/* Titles - Base Styles */
/* Intro Headings */
#intro-heading hgroup {
  margin: 0;
  padding: 0;
  clear: both;
  z-index: 0; }
#intro-heading h1 {
  color: #3b434e;
  font-size: 2em;
  line-height: 1.25;
  margin: 0 0 27px 0;
  font-weight: bold;
  font-style: normal;
  font-family: "Arvo", "HelveticaNeue", sans-serif; }
#intro-heading h2 {
  color: #677588;
  font-size: 1.5em;
  line-height: 1.25;
  margin: 0 0 18px 0;
  font-weight: normal;
  font-style: normal;
  padding: 0 0 18px 0;
  font-family: "Open Sans", "HelveticaNeue", sans-serif; }
#intro-heading h3 {
  background: #dba83a;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1;
  margin: 0 0 18px 0;
  padding: 9px 18px; }
  #intro-heading h3 b {
    color: white;
    font-family: "Open Sans Condensed", "HelveticaNeue-CondensedBold", sans-serif;
    font-weight: bold;
    padding: 0 9px 0 0; }
  #intro-heading h3 i {
    color: white;
    font-family: "Open Sans Condensed", "HelveticaNeue-CondensedBold", sans-serif;
    font-style: normal; }
#intro-heading #main-image {
  background: url(../images/changes.jpg) no-repeat center center;
  background-size: cover;
  height: 432px;
  width: 100%; }
#intro-heading #main-image-print {
  display: block;
  line-height: 0;
  padding: 0;
  margin: 0 0 36px 0; }
#intro-heading.noimage {
  margin-top: 36px; }

/* Top of page */
/* Woopie framework 0.3 */
/* Titles - Media Queries Styles */
#intro-heading #main-image-print {
  display: none; }

/* Less than 500px #################### */
@media screen and (max-width: 31.25em) {
  #intro-heading {
    width: 100%;
    display: box;
    display: -moz-box;
    display: -webkit-box;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical; }
    #intro-heading hgroup {
      margin: 0;
      padding: 36px 27px 4.5px 27px;
      box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -webkit-box-ordinal-group: 1; }
      #intro-heading hgroup h1 {
        font-size: 2em;
        line-height: 1.25;
        margin: 0 0 18px 0; }
      #intro-heading hgroup h2 {
        font-size: 1.5em;
        line-height: 1.25;
        margin: 0 0 18px 0; }
    #intro-heading #main-image {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -webkit-box-ordinal-group: 2; }
    #intro-heading #credits {
      box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -webkit-box-ordinal-group: 3; }
    #intro-heading.noimage {
      margin-top: 0; } }
/* More than 500px #################### */
@media screen and (min-width: 31.25em) {
  #intro-heading {
    margin: 0; }
    #intro-heading #main-image {
      height: 432px;
      margin: 0 0 36px 0; }
    #intro-heading hgroup {
      margin: 0 27px; } }
/* More than 800px ##################### */
@media screen and (min-width: 50em) {
  #intro-heading hgroup {
    margin: 0 54px; }
    #intro-heading hgroup h1 {
      font-size: 3em;
      line-height: 1.25;
      margin: 0 0 36px 0; }
    #intro-heading hgroup h2 {
      font-size: 2em;
      line-height: 1.25;
      margin: 0 0 18px 0; }
  #intro-heading #main-image {
    height: 504px; } }
/* More than 1200px #################### */
@media screen and (min-width: 75em) {
  #intro-heading hgroup {
    margin: 0 54px 0 108px; }
    #intro-heading hgroup h1 {
      font-size: 5em;
      line-height: 1.25;
      margin: 0 0 72px 0; }
    #intro-heading hgroup h2 {
      font-size: 3em;
      line-height: 1.25;
      margin: 0 0 18px 0; }
  #intro-heading.noimage {
    margin-top: 108px; }
  #intro-heading #main-image {
    height: 576px; } }
/* Print  ############################## */
/* Woopie framework 0.3 */
/* Introduction section - Base Styles */
#intro-section p {
  font-size: 1.25em;
  line-height: 1.5;
  margin: 0 0 36px 0;
  font-weight: normal;
  font-style: italic; }
#intro-section ul {
  margin: 0;
  padding: 0; }
  #intro-section ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.25em;
    line-height: 1.5;
    margin: 0 0 18px 0; }

/* Credits */
#credits {
  margin: 0 0 18px 0; }

#roles {
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 36px 0;
  clear: both;
  font-family: "Open Sans Condensed", "HelveticaNeue-CondensedBold", sans-serif;
  width: 100%; }
  #roles dt {
    color: #3b434e;
    float: left;
    font-weight: bold;
    margin: 0 18px 0 0;
    padding: 0; }
  #roles dd {
    margin: 0;
    padding: 0;
    color: #3b434e; }

/* Issue Info */
#issue {
  margin: 18px 27px; }

#edition {
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 0px 0;
  font-family: "Open Sans Condensed", "HelveticaNeue-CondensedBold", sans-serif;
  padding: 0 0 36px 0;
  width: 100%; }
  #edition dt {
    float: left;
    margin: 0;
    padding: 0; }
  #edition dd {
    float: left;
    margin: 0 36px 0 9px;
    padding: 0 9px; }

/* Intro deck */
/* Woopie framework 0.3 */
/* Introdutcion section - Media Queries Styles */
/* Less than 500px #################### */
@media screen and (max-width: 31.25em) {
  #credits {
    margin: 0 0 18px 0; }

  #roles {
    padding: 18px 27px; }

  #issue {
    margin: 0;
    padding: 18px 27px 9px 27px; }

  #edition {
    font-size: 1.5em;
    line-height: 1.5;
    margin: 0 0 0px 0; } }
/* More than 500px #################### */
@media screen and (min-width: 31.25em) {
  #credits {
    margin: 0 27px 18px 27px; } }
/* More than 800px ##################### */
@media screen and (min-width: 50em) {
  #intro-section p {
    font-size: 1.5em;
    line-height: 1.5;
    margin: 0 0 36px 0;
    font-weight: normal;
    font-style: italic; }
  #intro-section ul {
    margin: 0;
    padding: 0; }
    #intro-section ul li {
      list-style: none;
      margin: 0;
      padding: 0;
      font-size: 1.5em;
      line-height: 1.5;
      margin: 0 0 18px 0; }

  #credits {
    margin: 0 54px 18px 54px; }

  #issue {
    margin: 18px 54px; }

  #edition {
    font-size: 2em;
    line-height: 2;
    margin: 0 0 0px 0; } }
/* More than 1200px #################### */
@media screen and (min-width: 75em) {
  #credits {
    margin: 0 54px 18px 108px; }

  #issue {
    margin: 18px 54px 18px 108px; } }
/* Print  ############################## */
/* Woopie framework 0.3 */
/* Global content blocks - Base Styles */
.content-block {
  margin: 0 0 36px 0;
  /* Start Blockquote */
  /* End Blockquote */
  /* Figures */
  /* Callout Image with text */
  /* Callout Box */
  /* Tables*/
  /* Report Tables	*/ }
  .content-block:after {
    content: "";
    display: table;
    clear: both; }
  .content-block h1 {
    font-family: "Arvo", "HelveticaNeue", sans-serif;
    font-size: 1.75em;
    line-height: 1;
    margin: 0 0 18px 0;
    font-weight: bold;
    font-style: normal;
    text-rendering: optimizeLegibility; }
  .content-block h2 {
    font-family: "Open Sans", "HelveticaNeue", sans-serif;
    font-size: 1.75em;
    line-height: 1;
    margin: 0 0 18px 0;
    font-weight: normal;
    font-style: normal; }
  .content-block h3 {
    font-family: "Open Sans Condensed", "HelveticaNeue-CondensedBold", sans-serif;
    font-size: 1.25em;
    line-height: 1;
    margin: 0 0 18px 0; }
  .content-block p {
    font-size: 1em;
    line-height: 1.5;
    margin: 0 0 18px 0; }
  .content-block pre {
    font-size: 1em;
    line-height: 1.25;
    margin: 0 0 18px 0;
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */ }
  .content-block ul, .content-block ol {
    margin: 0 0 27px 27px;
    padding: 0; }
  .content-block li {
    font-size: 1em;
    line-height: 1.75;
    margin: 0 0 4.5px 0;
    padding: 0; }
    .content-block li ul, .content-block li ol {
      margin: 9px 0 0 36px;
      padding: 0; }
  .content-block ul li, .content-block ol ul li {
    list-style: square; }
  .content-block ol li, .content-block ul ol li {
    list-style: decimal; }
  .content-block sup {
    font-size: 9px; }
  .content-block abbr {
    border-bottom: 1px dotted #db3a5c;
    cursor: help; }
  .content-block blockquote, .content-block quote {
    border: 1px solid #db3a5c;
    border-width: 2px 0 1px 0;
    margin: 0 0 18px 0;
    padding: 18px 0;
    page-break-inside: avoid; }
  .content-block blockquote p {
    font-family: "Arvo", "HelveticaNeue", sans-serif;
    font-style: italic; }
  .content-block blockquote cite {
    font-family: "Open Sans Condensed", "HelveticaNeue-CondensedBold", sans-serif;
    font-style: normal;
    color: #db3a5c;
    display: block;
    margin: 0;
    padding: 0; }
  .content-block blockquote cite:before {
    content: "— ";
    opacity: 0.5; }
  .content-block .fig-image, .content-block .fig-image-fixedsize, .content-block .fig-video, .content-block .fig-pullquote {
    margin: 0 0 18px 0;
    padding: 0;
    page-break-inside: avoid; }
  .content-block figcaption, .content-block .section-caption {
    margin: 0;
    padding: 9px 0;
    font-size: 1em;
    line-height: 1.25;
    margin: 0 0 0px 0;
    font-weight: normal;
    font-style: italic;
    font-family: "Open Sans Condensed", "HelveticaNeue-CondensedBold", sans-serif; }
  .content-block .fig-image img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%; }
  .content-block .fig-image {
    position: relative;
    clear: right;
    float: right;
    width: 216px;
    margin: 0 0 18px 36px; }
  .content-block .section-image, .content-block .embed-video {
    margin: 0 0 18px 0;
    position: relative; }
    .content-block .section-image img, .content-block .embed-video img {
      display: block;
      margin: 0; }
  .content-block .fig-image-fixedsize {
    width: 100%; }
    .content-block .fig-image-fixedsize img {
      display: block;
      float: none;
      width: auto;
      margin: 0; }
    .content-block .fig-image-fixedsize figcaption {
      background: none;
      padding: 9px 0;
      width: 100%; }
  .content-block .fig-video {
    clear: both;
    display: block;
    width: 640px;
    height: 320px;
    height: auto;
    page-break-inside: avoid; }
    .content-block .fig-video video {
      margin: 0; }
  .content-block figcaption code {
    font-style: normal; }
  .content-block .fig-image-zoom {
    color: white;
    font-family: "ModernPictogramsNormal", Arial, Serif;
    font-size: 4em;
    line-height: 1;
    margin: 0 0 0px 0;
    padding: 0 9px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10; }
  .content-block .fixed-bg {
    background-color: #3b434e;
    background-size: cover;
    background-position: center center;
    border: none;
    display: block;
    clear: both;
    color: #fff;
    font-family: "Open Sans Condensed", "HelveticaNeue-CondensedBold", sans-serif;
    padding: 72px;
    font-size: 2em;
    line-height: 1.25;
    margin: 0 0 36px 0;
    font-weight: bold;
    font-style: normal;
    margin: 36px -27px; }
  .content-block .callout-image {
    background: #db3a5c;
    clear: both;
    color: white;
    margin: 0 0 36px 0;
    page-break-before: always;
    page-break-after: avoid; }
    .content-block .callout-image img {
      width: 100%;
      margin: 0; }
    .content-block .callout-image figcaption {
      padding: 18px;
      font-size: 1.5em;
      line-height: 1.25;
      margin: 0 0 0px 0;
      font-weight: normal;
      font-style: normal; }
  .content-block .callout-box {
    border: 2px solid #db3a5c;
    clear: both;
    padding: 18px;
    padding-bottom: 0;
    margin: 0 0 36px 0;
    page-break-before: always;
    page-break-after: avoid; }
    .content-block .callout-box ul, .content-block .callout-box ol {
      margin-left: 36px; }
  .content-block table {
    border-collapse: collapse;
    margin: 0 0 36px 0;
    padding: 0;
    width: 100%; }
  .content-block caption {
    text-align: left;
    font-size: 1.25em;
    line-height: 1.5;
    margin: 0 0 18px 0;
    font-weight: bold;
    font-style: normal; }
  .content-block th, .content-block td {
    border-bottom: 1px solid #bcc3cc;
    padding: 9px 9px 9px 0;
    font-size: 1em;
    line-height: 1.25;
    margin: 0 0 18px 0;
    vertical-align: top; }
  .content-block th {
    text-align: left;
    vertical-align: bottom; }
  .content-block thead th {
    border-bottom: 1px solid #252a31; }
  .content-block .footable .footable-row-detail-inner div {
    margin-bottom: 4.5px; }
  .content-block .report th, .content-block .report td {
    border: none;
    vertical-align: top; }
  .content-block .report .right {
    padding: 9px 0 9px 9px;
    text-align: right; }
  .content-block .report .level1 {
    padding-left: 18px; }
  .content-block .report .level2 {
    padding-left: 36px; }
  .content-block .report .level3 {
    padding-left: 54px; }
  .content-block .report .singleLine {
    border-bottom: 1px solid #bcc3cc; }
  .content-block .report .doubleLine {
    border-bottom: 2px double #bcc3cc; }

/* Base HTML formating */
/* Woopie framework 0.3 */
/* Global content blocks - Media Queries Styles */
/* Not for ePub */
.content-block video {
  width: 100%;
  height: auto; }
.content-block .fig-video {
  width: 100%; }
.content-block * {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
.content-block .fixed-bg {
  background-attachment: fixed; }

.columnise {
  -moz-column-rule-color: #bcc3cc;
  -moz-column-rule-style: solid;
  -moz-column-rule-width: 1px;
  -webkit-column-rule-color: #bcc3cc;
  -webkit-column-rule-style: solid;
  -webkit-column-rule-width: 1px;
  column-rule-color: #bcc3cc;
  column-rule-style: solid;
  column-rule-width: 1px; }
  .columnise h1 {
    -webkit-column-span: all;
    -moz-column-span: all;
    column-span: all; }

/* Less than 500px #################### */
@media screen and (max-width: 31.25em) {
  .content-block blockquote p {
    font-size: 1.5em;
    line-height: 1.25;
    margin: 0 0 18px 0; }
  .content-block blockquote cite {
    font-size: 1.5em;
    line-height: 1.25;
    margin: 0 0 0px 0; }
  .content-block .fig-image-fixedsize {
    padding: 18px 18px 0 18px;
    margin: 0 0 18px 0;
    text-align: center; }
    .content-block .fig-image-fixedsize img {
      margin: 0 auto; }
  .content-block .fig-image, .content-block .section-image, .content-block .embed-video {
    margin-bottom: 18px;
    width: 100%; }
    .content-block .fig-image img, .content-block .section-image img, .content-block .embed-video img {
      display: block; } }
/* More than 500px #################### */
@media screen and (min-width: 31.25em) {
  .content-block blockquote p {
    font-size: 1.5em;
    line-height: 1.25;
    margin: 0 0 18px 0; }
  .content-block blockquote cite {
    font-size: 1em;
    line-height: 1.25;
    margin: 0 0 0px 0; }
  .content-block .fig-image, .content-block .section-image {
    margin: 0 0 18px 0;
    width: 100%; }
    .content-block .fig-image img, .content-block .section-image img {
      display: block; }
  .content-block .fig-image-fixedsize {
    padding: 0;
    margin: 0 0 18px 0;
    text-align: center;
    width: 100%; }
    .content-block .fig-image-fixedsize img {
      text-align: center;
      display: block;
      margin: 0 auto; }
  .content-block .scroll-vert {
    margin: 0 0 18px 18px; } }
/* iPad */
@media only screen and (device-width: 768px) {
  .content-block .fixed-bg {
    background-attachment: scroll;
    background-size: cover; } }
/* More than 800px ##################### */
@media screen and (min-width: 50em) {
  .content-block {
    /* Figures */
    /* Figures */
    /* Callout Image with text */
    /* Callout Text */ }
    .content-block .fig-image, .content-block .fig-video, .content-block .fig-pullquote {
      clear: left;
      float: left;
      width: 432px;
      margin: 0 36px 18px 0; }
      .content-block .fig-image blockquote p, .content-block .fig-video blockquote p, .content-block .fig-pullquote blockquote p {
        text-align: right; }
      .content-block .fig-image footer, .content-block .fig-video footer, .content-block .fig-pullquote footer {
        text-align: right; }
      .content-block .fig-image iframe, .content-block .fig-video iframe, .content-block .fig-pullquote iframe {
        width: 432px; }
    .content-block .fixed-bg {
      padding: 108px 72px;
      font-size: 4em;
      line-height: 1.25;
      margin: 0 0 36px 0;
      margin: 36px 0; }
    .content-block .fig-image, .content-block .fig-video, .content-block .fig-pullquote, .content-block .fig-embed-video {
      margin-left: 0; }
    .content-block .callout-image {
      overflow: auto; }
      .content-block .callout-image img {
        float: right;
        width: 504px;
        margin: 0 0 0 36px; }
      .content-block .callout-image figcaption {
        padding: 27px; }
    .content-block .callout-box {
      border: 9px solid #db3a5c;
      padding: 36px;
      padding-bottom: 0; } }
/* More than 1200px #################### */
@media screen and (min-width: 75em) {
  .content-block {
    /* Figures */
    /* Tables */ }
    .content-block h3 {
      font-size: 1.2em;
      line-height: 1.5;
      margin: 0 0 18px 0; }
    .content-block p {
      font-size: 1.1em;
      line-height: 1.5;
      margin: 0 0 36px 0; }
    .content-block pre {
      font-size: 1.1em;
      line-height: 1.5;
      margin: 0 0 36px 0; }
    .content-block #intro-section {
      margin: 18px 0; }
      .content-block #intro-section p {
        font-size: 1.75em;
        line-height: 2.5;
        margin: 0 0 36px 0; }
    .content-block ul, .content-block ol {
      margin: 0 0 36px 0;
      margin-left: 0;
      padding: 0; }
    .content-block li {
      font-size: 1.1em;
      line-height: 1.8;
      margin: 0 0 9px 0; }
      .content-block li ul, .content-block li ol {
        margin: 9px 0 0 36px;
        padding: 0; }
    .content-block .fig-image, .content-block .fig-video, .content-block .fig-pullquote, .content-block .fig-embed-video {
      margin-left: -108px; }
    .content-block th, .content-block td {
      font-size: 1.1em;
      line-height: 1.25;
      margin: 0 0 18px 0; } }
/* Print  ############################## */
@media print {
  .content-block .fig-image, .content-block .fig-video, .content-block .fig-pullquote, .content-block .fig-embed-video {
    clear: right;
    float: right;
    margin: 0 0 18px 36px;
    padding: 4.5px 0 0 0;
    width: 504px; }
  .content-block blockquote {
    margin: 0 0 9px 0;
    padding: 0 9px 0 36px;
    border: none; }
  .content-block pre {
    border: none; } }
/* Over a certain height */
@media screen and (min-height: 40em) and (min-width: 768px) {
  .columnise {
    -moz-column-count: 2;
    -moz-column-gap: 54px;
    -webkit-column-count: 2;
    -webkit-column-gap: 54px;
    column-count: 2;
    column-gap: 54px; } }
/* Over a certain height */
@media screen and (min-height: 40em) and (min-width: 1025px) {
  .columnise {
    -moz-column-count: 3;
    -moz-column-gap: 72px;
    -webkit-column-count: 3;
    -webkit-column-gap: 72px;
    column-count: 3;
    column-gap: 72px; } }
/* Woopie framework 0.3 */
/* Footer - Base Styles */
#publication-footer {
  margin: 18px;
  font-family: "Open Sans", "HelveticaNeue", sans-serif; }
  #publication-footer p {
    font-size: 1em;
    line-height: 1.5;
    margin: 0 0 18px 0; }

/* Credits block, end of page */
/* Woopie framework 0.3 */
/* Footer - Media Queries Styles */
/* Less than 500px #################### */
@media screen and (max-width: 31.25em) {
  #publication-footer {
    margin: 18px 27px; } }
/* More than 500px #################### */
/* More than 800px ##################### */
@media screen and (min-width: 50em) {
  #publication-footer {
    margin: 18px 54px; } }
/* More than 1200px #################### */
@media screen and (min-width: 75em) {
  #publication-footer {
    margin: 18px 54px 18px 108px; }
    #advert #publication-footer {
      margin: 18px; } }
/* Print  ############################## */
/* Woopie framework 0.3 */
/* Addon styles for jQuery plugins, modal windows etc */
/* Reveal JS Modal Windows */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
  top: 0;
  left: 0; }

.reveal-modal {
  visibility: hidden;
  top: 80px;
  left: 50%;
  margin-left: -260px;
  width: 520px;
  background: #fff;
  position: absolute;
  z-index: 101;
  padding: 0px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid black;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

.reveal-modal .close-reveal-modal {
  font-size: 40px;
  font-family: "ModernPictogramsNormal", Arial, Serif;
  line-height: 40px;
  position: absolute;
  top: 6px;
  right: 10px;
  color: #fff;
  text-shadow: none !important;
  font-weight: normal;
  cursor: pointer; }
  .reveal-modal .close-reveal-modal:active {
    background: none; }

.share-block {
  border-radius: 4px;
  float: left;
  background: #fff;
  margin: 20px;
  padding: 20px;
  width: 219px; }

.share-comment-block {
  border-radius: 4px;
  background: #fff;
  margin: 20px;
  padding: 20px;
  max-height: 500px;
  overflow-y: scroll; }

.share-wide-block {
  border-radius: 4px;
  background: #fff;
  margin: 20px;
  padding: 20px; }

.share-block p {
  margin: 0; }

.share-block h2 {
  margin: 0 0 10px 0; }

/* Twitter blocks */
.twitter-window {
  background: #eeeeee url(../images/twitter-modal-heading.png) repeat-x; }

.twitter-heading {
  background: url(../images/logo_twitter_withbird_white_blue.png) no-repeat 15px 9px;
  clear: both;
  height: 50px;
  text-indent: -9999em; }

/* Facebook blocks */
.facebook-window {
  background: #eeeeee url(../images/facebook-modal-heading.png) repeat-x; }

.facebook-heading {
  background: url(../images/logo_facebook.png) no-repeat 15px 9px;
  clear: both;
  height: 50px;
  text-indent: -9999em; }

.fb-comments, .fb-comments iframe[style] {
  width: 100% !important; }

.fb-like-box, .fb-like-box iframe[style] {
  width: 100% !important; }

.fbConnectWidgetTopmost, .fbConnectWidgetTopmost[style] {
  width: 100% !important; }

/* Share blocks */
.share-window {
  background: #eeeeee url(../images/addthis-modal-heading.png) repeat-x; }

.share-heading {
  background: url(../images/logo_addthis.png) no-repeat 15px 9px;
  clear: both;
  height: 50px;
  text-indent: -9999em; }

/* Image blocks */
.image-window {
  background: #eeeeee url(../images/image-modal-heading.png) repeat-x;
  top: 40px;
  left: 50%;
  margin-left: -480px;
  width: 960px; }

.image-heading {
  color: white;
  display: block;
  float: left;
  height: 36px;
  font-size: 1em;
  line-height: 1;
  margin: 0 0 18px 0; }
  .image-heading h1 {
    margin: 18px 0 0 18px; }

/* Less than 480px */
@media screen and (max-width: 30em) {
  .reveal-modal {
    visibility: hidden;
    top: 40px;
    left: 0;
    margin-left: 0;
    width: 100%; }

  .share-block {
    border-radius: 4px;
    float: none;
    background: #fff;
    margin: 20px;
    padding: 20px;
    width: auto; } }
/* Less than 580px */
@media screen and (min-width: 481px) and (max-width: 580px) {
  .reveal-modal {
    visibility: hidden;
    top: 40px;
    left: 50%;
    margin-left: -220px;
    width: 440px; }

  .share-block {
    border-radius: 4px;
    float: none;
    background: #fff;
    margin: 20px;
    padding: 20px;
    width: auto; } }
/* Less than 1024px */
@media screen and (min-width: 581px) and (max-width: 1024px) {
  .image-window {
    margin-left: -290px;
    width: 580px; } }
/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* Browser Resets */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  width: 100%;
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  max-width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

#article-body .flexslider ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none; }

#article-body .flexslider ul li {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  background: #f2f2f2;
  border: 10px solid #f2f2f2;
  position: relative;
  zoom: 1;
  margin: 0 0 20px 0;
  width: 100%; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides > li {
  position: relative; }

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
  zoom: 1;
  position: relative; }

/* Caption style */
/* IE rgba() hack */
.flex-caption {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  zoom: 1; }

.flex-caption {
  width: 96%;
  padding: 2%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 18px; }

/* Direction Nav */
#article-body .flex-direction-nav li a {
  margin: 0;
  padding: 10px 5px;
  display: block;
  position: absolute;
  bottom: -14px;
  cursor: pointer;
  font-family: "ModernPictogramsNormal", Arial, Serif;
  font-size: 24px;
  color: #000; }

#article-body .flex-direction-nav li .next {
  right: 0px;
  text-align: right;
  float: right; }

#article-body .flex-direction-nav li .prev {
  left: 0px; }

#article-body .flex-direction-nav li .disabled {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default; }

/* Control Nav */
#article-body .flex-control-nav {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0px;
  text-align: center; }

#article-body .flex-control-nav li {
  margin: 0 0 0 5px;
  padding: 0;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#article-body .flex-control-nav li:first-child {
  margin: 0; }

#article-body .flex-control-nav li a {
  width: 13px;
  height: 13px;
  display: block;
  background: url(../images/flexslider/bg_control_nav.png) no-repeat 0 0;
  cursor: pointer;
  text-indent: -9999px; }

#article-body .flex-control-nav li a:hover {
  background-position: 0 -13px; }

#article-body .flex-control-nav li a.active {
  background-position: 0 -26px;
  cursor: default; }

.swipe-icon {
  color: #fff;
  font-size: 2em;
  line-height: 2;
  margin: 0 0 0px 0;
  padding: 0 9px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10; }

/* Footable */
.footable > thead > tr > th, .footable > thead > tr > td {
  position: relative; }

.footable.breakpoint > tbody > tr > td.expand {
  background: url("../images/plus.png") no-repeat 5px center;
  padding-left: 40px; }

.footable.breakpoint > tbody > tr.footable-detail-show > td.expand {
  background: url("../images/minus.png") no-repeat 5px center; }

.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer; }

.footable > tbody img {
  vertical-align: middle; }

/* Modal windows, jQuery sliders etc */
/* Woopie framework 0.3 */
/* Buttons - Base Styles */
.btn a {
  background: #db3a5c;
  border-bottom: 3px solid #bf2344;
  color: #fff;
  -webkit-text-fill-color: #fff;
  display: inline-block;
  font-family: "Open Sans", "HelveticaNeue", sans-serif;
  font-weight: bold;
  padding: 9px 18px;
  margin: 0 0 18px 0;
  text-transform: uppercase; }
  .btn a:hover {
    background: #3a86db;
    color: white;
    border-bottom: 3px solid #236dbf; }
  .btn a:active {
    position: relative;
    top: 2px; }
  .btn a i {
    font-style: normal;
    font-family: "ModernPictogramsNormal", Arial, Serif;
    font-size: 27px; }

/* Woopie framework 0.3 */
/* Buttons - Media Queries Styles */
/* Not for ePub */
.booking i:before {
  content: "# ";
  padding: 0 9px 0 0; }

.shop i:before {
  content: "i ";
  padding: 0 9px 0 0; }

/* Woopie framework 0.3 */
/* Credits - Base Styles */
.colophon h1 {
  font-family: "Open Sans", "HelveticaNeue", sans-serif;
  font-size: 2em;
  line-height: 2.5;
  margin: 0 0 0px 0; }

#article-body .copyinfo {
  font-family: "Arvo", "HelveticaNeue", sans-serif;
  font-style: italic; }

#colophon-listing {
  margin: 18px 0; }

#colophon-roles {
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 0px 0;
  width: 100%; }
  #colophon-roles dt {
    font-family: "Open Sans Condensed", "HelveticaNeue-CondensedBold", sans-serif;
    margin: 9px 18px 0 0;
    padding: 0; }
  #colophon-roles dd {
    font-family: "Arvo", "HelveticaNeue", sans-serif;
    margin: 0;
    padding: 0; }
    #colophon-roles dd a {
      font-style: italic; }

/* Woopie framework 0.3 */
/* Credits - Media Queries Styles */
/* Woopie framework 0.3 */
/* Contributors - Base Styles */
#contributors {
  font-style: normal;
  margin: 0 27px;
  clear: both; }
  #contributors h1 {
    font-family: "Open Sans", "HelveticaNeue", sans-serif;
    font-size: 1.5em;
    line-height: 2;
    margin: 0 0 9px 0;
    padding-top: 9px; }

.contributor {
  margin: 0 18px 0 0;
  padding: 18px 0; }
  .contributor address {
    font-family: "Open Sans", "HelveticaNeue", sans-serif;
    font-style: normal;
    font-size: 1em;
    line-height: 1.5;
    margin: 0 0 9px 0; }
  .contributor .contributor-info, .contributor .more-info {
    margin: 0 0 9px 0;
    padding-bottom: 9px; }
  .contributor h2 {
    color: #3b434e;
    font-family: "Open Sans Condensed", "HelveticaNeue-CondensedBold", sans-serif;
    font-size: 0.75em;
    line-height: 1;
    margin: 0 0 18px 0; }
  .contributor h3 {
    font-family: "Open Sans", "HelveticaNeue", sans-serif;
    font-size: 1.1em;
    line-height: 1.25;
    margin: 0 0 9px 0; }
  .contributor p {
    font-family: "Open Sans", "HelveticaNeue", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.3;
    margin: 0 0 18px 0; }
  .contributor .contributor-image {
    border: 0;
    display: block;
    margin: 0 0 9px 0;
    padding: 0;
    line-height: 1;
    width: 72px; }
  .contributor ul {
    margin: 0;
    padding: 0; }
  .contributor li {
    font-size: 1em;
    line-height: 1.5;
    margin: 0 0 0px 0;
    font-family: "Open Sans", "HelveticaNeue", sans-serif;
    list-style: none;
    word-wrap: break-word; }
  .contributor .icon {
    font-size: 1.5em;
    line-height: 1;
    margin: 0 0 0px 0;
    height: 18px;
    font-family: "ModernPictogramsNormal", Arial, Serif;
    font-style: normal; }
  .contributor .cl-twitter:before {
    content: "U"; }
  .contributor .cl-facebook:before {
    content: "G"; }
  .contributor .cl-website:before {
    content: "w"; }

#contributors .contributor:last-child {
  margin-right: 0;
  border: none; }

/* Woopie framework 0.3 */
/* Contributors - Media Queries Styles */
/* Less than 500px #################### */
@media screen and (max-width: 31.25em) {
  .contributor {
    width: 100%;
    margin-bottom: 18px; }
    .contributor .contributor-image {
      float: right;
      margin-left: 18px;
      width: 108px; } }
/* More than 500px #################### */
@media screen and (min-width: 31.25em) {
  .contributor {
    border: none;
    margin: 0 18px 18px 0;
    width: 100%; }
    .contributor .contributor-image {
      float: left;
      margin-right: 18px;
      width: 108px; }
    .contributor .contributor-info {
      margin-left: 144px; }
    .contributor .more-info {
      margin-left: 144px; }

  #contributors .contributor:last-child {
    border: none; } }
/* More than 800px ##################### */
@media screen and (min-width: 50em) {
  #contributors {
    margin: 0 54px; }

  .contributor {
    width: 48%;
    float: left; }
    .contributor .contributor-image {
      float: left;
      width: 144px; }
    .contributor .contributor-info {
      margin-left: 180px; }
    .contributor .more-info {
      margin-left: 180px; } }
/* More than 1200px #################### */
@media screen and (min-width: 75em) {
  #contributors {
    margin: 0 54px 0 108px; } }
/* Print  ############################## */
/* Woopie framework 0.3 */
/* End social tools - Base Styles */
#end-social {
  margin: 0 0 36px 0; }
  #end-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both; }
    #end-social ul li {
      display: inline-block;
      margin: 0 9px 0 0; }
  #end-social .fb_iframe_widget iframe {
    vertical-align: top;
    margin-top: -3px; }
  #end-social h1 {
    font-family: "Open Sans", "HelveticaNeue", sans-serif;
    font-size: 1.5em;
    line-height: 2;
    margin: 0 0 9px 0;
    padding-top: 9px; }

/* Extra bits - tweet this, contributors etc */
/* Woopie framework 0.3 */
/* End social tools - Media Queries Styles */
/* Print */
@media print {
  #end-social {
    display: none; } }
/* Woopie framework 0.3 */
/* Card Flip - Base Styles */
.flippers {
  position: relative;
  clear: both; }

.flipper {
  height: 280px;
  width: 260px;
  float: left;
  margin: 0 18px 18px 0;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1.5s;
  -webkit-box-shadow: 0 2px 5px #cccccc;
  -moz-box-shadow: 0 2px 5px #cccccc; }

.rotated {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg); }

.front {
  z-index: 50; }

.back {
  z-index: 10;
  background: #fff; }

.rotated .back {
  z-index: 99; }

.side {
  position: absolute;
  -webkit-backface-visibility: hidden;
  height: 280px;
  width: 260px; }

.front {
  background: #fff;
  color: #000;
  height: 280px;
  width: 260px; }

.back {
  height: 280px;
  width: 260px;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg); }

.flipper article {
  padding: 18px; }
  .flipper article ul {
    margin-left: 18px; }
  .flipper article img {
    max-height: 200px;
    max-width: 100%; }

/* Woopie framework 0.3 */
/* TEMPLATE - Media Queries Styles */
/* Less than 500px #################### */
@media screen and (max-width: 31.25em) {
  .flipper, .side, .front, .back {
    width: 100%; } }
/* More than 500px #################### */
@media screen and (min-width: 31.25em) {
  .flipper {
    width: 45%; }

  .side, .front, .back {
    width: 100%; } }
/* More than 800px ##################### */
/* More than 1200px #################### */
/* Print  ############################## */
/* Woopie framework 0.3 */
/* Footnotes - Base Styles */
#footnotes {
  counter-reset: notes; }
  #footnotes p {
    font-size: 1em;
    line-height: 1.5;
    margin: 0 0 18px 0; }
    #footnotes p:before {
      counter-increment: notes;
      content: "[" counter(notes) "] "; }

.content-block .footnote-ref {
  font-size: 0.75em;
  line-height: 1;
  margin: 0 0 0px 0;
  margin: 0 0 0 1.8px; }
  .content-block .footnote-ref a:before {
    content: "["; }
  .content-block .footnote-ref a:after {
    content: "]"; }

.footnotelink:before {
  content: "["; }
.footnotelink:after {
  content: "]"; }

/* Woopie framework 0.3 */
/* Buttons - Media Queries Styles */
/* Woopie framework 0.3 */
/* scrollbox - Base Styles */
.scroll-box {
  clear: right;
  float: right;
  margin: 0 0 18px 36px;
  page-break-inside: avoid;
  position: relative; }
  .scroll-box ::-webkit-scrollbar {
    width: 22.5px;
    opacity: 0.5; }
  .scroll-box ::-webkit-scrollbar-track {
    background: #30373f; }
  .scroll-box ::-webkit-scrollbar-thumb {
    background: #1a1e22;
    border: 3px solid #30373f;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
  .scroll-box .scroll-icon {
    background: url(../images/scroll-icon.png) rgba(0, 0, 0, 0.5) no-repeat 1px 0;
    background-size: 18px 18px;
    width: 22.5px;
    height: 22.5px;
    position: absolute;
    top: 0;
    right: 0; }
  .scroll-box .scroll-body img {
    display: block;
    margin: 0 0 18px 0; }
  .scroll-box .scroll-body p {
    font-family: "Arvo", "HelveticaNeue", sans-serif; }

.scroll-box {
  width: 100%;
  height: auto; }
  .scroll-box .scroll-body {
    width: 100%;
    height: auto;
    overflow-x: auto;
    overflow-y: auto; }
  .scroll-box .scroll-icon {
    display: none; }

/* Woopie framework 0.3 */
/* scrollboxvert - Media Queries Styles */
/* Not for ePub */
#article .scroll-box {
  background: #3b434e; }
#article .scroll-box .scroll-body img {
  margin: 0; }
.scroll-box .scroll-body p {
  font-size: 1em;
  line-height: 1.4;
  margin: 0 0 18px 0; }
  #article .scroll-box .scroll-body p {
    color: white;
    margin: 0;
    padding: 18px; }
  #divider .scroll-box .scroll-body p {
    color: white;
    margin: 0;
    padding: 0 0 18px 0; }

/* Less than 500px #################### */
/* More than 500px #################### */
@media screen and (min-width: 31.25em) {
  .scroll-box {
    width: 216px;
    height: 576px; }
    .scroll-box .scroll-body {
      width: 216px;
      height: 576px;
      overflow-x: hidden;
      overflow-y: scroll; }
    .scroll-box .scroll-icon {
      display: block; } }
/* More than 800px ##################### */
@media screen and (min-width: 50em) {
  .scroll-box {
    width: 324px;
    height: 576px; }
    .scroll-box .scroll-body {
      width: 324px;
      height: 576px;
      overflow-x: hidden;
      overflow-y: scroll; }
    .scroll-box .scroll-icon {
      display: block; } }
/* More than 1200px #################### */
/* Print  ############################## */
/* Woopie framework 0.3 */
/* QUIZ - Base Styles */
.correct {
  color: #2fbe76; }

.incorrect {
  color: #ae1717; }

.content-block .quiz-single, .content-block .quiz-multiple, .content-block .quiz-text {
  page-break-inside: avoid; }
  .content-block .quiz-single p, .content-block .quiz-multiple p, .content-block .quiz-text p {
    font-family: "Arvo", "HelveticaNeue", sans-serif;
    padding: 18px;
    margin: 0; }
    .content-block .quiz-single p.quiz-question, .content-block .quiz-multiple p.quiz-question, .content-block .quiz-text p.quiz-question {
      font-weight: bold; }
  .content-block .quiz-single label, .content-block .quiz-multiple label, .content-block .quiz-text label {
    margin: 0;
    padding: 0; }
  .content-block .quiz-single ul, .content-block .quiz-multiple ul, .content-block .quiz-text ul {
    padding: 0 36px; }
    .content-block .quiz-single ul li, .content-block .quiz-multiple ul li, .content-block .quiz-text ul li {
      margin: 0;
      padding: 0; }
  .content-block .quiz-single .quiz-answerbox, .content-block .quiz-multiple .quiz-answerbox, .content-block .quiz-text .quiz-answerbox {
    border: 1px solid #bcc3cc;
    padding: 9px;
    margin: 0 0 18px 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .content-block .quiz-single .quiz-help p, .content-block .quiz-multiple .quiz-help p, .content-block .quiz-text .quiz-help p {
    border-bottom: 9px solid #ccd0d5; }
.content-block .quiz-option label {
  padding-left: 10px;
  padding-right: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 5px; }
.content-block input[type="text"].quiz-correct, .content-block textarea.quiz-correct {
  background-color: #2fbe76;
  border-color: #1b6c43;
  color: white; }
.content-block input[type="text"].quiz-wrong, .content-block textarea.quiz-wrong {
  background-color: #ae1717;
  border-color: #540b0b;
  color: white; }
.content-block .quiz-correct label {
  background-color: #2fbe76;
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .content-block .quiz-correct label:after {
    background: #25955d;
    color: white;
    content: "Correct";
    font-weight: bold;
    font-style: italic;
    margin: 0 0 0 18px;
    padding: 3px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
.content-block .quiz-wrong label {
  background-color: #ae1717;
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .content-block .quiz-wrong label:after {
    background: #811111;
    color: white;
    content: "Incorrect";
    font-weight: bold;
    font-style: italic;
    margin: 0 0 0 18px;
    padding: 3px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

/* Woopie framework 0.3 */
/* TEMPLATE - Media Queries Styles */
/* Less than 500px #################### */
@media screen and (max-width: 31.25em) {
  .content-block .quiz-single p, .content-block .quiz-multiple p, .content-block .quiz-text p {
    padding: 18px; }
  .content-block .quiz-single ul, .content-block .quiz-multiple ul, .content-block .quiz-text ul {
    padding: 0; }
    .content-block .quiz-single ul li, .content-block .quiz-multiple ul li, .content-block .quiz-text ul li {
      list-style: none; }
  .content-block .quiz-single .quiz-answerbox, .content-block .quiz-multiple .quiz-answerbox, .content-block .quiz-text .quiz-answerbox {
    margin: 0 18px 18px 18px; } }
/* More than 500px #################### */
@media screen and (min-width: 31.25em) {
  .content-block .quiz-single p, .content-block .quiz-multiple p, .content-block .quiz-text p {
    padding: 18px; }
  .content-block .quiz-single ul, .content-block .quiz-multiple ul, .content-block .quiz-text ul {
    padding: 0; }
    .content-block .quiz-single ul li, .content-block .quiz-multiple ul li, .content-block .quiz-text ul li {
      list-style: none; } }
/* More than 800px ##################### */
/* More than 1200px #################### */
@media screen and (min-width: 75em) {
  .content-block .quiz-single p, .content-block .quiz-multiple p, .content-block .quiz-text p {
    padding: 18px 36px; }
  .content-block .quiz-single ul, .content-block .quiz-multiple ul, .content-block .quiz-text ul {
    padding: 0 36px; }
  .content-block .quiz-single .quiz-answerbox, .content-block .quiz-multiple .quiz-answerbox, .content-block .quiz-text .quiz-answerbox {
    margin: 0 18px 18px 36px; } }
/* Print  ############################## */
/* Woopie framework 0.3 */
/* FORM - Base Styles */
.form {
  background: white;
  border: 9px solid #ccd0d5;
  border-bottom: 0;
  -webkit-box-shadow: 1px 1px 2px 1px #d9dde2;
  -moz-box-shadow: 1px 1px 2px 1px #d9dde2;
  box-shadow: 1px 1px 2px 1px #d9dde2;
  margin-bottom: 36px; }
  .form .form-line {
    border-bottom: 1px dotted #ccd0d5;
    padding: 18px; }
  .form .form-inline {
    clear: both; }
    .form .form-inline label {
      display: inline-block;
      margin: 0;
      padding: 0;
      width: 144px; }
    .form .form-inline input, .form .form-inline select {
      margin: 0;
      font-family: "Open Sans", "HelveticaNeue", sans-serif; }
  .form .form-full {
    clear: both; }
    .form .form-full label {
      display: block;
      margin: 0 0 9px 0; }
    .form .form-full textarea {
      margin: 0;
      width: 100%;
      font-family: "Open Sans", "HelveticaNeue", sans-serif; }
  .form legend {
    font-family: "Arvo", "HelveticaNeue", sans-serif;
    font-weight: bold;
    font-size: 2em;
    line-height: 1.25;
    margin: 0 0 18px 0; }
  .form .explanation {
    background: #efd8a6;
    margin: 0;
    padding: 18px; }
  .form .form-inline input, .form .form-inline textarea, .form .form-full input, .form .form-full textarea {
    border: 1px solid #bcc3cc;
    padding: 9px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .form .form-controls {
    background: #ccd0d5;
    padding: 18px;
    margin: 0; }

.switching {
  margin: 0 0 18px 0;
  padding: 0 0 18px 0;
  border-bottom: 1px solid #b0b6be; }

button, .btn {
  background: #b0b6be;
  border: none;
  color: #677588;
  font-family: "Open Sans Condensed", "HelveticaNeue-CondensedBold", sans-serif;
  margin: 0;
  padding: 9px 18px;
  font-size: 1em;
  line-height: 1;
  margin: 0 0 0px 0;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase; }
  button:hover, .btn:hover {
    background: #86909b; }

.btn-submit {
  background: #3a86db;
  color: white;
  font-weight: bold; }
  .btn-submit:hover {
    background: #236dbf; }

.btn-helper {
  background: #dba83a;
  color: white; }
  .btn-helper:hover {
    background: #bf8e23; }

/* Woopie framework 0.3 */
/* TEMPLATE - Media Queries Styles */
/* Less than 500px #################### */
@media screen and (max-width: 31.25em) {
  .content-block .form .form-line {
    padding: 9px; }
  .content-block .form .form-inline label {
    display: block;
    margin: 0 0 9px 0; }
  .content-block .form .form-inline input, .content-block .form .form-inline select {
    width: 100%; }
  .content-block .form .form-controls button {
    display: block;
    margin-bottom: 4.5px;
    width: 100%; }
  .content-block .form legend {
    background: #dba83a;
    color: white;
    display: block;
    font-size: 1em;
    line-height: 1.25;
    margin: 0 0 0px 0;
    padding: 9px;
    width: 100%; }
  .content-block .form .explanation {
    padding: 9px; } }
/* More than 500px #################### */
/* More than 800px ##################### */
/* More than 1200px #################### */
/* Print  ############################## */
/* Woopie framework 0.3 */
/* Advert - Base Styles */
#advert {
  background: #333333 url(../../images/kitten.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  #advert .adblock {
    display: block;
    margin: 0;
    padding: 0; }
    #advert .adblock p {
      margin: 0;
      padding: 0; }
  #advert #publication-footer {
    color: white; }

#advert #end-nav ul a {
  border: none; }
#advert #end-nav hgroup h1, #advert #end-nav hgroup h2 {
  color: #fff; }

/* Page types */
/* Woopie framework 0.3 */
/* Advert - Media Queries Styles */
/* Less than 500px #################### */
/* More than 500px #################### */
/* More than 800px ##################### */
@media screen and (min-width: 50em) {
  .adblocksub {
    display: block;
    float: left;
    width: 50%; } }
/* More than 1200px #################### */
@media screen and (min-width: 75em) {
  #advert {
    margin-top: 54px; } }
/* Print  ############################## */
/* Woopie framework 0.3 */
/* Article - Base Styles */
#article-body {
  margin: 0; }
  #article-body section {
    margin: 0 0 54px 0; }

/* Woopie framework 0.3 */
/* Article - Media Queries Styles */
/* Not for ePub */
#article-body {
  margin: 0 27px; }

/* Less than 500px #################### */
/* More than 500px #################### */
/* More than 800px ##################### */
@media screen and (min-width: 50em) {
  #article-body {
    margin: 0 54px; } }
/* More than 1200px #################### */
@media screen and (min-width: 75em) {
  #article-body {
    margin: 0 54px 0 108px; } }
/* Print  ############################## */
/* Woopie framework 0.3 */
/* Contents - Base Styles */
#contents-body {
  margin: 0; }

#contents-listing ol {
  margin: 0 0 36px 0;
  padding: 0;
  list-style: none; }
  #contents-listing ol li {
    margin: 0;
    padding: 0; }
    #contents-listing ol li h2 {
      font-size: 1.25em;
      line-height: 1.5;
      margin: 0 0 0px 0;
      font-weight: bold;
      font-style: normal;
      padding: 13.5px 0;
      font-family: "Open Sans Condensed", "HelveticaNeue-CondensedBold", sans-serif; }
    #contents-listing ol li ol li a {
      display: block;
      margin: 0;
      padding: 18px 0; }
      #contents-listing ol li ol li a h3 {
        font-family: "Arvo", "HelveticaNeue", sans-serif;
        margin: 0;
        padding: 0;
        font-size: 1.25em;
        line-height: 1.5;
        margin: 0 0 0px 0;
        font-weight: bold;
        font-style: normal; }
      #contents-listing ol li ol li a i {
        font-family: "Open Sans", "HelveticaNeue", sans-serif; }
      #contents-listing ol li ol li a em {
        font-family: "Open Sans", "HelveticaNeue", sans-serif; }
      #contents-listing ol li ol li a p {
        font-family: "Arvo", "HelveticaNeue", sans-serif;
        margin: 18px 0 0 0;
        padding: 0; }
      #contents-listing ol li ol li a:hover h3, #contents-listing ol li ol li a:hover i, #contents-listing ol li ol li a:hover em, #contents-listing ol li ol li a:hover p {
        color: #db3a5c; }

/* Woopie framework 0.3 */
/* Contents - Media Queries Styles */
/* Less than 500px #################### */
@media screen and (max-width: 31.25em) {
  #contents-body {
    margin: 0 27px; }

  #contents-intro {
    padding: 18px 0; }

  #contents-listing {
    margin: 0 -27px; }
    #contents-listing ol li h2 {
      font-size: 1em;
      line-height: 1;
      margin: 0 0 0px 0;
      font-weight: bold;
      font-style: normal;
      margin: 0;
      padding: 0; }
      #contents-listing ol li h2 a {
        background: #0f1114;
        color: #ccd0d5;
        display: block;
        margin: 0;
        padding: 18px 27px; }
        #contents-listing ol li h2 a:hover {
          background: #ccd0d5;
          color: white; }
    #contents-listing ol li ol {
      margin: 0; }
      #contents-listing ol li ol li a {
        border-bottom: 1px solid #9fa9b6;
        color: #3b434e;
        padding: 18px 27px;
        margin: 0; }
        #contents-listing ol li ol li a:hover, #contents-listing ol li ol li a:focus, #contents-listing ol li ol li a:active {
          color: #ccd0d5; }
        #contents-listing ol li ol li a h3 {
          font-size: 1em;
          line-height: 1.25;
          margin: 0 0 0px 0;
          font-weight: normal;
          font-style: normal; }
        #contents-listing ol li ol li a i, #contents-listing ol li ol li a em, #contents-listing ol li ol li a p {
          display: none; } }
/* More than 500px #################### */
@media screen and (min-width: 31.25em) {
  #contents-body {
    margin: 0 27px; }

  #contents-intro {
    padding: 18px 0; }

  #contents-listing {
    margin: 0; }
    #contents-listing ol li h2 {
      clear: both;
      margin: 0;
      padding: 0; }
      #contents-listing ol li h2 a {
        border-bottom: 2px solid #677588;
        color: #3b434e;
        display: block;
        margin: 0;
        padding: 18px 0; }
        #contents-listing ol li h2 a:hover {
          color: #db3a5c; }
    #contents-listing ol li ol {
      margin: 0 0 18px 0; }
      #contents-listing ol li ol li {
        border-bottom: 1px solid #9fa9b6; }
        #contents-listing ol li ol li a {
          color: #3b434e;
          padding: 18px 0;
          margin: 0; }
          #contents-listing ol li ol li a:hover, #contents-listing ol li ol li a:focus, #contents-listing ol li ol li a:active {
            color: #db3a5c; }
        #contents-listing ol li ol li:last-child a {
          border: none; } }
/* More than 800px ##################### */
@media screen and (min-width: 50em) {
  #contents-body {
    margin: 0 54px; }

  #contents-listing ol li ol {
    display: table; }
    #contents-listing ol li ol li {
      display: table-cell;
      float: left;
      width: 100%;
      padding: 18px 0; }
      #contents-listing ol li ol li a {
        background: url(../images/titans.jpg) top left no-repeat;
        background-size: 108px 108px;
        color: #3b434e;
        margin: 0;
        padding: 0 0 0 144px; }
        #contents-listing ol li ol li a:hover, #contents-listing ol li ol li a:focus, #contents-listing ol li ol li a:active {
          color: #db3a5c; }
      #contents-listing ol li ol li.featured-content {
        background: url(../images/kitten.jpg) center center no-repeat;
        background-size: cover;
        padding: 216px 0 0 0;
        text-align: center;
        width: 100%; }
        #contents-listing ol li ol li.featured-content a {
          background: white;
          padding: 18px; }
          #contents-listing ol li ol li.featured-content a h3 {
            font-size: 2em;
            line-height: 1.25;
            margin: 0 0 18px 0;
            font-weight: bold;
            font-style: normal; }
          #contents-listing ol li ol li.featured-content a p {
            height: auto; }
      #contents-listing ol li ol li:last-child {
        border: none; } }
/* More than 1200px #################### */
@media screen and (min-width: 75em) {
  #contents-body {
    margin: 0 54px 0 108px; } }
/* Print  ############################## */
@media print {
  #main-image-print {
    display: block; } }
/* Woopie framework 0.3 */
/* Front cover - Base Styles */
#divider #end-nav, #divider #publication-footer {
  display: none; }

#divider-image {
  display: block;
  margin: 0 0 18px 0; }

#divider-heading {
  margin: 0;
  padding: 18px; }
  #divider-heading h1 {
    font-size: 2em;
    line-height: 1.25;
    margin: 0 0 18px 0;
    font-family: "Arvo", "HelveticaNeue", sans-serif; }
  #divider-heading h2 {
    font-size: 1.5em;
    line-height: 1.25;
    margin: 0 0 18px 0;
    font-family: "Open Sans", "HelveticaNeue", sans-serif; }
    #divider-heading h2 i {
      padding: 0 18px 0 0; }

.divider-content {
  padding: 0 18px; }

.divider-box a {
  color: white; }

#divider-link {
  background: #0f1114;
  display: block;
  font-family: "ModernPictogramsNormal", Arial, Serif;
  font-size: 22.5px;
  text-align: center;
  margin: 9px 0 0 0;
  padding: 4.5px 0;
  opacity: 0.5; }
  #divider-link:hover, #divider-link:focus {
    background: #db3a5c;
    opacity: 0.75; }

/* Woopie framework 0.3 */
/* Front cover - Media Queries Styles */
/* Not for ePub*/
#divider {
  background: #0f1114; }

#divider-image-print {
  display: none; }

/* Less than 500px #################### */
@media screen and (max-width: 31.25em) {
  #divider-heading {
    background: none;
    margin: 0;
    padding: 18px 27px; }
    #divider-heading .scroll-box {
      width: 100%;
      height: auto; }
      #divider-heading .scroll-box .scroll-body {
        width: 100%;
        height: auto;
        overflow-x: auto;
        overflow-y: auto; }
      #divider-heading .scroll-box .scroll-icon {
        display: none; }

  #divider-link {
    background: #db3a5c;
    opacity: 1; }
    #divider-link:hover, #divider-link:focus {
      background: #dba83a; } }
/* More than 500px #################### */
@media screen and (min-width: 31.25em) {
  #divider-image {
    display: none; }

  #divider {
    background: url(../images/changes.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

  #divider-heading {
    background: transparent;
    float: right;
    width: 288px; }
    #divider-heading h1 {
      padding-top: 36px;
      font-size: 2em;
      line-height: 1.25;
      margin: 0 0 18px 0; }
    #divider-heading h2 {
      font-size: 1em;
      line-height: 1.25;
      margin: 0 0 18px 0; }
    #divider-heading .scroll-box {
      margin-top: 18px; }
    #divider-heading .scroll-box {
      width: 100%;
      height: auto; }
      #divider-heading .scroll-box .scroll-body {
        width: 100%;
        height: auto;
        overflow-x: auto;
        overflow-y: auto; }
      #divider-heading .scroll-box .scroll-icon {
        display: none; } }
/* More than 800px ##################### */
@media screen and (min-width: 50em) {
  #divider-heading {
    background: none;
    float: right;
    margin: 72px 0;
    width: 360px; }
    #divider-heading h1 {
      padding-top: 18px;
      font-size: 3em;
      line-height: 1.25;
      margin: 0 0 18px 0; }
    #divider-heading h2 {
      font-size: 1.25em;
      line-height: 1.5;
      margin: 0 0 18px 0; }
    #divider-heading .scroll-box {
      margin-top: 36px; } }
/* More than 1200px #################### */
@media screen and (min-width: 75em) {
  #divider-heading {
    margin-top: 108px;
    padding-bottom: 36px; }
    #divider-heading .scroll-box {
      width: 100%;
      height: 288px; }
      #divider-heading .scroll-box .scroll-body {
        width: 100%;
        height: 288px;
        overflow-x: hidden;
        overflow-y: scroll; }
      #divider-heading .scroll-box .scroll-icon {
        display: block; } }
/* Print  ############################## */
@media print {
  #divider-image-print {
    display: block; } }
/* Woopie framework 0.3 */
/* Front cover - Base Styles */
#frontcover {
  background: #333333 no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  #frontcover #top-bar, #frontcover #end-nav, #frontcover #publication-footer {
    display: none; }
  #frontcover #wrapper {
    display: table; }

#frontcover-heading {
  padding: 18px; }
  #frontcover-heading img {
    width: 100%; }

#frontcover-items {
  color: #fff;
  width: 100%; }
  #frontcover-items p a {
    display: block; }
    #frontcover-items p a:hover {
      text-decoration: underline; }

#linkthrough {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 100; }
  #linkthrough:hover {
    border: 2px solid rgba(255, 255, 255, 0.75); }

.go-middle {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

/* Woopie framework 0.3 */
/* Front cover - Media Queries Styles */
/* Not for ePub */
html, body {
  height: 100%;
  width: 100%; }

/* Less than 500px #################### */
@media screen and (max-width: 31.25em) {
  #frontcover #wrapper {
    position: relative;
    height: 100%;
    width: 100%; }

  #frontcover-items-wrap {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: 36px;
    background: rgba(0, 0, 0, 0.75);
    z-index: 200; }

  #frontcover-items {
    font-size: 1em;
    line-height: 1;
    margin: 0 0 0px 0;
    padding: 18px;
    margin: 0; }
    #frontcover-items p {
      border-bottom: 1px solid transparent;
      margin: 0 0 18px 0;
      padding: 0; }
      #frontcover-items p:last-child {
        margin: 0; } }
/* More than 500px #################### */
@media screen and (min-width: 31.25em) {
  #frontcover #wrapper {
    position: relative;
    height: 100%;
    width: 100%; }

  #frontcover-items-wrap {
    bottom: 0;
    margin-bottom: 36px;
    position: absolute;
    width: 100%;
    z-index: 200; }

  #frontcover-items {
    font-size: 1.5em;
    line-height: 1;
    margin: 0 0 0px 0; }
    #frontcover-items p {
      padding: 9px 18px;
      margin: 0; } }
/* More than 800px ##################### */
@media screen and (min-width: 50em) {
  #frontcover-heading {
    width: 60%;
    margin: 0 auto;
    padding-top: 72px; }
    #frontcover-heading.go-left {
      margin: 0;
      float: left; }
    #frontcover-heading.go-right {
      margin: 0;
      float: right; }
    #frontcover-heading.go-center {
      margin: 0 auto; }

  .go-middle h1 {
    width: 60%;
    margin: 0 auto; }

  #frontcover-items-wrap {
    width: 60%; }
    #frontcover-items-wrap.go-left {
      left: 0; }
    #frontcover-items-wrap.go-right {
      right: 0;
      text-align: right; }
    #frontcover-items-wrap.go-center {
      left: 20%;
      text-align: center; }

  #frontcover-items {
    font-size: 2em;
    line-height: 1.25;
    margin: 0 0 0px 0; } }
/* More than 1200px #################### */
/* Print  ############################## */
/* Woopie framework 0.3 */
/* TEMPLATE - Base Styles */
#gallery-body {
  margin: 0; }

.gallery-images {
  margin: 18px 0 0 0;
  padding: 0; }
  .gallery-images section {
    margin: 0 0 72px 0;
    padding: 0; }
    .gallery-images section img {
      display: block;
      line-height: 1;
      margin: 0;
      padding: 0;
      width: 100%; }
    .gallery-images section .imageinfo {
      margin: 0; }
      .gallery-images section .imageinfo p {
        font-family: "Open Sans", "HelveticaNeue", sans-serif;
        font-size: 1em;
        line-height: 1.5;
        margin: 0 0 18px 0;
        margin: 0 0 9px 0;
        padding: 9px 0 0 0; }
      .gallery-images section .imageinfo dl {
        margin: 0;
        padding: 0;
        font-size: 1em;
        line-height: 1.5;
        margin: 0 0 0px 0;
        font-family: "Open Sans", "HelveticaNeue", sans-serif;
        width: 100%; }
        .gallery-images section .imageinfo dl dt {
          float: left;
          font-weight: bold;
          margin: 0 18px 0 0;
          padding: 0; }
        .gallery-images section .imageinfo dl dd {
          margin: 0;
          padding: 0; }

/* Woopie framework 0.3 */
/* TEMPLATE - Media Queries Styles */
/* Not for ePub */
#gallery-body {
  margin: 0 27px; }

.gallery-images {
  margin: 18px 0 0 0;
  padding: 0; }

/* Less than 500px #################### */
/* More than 500px #################### */
/* More than 800px ##################### */
@media screen and (min-width: 50em) {
  #gallery-body {
    margin: 0 54px; } }
/* More than 1200px #################### */
@media screen and (min-width: 75em) {
  #gallery-body {
    margin: 0 54px 0 108px; } }
/* Print  ############################## */
@media print {
  .gallery-images section {
    page-break-inside: avoid; }
    .gallery-images section img {
      max-height: 40%;
      width: auto; }
    .gallery-images section .imageinfo {
      clear: both;
      margin-bottom: 72px; }
      .gallery-images section .imageinfo p {
        float: left;
        width: 49.8%;
        padding-right: 36px; }
      .gallery-images section .imageinfo dl {
        float: left;
        width: 49.8%;
        padding-top: 9px; } }
/* Woopie framework 0.3 */
/* Listing - Base Styles */
#listing-body {
  margin: 0; }
  #listing-body .events-listing h1 {
    clear: both; }

.listing-graphic {
  float: right;
  margin: 0 0 36px 36px;
  text-align: center;
  position: relative; }
  .listing-graphic img {
    display: block;
    margin: 0 0 9px 0;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .listing-graphic em {
    display: block;
    font-family: "Open Sans", "HelveticaNeue", sans-serif;
    font-size: 1em;
    line-height: 1.25;
    margin: 0 0 0px 0; }
  .listing-graphic b {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 9px;
    background: #db3a5c;
    border-bottom: 2px solid #bf2344;
    color: white;
    font-size: 1em;
    line-height: 1;
    margin: 0 0 0px 0; }

.lg-small {
  width: 144px; }

.lg-big {
  width: 216px; }

.content-block .event-item {
  margin: 0 0 36px 0;
  padding: 0; }
  .content-block .event-item li {
    list-style: none; }
    .content-block .event-item li b {
      font-family: "Open Sans", "HelveticaNeue", sans-serif; }
    .content-block .event-item li em {
      font-style: normal;
      font-weight: bold; }
    .content-block .event-item li .sep {
      opacity: 0;
      padding: 0 4.5px; }
    .content-block .event-item li .twitter-follow-button {
      display: inline-block;
      margin-top: 4px; }

.content-block .grp-item {
  margin: 0 0 36px 0;
  padding: 0; }
  .content-block .grp-item li {
    list-style: none; }
  .content-block .grp-item .grp-name {
    font-weight: bold; }

/* Reviews */
.rating {
  font-family: "ModernPictogramsNormal", Arial, Serif;
  font-size: 2em;
  line-height: 2;
  margin: 0 0 0px 0; }

.rating b {
  color: #db3a5c; }

.item-credits {
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 0px 0;
  width: 100%;
  font-family: "Open Sans Condensed", "HelveticaNeue-CondensedBold", sans-serif; }
  .item-credits dt {
    float: left;
    font-weight: bold;
    margin: 0 18px 0 0;
    padding: 0; }
  .item-credits dd {
    margin: 0;
    padding: 0; }

/* Woopie framework 0.3 */
/* Listing - Media Queries Styles */
/* Not for ePub */
#listing-body {
  margin: 0 27px; }

.content-block .grp-item li:before {
  color: #3b434e;
  display: block;
  float: left;
  font-style: normal;
  font-family: "ModernPictogramsNormal", Arial, Serif;
  padding: 4.5px 0;
  text-align: center;
  text-transform: none;
  font-size: 1.75em;
  line-height: 1;
  margin: 0 0 0px 0;
  line-height: 22.5px;
  width: 54px; }
.content-block .grp-item .grp-name:before {
  content: "g "; }
.content-block .grp-item .grp-city:before {
  content: ", "; }
.content-block .grp-item .grp-cnct:before {
  content: "m "; }
.content-block .grp-item .grp-wurl:before {
  content: "w "; }
.content-block .grp-item .grp-twtr:before {
  content: "T "; }
.content-block .grp-item .grp-meet:before {
  content: "} "; }
.content-block .grp-item .grp-othr:before {
  content: "* "; }

/* Less than 500px #################### */
@media screen and (max-width: 31.25em) {
  .lg-small {
    width: 72px; }

  .lg-big {
    width: 144px; } }
/* More than 500px #################### */
@media screen and (min-width: 31.25em) {
  .lg-small {
    width: 216px; }

  .lg-big {
    width: 360px; } }
/* More than 800px ##################### */
@media screen and (min-width: 50em) {
  #listing-body {
    margin: 0 54px; }

  .lg-big b {
    padding: 13.5px;
    font-size: 2em;
    line-height: 1;
    margin: 0 0 0px 0; } }
/* More than 1200px #################### */
@media screen and (min-width: 75em) {
  #listing-body {
    margin: 0 54px 0 108px; }

  .lg-big b {
    padding: 18px 27px;
    font-size: 3em;
    line-height: 1;
    margin: 0 0 0px 0; } }
/* Print  ############################## */
/* Theme Customisation - tweaks */
/* Woopie framework 0.3 */
/* CLASSIC - Base Styles */
/* Nav */
#top-social {
  position: absolute;
  right: 100%;
  display: none; }

#top-title {
  left: 100%;
  width: 360px;
  margin-left: -360px;
  padding-right: 18px;
  text-align: right; }

/* Content */
.content-block .callout-image figcaption {
  font-family: "Arvo", "HelveticaNeue", sans-serif; }
.content-block h3 {
  font-weight: bold;
  text-transform: uppercase; }
.content-block .form {
  border-color: #e8eaec; }
.content-block .form-controls {
  background: #e8eaec; }
.content-block .quiz-single .quiz-help p, .content-block .quiz-multiple .quiz-help p, .content-block .quiz-text .quiz-help p {
  border-bottom: 9px solid #e8eaec; }
.content-block blockquote p {
  font-style: normal; }
.content-block blockquote cite {
  text-transform: uppercase; }
.content-block .fig-video figcaption, .content-block .fig-video .section-caption, .content-block .embed-video figcaption, .content-block .embed-video .section-caption, .content-block .fig-image figcaption, .content-block .fig-image .section-caption, .content-block .section-image figcaption, .content-block .section-image .section-caption {
  text-transform: uppercase;
  font-style: normal; }
.content-block .fixed-bg {
  font-family: "Arvo", "HelveticaNeue", sans-serif; }

/* Contributors */
.contributor h2 {
  font-weight: bold;
  text-transform: uppercase; }

/* Extras */
.flexslider {
  background: white;
  border-color: white;
  -webkit-box-shadow: 0px 0px 10px 1px #bcc3cc;
  -moz-box-shadow: 0px 0px 10px 1px #bcc3cc;
  box-shadow: 0px 0px 10px 1px #bcc3cc; }

/* Flippers */
.content-block .flipper {
  -webkit-box-shadow: 0px 0px 10px 1px #bcc3cc;
  -moz-box-shadow: 0px 0px 10px 1px #bcc3cc;
  box-shadow: 0px 0px 10px 1px #bcc3cc; }
  .content-block .flipper h1 {
    border-bottom: 1px solid #db3a5c;
    font-size: 13.5px;
    font-family: "Open Sans Condensed", "HelveticaNeue-CondensedBold", sans-serif;
    padding-bottom: 9px;
    text-transform: uppercase;
    color: #738295; }
  .content-block .flipper h2 {
    font-family: "Arvo", "HelveticaNeue", sans-serif;
    font-weight: normal; }
  .content-block .flipper .back h1 {
    border-bottom-color: #3a86db; }

/* Woopie framework 0.3 */
/* CLASSIC - Media Queries Styles */
/* Less than 500px #################### */
/* More than 500px #################### */
/* More than 800px ##################### */
/* More than 1200px #################### */
/* Print  ############################## */
