/*
 * ==========================================================================
 * Variables
 * ==========================================================================
 */
/*
 * ==========================================================================
 * Import
 * ==========================================================================
 */
/*
 * ! normalize.css v2.1.0 | MIT License | git.io/normalize
 */
/*
 * ==========================================================================
 * HTML5 display definitions
 * ==========================================================================
 */
/*
 * *
 * * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/*
 * *
 * * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * *
 * * Prevent modern browsers from displaying `audio` without controls.
 * * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * *
 * * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/*
 * ==========================================================================
 * Base
 * ==========================================================================
 */
/*
 * *
 * * 1. Set default font family to sans-serif.
 * * 2. Prevent iOS text size adjust after orientation change, without disabling
 * *    user zoom.
 */
html {
  font-family: sans-serif;
    /*
   * 1
   */
  -webkit-text-size-adjust: 100%;
    /*
   * 2
   */
  -ms-text-size-adjust: 100%;
    /*
   * 2
   */ }

/*
 * *
 * * Remove default margin.
 */
body {
  margin: 0; }

/*
 * ==========================================================================
 * Links
 * ==========================================================================
 */
/*
 * *
 * * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * *
 * * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/*
 * ==========================================================================
 * Typography
 * ==========================================================================
 */
/*
 * *
 * * Address variable `h1` font-size and margin within `section` and `article`
 * * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/*
 * *
 * * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * *
 * * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * *
 * * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * *
 * * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * *
 * * Address styling not present in IE 8/9.
 */
mark {
  background: yellow;
  color: black; }

/*
 * *
 * * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * *
 * * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/*
 * *
 * * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * *
 * * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * *
 * * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*
 * ==========================================================================
 * Embedded content
 * ==========================================================================
 */
/*
 * *
 * * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * *
 * * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/*
 * ==========================================================================
 * Figures
 * ==========================================================================
 */
/*
 * *
 * * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/*
 * ==========================================================================
 * Forms
 * ==========================================================================
 */
/*
 * *
 * * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * *
 * * 1. Correct `color` not being inherited in IE 8/9.
 * * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
    /*
   * 1
   */
  padding: 0;
    /*
   * 2
   */ }

/*
 * *
 * * 1. Correct font family not being inherited in all browsers.
 * * 2. Correct font size not being inherited in all browsers.
 * * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
    /*
   * 1
   */
  font-size: 100%;
    /*
   * 2
   */
  margin: 0;
    /*
   * 3
   */ }

/*
 * *
 * * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * *
 * * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * * All other form control elements do not inherit `text-transform` values.
 * * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/*
 * *
 * * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 * *    and `video` controls.
 * * 2. Correct inability to style clickable `input` types in iOS.
 * * 3. Improve usability and consistency of cursor style between image-type
 * *    `input` and others.
 */

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

/*
 * *
 * * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/*
 * *
 * * 1. Address box sizing set to `content-box` in IE 8/9.
 * * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
    /*
   * 1
   */
  padding: 0;
    /*
   * 2
   */ }

/*
 * *
 * * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 * *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
    /*
   * 1
   */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
    /*
   * 2
   */
  box-sizing: content-box; }

/*
 * *
 * * Remove inner padding and search cancel button in Safari 5 and Chrome
 * * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * *
 * * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * *
 * * 1. Remove default vertical scrollbar in IE 8/9.
 * * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
    /*
   * 1
   */
  vertical-align: top;
    /*
   * 2
   */ }

/*
 * ==========================================================================
 * Tables
 * ==========================================================================
 */
/*
 * *
 * * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * ==========================================================================
 * Base
 * ==========================================================================
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }


body {
  background: white;
  color: #111111; }
  body.custom-background-no-repeat {
    background-size: cover; }
    @media screen and (max-width: 1280px) {
      body.custom-background {
    background-image: none !important; } }

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

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

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

iframe {
  width: 100%;
  max-width: 100%;
  border: none;
  display: block; }

textarea {
  resize: vertical; }

  form label {
    display: block;
    font-size: 12px;
    margin-bottom: 0.5em;
    padding-left: 1px;
    font-weight: 400; }
  form input,
  form textarea {
    font: 300 13px "Lato", "Helvetica", sans-serif;
    width: 100%;
    margin-bottom: 25px;
    background: #efefef;
    border: none; }
  form input {
    height: 35px;
    padding: 0 10px; }
    form input[type="submit"] {
      padding: 0 15px;
      width: auto;
      background: #4d92cb;
      color: white;
      font-weight: 500;
      text-transform: uppercase; }
  form textarea {
    padding: 10px;
    height: 100px;
    line-height: 1.6em; }

hr {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 50px 0;
  *zoom: 1; }
  hr:before,
  hr:after {
    content: " ";
    display: table; }
  hr:after {
    clear: both; }

  figure figcaption {
    margin-top: 15px;
    text-align: center;
    font-size: 0.9em;
    font-style: italic;
    color: #999999; }
  figure img {
    max-width: 100%; }

.flex {
  position: relative;
  padding-bottom: 55%;
  height: 0;
  margin-bottom: 40px; }
  .flex iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

address {
  font-size: 0.9em;
  color: #cccccc;
  font-style: normal;
  line-height: 2.3em; }
  address span {
    color: white; }

form.password {
  margin: 20px 0 5px;
  *zoom: 1; }
  form.password:before,
  form.password:after {
    content: " ";
    display: table; }
  form.password:after {
    clear: both; }
  form.password input {
    margin: 0;
    width: 65%;
    float: left; }
    form.password input[type="submit"] {
      width: 30%;
      margin-left: 5%; }

.clearfix {
  *zoom: 1; }
  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

/*
 * ==========================================================================
 * Grid
 * ==========================================================================
 */
.eqfw-layout_row {
  margin: 0 -10px;
  *zoom: 1; }
  .eqfw-layout_row:before,
  .eqfw-layout_row:after {
    content: " ";
    display: table; }
  .eqfw-layout_row:after {
    clear: both; }
  @media screen and (max-width: 640px) {
    .eqfw-layout_row {
  margin: 0 -5px; } }

.eqfw-layout_cell {
  float: left;
  padding: 0 10px; }
  .is-1-column .eqfw-layout_cell {
    width: 100%; }
  .is-2-columns .eqfw-layout_cell {
    width: 50%; }
    @media screen and (max-width: 480px) {
      .is-2-columns .eqfw-layout_cell {
    width: 100%;
    margin-bottom: 20px; } }
  .is-3-columns .eqfw-layout_cell {
    width: 33.33%; }
    @media screen and (max-width: 480px) {
      .is-3-columns .eqfw-layout_cell {
    width: 50%;
    margin-bottom: 20px; } }
  .is-right-sidebar .eqfw-layout_cell.is-main {
    width: 71%; }
    @media screen and (max-width: 640px) {
      .is-right-sidebar .eqfw-layout_cell.is-main {
    width: 100%; } }
  .is-right-sidebar .eqfw-layout_cell.is-sidebar {
    width: 29%; }
    @media screen and (max-width: 640px) {
      .is-right-sidebar .eqfw-layout_cell.is-sidebar {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1); } }
  @media screen and (max-width: 640px) {
    .eqfw-layout_cell {
  padding: 0 5px; } }

/*
 * ==========================================================================
 * Typography
 * ==========================================================================
 */
body {
  color: #111111;
  font-family: "Lato", "Helvetica", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6; }

