.browserupgrade {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0
}

body {
  font-family: Rubik, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400
}

body :focus {
  outline: 0 auto -webkit-focus-ring-color
}

body * a:hover {
  text-decoration: none
}

.img-fluid {
  width: 100%
}

.btn-back {
  width: 48px;
  height: 48px;
  background: #203442;
  opacity: .9;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 15px;
  z-index: 2;
  cursor: pointer
}

.btn-back i {
  width: 24px;
  height: 24px
}

section .h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px
}

section .h2,
section .text-muted {
  font-style: normal;
  letter-spacing: .0120588em
}

section .text-muted {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #79858e !important
}

section .media {
  width: 100%;
  height: 104px;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px #c9cfe3;
  box-shadow: 0 2px 10px #c9cfe3;
  border-radius: 8px;
  padding: 12px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 8px 0
}

section .media a {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1
}

section .media-body {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

section .media-body .title-card {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .0120588em;
  color: #364855 !important
}

section .media .image-card {
  width: 80px;
  height: 80px;
  border-radius: 8px
}

section #loadinit {
  display: none
}

section #loadinit.pulseloader {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: .0120588em;
  color: #364855;
  height: 100vh
}

section #loadinit.pulseloader .loader {
  width: 100px;
  height: 100px
}

article {
  position: relative;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  border-radius: 8px 8px 0 0
}

article .entry_title {
  margin-bottom: 36px
}

article .h3 {
  font-size: 28px;
  line-height: 36px;
  color: #203442
}

article .h3,
article .h4 {
  font-style: normal;
  font-weight: 700;
  letter-spacing: .0120588em
}

article .h4 {
  font-size: 24px;
  line-height: 32px;
  color: #364855
}

article p {
  color: #4d5d68
}

article p,
article p span.color {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .0120588em
}

article p a,
article p a:hover,
article p span.color {
  color: #01736c
}

article .blockquote p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: .0120588em;
  color: #79858e
}

article .card {
  padding: 16px
}

article .card i {
  color: #79858e;
  margin: 5px 0
}

article .card p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  letter-spacing: .0120588em;
  color: #4d5d68
}

#current {
  padding-bottom: 10px;
}

#list {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column
}

@-webkit-keyframes shimmer {
  0% {
    left: -200%
  }

  to {
    left: 200%
  }
}

@keyframes shimmer {
  0% {
    left: -200%
  }

  to {
    left: 200%
  }
}

.animated-background {
  -webkit-animation: shimmer 2s ease-out infinite;
  animation: shimmer 2s ease-out infinite;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, hsla(0, 0%, 100%, 0)), color-stop(hsla(0, 0%, 100%, .5)), color-stop(80%, hsla(0, 0%, 100%, 0)));
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 30%, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, 0) 80%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.skeleton .card {
  padding: 12px;
  border-radius: 8px;
  margin: 8px 0;
  -webkit-box-shadow: 0 2px 10px #c9cfe3;
  box-shadow: 0 2px 10px #c9cfe3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%
}

.skeleton .card .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.skeleton .card .grid-left {
  float: left;
  width: 74%
}

.skeleton .card .grid-right {
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.skeleton .card .item {
  height: 24px;
  width: 90%;
  border-radius: 4px
}

.loading {
  background-color: #eee
}

.load-more {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .0120588em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.load-more .spinner-border {
  width: 20px;
  height: 20px;
  padding: 2px
}


.disable-selection {
     -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* Internet Explorer */
   -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}