@charset "UTF-8";

/* @file
 * This file is where base setup & all the partials are imported.
 */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");

* {
  box-sizing: border-box;
}

figure {
  text-align: center;
}

figure img {
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.56em;
}

h1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 0;
}

h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.34em;
  line-height: 1.16em;
}

h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.16em;
}

h4 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.12em;
  line-height: 1.16em;
}

p {
  margin: 0 0 1em;
}

a {
  color: #333333;
  text-decoration: none;
  transition: all 300ms ease;
}

a svg {
  fill: #4A4A4A;
}

hr {
  border-bottom: 1px solid #888888;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.12em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto;
}

fieldset {
  background-color: #f9fafa;
  border: 1px solid #888888;
  margin: 0 0 0.56em;
  padding: 1.12em;
}

input,
label,
select {
  display: block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1em;
}

label {
  margin-bottom: 0.56em;
}

label.required::after {
  content: "*";
}

label abbr {
  display: none;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input:not([type]),
textarea,
select[multiple=multiple] {
  background-color: #FFF;
  border: 1px solid #888888;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.56em;
  padding: 0.4em 1em;
  transition: all 300ms ease;
  width: 100%;
  min-height: 33px;
}

input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="email"]:hover,
input[type="month"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="week"]:hover,
input:not([type]):hover,
textarea:hover,
select[multiple=multiple]:hover {
  border-color: #555555;
}

input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input:not([type]):focus,
textarea:focus,
select[multiple=multiple]:focus {
  border-color: #0086C9;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 117, 176, 0.7);
  outline: none;
}

input[type="color"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="email"]:disabled,
input[type="month"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="text"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="week"]:disabled,
input:not([type]):disabled,
textarea:disabled,
select[multiple=multiple]:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

input[type="color"]:disabled:hover,
input[type="date"]:disabled:hover,
input[type="datetime"]:disabled:hover,
input[type="datetime-local"]:disabled:hover,
input[type="email"]:disabled:hover,
input[type="month"]:disabled:hover,
input[type="number"]:disabled:hover,
input[type="password"]:disabled:hover,
input[type="search"]:disabled:hover,
input[type="tel"]:disabled:hover,
input[type="text"]:disabled:hover,
input[type="time"]:disabled:hover,
input[type="url"]:disabled:hover,
input[type="week"]:disabled:hover,
input:not([type]):disabled:hover,
textarea:disabled:hover,
select[multiple=multiple]:disabled:hover {
  border: 1px solid #888888;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.56em;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
}

input[type="file"] {
  margin-bottom: 0.56em;
  width: 100%;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

dl {
  margin-bottom: 0.56em;
}

dl dt {
  font-weight: bold;
  margin-top: 0.56em;
}

dl dd {
  margin: 0;
}

nav li {
  display: inline-block;
}

table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0.56em 0;
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

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

th {
  border-bottom: 1px solid #484848;
  font-weight: 600;
  padding: 0.56em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #888888;
  padding: 0.56em 0;
  line-height: 1.12;
}

tbody {
  background-color: #FFF;
}

tbody td {
  border-bottom: 0px;
  border-top: 1px solid #888888;
  padding: 0.75em 1em;
}

tbody tr:hover > td,
tbody tr:hover > th {
  background-color: #fafafa;
}

tbody tr:first-child td {
  border-top: 2px solid #888888;
}

thead th {
  background-color: white;
  border-bottom: 0px;
  padding: 0.75em 1em;
}

tfoot td {
  background-color: white;
  border-top: 2px solid #888888;
  padding: 0.75em 1em;
}

footer {
  margin-top: auto;
  display: inline-block;
  width: 100%;
}

iframe[name="Stepstone"] {
  max-width: 100%;
}

.page.page_fixed {
  margin-top: 135px;
}

html {
  height: 100%;
}

img {
  display: block;
}

body {
  color: #333333;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

main {
  margin-top: 10px;
}

.header_wrapper,
.page,
.footer_first_container {
  max-width: 1370px;
  padding: 0 15px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.page {
  padding-top: 20px;
  margin-bottom: 50px;
}

@media (min-width: 940px) {
  .page {
    padding-top: 50px;
    margin-bottom: 75px;
  }
}

.sidebar {
  width: 100%;
  float: left;
}

@media (min-width: 800px) {
  .sidebar {
    width: 33.33%;
  }
}

.region {
  display: inline-block;
  width: 100%;
}

.region__inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  position: relative;
}

.leaderboard {
  margin-bottom: 2rem;
  text-align: center;
}

.sidebar-ads {
  text-align: center;
  margin-bottom: 1rem;
}

.article-bottom-ads {
  text-align: left;
  margin-bottom: 3rem;
}

#related-articles {
  float: none;
  clear: both;
}

.left {
  font-size: 16px;
  margin-top: 10px;
}

@media only screen and (min-width: 750px) {
  .left {
    float: left;
    width: 66%;
    font-size: 18px;
  }
}

.left .quiz .questions {
  list-style-type: none;
}

@media only screen and (min-width: 940px) {
  .left .quiz .question {
    margin-top: 35px;
  }
}

.left .quiz .question img {
  width: 100%;
}

.left .quiz .question ol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
}

.left .quiz .question ol li {
  margin-top: 10px;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  cursor: pointer;
  border: 2px solid #FFF;
  padding: 8px;
}

@media only screen and (min-width: 940px) {
  .left .quiz .question ol li {
    margin-top: 30px;
  }
}

.left .quiz .question ol li.active {
  border-color: #c30906;
}

.left .quiz .question ol li input {
  display: none;
}

@media only screen and (min-width: 940px) {
  .left {
    margin-top: 0;
  }

  .left section {
    margin-bottom: 20px;
  }
}

.left .article-detail a {
  color: #c30906;
}

.left .article-detail a:hover {
  color: #333333;
  transition: all 300ms ease;
}

.left .article-detail .main > section:last-of-type {
  border-bottom: 1px solid #eee;
}

.left h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0;
  color: #c30906;
}

.left h4 + br {
  display: none;
}