a {
  text-decoration: none;
  color: #07508d; }

p {
  font-size: 16px;
  margin: 0 0 1em; }
  @media screen and (max-width: 640px) {
    p {
  font-size: 15px; } }
  @media screen and (max-width: 480px) {
    p {
  font-size: 14px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather", "Georgia", sans-serif;
  font-weight: 400;
  margin: 0.8em 0 0.4em; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit; }
    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
      text-decoration: none; }
  p + h1,
  p + h2,
  p + h3,
  p + h4,
  p + h5,
  p + h6 {
    margin-top: 1.6em; }
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child {
    margin-top: 0; }

h1 {
  font-size: 30px; }
  @media screen and (max-width: 480px) {
    h1 {
  font-size: 25px; } }

h2 {
  font-size: 23px;
  margin-bottom: 0.5em; }
  @media screen and (max-width: 480px) {
    h2 {
  font-size: 20px; } }

h3 {
  font-size: 18px;
  margin-bottom: 0.5em; }
  @media screen and (max-width: 480px) {
    h3 {
  font-size: 16px; } }

h4 {
  font-size: 14px;
  margin-bottom: 0.6em;
  font-weight: 700; }
  @media screen and (max-width: 480px) {
    h4 {
  font-size: 14px; } }

h5 {
  font-size: 12px;
  font-weight: 700; }
  @media screen and (max-width: 480px) {
    h5 {
  font-size: 12px; } }

h6 {
  font-size: 11px;
  font-weight: 700; }
  @media screen and (max-width: 480px) {
    h6 {
  font-size: 10px; } }

.highlight {
  background: #fffbce;
  padding: 0.1em 0.3em; }

  .article_content ul,
  .article_content ol {
    margin: 0;
    padding: 0; }
  .article_content li {
    list-style: none;
    padding-left: 25px;
    position: relative;
    font-size: 14px;
    margin-bottom: 0.7em; }
    .article_content li:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.7em;
      width: 4px;
      height: 4px;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 50%; }
  .article_content ol {
    margin-left: 0;
    padding-left: 0;
    counter-reset: numbered-list; }
    .article_content ol li {
      list-style: none;
      padding-left: 35px;
      position: relative; }
      .article_content ol li:before {
        counter-increment: numbered-list;
        content: counter(numbered-list);
        position: absolute;
        left: 0;
        top: 0.5em;
        font-weight: 700;
        color: #444444;
        font-size: 11px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 3px; }
  .article_content p a {
    font-weight: 500;
    color: #07508d;
    background: rgba(7, 80, 141, 0.05);
    padding: 0.1em 0.3em;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .article_content p a:hover,
    .article_content p a:focus {
      color: #111111;
      background: rgba(7, 80, 141, 0.1); }

blockquote {
  font-size: 18px;
  line-height: 1.8;
  font-style: italic;
  padding: 0 0 0 50px;
  margin: 0;
  color: #666666; }
  blockquote:before {
    content: "\f10e";
    font-size: 28px;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none !important;
    speak: none;
    display: inline-block;
    text-decoration: none;
    width: 1em;
    height: 1em;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    float: left;
    margin: 7px 0 0 -50px;
    color: #e5e5e5; }
  blockquote p {
    font-size: inherit; }
  blockquote cite {
    margin-top: 10px;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    font-style: normal;
    font-weight: 700; }

.dropcap:first-letter {
  float: left;
  font-size: 37px;
  line-height: 1.3em;
  font-weight: 700;
  margin: 0 8px 0 0; }

.article_content .button {
  display: inline-block;
  color: white;
  font-size: 12px;
  line-height: 35px;
  height: 35px;
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  border: none;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s; }
  .article_content .button:hover,
  .article_content .button:focus {
    color: white; }
  .article_content .button.is-blue1 {
    background: #5b6fbd; }
    .article_content .button.is-blue1:hover {
      background: #4559ab; }
  .article_content .button.is-blue2 {
    background: #499ad2; }
    .article_content .button.is-blue2:hover {
      background: #3086c2; }
  .article_content .button.is-grey {
    background: #9393af; }
    .article_content .button.is-grey:hover {
      background: #7c7c9e; }
  .article_content .button.is-green1 {
    background: #3fac91; }
    .article_content .button.is-green1:hover {
      background: #348e78; }
  .article_content .button.is-green2 {
    background: #79c442; }
    .article_content .button.is-green2:hover {
      background: #66a935; }
  .article_content .button.is-yellow {
    background: #dad045; }
    .article_content .button.is-yellow:hover {
      background: #cdc229; }
  .article_content .button.is-red {
    background: #e06558; }
    .article_content .button.is-red:hover {
      background: #da4536; }

pre {
  background: #f7f7f7;
  font-size: 12px;
  padding: 15px;
  border-radius: 3px; }

/*
 * ==========================================================================
 * Wrapper
 * ==========================================================================
 */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }
  .container.is-main {
    background: white;
    padding-top: 20px; }
  @media screen and (max-width: 640px) {
    .container {
  padding: 0 10px; } }

body.custom-background {
  background: whitesmoke; }

body.custom-background .container.is-main {
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

  .main-content.with-sidebar {
    float: left;
    width: 72%;
    padding-right: 20px; }
    @media screen and (max-width: 960px) {
      .main-content.with-sidebar {
    float: none;
    width: 100%;
    padding-right: 0; } }

.page-header {
  *zoom: 1; }
  .page-header:before,
  .page-header:after {
    content: " ";
    display: table; }
  .page-header:after {
    clear: both; }

/*
 * ==========================================================================
 * General styles
 * ==========================================================================
 */
  .featured-image a {
    display: block; }
  .featured-image img {
    width: 100%;
    height: auto;
    display: block; }

.search-form {
  position: relative; }
  .search-form input {
    margin: 0; }

  .search-form input[type="submit"] {
    content: "";
    font-size: 28px;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none !important;
    speak: none;
    display: inline-block;
    text-decoration: none;
    width: 1em;
    height: 1em;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #111111;
    font-size: 18px;
    height: auto;
    padding: 8px 10px;
    width: auto; }

.advertising {
  background: #f7f7f7;
  border: 1px solid #cccccc;
  display: table;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%; }
  .advertising span {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

/*
 * ==========================================================================
 * Header
 * ==========================================================================
 */
.header {
  *zoom: 1;
  position: relative;
  z-index: 1000; }
  .header:before,
  .header:after {
    content: " ";
    display: table; }
  .header:after {
    clear: both; }
  .header ul {
    margin: 0;
    padding: 0; }
  .header .container {
    *zoom: 1; }
  .header .container:before,
  .header .container:after {
    content: " ";
    display: table; }
  .header .container:after {
    clear: both; }
      .custom-background .header.is-black .container,
      .custom-background .header.is-centered .container,
      .custom-background .header.is-advertising .container,
      .custom-background .header.is-full .container {
        padding: 0; }
  .header.is-simple .hide-on-simple {
    display: none; }

.header_top-row {
  *zoom: 1;
  padding: 5px 0 10px;
  line-height: 32px; }
  .header_top-row:before,
  .header_top-row:after {
    content: " ";
    display: table; }
  .header_top-row:after {
    clear: both; }
  .header.is-full .header_top-row {
    padding-bottom: 5px; }
  .header_top-row .header_social {
    float: right;
    line-height: 30px; }

.header_date {
  font-size: 11px;
  color: #666666;
  margin-right: 20px;
  float: left; }
  @media screen and (max-width: 960px) {
    .header_date {
  display: none; }
    .header.is-centered .header_date {
      display: block; } }

.header_small-nav {
  float: left;
  font-size: 11px; }
  @media screen and (max-width: 640px) {
    .header_small-nav {
  display: none; } }
  .header_small-nav li {
    display: inline-block;
    margin-right: 15px; }
    .header_small-nav li a {
      color: #666666;
      font-weight: 400; }
      .header_small-nav li a:hover {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.header_social {
  margin: 0;
  line-height: 35px;
  display: inline-block; }
  @media screen and (max-width: 640px) {
    .header_social {
  display: none; } }
  .header_social li {
    display: inline-block;
    margin-left: 15px; }
  .header_social a {
    color: #666666;
    font-size: 11px;
    font-weight: 400;
    margin-left: 5px; }
  .header_social a.is-icon {
    display: inline-block;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px); }
    @media screen and (max-width: 640px) {
      .header_social a.is-icon {
    margin-left: 0; } }
    @media screen and (max-width: 640px) {
      .header_social a.is-label {
    display: none; } }
  .header_social a.is-label:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .header_social i {
    font-size: 15px; }
  .header_social + .header_search {
    margin-left: 15px; }
    .header_social + .header_search:before {
      content: "";
      display: block;
      position: absolute;
      width: 1px;
      height: 26px;
      left: 0;
      top: 50%;
      margin-top: -13px;
      border-left: 1px solid #ebebeb; }

.header_bottom-row {
  position: relative;
  *zoom: 1; }
  .header_bottom-row:before,
  .header_bottom-row:after {
    content: " ";
    display: table; }
  .header_bottom-row:after {
    clear: both; }

.header_logo {
  float: left;
  line-height: 35px;
  margin: 0 20px 0 0;
  font-size: 20px;
  position: relative;
  z-index: 10; }
  .header_logo img {
    max-width: 9999px; }

.header_tagline {
  font-size: 12px;
  font-weight: 400;
  font-family: "Lato", "Helvetica", sans-serif;
  display: block; }

.header .sidebar {
  float: right;
  width: 728px;
  max-width: 100%; }
  @media screen and (max-width: 960px) {
    .header .sidebar {
  display: none; } }
  .header .sidebar .widget {
    width: 100%;
    padding: 0;
    margin: 0; }
  .header .sidebar .advertising {
    height: 90px; }

.header.is-full .header_bottom-row {
  padding: 5px 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .custom-background .header.is-full .header_bottom-row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px; }

  .header_nav li {
    position: relative;
    display: block;
    float: left;
    line-height: 35px; }
      .header_nav li:hover > .sub-menu,
      .header_nav li:focus > .sub-menu {
        display: block; }
      .header_nav li:hover .header_nav_articles,
      .header_nav li:focus .header_nav_articles {
        display: block; }
    .header_nav li .sub-menu li .header_nav_articles {
      display: none; }
  .header_nav a {
    display: block;
    padding: 0 20px;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .header_nav a i {
      margin-right: 5px; }

.header_nav .menu > ul > li {
  text-align: center; }
  .header_nav .menu > ul > li:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 26px;
    top: 50%;
    margin-top: -13px;
    border-left: 1px solid rgba(0, 0, 0, 0.07); }
  .header_nav .menu > ul > li > a {
    font-size: 15px;
    color: #111111;
    font-weight: 500; }
    .header_nav .menu > ul > li.menu-parent-item > a:after,
    .header_nav .menu > ul > li.menu-articles-full > a:after,
    .header_nav .menu > ul > li.menu-articles-list > a:after {
      content: "\f0d7";
      font-size: 28px;
      font-family: "FontAwesome";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none !important;
      speak: none;
      display: inline-block;
      text-decoration: none;
      width: 1em;
      height: 1em;
      line-height: 1em;
      -webkit-font-smoothing: antialiased;
      font-size: 12px;
      margin-left: 10px;
      margin-right: -7px;
      -webkit-transform: translateY(-1px);
      -moz-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
      -o-transform: translateY(-1px);
      transform: translateY(-1px); }
  .header_nav .menu > ul > li:hover {
    background: #222222; }
    .header_nav .menu > ul > li:hover:before {
      content: none; }
    .header_nav .menu > ul > li:hover > a {
      color: white;
      box-shadow: inset 0 -1px 0px rgba(255, 255, 255, 0.1); }
  .header_nav .menu > ul > li.is-logo {
    text-align: left; }
    .header_nav .menu > ul > li.is-logo a {
      padding: 0; }
    .header_nav .menu > ul > li.is-logo .header_logo {
      float: none; }
    .header_nav .menu > ul > li.is-logo:before {
      content: none; }
    .header_nav .menu > ul > li.is-logo:hover {
      background: transparent; }
  .header_nav .menu > ul > li.is-search {
    text-align: right; }
    .header_nav .menu > ul > li.is-search:hover {
      background: transparent; }
      .header_nav .menu > ul > li.is-search:hover:before {
        content: ""; }
    .header_nav .menu > ul > li.is-overflow.is-empty {
      display: none !important; }
    .header_nav .menu > ul > li.is-overflow > a {
      -webkit-transform: translateY(2px);
      -moz-transform: translateY(2px);
      -ms-transform: translateY(2px);
      -o-transform: translateY(2px);
      transform: translateY(2px); }
    .header_nav .menu > ul > li.is-overflow > a:before {
      content: "\f039";
      font-size: 28px;
      font-family: "FontAwesome";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none !important;
      speak: none;
      display: inline-block;
      text-decoration: none;
      width: 1em;
      height: 1em;
      line-height: 1em;
      -webkit-font-smoothing: antialiased;
      font-size: 19px; }

.menu-articles-full-wrapper {
  position: relative; }

.header_nav .menu .sub-menu,
.header .header_nav-right .header_nav-mobile_dropdown .menu {
  position: absolute;
  display: block; }
  .header_nav .menu .sub-menu li,
  .header .header_nav-right .header_nav-mobile_dropdown .menu li {
    background: #222222;
    min-width: 200px;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    text-align: left; }
    .header_nav .menu .sub-menu li:hover,
    .header .header_nav-right .header_nav-mobile_dropdown .menu li:hover {
      background: #333333; }
      .header_nav .menu .sub-menu li:hover a,
      .header .header_nav-right .header_nav-mobile_dropdown .menu li:hover a {
        border-bottom-color: transparent; }
    .header_nav .menu .sub-menu li.menu-parent-item > a,
    .header .header_nav-right .header_nav-mobile_dropdown .menu li.menu-parent-item > a {
      padding-right: 45px; }
      .header_nav .menu .sub-menu li.menu-parent-item > a:after,
      .header .header_nav-right .header_nav-mobile_dropdown .menu li.menu-parent-item > a:after {
        content: "\f0da";
        font-size: 28px;
        font-family: "FontAwesome";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none !important;
        speak: none;
        display: inline-block;
        text-decoration: none;
        width: 1em;
        height: 1em;
        line-height: 1em;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        right: 0;
        line-height: inherit;
        font-size: 10px;
        margin: 0 10px; }
    .header_nav .menu .sub-menu li ul,
    .header_nav .menu .sub-menu li div,
    .header .header_nav-right .header_nav-mobile_dropdown .menu li ul,
    .header .header_nav-right .header_nav-mobile_dropdown .menu li div {
      display: none; }
  .header_nav .menu .sub-menu a,
  .header .header_nav-right .header_nav-mobile_dropdown .menu a {
    color: white;
    font-size: 12px;
    font-weight: 300;
    padding-right: 45px; }
    .header_nav .menu .sub-menu a:before,
    .header .header_nav-right .header_nav-mobile_dropdown .menu a:before {
      content: "\f105";
      font-size: 28px;
      font-family: "FontAwesome";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none !important;
      speak: none;
      display: inline-block;
      text-decoration: none;
      width: 1em;
      height: 1em;
      line-height: 1em;
      -webkit-font-smoothing: antialiased;
      font-size: 11px;
      margin-right: 8px; }

.header_nav .menu .sub-menu {
  display: none; }

.header_nav .sub-menu .sub-menu {
  left: 100%;
  top: 0;
  background: #333333; }
  .header_nav .sub-menu .sub-menu li:hover {
    background: #555555; }
  .header_nav .sub-menu .sub-menu li {
    border-left: 1px solid rgba(255, 255, 255, 0.1); }

.header .header_bottom-row .header_nav_overflow {
  right: 0; }
    .header .header_bottom-row .header_nav_overflow li:before {
      content: none; }
      .header .header_bottom-row .header_nav_overflow li.menu-parent-item > a:after,
      .header .header_bottom-row .header_nav_overflow li.menu-articles-list > a:after,
      .header .header_bottom-row .header_nav_overflow li.menu-articles-full > a:after {
        content: none; }
    .header .header_bottom-row .header_nav_overflow li ul {
      display: none; }

.header_nav_articles {
  position: absolute;
  background: #222222;
  display: none;
  padding: 7px;
  width: 290px; }
  .header_nav_articles .widgettitle {
    display: none; }
  .header_nav_articles .widget_report_recent_category {
    padding: 8px 8px 0;
    background: #111111;
    *zoom: 1; }
  .header_nav_articles .widget_report_recent_category:before,
  .header_nav_articles .widget_report_recent_category:after {
    content: " ";
    display: table; }
  .header_nav_articles .widget_report_recent_category:after {
    clear: both; }
    .header_nav_articles .widget_report_recent_category ul li {
      border-bottom-color: rgba(255, 255, 255, 0.1); }
    .header_nav_articles .widget_report_recent_category li a {
      text-transform: none;
      color: white;
      text-align: left; }
    .header_nav_articles .widget_report_post_list .report_post_list {
      padding: 2px;
      background: #111111;
      *zoom: 1; }
  .header_nav_articles .widget_report_post_list .report_post_list:before,
  .header_nav_articles .widget_report_post_list .report_post_list:after {
    content: " ";
    display: table; }
  .header_nav_articles .widget_report_post_list .report_post_list:after {
    clear: both; }
    .header_nav_articles .widget_report_post_list .article {
      width: 20%;
      float: left;
      padding: 10px;
      margin-bottom: 0; }
      .header_nav_articles .widget_report_post_list .article a {
        text-transform: none;
        color: white;
        text-align: left;
        padding: 0;
        white-space: normal; }
  @media screen and (max-width: 640px) {
    .header_nav_articles .report_post_list.is-small .article {
      width: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .header_nav_articles .report_post_list.is-small .article .article_thumbnail {
        display: none; }
      .header_nav_articles .report_post_list.is-small .article .article_title a {
        padding: 5px; }
    .header_nav_articles .widget_report_recent_category {
      padding-top: 0; }
      .header_nav_articles .widget_report_recent_category .featured-image {
        display: none; } }

.hide-title {
  display: none; }

.header_nav-right {
  position: relative;
  float: right;
  height: 35px; }
    .header_nav-right .header_social i {
      font-size: 18px; }
  .header_nav-right.with-search {
    padding-right: 70px; }

.header_search {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0; }
  .header_search form {
    min-width: 45px;
    position: relative; }
  .header_search input {
    background: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .header_search input[type="text"] {
    width: 0; }
  .header_search input[type="submit"] {
    text-align: center;
    padding-left: 20px; }
    .header_search.is-active input[type="text"],
    .header_search:hover input[type="text"] {
      background: #efefef;
      width: 180px; }

  .header.is-full .header_nav,
  .header.is-centered .header_nav,
  .header.is-advertising .header_nav {
    float: left;
    min-width: 100%; }
  .header.is-full .header_nav .menu > ul,
  .header.is-centered .header_nav .menu > ul,
  .header.is-advertising .header_nav .menu > ul {
    position: relative;
    display: table;
    width: 100%; }
    .header.is-full .header_nav .menu > ul > li,
    .header.is-centered .header_nav .menu > ul > li,
    .header.is-advertising .header_nav .menu > ul > li {
      display: table-cell;
      float: none; }
      .header.is-full .header_nav .menu > ul > li > a,
      .header.is-centered .header_nav .menu > ul > li > a,
      .header.is-advertising .header_nav .menu > ul > li > a {
        padding: 0 15px; }
  .header.is-full .header_search,
  .header.is-centered .header_search,
  .header.is-advertising .header_search {
    position: static; }
  .header.is-full .header_nav-right,
  .header.is-centered .header_nav-right,
  .header.is-advertising .header_nav-right {
    display: none; }

  .header.is-centered .container {
    position: relative; }
  .header.is-centered .header_top-row {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 40px;
    padding: 0 30px; }
    @media screen and (max-width: 640px) {
      .header.is-centered .header_top-row {
    display: none; } }
    .header.is-centered .header_top-row:before,
    .header.is-centered .header_top-row:after {
      content: none; }
  .header.is-centered .header_small-nav {
    display: none; }
  .header.is-centered .header_logo {
    text-align: center;
    float: none;
    margin: 20px 0; }
    @media screen and (max-width: 640px) {
      .header.is-centered .header_logo {
    margin: 10px 0; } }
  .header.is-centered .header_nav {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0;
    padding: 7px 0; }
  .header.is-centered .header_nav .menu > ul > li:first-child:before {
    content: none; }

  .header.is-advertising .container {
    margin-top: 25px; }
  .header.is-advertising .header_top-row {
    display: none; }
    @media screen and (max-width: 960px) {
      .header.is-advertising .header_logo {
    text-align: center;
    margin-right: 0;
    float: none; } }
    @media screen and (max-width: 480px) {
      .header.is-advertising .header_logo {
    margin: -10px 0; } }
  .header.is-advertising .header_tagline {
    line-height: 30px; }
  .header.is-advertising .header_social {
    display: block;
    clear: left;
    line-height: 20px; }
    .header.is-advertising .header_social li {
      margin: 0 15px 0 0; }
    @media screen and (max-width: 960px) {
      .header.is-advertising .header_social {
    text-align: center; } }
    @media screen and (max-width: 480px) {
      .header.is-advertising .header_social {
    display: none; } }
  .header.is-advertising .header_nav {
    margin-top: 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0;
    padding: 7px 0; }
  .header.is-advertising .header_nav .menu > ul > li:first-child:before {
    content: none; }

  .header.is-black-menu .header_bottom-row,
  .header.is-black .header_bottom-row {
    background: #0099dd;
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.1);
    *zoom: 1; }
  .header.is-black-menu .header_bottom-row:before,
  .header.is-black .header_bottom-row:before,
  .header.is-black-menu .header_bottom-row:after,
  .header.is-black .header_bottom-row:after {
    content: " ";
    display: table; }
  .header.is-black-menu .header_bottom-row:after,
  .header.is-black .header_bottom-row:after {
    clear: both; }
  .header.is-black-menu .header_logo,
  .header.is-black .header_logo {
    line-height: 45px;
    background: rgba(0, 0, 0, 0.5);
    margin-right: 10px;
    color: white; }
    .header.is-black-menu .header_logo a,
    .header.is-black .header_logo a {
      text-transform: none;
      padding: 0 10px; }
  .header.is-black-menu .header_nav .menu > ul > li,
  .header.is-black .header_nav .menu > ul > li {
    line-height: 45px; }
    .header.is-black-menu .header_nav .menu > ul > li.menu-item:hover,
    .header.is-black .header_nav .menu > ul > li.menu-item:hover {
      background: rgba(255, 255, 255, 0.2); }
    .header.is-black-menu .header_nav .menu > ul > li:before,
    .header.is-black .header_nav .menu > ul > li:before {
      content: none; }
    .header.is-black-menu .header_nav .menu > ul > li > a,
    .header.is-black .header_nav .menu > ul > li > a {
      color: white;
      padding: 0 15px;
      font-size: 14px; }
    .header.is-black-menu .header_nav .menu > ul > li.is-logo a,
    .header.is-black .header_nav .menu > ul > li.is-logo a {
      padding: 0 10px; }
  .header.is-black-menu .header_nav-right,
  .header.is-black .header_nav-right {
    height: 36px;
    margin-top: 6px; }
    .header.is-black-menu .header_search input,
    .header.is-black .header_search input {
      color: white; }
      .header.is-black-menu .header_search.is-active input,
      .header.is-black .header_search.is-active input,
      .header.is-black-menu .header_search:hover input,
      .header.is-black .header_search:hover input {
        color: #111111; }
      .header.is-black-menu .header_search.is-active input[type="text"],
      .header.is-black .header_search.is-active input[type="text"],
      .header.is-black-menu .header_search:hover input[type="text"],
      .header.is-black .header_search:hover input[type="text"] {
        background: white; }

  .custom-background .header.is-black-menu .container {
    padding: 0; }
  .custom-background .header.is-black-menu .header_search {
    margin-right: 5px; }

.header.is-black {
  background: #222222; }
  .header.is-black .container {
    background: transparent; }
  .header.is-black .header_date {
    color: #cccccc; }
    .header.is-black .header_small-nav li a,
    .header.is-black .header_social li a {
      color: #cccccc; }
      .header.is-black .header_small-nav li a:hover,
      .header.is-black .header_social li a:hover {
        color: white; }

/*
 * ==========================================================================
 * Footer
 * ==========================================================================
 */
.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  margin-top: 30px;
  *zoom: 1; }
  .footer:before,
  .footer:after {
    content: " ";
    display: table; }
  .footer:after {
    clear: both; }
  body.custom-background .footer {
    margin-bottom: 0;
    padding-bottom: 0; }
  .footer ul {
    margin: 0;
    padding: 0; }
  .footer .sidebar {
    border: none;
    width: 100%;
    margin: 10px -10px 0; }
    .footer .sidebar .widget {
      float: left;
      width: 25%;
      font-size: 12px;
      padding: 0 10px;
      margin-bottom: 10px; }
      .footer .sidebar .widget p {
        font-size: inherit; }
      @media screen and (max-width: 640px) {
        .footer .sidebar .widget {
      width: 50%; } }
      @media screen and (max-width: 480px) {
        .footer .sidebar .widget {
      width: 100%; } }
  .footer .widget_title h2 {
    font-size: 12px;
    line-height: 20px; }
    .footer .widget_categories li,
    .footer .widget_meta li,
    .footer .widget_archive li,
    .footer .widget_nav_menu li {
      padding-left: 0;
      margin-bottom: 12px; }
    .footer .widget_categories a,
    .footer .widget_meta a,
    .footer .widget_archive a,
    .footer .widget_nav_menu a {
      font-size: inherit; }
    .footer .widget_categories li:before,
    .footer .widget_meta li:before,
    .footer .widget_archive li:before,
    .footer .widget_nav_menu li:before {
      content: none; }
    .footer .widget_text h1,
    .footer .widget_text h2,
    .footer .widget_text h3 {
      font-family: "Lato", "Helvetica", sans-serif;
      font-weight: 700;
      font-size: 16px;
      line-height: 20px;
      margin: 0 0 10px; }
    .footer .widget_text a {
      color: inherit;
      font-weight: 400; }
  .custom-background .footer {
    margin-bottom: 20px; }

.footer_logo {
  float: left;
  line-height: 30px;
  font-size: 20px;
  margin: 0; }
  @media screen and (max-width: 960px) {
    .footer_logo {
  float: none;
  text-align: center; } }

.footer_nav {
  float: left;
  font-size: 11px;
  line-height: 30px;
  margin-left: 30px; }
  @media screen and (max-width: 960px) {
    .footer_nav {
  float: none;
  margin-left: 0;
  text-align: center; } }
  .footer_nav li {
    display: inline-block;
    margin-right: 20px; }
  .footer_nav a {
    color: #666666;
    font-weight: 700;
    text-transform: uppercase; }
    .footer_nav a:hover {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .footer_nav a i {
      margin-right: 5px; }

.footer_copyright {
  float: right;
  line-height: 30px;
  font-size: 11px;
  color: #666666; }
  @media screen and (max-width: 960px) {
    .footer_copyright {
  display: none; } }
  .footer_copyright a {
    font-weight: 400;
    color: inherit; }

/*
 * ==========================================================================
 * Articles
 * ==========================================================================
 */
.main-content .article_title,
.main-content .category-title {
  font-size: 46px;
  line-height: 1.4;
  margin: 10px 0 30px; }
  .custom-background .main-content .article_title.is-main,
  .custom-background .main-content .category-title.is-main {
    padding: 0 10px; }
  @media screen and (max-width: 640px) {
    .main-content .article_title,
.main-content .category-title {
  font-size: 36px; } }
  @media screen and (max-width: 480px) {
    .main-content .article_title,
.main-content .category-title {
  font-size: 26px; } }

.category-title {
  float: left; }

.category-nav {
  float: right;
  margin: 10px 0;
  padding: 14px 0; }
  .category-nav li {
    position: relative;
    display: block;
    float: left;
    line-height: 35px; }
    .category-nav li:hover > .sub-menu {
      display: block; }
  .category-nav a {
    display: block;
    padding: 0 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .category-nav a i {
      margin-right: 5px; }

.category-nav > li {
  text-align: center; }
  .category-nav > li:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 26px;
    top: 50%;
    margin-top: -13px;
    border-left: 1px solid #ebebeb; }
  .category-nav > li:first-child:before {
    content: none; }
  .category-nav > li > a {
    font-size: 14px;
    color: #111111;
    font-weight: 500;
    border-bottom: 1px solid transparent; }
  .category-nav > li:hover {
    background: #222222; }
    .category-nav > li:hover:before {
      content: none; }
    .category-nav > li:hover > a {
      color: white;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.article_summary,
.category-description,
.no-results {
  background: #f7f7f7;
  font-size: 14px;
  padding: 20px;
  margin-bottom: 30px; }
  .article_summary .article_meta,
  .category-description .article_meta,
  .no-results .article_meta {
    margin: 0; }

  .category-description p {
    font-family: "Merriweather", "Georgia", sans-serif;
    font-weight: 300;
    font-size: 16px; }
  .category-description p:last-child {
    margin-bottom: 0; }

.article_featured-image img {
  width: 100%; }

.article_excerpt {
  font-family: "Merriweather", "Georgia", sans-serif;
  font-size: 16px; }

.article_meta {
  margin: 0 0 20px;
  padding: 0;
  font-size: 13px; }
  .article_meta li {
    display: inline-block; }
    .article_meta li:after {
      content: "/";
      display: inline-block;
      color: #cccccc;
      font-weight: 700;
      margin: 0 0.7em; }
    .article_meta li:last-child:after {
      content: none; }
  .article_meta a {
    color: inherit;
    font-weight: 400; }
    .article_meta a:hover {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.article_meta_categories a {
  text-transform: uppercase;
  font-weight: 700;
  color: #111111; }

.articles-preview {
  margin: 0 -10px;
  *zoom: 1; }
  .articles-preview:before,
  .articles-preview:after {
    content: " ";
    display: table; }
  .articles-preview:after {
    clear: both; }
  .articles-preview .article {
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px; }
    .articles-preview .article > :first-child {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      padding-top: 20px; }
  .articles-preview .article.is-first {
    width: 100%; }
    .articles-preview .article.is-first > :first-child {
      border-top: none;
      padding-top: 0; }
    .articles-preview .article.is-first .article_title {
      font-size: 24px; }
    .articles-preview .article.is-first .article_meta {
      font-size: 13px;
      margin-bottom: 15px; }
    .articles-preview .article.is-first .article_content p {
      font-size: 15px; }
  .articles-preview .article_thumbnail {
    margin-bottom: 15px;
    position: relative; }
    .articles-preview .article_thumbnail i {
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 60px;
      width: 60px;
      height: 60px;
      margin: -15px 0 0 -25px;
      color: rgba(255, 255, 255, 0.5);
      text-align: center; }
    .articles-preview .article_thumbnail img {
      display: block;
      width: 100%; }
  .articles-preview .article_title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px; }
    .custom-background .articles-preview .article_title {
      padding: 0; }
  .articles-preview .article_content p {
    font-size: 14px;
    margin-bottom: 5px; }
  .articles-preview .article_meta {
    font-size: 11px;
    margin-bottom: 10px; }

  .main-content.is-single .article_content.with-sidebar {
    float: left;
    width: 74%;
    padding-right: 20px; }
    @media screen and (max-width: 480px) {
      .main-content.is-single .article_content.with-sidebar {
    width: 100%;
    padding-right: 0; } }

  .main-content.is-single.with-sidebar .article_content.with-sidebar {
    width: 70%; }
    @media screen and (max-width: 480px) {
      .main-content.is-single.with-sidebar .article_content.with-sidebar {
    width: 100%; } }

.main-content.is-single .article_sidebar {
  float: left;
  width: 26%;
  margin: 0; }
  .main-content.is-single .article_sidebar .widget {
    margin-bottom: 0;
    width: 100%;
    padding: 0; }
  @media screen and (max-width: 480px) {
    .main-content.is-single .article_sidebar {
  width: 100%;
  margin-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); } }

.main-content.is-single.with-sidebar .article_sidebar {
  width: 30%; }
  @media screen and (max-width: 480px) {
    .main-content.is-single.with-sidebar .article_sidebar {
  width: 100%; } }

.article_sidebar_item {
  margin-bottom: 30px; }
  .article_sidebar_item:last-child {
    margin-bottom: 10px; }

.article_sidebar_title {
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Lato", "Helvetica", sans-serif;
  font-weight: 300;
  margin: 0 0 15px; }

.article_sidebar_author p {
  font-size: 14px; }

.article_rating {
  margin: 0;
  padding: 0; }
  .article_rating li {
    display: block;
    margin-bottom: 12px; }
  .article_rating h3 {
    font-size: 13px;
    font-family: "Lato", "Helvetica", sans-serif;
    font-weight: 400;
    margin: 0 0 5px; }
    .article_rating h3 a {
      font-weight: inherit; }
  .article_rating p {
    font-size: 13px;
    margin-bottom: 8px; }
  .article_rating .article_rating_visualization {
    height: 2px;
    background: rgba(45, 125, 220, 0.3);
    margin-top: 8px; }
    .article_rating .article_rating_visualization div {
      height: inherit;
      background: #2d7ddc; }
  .article_rating .article_rating_value {
    font-size: 20px;
    font-weight: 300; }
    .article_rating li:first-child h3 {
      font-size: 15px; }
    .article_rating li:first-child .article_rating_visualization {
      height: 5px;
      background: rgba(50, 220, 181, 0.3); }
      .article_rating li:first-child .article_rating_visualization div {
        background: #32dcb5; }
    .article_rating li:first-child .article_rating_value {
      font-size: 25px;
      font-weight: 400; }

.article_rating_value {
  font-family: "Lato", "Helvetica", sans-serif;
  font-size: 25px;
  font-weight: 400;
  display: inline-block;
  float: right;
  margin-left: 5px;
  line-height: 23px;
  min-width: 50px;
  text-align: right; }
  .article_rating_value .out-of {
    font-size: 0.7em; }

.similar-posts {
  margin-top: 50px; }
  .similar-posts + .similar-posts {
    margin-top: 20px; }

.similar-posts_title {
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Lato", "Helvetica", sans-serif;
  font-weight: 300;
  margin: 0 0 25px; }

.not-found {
  text-align: center;
  margin: 100px 0; }

.load-more,
.show-comments {
  display: block;
  background: #f7f7f7;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #111111;
  font-weight: 700;
  padding: 15px 0;
  margin-top: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .load-more:hover,
  .show-comments:hover {
    background: #efefef; }
  .load-more.is-disabled,
  .show-comments.is-disabled {
    display: none; }
  .load-more i,
  .show-comments i {
    margin-left: 10px;
    font-size: 15px; }

.show-comments {
  padding: 15px 20px;
  border: 1px solid transparent;
  *zoom: 1; }
  .show-comments:before,
  .show-comments:after {
    content: " ";
    display: table; }
  .show-comments:after {
    clear: both; }
  .show-comments .show-comments_count {
    font-size: 14px;
    line-height: 20px;
    float: left;
    font-weight: 300; }
  .show-comments .show-comments_show {
    float: right; }
  .show-comments .show-comments_hide {
    float: right;
    display: none; }
  .show-comments.is-active {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: white; }
    .show-comments.is-active .show-comments_hide {
      display: block; }
    .show-comments.is-active .show-comments_show {
      display: none; }

.link-pages {
  display: block;
  background: #f7f7f7;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #111111;
  font-weight: 700;
  padding: 15px 0;
  margin-top: 30px;
  color: #999999;
  letter-spacing: 3px; }
  .link-pages a:hover {
    color: #111111; }

/*
 * ==========================================================================
 * Comments
 * ==========================================================================
 */
.comments {
  display: none; }
  .comments.is-active {
    display: block; }
  .comments h3 {
    font-family: "Lato", "Helvetica", sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase; }
  .comments ul {
    margin: 0;
    padding: 0; }

.comments_add {
  margin-top: 30px; }

.comments .comment {
  display: block;
  padding-left: 80px;
  margin-top: 30px; }
  @media screen and (max-width: 480px) {
    .comments .comment {
  padding-left: 50px; }
    .comments .comment p {
      font-size: 12px; } }
  .comments .comment:before {
    content: none; }

.comment_avatar {
  float: left;
  margin-left: -80px; }
  @media screen and (max-width: 480px) {
    .comment_avatar {
  margin-left: -50px; }
    .comment_avatar img {
      width: 40px; } }

.comment_meta {
  font-size: 12px;
  margin-bottom: 8px; }
  .comment_meta h4 {
    display: inline-block;
    font-size: inherit;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Lato", "Helvetica", sans-serif;
    margin: 0 15px 0 0; }
    .comment_meta h4 a {
      color: inherit; }
  .comment_meta .comment_date {
    display: inline-block;
    font-weight: 300;
    margin-right: 15px;
    color: inherit; }
  .comment_meta .comment-reply-link,
  .comment_meta .comment-edit-link {
    font-weight: 400;
    color: inherit;
    margin-right: 10px; }

.comment_content p {
  font-size: 14px; }

.comment-respond input {
  width: 280px; }

.comment-respond .form-submit input {
  margin-bottom: 0; }

ul .comment-respond {
  padding: 10px 0 10px 80px; }

.comment-respond_author {
  float: left;
  margin-right: 20px; }

.comment-respond_email {
  float: left; }

#cancel-comment-reply-link {
  text-transform: none;
  font-weight: 700;
  margin-left: 10px; }

/*
 * ==========================================================================
 * Sidebars
 * ==========================================================================
 */
.sidebar-wrapper {
  float: left;
  width: 28%;
  padding-left: 20px;
  margin: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.06); }
  @media screen and (max-width: 960px) {
    .sidebar-wrapper {
  width: 100%;
  float: none;
  padding-left: 0;
  margin-top: 40px;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1); } }

.sidebar {
  margin: 0;
  padding: 0; }
  .sidebar .widget {
    margin-bottom: 40px; }
  @media screen and (max-width: 960px) {
    .sidebar {
  margin: 30px -10px 0;
  padding-left: 0;
  border-left: none; }
    .sidebar .widget {
      float: left;
      width: 50%;
      padding: 10px; } }
  @media screen and (max-width: 480px) {
    .sidebar .widget {
      float: none;
      width: 100%;
      padding: 10px;
      margin-bottom: 20px; } }

.widget {
  display: block; }

.widget_title {
  margin-bottom: 15px; }
  .widget_title h2 {
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Lato", "Helvetica", sans-serif;
    font-weight: 300;
    margin: 0 0 15px;
    display: inline-block;
    background: #0099dd;
    line-height: 30px;
    padding: 0 10px;
    color: white;
    margin-bottom: 0; }


.recent-comment {
  font-size: 13px;
  margin-bottom: 25px; }
  .recent-comment:last-child {
    margin-bottom: 0; }

  .recent-comment_author img {
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 2px; }

.recent-comment_on {
  color: #999999;
  font-style: italic;
  display: inline-block;
  margin: 0 3px; }

a.recent-comment_post {
  color: #111111;
  font-weight: 500; }

.recent-comment_content {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
  border-radius: 3px;
  padding: 10px 12px;
  color: #666666;
  margin-top: 10px;
  position: relative; }
  .recent-comment_content:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    width: 6px;
    height: 6px;
    background: false;
    border: solid rgba(0, 0, 0, 0.1);
    border-width: 1px 1px 0 0;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    -moz-transform: translate(0, -50%) rotate(-45deg);
    -ms-transform: translate(0, -50%) rotate(-45deg);
    -o-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg); }

  .widget_archive ul,
  .widget_pages ul,
  .widget_categories ul,
  .widget_meta ul,
  .widget_nav_menu ul,
  .widget_report_languages ul {
    margin: 0;
    padding: 0;
    -webkit-columns: 2 20px;
    -moz-columns: 2 20px;
    columns: 2 20px; }
  .widget_archive li,
  .widget_pages li,
  .widget_categories li,
  .widget_meta li,
  .widget_nav_menu li,
  .widget_report_languages li {
    display: block;
    padding-left: 15px;
    line-height: 1em;
    margin-bottom: 10px; }
  .widget_archive li:before,
  .widget_pages li:before,
  .widget_categories li:before,
  .widget_meta li:before,
  .widget_nav_menu li:before,
  .widget_report_languages li:before {
    content: "\f105";
    font-size: 28px;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none !important;
    speak: none;
    display: inline-block;
    text-decoration: none;
    width: 1em;
    height: 1em;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    margin-left: -15px;
    margin-right: 6px;
    color: #cccccc;
    position: static;
    border: none; }
  .widget_archive a,
  .widget_pages a,
  .widget_categories a,
  .widget_meta a,
  .widget_nav_menu a,
  .widget_report_languages a {
    color: #666666;
    font-size: 13px;
    font-weight: 400; }
    .widget_archive a:hover,
    .widget_pages a:hover,
    .widget_categories a:hover,
    .widget_meta a:hover,
    .widget_nav_menu a:hover,
    .widget_report_languages a:hover {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

  .widget_report_languages ul {
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto; }
  .widget_report_languages li {
    white-space: nowrap; }
  .widget_report_languages a img {
    margin-right: 5px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px); }

  .widget_report_recent_posts ul,
  .widget_report_recent_category ul,
  .widget_recent_comments ul,
  .header_nav_articles .widget_report_recent_category ul,
  .widget_report_ratings ul {
    margin: 0;
    padding: 0; }
  .widget_report_recent_posts li,
  .widget_report_recent_category li,
  .widget_recent_comments li,
  .header_nav_articles .widget_report_recent_category li,
  .widget_report_ratings li {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 35px;
    font-size: 13px;
    padding-left: 0;
    margin-bottom: 0; }
    .widget_report_recent_posts li:before,
    .widget_report_recent_category li:before,
    .widget_recent_comments li:before,
    .header_nav_articles .widget_report_recent_category li:before,
    .widget_report_ratings li:before {
      content: none; }
    .widget_report_recent_posts li:last-child,
    .widget_report_recent_category li:last-child,
    .widget_recent_comments li:last-child,
    .header_nav_articles .widget_report_recent_category li:last-child,
    .widget_report_ratings li:last-child {
      border-bottom: none; }
    .widget_report_recent_posts li.has-image a,
    .widget_report_recent_category li.has-image a,
    .widget_recent_comments li.has-image a,
    .header_nav_articles .widget_report_recent_category li.has-image a,
    .widget_report_ratings li.has-image a {
      font-weight: 400; }
  .widget_report_recent_posts a,
  .widget_report_recent_category a,
  .widget_recent_comments a,
  .header_nav_articles .widget_report_recent_category a,
  .widget_report_ratings a {
    display: block;
    color: #111111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 2px; }
    .widget_report_recent_posts a:hover,
    .widget_report_recent_category a:hover,
    .widget_recent_comments a:hover,
    .header_nav_articles .widget_report_recent_category a:hover,
    .widget_report_ratings a:hover {
      font-weight: 400; }
    .widget_report_recent_posts a i,
    .widget_report_recent_category a i,
    .widget_recent_comments a i,
    .header_nav_articles .widget_report_recent_category a i,
    .widget_report_ratings a i {
      margin-right: 5px; }
  .widget_report_recent_posts .featured-image a,
  .widget_report_recent_category .featured-image a,
  .widget_recent_comments .featured-image a,
  .header_nav_articles .widget_report_recent_category .featured-image a,
  .widget_report_ratings .featured-image a {
    padding: 0; }

  .widget_recent_comments li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .widget_recent_comments li:first-child {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .widget_recent_comments a {
    font-weight: 500; }

  .widget_report_ratings li {
    padding: 8px 0 7px;
    *zoom: 1; }
  .widget_report_ratings li:before,
  .widget_report_ratings li:after {
    content: " ";
    display: table; }
  .widget_report_ratings li:after {
    clear: both; }
  .widget_report_ratings a {
    font-family: "Merriweather", "Georgia", sans-serif;
    font-size: 12px;
    white-space: normal;
    line-height: 18px; }
  .widget_report_ratings .article_rating_thumb {
    float: left;
    width: 46px;
    height: 40px;
    display: block;
    margin-right: 10px;
    padding: 0; }
    .widget_report_ratings .article_rating_thumb img {
      z-index: 1;
      position: absolute;
      width: 46px;
      height: 40px;
      opacity: 0.8; }
    .widget_report_ratings .article_rating_thumb.with-thumbnail {
      background: black; }
      .widget_report_ratings .article_rating_thumb.with-thumbnail .article_rating_value {
        color: white;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }
  .widget_report_ratings .article_rating_value {
    position: relative;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    margin-left: 0;
    float: none;
    width: 100%;
    min-width: 0;
    text-align: center;
    color: #111111;
    display: block; }

  .widget_report_ratings .article_rating_title {
    display: block;
    line-height: 20px;
    height: 40px; }

  .widget_report_recent_category .widgettitle {
    font-family: "Lato", "Helvetica", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 10px; }

  .report_post_list .article {
    margin-bottom: 20px;
    *zoom: 1; }
  .report_post_list .article:before,
  .report_post_list .article:after {
    content: " ";
    display: table; }
  .report_post_list .article:after {
    clear: both; }
  .report_post_list .article_thumbnail {
    position: relative;
    margin-bottom: 10px; }
    .report_post_list .article_thumbnail img {
      width: 100%;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      .report_post_list .article_thumbnail img:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    .report_post_list .article_thumbnail a {
      display: block;
      opacity: 1;
      padding: 0;
      overflow: hidden; }
  .report_post_list .article_title {
    font-size: 12px;
    font-weight: 300;
    margin: 0; }
  .report_post_list .article_description p {
    font-size: 13px;
    margin-bottom: 0; }
    .report_post_list.is-small .article_categories,
    .report_post_list.is-tile .article_categories,
    .report_post_list.is-medium .article_categories {
      position: absolute;
      background: white; }
      .report_post_list.is-small .article_categories a,
      .report_post_list.is-tile .article_categories a,
      .report_post_list.is-medium .article_categories a {
        display: block;
        font-size: 11px;
        text-transform: uppercase;
        color: inherit;
        font-weight: 700;
        line-height: 1.6; }
    .report_post_list.is-small .article_title,
    .report_post_list.is-tile .article_title {
      line-height: 1.6;
      font-weight: 400;
      color: #444444;
      overflow: hidden; }
    .report_post_list.is-small .article_categories,
    .report_post_list.is-tile .article_categories {
      left: 0;
      bottom: 0; }
      .report_post_list.is-small .article_categories a,
      .report_post_list.is-tile .article_categories a {
        padding: 6px 11px 5px 7px; }
        .report_post_list.is-small .article_categories a.is-colored,
        .report_post_list.is-tile .article_categories a.is-colored {
          color: white;
          padding: 6px 11px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
          .report_post_list.is-small .article_categories a.is-colored:hover,
          .report_post_list.is-tile .article_categories a.is-colored:hover {
            background: white !important;
            color: #111111; }
    @media screen and (max-width: 640px) {
      .report_post_list.is-small,
  .report_post_list.is-tile {
    margin: 0 -5px; }
      .report_post_list.is-small .article,
      .report_post_list.is-tile .article {
        padding: 0 5px;
        float: left;
        width: 50%; } }
    .similar-posts .report_post_list.is-small {
      margin: 0 -10px;
      *zoom: 1; }
  .similar-posts .report_post_list.is-small:before,
  .similar-posts .report_post_list.is-small:after {
    content: " ";
    display: table; }
  .similar-posts .report_post_list.is-small:after {
    clear: both; }
      .similar-posts .report_post_list.is-small .article {
        float: left;
        width: 20%;
        padding: 0 10px; }
        @media screen and (max-width: 480px) {
          .similar-posts .report_post_list.is-small .article {
        width: 50%; } }
    .is-1-column .report_post_list.is-tile {
      margin: 0 -10px;
      *zoom: 1; }
  .is-1-column .report_post_list.is-tile:before,
  .is-1-column .report_post_list.is-tile:after {
    content: " ";
    display: table; }
  .is-1-column .report_post_list.is-tile:after {
    clear: both; }
      .is-1-column .report_post_list.is-tile .article {
        float: left;
        width: 33.33%;
        padding: 0 10px; }
        .without-sidebar .is-1-column .report_post_list.is-tile .article {
          width: 25%; }
      .is-1-column .report_post_list.is-tile .article_title {
        height: 40px; }
        @media screen and (max-width: 480px) {
          .is-1-column .report_post_list.is-tile .article_title {
        height: 57px; } }
    .report_post_list.is-tile .article_title {
      font-size: 13px; }
      @media screen and (max-width: 640px) {
        .report_post_list.is-tile .article_title {
      font-size: 12px; } }
      @media screen and (max-width: 480px) {
        .report_post_list.is-tile .article_title {
      font-size: 11px; } }
    .is-1-column .report_post_list.is-medium {
      margin: 0 -10px;
      *zoom: 1; }
  .is-1-column .report_post_list.is-medium:before,
  .is-1-column .report_post_list.is-medium:after {
    content: " ";
    display: table; }
  .is-1-column .report_post_list.is-medium:after {
    clear: both; }
      .is-1-column .report_post_list.is-medium .article {
        height: 108px;
        float: left;
        width: 50%;
        padding: 0 10px;
        overflow: hidden; }
        @media screen and (max-width: 640px) {
          .is-1-column .report_post_list.is-medium .article {
        float: none;
        width: 100%; } }
    .report_post_list.is-medium .article_thumbnail {
      float: left;
      margin-right: 20px; }
      @media screen and (max-width: 960px) {
        .report_post_list.is-medium .article_thumbnail {
      margin-right: 10px; } }
    .report_post_list.is-medium .article_title {
      font-size: 13px;
      font-weight: 700;
      margin-bottom: 8px; }
    .report_post_list.is-medium .article_categories {
      left: auto;
      right: 0;
      bottom: 0; }
      .report_post_list.is-medium .article_categories a {
        padding: 6px 7px 5px 11px; }
        .report_post_list.is-medium .article_categories a.is-colored {
          color: white;
          padding: 6px 11px; }
    .report_post_list.is-large .article {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding-bottom: 10px; }
      .report_post_list.is-large .article:last-child {
        border: none;
        margin-bottom: 0; }
    .report_post_list.is-large .article_title {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 8px; }
      @media screen and (max-width: 480px) {
        .report_post_list.is-large .article_title {
      font-size: 13px; } }
    .report_post_list.is-large .article_thumbnail {
      float: left;
      margin-right: 20px; }
      @media screen and (max-width: 960px) {
        .report_post_list.is-large .article_thumbnail {
      margin-right: 10px;
      width: 120px; } }
      @media screen and (max-width: 480px) {
        .report_post_list.is-large .article_thumbnail {
      width: 80px; } }
    .report_post_list.is-large .article_categories {
      font-size: 11px;
      line-height: 1;
      margin-bottom: 8px; }
      .report_post_list.is-large .article_categories a {
        display: inline-block;
        color: #666666;
        font-weight: 700;
        text-transform: uppercase; }
    .report_post_list.is-large .article_description {
      max-height: 60px;
      overflow: hidden; }
      @media screen and (max-width: 480px) {
        .report_post_list.is-large .article_description {
      clear: both; } }

  .widget_report_most_popular ul {
    margin: 0;
    padding: 0; }
  .widget_report_most_popular li {
    display: block;
    margin-bottom: 15px;
    padding-left: 0;
    *zoom: 1; }
  .widget_report_most_popular li:before,
  .widget_report_most_popular li:after {
    content: " ";
    display: table; }
  .widget_report_most_popular li:after {
    clear: both; }
    .widget_report_most_popular li:before {
      content: none; }
  .widget_report_most_popular .article_thumbnail {
    float: left;
    margin-right: 11px; }
  .widget_report_most_popular .article_title {
    font-family: "Merriweather", "Georgia", sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin: -3px 0 3px; }
    .widget_report_most_popular .article_title a {
      line-height: 19px;
      height: 39px;
      overflow: hidden; }
  .widget_report_most_popular .article_categories {
    display: inline-block;
    float: left;
    margin-right: 1px; }
    .widget_report_most_popular .article_categories a {
      display: block;
      font-size: 10px;
      color: white;
      font-weight: 700;
      line-height: 16px;
      background: #666666;
      padding: 0 5px;
      text-transform: uppercase; }
  .widget_report_most_popular .article_time {
    float: left;
    display: inline-block;
    font-size: 10px;
    line-height: 17px;
    background: #ebebeb;
    padding: 0 5px;
    color: #444444;
    font-weight: 700; }

  .widget_report_social_links ul {
    margin: 0;
    padding: 0; }
  .widget_report_social_links li {
    display: block;
    background: white;
    padding-left: 0;
    margin-bottom: 0; }
    .widget_report_social_links li:before {
      content: none; }
  .widget_report_social_links a {
    display: block;
    color: white;
    font-size: 13px;
    font-weight: 700;
    line-height: 35px;
    padding: 0 10px;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .widget_report_social_links a:hover {
      background: white !important;
      color: #111111; }
  .widget_report_social_links a i {
    display: inline-block;
    width: 1.3em;
    text-align: center;
    font-size: 15px;
    margin: 0 5px 0 -2px; }

.widget_report_separator {
  margin: 0; }
  .widget_report_separator hr.has-small-margin {
    margin: 5px 0 15px; }
  .widget_report_separator hr.has-big-margin {
    margin: 50px 0; }

  .widget_report_featured_post .article,
  .widget_report_slider .article {
    position: relative;
    overflow: hidden;
    min-height: 120px;
    margin-bottom: 20px; }
  .widget_report_featured_post .article_video,
  .widget_report_slider .article_video {
    position: relative;
    padding-bottom: 38.18%;
    height: 0;
    z-index: 10;
    overflow: hidden; }
    .widget_report_featured_post .article_video video,
    .widget_report_slider .article_video video {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      background: #111111; }
    .widget_report_featured_post .article_video .mejs-controls,
    .widget_report_slider .article_video .mejs-controls {
      display: none; }
    .widget_report_featured_post .article_video iframe,
    .widget_report_slider .article_video iframe {
      border: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .widget_report_featured_post .article_thumbnail img,
  .widget_report_slider .article_thumbnail img {
    width: 100%; }
  .widget_report_featured_post .article_link,
  .widget_report_slider .article_link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .widget_report_featured_post .article_overlay,
  .widget_report_slider .article_overlay {
    z-index: 20;
    position: absolute;
    width: 100%;
    bottom: 0;
    color: white;
    padding: 40px 20px 20px;
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); }
  .widget_report_featured_post .article_title,
  .widget_report_slider .article_title {
    font-family: "Lato", "Helvetica", sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    margin: 0 0 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .widget_report_featured_post .article_title a,
    .widget_report_slider .article_title a {
      color: inherit; }
  .widget_report_featured_post .article_description p,
  .widget_report_slider .article_description p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 18px; }
  .widget_report_featured_post .article_inline-categories,
  .widget_report_slider .article_inline-categories {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    float: left;
    line-height: 18px; }
    .widget_report_featured_post .article_inline-categories a,
    .widget_report_slider .article_inline-categories a {
      color: inherit; }
      .widget_report_featured_post .article_inline-categories a:hover,
      .widget_report_slider .article_inline-categories a:hover {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    .widget_report_featured_post .article_inline-categories:after,
    .widget_report_slider .article_inline-categories:after {
      content: "/";
      display: inline-block;
      color: rgba(255, 255, 255, 0.7);
      margin: 0 5px; }
    .widget_report_featured_post .article.is-centered .article_overlay,
    .widget_report_slider .article.is-centered .article_overlay {
      height: 50%;
      position: absolute;
      text-align: center;
      padding: 0 50px; }
    .widget_report_featured_post .article.is-centered .article_title,
    .widget_report_slider .article.is-centered .article_title {
      font-size: 34px;
      margin-top: -25px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .widget_report_featured_post .article.is-centered .article_description,
    .widget_report_slider .article.is-centered .article_description {
      margin-top: 10px; }
    .widget_report_featured_post .article.is-centered .article_description p,
    .widget_report_slider .article.is-centered .article_description p {
      display: none; }
    .widget_report_featured_post .article.is-centered .article_inline-categories,
    .widget_report_slider .article.is-centered .article_inline-categories {
      float: none; }
      .widget_report_featured_post .article.is-centered .article_inline-categories:after,
      .widget_report_slider .article.is-centered .article_inline-categories:after {
        content: none; }
      .widget_report_featured_post .article.is-centered .article_inline-categories a,
      .widget_report_slider .article.is-centered .article_inline-categories a {
        display: inline-block;
        font-size: 13px;
        background: white;
        line-height: 30px;
        color: #111111;
        padding: 0 10px; }
        .widget_report_featured_post .article.is-centered .article_inline-categories a:hover,
        .widget_report_slider .article.is-centered .article_inline-categories a:hover {
          border: none;
          margin-bottom: 10px; }
  @media screen and (max-width: 480px) {
    .widget_report_featured_post .article,
    .widget_report_slider .article {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .widget_report_featured_post .article.is-centered .article_title,
      .widget_report_slider .article.is-centered .article_title {
        font-size: 16px;
        color: white;
        margin-top: -10px; }
      .widget_report_featured_post .article.is-centered .article_inline-categories,
      .widget_report_slider .article.is-centered .article_inline-categories {
        display: none; }
    .widget_report_featured_post .article_title,
    .widget_report_slider .article_title {
      font-size: 16px;
      margin: 10px 0 5px;
      white-space: normal; }
    .widget_report_featured_post .article_overlay,
    .widget_report_slider .article_overlay {
      position: static;
      background: none;
      padding: 0;
      color: inherit; }
    .widget_report_featured_post .article_title,
    .widget_report_slider .article_title {
      text-shadow: none; }
    .widget_report_featured_post .article_inline-categories:after,
    .widget_report_slider .article_inline-categories:after {
      color: rgba(0, 0, 0, 0.5); } }

.widget_report_slider {
  position: relative;
  overflow: hidden; }
  body.custom-background .without-sidebar .is-1-column .widget_report_slider {
    margin: -15px -15px -5px; }
  .widget_report_slider .slider_slides {
    margin: 0;
    padding: 0;
    z-index: 10;
    width: 100%;
    position: relative;
    overflow: hidden;
    *zoom: 1; }
  .widget_report_slider .slider_slides:before,
  .widget_report_slider .slider_slides:after {
    content: " ";
    display: table; }
  .widget_report_slider .slider_slides:after {
    clear: both; }
    .widget_report_slider .slider_slides li {
      position: absolute;
      top: 0;
      left: 0;
      display: none;
      margin: 0 0 20px;
      padding: 0;
      width: 100%;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
      .widget_report_slider .slider_slides li:before {
        content: none; }
      .widget_report_slider .slider_slides li.is-animated {
        display: block;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s; }
      .widget_report_slider .slider_slides li.is-active {
        display: block;
        z-index: 10;
        position: relative; }
      .widget_report_slider .slider_slides li.is-ready-right {
        z-index: 20;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%); }
      .widget_report_slider .slider_slides li.is-ready-left {
        z-index: 20;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%); }
  .widget_report_slider .slider_pagination {
    position: absolute;
    z-index: 20;
    top: 50%;
    margin-top: -25px;
    width: 60px;
    height: 60px;
    display: block;
    color: white;
    font-size: 28px;
    line-height: 60px;
    text-shadow: 0 1px 1px black;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s; }
    .widget_report_slider .slider_pagination.is-previous {
      left: -30px; }
      .widget_report_slider .slider_pagination.is-previous i {
        padding-left: 22px; }
    .widget_report_slider .slider_pagination.is-next {
      right: -30px; }
      .widget_report_slider .slider_pagination.is-next i {
        padding-right: 22px; }
    .widget_report_slider .slider_pagination i {
      display: block;
      width: 100%;
      line-height: inherit;
      text-align: center; }
    .widget_report_slider .slider_pagination:hover {
      background: white;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
      .widget_report_slider .slider_pagination:hover i {
        color: #111111; }
    @media screen and (max-width: 480px) {
      .widget_report_slider .slider_pagination {
    top: 20px;
    font-size: 25px;
    width: 30px;
    padding: 0;
    background: none;
    box-shadow: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 0;
    margin-right: 20px; }
      .widget_report_slider .slider_pagination.is-previous {
        left: auto;
        right: 30px; }
        .widget_report_slider .slider_pagination.is-previous i {
          left: auto;
          padding: 0 3px 0 0; }
      .widget_report_slider .slider_pagination.is-next {
        right: 0; }
        .widget_report_slider .slider_pagination.is-next i {
          padding: 0 0 0 3px;
          right: auto; } }

.widget_report_breaking {
  margin-bottom: 20px;
  *zoom: 1; }
  .widget_report_breaking:before,
  .widget_report_breaking:after {
    content: " ";
    display: table; }
  .widget_report_breaking:after {
    clear: both; }
  .widget_report_breaking .breaking_label {
    float: left;
    line-height: 35px;
    height: 35px;
    background: #cb0011;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: white;
    padding: 0 15px; }
  .widget_report_breaking .breaking_link {
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .widget_report_breaking .breaking_link a {
      display: block;
      font-family: "Merriweather", "Georgia", sans-serif;
      font-size: 13px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 0 15px;
      line-height: 35px;
      height: 33px;
      color: inherit;
      font-weight: 400;
      position: relative;
      background: white; }
      .widget_report_breaking .breaking_link a:hover {
        background: #f7f7f7; }
    .widget_report_breaking .breaking_link i {
      position: absolute;
      right: 0;
      padding: 0 13px;
      display: inline-block;
      float: right;
      font-size: 18px;
      line-height: 35px;
      background: inherit; }
  .widget_report_breaking .breaking_ticker {
    display: block;
    width: 100%;
    overflow: hidden;
    -webkit-animation: breakingTicker 5s linear;
    -moz-animation: breakingTicker 5s linear;
    animation: breakingTicker 5s linear; }
  @media screen and (max-width: 480px) {
    .widget_report_breaking .breaking_label {
      font-size: 13px;
      padding: 0 10px; }
    .widget_report_breaking .breaking_link a {
      font-size: 12px; } }

    @-webkit-keyframes breakingTicker {
        from {
    width: 0%; }


        to {
    width: 100%; }
 }
    @-moz-keyframes breakingTicker {
        from {
    width: 0%; }


        to {
    width: 100%; }
 }
    @-o-keyframes breakingTicker {
        from {
    width: 0%; }


        to {
    width: 100%; }
 }
    @keyframes breakingTicker {
        from {
    width: 0%; }


        to {
    width: 100%; }
 }
.widget_report_ad_placeholder {
  margin-bottom: 20px; }

  .widget_calendar table {
    width: 100%; }
  .widget_calendar th,
  .widget_calendar td {
    font-size: 14px;
    text-align: center; }
  .widget_calendar th {
    border-bottom: 1px solid #f7f7f7; }
  .widget_calendar a {
    font-weight: 700; }
  .widget_calendar caption {
    background: #f7f7f7;
    font-size: 13px;
    font-weight: 400; }
  .widget_calendar #today {
    background: #f7f7f7; }

/*
 * ==========================================================================
 * Shortcodes
 * ==========================================================================
 */
.gallery {
  margin: 30px 0; }

.gallery_full {
  position: relative; }
  .gallery_full:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,0.2) 70%, rgba(0,0,0,0.7) 100%);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.2) 70%, rgba(0,0,0,0.7) 100%); }
    .gallery_full.is-loading img,
    .gallery_full.is-loading .gallery_description {
      opacity: 0.5; }
  .gallery_full img {
    width: 100%;
    max-width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s; }

.gallery_description {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  padding: 20px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .articles-preview .article:not(.is-first) .gallery_description {
    padding: 15px; }
    .articles-preview .article:not(.is-first) .gallery_description p {
      font-size: 13px; }
  .gallery_description h3 {
    font-family: "Lato", "Helvetica", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    margin: 0 0 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .gallery_description p {
    font-size: 14px;
    margin: 5px 0 0; }

.gallery_thumbs {
  margin: 0;
  padding: 0;
  *zoom: 1; }
  .gallery_thumbs:before,
  .gallery_thumbs:after {
    content: " ";
    display: table; }
  .gallery_thumbs:after {
    clear: both; }
  .gallery_thumbs li {
    display: block;
    padding: 0;
    float: left;
    margin: 10px 10px 0 0;
    max-width: 20%; }
    .gallery_thumbs li:before {
      display: none; }
    .gallery_thumbs li h3,
    .gallery_thumbs li p {
      display: none; }

#cntctfrm_contact_form {
  margin-bottom: 30px; }
  #cntctfrm_contact_form label {
    color: #666666;
    font-weight: 400;
    margin-top: 20px; }
    #cntctfrm_contact_form label .required {
      font-size: 10px;
      color: #999999; }
  #cntctfrm_contact_form input {
    line-height: 35px;
    height: 35px;
    max-width: 100%; }
    #cntctfrm_contact_form input[type="submit"] {
      width: auto;
      margin-top: -8px !important; }
  #cntctfrm_contact_form textarea {
    width: 100% !important;
    max-width: 100%; }

.accordion {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: -1px; }
  .accordion .accordion_title {
    font-family: "Lato", "Helvetica", sans-serif;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    margin: 0; }
    .accordion .accordion_title a {
      display: block;
      line-height: 40px;
      color: #111111;
      font-size: 15px;
      font-weight: 700;
      padding-left: 30px;
      position: relative; }
      .accordion .accordion_title a:before {
        content: "";
        position: absolute;
        left: 13px;
        top: 16px;
        border: 5px solid transparent;
        border-left-color: #666666; }
  .accordion .accordion_content {
    border: solid #e6e6e6;
    border-width: 0 1px;
    padding: 0 12px 15px;
    font-size: 14px;
    display: none; }
    .accordion.is-open .accordion_content {
      display: block; }
    .accordion.is-open .accordion_title a:before {
      left: 11px;
      top: 18px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
  .accordion + br {
    display: none; }
    .accordion + br + .accordion .accordion_title {
      border-top: 0; }
  .accordion:first-child .accordion_title {
    border-top-width: 1px; }

.block-highlight {
  line-height: 1.8;
  background: #f7f7f7;
  padding: 20px;
  margin-bottom: 30px;
  font-family: "Merriweather", "Georgia", sans-serif;
  font-size: 16px; }
  .block-highlight p:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 480px) {
    .block-highlight {
  font-size: 13px;
  padding: 15px; } }

  .wpcf7 p {
    font-size: 13px; }
  .wpcf7 input,
  .wpcf7 textarea {
    margin: 5px 0; }
  .wpcf7 input {
    max-width: 300px; }

  .google-maps iframe {
    width: 100%;
    overflow: hidden; }

/*
 * ==========================================================================
 * WordPress editor
 * ==========================================================================
 */
.mceContentBody {
  background: white;
  padding: 10px; }
  .mceContentBody img.mcewpmore {
    width: 100%; }
  .mceContentBody blockquote:before {
    content: ""; }
  .mceContentBody div[data-mce-describe] {
    position: relative;
    border: 1px solid #eeeeee;
    margin: 30px 0;
    padding: 5px;
        /*
     * .mceContentBody div + div {
     * margin-top: 30px;
     * }
     */ }
    .mceContentBody div[data-mce-describe]:after {
      content: "." attr(class);
      position: absolute;
      left: 0;
      bottom: 100%;
      background: #eeeeee;
      font-size: 10px;
      font-weight: 700;
      text-transform: uppercase;
      padding: 0 5px; }
  .mceContentBody p a {
    font-weight: bold;
    text-decoration: underline; }

/*
 * ==========================================================================
 * Customizer
 * ==========================================================================
 */
.eqfw-customizer {
  position: fixed;
  background: #222222;
  border: solid rgba(255, 255, 255, 0.1);
  border-width: 1px 1px 1px 0;
  color: #666666;
  width: 210px;
  height: 90%;
  top: 5%;
  border-radius: 0 3px 3px 0;
  z-index: 2000;
  overflow-x: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .eqfw-customizer.is-hidden {
    left: -160px;
    height: 40px;
    overflow: hidden; }
  @media screen and (max-width: 640px) {
    .eqfw-customizer {
  display: none; } }

.eqfw-customizer_items {
  display: block;
  margin: 0;
  padding: 0;
  counter-reset: customizer;
  *zoom: 1; }
  .eqfw-customizer_items:before,
  .eqfw-customizer_items:after {
    content: " ";
    display: table; }
  .eqfw-customizer_items:after {
    clear: both; }

.eqfw-customizer_item {
  counter-increment: customizer;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .eqfw-customizer_item:last-child {
    border-bottom: none; }
  .eqfw-customizer_item label {
    color: rgba(255, 255, 255, 0.6);
    margin: 0 7px 0 0; }
  .eqfw-customizer_item select {
    font-size: 12px; }
  .eqfw-customizer_item input[type="checkbox"] {
    width: auto;
    height: auto;
    margin-bottom: 0; }
  .eqfw-customizer_item hr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 5px 0; }

.eqfw-customizer_heading,
.eqfw-customizer_title {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  margin: 5px 0 10px; }
  .eqfw-customizer_heading:before,
  .eqfw-customizer_title:before {
    margin-right: 7px;
    color: rgba(255, 255, 255, 0.4); }

.eqfw-customizer_heading {
  color: white;
  font-size: 12px;
  margin: 0;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s; }
  .eqfw-customizer_heading:hover {
    background: rgba(255, 255, 255, 0.05); }
  .eqfw-customizer_heading i {
    display: inline-block;
    float: right;
    line-height: 20px; }

.eqfw-customizer_buy {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  background: #4d92cb;
  background-image: -webkit-linear-gradient(top, #4D92CB 0%, #2C5170 100%);
  background-image: linear-gradient(to bottom, #4D92CB 0%, #2C5170 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 12px;
  font-weight: 400;
  border-radius: 3px;
  margin-bottom: 10px; }
  .eqfw-customizer_buy:hover {
    background: #56a5e6;
    background-image: -webkit-linear-gradient(top, #56A5E6 0%, #345F84 100%);
    background-image: linear-gradient(to bottom, #56A5E6 0%, #345F84 100%); }
  .eqfw-customizer_buy i {
    margin: 0 8px 0 -2px; }

.eqfw-customizer_option {
  background: url("http://climatenewsnetwork.net/wp-content/themes/report/css/customizer_sprite.png") top left no-repeat;
  display: inline-block;
  width: 80px;
  height: 20px;
  margin: 0 5px 3px 0;
  border-radius: 3px; }
  .eqfw-customizer_option:hover,
  .eqfw-customizer_option.is-selected {
    box-shadow: 0 1px 1px #539fde, 0 -1px 1px #539fde, 1px 0 1px #539fde, -1px 0 1px #539fde; }
  .eqfw-customizer_option.is-header-full {
    background-position: 0 0px; }
  .eqfw-customizer_option.is-header-simple {
    background-position: 0 -20px; }
  .eqfw-customizer_option.is-header-centered {
    background-position: 0 -40px; }
  .eqfw-customizer_option.is-header-advertising {
    background-position: 0 -60px; }
  .eqfw-customizer_option.is-header-black-menu {
    background-position: 0 -80px; }
  .eqfw-customizer_option.is-header-black {
    background-position: 0 -100px; }
  .eqfw-customizer_option.is-footer-widgets {
    background-position: 0 -120px; }
  .eqfw-customizer_option.is-footer-simple {
    background-position: 0 -140px; }
  .eqfw-customizer_option.is-blank {
    background-position: 0 -160px; }
  .eqfw-customizer_option.is-full,
  .eqfw-customizer_option.is-without-sidebar {
    background-position: 0 -180px; }
  .eqfw-customizer_option.is-image {
    background-position: 0 -200px; }
  .eqfw-customizer_option.is-with-sidebar {
    background-position: 0 -220px; }
  .eqfw-customizer_option.is-color {
    width: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3); }

/*
 * ==========================================================================
 * Print styles
 * ==========================================================================
 */
@media print {
  * {
    background: transparent !important;
    color: black !important;
        /*
     * Black prints faster: h5bp.com/s
     */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * 
   * * Don't show links for images, or javascript/internal links
   */  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
        /*
     * h5bp.com/t
     */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

