@import url("https://fonts.googleapis.com/css2?family=Martel:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400&display=swap");
@font-face {
  font-family: "Georgia";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Georgia.eot");
  /* IE9*/
  src: url("../fonts/Georgia.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia.woff2") format("woff2"), url("../fonts/Georgia.woff") format("woff"), url("../fonts/Georgia.ttf") format("truetype"), url("../fonts/Georgia.svg#Georgia") format("svg");
  /* iOS 4.1- */
}
@font-face {
  font-family: "Georgia";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Georgia-Bold.eot");
  /* IE9*/
  src: url("../fonts/Georgia-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia-Bold.woff2") format("woff2"), url("../fonts/Georgia-Bold.woff") format("woff"), url("../fonts/Georgia-Bold.ttf") format("truetype"), url("../fonts/Georgia-Bold.svg#Georgia-Bold") format("svg");
  /* iOS 4.1- */
}
@font-face {
  font-family: "Georgia";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/Georgia-Italic.eot");
  /* IE9*/
  src: url("../fonts/Georgia-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia-Italic.woff2") format("woff2"), url("../fonts/Georgia-Italic.woff") format("woff"), url("../fonts/Georgia-Italic.ttf") format("truetype"), url("../fonts/Georgia-Italic.svg#Georgia-Italic") format("svg");
  /* iOS 4.1- */
}
/*Mixins*/
/*Mixins end*/
body, html {
  height: 100%;
}

body {
  font-family: "Georgia", serif;
  font-weight: 300;
  color: #000;
  background-color: #fff;
  height: calc(100% - 100px);
  min-width: 320px;
}

.dm_loader {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 100;
  top: 0; }

.dm_loader .dm_circle {
  height: 80px;
  width: 80px;
  position: relative;
  margin: 30rem auto 0; }

.dm_loader .dm_circle div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #ec1c24;
  border-radius: 50%;
  animation: dm-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ec1c24 transparent transparent transparent; }

.dm_loader .dm_circle div:nth-child(1) {
  animation-delay: -0.45s; }

.dm_loader .dm_circle div:nth-child(2) {
  animation-delay: -0.3s; }

.dm_loader .dm_circle div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes dm-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.article-body {
  height: calc(100% - 130px);
}

.article-body-small {
  background-color: #fff;
}
.article-body-small .navbar {
  background-color: #2b2b2b;
}
.article-body-small .titles h4 a {
  color: #ec1c24;
}
.article-body-small .titles h4 a:hover, .article-body-small .titles h4 a:active, .article-body-small .titles h4 a:focus {
  color: #ac1019;
}

h1, h3, h2 {
  font-weight: 300;
}

.page-title {
  margin-top: 0;
  margin-bottom: 30px;
}

.page-subtitle {
  margin-top: 0;
  margin-bottom: 30px;
}

.white-title {
  background: #fff;
  padding: 60px 0;
}
.white-title h1, .white-title h3 {
  margin: 0;
}

.pager {
  margin: 10px 0 30px;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 48px;
  align-items: center;
}
.pager .pager-link {
  flex: 1;
  padding: 0 25px;
  font-family: "roboto", sans-serif;
}
.pager .pager-link a {
  color: #000;
}
.pager .pager-link:first-child {
  text-align: left;
}
.pager .pager-link:last-child {
  text-align: right;
}

.ukraine-war-archive .header {
  text-align: center;
  margin-bottom: 10px;
}
.ukraine-war-archive .header h1 {
  margin-bottom: 10px;
}
.ukraine-war-archive .header .hero-image {
  width: 100%;
}
.ukraine-war-archive .see-post-comments {
  position: relative;
  width: 100%;
}
.ukraine-war-archive .see-post-comments .post-comments-button {
  background: #e0e0e0;
  border: none;
  color: #4f5c67;
  padding: 5px 15px;
  font-weight: 700;
  font-size: 18px;
  font-family: "Georgia", serif;
  display: inline-block;
}
.ukraine-war-archive .see-post-comments .post-comments-button:hover {
  background: #ec1c24;
  color: #fff;
}
.ukraine-war-archive .ukraine-readmore-container {
  position: relative;
  width: 100%;
  text-align: center;
}
.ukraine-war-archive .ukraine-readmore-container .btn-archive-readmore {
  margin: 5px auto 10px;
  background-color: white;
  color: black;
  padding: 5px 45px;
  border: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  width: 240px;
  position: relative;
  transition: color 500ms;
}
.ukraine-war-archive .ukraine-readmore-container .btn-archive-readmore:before, .ukraine-war-archive .ukraine-readmore-container .btn-archive-readmore:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: black;
  top: 50%;
  position: absolute;
  opacity: 0.4;
  transition: opacity 500ms, background 500ms;
}
.ukraine-war-archive .ukraine-readmore-container .btn-archive-readmore:before {
  left: 0;
}
.ukraine-war-archive .ukraine-readmore-container .btn-archive-readmore:after {
  right: 0;
}
.ukraine-war-archive .ukraine-readmore-container .btn-archive-readmore:hover {
  color: #ec1c24;
}
.ukraine-war-archive .ukraine-readmore-container .btn-archive-readmore:hover:before, .ukraine-war-archive .ukraine-readmore-container .btn-archive-readmore:hover:after {
  background: #ec1c24;
  opacity: 1;
}

.dm-comments-preloader {
  display: none;
  height: 90px;
  width: 100%;
}
.dm-comments-preloader #loadingCircle {
  display: block;
  margin: 0 auto;
  width: 90px;
  height: 90px;
}
.dm-comments-preloader #loadingCircle #outerCircle1 {
  display: block;
  position: absolute;
  margin: 0 auto;
  border-top: 7px solid #000;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
  border-right: none;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background-clip: padding-box;
  animation: cwSpin 0.666s linear 0.2s infinite;
}
.dm-comments-preloader #loadingCircle #innerCircle {
  border-top: 7px solid transparent;
  border-bottom: 3px solid #ec1c24;
  box-shadow: none;
  display: block;
  position: absolute;
  margin: 20px 0 0 20px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-clip: padding-box;
  animation: ccwSpin 0.555s linear 0.2s infinite;
}

@-webkit-keyframes cwSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes cwSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes cwSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes cwSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes cwSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ccwSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-moz-keyframes ccwSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-ms-keyframes ccwSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-o-keyframes ccwSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes ccwSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.other-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.other-links div {
  flex: 0 1 48%;
  font-family: "roboto", sans-serif;
  width: 48%;
  background-color: #fff;
}
.other-links div a {
  padding: 25px;
  display: block;
  font-weight: 500;
  color: #000;
}

.white-bg {
  background-color: #fff;
}
.white-bg .newsletter {
  margin-bottom: 0;
  padding: 0;
}

.preference {
  margin-top: 30px;
}
.preference .personal-details {
  margin-bottom: 30px;
}
.preference .personal-details .white-bg {
  padding: 30px 30px 10px;
}
.preference .personal-details input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.preference .personal-details input[type=radio] {
  width: auto;
}
.preference .personal-details .radio-inline {
  font-weight: 300;
  padding-left: 0;
}
.preference .personal-details .radio-inline label {
  font-weight: 300;
}
.preference .following {
  margin-bottom: 60px;
}
.preference .following .white-bg {
  padding: 30px;
}
.preference .following ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.preference .following ul li {
  display: inline-block;
  margin-bottom: 5px;
}
.preference .following ul li a {
  display: block;
  padding: 5px;
  background: #b0bec5;
  color: #fff;
}
.preference .following ul li a span {
  padding-left: 10px;
}
.preference .following ul li:hover a {
  background-color: #535e64;
}
.preference .email, .preference .ad-preferences, .preference .newsletter-preference {
  margin-bottom: 60px;
}
.preference .email .white-bg, .preference .ad-preferences .white-bg, .preference .newsletter-preference .white-bg {
  padding: 30px;
}
.preference .btn-full {
  display: block;
  margin: 10px 0 0;
  min-width: 200px;
  max-width: 200px;
  text-align: center;
}

.checkbox-toggle input {
  appearance: none;
  display: none;
}
.checkbox-toggle label {
  width: 100%;
  background-color: #b0bec5;
  padding-left: 10px;
  color: #fff;
  font-weight: 300;
  display: table;
  line-height: 30px;
  cursor: pointer;
  user-select: none;
  transition: 0.1s all linear;
}
.checkbox-toggle label:after {
  display: table-cell;
  content: "";
  color: #fff;
  border-left: 5px #fff solid;
  background: #b0bec5 url(../images/label-x.png) no-repeat center center;
  transition: 0.1s all linear;
  font-family: "roboto", sans-serif;
  width: 35px;
}
.checkbox-toggle input:checked + label {
  background-color: #535e64;
}
.checkbox-toggle input:checked + label:after {
  background: #535e64 url(../images/label-tick.png) no-repeat center center;
}

.sign-box {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 50px;
  box-shadow: 1px 0 8px #0000001c;
  border-radius: 5px;
}
.sign-box input[type=text], .sign-box input[type=password], .sign-box input[type=email] {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border: 2px solid rgba(0, 0, 0, 0.23);
}
.sign-box input[type=checkbox] {
  display: inline;
  margin-bottom: 30px;
}
.sign-box label {
  font-family: "roboto", sans-serif;
  font-weight: 300;
  vertical-align: middle;
  float: left;
}
.sign-box p {
  font-family: "roboto", sans-serif;
}
.sign-box .btn-full {
  text-align: center;
  margin: 10px auto;
  background-color: #000;
  border-radius: 3px;
  font-size: 14px;
  text-transform: initial;
}
.sign-box .or {
  display: flex;
  align-items: center;
  flex: 1;
}
.sign-box .or div {
  padding: 15px;
  font-family: "roboto", sans-serif;
}
.sign-box .or:before, .sign-box .or:after {
  content: "";
  position: relative;
  flex: 1;
  margin: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.sign-box .forgot p {
  margin-bottom: 30px;
}
.sign-box .forgot a {
  margin: 0;
  height: 41px;
  padding: 12px 12px;
}
.sign-box.create .subscribe {
  margin-top: 30px;
}
.sign-box.create input[type=checkbox] {
  margin-bottom: 10px;
}
.sign-box.create .form-group {
  margin-bottom: 10px;
}
.sign-box.create .agree {
  text-align: center;
  margin: 20px 0;
}
.sign-box.create .agree a {
  display: inline;
}
.sign-box.create .recaptcha {
  text-align: center;
  margin: 25px auto 0;
  width: 300px;
}
.sign-box .checkbox {
  overflow: hidden;
  margin-bottom: 20px;
}
.sign-box .nav-tabs li {
  width: 50%;
  font-size: 20px;
}
.sign-box h4.text-center {
  padding: 25px 0 20px;
  font-weight: 300;
}
.sign-box #register .checkbox.agree {
  text-align: center;
}
.sign-box #register label {
  float: none;
}

.signin {
  margin-bottom: 30px;
}
.signin .box-container {
  margin-top: 70px;
}
.signin .top-logo img {
  width: 100%;
  max-width: 440px;
  border-top-right-radius: 7px;
}

.forgot-ad {
  margin-bottom: 50px;
}

.signin-sliver {
  padding: 100px 0;
  text-align: center;
  background: url("../images/mydaily.jpg") no-repeat top center;
  margin-bottom: 50px;
}
.signin-sliver h3, .signin-sliver li {
  color: #fff;
  font-weight: 500;
}
.signin-sliver img {
  margin-bottom: 60px;
}
.signin-sliver h3 {
  font-family: "roboto", sans-serif;
  margin-bottom: 30px;
}
.signin-sliver ul {
  list-style: none;
  font-family: "roboto", sans-serif;
  padding: 0;
}
.signin-sliver ul li {
  display: inline-block;
  color: #fff;
  max-width: 140px;
  margin: 0 20px;
}
.signin-sliver ul li i {
  font-size: 28px;
}
.signin-sliver .create img {
  margin-bottom: 0;
}

input[type=text], input[type=password], input[type=email] {
  border: none;
  border-bottom: 1px solid #000;
  color: #000;
  border-radius: 0 !important;
  box-shadow: none;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus {
  outline: none;
  border-color: #ec1c24;
  box-shadow: none !important;
}

input[type=checkbox] {
  margin-right: 10px;
}

.portal-topad {
  margin: 30px 0;
}

.portal-sliver {
  padding: 300px 0 30px;
  position: relative;
  margin-bottom: 30px;
}
.portal-sliver .row {
  display: table;
  width: 100%;
}
.portal-sliver .row [class*=col-] {
  display: table-cell;
  float: none;
  vertical-align: bottom;
}
.portal-sliver h1 {
  color: #fff;
  margin-bottom: 0;
}
.portal-sliver h3 {
  color: #fff;
  margin: 0;
}
.portal-sliver p {
  margin: 0;
  color: #fff;
}
.portal-sliver .btn-window {
  display: inline-block;
  margin-top: 20px;
}
.portal-sliver .blackoverlay {
  height: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.6) 77%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#66000000", endColorstr="#cc000000", GradientType=0);
  /* IE6-9 */
}

.block-advert {
  height: 300px;
  margin-bottom: 30px;
}

.red {
  color: #ec1c24;
}

a {
  outline: none !important;
}
a:hover {
  color: #ac1019;
}

.row-eq-height {
  display: flex;
  height: 100%;
}

.row-no-margin {
  margin: 0;
}

.row-no-padding [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

img {
  user-select: none;
}

a {
  text-decoration: none !important;
  color: #ec1c24;
}

a[data-title] {
  position: relative;
}

a[data-title]:hover:after {
  content: attr(data-title);
  padding: 6px 10px;
  font-family: "roboto", sans-serif;
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 0;
  top: -40px;
  white-space: nowrap;
  z-index: 20;
  background: #2b2b2b;
}

a[data-left]:hover:after {
  content: attr(data-title);
  left: auto;
  right: 0;
}

.article-content {
  overflow: hidden;
}

@media (max-width: 600px) {
  .article .first-paragraph, .article-content {
    display: block;
    width: 100%;
  }
}
.article-template .col-left, .single-opinion-piece .col-left, .single-article .col-left, .single .col-left {
  width: 100%;
  max-width: 750px;
  position: relative;
}
@media (max-width: 1024px) {
  .article-template .col-left, .single-opinion-piece .col-left, .single-article .col-left, .single .col-left {
    max-width: 690px;
  }
}
@media (max-width: 800px) {
  .article-template .col-left, .single-opinion-piece .col-left, .single-article .col-left, .single .col-left {
    max-width: 465px;
  }
}
@media (max-width: 768px) {
  .article-template .col-left, .single-opinion-piece .col-left, .single-article .col-left, .single .col-left {
    max-width: 435px;
  }
}

.col-right {
  min-width: 330px;
}

.masthead-intro {
  padding: 35px 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .masthead-intro {
    padding: 0 0 20px;
  }
}
.masthead-intro .intro-container {
  overflow: hidden;
  max-width: 1280px;
  margin: auto;
}
.masthead-intro h1 {
  padding: 0 10px;
}
.masthead-intro img {
  width: 100%;
  max-width: 450px;
  margin: auto;
}
.masthead-intro h3 {
  position: relative;
  z-index: 1;
}
.masthead-intro h3 span {
  background-color: #fff;
  padding: 0 15px 0;
  color: #666;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "roboto", sans-serif;
  font-weight: 500;
}
.masthead-intro h3:before {
  border-top: 1px solid #e9e9e9;
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
}

.ossc-plugin .masthead-intro {
  background: transparent;
  padding: 0 0 35px;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  border-radius: 0;
  min-height: 50px;
  height: 40px;
  border: 0;
}
@media (max-width: 766px) {
  .navbar {
    min-height: 42px;
  }
}
@media screen and (max-width: 650px) {
  .navbar {
    display: none;
  }
}
.navbar .navbar-header .navbar-brand {
  padding: 0 24px 0 0;
  width: 430px;
  display: none;
}
@media (max-width: 1263px) {
  .navbar .navbar-header .navbar-brand {
    width: 320px;
  }
}
@media (max-width: 1024px) {
  .navbar .navbar-header .navbar-brand {
    width: 280px;
    display: none;
  }
}
.navbar .navbar-header .navbar-brand img {
  width: 100%;
  height: auto;
}
.navbar .navbar-header .navbar-toggle .icon-bar {
  background-color: #b0bec5;
}
.navbar .navbar-header a.home-link {
  float: left;
  padding: 11px 7px;
  font-size: 12px;
  font-family: "roboto", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  line-height: 28px;
}
.navbar .navbar-header a.home-link:hover {
  background: #373636;
  color: #fff;
}
.navbar .navbar-nav li a, .navbar .navbar-nav li .open a, .navbar .navbar-nav li .open a:focus, .navbar .navbar-nav li .open a:hover, .navbar .navbar-nav li .open a:active {
  font-size: 12px;
  outline: none !important;
  text-transform: uppercase;
  font-weight: 800;
  color: #000;
  letter-spacing: 1px;
  font-family: "roboto", sans-serif;
}
.navbar .navbar-nav li a:hover, .navbar .navbar-nav li a:focus, .navbar .navbar-nav li a:active {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000;
}
.navbar .navbar-nav li .social-link {
  padding: 0;
  height: 25px;
  width: 25px;
  background: #000;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 35px;
  margin-top: 8px;
  margin-left: 5px;
}
.navbar .navbar-nav li .social-link .fa {
  line-height: 26px;
}
.navbar .navbar-nav li .social-link:hover.nav-fb {
  background-color: #3b5998;
  color: #fff;
}
.navbar .navbar-nav li .social-link:hover.nav-twitter {
  background-color: #55acee;
  color: #fff;
}
.navbar .navbar-nav li .social-link:hover.nav-linkedin {
  background-color: #0077b5;
  color: #fff;
}
.navbar .navbar-nav li .social-link:hover.nav-subscribe {
  background-color: #ec1c24;
  color: #fff;
}
.navbar .navbar-nav li .search-toggle {
  font-size: 16px;
}
.navbar .navbar-nav li.active a {
  color: #ec1c24;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.25);
}
.navbar .navbar-nav li.active a:hover, .navbar .navbar-nav li.active a:focus, .navbar .navbar-nav li.active a:active {
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: #ec1c24;
}
.navbar .navbar-nav .open > a {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar .navbar-right {
  margin-right: 0;
  line-height: 30px;
}
.navbar .navbar-right .dropdown-menu {
  right: 10px;
}
.navbar .profile-link {
  margin-top: -7px;
  height: 60px;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar .profile-link .profile-pic {
  height: 35px;
  margin-right: 5px;
}
.navbar .navbar-form {
  margin-top: 12px;
}
.navbar .navbar-form .form-group .form-control {
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "roboto", sans-serif;
  font-size: 12px;
  box-shadow: none;
  max-width: 130px;
}
.navbar .navbar-form .form-group .form-control:focus {
  box-shadow: none;
}
.navbar .navbar-form .form-group .form-control::-webkit-input-placeholder {
  color: #fff;
}
.navbar .navbar-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.navbar .navbar-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.navbar .navbar-form .form-group .form-control:-ms-input-placeholder {
  color: #fff;
}
.navbar .navbar-form .btn {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  border-left: none;
  margin-left: -5px;
  padding: 10px 12px;
}
.navbar .search-nav {
  visibility: hidden;
  padding: 8px;
  max-width: 250px;
}
.navbar .search-nav .input-group .form-control {
  border: 1px solid #b0bec5;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  box-shadow: none;
  font-family: "roboto", sans-serif;
  color: #b0bec5;
}
.navbar .search-nav .input-group .form-control:focus {
  box-shadow: none;
}
.navbar .search-nav .input-group .form-control::-webkit-input-placeholder {
  color: #b0bec5;
}
.navbar .search-nav .input-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #b0bec5;
}
.navbar .search-nav .input-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #b0bec5;
}
.navbar .search-nav .input-group .form-control:-ms-input-placeholder {
  color: #b0bec5;
}
.navbar .search-nav .input-group .btn {
  background-color: #fff;
  border: 1px solid #b0bec5;
  font-family: "roboto", sans-serif;
  font-weight: 500;
}
.navbar .search-nav.expand {
  visibility: visible;
  position: absolute;
  right: 65px;
}
.navbar .current-menu-ancestor > a {
  color: #ec1c24 !important;
}

@media screen and (min-width: 1263px) {
  .nav.navbar-nav.main-nav {
    display: -webkit-box;
    width: 100%;
    max-width: 64%;
    position: relative;
  }
}

.navbar-header {
  display: block;
}
@media screen and (min-width: 1263px) {
  .navbar-header {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .navbar .search-nav {
    visibility: hidden;
    background-color: #ec1c24;
    position: fixed;
    z-index: 1;
    transition: 0.2s all cubic-bezier(0, 0, 0.2, 1);
    top: -80px;
    max-width: 100%;
    right: 0;
  }

  .navbar .search-nav.expand {
    visibility: visible;
    top: 42px;
    right: 0;
    position: fixed;
  }
}
.nav_scroll, .nav-dark, .navbar {
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
}

.nav_scroll .navarticle-popout {
  left: 0;
}

.navarticle-container {
  margin: 0 75px 0 60px;
  height: 50px;
  overflow: hidden;
}

.navarticle-popout {
  background-color: rgba(0, 0, 0, 0.3);
  height: 50px;
  position: relative;
  left: 100%;
  transition: 0.5s all linear;
}
.navarticle-popout a {
  color: #fff;
  font-size: 24px;
  display: block;
  width: 25%;
  float: left;
  text-align: center;
  padding: 13px 0;
}

.dropdown .dropdown-menu {
  transform: scale(0);
  transition: 0.2s all ease-out;
  display: block;
  transform-origin: top right;
  border: none;
  opacity: 0;
  background-color: #fff;
  border-radius: 0;
  z-index: 999;
}
.dropdown .dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.25);
  padding: 0;
}
.dropdown .dropdown-menu li:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.dropdown .dropdown-menu li:hover a {
  color: #fff;
  background-color: transparent;
}

