@font-face {
  font-family: BlinkMacSystemFont, -apple-system, Proxima-Nova, Proxima Nova, Helvetica, Arial, san-serif;
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: BlinkMacSystemFont, -apple-system, Proxima-Nova, Proxima Nova, Helvetica, Arial, san-serif;
  font-weight: 600;
  font-style: normal;
}

body, body * {font-family: BlinkMacSystemFont, -apple-system, Proxima-Nova, Proxima Nova, Helvetica, Arial, san-serif;}

.news {
background: #fff !important;
}

.custom_logo {
  padding: 34px 75px 8px 75px;
  display: inline-block;
}

.custom_logo img {
  height: 36px;
  display: inline-block;
}




.custom_header .custom_header_links {
  position: absolute;
  top: calc(50% - 8px);
  right: 78px;
  font-size: 15px;
}

.custom_header .custom_header_links a {
  color: inherit;
}

.custom_header .custom_header_links a.custom_header_link_underline {
  text-decoration: underline;
}

.custom_header .custom_header_links .custom_header_link:last-child {
  margin-left: 20px;
}

.custom_header .custom_header_links .custom_header_link .custom_header_link_icon {
  margin-bottom: -1px;
}


.category {
  color: #000 !important;
  font-weight: 600;
  letter-spacing: .15em;
  border-radius: 3px;
}

.featureTitle a, .featureAction a{
  -webkit-letter-spacing: 0.02em;
  -moz-letter-spacing: 0.02em;
  -ms-letter-spacing: 0.02em;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-bottom: 26px;
}

.featureTitle a {
  font-size: 25px !important;
  color: #000 !important;
}

.featureAction a {
  font-size: 16px !important;
color: #0075f9 !important;
}

.featureContent p {
  color: #000;
  -webkit-letter-spacing: 0.02em;
  -moz-letter-spacing: 0.02em;
  -ms-letter-spacing: 0.02em;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-bottom: 16px;
  font-weight: 400;
}

.news {
  padding-top: 0px !important;
}

.nav.actions {
  display:none;
}

.standalone.post .nav.streamNav {
  display: none;
}

.stream {
  position: relative;
}

.nav.streamNav.sticky.sticker{
  visibility: visible;
  position: sticky;
  top: 60px;
}

input.streamSearchInput{
  background: #f5f5f5;
}

.streamCatsList {
  display: flex;
  flex-direction: column;
}

.streamCatsList li:nth-of-type(2) {
  order: 1;
}

.streamCatsList ul:nth-of-type(2) {
  order: 2;
}

.streamCatsList li:nth-of-type(1) {
  order: 3;
}

.streamCatsList ul:nth-of-type(1) {
  order: 4;
}

.feature.hasReadmore .featureContent .readmoreButton {
  background: black;
  color: white !important;
  padding: 8px 12px;
  box-shadow: none;
  bottom: 5px;
  border-radius: 5px;
}

.feature.hasReadmore .featureContent {
  margin-bottom: 50px;
  font-weight: 600;
}

.post .featureTitle, .post .featureTitle a, .post .featureTitle a:hover, .post .featureTitle a:active, .post .featureTitle a:focus, .post .featureTitle a:visited {
  color: #000000;
  font-size: 28px;
}

.standalone.post .container {
  padding: 0px !important;
}

.standalone.post .stream{
  margin-top:20px;
}

.standalone.post .nav.streamNav.sticky.sticker {
  margin-top: -20px;
}

html.safari.mobile.ios,
html.safari.mobile body.standalone {
    -webkit-transform: none;
    transform: none;
}

@media all and (max-width: 850px) {
  .custom_header {
    height: 70px !important;
  }

  .custom_header .custom_header_links {
    display: none;
  }

  .custom_logo {
    padding-top: 19px;
    padding-left: 13px;
    display: inline-block;
  }

  .custom_logo img {
    height: 32px;
    display: inline-block;
  }

  .standalone.container {
    margin-top: -20px !important;
  }

  .post .stream {
    margin-top: -20px;
  }
}

.featureAction svg {
display: none;
}