/**
 * @file
 * Overall specifications for Newsplus Lite.
 */

html {
  height: 100%;
}
body {
  font-size: 12pt;
  color: #222;
  line-height: 1.35;
  background-color: #f0f0f0;
  text-rendering: optimizeLegibility;
  background-color: #f3f3f3;
}
p {
  margin: 0;
  padding: 0 0 3px 0;
}
p.large {
  font-size: 1.25em;
  line-height: 1.3;
  padding-bottom: 20px;
}
a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
code,
pre {
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre;
  white-space: pre-wrap;
  font-family: 'Source Code Pro', Consolas, Monaco, Courier;
}
pre {
  background: #ebebeb;
  border:none;
  border-left: 10px solid;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #363636;
  padding: 20px;
  font-size: 1.1em;
  max-height: 62px;
  overflow: hidden;
  margin: 40px 0 40px 45px;
}
pre:hover {
  max-height: 10000px;
  -webkit-transition: all ease-in-out 2s;
  -moz-transition: all ease-in-out 2s;
  -o-transition: all ease-in-out 2s;
  -ms-transition: all ease-in-out 2s;
  transition: all ease-in-out 2s;
}
img {
  max-width: 100%;
  height: auto;
}
blockquote {
  font-size: 1.2em;
  font-style: italic;
  padding:0 0 0 120px;
  border-left: none;
  position: relative;
  margin: 20px 0 25px;
  line-height: 1.33;
  min-height: 80px;
}
.footer-area blockquote,
.subfooter-area blockquote,
.sidebar blockquote {
  padding-left: 80px;
}

/* Blockquote quote symbol */
blockquote:after {
  position: absolute;
  content: "“";
  left: 15px;
  color: #dddddd;
  font-style: normal;
  font-size: 220px;
  line-height: 0.8;
  height: 100%;
  top: 0;
}
.footer-area blockquote:after,
.subfooter-area blockquote:after,
.sidebar blockquote:after {
  left: 0;
  font-size: 190px;
}
@media (min-width: 992px) {
  .two-sidebars blockquote {
    padding: 0 0 0 80px;
  }
  .two-sidebars blockquote:after {
    left: 0;
    font-size: 190px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-area blockquote,
  .subfooter-area blockquote,
  .sidebar blockquote {
    padding-left: 40px;
    font-size: 18px;
  }
  .footer-area blockquote:after,
  .subfooter-area blockquote:after,
  .sidebar blockquote:after {
    left: 0;
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  blockquote {
    padding: 0 0 0 80px;
  }
  blockquote:after {
    left: 0;
    font-size: 190px;
  }
}
ul {
  margin-left: 20px;
  margin-bottom: 5px;
  padding-left: 20px;
  list-style-type: square;
  list-style-position: outside;
}
ul.list li {
  margin-bottom: 5px;
}
.colored-area {
  color: white;
}
.colored-area legend{
  color: white;
}

/**
 * Reusable heading classes are included to help modules change the styling of
 * headings on a page without affecting accessibility.
 */
/* Headings */
h1, h2, h3, h4, h5, h6,
.heading-a,
.heading-b,
.heading-c,
.heading-d,
.heading-e {
  font-weight: 400;
  line-height: 1.2;
  margin: 10px 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.heading-a > a,
.heading-b > a,
.heading-c > a,
.heading-d > a,
.heading-e > a {
  color: #222;
}
h1,
.heading-a {
  font-size: 2.3em;
  margin-bottom: 15px;
}
h2,
.heading-b {
  font-size: 1.9em;
  font-weight: 400;
}
h3,
.heading-c {
  font-size: 1.75em;
}
h4,
.heading-d {
  font-size: 1.5em;
}
h5,
.heading-e {
  font-size: 1.4em;
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1.4em;
  }
  h3 {
    font-size: 1.3em;
  }
  h4 {
    font-size: 1.2em;
  }
  h5 {
    font-size: 1.1em;
  }
}
.title {
  margin-top: 0
}
.sidebar .block > h2,
#page .block-views h2.title,
.field--name-field-video .field__label,
.field--name-field-gallery .field__label {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 400;
  color: #464646;
  padding-bottom: 5px;
  border-bottom: 1px #444 solid;
}
.node--view-mode-teaser h2.node__title,
.node--view-mode-teaser h2.node__title {
  font-weight: 700;
}
.sidebar h3.title {
  margin-top: 5px;
}
@media (max-width: 767px) {
 .node h1.title {
    font-size: 2em;
  }
}
del {
  text-decoration: line-through;
}
.feed-icon {
  display: block;
  margin: 25px 0 0 0;
}
details {
  background-color: #f0f0f0;
}
details summary {
  margin-top: 5px;
  font-style: italic;
  text-transform: uppercase;
}
.embedcode {
  margin: 5px 0;
}
.embedcode iframe {
  border: 0 !important;
  border-color: transparent !important;
  border-style: none !important;
  padding: 0;
}