.dropdown.open .dropdown-menu {
  transform: scale(1);
  opacity: 1;
}

.btn-border {
  border: 1px solid #000;
  color: #000;
  border-radius: 2px;
  font-size: 14px;
  font-family: "roboto", sans-serif;
  transition: 0.2s all linear;
  text-transform: uppercase;
  padding: 10px 20px;
}
.btn-border:hover {
  background-color: #000;
  color: #fff;
}

.btn-red-border {
  border-color: #ec1c24;
  color: #ec1c24;
  display: block;
  text-align: center;
}
.btn-red-border:hover {
  background-color: #ec1c24;
  color: #fff;
}

.btn-red {
  border-color: #ec1c24;
  background-color: #ec1c24;
  color: #fff;
  display: block;
  text-align: center;
}
.btn-red:hover {
  background-color: #fff;
  color: #ec1c24;
}

.newsheader, .articleheader {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #999999;
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 90%;
  overflow: hidden;
}
.newsheader .container, .articleheader .container {
  position: relative;
  height: 100%;
}
.newsheader .blackoverlay, .articleheader .blackoverlay {
  height: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.85) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
  /* IE6-9 */
}
.newsheader .titles, .articleheader .titles {
  position: absolute;
  bottom: 3%;
  color: #fff;
  font-family: "roboto", sans-serif;
  width: 75%;
}
.newsheader .titles h4, .articleheader .titles h4 {
  background-color: #ec1c24;
  color: #fff;
  display: inline-block;
  font-family: "roboto", sans-serif;
  padding: 5px;
  text-transform: uppercase;
}
.newsheader .titles h1, .articleheader .titles h1 {
  margin-bottom: 10px;
  font-size: 40px;
  font-family: "Georgia", serif;
  font-weight: 300;
  display: block;
  padding-right: 25px;
}
.newsheader .titles h3, .articleheader .titles h3 {
  font-size: 24px;
  font-weight: 300;
  display: block;
  margin: 0;
}
.newsheader .titles h5, .articleheader .titles h5 {
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
  display: inline-block;
}
.newsheader .titles h5 img, .articleheader .titles h5 img {
  height: 50px;
  width: 50px;
  margin-right: 10px;
}
.newsheader .titles h5 a, .articleheader .titles h5 a {
  font-size: 12px;
}
.newsheader .titles h5 .read-later, .newsheader .titles h5 .follow, .articleheader .titles h5 .read-later, .articleheader .titles h5 .follow {
  padding: 5px;
  background-color: #fff;
  border-radius: 5px;
  color: #535e64;
}
.newsheader .titles h5 .read-later:hover, .newsheader .titles h5 .follow:hover, .articleheader .titles h5 .read-later:hover, .articleheader .titles h5 .follow:hover {
  color: #ac1019;
}
.newsheader .titles .date, .articleheader .titles .date {
  font-weight: 300;
  margin-bottom: 30px;
  text-align: right;
}
.newsheader .titles .date h4, .articleheader .titles .date h4 {
  font-weight: 300;
}
.newsheader .titles .date h6, .articleheader .titles .date h6 {
  font-weight: 300;
}
.newsheader .titles h6, .articleheader .titles h6 {
  font-weight: 400;
  font-size: 1.4rem;
}
.newsheader .titles .row, .articleheader .titles .row {
  margin-right: 0;
}

.articleheader .titles h4 {
  font-size: 12px;
  margin-bottom: 12px;
}
.articleheader .titles h1 {
  font-size: 40px;
  margin-bottom: 12px;
  margin-top: 0;
  width: 100%;
  text-shadow: 1px 1px 2px #000;
}
.articleheader .titles h5 {
  margin-bottom: 20px;
}
.articleheader .titles h5 span {
  padding: 0 10px;
  font-weight: 700;
  font-size: 19px;
}

.noheaderimage {
  height: auto;
  background: none;
  padding-top: 60px;
  padding-bottom: 10px;
  color: #000;
  margin-top: auto;
}
.noheaderimage .titles {
  position: relative;
  font-family: "roboto", sans-serif;
  padding-left: 50px;
  width: 75%;
}
.noheaderimage .titles h4 {
  font-size: 1.7em;
  color: #ec1c24;
}
.noheaderimage .titles h1 {
  margin: 0;
  font-size: 3.4em;
  font-family: "Georgia", serif;
  font-weight: 300;
  display: block;
  padding-right: 25px;
}
.noheaderimage .titles h5 {
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
  display: inline-block;
}
.noheaderimage .titles h5 span {
  padding: 0 10px;
  font-weight: 700;
  font-size: 19px;
}
.noheaderimage .titles .row {
  margin-right: 0;
}

.articleheader-small .titles {
  text-align: left;
  margin: 10px auto;
  max-width: 1090px;
}
.articleheader-small .titles h1 {
  margin-bottom: 20px;
}
.articleheader-small .titles h4 {
  color: #ec1c24;
  font-weight: 600;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "roboto", sans-serif;
  margin-bottom: 0;
}
.articleheader-small .header-image {
  width: 100%;
}
.articleheader-small .image-caption {
  font-size: 13px;
  font-style: italic;
  color: #535e64;
  padding: 15px 0;
}
.articleheader-small .media {
  font-family: "roboto", sans-serif;
  padding-left: 50px;
}
.articleheader-small .media .media-left {
  vertical-align: middle;
}
.articleheader-small .media .media-left img {
  width: 50px;
  height: 50px;
}
.articleheader-small .media .media-body {
  vertical-align: middle;
  color: #535e64;
}
.articleheader-small .media .media-body a {
  font-size: 12px;
}
.articleheader-small .media .media-body .follow {
  margin: 0 10px;
  padding: 5px;
  border: 1px solid;
  border-radius: 5px;
}
.articleheader-small .media .media-body .follow .fa {
  margin-right: 5px;
}
.articleheader-small .date {
  color: #535e64;
  font-family: "roboto", sans-serif;
}
.articleheader-small .date h4 {
  margin-bottom: 5px;
  font-weight: 300;
}
.articleheader-small .date h6 {
  margin-top: 0;
  font-weight: 300;
}

.author-title {
  color: #535e64;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0;
  float: left;
}
@media screen and (max-width: 425px) {
  .author-title {
    margin-bottom: 10px;
    float: none;
  }
}
.author-title span {
  padding: 0 10px;
}
.author-title span.author {
  display: block;
  padding-left: 0;
}
.author-title span.author a {
  color: #535e64;
  text-decoration: underline !important;
}
.author-title span.author a:hover {
  color: #000;
}
.author-title span.author img {
  float: left;
  margin: -1px 8px 0 0;
  border-radius: 50%;
}

span.author-title {
  font-size: 12px;
  line-height: 30px;
}

.about-body {
  background-color: #fff;
}
.about-body .contact .btn-window {
  border: 2px solid #ec1c24;
}

.about-header {
  padding: 100px 0;
  margin-top: 50px;
  text-align: center;
  background-size: cover;
}
.about-header .row {
  display: table;
  width: 100%;
}
.about-header [class*=col-] {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.about-header h1, .about-header h3 {
  color: #fff;
  margin-top: 0;
}
.about-header h1 {
  font-size: 90px;
  margin-bottom: 0;
  margin-top: 0;
}
.about-header h3 {
  font-family: "roboto", sans-serif;
  font-weight: 500;
}
.about-header .button-group {
  width: 400px;
  margin: 0 auto 50px;
}
.about-header .button-group a {
  display: block;
}

.about {
  padding: 50px 0;
  text-align: center;
  margin-bottom: 50px;
}
.about p {
  font-size: 18px;
  margin-bottom: 30px;
  font-family: "roboto", sans-serif;
}
.about:after {
  display: block;
  content: "";
  width: 200px;
  height: 3px;
  background-color: #ec1c24;
  margin: 0 auto;
}

.team h1 {
  margin-top: 0;
}
.team p {
  font-family: "roboto", sans-serif;
}
.team .opening-text {
  margin-bottom: 50px;
  font-family: "roboto", sans-serif;
  font-size: 18px;
}
.team .team-image {
  background-color: #f8f8f8;
  padding: 10px;
}
.team .lead {
  font-size: 18px;
}
.team .team-body h3, .team .team-body h6 {
  margin: 0;
}
.team .team-body h6 {
  margin-bottom: 30px;
  font-family: "roboto", sans-serif;
  font-size: 18px;
  color: #aaa;
  margin-top: 10px;
}
.team .team-member {
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;
  margin-top: 80px;
}
.team .team-member:after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: #ec1c24;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.team .team-member:last-child:after {
  display: none;
}
.team .social-left {
  font-size: 20px;
  margin: 20px 0;
}
.team .social-left a {
  margin: 0 5px;
}
.team .social {
  text-align: center;
}
.team .social .stats {
  margin-bottom: 20px;
}
.team .social .stats span {
  display: inline-block;
  text-align: center;
  padding: 0 15px;
  font-family: "roboto", sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
}
.team .social .stats span span {
  font-size: 12px;
  font-weight: 300;
}
.team .social .stats span:first-child {
  border-right: 3px solid #ec1c24;
}
.team .social a {
  font-size: 20px;
  margin: 0 5px;
}

.tipoff-header {
  background: url(../images/contact.jpg) no-repeat center center/cover;
  padding: 100px 0;
  margin-top: 63px;
}
.tipoff-header h1 {
  color: #fff;
  margin: 0;
  font-size: 42px;
}
.tipoff-header h3 {
  color: #fff;
  font-family: "roboto", sans-serif;
  font-size: 20px;
}

.tipoff-body {
  background-color: #fff;
}

.tipoff {
  text-align: center;
  padding: 50px 0;
}
.tipoff h2 {
  font-family: "roboto", sans-serif;
  margin-bottom: 0;
  margin-top: 0;
}
.tipoff .tipoff-method {
  list-style: none;
  text-align: center;
  padding: 20px 0 0;
}
.tipoff .tipoff-method li {
  display: inline-block;
}
.tipoff .tipoff-method input {
  display: none;
}
.tipoff .tipoff-method label {
  display: block;
  background-color: #ccc;
  padding: 20px 30px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  width: 300px;
}
.tipoff .tipoff-method input:checked + label {
  color: #fff;
  background: #ec1c24 url(../images/glow.png) top left/cover;
}

.tipoff-type {
  background-color: #f0f0f0;
  padding: 50px 0;
}
.tipoff-type h3 {
  font-family: "roboto", sans-serif;
  margin-bottom: 20px;
}
.tipoff-type .material-type input {
  display: none;
}
.tipoff-type .material-type label {
  display: inline-block;
  float: left;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 20px 20px 100px;
  cursor: pointer;
  font-size: 20px;
  font-family: "roboto", sans-serif;
}
.tipoff-type .material-type label span {
  font-weight: 300;
  font-size: 16px;
  font-family: "Georgia", serif;
  display: block;
  margin-top: 10px;
  color: #000;
}
.tipoff-type .material-type input:checked + label {
  background: #ec1c24 url(../images/glow.png) top left/cover;
  color: #fff;
}
.tipoff-type .material-type input:checked + label span {
  color: #fff;
}
.tipoff-type .how {
  margin-top: 50px;
}
.tipoff-type .stepper {
  margin-bottom: 50px;
}

.stepper {
  position: relative;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
.stepper li {
  display: flex;
  align-items: center;
  flex: 1;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  color: #999999;
}
.stepper li span {
  display: block;
  padding: 10px;
}
.stepper li .fa {
  margin-right: 10px;
}
.stepper li:not(:first-child)::before, .stepper li:not(:last-child)::after {
  content: "";
  position: relative;
  flex: 1;
  margin: 6px 0 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.stepper li.active {
  color: #ec1c24;
}

.feedheader {
  height: calc(100% + 70px);
}

.info-block {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 30px;
  font-size: 16px;
}
.info-block .btn-full {
  margin-top: 30px;
  display: inline-block;
}
.info-block .fa {
  color: #888;
  font-size: 40px;
}
.info-block h3 {
  margin-bottom: 30px;
}
.info-block h4 {
  font-family: "roboto", sans-serif;
  margin-top: 30px;
}
.info-block img {
  width: 40px;
  margin-right: 10px;
}
.info-block ul {
  list-style: none;
  padding-left: 0;
}
.info-block ul li span {
  display: inline-block;
}
.info-block ul li span + span {
  width: 80%;
}
.info-block ul li .bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  margin-right: 10px;
  vertical-align: top;
  margin-top: 7px;
}

.trending {
  background-color: #000;
  padding: 5px 0;
  font-family: "roboto", sans-serif;
  border-top: 2px solid #fff;
  font-size: 12px;
  margin-bottom: 30px;
  position: relative;
}
.trending ul {
  margin-bottom: 0;
  text-transform: uppercase;
  height: 17px;
  overflow: hidden;
  text-align: right;
}
.trending ul li:first-child {
  font-weight: 600;
  color: #535e64;
}
.trending ul li:nth-child(2) {
  font-weight: 600;
  color: #535e64;
}
.trending ul li {
  color: #fff;
  font-weight: 400;
}
.trending ul li a {
  color: #fff;
  margin-left: 10px;
}
.trending ul #dateDiv {
  font-weight: 600;
  margin-right: 30px;
}

#lightgallery {
  cursor: pointer;
}
#lightgallery img {
  width: 100%;
  height: auto;
  display: block;
}
#lightgallery div + div {
  display: none;
}

.lg-outer .lg-thumb-item img {
  width: auto;
}