.left .intro {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

@media only screen and (min-width: 550px) {
  .left .intro {
    font-size: 25px;
    line-height: 1.4;
  }
}

.left br + br + figure,
.left br + br + img {
  margin-top: -10px;
}

.left figure + br,
.left figure + br + br,
.left img + br {
  display: none;
}

.left .html {
  padding-bottom: 20px;
}

.left .html br:first-child {
  display: none;
}

.left .html ul,
.left .html ol {
  padding-left: 18px;
}

.left .html .right,
.left .html .left {
  float: none;
  width: unset;
}

.left .html .right ~ p,
.left .html .left ~ p {
  margin-top: 10px;
}

.left .html .right .photo figure,
.left .html .left .photo figure {
  margin: 10px 0;
}

.left .html .right iframe,
.left .html .left iframe {
  width: 100%;
}

.left .html .right .Quote,
.left .html .left .Quote {
  margin-bottom: 0;
}

.left .html .right .Quote blockquote,
.left .html .left .Quote blockquote {
  margin: 0 10px;
}

@media only screen and (min-width: 940px) {
  .left .html {
    display: inline-block;
  }

  .left .html p {
    margin-bottom: 32px;
  }

  .left .html .right {
    float: right;
    width: 33%;
    margin-top: 0;
  }

  .left .html .right ~ p {
    margin-top: 0;
    width: 65%;
  }

  .left .html .left {
    float: left;
    width: 33%;
    margin-top: 0;
  }

  .left .html .left ~ p {
    float: right;
    margin-top: 0;
    width: 65%;
  }
}

.left .readmore {
  font-weight: 600;
  line-height: 1.6;
  margin-top: 15px;
}

.left .readmore .bullet {
  padding-left: 18px;
  list-style-type: none;
}

.left .readmore li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 15px;
}

.left .readmore li a {
  color: #333333;
  transition: all 300ms ease;
}

.left .readmore li a:hover {
  color: #c30906;
}

.left .readmore li:before {
  content: " ";
  position: absolute;
  background: url("/css/images/More.svg") no-repeat 50%;
  height: 18px;
  width: 28px;
  left: -25px;
  top: 5px;
  z-index: 500;
}

.left .comment .fb-comments {
  width: 100%;
}

.left .comment span {
  width: 100% !important;
}

.left .comment iframe {
  border: 0;
  overflow: hidden;
  height: auto !important;
  width: 100% !important;
  left: 0;
  margin-top: 15px;
}

.left .iframe iframe {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 480px) {
  .left .iframe iframe {
    max-width: 75%;
  }
}

.left section.instagram {
  text-align: center;
}

.right {
  margin-top: 10px;
}

@media only screen and (min-width: 750px) {
  .right {
    float: right;
    width: 31.7%;
  }
}

@media only screen and (min-width: 940px) {
  .right {
    margin-top: 30px;
  }
}

.right .search {
  background: url("/css/images/Search-icon.svg") no-repeat 95% 50%;
  background-size: auto 40%;
  background-color: #f3f3f3;
  border: unset;
  border-radius: 2px;
  font-weight: 600;
  font-size: 14px;
  padding: 16px 18px;
  margin-bottom: 15px;
}

.right .search:focus {
  border-color: #333333;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  outline: none;
}

.right .ad-space-1,
.right .ad-space-2,
.right .ad-doubleclick-space-1 {
  margin-bottom: 15px;
  max-height: 350px;
  overflow: hidden;
}

@media only screen and (min-width: 750px) {
  .right .ad-space-1,
  .right .ad-space-2,
  .right .ad-doubleclick-space-1 {
    margin-top: 33px;
  }
}

@media (max-width: 749px) and (min-width: 550px) {
  .right .ad-space-1 {
    width: 48%;
    float: left;
  }

  .right .ad-space-2 {
    width: 48%;
    float: right;
  }
}

.left .cover {
  position: relative;
}

.left .cover figure {
  margin: 0px;
  border-radius: 3px;
  overflow: hidden;
}

.left .cover figure img {
  width: 100%;
}

.left .cover figure figcaption {
  position: absolute;
  bottom: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: left;
  color: white;
  padding-left: 10px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.left .cover .category {
  color: #FFF;
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 10px 15px;
  background: #c30906;
}

.left .cover .category:hover {
  background: #a80705;
  transition: all 300ms ease;
}

@media only screen and (min-width: 550px) {
  .left .cover .category {
    font-size: 11px;
    padding: 12px 20px;
  }
}

.left .cover .category:active,
.left .cover .category:focus,
.left .cover .category:hover {
  color: #FFF;
}

.node-article main {
  margin-top: 0;
  float: left;
}

.article_header {
  margin-bottom: 15px;
}

.article_header h1 {
  font-size: 25px;
  line-height: 1.1;
  margin-top: 10px;
}

@media only screen and (min-width: 420px) {
  .article_header h1 {
    font-size: 30px;
    line-height: 1.2;
  }
}

.article_header_left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 15px;
  text-transform: uppercase;
  color: #888888;
  font-weight: 400;
  margin-top: 15px;
}

.article_header_left::after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 940px) {
  .article_header_left {
    margin-top: 15px;
  }
}

.article_header_left .share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 20px;
}

.article_header_left .share .facebook {
  clear: both;
  display: -ms-flexbox;
  display: flex;
}

.article_header_left .share .facebook .count {
  padding-right: 5px;
  color: #888888;
  font-weight: 700;
}

.article_header_left .share a {
  margin-right: 25px;
}

.article_header_left .share a:last-child {
  margin: 0;
}

.article_header_left .social {
  float: left;
  margin-right: 25px;
}

