/* reset boostrap css */

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #e70223;
  text-decoration: none;
}

button:focus,
*:focus {
  outline: 0;
}

nav ul {
  margin-bottom: 0;
  padding-left: 0;
}

nav li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

figure img {
  width: 100%;
}


/* styling */

.container-fluid {
  max-width: 1220px;
}

body {
  color: black;
  font: 12px/17px Helvetica, sans-serif;
  position: relative;
}


/* header */

.ph .logo {
  font-size: 0;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.logo a {
  display: block;
  width: 213px;
  height: 22px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
}

.ph .logo a {
  background-image: url(../images/logo.svg);
  transition: 0.3s;
}

.ph .btn {
  background-color: #e70223;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 13px;
  line-height: 13px;
  padding: 9px 19px;
  height: 30px;
}

.ph .btn:hover {
  background-color: black;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px;
  cursor: pointer;
}

.icon-menu {
  background-image: url(../images/icon_menu.svg);
  background-size: 30px;
}

.icon-search {
  background-image: url(../images/icon_search2.svg);
  background-size: 18px;
}

.showMenu .icon-menu,
.showSearch .icon-search {
  background-image: url(../images/icon_close.svg);
  background-size: 24px;
}

.ph {
  border-bottom: 1px solid #e5e5e5;
}

.ph .social a {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  border-radius: 3px;
}

.ph .social .facebook {
  background-image: url(../images/social_facebook2.svg);
}

.ph .social .facebook:hover {
  background-color: #3b5998;
  background-image: url(../images/social_facebook.svg);
}

.ph .social .twitter {
  background-image: url(../images/social_twitter2.svg);
}

.ph .social .twitter:hover {
  background-color: #1da1f2;
  background-image: url(../images/social_twitter.svg);
}

.ph .social .rss {
  background-image: url(../images/social_rss2.svg);
}

.ph .social .rss:hover {
  background-color: #f26522;
  background-image: url(../images/social_rss.svg);
}

.ph .container-fluid {
  position: relative;
}

.ph .searchform form {
  position: absolute;
  bottom: 0;
  /* search toggle 30px, container right padding 15px */
  right: 45px;
  width: 0;
  transition: 0.3s;
}

.ph .searchform form input {
  margin: 0;
  height: 30px;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.ph .searchform form .form-text {
  /* search toggle 30px */
  width: calc(100% - 30px);
  text-indent: 10px;
}

.ph .searchform form .form-submit {
  width: 30px;
  background: url(../images/icon_search.svg) center / 18px no-repeat #e70223;
  border: 0;
}

.showSearch .searchform form {
  /* search toggle 30px, container padding 30px */
  width: calc(100% - 60px);
}

.showSearch .searchform .form-text {
  border: 1px solid #e5e5e5;
}

.pn {
  font-weight: bold;
  font-size: 13px;
  background-color: white;
}

.pn a {
  display: block;
  padding: 13px 15px 11px;
}

.pn a:hover {
  background-color: #e70223;
  color: white;
}

.pn .current {
  color: #e70223;
}

@media (min-width: 768px) {
  .ph {
    padding-top: 45px;
    padding-bottom: 35px;
  }
  .ph .logo {
    top: 3px;
  }
  .icon-menu {
    display: none;
  }
  .pn {
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, .05);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, .05);
  }
  .pn li {
    flex-grow: 1;
    text-align: center;
  }
  .pn a {
    padding-left: 0;
    padding-right: 0;
  }
  .scrollHeader .pn {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
}

@media (min-width: 992px) {
  .ph .logo {
    top: -10px;
  }
  .ph .logo a {
    width: 335px;
    height: 35px;
  }
  .ph .btn {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 35px;
  }
  .showMenu {
    overflow-y: hidden;
  }
  .ph {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    height: 35px;
  }
  .ph .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ph .btn,
  .ph .social,
  .ph time {
    display: none;
  }
  .icon {
    height: 35px;
    position: absolute;
    z-index: 1;
    top: 0;
  }
  .icon-menu {
    left: 0;
  }
  .icon-search {
    right: 0;
  }
  .ph .searchform {
    position: absolute;
    top: 0px;
    right: 0;
    height: 30px;
  }
  .ph .searchform form {
    right: 30px;
    bottom: -2px;
  }
  .showSearch .searchform {
    width: calc(100vw - 30px);
  }
  .showSearch .searchform form {
    width: calc(100% - 30px);
  }
  .pn {
    position: fixed;
    z-index: 101;
    top: 34px;
    left: 0;
    width: 100%;
    height: calc(100vh - 34px);
    overflow-y: auto;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .pn .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .showMenu .pn {
    opacity: 1;
    visibility: visible;
  }
}


/* footer */

.pf {
  background-color: black;
  color: #8d8c8c;
}

.pf a {
  color: white;
}

.pf a:hover {
  text-decoration: underline;
}

.pf .top {
  border-bottom: 1px solid #2e2e2e;
  padding-top: 40px;
  padding-bottom: 23px;
}

.pf .logo a {
  background-image: url(../images/logo2.svg);
}

.pf .label {
  font-size: 10px;
  color: #999;
}

.pf nav {
  padding-top: 17px;
}

.pf nav ul {
  padding-bottom: 13px;
}

.pf nav li {
  font-size: 14px;
  padding-top: 5px;
}

.pf .copyright {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pf .social a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.pf .social .facebook::before {
  background-image: url(../images/social_facebook.svg);
  background-size: 14px;
}

.pf .social .twitter::before {
  background-image: url(../images/social_twitter.svg);
  background-size: 12px;
}

.pf .social .rss::before {
  background-image: url(../images/social_rss.svg);
  background-size: 10px;
}


/* content */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: "Georgia", serif;
}

.bt {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}

.bb {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}

.b-l {
  border-left: 1px solid #e5e5e5;
}

@media (min-width: 576px) {
  .b-sm-l {
    border-left: 1px solid #e5e5e5;
  }
}

@media (min-width: 768px) {
  .b-md-l {
    border-left: 1px solid #e5e5e5;
  }
}

@media (min-width: 992px) {
  .b-lg-l {
    border-left: 1px solid #e5e5e5;
  }
}

.latest {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 19px;
  padding-bottom: 18px;
}

.latest a {
  font-weight: bold;
  font-size: 13px;
  margin-left: 10px;
  margin-right: 10px;
}

.block-list {
  padding-left: 0;
  margin-bottom: 0;
  counter-reset: my-awesome-counter;
}

.block-list li {
  list-style: none;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  padding-bottom: 20px;
}

.block-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

ol.block-list li {
  position: relative;
  padding-left: 21px;
  counter-increment: my-awesome-counter;
}

ol.block-list li::before {
  content: counter(my-awesome-counter);
  position: absolute;
  top: 20px;
  left: 0;
  color: #e70223;
  font-size: 21px;
  line-height: 21px;
}

ol.block-list li:first-child::before {
  top: 0;
}

figure.float-right {
  margin-left: 15px;
  margin-bottom: 0;
}

.brand {
  color: #e70223;
}

.category {
  color: #e70223;
  font-weight: bold;
  text-transform: uppercase;
}

.title {
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
}

.block-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 15px;
}

.byline a {
  font-weight: bold;
}

.block {
  margin-bottom: 30px;
}

.section-blocks .col-6 {
  margin-bottom: 30px;
}

.section-blocks .col-6:nth-of-type(even) {
  border-left: 1px solid #e5e5e5;
}

@media (min-width: 992px) {
  .section-blocks {
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
  }
  .section-blocks .col-6:nth-of-type(4n+4),
  .section-blocks .col-6:nth-of-type(4n+3) {
    border-left: 1px solid #e5e5e5;
  }
}

.section-blocks .category {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
}

.section-blocks figure {
  width: 66px;
}

.section-blocks .title {
  font-size: 15px;
  line-height: 18px;
}

.section-blocks li {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* subscribe */

.subscribe-block {
  background-color: #f1f1f1;
  padding: 25px 30px;
}
.subscribe-block h3 {
  color: #d00521;
  font: bold 22px/22px "Helvetica", sans-serif;
  margin-bottom: 8px;
}
.subscribe-block p {
  font: 14px/18px "Helvetica", sans-serif;
  color: #161515;
  margin-bottom: 17px;
}
.subscribe-block input {
  border-radius: 0;
  border: 0;
  height: 39px;
  padding: 0;
}
.subscribe-block input[type="email"] {
  color: #5f5c5c;
  font: 14px/14px "Helvetica", sans-serif;
  background-color: white;
  text-indent: 20px;
  flex: 1;
}
.subscribe-block input[type="submit"] {
  background-color: #d00521;
  color: white;
  font: bold 20px/39px "Helvetica", sans-serif;
  width: 170px;
  text-align: center;
  cursor: pointer;
  margin-left: 7px;
}

.page-middle {
  background-color: #f0f1f3;
  padding-top: 20px;
  padding-bottom: 25px;
  margin-bottom: 35px;
}

.page-bottom .label,
.page-middle .label {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #666;
  margin-bottom: 9px;
}

.page-bottom {
  padding-top: 30px;
  padding-bottom: 35px;
}

.section-title {
  font-size: 30px;
  line-height: 30px;
  color: #e70223;
  text-transform: uppercase;
  padding-top: 40px;
  padding-bottom: 5px;
}

.section-block summary {
  margin-bottom: 10px;
}

.section-list {
  margin-top: 12px;
  border-top: 1px solid #e5e5e5;
}

.section-list>div {
  padding-top: 18px;
  padding-bottom: 18px;
}

.section-list .byline {
  margin-bottom: 10px;
}

.section-list figure {
  margin-bottom: 0;
  width: 135px;
  margin-left: 20px;
}

.pager {
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
  line-height: 20px;
  color: #777;
  padding-top: 30px;
  padding-bottom: 30px;
}

.pager li {
  list-style: none;
  display: inline-block;
  border: 1px solid #ddd;
  min-width: 24px;
}

.pager .current {
  color: #e70223;
}

.pager a {
  display: block;
  padding-left: 6px;
  padding-right: 6px;
}

.pager a:hover {
  background-color: #e70223;
  color: white;
}

.breadcrumbs {
  padding-top: 20px;
  padding-bottom: 25px;
}

.page-top {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 15px;
}

.article-body {
  font-size: 18px;
  line-height: 24px;
}

.article-body p {
  margin-bottom: 24px;
}

.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6 {
  font-family: inherit;
}

.article-body a {
  color: #e70223;
  text-decoration: underline;
}

.article-body a:hover {
  text-decoration: none;
}

.article-content figcaption {
  padding-top: 6px;
  padding-bottom: 10px;
}
.article-content div.caption{
  padding-top: 6px;
  padding-bottom: 10px;
  font: 12px/17px Helvetica, sans-serif;
}

.article-header {
  padding-bottom: 15px;
}

.article-header em{
  font-size: 17px;
  margin-bottom: 0.5rem;
}

.article-header .byline a {
  font-weight: normal;
  color: #216fd9;
}

.article-header .byline a:hover {
  text-decoration: underline;
}

.article-header .social,
.article-header .byline {
  padding-bottom: 15px;
}

.article-header .social a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 0;
  display: inline-block;
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  background-color: #878888;
  margin-left: 3px;
}

.article-header .social .facebook {
  background-image: url(../images/social_facebook.svg);
  background-color: #3d5b96;
}

.article-header .social .twitter {
  background-image: url(../images/social_twitter.svg);
  background-color: #2aa3ef;
}

.article-header .social .instagram {
  background-image: url(../images/social_instagram.svg);
  background-color: #cb0f64;
}

.article-header .social .print {
  background-image: url(../images/icon_printer.svg);
}

.article-header .social .mail {
  background-image: url(../images/icon_mail.svg);
}

.article-tags {
  font-size: 14px;
  line-height: 23px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.article-tags a {
  text-decoration: underline;
  color: #e70223;
}

.article-tags a:hover {
  text-decoration: none;
}

.article-tags strong {
  font-weight: normal;
  background-color: #e70223;
  color: white;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 12px;
}

.article-source {
  font-size: 13px;
  color: rgba(39, 37, 35, .86);
  padding-bottom: 35px;
}