.feed .feed-heading {
  font-family: "roboto", sans-serif;
  margin-bottom: 30px;
  font-weight: 300;
}
.feed .feed_item {
  background-color: #fff;
  height: 450px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.feed .feed_item .feed_link {
  display: block;
  height: 100%;
}
.feed .feed_item .feed_image {
  height: 200px;
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.feed .feed_item .feed_image img {
  width: 100%;
}
.feed .feed_item .feed_image .feed_grid {
  list-style: none;
  padding: 0;
  height: 100%;
}
.feed .feed_item .feed_image .feed_grid li {
  float: left;
  width: 50%;
  height: 50%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.feed .feed_item .feed_image .feed_grid li a {
  display: block;
  width: 100%;
  height: 100%;
}
.feed .feed_item .feed_image .feed_grid li:nth-child(1) {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.feed .feed_item .feed_image .feed_grid li:nth-child(2) {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.feed .feed_item .feed_image .feed_grid li:nth-child(3) {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.feed .feed_item .feed_image .feed_grid li:nth-child(4) {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}
.feed .feed_item .feed_title {
  padding: 0 25px;
  text-align: center;
}
.feed .feed_item .feed_title h1 {
  font-weight: 300;
  letter-spacing: 0.2px;
  font-family: "Georgia", serif;
  font-size: 21px;
  line-height: 23px;
  color: #000;
}
.feed .feed_item .feed_title h4 {
  color: #ec1c24;
  font-weight: 600;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "roboto", sans-serif;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.feed .feed_item .feed_details {
  padding: 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #f0f0f0;
  color: #999999;
  font-family: "roboto", sans-serif;
  right: 0;
  font-size: 12px;
  max-height: 40px;
  overflow: hidden;
}
.feed .feed_item .feed_details .author {
  overflow: hidden;
  height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #535e64;
}
.feed .feed_item .feed_details .date {
  font-size: 11px;
  padding-left: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.feed .feed_item .feed_hover {
  position: absolute;
  bottom: -55px;
  background: #fff;
  width: 100%;
  padding: 15px;
  border-top: 1px solid #f0f0f0;
  transition: all 0.2s ease-out;
  right: 0;
}
.feed .feed_item .feed_hover .fa {
  color: #000;
  font-size: 18px;
}
.feed .feed_item .feed_hover .fa-bookmark {
  color: #ec1c24;
}
.feed .feed_item .feed_hover a {
  margin: 0 5px;
  color: #000;
  font-family: "roboto", sans-serif;
  line-height: 24px;
}
.feed .feed_item .feed_hover a:first-child {
  margin-left: 0;
}
.feed .feed_item .feed_hover .social a {
  display: inline-block;
  height: 24px;
  width: 24px;
  text-align: center;
  border-radius: 50%;
}
.feed .feed_item .feed_hover .social a .fa {
  line-height: 24px;
  color: #fff;
  font-size: 14px;
}
.feed .feed_item .feed_hover .social .tw {
  background-color: #55acee;
}
.feed .feed_item .feed_hover .social .in {
  background-color: #0077b5;
}
.feed .feed_item .feed_hover .social .fb {
  background-color: #3b5998;
}
.feed .feed_item:hover .feed_hover {
  bottom: 0;
}
.feed .feed_fullwidth .feed_image_padding, .feed .feed_zapiro .feed_image_padding {
  padding-right: 0;
}
.feed .feed_fullwidth .feed_image, .feed .feed_zapiro .feed_image {
  height: 480px;
}
.feed .feed_fullwidth .feed_title, .feed .feed_zapiro .feed_title {
  padding: 0 30px;
  max-width: 100%;
}
.feed .feed_fullwidth .feed_title h4, .feed .feed_zapiro .feed_title h4 {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 500;
}
.feed .feed_fullwidth .feed_title h1, .feed .feed_zapiro .feed_title h1 {
  margin: 50px 0;
  line-height: initial;
  font-size: 28px;
}
.feed .feed_fullwidth .feed_title h5, .feed .feed_zapiro .feed_title h5 {
  color: #535e64;
  font-family: "roboto", sans-serif;
  font-weight: 300;
}
.feed .feed_fullwidth .feed_fullwidth_centered, .feed .feed_zapiro .feed_fullwidth_centered {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
}
.feed .feed_fullwidth .blackoverlay, .feed .feed_zapiro .blackoverlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
  /* IE6-9 */
}
.feed .feed_wide {
  background: no-repeat center;
  background-size: cover;
}
.feed .feed_wide .feed_image {
  display: none;
}
.feed .feed_wide .feed_title {
  text-align: left;
  position: absolute;
  bottom: 24px;
  padding: 0 30px;
}
.feed .feed_wide .feed_title h1 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 28px;
}
.feed .feed_wide .feed_title h4 {
  background-color: #ec1c24;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  margin: 0;
}
.feed .feed_wide .feed_title h5 {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 5px;
  font-family: "roboto", sans-serif;
}
.feed .feed_wide .feed_title h5 .date {
  font-size: 13px;
}
.feed .feed_wide .blackoverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.85) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
  /* IE6-9 */
}
.feed .feed_wide .feed_hover {
  width: 100%;
}
.feed .streak {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 10px;
  font-family: "roboto", sans-serif;
}
.feed .streak img {
  height: 35px;
}
.feed .streak p {
  margin: 0;
  font-size: 17px;
}
.feed .streak span {
  color: #ec1c24;
  font-weight: 600;
  margin-right: 10px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
.top-ad {
  padding-bottom: 30px;
}
.top-ad img {
  width: 100%;
  height: auto;
}

.article-template .article .container, .single .article .container {
  width: 100%;
  margin: auto;
  max-width: 1090px;
}

.article {
  padding: 10px 0 50px;
  font-size: 18px !important;
  line-height: 1.5;
  background-color: #fff;
  font-family: "Georgia", serif !important;
}
@media (max-width: 425px) {
  .article {
    padding: 0 0 50px;
  }
}
.article .article .col-left .date h4, .article .article .col-sm-offset-1 .date h4 {
  margin-left: 0;
  margin-bottom: 20px;
  margin-top: 50px;
}
.article .article .col-left .save-for-later, .article .article .col-left .follow-author, .article .article .col-sm-offset-1 .save-for-later, .article .article .col-sm-offset-1 .follow-author {
  color: #535e64;
}
.article .article .col-left .save-for-later a, .article .article .col-left .save-for-later p, .article .article .col-left .follow-author a, .article .article .col-left .follow-author p, .article .article .col-sm-offset-1 .save-for-later a, .article .article .col-sm-offset-1 .save-for-later p, .article .article .col-sm-offset-1 .follow-author a, .article .article .col-sm-offset-1 .follow-author p {
  font-family: "roboto", sans-serif;
  font-size: 12px;
}
.article .article .col-left .save-for-later a, .article .article .col-left .follow-author a, .article .article .col-sm-offset-1 .save-for-later a, .article .article .col-sm-offset-1 .follow-author a {
  margin: 0 1px;
}
.article .article .col-left .save-for-later .read-later, .article .article .col-left .save-for-later .follow, .article .article .col-left .follow-author .read-later, .article .article .col-left .follow-author .follow, .article .article .col-sm-offset-1 .save-for-later .read-later, .article .article .col-sm-offset-1 .save-for-later .follow, .article .article .col-sm-offset-1 .follow-author .read-later, .article .article .col-sm-offset-1 .follow-author .follow {
  padding: 5px;
  color: #535e64;
  border: 1px solid;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
  width: 100% !important;
  font-size: 14px;
}
.article .article .col-left .save-for-later .read-later .fa, .article .article .col-left .save-for-later .follow .fa, .article .article .col-left .follow-author .read-later .fa, .article .article .col-left .follow-author .follow .fa, .article .article .col-sm-offset-1 .save-for-later .read-later .fa, .article .article .col-sm-offset-1 .save-for-later .follow .fa, .article .article .col-sm-offset-1 .follow-author .read-later .fa, .article .article .col-sm-offset-1 .follow-author .follow .fa {
  color: #ec1c24;
}
.article .article .col-left .save-for-later .read-later:hover, .article .article .col-left .save-for-later .follow:hover, .article .article .col-left .follow-author .read-later:hover, .article .article .col-left .follow-author .follow:hover, .article .article .col-sm-offset-1 .save-for-later .read-later:hover, .article .article .col-sm-offset-1 .save-for-later .follow:hover, .article .article .col-sm-offset-1 .follow-author .read-later:hover, .article .article .col-sm-offset-1 .follow-author .follow:hover {
  color: #ec1c24;
}
.article .wp-caption-text {
  font-size: 13px;
  font-style: italic;
}
.article .wp-caption-text:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f030";
  padding-right: 5px;
}
.article p {
  margin-bottom: 15px;
}
.article p span {
  font-weight: 300 !important;
  font-size: 18px !important;
}
.article blockquote {
  font-family: "Georgia", serif;
  font-style: italic;
  color: #777;
  font-size: 20px;
  border-left: 5px solid #000;
  text-align: left;
}
.article blockquote.left {
  float: left;
  margin: 10px 0 20px -10px;
  padding-right: 50px;
  width: 300px;
  padding-left: 0;
}
.article blockquote.right {
  float: right;
  margin: 10px -70px 20px 0;
  padding-left: 50px;
  width: 350px;
}
.article blockquote.center {
  width: auto;
  text-align: center;
}
.article .first-paragraph {
  font-size: 18px;
  line-height: 27px;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  min-height: 115px;
  width: 100%;
  overflow: hidden;
}
.article .first-paragraph.paragraph-trimmed {
  min-height: 80px;
}
.article .last-paragraph, .article .image-caption {
  font-size: 13px;
  font-style: italic;
}
.article .image-caption {
  padding-top: 0;
  padding-bottom: 15px;
  color: #535e64;
  overflow: hidden;
  display: block;
}
.article .image-caption .morelink, .article .image-caption .morelink:hover {
  text-decoration: none;
  outline: none;
  color: #ec1c24;
  font-size: 13px;
}
.article .article-image {
  margin: 0 0 10px;
}
.article .article-share .share-icon, .article .article-share .btn-facebook, .article .article-share .btn-twitter, .article .article-share .btn-linkin {
  opacity: 1;
  color: #fff;
  height: 30px;
  display: inline-block;
  text-align: center;
  padding-left: 10px;
  border-radius: 3px;
}
.article .article-share .share-icon .fa, .article .article-share .btn-facebook .fa, .article .article-share .btn-twitter .fa, .article .article-share .btn-linkin .fa {
  line-height: 30px;
}
.article .article-share .share-icon span, .article .article-share .btn-facebook span, .article .article-share .btn-twitter span, .article .article-share .btn-linkin span {
  font-family: "roboto", sans-serif;
  padding-left: 5px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
}
.article .article-share .share-icon {
  background-color: #2b2b2b;
  line-height: 30px;
  width: 30px;
  padding-left: 0;
}
.article .article-tags {
  margin-top: 30px;
  margin-left: 5px;
}
.article .article-tags li {
  background-color: transparent;
  color: #000;
  font-size: 12px;
  font-family: "roboto", sans-serif;
  border-radius: 3px;
  padding: 3px 6px;
  border: 1px solid #ec1c24;
  cursor: pointer;
  margin-right: 5px;
}
.article .social-container {
  position: relative;
}
.article .date h4 {
  color: #000;
  font-family: "roboto", sans-serif;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 50px;
}
.article .special-feature-article {
  padding: 0 120px;
}
.article .special-feature-article .article-image-container {
  margin: 0 -120px;
}
.article .special-feature-article .article-image-container .article-image {
  margin: auto;
  width: 100%;
}
.article .dm_add {
  text-align: center;
  margin: 0 auto 20px;
}

.side-ad .dm_add {
  margin: 0 auto 20px;
}

.opionista-header {
  background: #000 url(../images/opinion-bg.jpg) no-repeat center center/cover;
  padding: 150px 0 40px;
}
.opionista-header h4 {
  font-family: "roboto", sans-serif;
  color: #fff;
  margin-left: 50px;
}
.opionista-header h4 span.red {
  background: #ec1c24;
  color: #fff;
  padding: 5px;
  text-transform: uppercase;
  font-size: 12px;
}
.opionista-header h1 {
  color: #fff;
  margin-bottom: 0;
  margin-left: 50px;
  font-size: 36px;
}

.special-feature {
  margin-top: 20px;
}
.special-feature .profile {
  margin: 0;
  float: left;
}
.special-feature h4 {
  padding-top: 20px;
  padding-left: 120px;
}
.special-feature .author-links {
  padding-left: 120px;
}

.article-image-container {
  position: relative;
}
.article-image-container .lightgallery-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  pointer-events: none;
  cursor: pointer;
}

.side-bar {
  position: static;
}
.side-bar .side-ad.scroll-to-fixed-fixed {
  margin-top: 30px;
}

.article-body-small .article .col-left .date h4, .article-body-small .article .col-sm-offset-1 h4 {
  margin-top: 10px;
}

.breadcrumb {
  padding: 0;
  background-color: transparent;
  font-family: "roboto", sans-serif;
  font-weight: 400;
}

.social-box {
  text-align: center;
  margin-bottom: 20px;
  padding: 15px 0 15px;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  margin-top: 25px;
}
.social-box h5 {
  margin-bottom: 20px;
}
.social-box a {
  margin: 0 5px;
}

.image-box {
  text-align: center;
  padding: 10px 0 50px;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  margin-bottom: 60px;
}
.image-box h5 {
  margin-bottom: 20px;
}

.btn-facebook {
  background-color: #3b5998 !important;
}

.btn-twitter {
  background-color: #55acee !important;
}

.btn-linkin {
  background-color: #0077b5 !important;
}

.btn-gallery {
  display: block;
  padding: 15px;
  text-align: center;
  font-family: "roboto", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
  transition: all 0.2s linear;
  border-radius: 3px;
  border: 1px solid #000;
}

.btn-gallery:hover {
  background-color: black;
  color: #fff;
}

.article-body .btn-gallery {
  margin-top: 30px;
}

.categories-sublinks {
  background-color: #fff;
}
.categories-sublinks ul {
  margin-bottom: 0;
  padding: 15px 0;
  text-align: left;
}
.categories-sublinks ul li a {
  font-family: "roboto", sans-serif;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  font-size: 12px;
}
.categories-sublinks ul li.active a {
  color: #ec1c24;
  font-weight: 600;
}

.categories {
  padding: 30px 0 30px;
  background: #fff;
}
.categories .media-item {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-top: 15px;
}
.categories .media-item:last-child {
  border-bottom: none;
}
.categories .media {
  background-color: #fff;
  margin-bottom: 15px;
  min-height: 144px;
}
.categories .media .media-left {
  width: 30%;
  max-width: 300px;
  height: 200px;
  background: no-repeat center/cover;
}
.categories .media .media-body {
  padding: 20px 40px;
  position: relative;
}
.categories .media .media-body h4 {
  color: #ec1c24;
  font-family: "roboto", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.categories .media .media-body h1 {
  font-weight: 300;
  font-size: 26px;
  color: #000;
  margin-top: 10px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .categories .media .media-body h1 {
    height: 140px;
  }
}
.categories .media .media-body .author {
  position: absolute;
  bottom: 30px;
}
.categories .media .media-body .author h6 {
  font-family: "roboto", sans-serif;
  color: #535e64;
  margin: 0;
  display: inline;
  vertical-align: baseline;
  font-weight: 300;
}
.categories .media .media-body .author .date {
  margin-left: 5px;
  color: #535e64;
  font-size: 11px;
}
.categories .media .media-body .img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.categories .social {
  position: absolute;
  bottom: 27px;
  right: 20px;
}
.categories .social .fa {
  color: #000;
  font-size: 18px;
}
.categories .social .fa-bookmark {
  color: #ec1c24;
}
.categories .social a {
  margin-left: 5px;
  color: #000;
  font-family: "roboto", sans-serif;
  line-height: 24px;
  font-size: 12px;
}
.categories .social .share {
  display: inline-block;
  height: 24px;
  width: 24px;
  text-align: center;
  border-radius: 50%;
}
.categories .social .share .fa {
  line-height: 24px;
  color: #fff;
  font-size: 14px;
}
.categories .social .fb {
  background-color: #3b5998;
}
.categories .social .tw {
  background-color: #55acee;
}
.categories .social .in {
  background-color: #0077b5;
}
.categories.page-title {
  text-transform: uppercase;
}

.categories .social.pull-right {
  display: contents;
}
.categories .social.pull-right a {
  display: inline-block;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  text-align: center;
}
.categories .social.pull-right a .fa {
  line-height: 24px;
  color: white;
  font-size: 14px;
}

.btn-filter {
  background: transparent;
  font-family: "roboto", sans-serif;
  font-size: 12px;
  padding: 14px 12px;
  outline: none;
  color: #ec1c24;
  text-transform: uppercase;
  font-weight: 500;
}
.btn-filter:hover {
  color: #ec1c24;
}

.btn-filter ~ .dropdown-menu {
  background-color: white;
  margin-top: 0;
}
.btn-filter ~ .dropdown-menu .input-group {
  padding: 0 10px;
  margin-bottom: 10px;
}
.btn-filter ~ .dropdown-menu .input-group .form-control {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #333;
  border-radius: 0;
  padding: 0;
  font-family: "roboto", sans-serif;
  font-size: 12px;
  height: 36px;
}
.btn-filter ~ .dropdown-menu .input-group .input-group-btn {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #333;
}
.btn-filter ~ .dropdown-menu .input-group .input-group-btn .btn {
  background-color: transparent;
  padding-right: 5px;
}
.btn-filter ~ .dropdown-menu li a {
  text-transform: capitalize;
  padding: 5px 10px;
}
.btn-filter ~ .dropdown-menu li a:hover {
  color: #333;
  background-color: transparent;
}
.btn-filter ~ .dropdown-menu li:hover {
  background-color: #f0f0f0;
}

.section-header {
  background-color: #fff;
  padding: 20px;
  margin-top: 0;
  font-weight: 300;
  margin-bottom: 30px;
}

.nav-blackout {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
  top: 0;
}

.zapiro-navigation {
  padding-bottom: 25px;
  text-align: right;
}
.zapiro-navigation .zapiro-search {
  width: 200px;
  background-color: #fff;
  display: inline-block;
  padding: 5px 10px;
  height: 46px;
}
.zapiro-navigation .zapiro-search .btn-filter {
  width: 100%;
  text-align: left;
  height: 46px;
}
.zapiro-navigation .zapiro-search .btn-filter .caret {
  margin-top: 7px;
  position: absolute;
  right: 10px;
}
.zapiro-navigation .btn-full {
  margin-left: -5px;
  height: 46px;
  display: inline-block;
  background-color: #ec1c24;
  color: #fff;
  font-family: "roboto", sans-serif;
  font-size: 12px;
  padding: 15px 12px;
  outline: none;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  min-width: 36px;
}
.zapiro-navigation .btn-full + .btn-full {
  margin-left: 10px;
  margin-top: 0;
}

.zapiro-links {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.zapiro-links .btn-full {
  display: inline-block;
  width: 260px;
  text-align: center;
}
.zapiro-links .btn-full:hover {
  color: #fff;
}

@media (min-width: 769px) and (max-width: 1199px) {
  .slider-container .zapiro-navigation .zapiro-search {
    width: calc(100% - 186px);
  }
}
@media (max-width: 768px) {
  .slider-container .page-subtitle {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .slider-container .zapiro-navigation .zapiro-search {
    width: calc(100% - 84px);
  }
}
.btn-full {
  height: 46px;
  background-color: #ec1c24;
  color: #fff;
  font-family: "roboto", sans-serif;
  font-size: 12px;
  padding: 14px 12px;
  outline: none;
  text-transform: uppercase;
  font-weight: 500;
}
.btn-full:hover, .btn-full:active, .btn-full:focus {
  color: #fff;
}

.btn-window {
  height: 46px;
  border: 1px solid #000;
  color: #000;
  font-family: "roboto", sans-serif;
  font-size: 12px;
  padding: 14px 12px;
  outline: none;
  text-transform: uppercase;
  font-weight: 500;
}
.btn-window:hover, .btn-window:active, .btn-window:focus {
  color: #000;
}
.btn-window .btn-load {
  display: block;
  max-width: 200px;
  margin: 0 auto 60px;
}
.btn-window.btn-white {
  border-color: #fff !important;
  color: #fff !important;
}
.btn-window.btn-white:hover, .btn-window.btn-white:active, .btn-window.btn-white:focus {
  color: #fff;
}

.footer {
  background-color: #2b2b2b;
  padding: 0 0 30px;
}
.footer h4, .footer h3 {
  color: #fff;
  margin-top: 0;
  font-family: "Georgia", serif;
  font-weight: 300;
  margin-bottom: 20px;
}
.footer a {
  color: #fff;
  font-family: "roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.footer a:hover {
  color: #fff;
}
.footer ul {
  padding: 0;
  margin: 0;
}
.footer ul li {
  padding: 4px 0;
  transition: all 0.2s linear;
  list-style: none;
}
.footer ul li:first-child {
  padding-top: 0;
}
.footer ul li a {
  display: block;
}
.footer ul li:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.footer .rss-feed {
  margin-left: 17px;
  display: inline-block;
  padding: 8px 12px;
  height: auto;
}
.footer .social-links li {
  padding: 0;
}
.footer .social-links li:hover {
  background-color: transparent;
}
.footer .social-links a {
  font-size: 24px;
}
.footer .stay-up-to-date {
  text-align: right;
}

.copyright {
  background-color: #000;
  color: #b0bec5;
  padding: 10px 0;
}
.copyright p {
  font-family: "roboto", sans-serif;
  margin-bottom: 0;
}

.register-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.special-feature-header {
  padding: 170px 0;
  text-align: center;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.special-feature-header .blackoverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
}
.special-feature-header .container {
  position: relative;
}
.special-feature-header h1 {
  color: #fff;
}
.special-feature-header h4 {
  color: #fff;
  font-weight: 600;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "roboto", sans-serif;
  margin-bottom: 0;
}
.special-feature-header h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.middle-title {
  border-bottom: 2px solid #ec1c24;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 30px;
}

.list {
  margin-bottom: 50px;
}
.list .media {
  background: none;
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.list .media .media-left img {
  width: 50px;
  height: auto;
}
.list .media .media-body {
  padding: 0;
}
.list .media .media-body span {
  display: block;
  font-size: 12px;
}

.trending-title {
  background: #fff;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.trending-title .fa {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 25px;
}

.btn-view {
  font-family: "roboto", sans-serif;
  font-weight: 700;
}

.announcements {
  padding: 50px 0;
}
.announcements h1 {
  margin-bottom: 30px;
  font-family: "roboto", sans-serif;
}
.announcements .media-left img {
  width: 320px;
}
.announcements .media-item {
  position: relative;
}
.announcements .media {
  background-color: #fff;
  margin-bottom: 30px;
}
.announcements .media .media-body {
  padding: 30px;
  position: relative;
}
.announcements .media .media-body h4 {
  color: #ec1c24;
  font-family: "roboto", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.announcements .media .media-body h1 {
  font-weight: 300;
  font-size: 26px;
  color: #000;
  margin-top: 10px;
  line-height: 1.3;
}
.announcements .media .media-body p {
  margin-bottom: 20px;
  font-family: "roboto", sans-serif;
}
.announcements .media .media-body ul {
  line-height: 28px;
  font-family: "roboto", sans-serif;
}
.announcements .media .media-body ul li:first-child {
  font-weight: 500;
}
.announcements .media .media-body .event-details {
  padding-bottom: 20px;
}
.announcements .media .media-body .author {
  position: absolute;
  bottom: 30px;
}
.announcements .media .media-body .author h6 {
  font-family: "roboto", sans-serif;
  color: #000;
  margin: 0;
  display: inline;
  vertical-align: baseline;
}
.announcements .media .media-body .author .date {
  margin-left: 5px;
  color: #535e64;
  font-family: "roboto", sans-serif;
}
.announcements .media .media-body .date {
  font-family: "roboto", sans-serif;
}
.announcements .social .fa {
  color: #000;
  font-size: 18px;
}
.announcements .social .fa-bookmark {
  color: #ec1c24;
}
.announcements .social a {
  margin-left: 5px;
  color: #000;
  font-family: "roboto", sans-serif;
  line-height: 24px;
  font-size: 12px;
}
.announcements .social .share {
  display: inline-block;
  height: 24px;
  width: 24px;
  text-align: center;
  border-radius: 50%;
}
.announcements .social .share .fa {
  line-height: 24px;
  color: #fff;
  font-size: 14px;
}
.announcements .social .fb {
  background-color: #3b5998;
}
.announcements .social .tw {
  background-color: #55acee;
}
.announcements .social .in {
  background-color: #0077b5;
}

.advertising {
  padding-bottom: 50px;
  padding-top: 50px;
  font-family: "roboto", sans-serif;
}
.advertising .title {
  margin-bottom: 30px;
}
.advertising .title h3 {
  margin-top: 100px;
}
.advertising .card {
  background-color: #fff;
  min-height: 500px;
  margin-bottom: 30px;
  font-size: 16px;
}
.advertising .card p {
  font-size: 16px;
}
.advertising .card .details {
  padding: 50px 50px 50px;
}
.advertising .card .details h3 {
  margin-top: 0;
}
.advertising .how-it-works {
  padding: 50px;
  min-height: auto;
  font-family: "roboto", sans-serif;
  font-size: 16px;
}
.advertising .how-it-works h2 {
  margin: 0 0 50px;
}
.advertising .how-it-works p {
  font-size: 16px;
}
.advertising .how-it-works .btn-red-border {
  display: inline-block;
  margin-top: 30px;
}

.advert-fullwidth, .landscape-advert {
  display: block;
  text-align: center;
  padding: 0 !important;
  width: 100% !important;
}

.contact, .newsletter {
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: "roboto", sans-serif;
}
.contact h1, .newsletter h1 {
  margin-bottom: 50px;
  font-size: 36px;
  font-family: "Georgia", serif;
}
.contact p, .newsletter p {
  font-family: "roboto", sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
}
.contact td, .newsletter td {
  font-family: "roboto", sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
}
.contact ul, .contact ol, .newsletter ul, .newsletter ol {
  font-family: "roboto", sans-serif;
  font-size: 16px;
}
.contact .btn-border, .newsletter .btn-border {
  margin-bottom: 10px;
}
.contact .card, .newsletter .card {
  background-color: #fff;
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.contact .card h1, .newsletter .card h1 {
  margin-top: 0;
  margin-bottom: 30px;
}
.contact .card input, .newsletter .card input {
  width: 100%;
  margin-bottom: 15px;
  font-weight: 300;
}
.contact .card .form-control, .newsletter .card .form-control {
  margin-bottom: 15px;
  border-radius: 0;
}
.contact .card textarea, .newsletter .card textarea {
  resize: none;
  min-height: 155px;
  border: none;
  border-bottom: 1px solid #000;
  color: #000;
  box-shadow: none;
  max-width: 100%;
  font-weight: 300;
}
.contact .card textarea:focus, .newsletter .card textarea:focus {
  outline: none;
  border-color: #ec1c24;
}
.contact .card .btn-inline, .newsletter .card .btn-inline {
  margin-top: 30px;
}

.plus-minus {
  position: absolute;
  right: 15px;
  bottom: 40px;
  --duration: .5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none !important;
  cursor: pointer;
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 240px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  border: 2px solid #ec1c24;
  background-size: 300% 300%;
  transition: transform 0.3s;
}
.plus-minus:before, .plus-minus:after {
  content: "";
  position: absolute;
  width: 15px;
  height: var(--height, 16px);
  left: 3px;
  top: var(--top, 3px);
  background: #ec1c24;
  animation: var(--name-icon-b, var(--name-icon, unchecked-icon)) var(--duration) ease forwards;
}
.plus-minus:before {
  clip-path: polygon(0 7px, 7px 7px, 7px 0, 9px 0, 9px 7px, 16px 7px, 16px 9px, 9px 9px, 9px 16px, 7px 16px, 7px 9px, 0 9px);
}
.plus-minus:after {
  --top: 4px;
  --background: #FAFBFF;
  --name-icon-b: var(--name-icon-a, checked-icon);
  clip-path: polygon(41% 44%, 88% 14%, 100% 31%, 76% 45%, 61% 55%, 37% 70%, 9% 35%, 26% 25%);
  background: #fff;
}
.plus-minus:active {
  --scale: .95;
}
.plus-minus:checked {
  --name: checked;
  --name-icon-b: checked-icon;
  --name-icon-a: unchecked-icon;
  background: #000 !important;
  border-color: #000;
}

@keyframes checked-icon {
  from {
    transform: translateZ(12px);
  }
  to {
    transform: translateX(16px) rotateY(90deg) translateZ(12px);
  }
}
@keyframes unchecked-icon {
  from {
    transform: translateX(-16px) rotateY(-90deg) translateZ(12px);
  }
  to {
    transform: translateZ(12px);
  }
}
@keyframes checked {
  from {
    background-image: radial-gradient(ellipse at center, #ec1c24 0%, #ec1c24 25%, #FAFBFF 25.1%, #FAFBFF 100%);
    background-position: 100% 50%;
  }
  to {
    background-image: radial-gradient(ellipse at center, #ec1c24 0%, #ec1c24 25%, #FAFBFF 25.1%, #FAFBFF 100%);
    background-position: 50% 50%;
  }
}
@keyframes unchecked {
  from {
    background-image: radial-gradient(ellipse at center, #FAFBFF 0%, #FAFBFF 25%, #ec1c24 25.1%, #ec1c24 100%);
    background-position: 100% 50%;
  }
  to {
    background-image: radial-gradient(ellipse at center, #FAFBFF 0%, #FAFBFF 25%, #ec1c24 25.1%, #ec1c24 100%);
    background-position: 50% 50%;
  }
}
.become-insider .inner {
  margin-top: 25px;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.become-insider .left {
  overflow: hidden;
  margin-bottom: 40px;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  padding-bottom: 25px;
  padding-top: 30px;
}
.become-insider .left img {
  float: left;
  margin-right: 25px;
  max-width: 88px;
  width: 100%;
}
.become-insider .left h2 {
  font-size: 35px;
  margin-top: 0;
  font-family: "Georgia", serif;
}
.become-insider .inner-container {
  box-shadow: 0 1px 2px #69696994;
  width: 100%;
  max-width: 580px;
  float: right;
  margin-top: 100px;
  padding-bottom: 30px !important;
}
@media (max-width: 768px) {
  .become-insider .inner-container {
    float: left;
    max-width: 100%;
    margin-top: 50px;
  }
}
.become-insider .inner-container h2 {
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 15px;
  font-family: "Georgia", serif;
}
.become-insider .inner-container ul li {
  list-style-type: square;
  font-size: 20px;
  font-family: "Helvetica", serif;
  padding-bottom: 10px;
}
.become-insider .inner-container ul li::marker {
  font-size: 35px;
  color: #ec1c24;
}
.become-insider .button-container {
  margin-top: 80px;
  padding-top: 20px;
}
.become-insider .button-container .btn-full:last-child {
  margin-right: 15px;
  background: transparent;
  border: 1px solid #000;
  color: #000;
}
.become-insider p {
  font-size: 17px;
}

.nav-tabs > li > a {
  color: #3333336b;
  text-align: center;
}

.page-template-template-newsletter-page .newsletter {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Newsletter Subscribe */
.newsletter {
  padding-top: 50px;
  margin-bottom: 40px;
  margin-top: 40px;
  /* This is under /about/newsletter */ }

.newsletter .form-fields {
  padding-top: 40px;
  width: 100%;
  text-align: center; }

.newsletter .form-fields input {
  width: 100%; }

.newsletter .form-fields .input-email {
  max-width: 300px; }

.newsletter .form-fields .input-name,
.newsletter .form-fields .input-surname {
  max-width: 220px; }

.newsletter .subscribe button.btn-full {
  float: none;
  position: relative;
  margin: 20px auto; }

.newsletter .subscribe .status #missing,
.newsletter .subscribe .status #error,
.newsletter .subscribe .status #success {
  display: none;
  padding: 20px 0; }

.newsletter .subscribe .status #actions {
  text-align: center; }

.newsletter .subscribe .dm_loader {
  left: 0; }

.newsletter .subscribe .heading h2 {
  line-height: 1.2em;
  font-size: 20px;
  border-bottom: none; }

.newsletter .container .heading h2 {
  text-align: center;
  width: 100%;
  max-width: 800px;
  border-bottom: 1px solid #ec1c24;
  line-height: 0.1em;
  margin: 10px auto 20px; }

.newsletter .container .heading h2 span {
  background: #fff;
  padding: 0 10px; }

.newsletter .inner {
  overflow: hidden;
  margin-bottom: 25px;
}
.newsletter .inner h4 {
  background: #8080801c;
  padding: 10px;
  margin-bottom: 0;
  font-weight: bold;
  font-family: "Helvetica", serif;
  border-bottom: 1px solid #e2e2e2;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .newsletter .inner h4 {
    margin-right: 0;
  }
}
.newsletter .inner span {
  font-family: "roboto", sans-serif;
}
.newsletter .media {
  overflow: visible;
  padding: 15px;
  height: 155px;
}
@media (max-width: 768px) {
  .newsletter .media {
    height: 200px;
  }
}
.newsletter .media-body {
  padding: 0 0 0 15px;
}
.newsletter .media-body span {
  font-weight: 200;
  font-family: "Helvetica", serif;
  color: #7f7e7f;
  display: block;
  font-size: 12px;
}
.newsletter .media-body p {
  font-size: 16px;
  height: 124px;
  font-family: "Georgia", serif;
  margin-bottom: 5px;
  line-height: 20px;
}
@media (max-width: 1024px) {
  .newsletter .media-body p {
    font-size: 13px;
  }
}
@media (max-width: 425px) {
  .newsletter .media-body p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .newsletter .media-body p {
    height: 160px;
  }
}
.newsletter .media-left {
  width: 100%;
  max-width: 92px;
  height: 92px;
  float: left;
  background: no-repeat;
  background-size: cover;
}
.newsletter .card input[type=checkbox] {
  width: auto;
}
.newsletter .subscribe, .newsletter .become-insider {
  display: block;
  overflow: hidden;
  background: white;
  padding: 0 5px 35px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 0 3px #69696994;
  margin-bottom: 50px;
}
.newsletter .subscribe label, .newsletter .become-insider label {
  background: #fff;
  margin-bottom: 25px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 1px 2px #69696994;
}
.newsletter .subscribe h3, .newsletter .become-insider h3 {
  padding: 0 0 15px;
  margin-top: 10px;
  font-family: "Georgia", serif;
}
.newsletter .subscribe h3 span, .newsletter .become-insider h3 span {
  font-family: "Georgia", serif;
}
.newsletter .btn-full {
  height: 40px;
  float: right;
  max-width: 200px;
  width: 100%;
  background: #000;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  text-transform: initial;
  padding: 10px 5px;
}
@media (max-width: 455px) {
  .newsletter .btn-full {
    max-width: 130px;
  }
}
.newsletter .btn-full:hover {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}
.newsletter nav.top-logo {
  border: 1px solid #ccc;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.newsletter nav.top-logo img.img-responsive {
  height: 50px;
}
.newsletter .inner.container {
  margin-top: 25px;
}
.newsletter .hr {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 24px;
}
.newsletter .subscribe .block:nth-child(2) .media-left {
  background-image: url("../images/newsletter-images/signup-first-thing.jpg");
}
.newsletter .subscribe .block:nth-child(2) p:after {
  content: "Quality cant be automated. Sign up to our free, flagship First Thing newsletter. Written for humans, by humans.";
}
.newsletter .subscribe .block:nth-child(3) .media-left {
  background-image: url("../images/newsletter-images/signup-afternoon-thing.jpg");
}
.newsletter .subscribe .block:nth-child(3) p:after {
  content: "Catch up on everything you may have missed while you were working. Get our Afternoon newsletter delivered to your inbox for free.";
}
.newsletter .subscribe .block:nth-child(4) .media-left {
  background-image: url("../images/newsletter-images/signup-cartoon-thing.jpg");
}
.newsletter .subscribe .block:nth-child(4) p:after {
  content: "Cut through the inbox overload with a little humour from our award-winning cartoonists. Straight to you for free.";
}
.newsletter .subscribe .block:nth-child(5) .media-left {
  background-image: url("../images/newsletter-images/signup-business-maverick.jpg");
}
.newsletter .subscribe .block:nth-child(5) p:after {
  content: "Get the best business minds directly in your inbox every morning. There's no such thing as a free lunch but there is a free newsletter - and it's brought to you by Business Maverick.";
}
.newsletter .subscribe .block:nth-child(6) .media-left {
  background-image: url("../images/newsletter-images/signup-life.jpg");
}
.newsletter .subscribe .block:nth-child(6) p:after {
  content: "From arts to food, fashion, travel and lifestyle, get the latest in culture and all things life and living direct to your inbox every week.";
}
.newsletter .subscribe .block:nth-child(7) .media-left {
  background-image: url("../images/newsletter-images/signup-citizen.jpg");
}
.newsletter .subscribe .block:nth-child(7) p:after {
  content: "Keep your finger on the pulse of the most pressing causes in South African civil society with our weekly newsletter.";
}
.newsletter .subscribe .block:nth-child(8) .media-left {
  background-image: url("../images/newsletter-images/signup-sports.jpg");
}
.newsletter .subscribe .block:nth-child(8) p:after {
  content: "Kick Monday morning to the back of the net and spend it reading Maverick Sports instead. What else is Monday good for?";
}
.newsletter .subscribe .block:nth-child(9) .media-left {
  background-image: url("../images/newsletter-images/signup-fgiffood.jpg");
}
.newsletter .subscribe .block:nth-child(9) p:after {
  content: "Allow TGIF to be your new sous chef as you bring great recipes and food stories to life - straight from your inbox to the kitchen. Free every Friday.";
}
.newsletter .subscribe .block:nth-child(10) .media-left {
  background-image: url("../images/newsletter-images/signup-coronavirus.jpg");
}
.newsletter .subscribe .block:nth-child(10) p:after {
  content: "Cut through the noise and get the facts straight from the experts (you're not an expert, Facebook Karen). Sign up to the Coronavirus newsletter for free.";
}
.newsletter .subscribe .block:nth-child(11) .media-left {
  background-image: url("../images/newsletter-images/signup-young.jpg");
}
.newsletter .subscribe .block:nth-child(11) p:after {
  content: "Get your monthly roundup of stories by and about the next generation of Maverick South Africans.";
}
.newsletter .subscribe .block:nth-child(12) .media-left {
  background-image: url("../images/newsletter-images/signup-obp.jpeg");
}
.newsletter .subscribe .block:nth-child(12) p:after {
  content: "Weekly reporting on every aspect of climate change. It's not all doom and gloom, and we're here to show you how to help fight back.";
}
.newsletter .subscribe .block:nth-child(13) .media-left {
  background-image: url("../images/newsletter-images/signup-sme.jpg");
}
.newsletter .subscribe .block:nth-child(13) p:after {
  content: "The small business Swiss Army Knife. Delivered every Thursday before noon, SME expert Nic Haralambous guides you through the treacherous, but rewarding, waters of small business and entrepreneurship.";
}
.newsletter .subscribe .block:nth-child(14) .media-left {
  background-image: url("../images/newsletter-images/signup-judith-prudence.jpg");
}
.newsletter .subscribe .block:nth-child(14) p:after {
  content: "Legal Eagle Judith February rounds up all your essential reading in her dedicated, free newsletter. Sign up and keep up.";
}
.newsletter .subscribe .block:nth-child(15) .media-left {
  background-image: url("../images/newsletter-images/signup-webinar.jpg");
}
.newsletter .subscribe .block:nth-child(15) p:after {
  content: "Never miss an event. Sign up to our webinar newsletter and be updated with what's coming next in live journalism. Newsletter is free, event is free. What's not to love?";
}
.newsletter .subscribe .block:nth-child(16) .media-left {
  background-image: url("../images/newsletter-images/signup-weekend.jpg");
}
.newsletter .subscribe .block:nth-child(16) p:after {
  content: "Missed the newspaper? Get the digital highlights every Sunday afternoon, straight into your inbox";
}
.newsletter .subscribe .block:nth-child(17) .media-left {
  background-image: url("../images/newsletter-images/signup-weekend.jpg");
}
.newsletter .subscribe .block:nth-child(17) p:after {
  content: "Stay up to date with a letter from our editor, every Friday. What's in the newspaper and where to find it";
}
.newsletter .subscribe .block p:after {
  font-size: 12px;
  display: inline-block;
  margin-top: 10px;
  font-weight: 100;
  color: #7F7E7F;
  letter-spacing: 0.14px;
  line-height: 17px;
  font-family: "Helvetica", serif;
  padding-right: 20px;
  width: 100%;
}

.login .newsletter .subscribe .block:nth-child(6) .media-left {
  background-image: url("../images/newsletter-images/signup-business-maverick.jpg") !important;
}
.login .newsletter .subscribe .block:nth-child(6) p:after {
  content: "Get the best business minds directly in your inbox every morning. There's no such thing as a free lunch but there is a free newsletter - and it's brought to you by Business Maverick.";
}
.login .newsletter .subscribe .block:nth-child(7) .media-left {
  background-image: url("../images/newsletter-images/signup-life.jpg");
}
.login .newsletter .subscribe .block:nth-child(7) p:after {
  content: "From arts to food, fashion, travel and lifestyle, get the latest in culture and all things life and living direct to your inbox every week.";
}
.login .newsletter .subscribe .block:nth-child(8) .media-left {
  background-image: url("../images/newsletter-images/signup-citizen.jpg");
}
.login .newsletter .subscribe .block:nth-child(8) p:after {
  content: "Keep your finger on the pulse of the most pressing causes in South African civil society with our weekly newsletter.";
}
.login .newsletter .subscribe .block:nth-child(9) .media-left {
  background-image: url("../images/newsletter-images/signup-sports.jpg");
}
.login .newsletter .subscribe .block:nth-child(9) p:after {
  content: "Kick Monday morning to the back of the net and spend it reading Maverick Sports instead. What else is Monday good for?";
}
.login .newsletter .subscribe .block:nth-child(10) .media-left {
  background-image: url("../images/newsletter-images/signup-fgiffood.jpg");
}
.login .newsletter .subscribe .block:nth-child(10) p:after {
  content: "Allow TGIF to be your new sous chef as you bring great recipes and food stories to life - straight from your inbox to the kitchen. Free every Friday.";
}
.login .newsletter .subscribe .block:nth-child(11) .media-left {
  background-image: url("../images/newsletter-images/signup-young.jpg");
}
.login .newsletter .subscribe .block:nth-child(11) p:after {
  content: "Cut through the noise and get the facts straight from the experts (you're not an expert, Facebook Karen). Sign up to the Coronavirus newsletter for free.";
}

.btn-inline {
  display: inline-block;
  margin-bottom: 0;
}

.sliver {
  padding: 100px 0;
  color: #fff;
  background-size: cover;
  background-position: center center;
}

.page-template-template-section-page .categories .media .media-body h1, .search-results .categories .media .media-body h1 {
  font-size: 22px;
  padding-bottom: 10px;
}

.opinionistas-search {
  width: 274px;
  overflow-y: auto;
  max-height: 500px;
  overflow-x: hidden;
}
.opinionistas-search > li {
  height: 27px;
}

@media (max-width: 767px) {
  .footer .footer-logo {
    width: 100%;
    height: auto;
  }
  .footer .inner-container {
    padding: 30px 0 0;
  }
  .footer h4, .footer h3 {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    font-size: 20px;
  }
  .footer h4:focus, .footer h3:focus {
    outline: none;
    color: #ec1c24;
  }
  .footer ul {
    padding-left: 0;
  }
  .footer ul li {
    padding: 6px 0;
  }
  .footer ul li:last-child {
    margin-bottom: 15px;
  }
  .footer .stay-up-to-date {
    text-align: center !important;
  }

  .material-type .row-eq-height {
    display: block;
  }

  .tipoff-type .stepper {
    display: block;
  }
  .tipoff-type .stepper li::before, .tipoff-type .stepper li::after {
    content: "";
    position: relative;
    flex: 1;
    margin: 6px 0 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
  }

  .col-left.col-xs-12 {
    width: 100%;
  }

  .col-right {
    min-width: auto;
  }

  .nav-darken .navbar-header {
    opacity: 0.4;
  }
  .nav-darken.nav_scroll {
    background-color: #000;
  }

  .main-nav {
    position: fixed;
    max-width: 75%;
    width: 300px;
    right: -300px;
    background-color: #fff;
    margin: 0;
    top: 0;
    height: 100%;
    transition: 0.3s all ease-out;
    overflow-y: scroll;
    overflow: -moz-scrollbars-none;
    min-width: 290px;
  }
  .main-nav .input-group {
    display: table !important;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .main-nav .input-group .form-control {
    border: none;
    border-radius: 0;
    font-family: "roboto", sans-serif;
    height: 44px;
  }
  .main-nav .input-group .input-group-btn {
    background-color: #fff;
  }
  .main-nav .input-group .btn {
    border: none;
    border-radius: 0;
    background-color: transparent;
  }
  .main-nav::-webkit-scrollbar {
    display: none;
  }
  .main-nav .close-icons {
    color: #000;
  }

  .main-expanded {
    right: 0;
  }

  .newsheader, .articleheader {
    height: 60%;
    min-height: 300px;
  }
  .newsheader .titles, .articleheader .titles {
    width: 90%;
  }
  .newsheader .titles h1, .articleheader .titles h1 {
    padding-right: 20px;
    font-size: 22px;
    width: 100%;
  }
  .newsheader .titles h3, .articleheader .titles h3 {
    font-size: 16px;
    padding-left: 0;
  }
  .newsheader .titles h4, .newsheader .titles h6, .articleheader .titles h4, .articleheader .titles h6 {
    font-size: 0.8em;
  }
  .newsheader .titles .caption-container, .articleheader .titles .caption-container {
    margin-top: 10px;
  }
  .newsheader .titles .caption-container h5, .articleheader .titles .caption-container h5 {
    margin: 0 0 10px;
    font-size: 14px;
  }
  .newsheader .titles .caption-button, .articleheader .titles .caption-button {
    display: block;
    margin-left: 0;
  }
  .newsheader .titles .caption-button .mobile-text, .articleheader .titles .caption-button .mobile-text {
    display: inline;
    font-weight: 300;
    font-size: 14px;
  }

  .signin-sliver {
    padding-left: 12px;
    padding-right: 12px;
  }

  .articleheader .titles {
    width: 100%;
    padding: 0;
  }

  .noheaderimage .titles {
    padding: 0;
    width: 100%;
  }
  .noheaderimage .titles h1 {
    font-size: 2.8em;
  }
  .noheaderimage .titles h4 {
    font-size: 18px;
  }

  .trending ul {
    text-align: left;
    height: auto;
  }
  .trending ul #dateDiv {
    display: none;
  }
  .trending ul li a {
    margin-left: 0;
  }

  .feed .feed_item {
    height: 170px;
  }
  .feed .feed_item .feed_link {
    display: flex;
  }
  .feed .feed_item .feed_link .feed_image {
    width: 170px;
    /* For old syntax, otherwise collapses. */
    flex: 0 0 170px;
    height: auto;
  }
  .feed .feed_item .feed_link .feed_title {
    text-align: left;
    width: 100%;
    /* For old syntax, otherwise collapses. */
    flex: 2;
  }
  .feed .feed_item .feed_link .feed_details {
    border-top: 0;
    padding: 0 20px 0 20px;
    bottom: 5px;
    width: calc(100% - 170px);
  }
  .feed .feed_item .feed_link .feed_details .author {
    height: 20px;
    font-size: 14px;
  }
  .feed .feed_item .feed_link .feed_title h1 {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.1;
  }
  .feed .feed_item .feed_link .feed_title h4 {
    margin-bottom: 5px;
  }
  .feed .feed_item .feed_hover {
    display: none;
  }
  .feed .strip_item {
    height: auto;
    padding: 20px 0;
  }
  .feed .strip_item .feed_link {
    display: block;
  }
  .feed .strip_item .feed_link .feed_title {
    padding: 0;
  }
  .feed .strip_item .feed_link .feed_title h4 {
    margin-top: 0;
  }
  .feed .strip_item .feed_link .feed_details {
    width: 100%;
    position: static;
    padding: 0;
  }
  .feed .feed_fullwidth, .feed .feed_zapiro {
    height: auto;
    padding: 20px;
  }
  .feed .feed_fullwidth .row, .feed .feed_zapiro .row {
    margin: 0;
    display: table;
    width: 100%;
  }
  .feed .feed_fullwidth .feed_image_padding, .feed .feed_zapiro .feed_image_padding {
    padding: 0;
    display: table-footer-group;
    float: none;
  }
  .feed .feed_fullwidth .feed_image_padding .feed_link, .feed .feed_zapiro .feed_image_padding .feed_link {
    display: block;
  }
  .feed .feed_fullwidth .feed_image_padding .feed_image, .feed .feed_zapiro .feed_image_padding .feed_image {
    height: 200px;
    width: 100%;
  }
  .feed .feed_fullwidth .feed_title_padding, .feed .feed_zapiro .feed_title_padding {
    position: static;
    padding: 0;
    top: auto;
    display: table-header-group;
  }
  .feed .feed_fullwidth .feed_title_padding .feed_title, .feed .feed_zapiro .feed_title_padding .feed_title {
    padding: 0;
    text-align: left;
    margin-top: 0;
  }
  .feed .feed_fullwidth .feed_title_padding .feed_title h4, .feed .feed_zapiro .feed_title_padding .feed_title h4 {
    color: #ec1c24;
    display: inline-block;
    padding: 0;
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: 600;
  }
  .feed .feed_fullwidth .feed_title_padding .feed_title h1, .feed .feed_zapiro .feed_title_padding .feed_title h1 {
    font-size: 18px !important;
    line-height: 20px;
    margin: 0;
  }
  .feed .feed_fullwidth .feed_title_padding .feed_title h5, .feed .feed_zapiro .feed_title_padding .feed_title h5 {
    color: #535e64;
    font-size: 14px;
  }
  .feed .feed_fullwidth .feed_title_padding .feed_title .btn, .feed .feed_zapiro .feed_title_padding .feed_title .btn {
    display: none;
  }
  .feed .feed_fullwidth .feed_title_padding .feed_details, .feed .feed_zapiro .feed_title_padding .feed_details {
    border-top: 0;
    padding: 0;
  }
  .feed .feed_wide {
    height: auto;
    background-image: none !important;
    background-color: #fff;
  }
  .feed .feed_wide .feed_link {
    display: table;
    width: 100%;
    padding: 20px;
  }
  .feed .feed_wide .feed_link .blackoverlay {
    display: none;
  }
  .feed .feed_wide .feed_link .feed_image {
    display: block;
    width: 100% !important;
    flex: unset;
    background-size: cover;
  }
  .feed .feed_wide .feed_link .feed_title {
    width: 100% !important;
    display: table-header-group;
    position: static;
    flex: unset;
  }
  .feed .feed_wide .feed_link .feed_title h4 {
    color: #ec1c24;
    display: inline-block;
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 12px;
    font-weight: 600;
    background-color: transparent;
  }
  .feed .feed_wide .feed_link .feed_title h1 {
    font-size: 18px !important;
    line-height: 24px;
    margin: 0;
    color: #000;
  }
  .feed .feed_wide .feed_link .feed_title h5 {
    color: #535e64;
    margin: 10px 0;
  }
  .feed .feed_zapiro .feed_title {
    margin-bottom: 20px;
  }
  .feed .feed_zapiro .feed_image_padding .feed_image {
    height: 240px;
  }
  .feed .feed_zapiro .btn-window.btn-load {
    display: none;
  }
  .feed .streak {
    padding: 20px;
  }
  .feed .streak p {
    font-size: 14px;
  }

  .article .col-left, .article .col-sm-offset-1 {
    padding: 0 15px;
  }
  .article blockquote {
    font-size: 16px;
  }
  .article blockquote .left {
    margin: 10px 0 20px -60px;
    padding-right: 40px;
  }
  .article blockquote .right {
    margin: 10px -60px 20px 0;
    padding-left: 40px;
    width: 70%;
  }

  .categories .media {
    min-height: auto;
  }
  .categories .media .media-left img {
    width: 220px;
  }
  .categories .media .media-body {
    padding: 10px 10px 20px;
  }
  .categories .media .media-body h4 {
    margin-top: 0;
    font-size: 10px;
  }
  .categories .media .media-body h1 {
    font-size: 16px !important;
    padding-bottom: 0 !important;
  }
  .categories .media .media-body .author {
    bottom: 10px;
    position: initial;
    padding-bottom: 20px;
    width: auto;
  }
  .categories .media .media-body .author h6 {
    margin: 0;
    display: inline;
    vertical-align: baseline;
    font-size: 14px;
  }
  .categories .media .media-body .author .date {
    margin-left: 5px;
    color: #535e64;
    padding-right: 5px;
  }
  .categories .media-item .social {
    display: block;
    bottom: 8px;
    right: 10px;
  }

  .categories-sublinks .navbar-right {
    float: right;
  }

  .optionisita-author .media .media-left {
    display: table-header-group;
    height: 270px;
  }
  .optionisita-author .media .media-body {
    display: table-footer-group;
  }
  .optionisita-author .media .media-body p {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .optionisita-author .media .media-body h3 {
    text-align: center;
  }
  .optionisita-author .media .media-body .connect {
    position: static;
    text-align: center;
  }
  .optionisita-author .profile {
    margin-bottom: 20px;
  }

  .about-header {
    margin-top: 42px;
  }
  .about-header .row {
    display: block;
    width: auto;
  }
  .about-header [class*=col-] {
    display: block;
    float: left;
  }
  .about-header h1 {
    font-size: 60px;
    margin-bottom: 10px;
  }
  .about-header h3 {
    font-size: 20px;
  }
  .about-header .button-group {
    width: 100%;
  }
  .about-header .button-group a {
    width: 300px;
    margin: 0 auto;
  }
  .about-header .button-group:first-child {
    margin-top: 50px;
  }

  .announcements .media {
    padding: 20px;
  }
  .announcements .media .media-left {
    display: block;
    max-width: 100%;
  }
  .announcements .media .media-body {
    padding: 0;
    max-width: 100%;
    display: block;
  }

  .opionista-header h1, .opionista-header h4 {
    margin-left: 0;
  }
  .opionista-header h1 {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .stepper li {
    font-size: 13px;
    align-items: start;
    text-align: center;
  }
  .stepper li span {
    padding: 2px;
  }
  .stepper li span .fa {
    margin-right: 0;
  }

  .stepper li:not(:first-child)::before, .stepper li:not(:last-child)::after {
    display: none;
  }

  .announcements .media-left {
    text-align: center;
  }
  .announcements .media {
    padding: 20px 20px 70px;
  }

  .tipoff-type .material-type label {
    font-size: 16px;
    padding: 20px 20px 60px;
  }

  .articleheader .titles, .noheaderimage .titles {
    padding-left: 0;
    width: 100%;
  }
  .articleheader .titles h1, .noheaderimage .titles h1 {
    font-size: 2.8em;
  }

  .col-left {
    width: calc(100% - 330px);
  }

  .container {
    width: 100%;
  }

  .navbar .nav li {
    padding: 5px 0;
  }
  .navbar .nav li .social-link {
    margin-right: 2px;
  }
  .navbar .nav .dropdown .dropdown-menu li a {
    padding: 3px 20px;
  }

  .newsheader .titles h1 {
    font-size: 3em;
  }

  .feed .feed_item .feed_image {
    height: 153px;
  }
  .feed .feed_item .feed_title {
    padding: 0 15px;
  }
  .feed .feed_item .feed_title h1 {
    font-size: 18px;
    line-height: 20px;
  }
  .feed .feed_item .feed_title h4 {
    font-size: 11px;
  }
  .feed .feed_item .feed_details {
    bottom: 45px;
  }
  .feed .feed_item.newsdeck .feed_details {
    bottom: 0;
    height: 45px;
    padding-top: 14px;
  }
  .feed .feed_item .feed_hover {
    bottom: 0;
    box-shadow: none !important;
    border-top: 1px solid #f0f0f0;
    font-size: 12px;
    padding: 10px;
  }
  .feed .feed_item .feed_hover .fa {
    font-size: 12px;
  }
  .feed .feed_item .feed_hover a {
    margin: 0;
  }
  .feed .feed_fullwidth .row-eq-height, .feed .feed_zapiro .row-eq-height {
    display: block;
  }
  .feed .feed_fullwidth .row-eq-height .feed_fullwidth_centered, .feed .feed_zapiro .row-eq-height .feed_fullwidth_centered {
    position: static;
    display: block !important;
  }
  .feed .feed_fullwidth .feed_image_padding, .feed .feed_zapiro .feed_image_padding {
    padding-right: 15px;
  }
  .feed .feed_fullwidth .feed_title_padding, .feed .feed_zapiro .feed_title_padding {
    padding-left: 15px;
  }
  .feed .feed_fullwidth .feed_title, .feed .feed_zapiro .feed_title {
    padding: 0 15px;
    margin-top: 30px;
  }
  .feed .feed_fullwidth .feed_title h4, .feed .feed_zapiro .feed_title h4 {
    font-weight: 600;
  }
  .feed .feed_fullwidth .feed_title h1, .feed .feed_zapiro .feed_title h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px !important;
    line-height: 24px;
  }
  .feed .feed_fullwidth .feed_title .btn, .feed .feed_zapiro .feed_title .btn {
    display: none;
  }
  .feed .feed_wide {
    height: 400px;
  }
  .feed .feed_wide .feed_title {
    bottom: 55px;
  }
  .feed .feed_zapiro {
    height: 330px;
  }
  .feed .feed_zapiro .feed_image {
    height: 200px;
  }
  .feed .feed_zapiro .btn-window.btn-load {
    display: none;
  }
  .feed .block-advert {
    height: 330px;
  }

  .article blockquote {
    font-size: 16px;
    width: 300px;
  }
  .article blockquote.left {
    margin: 10px 0 20px -60px;
    padding-right: 40px;
  }
  .article blockquote.right {
    margin: 10px -60px 20px 0;
    padding-left: 40px;
    width: 300px;
  }

  .categories .col-left {
    width: 100%;
  }
  .categories .media .media-left img {
    width: 220px;
  }
  .categories .media .media-body {
    padding: 20px;
  }
  .categories .media .media-body h4 {
    margin-top: 0;
    font-size: 10px;
  }
  .categories .media .media-body h1 {
    font-size: 18px;
  }
  .categories .media .media-body .author {
    bottom: 10px;
  }
  .categories .media-item .social {
    bottom: 10px;
    right: 10px;
  }
  .categories .media-item .social .daily {
    display: none;
  }

  .optionisita-author .media .media-body .connect {
    position: static;
  }

  .about-header h3 {
    font-size: 20px;
  }

  .announcements .media .media-body {
    display: table-footer-group;
  }
  .announcements .media .media-left {
    display: table-header-group;
  }
  .announcements .media .media-left img {
    padding: 10px;
    width: 200px;
  }

  .opionista-header h1, .opionista-header h4 {
    margin-left: 0;
  }

  .btn-full.overview-btn {
    font-size: 20px;
  }

  .about-header h1 {
    font-size: 46px;
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .announcements .media .media-left {
    vertical-align: middle;
    text-align: center;
  }
  .announcements .media .media-left img {
    padding: 25px;
  }

  .stepper li {
    font-size: 13px;
    text-align: center;
  }
  .stepper li span {
    padding: 2px;
  }
  .stepper li span .fa {
    margin-right: 0;
  }

  .about-header h1 {
    font-size: 72px;
  }
  .about-header h3 {
    font-size: 20px;
  }

  .articleheader .titles {
    padding-left: 0;
    width: 100%;
  }
  .articleheader .titles h1 {
    font-size: 3em;
  }

  .noheaderimage .titles {
    padding-left: 0;
  }
  .noheaderimage .titles h1 {
    font-size: 3em;
  }

  .navbar .navbar-nav li .social-link {
    margin-right: 5px;
  }

  .feed .feed_item {
    height: 420px;
  }
  .feed .feed_item .feed_title {
    padding: 0 15px;
  }
  .feed .feed_item .feed_title h1 {
    font-size: 20px;
    line-height: 1.3;
  }
  .feed .feed_item .feed_hover {
    bottom: -84px;
    text-align: center;
  }
  .feed .feed_item .feed_hover .social {
    float: none !important;
    padding-top: 5px;
  }
  .feed .feed_fullwidth {
    height: 377px;
  }
  .feed .feed_fullwidth .feed_image {
    height: 377px;
  }
  .feed .feed_fullwidth .feed_title h4 {
    font-size: 12px;
  }
  .feed .feed_fullwidth .feed_title h1 {
    margin: 30px 0 10px;
  }
  .feed .feed_fullwidth .feed_details .text-right {
    text-align: right;
  }
  .feed .feed_wide .feed_hover, .feed .feed_fullwidth .feed_hover {
    text-align: left;
    bottom: -54px;
  }
  .feed .feed_wide .feed_hover .social, .feed .feed_fullwidth .feed_hover .social {
    float: right !important;
    padding-top: 0;
  }
  .feed .feed_zapiro {
    height: 260px;
  }
  .feed .feed_zapiro .feed_image {
    height: 260px;
  }

  .block-advert {
    height: 260px;
  }

  .categories .media .media-body {
    padding: 20px;
  }
  .categories .media .media-body h4 {
    margin-top: 0;
  }
  .categories .media .media-body h1 {
    font-size: 22px;
  }
  .categories .media .media-body .author {
    bottom: 10px;
  }
  .categories .media-item .social {
    bottom: 10px;
    right: 10px;
  }
  .categories .media-item .social .daily {
    display: none;
  }

  .opionista-header h1, .opionista-header h4 {
    margin-left: 0;
  }

  .optionisita-author .media .media-body {
    padding-top: 0;
  }
  .optionisita-author .media .media-body p {
    font-size: 12px;
  }

  .about-header h1 {
    margin-bottom: 12px;
  }

  .btn-full.overview-btn {
    font-size: 32px;
  }
}
@media (min-width: 1200px) and (max-width: 1359px) {
  .categories .media .media-left img {
    margin-left: auto;
    margin-right: auto;
  }

  .stepper li {
    font-size: 15px;
    text-align: center;
  }
  .stepper li span {
    padding: 2px;
  }
  .stepper li span .fa {
    margin-right: 0;
  }

  .col-left {
    width: calc(75% - 40px);
  }

  .navbar .navbar-nav li .social-link {
    margin-right: 5px;
  }
  .navbar .navbar-form .form-group .form-control {
    width: 130px;
  }

  .feed .feed_zapiro {
    height: 260px;
  }
  .feed .feed_zapiro .feed_image {
    height: 260px;
  }
  .feed .block-advert {
    height: 260px;
  }

  .feed_hover {
    font-size: 13px;
    padding: 15px 10px !important;
  }
}
@media (min-width: 1200px) {
  .categories .social {
    bottom: 15px;
  }
  .categories .media .media-body .author {
    bottom: 15px;
    position: absolute;
  }

  .btn-full.overview-btn {
    font-size: 32px;
  }
}
@media (min-width: 1360px) {
  .container {
    width: 1320px;
  }

  .feed .feed_item {
    height: 480px;
  }
  .feed .feed_item .feed_image {
    height: 230px;
  }
  .feed .feed_fullwidth .feed_image {
    height: 480px;
  }
  .feed .feed_zapiro {
    height: 300px;
  }
  .feed .feed_zapiro .feed_image {
    height: 300px;
  }
}
.disabled {
  cursor: wait !important;
  opacity: 0.5;
}

.feed_item.sponsored, .media-item .media.sponsored {
  border: #00bfff 2px solid !important;
}

.sponsored h4 {
  color: #00bfff !important;
}

.feed_item.feed_wide.sponsored h4, .articleheader .sponsored h4 {
  background-color: #00bfff;
  color: #fff !important;
}

.newsheader.sponsored h4 {
  color: #fff !important;
  background-color: #00bfff !important;
}

/*speechkit playback button*/
.speechkit__shared__controls__playpause svg g {
  fill: #ec1c24;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control.error {
  border-width: 2px;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
}

div.titles a {
  color: #fff;
}
div.titles a:hover {
  color: #fff;
}

.profile-link {
  margin-right: 10px;
}

.custom-rs-save-for-later-button svg path {
  fill: none;
  stroke: #ec1c24;
  stroke-width: 5px;
}

a.custom-rs-save-for-later-button.saved svg {
  width: 12px;
  height: 12px;
}
a.custom-rs-save-for-later-button.saved svg path {
  fill: #ec1c24;
}

.feed .feed_fullwidth .feed_title h5 {
  letter-spacing: 0;
  font-size: 16px;
}
.feed .feed_fullwidth .feed_title h5 .date {
  font-size: 14px;
}

.optionisita-author .media .media-body .connect {
  position: inherit;
}
.optionisita-author .profile {
  border-radius: 50%;
  width: 200px;
  margin: auto;
  display: block;
  border: 2px solid #fff;
  background: #fff no-repeat center/cover;
}
.optionisita-author a#getFollowAuthor {
  padding: 10px;
  display: block;
}

.tooltip {
  display: none !important;
}

.img-responsive-ads {
  text-align: center;
  margin-top: 10px;
}
.img-responsive-ads img {
  display: inline-block;
}

#menu-main-menu ul.sub-menu {
  float: left;
  position: absolute;
  top: 100%;
  background: #fff;
  padding-left: 0;
  visibility: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
#menu-main-menu ul.sub-menu li a {
  width: 200px;
  padding: 3px 10px;
  font-weight: 400;
  text-transform: capitalize;
  border: none;
}
@media (max-width: 1024px) {
  #menu-main-menu ul.sub-menu li a {
    width: 100%;
  }
}
#menu-main-menu ul.sub-menu li:after {
  background: none;
}
#menu-main-menu li {
  float: left !important;
  list-style: none;
  position: relative;
  padding: 2px 0;
  line-height: 28px;
}
#menu-main-menu li:hover {
  background: #373636;
}
#menu-main-menu li:hover > a {
  color: #fff;
}
#menu-main-menu li.menu-item-has-children:hover > ul.sub-menu {
  visibility: visible;
}
@media screen and (max-width: 1263px) {
  #menu-main-menu li.menu-item-has-children:hover > ul.sub-menu {
    position: relative;
  }
}
#menu-main-menu li a {
  border-left: 1.5px solid;
  border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e2e2e2 48%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
}
#menu-main-menu li a i.fa.fa-search {
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  color: #000;
}

.main-expanded #menu-main-menu li a {
  border: none;
}

.home #menu-main-menu li:nth-child(1) a {
  border: none;
}

.ajax-loading-image {
  display: none;
  height: 90px;
  width: 100%;
}
.ajax-loading-image #loadingCircle {
  display: block;
  margin: 0 auto;
  width: 90px;
  height: 90px;
}
.ajax-loading-image #loadingCircle #outerCircle1 {
  display: block;
  position: absolute;
  margin: 0 auto;
  border-top: 7px solid #000;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
  border-right: none;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background-clip: padding-box;
  animation: cwSpin 0.666s linear 0.2s infinite;
}
.ajax-loading-image #loadingCircle #innerCircle {
  border-top: 7px solid transparent;
  border-bottom: 3px solid #ec1c24;
  box-shadow: none;
  display: block;
  position: absolute;
  margin: 20px 0 0 20px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-clip: padding-box;
  animation: ccwSpin 0.555s linear 0.2s infinite;
}

