/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.wrapper {
  -webkit-column-width: 150px;
  column-width: 150px;
  height: 100%;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
  font: 12px/18px 'Open Sans', sans-serif;
}


/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
  padding-top: 20px;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.container {
  position: relative;
  width: 298px;
  height: 598px;
  border: 1px solid rgb(0, 0, 0);
  background-color: white;
  overflow: hidden;
}

.header-area img {
  width: 298px;
}

.header-area .subheading {
  font-size: 9px;
  text-align: center;
  margin-top: 6px;
  width: 280px;
  padding: 0 10px;
  color: rgb(52, 28, 22);
}

#logo {
  cursor: pointer;
}

#logo-disclaimer {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 0 0 0 76px;
  font-size: 9px;
  font-weight: 500;
  color: #ffb500;
}

#loader {
  background: url(./../img/ajax-loader.gif) no-repeat center center;
  background-size: 15%;
  position: absolute;
  height: 393px;
  width: 290px;
}


/* global border styles */

.border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0px 10px;
}

#article-zone {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
}

.article-slot {
  overflow: hidden;
  cursor: pointer;
  padding: 0 4px 0 4px; */
}

.article-slot:hover {
  background-color: rgba(228, 234, 241, 1.0);
}

.article-slot a {
  text-decoration: none;
  color: black;
}

.article-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 14px;
  line-height: 16px;
  color: #02377b;
  text-align: left;
  vertical-align: top;
  margin-bottom: 2px;
}

.read-more {
  font-weight: 800;
  font-style: normal;
  color: #1e0000;
}

.snippet {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: 12px;
  vertical-align: top;
}

.image-slot {
  float: left;
  margin: 0 8px 12px 0;
}

.underline {
  text-decoration: none;
}

.disclaimer {
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  font-size: 9px;
  line-height: 1em;
  text-align: center;
  left: 15%;
  bottom: 0;
  padding: 5px 0 5px 0;
  width: 70%;
  height: 18px;
}

.arrows {
  font-size: 7px;
  font-weight: 700;
  line-height: 4px;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