.article_header_left .publish_date {
  -ms-flex-order: 0;
  order: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.article_header_left .publish_date time {
  padding-left: 10px;
}

.article_header_right {
  margin-top: 15px;
}

.article_header_right .author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.article_header_right .author::after {
  content: "";
  display: table;
  clear: both;
}

.article_header_right .author .picture {
  max-height: 60px;
}

.article_header_right .author .picture img {
  height: 60px;
  width: 60px;
}

.article_header_right .author .meta {
  margin-left: 15px;
}

.article_header_right .author .meta .google_plus_icon {
  display: none;
}

.article_header_right .author .meta .author_name {
  color: #333333;
  font-weight: 600;
  font-size: 15px;
}

.article_header_right .author .meta .author_name:hover {
  color: #c30906;
  transition: all 300ms ease;
}

.article_header_right .author .meta .author_job-title {
  color: #888888;
  font-size: 15px;
}

@media only screen and (min-width: 550px) {
  .article_header .article_header_left {
    -ms-flex-direction: unset;
    flex-direction: unset;
  }

  .article_header .share {
    -ms-flex-order: unset;
    order: unset;
    margin-top: 0;
  }

  .article_header .share .facebook {
    display: inherit;
    margin-right: 35px;
    padding-bottom: 4px;
  }

  .article_header .share a {
    margin-right: 28px;
  }

  .article_header .publish_date {
    position: unset;
    margin-left: auto;
    -ms-flex-order: unset;
    order: unset;
    padding-bottom: 4px;
    border-bottom: unset;
  }

  .article_header h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 550px) and (min-width: 940px) {
  .article_header h1 {
    font-size: 50px;
    line-height: 55px;
  }
}

@media only screen and (min-width: 550px) {
  .article_header .social {
    margin-right: 35px;
  }
}

@media only screen and (min-width: 1350px) {
  .article_header_group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .article_header_group .article_header_left {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .article_header_group .article_header_right {
    margin-left: 13%;
  }
}

.author_cover {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.author_cover figure {
  margin: 0px;
}

.author_cover figure img {
  width: 100%;
  border-radius: 3px;
}

.author_cover .author_info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.author_cover .author_credentials {
  float: left;
}

.author_cover .author_credentials .author_name {
  display: block;
  color: #333333;
  font-weight: 600;
  font-size: 15px;
}

.author_cover .author_credentials .author_job-title {
  display: block;
  color: #333333;
  font-size: 15px;
}

.author_cover .author_social {
  float: right;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
}

.author_cover .author_social a {
  margin-left: 15px;
  padding-bottom: 2px;
  display: -ms-flexbox;
  display: flex;
}

.author_cover .author_social a:hover span {
  box-shadow: 0px 1px 0px white;
}

.author_cover .author_social a:first-child:before,
.author_cover .author_social a:nth-child(2):before,
.author_cover .author_social a:nth-child(3):before,
.author_cover .author_social a:nth-child(4):before {
  content: " ";
  height: 18px;
  width: 28px;
  z-index: 500;
}

.author_cover .author_social a:first-child:before {
  background: url("/css/images/Facebook.svg") no-repeat 50%;
}

.author_cover .author_social a:nth-child(2):before {
  background: url("/css/images/Twitter.svg") no-repeat 50%;
}

.author_cover .author_social a:nth-child(3):before {
  background: url("/css/images/LinkedIn.svg") no-repeat 50%;
}

.author_cover .author_social a:nth-child(4):before {
  background: url("/css/images/Google-Plus.svg") no-repeat 50%;
}

.author_cover .author_social span {
  display: none;
}

@media only screen and (min-width: 550px) {
  .author_cover {
    border-bottom: 0;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 10px;
  }

  .author_cover .author_info {
    margin-top: 0;
    position: absolute;
    top: 38%;
    right: 6%;
    padding: 10px 25px;
    display: unset;
    background-color: #c30906;
  }
}

@media only screen and (min-width: 550px) and (min-width: 750px) {
  .author_cover .author_info {
    right: 50px;
    padding: 10px 25px;
  }
}

@media only screen and (min-width: 550px) and (min-width: 1200px) {
  .author_cover .author_info {
    padding: 16px 25px;
  }
}

@media only screen and (min-width: 550px) {
  .author_cover .author_info .author_name {
    margin-bottom: 1px;
  }

  .author_cover .author_credentials {
    float: unset;
    margin-bottom: 10px;
  }

  .author_cover .author_credentials .author_name {
    color: #FFF;
    font-size: 15px;
  }
}

@media only screen and (min-width: 550px) and (min-width: 1200px) {
  .author_cover .author_credentials .author_name {
    font-size: 20px;
  }
}

@media only screen and (min-width: 550px) {
  .author_cover .author_credentials .author_job-title {
    color: #FFF;
    font-size: 15px;
  }

  .author_cover .author_social {
    float: unset;
    margin-left: 0;
  }

  .author_cover .author_social a {
    color: #FFF;
    margin: 0;
    margin-right: 16px;
    padding: 4px;
  }

  .author_cover .author_social a:first-child {
    padding: 4px 4px 4px 0;
  }
}

@media only screen and (min-width: 550px) and (min-width: 1200px) {
  .author_cover .author_social a {
    margin-right: 5px;
    padding: 0;
  }

  .author_cover .author_social a:first-child {
    padding: 0;
  }

  .author_cover .author_social a:first-child:before {
    width: 7px;
    height: 15px;
  }

  .author_cover .author_social a:nth-child(2):before,
  .author_cover .author_social a:nth-child(3):before,
  .author_cover .author_social a:nth-child(4):before {
    height: 15px;
    width: 25px;
  }

  .author_cover .author_social a:first-child:before {
    background: url("/css/images/Facebook_white.svg") no-repeat 100%;
  }

  .author_cover .author_social a:nth-child(2):before {
    background: url("/css/images/Twitter_white.svg") no-repeat 100%;
  }

  .author_cover .author_social a:nth-child(3):before {
    background: url("/css/images/LinkedIn_white.svg") no-repeat 100%;
  }

  .author_cover .author_social a:nth-child(4):before {
    background: url("/css/images/Google-Plus_white.svg") no-repeat 100%;
  }
}

@media only screen and (min-width: 550px) {
  .author_cover .author_social a:hover {
    color: #FFF;
    transition: all 300ms ease;
  }
}

@media only screen and (min-width: 550px) and (min-width: 1200px) {
  .author_cover .author_social a svg {
    height: 12px;
    vertical-align: middle;
  }
}

@media only screen and (min-width: 550px) {
  .author_cover .author_social a svg path {
    fill: #FFF;
  }

  .author_cover .author_social a:last-child {
    margin: 0;
  }

  .author_cover .author_social a:first-child:before {
    background: url("/css/images/Facebook_white.svg") no-repeat 50%;
    width: 8px;
  }

  .author_cover .author_social a:nth-child(2):before {
    background: url("/css/images/Twitter_white.svg") no-repeat 50%;
  }

  .author_cover .author_social a:nth-child(3):before {
    background: url("/css/images/LinkedIn_white.svg") no-repeat 50%;
  }

  .author_cover .author_social a:nth-child(4):before {
    background: url("/css/images/Google-Plus_white.svg") no-repeat 50%;
  }
}

@media only screen and (min-width: 550px) and (min-width: 1200px) {
  .author_cover .author_social span {
    display: unset;
    margin: 0 5px 0 5px;
    font-size: 12px;
  }
}

.recent_articles h1 {
  font-size: 18px;
}

@media only screen and (min-width: 420px) {
  .recent_articles h1 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

.recent_articles .articles_grid {
  margin-top: 10px;
}

.recent_article {
  position: relative;
  margin-bottom: 27px;
}

.recent_article a:first-child h1,
.recent_article a:first-child p {
  z-index: 500;
}

.recent_article a:first-child figure {
  position: relative;
  margin: 0px;
}

.recent_article a:first-child figure img {
  width: 100%;
  border-radius: 3px;
}

.recent_article a:first-child figure::after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.recent_article a:first-child:hover figure {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.4);
  transition: all 300ms ease;
}

.recent_article a:first-child:hover figure::after {
  background: rgba(0, 0, 0, 0.6);
  transition: all 300ms ease;
}

.recent_article h2 {
  font-weight: 700;
  font-size: 17px;
  margin: 0;
  margin-top: 5px;
}

@media only screen and (min-width: 420px) {
  .recent_article h2 {
    font-size: 19px;
  }
}

@media (max-width: 550px) and (min-width: 420px) {
  .recent_article h2 {
    font-size: 23px;
  }
}

.recent_article .category {
  position: absolute;
  top: 10px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 10px 15px;
  background-color: #c30906;
  color: #FFF;
}

.recent_article .category:hover {
  background: #a80705;
  transition: all 300ms ease;
}

@media only screen and (min-width: 1150px) {
  .recent_article .category {
    font-size: 11px;
    padding: 12px 20px;
  }
}

.recent_article .category:active,
.recent_article .category:focus,
.recent_article .category:hover {
  color: #FFF;
}

@media only screen and (min-width: 550px) {
  .articles_grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .recent_article {
    -ms-flex: 0 48.5%;
    flex: 0 48.5%;
  }

  .recent_article:nth-child(even) {
    margin-left: 3%;
  }
}

.author_left .article_grid {
  float: none;
  width: 100%;
}

.author_left {
  padding-top: 7px;
  font-size: 16px;
}

@media only screen and (min-width: 550px) {
  .author_left {
    padding-top: 0;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 750px) {
  .author_left {
    float: left;
    width: 66%;
    font-size: 18px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 940px) {
  .author_left {
    margin-top: 0px;
  }
}

.author_left a {
  color: #333333;
}

@media only screen and (min-width: 750px) {
  .author_right {
    float: right;
    width: 31.5%;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 940px) {
  .author_right {
    margin-top: 0px;
  }
}

.author_right .search {
  background: url("/css/images/Search-icon.svg") no-repeat 95% 50%;
  background-size: auto 40%;
  background-color: #f3f3f3;
  border: unset;
  border-radius: 2px;
  font-weight: 600;
  font-size: 14px;
  padding: 16px 18px;
  margin-bottom: 15px;
}

.author_right .search:focus {
  border-color: #333333;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  outline: none;
}

.author_right .ad-space-1,
.author_right .ad-space-2 {
  margin-bottom: 15px;
  max-height: 350px;
  overflow: hidden;
}

@media only screen and (min-width: 750px) {
  .author_right .ad-space-1,
  .author_right .ad-space-2 {
    margin-top: 33px;
  }
}

@media (max-width: 749px) and (min-width: 550px) {
  .author_right .ad-space-1 {
    width: 48%;
    float: left;
  }

  .author_right .ad-space-2 {
    width: 48%;
    float: right;
  }
}

.authors h1 {
  font-size: 23px;
  padding-bottom: 10px;
  color: #c30906;
  font-weight: 600;
}

@media only screen and (min-width: 550px) {
  .authors h1 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 940px) {
  .authors h1 {
    font-size: 30px;
  }
}

.authors_overview {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.authors_overview li {
  margin-bottom: 15px;
  position: relative;
}

.authors_overview li .author_meta span {
  color: #FFF;
}

.authors_overview li:hover img {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.4);
  transition: all 300ms ease;
}

.authors_overview li:hover h2 {
  transition: all 300ms ease;
}

@media (max-width: 939px) {
  .authors_overview li:hover h2 {
    color: #c30906;
  }
}

@media (max-width: 649px) and (min-width: 420px) {
  .authors_overview li {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin-left: 4%;
  }

  .authors_overview li:nth-child(odd) {
    margin-left: 0;
  }
}

@media (max-width: 939px) and (min-width: 650px) {
  .authors_overview li {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    margin-left: 2%;
  }

  .authors_overview li:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media only screen and (min-width: 940px) {
  .authors_overview li {
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
    margin-left: 1.3333%;
  }

  .authors_overview li:nth-child(4n+1) {
    margin-left: 0;
  }

  .authors_overview li > a::after {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
  }

  .authors_overview li:hover {
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.4);
    transition: all 300ms ease;
  }

  .authors_overview li:hover > a::after {
    background: #c30906;
    opacity: 0.7;
    transition: all 300ms ease;
  }

  .authors_overview li:hover .author_meta {
    display: block;
    z-index: 500;
    transition: all 300ms ease;
  }
}

@media only screen and (min-width: 940px) {
  .authors_overview .author_meta {
    position: absolute;
    top: 60%;
    left: 10%;
    display: none;
  }
}

.authors_overview .author_meta h2 {
  color: #333333;
  margin: 0;
  font-size: 21px;
  margin-top: 5px;
  padding-right: 10px;
  font-weight: 600;
}

@media only screen and (min-width: 940px) {
  .authors_overview .author_meta h2 {
    color: #FFF;
    font-size: 22px;
    margin-top: 0;
  }
}

.authors_overview .author_meta span {
  display: none;
}

.authors_overview .author_meta span svg {
  margin-right: 5px;
}

@media only screen and (min-width: 940px) {
  .authors_overview .author_meta span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn {
  display: inline-block;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  background-color: transparent;
  white-space: normal;
  text-align: left;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn--default {
  border-radius: 5px;
  padding: 8px 14px;
  color: #EE7F00;
  border: 1px solid #EE7F00;
  background-color: #FFF;
  position: relative;
  font-size: 0.88em;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}

.btn--default:hover,
.btn--default:focus {
  color: #FFF;
  background-color: #EE7F00;
}

.btn--default:hover svg,
.btn--default:focus svg {
  fill: #FFF;
}

.btn--default svg {
  transition: all 300ms ease;
  fill: #EE7F00;
  height: 19px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 14px;
}

.btn--default svg + span {
  margin-left: 27px;
}

.btn--default:last-child {
  margin-right: 0;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
  background-color: #FFF;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay {
  background: url("/css/images/overlay.png") repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-top: 50px;
}

#cboxTitle {
  position: absolute;
  top: 0;
  left: 15px;
  width: 84%;
  color: #333333;
  line-height: 1.1;
  font-size: 12px;
  font-weight: 700;
  padding: 14px 0;
}

@media only screen and (min-width: 420px) {
  #cboxTitle {
    font-size: 14px;
  }
}

@media only screen and (min-width: 650px) {
  #cboxTitle {
    font-size: 17px;
  }
}

@media only screen and (min-width: 950px) {
  #cboxTitle {
    font-size: 22px;
  }
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url("/css/images/loading_background.png") no-repeat center center;
}

#cboxLoadingGraphic {
  background: url("/css/images/loading.gif") no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active,
#cboxClose:focus {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("/css/images/controls.png") no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url("/css/images/controls.png") no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  top: 13px;
  right: 13px;
  background: url("/css/images/Close.svg") no-repeat;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.footer_copyright {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  text-align: center;
}

.footer_copyright a {
  position: relative;
}

.footer_copyright a::after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #333333;
  transition: all 300ms ease;
}

.footer_copyright a:hover::after {
  width: 100%;
}

.footer_first {
  background-color: #333333;
}

.footer_first .footer_copyright {
  background-color: #FFF;
}

.footer_first .footer_copyright p {
  margin: 0;
  padding: 10px 0;
}

.footer_first_container {
  position: relative;
  padding: 25px 0;
}

.footer_first_container a.rss {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  color: #FFF;
  padding-left: 1.5rem;
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

.footer_first_container a.rss:before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 50%;
  width: 1rem;
  height: 1rem;
  background-image: url("/css/images/rss-white.svg");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center center;
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}

.footer_first_container .footer_column {
  padding: 0 25px 25px 25px;
  color: #FFF;
  line-height: 1.9;
  font-size: 16px;
}

.footer_first_container .footer_column p {
  margin: 0;
}

.footer_first_container .footer_column a:hover {
  color: #FFF;
}

.footer_first_container .footer_site-branding {
  margin-top: 8px;
}

.footer_first_container .footer_list {
  list-style-type: none;
}

.footer_first_container .footer_list a,
.footer_first_container .footer_list .footer_vat,
.footer_first_container .footer_list li {
  color: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.footer_first_container .footer_list a {
  position: relative;
}

.footer_first_container .footer_list a::after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #FFF;
  transition: all 300ms ease;
}

.footer_first_container .footer_list a:hover::after {
  width: 100%;
}

.footer_first_container .footer_list svg {
  margin-right: 12px;
}

.footer_first_container .footer_list .footer_phone svg {
  margin-right: 15px;
}

@media (max-width: 940px) and (min-width: 550px) {
  .footer_first_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer_column {
    -ms-flex: 0 50%;
    flex: 0 50%;
  }
}

@media only screen and (min-width: 940px) {
  .footer_first_container {
    padding: 50px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer_first_container .footer_column {
    -ms-flex: 0 23%;
    flex: 0 23%;
    padding-bottom: 0;
    padding: 0;
    float: left;
    width: 23%;
    margin-left: 2.333%;
  }

  .footer_first_container .footer_column:first-child {
    margin: 0;
  }
}

.hamburger {
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 18px;
  margin: 0;
  border: 0;
  font-size: 35px;
  font-weight: bold;
  line-height: 45px;
  text-transform: none;
  font: inherit;
  color: #FFF;
  outline: none;
  z-index: 999;
  cursor: pointer;
  overflow: visible;
  transition: filter .15s linear, opacity .15s linear;
  background-color: transparent;
}

.hamburger .hamburger-box {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 20px;
}

.hamburger .hamburger-box .hamburger-inner {
  background-color: #FFF;
  top: 2px;
  position: absolute;
  width: 30px;
  height: 4px;
  transition: transform ease .15s;
  border-radius: 4px;
}

.hamburger .hamburger-box .hamburger-inner:before {
  top: 10px;
  display: block;
  content: "";
  background-color: #FFF;
  position: absolute;
  width: 30px;
  height: 4px;
  transition: transform .15s ease, opacity .15s ease;
  border-radius: 4px;
}

.hamburger .hamburger-box .hamburger-inner::after {
  content: "";
  display: block;
  background-color: #FFF;
  top: 20px;
  bottom: -10px;
  position: absolute;
  width: 30px;
  height: 4px;
  transition: transform ease .15s;
  border-radius: 4px;
}

.header.toggled .hamburger .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.header.toggled .hamburger .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -8px, 0);
  opacity: 0;
}

.header.toggled .hamburger .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.header.header_fixed .hamburger-box {
  height: 24px;
}

.header_article_link {
  display: block;
  margin-top: 20px;
  /*position: absolute;
  top: 50%;
  transform: translateY(-50%);*/
}

.header_article_link:hover {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.4);
  transition: all 300ms ease;
}

.header_article_link svg {
  vertical-align: middle;
  display: none;
}

.header_article_link a {
  background-color: #FFF;
  color: #c30906;
  font-size: 20px;
  text-decoration: none;
  padding: 10px 12px;
  line-height: 28px;
  font-weight: 700;
  display: block;
  text-align: center;
}

@media only screen and (min-width: 420px) {
  .header_article_link {
    margin: 0;
    margin-left: 25px;
    float: right;
    width: 66%;
  }

  .header_article_link svg {
    vertical-align: middle;
    display: inline-block;
  }

  .header_article_link span {
    padding-left: 10px;
  }
}

@media only screen and (min-width: 500px) {
  .header_article_link {
    margin: 0;
    margin-left: 50px;
    float: left;
    width: unset;
  }
}

@media (max-width: 419px) {
  .main-nav .header_widgets {
    position: unset;
    padding: 10px 0 0px 0;
    float: left;
  }
}

@media (min-width: 420px) and (max-width: 939px) {
  .main-nav .header_widgets {
    display: block;
    bottom: unset;
  }
}

@media only screen and (min-width: 940px) {
  .main-nav .header_widgets {
    display: none;
  }
}

@media (max-width: 419px) {
  .main-nav {
    max-height: 0;
    transition: max-height 0.4s ease-out;
    overflow: hidden;
  }
}

.main-nav .main-menu {
  transition: max-height 0.4s ease-out;
  overflow: hidden;
  transition-delay: 0.05s;
}

@media (min-width: 420px) and (max-width: 939px) {
  .main-nav .main-menu {
    max-height: 0;
  }
}

@media (max-width: 419px) {
  .main-nav .header_widgets {
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.main-menu li {
  display: block;
  padding-bottom: 12px;
}

@media only screen and (min-width: 940px) {
  .main-menu li {
    padding-bottom: 4.5px;
  }
}

.main-menu li a {
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
}

@media only screen and (min-width: 940px) {
  .main-menu li a {
    font-size: 14px;
  }
}

.main-menu li a:hover,
.main-menu li a:active {
  color: #FFF;
  box-shadow: 0px 2px 0px #FFF;
  transition: all 300ms ease;
}

@media only screen and (min-width: 420px) {
  .main-menu {
    padding-top: 10px;
  }

  .hamburger {
    position: unset;
    float: right;
    font-size: 25px;
    top: -148px;
  }
}

@media only screen and (min-width: 940px) {
  .main-menu {
    display: block !important;
    width: unset;
    padding: 0;
  }

  .main-menu li {
    display: inline-block;
    padding-right: 45px;
  }

  .main-menu li a {
    display: inline-block;
    padding-bottom: 15px;
  }

  .main-menu li a:active,
  .main-menu li a:focus,
  .main-menu li a:hover,
  .main-menu li a.active {
    color: #FFF;
    box-shadow: 0px 5px 0px #FFF;
    transition: all 300ms ease;
  }

  .hamburger {
    display: none;
  }
}

.secondary-menu {
  list-style: none;
  margin: 0px;
  /* Put back for widgets padding: 25px 0 0px 0;*/
  padding: 0;
  float: right;
}

@media only screen and (min-width: 420px) {
  .secondary-menu {
    display: block;
    padding: 0px;
    line-height: 52px;
    position: absolute;
    /* Remove for widgets start*/
    left: 0;
    /* Remove for widgets end*/
    /* Remove for widgets start*/
    /* Remove for widgets end*/
    float: none;
  }
}

@media only screen and (min-width: 420px) and (min-width: 940px) {
  .secondary-menu {
    left: unset;
    right: 55px;
  }
}

.secondary-menu .nav_item-zoo {
  display: none;
}

.secondary-menu li {
  max-width: 200px;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  /* Remove for widgets and replace by padding left start*/
  padding-left: 29px;
  /* Remove for widgets start*/
}

@media only screen and (min-width: 420px) {
  .secondary-menu li {
    padding-left: 0;
    padding-right: 29px;
  }
}

@media only screen and (min-width: 940px) {
  .secondary-menu li {
    padding-left: 29px;
    padding-right: 0;
  }
}

.secondary-menu li:first-child a {
  padding: 0 6px;
}

.secondary-menu li:nth-child(2) {
  padding-left: 23px;
  /* Remove for widgets start*/
  /* Remove for widgets end*/
}

@media only screen and (min-width: 420px) {
  .secondary-menu li:nth-child(2) {
    padding-left: 0;
  }
}

@media only screen and (min-width: 940px) {
  .secondary-menu li:nth-child(2) {
    padding-left: 23px;
  }
}

.secondary-menu li a {
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
}

@media only screen and (min-width: 940px) {
  .secondary-menu {
    right: 0;
    float: right;
    line-height: unset;
    padding-top: 4px;
  }
}

.site-branding {
  margin-top: 10px;
}

@media only screen and (min-width: 420px) {
  .site-branding {
    margin: 0;
    float: left;
    width: 34%;
  }

  .site-branding svg {
    width: 100%;
  }
}

@media only screen and (min-width: 500px) {
  .site-branding {
    margin: 0;
    float: left;
    width: unset;
    margin-top: 3px;
  }

  .site-branding svg {
    width: unset;
  }
}

@media only screen and (min-width: 940px) {
  .site-branding img {
    margin: 0;
  }
}

.header_widgets {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  bottom: -209px;
  display: none;
  font-size: 12px;
  z-index: 500;
}

@media only screen and (min-width: 420px) {
  .header_widgets {
    display: block;
    bottom: -50px;
  }
}

@media only screen and (max-width: 939px) {
  .header_widgets {
    display: none;
  }
}

.header_widgets .nav__icon {
  line-height: 1.1;
}

.header_widgets .nav__icon__name {
  text-align: center;
}

.header_widgets li {
  padding-right: 25px;
  max-width: 200px;
  display: inline-block;
  margin: 0px;
}

.header_widgets li a {
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
}

@media only screen and (min-width: 940px) {
  .header_widgets {
    position: unset;
    bottom: 0;
    margin-left: auto;
  }

  .header_widgets li {
    padding: 0;
    padding-left: 47px;
    padding-bottom: 8px;
  }
}

.header {
  background-color: #c30906;
}

.header_top {
  padding: 10px 0;
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 940px) {
  .header_top {
    padding: 0;
  }
}

.header_top::after {
  content: "";
  display: table;
  clear: both;
}

.header_bottom {
  /* Add for widgets start*/
  /* Add for widgets end*/
  /* Remove for widgets start*/
  padding-bottom: 10px;
  /* Remove for widgets end*/
  width: 100%;
}

@media only screen and (min-width: 420px) {
  .header_bottom {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 420px) {
  .header_bottom {
    position: relative;
  }
}

.header_bottom::after {
  content: "";
  display: table;
  clear: both;
}

.header_wrapper {
  position: relative;
}

@media only screen and (min-width: 420px) {
  .header_top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 940px) {
  .header_top {
    padding-top: 25px;
  }

  .header_bottom {
    padding-top: 15px;
    padding-bottom: 0;
  }
}

.header.header_fixed {
  background-color: #c30906;
  position: fixed;
  width: 100%;
  z-index: 99999999;
}

@media only screen and (max-width: 939px) {
  .header.header_fixed .main-nav {
    overflow: unset;
  }

  .header.header_fixed .main-nav .header_widgets {
    display: none;
  }

  .header.header_fixed .main-nav .secondary-menu {
    max-height: unset;
  }
}

.header.header_fixed .header_top {
  display: none;
}

.header.header_fixed .main-menu {
  padding-top: 0;
}

@media (max-width: 939px) {
  .header.header_fixed .main-menu {
    max-height: 0;
  }
}

@media (max-width: 1150px) and (min-width: 940px) {
  .header.header_fixed .main-menu li {
    padding-right: 35px;
  }
}

@media only screen and (min-width: 940px) {
  .header.header_fixed .main-menu li a {
    padding-bottom: 10px;
  }
}

.header.header_fixed .header_bottom {
  padding-top: 5px;
  position: relative;
}

@media (max-width: 940px) {
  .header.header_fixed .header_bottom {
    padding-bottom: 5px;
  }
}

@media only screen and (min-width: 940px) {
  .header.header_fixed .header_bottom {
    padding-top: 10px;
  }
}

.header.header_fixed .header_bottom .hamburger {
  position: unset;
  float: right;
  font-size: 25px;
  top: -148px;
}

.header.header_fixed .header_bottom .secondary-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: unset;
  padding-top: 7px;
  position: absolute;
  float: none;
  left: 0;
}

@media only screen and (min-width: 940px) {
  .header.header_fixed .header_bottom .secondary-menu {
    left: unset;
  }
}

.header.header_fixed .header_bottom .secondary-menu li {
  padding-left: 0;
  padding-right: 29px;
  /* Add for Widgets start */
  /* Add for Widgets end */
}

@media only screen and (min-width: 940px) {
  .header.header_fixed .header_bottom .secondary-menu li {
    padding-left: 29px;
    padding-right: 0;
    left: unset;
  }
}

.header.header_fixed .header_bottom .secondary-menu li:first-child a {
  padding: 0px 6px;
}

.header.header_fixed .header_bottom .secondary-menu .nav_item-zoo {
  display: inline-block;
}

@media (max-width: 419px) {
  .header.toggled .main-nav {
    display: block;
    max-height: 500px;
    transition: max-height 0.4s ease-in;
  }
}

.header.toggled .main-nav .main-menu {
  display: block;
  max-height: 500px;
}

@media screen and (min-width: 420px) {
  .header.toggled .main-nav .main-menu {
    transition: max-height 0.4s ease-in;
  }
}

.header.toggled .main-menu {
  display: block;
}

@media (max-width: 939px) {
  .header.toggled .main-menu li {
    padding-bottom: 12px;
  }
}

@media (max-width: 939px) {
  .header.toggled .main-menu a {
    font-size: 16px;
  }
}

@media (max-width: 419px) {
  .header.toggled .main-nav .secondary-menu {
    display: block;
  }

  .header.toggled .main-nav .header_widgets {
    display: -ms-flexbox;
    display: flex;
  }
}

.header.toggled.header_fixed .main-nav {
  overflow: unset;
}

.header.toggled.header_fixed .main-nav .header_widgets {
  display: none;
}

.header.toggled.header_fixed .main-nav .secondary-menu {
  display: -ms-flexbox;
  display: flex;
}

.home_cover {
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (min-width: 750px) {
  .home_cover {
    margin-bottom: 27px;
  }
}

.home_cover a:hover {
  color: #c30906;
}

.home_cover a:first-child h2,
.home_cover a:first-child p {
  z-index: 500;
}

.home_cover a:first-child figure {
  position: relative;
}

.home_cover a:first-child figure::after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

@media only screen and (min-width: 550px) {
  .home_cover a:first-child figure::after {
    background: rgba(0, 0, 0, 0.2);
  }
}

.home_cover a:first-child:hover figure {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}

.home_cover a:first-child:hover figure::after {
  background: rgba(0, 0, 0, 0.6);
  transition: all 300ms ease;
}

.home_cover figure {
  margin: 0px;
}

.home_cover figure img {
  width: 100%;
  border-radius: 3px;
}

.home_cover .category {
  position: absolute;
  top: 10px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 10px 15px;
  background-color: #c30906;
  color: #FFF;
}

.home_cover .category:hover {
  background: #a80705;
}

@media only screen and (min-width: 550px) {
  .home_cover .category {
    font-size: 11px;
    padding: 12px 20px;
  }
}

.home_cover .category:active,
.home_cover .category:focus,
.home_cover .category:hover {
  color: #FFF;
}

.home_cover h2 {
  margin-top: 5px;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
}

@media only screen and (min-width: 420px) {
  .home_cover h2 {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 750px) {
  .home_cover h2 {
    margin: 0 25px;
    line-height: 1.3;
    color: #FFF;
    font-size: 22px;
  }
}

.home_cover .preview_text {
  display: none;
}

@media only screen and (min-width: 420px) {
  .home_cover .preview_text {
    font-size: 16px;
  }
}

@media only screen and (min-width: 750px) {
  .home_cover .preview_text {
    display: block;
    color: #FFF;
    margin: 0 25px;
    margin-top: 3px;
  }
}

@media only screen and (min-width: 750px) {
  .home_cover header {
    position: absolute;
    width: 100%;
    bottom: 34px;
  }
}

@media only screen and (min-width: 940px) {
  .home_cover h2 {
    color: #FFF;
    margin: 0 30px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    max-width: 600px;
  }

  .home_cover .preview_text {
    font-size: 22px;
    max-width: 600px;
    color: #FFF;
    margin: 0 30px;
    margin-top: 3px;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 550px) {
  .home_grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home_left .grid_article {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin-bottom: 27px;
  }

  .home_left .grid_article:nth-child(even) {
    margin-left: 4%;
  }
}

.home_video {
  margin-bottom: 27px;
  position: relative;
}

.home_video a:first-child figure {
  margin: 0px;
  position: relative;
}

.home_video a:first-child figure img {
  width: 100%;
  border-radius: 3px;
}

.home_video a:first-child figure:before {
  background: url("/css/images/Video-Play.svg");
  content: " ";
  background-size: 100px 100px;
  height: 100px;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 500;
}

.home_video a:first-child figure::after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

@media only screen and (min-width: 940px) {
  .home_video a:first-child figure::after {
    background: rgba(0, 0, 0, 0.2);
  }
}

.home_video a:first-child:hover figure {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.4);
  transition: all 300ms ease;
}

.home_video a:first-child:hover figure::after {
  background: rgba(0, 0, 0, 0.6);
  transition: all 300ms ease;
}

.home_video a:first-child:active,
.home_video a:first-child:focus {
  outline: none;
}

.home_video header {
  position: unset;
}

.home_video h2 {
  font-weight: 700;
  font-size: 17px;
  margin-top: 5px;
  z-index: 500;
}

@media only screen and (min-width: 420px) {
  .home_video h2 {
    font-size: 19px;
  }
}

@media (max-width: 550px) and (min-width: 420px) {
  .home_video h2 {
    font-size: 23px;
  }
}

@media only screen and (min-width: 750px) {
  .home_video h2 {
    margin: 0;
    color: #333333;
  }
}

@media only screen and (min-width: 940px) {
  .home_video h2 {
    position: absolute;
    bottom: 20px;
    color: #FFF;
    font-size: 20px;
    left: 14%;
    right: 14%;
    text-align: center;
  }
}

@media only screen and (min-width: 550px) {
  .multiple_video {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.multiple_video .home_video h2 {
  margin-top: 10px;
}

@media only screen and (min-width: 550px) {
  .multiple_video .home_video {
    -ms-flex: 0 48.5%;
    flex: 0 48.5%;
  }

  .multiple_video .home_video:nth-child(even) {
    margin-left: 3%;
  }

  .multiple_video .home_video a:first-child figure {
    height: 180px;
    overflow: hidden;
  }

  .multiple_video .home_video a:first-child figure img {
    -ms-transform: scale(1.5, 1.1);
    /* IE 9 */
    transform: scale(1.5, 1.1);
    height: 100%;
  }

  .multiple_video .home_video a:first-child figure:before {
    background-size: 85px 85px;
    height: 85px;
    width: 85px;
  }
}

@media only screen and (min-width: 940px) {
  .multiple_video .home_video h2 {
    bottom: 5px;
    font-size: 13px;
  }
}

@media only screen and (min-width: 1150px) {
  .multiple_video .home_video h2 {
    bottom: 17px;
    font-size: 16px;
  }

  .multiple_video .home_video a:first-child figure {
    height: 300px;
  }

  .multiple_video .home_video a:first-child figure:before {
    background-size: 100px 100px;
    height: 100px;
    width: 100px;
  }
}

.home_left {
  font-size: 16px;
  margin-top: 10px;
}

@media only screen and (min-width: 750px) {
  .home_left {
    float: left;
    width: 66%;
    font-size: 18px;
  }
}

@media only screen and (min-width: 940px) {
  .home_left {
    margin-top: 0;
  }
}

.home_left a {
  color: #333333;
}

.other_articles {
  clear: both;
  border-top: 1px solid #eee;
  padding-top: 17px;
}

.other_articles .other_articles_grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.other_articles h2 {
  font-size: 20px;
  color: #c30906;
  font-weight: 600;
}

@media only screen and (min-width: 550px) {
  .other_articles h2 {
    font-size: 23px;
  }
}

@media only screen and (min-width: 940px) {
  .other_articles h2 {
    font-size: 25px;
  }
}

.other_articles .grid_article h2 {
  color: #333333;
}

.other_articles .home_video h2 {
  color: #333333;
}

@media (max-width: 939px) and (min-width: 550px) {
  .other_articles .other_articles_grid article {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin-left: 4%;
  }

  .other_articles .other_articles_grid article:nth-child(odd) {
    margin: 0;
  }
}

@media only screen and (min-width: 940px) {
  .other_articles .other_articles_grid article {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    margin-left: 2%;
  }

  .other_articles .other_articles_grid article .grid_article {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .other_articles .other_articles_grid article:nth-child(3n+1) {
    margin: 0;
  }

  .other_articles .other_articles_grid .home_video h2 {
    position: unset;
    left: unset;
    right: unset;
    text-align: left;
  }

  .other_articles .other_articles_grid .home_video figure::after {
    background: none;
  }
}

@media only screen and (min-width: 750px) {
  .home_right {
    float: right;
    width: 31.5%;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 940px) {
  .home_right {
    margin-top: 0;
  }
}

.home_right .search {
  background: url("/css/images/Search-icon.svg") no-repeat 95% 50%;
  background-size: auto 40%;
  background-color: #f3f3f3;
  border: unset;
  border-radius: 2px;
  font-weight: 600;
  font-size: 14px;
  padding: 16px 18px;
  margin-bottom: 15px;
}

.home_right .search:focus {
  border-color: #333333;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  outline: none;
}

.home_right .ad-space-1,
.home_right .ad-space-2,
.home_right .ad-doubleclick-space-1 {
  margin-bottom: 24px;
  text-align: center;
}

@media only screen and (min-width: 750px) {
  .home_right .ad-space-1,
  .home_right .ad-space-2,
  .home_right .ad-doubleclick-space-1 {
    margin-top: 33px;
  }
}

@media (max-width: 749px) and (min-width: 550px) {
  .home_right .ad-space-1 {
    width: 48%;
    float: left;
  }

  .home_right .ad-space-2 {
    width: 48%;
    float: right;
  }
}

@media only screen and (min-width: 750px) {
  .article_grid {
    float: left;
    width: 66%;
    font-size: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .home_cover {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .grid_article {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin-bottom: 27px;
  }
}

.grid_article {
  margin-bottom: 20px;
  position: relative;
}

.grid_article a {
  color: #333333;
}

.grid_article a:hover {
  color: #c30906;
  transition: all 300ms ease;
}

.grid_article a:first-child h1,
.grid_article a:first-child p {
  z-index: 500;
}

.grid_article a:first-child figure {
  position: relative;
  margin: 0px;
}

.grid_article a:first-child figure img {
  width: 100%;
  border-radius: 3px;
}

.grid_article a:first-child figure::after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.grid_article a:first-child:hover figure {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.4);
  transition: all 300ms ease;
}

.grid_article a:first-child:hover figure::after {
  background: rgba(0, 0, 0, 0.6);
  transition: all 300ms ease;
}

.grid_article h2 {
  font-weight: 700;
  font-size: 17px;
  margin: 0;
  margin-top: 5px;
}

@media only screen and (min-width: 420px) {
  .grid_article h2 {
    font-size: 20px;
    line-height: 1.25;
  }
}

.grid_article .category {
  position: absolute;
  top: 10px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 10px 15px;
  background-color: #c30906;
  color: #FFF;
}

.grid_article .category:hover {
  background: #a80705;
  transition: all 300ms ease;
}

@media only screen and (min-width: 1150px) {
  .grid_article .category {
    font-size: 11px;
    padding: 12px 20px;
  }
}

.grid_article .category:active,
.grid_article .category:focus,
.grid_article .category:hover {
  color: #FFF;
}
/*# sourceMappingURL=maps/global.css.map */