@-webkit-keyframes cwSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes cwSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes cwSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes cwSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes cwSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ccwSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-moz-keyframes ccwSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-ms-keyframes ccwSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-o-keyframes ccwSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes ccwSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.dropdown-toggle {
  display: block !important;
}

.error-msg {
  color: #ec1c24;
  text-align: left;
}

.custom-button {
  margin: 0 auto !important;
  border-radius: 0;
  width: 100%;
  display: block;
  float: none !important;
  border: none;
}
.custom-button.reset_password {
  float: left !important;
  margin: 0 !important;
}

.red-button {
  background-color: #ec1c24 !important;
  font-size: 12px !important;
  border: none;
}

span.arrow {
  display: table-cell;
  content: "";
  color: #fff;
  border-left: 5px #fff solid;
  background: #b0bec5 url(../images/label-x.png) no-repeat center center/cover;
  transition: 0.1s all linear;
  font-family: "roboto", sans-serif;
  width: 35px;
  text-indent: -999px;
  overflow: hidden;
}

.single-multimedia figure {
  width: 100% !important;
}

.owl-carousel .owl-nav {
  width: 100%;
  float: left;
  display: inline-block;
  text-align: center;
  background: #fff;
  padding: 14px;
  margin: 10px 0 30px;
}
.owl-carousel .owl-nav .owl-prev {
  float: left;
}
.owl-carousel .owl-nav .owl-next {
  float: right;
}
.owl-carousel .owl-nav .owl-next .disabled {
  cursor: none !important;
}
.owl-carousel .owl-nav span {
  font-size: 14px;
  font-weight: 300;
  color: #000;
}

