*,
*:hover,
*:active,
*:focus {
  outline: none;
  box-shadow: none; }

html, body {
  height: 100%; }

body {
  overflow-y: scroll;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  color: #1d1d1d;
  background-color: #fff;
  font-size: 14px; }

main {
  box-shadow: 0px 15px 60px #ededed !important;
  padding-bottom: 80px;
  min-height: 600px; }

.container-fluid {
  padding-right: 30px;
  padding-left: 30px; }
  .container-fluid:last-of-type .ecs-row:last-child {
    margin-bottom: 0; }

.card {
  border: 0 !important; }

ul.navbar {
  list-style: none;
  margin: 0px;
  padding: 0px;
  justify-content: flex-start; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "News Cycle", sans-serif;
  text-transform: uppercase;
  font-weight: 700; }

a {
  color: #343434;
  transition: all 0.4s ease-in-out 0s;
  outline: none; }
  a:hover {
    color: #DB4C4C;
    text-decoration: none; }

p {
  font-family: "Open Sans", sans-serif;
  padding: 5px 0px; }

.ecs-row {
  margin-bottom: 50px; }

.ecs-row.row-fourth {
  margin-bottom: 0px; }

.ecs-shadow {
  box-shadow: 0px 15px 60px #ededed; }

.ecs-tags {
  font-size: 12px;
  color: #59595A;
  text-transform: uppercase;
  color: #757575; }
  .ecs-tags--category {
    margin-right: 10px; }
  .ecs-tags--published-date {
    margin-right: 10px; }
  .ecs-tags--issue-number {
    margin-right: 10px; }
  .ecs-tags--author {
    text-transform: uppercase; }

.ecs-author {
  color: #a5a5a5;
  font-size: 12px; }

.ecs-page-title {
  font-size: 42px;
  line-height: 52px;
  opacity: 0.6;
  margin: 40px 0px 10px; }

@media (max-width: 768px) {
  .card-group {
    width: 100%; } }
@media (min-width: 768px) {
  .ecs-row {
    margin-bottom: 80px; }
    .ecs-row--2articles img {
      height: 425px; }
    .ecs-row--3articles img {
      height: 300px; } }
.animated {
  opacity: 0; }

.img {
  display: inline-block;
  width: 100%;
  background-color: #ccc; }

.lazyload,
.lazyloading {
  opacity: 0;
  display: inline-block;
  transform: scale(0.8); }

.lazyloaded {
  opacity: 1;
  display: inline-block;
  transform: scale(1);
  transition: all 700ms; }

.header {
  padding: 0;
  background: #f7f7f7;
  margin-bottom: 15px;
  box-shadow: 0px 15px 60px #ededed;
  border-bottom: 1px solid #e6e6e6; }
  .header__logo-wrap {
    padding: 8px 0; }
    .header__logo-wrap img {
      height: 20px;
      object-fit: contain;
      width: 100%;
      height: 45px; }

.ecs-home .header {
  padding-bottom: 5px; }

.top-header .social-nav {
  justify-content: space-evenly; }
  .top-header .social-nav .nav-link {
    padding: 5px 5px;
    color: #79797A;
    font-size: 16px;
    outline: none; }
  .top-header .social-nav button.btn-subscription {
    padding: 5px 5px;
    color: #79797A;
    background: none;
    border: none;
    font-size: 16px;
    outline: none;
    cursor: pointer; }
  .top-header .social-nav .nav-link:hover, .top-header .social-nav button:hover {
    color: #DB4C4C; }

.navbar.navbar-expand-md {
  padding: 0px; }

.navbar-nav .nav-link {
  font-family: "News Cycle", sans-serif;
  text-transform: uppercase;
  float: left;
  font-size: 13px; }

.ecs-header {
  padding-top: 32px;
  padding-bottom: 0; }
  .ecs-header__left {
    flex: 1; }
    .ecs-header__left > li > a {
      color: #a5a5a5; }
  .ecs-header__right {
    flex: 1;
    justify-content: flex-end; }

.ecs-main-menu__navbar {
  flex-direction: row; }
.ecs-main-menu .ecs-main-menu__navbar {
  margin: 5px 0px; }
.ecs-main-menu .ecs-main-menu__navbar .nav-item.last-item {
  border-left: 1px solid #4e4e4e;
  padding-left: 5px;
  margin-left: 10px; }
.ecs-main-menu .ecs-main-menu__navbar .nav-item .nav-link {
  color: #59595A;
  padding: 0;
  margin: 0px 8px; }
.ecs-main-menu__wrap {
  padding-top: 0;
  padding-bottom: 24px; }

.ecs-search-submit--xs-trigger {
  background: transparent url(../assets/magnifier.svg) no-repeat center center;
  background-size: 16px 16px;
  display: inline-block;
  width: 20px;
  height: 34px; }

@media (max-width: 768px) {
  .col-social-nav {
    width: 175px; }

  .col-btn-search {
    position: absolute;
    top: 30px;
    right: 0px; } }
@media (min-width: 768px) {
  .header {
    padding: 12px 0px;
    margin-bottom: 15px; }
    .header__logo-wrap {
      padding: 8px 0; }

  .navbar-nav .nav-link {
    font-size: 15px; }

  .top-header {
    padding-top: 5px; }
    .top-header .social-nav {
      margin-top: 25px;
      justify-content: right; }
    .top-header .social-nav .nav-link {
      margin-right: 10px; }
    .top-header .social-nav .nav-link:hover {
      color: #DB4C4C; }

  .ecs-main-menu__navbar {
    flex-direction: row; }
  .ecs-main-menu .ecs-main-menu__navbar .nav-item .nav-link {
    padding: 0px;
    margin: 0px 7px;
    line-height: 18px;
    position: relative; }
    .ecs-main-menu .ecs-main-menu__navbar .nav-item .nav-link::after {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 1px;
      background: #DB4C4C;
      content: '';
      opacity: 0;
      -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
      -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
      transition: height 0.3s, opacity 0.3s, transform 0.3s;
      -webkit-transform: translateY(-6px);
      -moz-transform: translateY(-6px);
      transform: translateY(-6px); }
    .ecs-main-menu .ecs-main-menu__navbar .nav-item .nav-link:hover {
      color: #000; }
      .ecs-main-menu .ecs-main-menu__navbar .nav-item .nav-link:hover::after {
        height: 4px;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px); }
  .ecs-main-menu__wrap {
    padding-bottom: 24px; } }
.ecs-our-publications .row {
  padding: 30px 0px; }
.ecs-our-publications .ecs-section-title {
  font-size: 20px;
  line-height: 30px;
  color: #a5a5a5;
  margin: 15px 0px; }
.ecs-our-publications__subscribe-btn {
  background: #DB4C4C;
  text-transform: uppercase;
  font-size: 16px; }
.ecs-our-publications__list a img {
  object-fit: contain;
  width: auto;
  height: 40px;
  max-width: 120px;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.4s ease-in-out; }
.ecs-our-publications__list a:hover img {
  opacity: 1;
  filter: grayscale(0%); }

.ecs-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #1d1d1d; }
  .ecs-footer a {
    color: #a5a5a5;
    font-size: 13px; }
    .ecs-footer a:hover {
      color: #DB4C4C; }
  .ecs-footer__upper {
    margin-left: 0px;
    margin-right: 30px; }
    .ecs-footer__upper .nav-link {
      padding: 6px 0;
      opacity: 0.6;
      font-size: 16px;
      line-height: 24px;
      text-transform: uppercase;
      font-family: "News Cycle", sans-serif; }
      .ecs-footer__upper .nav-link--sub {
        padding: 6px 0;
        font-size: 14px;
        line-height: 20px; }
  .ecs-footer__lower {
    margin: 40px 15px 0;
    padding: 40px 0 0;
    border-top: 1px solid #353535; }
    .ecs-footer__lower .ecs-copyright {
      padding-left: 0; }
      .ecs-footer__lower .ecs-copyright p {
        margin-bottom: 0;
        font-size: 12px;
        line-height: 18px;
        color: #5f5f5f;
        max-width: 680px; }
    .ecs-footer__lower .ecs-media-logo {
      width: auto;
      height: 50px; }
      .ecs-footer__lower .ecs-media-logo__wrap {
        padding-right: 0; }

.ecs-subscribe {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #292929;
  text-align: center; }
  .ecs-subscribe .ecs-section-title {
    font-size: 20px;
    line-height: 30px;
    color: #696969;
    margin-bottom: 8px; }
  .ecs-subscribe .ecs-stay-connected-desc p {
    margin-bottom: 0;
    color: #bdbdbd;
    font-size: 16px;
    line-height: 24px;
    padding: 0px; }
  .ecs-subscribe .ecs-subscribe-form {
    max-width: 400px;
    margin: 30px auto 0; }
    .ecs-subscribe .ecs-subscribe-form .ecs-email-form input {
      opacity: 0.8;
      transition: all 0.5s ease-in-out; }
      .ecs-subscribe .ecs-subscribe-form .ecs-email-form input:focus {
        opacity: 1;
        outline: none;
        border-color: #fff;
        box-shadow: none; }
    .ecs-subscribe .ecs-subscribe-form .ecs-btn {
      color: #fff;
      background: #DB4C4C;
      text-transform: uppercase;
      font-family: "News Cycle", sans-serif; }

.ecs-current-issue--footer {
  margin-top: 20px;
  margin-bottom: 20px; }
  .ecs-current-issue--footer img {
    max-width: 260px;
    box-shadow: 0 1px 26px rgba(0, 0, 0, 0.66); }

.ecs-current-issue--footer__wrap .nav-link--sub {
  margin-top: 8px;
  display: inline-block; }

.ecs-footer-menu {
  margin-bottom: 0px !important; }
  .ecs-footer-menu a {
    margin-bottom: 5px; }

.ecs-footer-menu2 {
  margin-top: 10px; }
  .ecs-footer-menu2 ul li {
    margin-bottom: 10px; }
    .ecs-footer-menu2 ul li a {
      padding: 12px 14px;
      min-width: 120px;
      width: 100%;
      text-align: center;
      display: inline-block; }

@media (min-width: 768px) {
  .ecs-footer {
    padding-top: 60px;
    padding-bottom: 40px; }

  .ecs-footer-menu {
    margin-bottom: 0px !important; }
    .ecs-footer-menu a {
      margin-bottom: 0; }

  .ecs-our-publications {
    width: 80%; }

  .ecs-footer-menu2 ul li {
    margin-bottom: 0; }
    .ecs-footer-menu2 ul li:not(:last-child) {
      margin-right: 16px;
      position: relative;
      display: inline-block; }
      .ecs-footer-menu2 ul li:not(:last-child)::after {
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.2);
        position: absolute;
        display: inline-block;
        right: -20px;
        top: 50%;
        transform: translateY(-50%); }
    .ecs-footer-menu2 ul li:not(:first-child) {
      margin-left: 20px; }
    .ecs-footer-menu2 ul li a {
      padding: 6px 0;
      min-width: auto; }

  .ecs-current-issue--footer {
    margin-top: -100px;
    margin-bottom: 40px; } }
.ecs-pagination__wrap {
  margin-top: 20px; }
.ecs-pagination .page-link {
  color: #1d1d1d;
  opacity: 0.8;
  text-transform: uppercase; }
  .ecs-pagination .page-link:hover {
    background: none;
    color: #DB4C4C;
    opacity: 1; }
.ecs-pagination .page-item.disabled .page-link, .ecs-pagination .page-item.active .page-link {
  opacity: 0.4; }
.ecs-pagination .page-item.active {
  position: relative; }
  .ecs-pagination .page-item.active::after {
    content: '';
    display: inline-block;
    width: 60%;
    height: 4px;
    background: #DB4C4C;
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%); }
  .ecs-pagination .page-item.active .page-link {
    background: none;
    color: #000; }

.ecs-search {
  width: 0px;
  min-height: 40px;
  background: #EDEDF0;
  position: absolute;
  z-index: 10000;
  top: 0px;
  right: 0px;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition-property: min-height, width, top, right;
  transition-property: min-height, width, top, right;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

#btn-ecs-search {
  width: 30px;
  height: 30px; }

.ecs-search.open {
  width: 100%;
  min-height: 100%;
  top: 0px;
  right: 0px; }

.ecs-search--popup.open {
  position: fixed; }

.ecs-search-form {
  width: 100%;
  height: 40px;
  margin: 0 auto;
  position: relative;
  -webkit-transition-property: width, height, -webkit-transform;
  transition-property: width, height, transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.ecs-search.open #btn-ecs-search {
  opacity: 0;
  margin-top: 10px; }

.ecs-search.open .ecs-search-form {
  width: 60%;
  height: 70px;
  transform: translate3d(0, 3em, 0); }

.ecs-search-input {
  width: 100%;
  height: 100%;
  padding: 0 10% 0 0px;
  font-weight: 700;
  border: none;
  background: transparent;
  font-size: 0.8em;
  color: #ec5a62;
  -webkit-transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1); }

.ecs-search-input::-ms-clear {
  /* remove cross in IE */
  display: none; }

.ecs-search.hideInput .ecs-search-input {
  color: transparent;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.ecs-search.open .ecs-search-input {
  font-size: 3em; }

/* placeholder */
.ecs-search-input::-webkit-input-placeholder {
  color: #999; }

.ecs-search-input:-moz-placeholder {
  color: #999; }

.ecs-search-input::-moz-placeholder {
  color: #999; }

.ecs-search-input:-ms-input-placeholder {
  color: #999; }

/* hide placeholder when active in Chrome */
.gn-search:focus::-webkit-input-placeholder {
  color: transparent; }

input[type="search"] {
  /* reset normalize */
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ecs-search-input:focus,
.ecs-search-submit:focus {
  outline: none; }

.ecs-search-submit {
  position: absolute;
  width: 40px;
  height: 40px;
  text-indent: 100px;
  overflow: hidden;
  right: 0;
  top: 55%;
  background: transparent url(../images/magnifier.svg) no-repeat center center;
  background-size: 100%;
  border: none;
  pointer-events: none;
  transform-origin: 50% 50%;
  opacity: 0;
  -webkit-transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);
  transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1); }

.ecs-search-submit--trigger {
  width: 20px;
  height: 20px;
  margin-right: -15px; }

a.ecs-search-submit {
  cursor: pointer; }

.ecs-search.open .ecs-search-submit,
a.ecs-search-submit {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(-30px, -50%, 0) scale3d(1, 1, 1);
  transform: translate3d(-30px, -50%, 0) scale3d(1, 1, 1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.ecs-search-close {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1); }

.ecs-search.open .ecs-search-close {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.ecs-search-close::before,
.ecs-search-close::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  border-radius: 3px;
  opacity: 0.2;
  background: #000; }

.ecs-search-close:hover.ecs-search-close::before,
.ecs-search-close:hover.ecs-search-close::after {
  opacity: 1; }

.ecs-search-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.ecs-search-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.ecs-search-content {
  color: #333;
  margin-top: 4.5em;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 30px 10.5%;
  background: #f1f1f1;
  position: absolute;
  pointer-events: none;
  opacity: 0; }
  .ecs-search-content h4 {
    margin-left: -10px;
    font-size: 15px;
    color: #888585;
    letter-spacing: 3px;
    margin-bottom: 15px; }

.ecs-search.open .ecs-search-content {
  opacity: 1;
  height: auto;
  overflow: visible;
  /* this breaks the transition of the children in FF: https://bugzilla.mozilla.org/show_bug.cgi?id=625289 */
  pointer-events: auto;
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
  width: 100vw; }

.dummy-column {
  width: 30%;
  padding: 0 0 6em;
  float: left;
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translateY(100px);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s; }

.ecs-search.open .dummy-column:first-child {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.ecs-search.open .dummy-column:nth-child(2) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s; }

.ecs-search.open .dummy-column:nth-child(3) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.ecs-search.open .dummy-column {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.dummy-column:nth-child(2) {
  margin: 0 5%; }

.dummy-column h2 {
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  color: #999;
  padding: 0.5em 0; }

.round {
  border-radius: 50%; }

.dummy-media-object {
  padding: 0.75em;
  display: block;
  margin: 0.3em 0;
  cursor: pointer;
  border-radius: 5px;
  background: rgba(118, 117, 128, 0.05); }

.dummy-media-object:hover,
.dummy-media-object:focus {
  background: rgba(118, 117, 128, 0.1); }

.dummy-media-object img {
  display: inline-block;
  width: 50px;
  margin: 0 10px 0 0;
  vertical-align: middle; }

.dummy-media-object h3 {
  vertical-align: middle;
  font-size: 0.85em;
  display: inline-block;
  font-weight: 700;
  margin: 0 0 0 0;
  width: calc(100% - 70px);
  color: rgba(145, 145, 145, 0.7); }

.dummy-media-object:hover h3 {
  color: #ec5a62; }

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.ecs-search.open ~ .overlay {
  opacity: 1; }

.search-recent {
  margin-bottom: 10px; }
  .search-recent .col-md-8,
  .search-recent .col-md-4 {
    padding-right: 5px;
    padding-left: 5px; }
  .search-recent .ecs-recents--list--title {
    font-size: 17px;
    color: #484848;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: none;
    transition: all 0.5s ease-in-out; }
  .search-recent:hover .ecs-recents--list--title {
    color: #DB4C4C; }

@media screen and (max-width: 53.125em) {
  .ecs-search-input {
    padding: 0 25% 0 10px; }

  .ecs-search.open .ecs-search-input {
    font-size: 2em; }

  .dummy-column {
    float: none;
    width: auto;
    padding: 0 0 2em; }

  .dummy-column:nth-child(2) {
    margin: 0; }

  .ecs-search.open .ecs-search-submit {
    -webkit-transform: translate3d(0, -50%, 0) scale3d(0.5, 0.5, 1);
    transform: translate3d(0, -50%, 0) scale3d(0.5, 0.5, 1); } }
.ecs-search-page .ecs-search {
  position: relative;
  background: none;
  top: 0px;
  margin: 0px;
  padding: 0px;
  height: 110px;
  border: 0px;
  z-index: 1000; }
  .ecs-search-page .ecs-search .ecs-search-input {
    border-bottom: 1px solid #e9e9e9;
    text-align: center; }

.ecs-searched-keywords a {
  font-size: 15px;
  color: #484848;
  opacity: 0.7;
  font-weight: 700;
  margin-right: 12px;
  margin-bottom: 6px;
  display: inline-block;
  transition: all 0.5s ease-in-out; }
  .ecs-searched-keywords a:hover {
    color: #DB4C4C; }

.ecs-current-issue .card-body {
  padding: 15px 0 0; }
.ecs-current-issue .ecs-article-title {
  font-family: "News Cycle", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 0; }
.ecs-current-issue__links li {
  padding: 5px 0 0;
  font-size: 14px;
  border: 0; }
  .ecs-current-issue__links li:first-child {
    padding-top: 0; }

.ecs-feature-article .align-self-center,
.ecs-feature-article--two .align-self-center,
.ecs-card .align-self-center,
.ecs-row__single-article .align-self-center {
  padding: 0 30px 0px 10%; }
.ecs-feature-article img,
.ecs-feature-article--two img,
.ecs-card img,
.ecs-row__single-article img {
  box-shadow: 0 1px 26px rgba(0, 0, 0, 0.267);
  transition: opacity 0.669s ease;
  object-fit: cover;
  object-position: center 10%;
  width: auto; }

.ecs-feature-article--wrap {
  margin-bottom: 30px; }
  .ecs-feature-article--wrap:hover {
    color: #1d1d1d; }
    .ecs-feature-article--wrap:hover .ecs-feature-article--title {
      color: #DB4C4C; }
.ecs-feature-article--content-wrap {
  padding-right: 0;
  padding-left: 0; }
.ecs-feature-article--title {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #1d1d1d;
  font-size: 26px; }
.ecs-feature-article--body {
  color: #a5a5a5; }
  .ecs-feature-article--body p:last-child {
    margin-bottom: 0; }
.ecs-feature-article img {
  height: 200px; }

.ecs-feature-article--two img {
  height: 230px; }
.ecs-feature-article--two .ecs-card:first-child {
  margin-bottom: 30px; }
.ecs-feature-article--two .ecs-card .card-img-overlay {
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease-in-out; }
.ecs-feature-article--two .ecs-card .ecs-article-title {
  padding: 0;
  margin: 0;
  color: #fff; }
.ecs-feature-article--two .ecs-card:hover .card-img-overlay {
  background: rgba(0, 0, 0, 0.5); }

.ecs-recents--title {
  color: #a5a5a5;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  margin-top: -3px; }
.ecs-recents--list--item {
  border: none;
  margin: 4px 0px;
  padding: 5px 0px 10px;
  border-bottom: 1px solid #ededed;
  display: block;
  background: none; }
  .ecs-recents--list--item:hover {
    background: #fff; }
    .ecs-recents--list--item:hover .ecs-recents--list--title {
      color: #DB4C4C; }
.ecs-recents--list--title {
  font-size: 18px;
  color: #1d1d1d;
  margin-bottom: 5px; }
.ecs-recents--list .ecs-author,
.ecs-recents--list .ecs-tags {
  margin-top: 5px; }

.ecs-section-title {
  font-family: "News Cycle", sans-serif;
  font-size: 42px;
  color: #d8d8d8;
  margin-bottom: 30px; }

.ecs-card {
  margin-bottom: 30px; }
  .ecs-card .card-header {
    background-color: #fff; }
  .ecs-card:hover .ecs-article-title {
    color: #DB4C4C; }
  .ecs-card .ecs-article-title {
    font-size: 24px;
    line-height: 28px;
    color: #1d1d1d;
    padding: 15px 0 0;
    margin-bottom: 10px; }
  .ecs-card .card-body {
    padding: 0; }

.ecs-sections img {
  height: 250px; }
.ecs-sections .card-img-overlay {
  background: rgba(0, 0, 0, 0.2); }
.ecs-sections .ecs-article-title {
  font-size: 30px;
  color: #fff;
  padding: 20px 0;
  margin-bottom: 0;
  position: absolute;
  bottom: 20px; }

.ecs-article-title {
  font-size: 24px;
  line-height: 32px;
  color: #1d1d1d;
  padding: 15px 15px 0;
  margin-bottom: 10px; }

.ecs-article-description {
  margin-top: 5px;
  color: #818181; }
  .ecs-article-description p:last-child {
    margin-bottom: 0; }

.ecs-more-btn {
  background: #fff;
  border: 2px solid #1d1d1d;
  color: #1d1d1d;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "News Cycle", sans-serif; }
  .ecs-more-btn:hover {
    background: #DB4C4C;
    border-color: #DB4C4C; }
  .ecs-more-btn--wrap {
    margin-top: 80px; }
  .ecs-more-btn:active, .ecs-more-btn:focus, .ecs-more-btn:not(:disabled):not(.disabled):active, .ecs-more-btn:not(:disabled):not(.disabled):active:focus {
    border: 2px solid #C54042;
    box-shadow: none;
    background: #C54042; }

.ecs-row__single-article .ecs-article-title {
  padding: 0; }
.ecs-row__single-article .ecs-author {
  margin-top: 5px; }

.ecs-row--photo-stories {
  padding: 60px 0px; }
  .ecs-row--photo-stories__wrap {
    background: #fafafa;
    background: #f7f7f7;
    margin-top: 0; }
  .ecs-row--photo-stories .ecs-more-btn--wrap {
    margin-top: 40px; }
  .ecs-row--photo-stories .ecs-article-title {
    color: #fff;
    padding: 0 0 0 15px;
    position: relative;
    font-weight: 200; }
    .ecs-row--photo-stories .ecs-article-title::before {
      content: '';
      width: 2px;
      height: 100%;
      background: #fff;
      display: inline-block;
      position: absolute;
      bottom: 0;
      left: 0;
      opacity: 0.3; }
  .ecs-row--photo-stories .card-img-overlay {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); }

.row-third {
  margin: 60px 0px; }

.ecs-shadow {
  box-shadow: 0px 15px 60px #ededed;
  height: 80px; }

@media (min-width: 768px) {
  .ecs-feature-article img {
    height: 380px; }

  .ecs-feature-article--wrap {
    margin-bottom: 0; }
  .ecs-feature-article--content-wrap {
    padding-right: 15px;
    padding-left: 15px; }

  .ecs-card {
    margin-bottom: 0; }
    .ecs-card .ecs-article-title {
      padding: 15px 15px 0; }
    .ecs-card .card-body {
      padding: 0 15px; }

  .ecs-row--photo-stories__wrap {
    margin-top: 45px; }
  .ecs-row--photo-stories .ecs-more-btn--wrap {
    margin-top: 40px; }

  .ecs-sections img {
    height: 400px; }

  .ecs-row__single-article .ecs-article-title {
    padding: 0; }
  .ecs-row__single-article .ecs-author {
    margin-top: 5px; } }
.ecs-article__comments {
  margin: 80px 0px 0px; }
.ecs-article__body {
  font-size: 15px;
  line-height: 28px; }
.ecs-article__header {
  margin-top: 5px; }
  .ecs-article__header .ecs-tags {
    font-size: 13px;
    margin: 15px 0px;
    color: #616161;
    line-height: 24px; }
    .ecs-article__header .ecs-tags--category {
      margin-right: 12px;
      padding-right: 12px;
      border-right: 2px solid #e2e2e2; }
    .ecs-article__header .ecs-tags--published-date {
      padding-left: 12px;
      border-left: 2px solid #e2e2e2; }
  .ecs-article__header .ecs-article-title {
    font-size: 48px;
    line-height: 58px; }
  .ecs-article__header .ecs-author {
    font-size: 16px;
    line-height: 28px;
    color: #a5a5a5; }
.ecs-article__photographer {
  font-size: 14px;
  color: #a5a5a5;
  font-weight: 500;
  margin-top: 12px; }
.ecs-article__next {
  margin-bottom: 60px; }
  .ecs-article__next__title {
    margin-top: 28px;
    transition: all 0.4s ease-in-out; }
    .ecs-article__next__title span {
      font-size: 18px;
      line-height: 28px;
      text-transform: uppercase;
      font-weight: bold;
      padding-right: 12px; }
  .ecs-article__next:hover .ecs-article__next__title {
    color: #DB4C4C; }
  .ecs-article__next .ecs-article-title {
    display: inline-block;
    font-size: 42px;
    line-height: 50px;
    padding: 0 0 28px;
    margin: 28px 0 0;
    color: #fff;
    border-bottom: 4px solid #DB4C4C; }
  .ecs-article__next__img__wrap {
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=1); }

.addthis_inline_share_toolbox_qrvz_xxq3 {
  margin-top: 35px; }
  .addthis_inline_share_toolbox_qrvz_xxq3 table {
    display: inline; }
  .addthis_inline_share_toolbox_qrvz_xxq3 .at4-jumboshare .at4-count-container {
    min-width: 140px;
    padding: 0px; }

.ecs-single .row-third {
  margin: 0px; }
.ecs-single .row-third.ecs-row {
  padding: 0px; }

.ecs-archive__year-selector {
  overflow-x: scroll; }
  .ecs-archive__year-selector--top {
    margin-bottom: 60px; }
.ecs-archive__year {
  font-size: 18px;
  line-height: 28px;
  font-family: "News Cycle", sans-serif;
  margin: 30px 20px 0;
  padding: 8px 0; }
  .ecs-archive__year a {
    opacity: 0.3; }
    .ecs-archive__year a:hover {
      opacity: 1; }
  .ecs-archive__year.active {
    background: none;
    position: relative; }
    .ecs-archive__year.active::after {
      content: '';
      background: #DB4C4C;
      width: 100%;
      height: 4px;
      display: inline-block;
      position: absolute;
      bottom: 0;
      left: 0; }
    .ecs-archive__year.active a {
      color: #000;
      opacity: 0.7; }
.ecs-archive__issue {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #efefef; }
  .ecs-archive__issue__cover {
    text-align: center; }
  .ecs-archive__issue img {
    width: 100%;
    margin-top: 20px;
    height: auto;
    box-shadow: 0 1px 26px rgba(0, 0, 0, 0.267);
    max-width: 200px; }
  .ecs-archive__issue__download {
    width: 100%;
    margin-top: 24px;
    border: 2px solid #1d1d1d;
    background: #fff;
    border-radius: 0;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    transition: all 0.4s ease-in-out; }
    .ecs-archive__issue__download:hover {
      background: #DB4C4C;
      border-color: #DB4C4C; }
  .ecs-archive__issue__month {
    font-size: 32px;
    line-height: 42px; }
  .ecs-archive__issue__number {
    font-size: 12px;
    color: #9a9a9a;
    text-transform: uppercase; }
  .ecs-archive__issue__content-links {
    padding: 0;
    list-style: none; }
    .ecs-archive__issue__content-links--toc {
      color: #59595A;
      font-size: 14px;
      line-height: 24px;
      margin: 12px 0;
      text-align: center; }
      .ecs-archive__issue__content-links--toc div:not(:last-child) {
        margin-bottom: 10px; }
    .ecs-archive__issue__content-links--editorial {
      color: #59595A; }
    .ecs-archive__issue__content-links li {
      width: auto;
      margin-left: 15px; }
      .ecs-archive__issue__content-links li a {
        font-size: 14px;
        margin: 6px 24px 0 0;
        line-height: 22px;
        display: inline-block;
        position: relative; }
        .ecs-archive__issue__content-links li a::before {
          content: '';
          display: inline-block;
          width: 5px;
          height: 5px;
          border-radius: 4px;
          background: #DB4C4C;
          opacity: 0.4;
          position: absolute;
          left: -15px;
          top: 9px; }

@media (min-width: 768px) {
  .ecs-archive__issue img {
    margin-top: 60px; }
  .ecs-archive__issue__content-links--toc div:not(:last-child) {
    margin-bottom: 0; } }
.ecs-list__sub-menu {
  width: 100%;
  max-height: 80px;
  max-width: 240px;
  text-align: center;
  color: #fff;
  height: auto;
  margin-right: 24px;
  overflow: hidden; }
  .ecs-list__sub-menu .card-title {
    margin-bottom: 0;
    min-height: 80px;
    line-height: 80px;
    font-size: 22px;
    text-transform: uppercase; }
  .ecs-list__sub-menu .card-img-overlay {
    padding: 0;
    background: rgba(0, 0, 0, 0.2); }
  .ecs-list__sub-menu__list {
    margin-top: 30px;
    justify-content: center; }

@media (max-width: 1010px) {
  .ecs-list__sub-menu {
    min-width: 190px; }
    .ecs-list__sub-menu__list {
      overflow: auto;
      justify-content: left; } }
.ecs-photos .photo-caption {
  max-width: 600px;
  text-align: center;
  margin: auto;
  color: #6f6f6f;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  border-radius: 18px;
  box-shadow: 0px 5px 25px -4px #ccc;
  margin-top: 10px;
  background: #fff;
  padding: 20px; }

.ecs-404 {
  background-color: #e4e4e4; }
  .ecs-404 * {
    margin: 0px auto;
    padding: 0px;
    text-align: center; }
  .ecs-404 .cont_principal {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .ecs-404 .cont_error {
    position: absolute;
    width: 100%;
    height: 300px;
    top: 50%;
    margin-top: -150px; }
    .ecs-404 .cont_error .ecs-logo__wrap img {
      width: 120px;
      height: auto;
      filter: grayscale(1);
      opacity: 0.68; }
  .ecs-404 .cont_error > h1 {
    font-family: "News Cycle", sans-serif;
    font-weight: 400;
    font-size: 80px;
    color: #a5a5a5;
    position: relative;
    left: -100%;
    transition: all 0.5s; }
  .ecs-404 .cont_error > p {
    font-family: "News Cycle", sans-serif;
    font-size: 16px;
    color: #1d1d1d;
    position: relative;
    left: 100%;
    transition: all 0.5s;
    transition-delay: 0.5s;
    -webkit-transition: all 0.5s;
    -webkit-transition-delay: 0.5s; }
  .ecs-404 .cont_error > .ecs-btn--home a {
    display: inline-block;
    background: #DB4C4C;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 48px;
    height: 48px;
    padding: 0 32px;
    border-radius: 24px;
    margin-top: 24px; }
  .ecs-404 .cont_error_active > .cont_error > h1 {
    left: 0%; }
  .ecs-404 .cont_error_active > .cont_error > p {
    left: 0%; }

@media (min-width: 768px) {
  .ecs-404 .cont_error .ecs-logo__wrap img {
    width: 186px; }
  .ecs-404 .cont_error > h1 {
    font-size: 150px; }
  .ecs-404 .cont_error > p {
    font-size: 24px; }
  .ecs-404 .cont_error > .ecs-btn--home a {
    display: inline-block;
    background: #DB4C4C;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 48px;
    height: 48px;
    padding: 0 32px;
    border-radius: 24px;
    margin-top: 24px; }
  .ecs-404 .bar1 {
    position: absolute;
    width: 300px;
    height: 120%;
    top: 25px;
    right: -340px;
    background-color: #DB4C4C;
    box-shadow: 0px 0px 60px 20px rgba(219, 76, 76, 0.5);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 50%; }
  .ecs-404 .bar2 {
    position: absolute;
    width: 100%;
    height: 300px;
    left: -10%;
    top: -280px;
    background-color: #2e3192;
    box-shadow: 0px 0px 60px 10px rgba(46, 49, 146, 0.5), 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    z-index: 5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 50%; }
  .ecs-404 .cont_error_active > .bar2 {
    animation-name: animation_error_2;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transform: rotate(-20deg); }
  .ecs-404 .cont_error_active > .bar1 {
    transform: rotate(20deg);
    right: -170px;
    animation-name: animation_error_1;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate; }
  @-webkit-keyframes animation_error_1 {
    from {
      -webkit-transform: rotate(20deg);
      transform: rotate(20deg); }
    to {
      -webkit-transform: rotate(25deg);
      transform: rotate(25deg); } }
  @-o-keyframes animation_error_1 {
    from {
      -webkit-transform: rotate(20deg);
      transform: rotate(20deg); }
    to {
      -webkit-transform: rotate(25deg);
      transform: rotate(25deg); } }
  @-moz-keyframes animation_error_1 {
    from {
      -webkit-transform: rotate(20deg);
      transform: rotate(20deg); }
    to {
      -webkit-transform: rotate(25deg);
      transform: rotate(25deg); } }
  @keyframes animation_error_1 {
    from {
      -webkit-transform: rotate(20deg);
      transform: rotate(20deg); }
    to {
      -webkit-transform: rotate(25deg);
      transform: rotate(25deg); } }
  @-webkit-keyframes animation_error_2 {
    from {
      -webkit-transform: rotate(-15deg);
      transform: rotate(-15deg); }
    to {
      -webkit-transform: rotate(-20deg);
      transform: rotate(-20deg); } }
  @-o-keyframes animation_error_2 {
    from {
      -webkit-transform: rotate(-15deg);
      transform: rotate(-15deg); }
    to {
      -webkit-transform: rotate(-20deg);
      transform: rotate(-20deg); } }
  @-moz-keyframes animation_error_2 {
    from {
      -webkit-transform: rotate(-15deg);
      transform: rotate(-15deg); }
    to {
      -webkit-transform: rotate(-20deg);
      transform: rotate(-20deg); } }
  @keyframes animation_error_2 {
    from {
      -webkit-transform: rotate(-15deg);
      transform: rotate(-15deg); }
    to {
      -webkit-transform: rotate(-20deg);
      transform: rotate(-20deg); } } }

/*# sourceMappingURL=style.css.map */