#mobile-search {
  display: table;
}

.dm-menu {
  display: block;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.profile-link {
  margin-right: 0;
}

.article-tags li {
  margin: 3px 5px;
}

.navbar .navbar-header a .roll-over {
  display: none;
}
.navbar.nav_scroll {
  position: fixed !important;
  top: 0 !important;
  box-shadow: 1px 2px 4px #00000042;
}
.navbar .navbar-nav .menu li {
  padding: 0 0 8px 0;
}
.navbar .navbar-nav li a, .navbar .navbar-nav li .open a {
  display: inline-block;
  padding: 9px 7px;
}
.navbar .navbar-nav li .social-link {
  line-height: 0;
}
.navbar .navbar-nav li .social-link i.fa-search {
  font-size: 13px;
}
.navbar .navbar-nav.mobile-social-wrap li {
  display: inline-block;
}
.navbar .navbar-nav.mobile-social-wrap li.dropdown {
  display: block;
}
.navbar .navbar-nav.mobile-social-wrap li.dropdown a {
  width: 100%;
}
.navbar .navbar-nav.mobile-social-wrap li.dropdown a img.avatar {
  margin: 11px 0 0 0;
}
.navbar .navbar-nav.mobile-social-wrap li.dropdown li {
  display: block;
}
.navbar .navbar-nav.mobile-social-wrap li .social-link {
  margin-left: 15px;
}
.navbar.search-nav .input-group .btn {
  height: 34px;
  padding: 6px 12px;
}

.dropdown-menu li a {
  cursor: pointer;
}

#load-more {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 200px;
}

a.rs-saved-trigger {
  display: none;
}
a.rs-see-saved {
  vertical-align: inherit;
}
a[data-title]:hover:after {
  top: -45px;
}

.team-body a {
  color: inherit;
}

.mobile-scroll-disable {
  overflow: hidden;
}

.close-icons {
  position: absolute;
  color: #fff;
  font-size: 25px;
  right: 10px;
  top: 5px;
  display: none;
}

.mobile-social-wrap {
  margin: 8px 0;
}

.article .col-left img, .article .col-sm-offset-1 img {
  cursor: pointer;
}

.tipoff-header {
  margin-top: 0;
}

.radio-grp .radio-inline {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .dm-menu li {
    float: left !important;
    list-style: none;
    width: 100%;
  }
  .dm-menu li a {
    width: 100%;
    padding: 15px 7px;
  }

  .feed .feed_item {
    height: auto;
  }
  .feed .feed_item .feed_hover {
    display: block;
    width: auto;
    border: none;
    bottom: 0;
    position: relative;
    padding: 10px;
  }
  .feed .feed_item .feed_hover .social .tw {
    margin-right: 0;
  }
  .feed .feed_item .feed_hover a:first-child {
    margin-left: -5px;
  }
  .feed .feed_item .feed_link {
    display: block;
  }
  .feed .feed_item .feed_link .feed_details {
    bottom: 0;
    width: 100%;
    position: relative;
    padding: 0 10px;
  }
  .feed .feed_item .feed_link .feed_image {
    width: 100%;
    height: 250px;
  }
  .feed .feed_item .feed_link .feed_title {
    text-align: left;
    padding: 0 10px;
  }
  .feed .feed_item .feed_title h1 {
    height: auto;
  }
  .feed .feed_wide .feed_link .feed_image {
    display: block;
  }
  .feed .feed_wide .feed_hover {
    padding: 10px 20px;
  }
  .feed .feed_fullwidth .feed_hover {
    padding: 10px 0;
  }

  .ajax-author-post .feed_item .feed_link .feed_title {
    text-align: left;
    padding: 10px 10px 0;
  }

  .dropdown-menu.author-names {
    right: 0;
    left: auto;
  }

  .navbar-toggle {
    margin: 4px 3px;
  }

  .newsdeck .feed_details {
    padding: 10px !important;
  }

  .feed .feed_item .feed_image .feed_grid li {
    background-position: inherit;
  }
}
.lazy-loaded-feed {
  padding-top: 0 !important;
}

.btn-contact {
  max-width: 100px;
  background-color: #fff;
}

.categories-sublinks ul li.current_page_item a {
  color: #ec1c24;
  font-weight: 600;
}

.event-image {
  max-width: 320px !important;
}

.media-body {
  max-width: 100% !important;
}

.load-save-section {
  padding-bottom: 20px;
}

#toast-container > div {
  opacity: 1 !important;
}

.toast-message {
  font-family: "roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.alert {
  text-align: center;
  text-transform: uppercase;
  height: auto;
  color: #fff;
}
.alert.alert-danger {
  background-color: #d0021b !important;
  border-color: #d0021b;
}
.alert.alert-success {
  background-color: #3c763d !important;
  border-color: #3c763d !important;
}

.logged-in .navbar .navbar-nav .dropdown {
  padding: 0;
  margin: 8px 0 0 10px;
}
.logged-in .navbar .navbar-nav .dropdown > a {
  padding: 0;
  float: left;
  height: auto;
  background: transparent !important;
}
.logged-in .navbar .navbar-nav .dropdown .dropdown-menu {
  margin-top: 15px;
  right: -6px;
}
.logged-in .navbar .navbar-nav .dropdown .profile-link {
  margin-top: 6px;
  margin-left: 10px;
  text-transform: capitalize;
}

body {
  overflow-x: hidden;
}

.terms-checkbox a {
  display: inline !important;
}

@media screen and (max-width: 767px) {
  .logged-in .navbar .navbar-nav .dropdown .dropdown-menu {
    float: left;
    width: 100%;
  }

  .dropdown.login-mobile-profile {
    float: left;
    width: 100%;
    margin-bottom: 10px !important;
    display: inline-block;
  }

  .navbar .navbar-nav .mobile-social-wrap .mobile-home {
    float: left;
    width: 100%;
    margin: 0 !important;
  }
  .navbar .navbar-nav .mobile-social-wrap .mobile-home a {
    padding: 15px 7px;
    width: 100% !important;
    display: block;
  }

  .mobile-social-wrap {
    margin-bottom: 0;
  }
  .mobile-social-wrap .dropdown > li:nth-child(5) {
    margin-bottom: 30px !important;
    float: left;
    width: 100%;
  }
  .mobile-social-wrap .dropdown > a {
    width: auto !important;
  }
  .mobile-social-wrap .dropdown.login-mobile-profile {
    float: left;
    width: 100%;
    margin: 10px 0 10px !important;
    display: inline-block;
  }
  .mobile-social-wrap .profile-link {
    margin-top: 10px;
    margin-left: 10px;
  }

  .article .first-paragraph {
    font-size: 18px;
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .navbar .navbar-header .navbar-brand img.normal, .navbar .navbar-header .navbar-brand img.roll-over {
    max-width: 330px;
  }

  .categories .media h1 {
    padding-bottom: 5px;
  }
  .categories .media .media-left {
    display: block;
    padding-right: 0;
    width: auto;
    max-width: 100%;
    height: 250px;
  }
  .categories .media .media-left img {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .categories .media .media-body {
    display: block;
    padding: 10px;
  }
  .categories .media .media-body .author {
    margin-bottom: 10px;
  }
  .categories .media .media-body .author h6 {
    font-weight: 300;
    display: inline;
  }
  .categories .media .media-body .author h6.date {
    float: right;
    padding: 0;
  }
  .categories .media-item .social {
    left: 0;
    right: 0;
    padding: 0 10px;
  }
  .categories .media-item .social a {
    margin-left: 0;
  }

  .zapiro-navigation .btn-full {
    min-width: 36px;
  }
  .zapiro-navigation .btn-full + .btn-full {
    margin-top: 10px;
  }

  .articleheader-small .titles h1, .article-header .titles h1, .noheaderimage .titles h1 {
    font-size: 22px;
    width: 100%;
  }
  .articleheader-small .titles h4, .article-header .titles h4, .noheaderimage .titles h4 {
    margin-top: 8px;
  }

  .navbar-toggle {
    padding: 8px 2px;
  }

  .btn-full.overview-btn {
    font-size: 21px;
  }

  .about-header h1 {
    font-size: 48px;
    margin-bottom: 10px;
  }
}
.error-404 {
  font-size: 24px;
}
.error-404 h1 {
  font-size: 24px;
}
.error-404 h2 {
  font-size: 32px;
}
.error-404 h2 em {
  color: #ec1c24;
  font-style: normal;
}

.form-control[readonly] {
  background-color: #fff;
}

.lg-actions button {
  border: none !important;
}

/*Login Modal css*/
#loginModal .modal-header {
  border: none;
}
#loginModal .modal-body .sign-box {
  width: 95%;
  margin: 0 auto;
  padding: 0;
}

/*end of Login Modal css*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .nav-darken .navbar-header {
    opacity: 0.4;
  }

  .navbar {
    min-height: 40px;
  }

  .navbar-toggle {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1263px) {
  .navbar .navbar-header a.home-link, #menu-main-menu li.search-toggle.social-link {
    display: none;
  }
}

@media screen and (min-width: 1263px) {
  .nav.navbar-nav.main-nav {
    display: -webkit-box;
    width: 100%;
    max-width: 827px;
    position: relative;
  }

  .navbar .search-nav.expand {
    visibility: visible;
    position: absolute;
    right: 65px;
  }
}
@media (min-width: 768px) and (max-width: 1263px) {
  .container {
    width: 100%;
  }

  .col-left {
    width: calc(100% - 330px);
  }

  .main-nav {
    position: fixed;
    max-width: 75%;
    width: 300px;
    right: -300px;
    background-color: #fff;
    margin: 0;
    top: 0;
    height: 100%;
    transition: 0.3s all ease-out;
    overflow-y: scroll;
    overflow: -moz-scrollbars-none;
  }
  .main-nav .visible-xs {
    display: block !important;
  }
  .main-nav .input-group {
    display: table !important;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .main-nav .input-group .form-control {
    border: none;
    border-radius: 0;
    font-family: "roboto", sans-serif;
    height: 44px;
  }
  .main-nav .input-group .input-group-btn {
    background-color: #fff;
  }
  .main-nav .input-group .btn {
    border: none;
    border-radius: 0;
    background-color: transparent;
  }

  .navbar-right .hidden-xs, .menu-top-right-menu-container {
    display: none;
  }

  .navbar-toggle {
    display: block;
    margin-right: 0;
    padding: 8px;
  }

  .main-expanded {
    right: 0;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .navbar .navbar-header {
    transition: 0.3s all ease-out;
    float: none;
  }
  .navbar .navbar-nav .mobile-social-wrap li.dropdown a {
    width: auto;
  }
  .navbar .navbar-nav .mobile-social-wrap .mobile-home {
    float: left;
    width: 100%;
    padding: 5px 0 !important;
    margin: 0 !important;
  }

  .dm-menu li {
    float: left !important;
    list-style: none;
    width: 100%;
  }
  .dm-menu li a {
    width: 100%;
    padding: 15px 7px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .navbar .navbar-nav.mobile-social-wrap li.dropdown a {
    width: auto;
  }

  .dropdown.login-mobile-profile {
    float: left;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px !important;
  }

  .newsheader, .articleheader {
    height: 100%;
  }
}
.gallery-image-holder {
  position: relative;
  display: inline-block;
}

.lightgallery-icon {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 9px;
  max-width: 41px;
  cursor: pointer;
}

.wpcf7 .wpcf7-submit {
  height: 46px;
  background-color: #ec1c24;
  color: #fff;
  font-family: "roboto", sans-serif;
  font-size: 12px;
  padding: 14px 12px;
  outline: none;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin: 10px 0 0;
  min-width: 200px;
  max-width: 200px;
  text-align: center;
  border: none;
}

.article .col-left .dm_add iframe {
  padding-bottom: 0;
}

#clearFilters {
  display: none;
}

.error {
  color: #d0021b;
  font-weight: 300;
}

.page-template-template-maverick-portal-page .ajax-author-post, .page-template-template-maverick-portal-page .ajax-save-post {
  padding-bottom: 24px;
}
.page-template-template-maverick-portal-page .feed {
  padding: 0;
}

.advert-fullwidth .dm_add, .advert-mobile {
  text-align: center;
  padding-bottom: 30px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.secondary-front-page-bar {
  height: 50px;
  background: #000;
  position: relative;
}
.secondary-front-page-bar .logo {
  position: absolute;
  left: 0;
  top: 0;
}
.secondary-front-page-bar .logo img {
  height: 50px;
  -webkit-filter: invert(90%);
  filter: invert(90%);
}
.secondary-front-page-bar .date {
  color: #fff;
  text-transform: uppercase;
  font-family: "roboto", sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-right: 25px;
  padding-top: 16px;
}

@media screen and (max-width: 767px) {
  .dm-menu li.has-border {
    display: none;
  }

  .secondary-front-page-bar {
    height: 42px;
  }
  .secondary-front-page-bar .logo img {
    height: 42px;
  }

  /* Custom css for ZAPIRO changes for Mobile */
  .cartoon-search-box-mob {
    padding: 0 20px 25px;
  }
  .cartoon-search-box-mob .zapiro-search {
    width: calc(100% - 84px);
  }

  #advert-cartoon-bottom {
    margin: 0 auto;
    text-align: center;
  }

  .advert-cartoon-top {
    padding: 10px 0;
  }

  .slider-container .content-details, .slider-container .img-wrapper {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  #menu-main-menu li:after {
    background: none;
  }
}
.article ~ .newsheader, .categories ~ .newsheader {
  margin-top: 0;
}

/* wordpress alignment imports */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page .article-container, .page .main-article-container {
  font-family: "roboto", sans-serif !important;
}

/* Custom css for Speechkit iframe */
.speechkit-container {
  margin-bottom: 20px !important;
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.photo-credit {
  margin: 10px;
  font-family: "roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
}

/* Custom css for ZAPIRO changes for Mobile */
@media (min-width: 480px) and (max-width: 767px) {
  .zapiro-navigation.cartoon-search-box-mob {
    margin-top: 10px;
  }

  .btn-full.overview-btn {
    font-size: 27px;
  }
}
figure {
  padding-bottom: 24px;
}

/*Custom css for overview page support button*/
.btn-full.overview-btn {
  font-weight: 400;
}

@media (min-width: 1200px) {
  .btn-full.overview-btn {
    line-height: 80px;
    padding: 22px 68px;
  }
}
/*Remove space between Banner and Top Article Image*/
.single .feed_link .newsheader {
  margin-top: 0;
}

/* Twentyseventeen Galleries css */
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-item a, .gallery-item a:hover, .gallery-item a:focus, .widget-area a, .widget-area a:hover, .widget-area a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item img {
  display: block;
  transition: filter 0.2s ease-in;
  backface-visibility: hidden;
}

.gallery-item img:hover,
.gallery-item img:focus {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

@media screen and (max-width: 480px) {
  /* Gallery Columns */
  .gallery-item {
    max-width: 100%;
  }
}
/*Charitable / Reader Support donation form styling*/
.charitable-donation-form .donation-amounts .suggested-donation-amount {
  width: 19%;
  margin: 0 1% 0.5em 0;
}
.charitable-donation-form .donation-amounts .custom-donation-amount {
  width: 39%;
}
.charitable-donation-form .donation-amounts .custom-donation-amount .custom-donation-input {
  width: 48%;
}
.charitable-donation-form .donation-amounts .custom-donation-amount .description {
  padding-right: 5px;
}
.charitable-donation-form .donation-amounts .custom-donation-amount .custom-donation-amount-wrapper {
  padding-bottom: 4px;
}
.charitable-donation-form .donation-amounts .donation-amount:nth-child(2n+2) {
  margin: 0 1% 0.5em 0;
}
.charitable-donation-form .charitable-donation-options {
  padding: 1em 0 0 0 !important;
}

.charitable-donation-options .charitable-donation-options {
  padding: 0;
}

@media (min-width: 37.6em) {
  .charitable-form-field {
    width: 30%;
    display: inline-block;
  }
}
@media screen and (max-width: 37.5em) {
  .charitable-donation-form .donation-amounts .donation-amount {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.post-article-cta, .post-article-cta:hover {
  color: #000 !important;
  padding: 20px;
  border: none;
  border-radius: 10px;
  display: block;
  background-color: #f6f6f6;
  font-family: "roboto", sans-serif !important;
  font-size: 16px !important;
  position: relative;
  clear: both;
}
.post-article-cta strong, .post-article-cta:hover strong {
  font-weight: 500 !important;
}
.post-article-cta img, .post-article-cta:hover img {
  max-height: 80px;
  padding-left: 5px;
}
.post-article-cta p:last-child, .post-article-cta:hover p:last-child {
  margin-bottom: unset;
}
.post-article-cta .post-article-cta-small, .post-article-cta p span, .post-article-cta:hover .post-article-cta-small, .post-article-cta:hover p span {
  font-size: 16px !important;
  font-weight: unset !important;
}
.post-article-cta .post-article-cta-heading, .post-article-cta:hover .post-article-cta-heading {
  font-size: 18px !important;
  font-weight: bold;
}
.post-article-cta .post-article-cta-side-note, .post-article-cta:hover .post-article-cta-side-note {
  font-size: 11px;
}
.post-article-cta .post-article-cta-highlight, .post-article-cta:hover .post-article-cta-highlight {
  background-color: #ffe500;
  font-weight: 800 !important;
  padding: 0 5px;
}
.post-article-cta span.post-article-cta-button, .post-article-cta span.post-article-cta-button:hover, .post-article-cta:hover span.post-article-cta-button, .post-article-cta:hover span.post-article-cta-button:hover {
  border-radius: 10px;
  padding: 10px;
  margin-top: 0;
  background-color: #ffe500;
  color: #121212;
  font-weight: 800 !important;
}
.post-article-cta img.ctx-nodefs.img-responsive, .post-article-cta:hover img.ctx-nodefs.img-responsive {
  margin-top: 10px;
}

/* Sticky Ad Start */
.sticky-mobile-advert {
  display: none;
}

@media (max-width: 700px) {
  .sticky-mobile-advert {
    display: block;
    visibility: hidden;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    z-index: 1000100;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -195px;
    background: white;
    min-height: 250px;
  }
  .sticky-mobile-advert .dm_add {
    margin: 0 auto !important;
    height: 55px;
    overflow: hidden;
  }
  .sticky-mobile-advert:hover {
    cursor: pointer;
  }
  .sticky-mobile-advert.slide-up {
    background: none;
    overflow: hidden;
  }
  .sticky-mobile-advert.slide-up .dm_add {
    min-height: 250px;
    height: auto;
  }
}
/* Sticky Ad End */
.ajax-loading-image-adfree {
  margin-top: 130px;
}
@media (max-width: 600px) {
  .ajax-loading-image-adfree {
    height: 170px;
  }
}

.adfree-h3 {
  margin-bottom: 20px;
}

.ad-control-link .ad-control-link__text {
  color: #326891;
  font-size: 15px;
}
.ad-control-link .ad-control-link__text:focus, .ad-control-link .ad-control-link__text:visited {
  color: #326891;
}

@media screen and (min-width: 767px) {
  .article .col-left .ad-control-link.text-center {
    display: none;
  }
}
.notmember .modal-content {
  border-radius: 0;
}
.notmember .close {
  font-weight: bold;
  color: #000;
  opacity: 1;
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: 99;
  cursor: pointer;
}
.notmember h3 {
  text-align: center;
  font-size: 40px;
  font-family: "Georgia", serif;
  line-height: 46px;
  margin-bottom: 22px;
  color: #010001;
  margin-top: 0;
}
.notmember h3 img {
  margin-right: 15px;
  width: 94px;
  height: auto;
}
.notmember .modal-header {
  border-bottom: none;
  padding: 2px 10px;
}
.notmember .modal-body {
  text-align: center;
  padding: 50px 70px;
}
.notmember .sign-box {
  margin: 0;
  padding: 0;
  box-shadow: none;
}
.notmember .sign-box p {
  font-family: "roboto", sans-serif;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #010001;
  font-weight: 400;
  margin-bottom: 30px;
}
.notmember .modal-dialog {
  width: 100%;
  max-width: 800px;
  top: 50%;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
}
.notmember .sign-box a {
  background-color: #4a90e2;
  color: #fff;
  font-family: "roboto", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding: 12px;
  display: inline-block;
  letter-spacing: 0.5px;
  max-width: 337px;
  width: 100%;
  border-radius: 2px;
  transition: all 0.3s;
}
.notmember .sign-box a:hover {
  background-color: #000;
}

.sign-box .create-account {
  background-color: #1e71af;
}

@media (max-width: 991px) {
  .notmember .modal-dialog {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .notmember .modal-body {
    padding: 30px 15px;
  }
  .notmember h3 {
    font-size: 30px;
  }
  .notmember h3 img {
    display: block;
    margin: 0 auto;
  }
  .notmember .sign-box p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .notmember .modal-dialog {
    margin: 0 0 30px;
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .notmember .modal-dialog {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .notmember .modal-dialog {
    transform: translateY(0) !important;
    top: 0;
    -webkit-transform: translateY(0) !important;
  }
}
.ctx-content-sidebar .ctx-sb-img img.lightgallery-icon {
  display: none;
}

@media (max-width: 768px) {
  .home .trending {
    margin-bottom: 0;
  }

  #subscription-checkout-holder .top-subscription-slider {
    overflow: hidden;
  }

  iframe.wp-embedded-content {
    width: 100%;
  }

  .sticky-mobile-advert {
    z-index: 99 !important;
  }

  .grecaptcha-badge {
    visibility: hidden;
  }
}
#new-front-page-notice {
  padding-bottom: 8px;
  min-height: 60px;
  overflow: hidden;
  display: block;
  position: relative;
}
#new-front-page-notice div img {
  height: auto;
  width: 100%;
}
@media (max-width: 768px) {
  #new-front-page-notice div img {
    min-height: 37px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  #new-front-page-notice {
    height: auto;
  }
  #new-front-page-notice img {
    margin: 0 auto;
    padding: 10px 0;
  }
  #new-front-page-notice div {
    margin-bottom: 0 !important;
  }
  #new-front-page-notice div:nth-child(3) {
    margin-bottom: 15px;
  }
}
li.dropdown.loggedin-profile {
  padding-left: 10px;
}
li.dropdown.loggedin-profile.open:focus {
  background: #373636;
  padding: 0 5px 7px 0;
  margin: 8px 0 0 10px;
}
li.dropdown.loggedin-profile a.login-button {
  border-radius: 3px;
  padding: 5px 10px 3px 10px !important;
  border: 1px solid #065fd4;
  margin: 4px 0;
  line-height: 30px;
  color: #065fd4;
}
li.dropdown.loggedin-profile a.login-button:hover {
  border-color: #000;
  color: #000;
}

.dropdown-menu .divider {
  margin: 0;
}

@media (max-width: 991px) {
  #new-front-page-notice div {
    width: 100%;
    margin-bottom: 16px;
  }
}
.lightgallery-icon {
  height: 41px !important;
  width: 41px !important;
}

#side-sign-up-modal .modal-title {
  font-family: "roboto", sans-serif;
}
#side-sign-up-modal .modal-content {
  top: 50px;
}
#side-sign-up-modal .modal-body {
  padding: 10px 0;
}
#side-sign-up-modal .modal-footer {
  border-top: none;
}
#side-sign-up-modal .side-newsletter .side-title {
  margin-bottom: 20px;
}
#side-sign-up-modal .side-newsletter input {
  width: 100%;
  font-size: 15px;
  padding: 10px;
}
#side-sign-up-modal .side-newsletter p {
  text-align: center;
  font-size: 14px;
  margin-top: 16px;
}
#side-sign-up-modal .side-newsletter .checkbox-toggle label {
  font-size: 14px;
}
#side-sign-up-modal .side-newsletter .side-captcha {
  margin: 15px 0;
}
#side-sign-up-modal .side-newsletter label {
  text-align: left;
}

#advert-article img, .side-ad img {
  cursor: pointer;
}

@media (min-width: 980px) {
  .lg-actions .lg-next {
    right: 100px;
  }
  .lg-actions .lg-prev {
    left: 100px;
  }
}
.ajax-auth input#password, .ajax-auth input#username, .ajax-auth input#user_login {
  border-bottom: 1px solid #000;
  box-shadow: none;
  background: none;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.ajax-auth input.submit_button {
  background-color: #ec1c24;
  border-radius: 0;
}
.ajax-auth label {
  color: grey;
}

form.ajax-auth {
  max-width: 500px;
  width: 100%;
  top: 100px;
}
form.ajax-auth.ajax-auth.shown {
  opacity: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.no-scroll {
  overflow: visible;
}

html {
  margin-left: 0;
}

.highlighter-shield {
  background: rgba(0, 0, 0, 0.5);
}

.intro-text {
  display: none;
}

body.highlights-ready .highlighted-text {
  background-color: #ec1c24 !important;
  color: white;
}

.article .col-left p a span, .article .col-sm-offset-1 p a span {
  color: #326891;
  text-decoration: underline;
}
.article .col-left p a span:hover, .article .col-sm-offset-1 p a span:hover {
  text-decoration: none;
}
.article .col-left i a, .article .col-sm-offset-1 i a {
  color: #326891;
  text-decoration: underline;
}
.article .col-left i a:hover, .article .col-sm-offset-1 i a:hover {
  text-decoration: none;
}
.article .col-left li a, .article .col-sm-offset-1 li a {
  color: #326891;
  text-decoration: underline !important;
}
.article .col-left li a:hover, .article .col-sm-offset-1 li a:hover {
  text-decoration: none !important;
}
.article .col-left .list-inline li a, .article .col-sm-offset-1 .list-inline li a {
  color: #ec1c24;
  text-decoration: none !important;
}

.side-nav-container {
  padding: 0;
  width: 100%;
  max-width: 330px;
}
.side-nav-container .side-menu {
  background: #fff;
  min-height: 430px;
}
.side-nav-container h4 {
  background: #d63d3f;
  margin-top: 0;
  padding: 10px;
  color: #fff;
}
.side-nav-container ul {
  list-style: none;
  padding-left: 0;
}
.side-nav-container ul li {
  border-bottom: 1px solid #8080804d;
  border-left: 5px #d63d3f solid;
  margin-bottom: 5px;
}
.side-nav-container ul li a {
  padding: 10px;
  display: block;
  color: #000;
  font-weight: 700;
  text-align: right;
}
.side-nav-container ul li a:hover {
  background: #d63d3f;
  color: #fff;
}

.declassified-menu {
  border-bottom: 1px solid;
  border-top: 1px solid;
  margin: 0 0 15px;
}
.declassified-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: auto;
  white-space: nowrap;
}
.declassified-menu ul li {
  display: inline-block;
}
.declassified-menu ul li a {
  padding: 5px;
  display: block;
}
.declassified-menu span {
  float: left;
  margin-right: 10px;
  line-height: 29px;
}

.single .side-nav-container {
  position: relative;
}

@media screen and (max-width: 948px) {
  #menu-main-menu li.remove {
    display: none;
  }
}
#comments.comments-area .comments-number {
  font-weight: 700;
  border-bottom: 3px solid #10589b;
  font-family: "roboto", sans-serif;
  font-size: 17px;
  margin-top: 25px;
}
#comments.comments-area .comment-opinion {
  font-family: "roboto", sans-serif;
  background: #deedff;
  padding: 10px;
  font-size: 14px;
  margin: 0 0 15px;
}
#comments.comments-area .comment-opinion p {
  margin: 10px 0;
  font-weight: 400;
}
#comments.comments-area .comment-opinion p a {
  color: black !important;
}
#comments.comments-area b.fn {
  font-weight: 700;
  font-size: 17px;
  font-family: "roboto", sans-serif;
  text-transform: capitalize;
}
#comments.comments-area .comment-metadata a {
  text-decoration: none !important;
}
#comments.comments-area .comment-metadata time {
  font-size: 13px;
  color: grey;
}
#comments.comments-area .comment-reply-login {
  display: none;
}
#comments.comments-area .comment-reply-link {
  text-decoration: none !important;
  color: #000 !important;
  font-size: 14px;
}
#comments.comments-area .logged-in-as a {
  text-decoration: none !important;
  color: #000 !important;
  font-family: "roboto", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
#comments.comments-area .avatar {
  display: inline-block;
  position: relative;
}
#comments.comments-area p a {
  color: #326891;
  text-decoration: underline !important;
}
#comments.comments-area p a:hover {
  text-decoration: none !important;
}
#comments.comments-area .comment-author.vcard {
  float: left;
  margin-right: 5px;
}
#comments.comments-area .comment-author.vcard img {
  display: none;
}
#comments.comments-area span.says {
  display: none;
}
#comments.comments-area .reply {
  font-weight: 400;
}

p.covid-comments-notice {
  font-size: 15px;
  color: grey;
}

li.comment {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 5px;
}

textarea#comment {
  width: 100% !important;
  max-width: 1325px;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
}

ul.children .comment {
  border-left: 2px solid;
  margin-bottom: 10px;
  padding-left: 15px;
}

em.comment-awaiting-moderation {
  color: #ff00009c;
  font-size: 15px;
}

#commentform input#submit {
  background: #e0e0e0;
  border: none;
  color: #4f5c67;
  padding: 5px 15px;
  font-weight: 700;
}
#commentform input#submit:hover {
  background: #ec1c24;
  color: #fff;
}

.comment-content {
  float: none;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}
.comment-content p {
  font-size: 18px;
  font-family: "Georgia", serif !important;
}

.social-center {
  margin: 0 auto;
  max-width: 280px;
  width: 100%;
  color: #fff;
}

.widget_top_article_poc {
  width: 100%;
  overflow: hidden;
}
.widget_top_article_poc h3 {
  font-size: 19px;
  text-align: left;
}
.widget_top_article_poc .widget-title {
  padding-bottom: 5px;
  text-transform: capitalize;
  font-weight: bold;
  text-align: center;
  font-family: "roboto", sans-serif;
  color: #ea2a30;
}
.widget_top_article_poc .top-articles-poc {
  background: #fff;
  font-family: "Georgia", serif;
}
.widget_top_article_poc .top-articles-poc .list-item {
  padding: 0 20px 0px;
}
.widget_top_article_poc .top-articles-poc .list-item .col-md-4 {
  padding: 0;
}
.widget_top_article_poc .top-articles-poc .list-item .media {
  overflow: visible;
  margin-top: 0;
}
.widget_top_article_poc .top-articles-poc .list-item .media .media-left {
  width: 2%;
  height: 170px;
  background: no-repeat center/cover;
}
.widget_top_article_poc .top-articles-poc .list-item .media img {
  width: 100%;
  height: 100%;
}
.widget_top_article_poc .top-articles-poc div.media-body {
  display: block;
  margin: 15px 0 0;
}
.widget_top_article_poc .top-articles-poc div.media-body h4 {
  font-family: "Helvetica", serif;
  font-size: 10px;
  text-align: left;
  margin-top: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.widget_top_article_poc .top-articles-poc div.media-body h1 {
  font-size: 15px;
  color: #000;
  margin-top: 0;
  text-align: left;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 65px;
}

.widget_top_article_poc_portrait h3 {
  font-size: 20px;
  text-align: left;
}
.widget_top_article_poc_portrait .widget-title {
  padding-bottom: 5px;
  text-transform: capitalize;
  font-weight: bold;
}
.widget_top_article_poc_portrait .top-articles-poc {
  background: #fff;
  font-family: "Georgia", serif;
}
.widget_top_article_poc_portrait .top-articles-poc .list-item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 2px solid #f0f0f0;
}
.widget_top_article_poc_portrait .top-articles-poc .list-item .col-md-4 {
  padding: 0;
}
.widget_top_article_poc_portrait .top-articles-poc .list-item .media .media-left {
  width: 9%;
  max-width: 190px;
  height: 82px;
  background: no-repeat center/cover;
}
.widget_top_article_poc_portrait .top-articles-poc .list-item .media img {
  width: 100%;
  height: 100%;
}
.widget_top_article_poc_portrait .top-articles-poc div.media-body h4 {
  font-family: "Helvetica";
  font-size: 10px;
  text-align: left;
  margin-top: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.widget_top_article_poc_portrait .top-articles-poc div.media-body h1 {
  font-size: 15px;
  color: #000;
  margin-top: 0;
  text-align: left;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* New Footer */
.inner-container {
  display: block;
  overflow: hidden;
  padding: 30px;
}

/* Footer Ribbon */
#ribbon-container {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 110000;
}

#ribbon-container .cls-btn {
  margin: 3px 47px 0;
  position: absolute;
  font-family: Arial, sans-serif;
}
@media screen and (max-width: 615px) {
  #ribbon-container .cls-btn {
    margin: 3px 11px 0;
    font-size: 11px;
  }
}

@media screen and (max-width: 615px) {
  .tp-container-inner {
    margin-bottom: 10px !important;
  }
}
.nsl-container .nsl-button-facebook[data-skin=light] {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25) !important;
  color: rgba(0, 0, 0, 0.54) !important;
}
.nsl-container .nsl-button-google[data-skin=light] {
  border-radius: 3px !important;
}
.nsl-container .nsl-button-default div.nsl-button-label-container {
  text-align: left !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.menu-top-right-menu-container {
  float: left;
}
.menu-top-right-menu-container .fa-search:before {
  margin: -14px 0px 0px -3px;
  position: absolute;
}

#menu-top-right-menu, #menu-top-right-menu-1 {
  list-style: none;
}
#menu-top-right-menu li, #menu-top-right-menu-1 li {
  float: left;
  text-transform: uppercase;
  padding-left: 5px;
}
#menu-top-right-menu li.has-border a, #menu-top-right-menu-1 li.has-border a {
  border: #ec1c24 1px solid;
  border-radius: 3px;
  color: #fff;
  padding: 4px 5px;
  margin-top: 4px;
  background: #ec1c24;
}
@media (max-width: 768px) {
  #menu-top-right-menu li.has-border a, #menu-top-right-menu-1 li.has-border a {
    margin-left: 6px;
  }
}
#menu-top-right-menu li.has-border a:hover, #menu-top-right-menu-1 li.has-border a:hover {
  color: #000;
}
#menu-top-right-menu li.search-toggle a, #menu-top-right-menu-1 li.search-toggle a {
  background: #fff;
  color: #000;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 10px;
  padding-left: 9px;
  margin-top: 12px;
}
#menu-top-right-menu li a, #menu-top-right-menu-1 li a {
  display: inline-block;
  padding: 10px;
  color: #000;
  font-family: "roboto", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  #menu-top-right-menu li a, #menu-top-right-menu-1 li a {
    padding: 5px 2px;
  }
}

@media (max-width: 768px) {
  .mobile-second-nav .search-toggle {
    display: none;
  }

  #menu-top-right-menu li:nth-child(2) {
    padding-left: 0;
  }
}
.side-widget.republication_tracker_tool button.republication-tracker-tool-button,
.widget.republication_tracker_tool button.republication-tracker-tool-button {
  background-color: #326891 !important;
  border: none !important;
  padding: 5px !important;
  text-shadow: none !important;
}

.republication_tracker_tool a.license {
  display: none !important;
}

.cc-license {
  display: none !important;
}

.message p {
  font-size: 14px;
  color: grey;
}

#newsletter-subscribe input[type=text], #newsletter-subscribe input[type=password], #newsletter-subscribe input[type=email] {
  border: 1px solid #000;
  margin-bottom: 5px;
  border-radius: 4px !important;
  width: 100%;
  max-width: 250px;
  height: 35px;
  padding: 5px;
}

.obp .absa-image {
  margin: 0 auto;
  padding-top: 15px;
}
.obp .lightgallery-icon {
  display: none !important;
}

.cli-switch input:checked + .cli-slider {
  background-color: #ec1c24;
}

@media screen and (max-width: 650px) {
  .food-justice {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 650px) {
  .food-justice {
    padding-top: 20px;
  }
}
.food-justice img {
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 1200px) and (max-width: 1359px) {
  .navbar .navbar-nav li a {
    padding: 9px 5px;
  }

  .logged-in .navbar .navbar-nav .dropdown {
    padding: 0;
    margin: 8px 0 0 5px;
  }

  #menu-top-right-menu li, #menu-top-right-menu-1 li {
    padding-left: 3px;
  }

  .logged-in .navbar .navbar-nav .dropdown {
    margin: 9px 0 0 0;
  }
}
div#cookie-law-info-bar {
  z-index: 999999;
}

.container-fluid {
  max-width: 1320px;
}

.dm-head-logo {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.dm-head-logo img {
  max-width: 400px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .dm-head-logo img {
    max-width: 275px;
  }
}

.single-announcement_events .dm-head-logo {
  display: none;
}
.single-announcement_events .article-content {
  width: fit-content;
}

.article-template-template-article-1 .masthead-intro, .article-template-template-article-1 .navbar, .single-opinion-piece .masthead-intro, .single-opinion-piece .navbar, .article-template-default .masthead-intro, .article-template-default .navbar {
  display: none;
}

.article-template-template-article-1 .article-content p:first-of-type::first-letter,
.article-template-template-article-2 .article-content p:first-of-type::first-letter,
.article-template-default .article-content p:first-of-type::first-letter,
.single-opinion-piece .article-content p:first-of-type::first-letter {
  font-size: 90px;
  float: left;
  line-height: 75px;
  padding: 0 5px 0 0;
  text-transform: uppercase; }

.article-template-template-article-1 article p:first-of-type::first-letter,
.article-template-template-article-2 article p:first-of-type::first-letter,
.article-template-default article p:first-of-type::first-letter,
.single-opinion-piece article p:first-of-type::first-letter {
  font-size: inherit !important;
  float: none !important;
  line-height: 1.5 !important;
  padding-right: 0 !important; }

.article-template-template-article-1 .comments-area p:first-of-type::first-letter,
.article-template-template-article-2 .comments-area p:first-of-type::first-letter,
.article-template-default .comments-area p:first-of-type::first-letter,
.single-opinion-piece .comments-area p:first-of-type::first-letter {
  font-size: inherit !important;
  float: none !important;
  line-height: 1.5 !important;
  padding-right: 0 !important;
}
.article-template-template-article-1 .comments-area p:first-of-type::first-letter,
.article-template-template-article-2 .comments-area p:first-of-type::first-letter,
.article-template-default .comments-area p:first-of-type::first-letter,
.single-opinion-piece .comments-area p:first-of-type::first-letter {
  font-size: inherit !important;
  float: none !important;
  line-height: 1.5 !important;
  padding-right: 0 !important;
}

.article-content.newsdeck-article p:first-of-type:first-letter, p.jp-relatedposts-post-excerpt:first-letter {
  font-size: inherit;
  float: none;
  line-height: inherit;
  padding: inherit;
}

.col-xs-12.col-sm-10.col-sm-offset-1 hr {
  display: none;
}

.footer-top-reads {
  background: #fff;
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
}

@media screen and (max-width: 765px) {
  .at-above-post.addthis_tool {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .at-above-post.addthis_tool .at-resp-share-element.at-mobile .at-share-btn {
    border-radius: 50% !important;
    background-color: #000 !important;
  }
  .at-above-post.addthis_tool a.at-icon-wrapper.at-share-btn.at-svc-facebook:hover {
    background-color: #3b5998 !important;
  }
  .at-above-post.addthis_tool a.at-icon-wrapper.at-share-btn.at-svc-twitter:hover {
    background-color: #55acee !important;
  }
  .at-above-post.addthis_tool a.at-icon-wrapper.at-share-btn.at-svc-whatsapp:hover {
    background-color: #4dc247 !important;
  }
  .at-above-post.addthis_tool a.at-icon-wrapper.at-share-btn.at-svc-email:hover {
    background-color: #848484 !important;
  }
}
.single-opinion-piece img.avatar {
  position: absolute;
  border-radius: 50%;
  top: -45px;
}
@media screen and (max-width: 600px) {
  .single-opinion-piece img.avatar {
    top: -15px;
  }
}
.single-opinion-piece .author-bar {
  width: 88%;
  border-bottom: none;
}
.single-opinion-piece .bio.author-bar {
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 0;
}

.author-bar {
  display: block;
  border-bottom: 1px solid #ccc;
  position: relative;
  line-height: 32px;
  width: 93%;
  float: right;
  margin-bottom: 10px;
}
.author-bar .pull-right {
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.author-bar .pull-right span:last-child {
  padding-left: 20px;
}
.author-bar span.author-name {
  display: block;
  float: left;
}
.author-bar span.author-name a {
  color: #000;
  font-weight: 300;
  font-family: "Georgia", serif;
}
.author-bar .author-bio {
  margin: 2px 0 0 30px;
}
.author-bar i.fa.fa-fw.fa-user-plus, .author-bar i.fa.fa-fw.fa-user-check, .author-bar i.fa.fa-user-times {
  font-size: 18px;
}
.author-bar a#getFollowAuthor {
  font-size: 13px;
  color: grey;
}
.author-bar span.author-follow.pull-right {
  display: block;
  position: relative;
  line-height: 30px;
}

.bio.author-bar p {
  font-size: 14px;
  line-height: 1.3;
  color: grey;
  padding-bottom: 0;
}

img.avatar.avatar-40.photo {
  border-radius: 50%;
  position: absolute;
}

/* Mobile Queries */
@media screen and (max-width: 600px) {
  .newsletter .container .heading h2 {
    margin: auto;
    line-height: inherit;
    border: none; }
  .newsletter .container .heading h2 span {
    padding: 0; }
  .newsletter .container .updatesection .btn-full {
    margin: 0 auto; }
  .single-opinion-piece img.avatar {
    position: relative;
    margin: -20px 0 -20px 0;
  }
  .single-opinion-piece .author-bar {
    width: 100%;
  }

  img.avatar.avatar-40.photo.img-responsive {
    margin: 5px 0;
    position: relative;
    display: none;
  }

  .author-bar {
    float: none;
    width: 100%;
    border-bottom: none;
  }
  .author-bar span.author-name {
    float: none;
    margin-left: 0;
  }
  .author-bar .author-bio {
    position: absolute;
    left: 75px;
    width: 78px;
    top: 32px;
  }
  .author-bar .author-bio i.fa.fa-fw.fa-user-plus {
    font-size: 16px;
    float: left;
    line-height: 26px;
  }
  .author-bar .comments {
    float: left !important;
    width: 100%;
  }
  .author-bar .comments span:last-child {
    margin: 0;
    float: right;
  }

  .bio.author-bar {
    float: left;
    padding-top: 5px;
    border-bottom: 1px solid #ccc;
  }
  .bio.author-bar p {
    margin-bottom: 6px;
  }
}
li.dropdown.login-mobile-profile a.login-button {
  margin-left: 6px;
  color: #065fd4;
  border-radius: 3px;
  border: 1px solid #065fd4;
}
li.dropdown.login-mobile-profile a.insider-button {
  border: #ec1c24 1px solid;
  border-radius: 3px;
  color: #fff;
  margin-left: 10px;
  background: #ec1c24;
}

/* elections-archive */
.elections-archive .section-updated-date,
.ukraine-war-archive .section-updated-date {
  margin: 0 auto 30px;
  max-width: 675px;
  border-bottom: 1px solid #ccc;
  font-family: "roboto", sans-serif;
}
.elections-archive .section-updated-date h4,
.ukraine-war-archive .section-updated-date h4 {
  padding-bottom: 5px;
}
.elections-archive .section-updated-date span,
.ukraine-war-archive .section-updated-date span {
  color: #999999;
  font-weight: 400;
}
.elections-archive .top-titles,
.ukraine-war-archive .top-titles {
  margin: 0 auto 20px;
  max-width: 700px;
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.elections-archive .top-titles .link-titles,
.ukraine-war-archive .top-titles .link-titles {
  position: relative;
}
.elections-archive .top-titles .link-titles a,
.ukraine-war-archive .top-titles .link-titles a {
  color: #333;
  text-decoration: underline !important;
}
.elections-archive .top-titles .link-titles a:hover,
.ukraine-war-archive .top-titles .link-titles a:hover {
  text-decoration: none !important;
}
.elections-archive .top-titles .link-titles a:hover > h1,
.ukraine-war-archive .top-titles .link-titles a:hover > h1 {
  opacity: 0.7;
}
.elections-archive .top-titles .link-titles h1,
.ukraine-war-archive .top-titles .link-titles h1 {
  font-size: 18px;
  margin: 15px 0;
  line-height: 25px;
}
.elections-archive .top-titles .link-titles:first-child h1,
.ukraine-war-archive .top-titles .link-titles:first-child h1 {
  font-size: 25px;
  font-weight: 600;
}
.elections-archive .top-titles .link-titles:before,
.ukraine-war-archive .top-titles .link-titles:before {
  content: ".";
  position: absolute;
  left: -15px;
  top: 0;
  font-size: 40px;
  line-height: 5px;
}
.elections-archive .block-item,
.ukraine-war-archive .block-item {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
}
.elections-archive .block-item .headline,
.ukraine-war-archive .block-item .headline {
  margin: 50px auto 30px;
  max-width: 700px;
}
.elections-archive .block-item .headline h1,
.ukraine-war-archive .block-item .headline h1 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.elections-archive .block-item span.image-caption,
.ukraine-war-archive .block-item span.image-caption {
  color: #666;
  padding-top: 5px;
  display: block;
}
.elections-archive .block-item .article-body-content,
.ukraine-war-archive .block-item .article-body-content {
  max-width: 700px;
  margin: 0 auto;
}
.elections-archive .block-item .article-text,
.ukraine-war-archive .block-item .article-text {
  position: relative;
  overflow: hidden;
}
.elections-archive .block-item .article-text p,
.ukraine-war-archive .block-item .article-text p {
  font-size: 18px;
  margin: 0;
  padding-bottom: 10px;
  display: -webkit-box;
}
.elections-archive .block-item .article-text p span,
.ukraine-war-archive .block-item .article-text p span {
  font-weight: inherit !important;
}

a.jp-relatedposts-post-a {
  color: #000;
  font-weight: 100 !important;
}

.dm-ad-free-toggle #ad-container {
  display: none; }

/** Touchbase Pro Newsletter Configuration */
.newsletter {
  padding-top: 0;
  margin-top: 0; }

.newsletter a {
  text-decoration: none; }

.newsletter h1 {
  font-size: clamp 43px, 3rem, 1.8rem;
  font-weight: unset;
  text-align: center;
  margin-bottom: 10px; }

.newsletter .container {
  margin: auto;
  background-color: #fff;
  padding: 0 30px; }

.newsletter .container.missing {
  display: none; }

.newsletter .container.error {
  display: none; }

.newsletter .nlcard.tbp_highlight {
  border-color: #ec1c24;
  background-color: #EFF4F5; }

.newsletter .sectioncontainer {
  display: flex;
  flex-direction: row;
  gap: 1em;
  margin-bottom: 2em;
  flex-wrap: wrap;
  text-align: left; }

.newsletter .sectionhead {
  display: block;
  width: 100%;
  text-align: left; }

.newsletter .nlcard {
  display: inline-block;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #707070;
  padding: 1.3rem;
  flex-basis: 48%;
  min-width: clamp(47%, 400px, 328px);
  max-width: 400px;
  overflow: hidden;
  cursor: pointer;
  /*flex-wrap: wrap;*/ }

.newsletter .nlcard:hover {
  border: 1px solid #bc1717;
  background-color: #eff4f5; }

.newsletter .nlcard:selected {
  border: 1px solid #000;
  background-color: #bc1717;
  color: #fff; }

.newsletter .nlimage {
  float: left;
  padding-right: 2rem;
  height: 100%;
  margin-bottom: 1rem; }

.newsletter .nlname {
  font-weight: bold;
  margin-bottom: 0.5rem; }

.newsletter .nltime {
  font-weight: 700;
  color: #bc1717; }

.newsletter .nlblurb {
  white-space: pre-line; }

.newsletter .checkbox {
  position: absolute;
  top: 5px;
  right: 5px; }

.newsletter .updatesection {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 1rem;
  margin: auto; }

.newsletter .updatesection a {
  text-decoration: none;
  color: #fff; }

.newsletter .btn-full {
  display: block;
  margin: 10px 0 0;
  min-width: 200px;
  max-width: 260px;
  text-align: center;
  border-radius: 0;
  height: 46px; }

.newsletter .btn-full:hover {
  color: #fff;
  border: none; }

@media (max-width: 724px) {
  .newsletter .sectioncontainer {
    flex-direction: column; } }

@media only screen and (max-width: 724px) {
  .newsletter .container {
    width: 100%;
    margin: auto;
    padding: 1rem; }
  .newsletter .updatesection {
    flex-direction: column; } }

/** End Touchbase Pro Newsletter Configuration */
