body {
  background-color: #eaf0f7;
}

.btn {
  text-transform: uppercase;
  font-weight: bold;
}

.crest-image {
  padding: 15px;
  max-width: 200px;
  margin-bottom: 20px;
}

.search-field {
  margin-top: 8px;
}

.add-icon {
  font-size: 50px;
  float: left;
  margin: 0 10px 0 0;
  color: #eaeaea;
}

.notifications-dropdown {
  padding: 0;
  position: absolute !important;
  width: 250px;
  left: -90px;
}

.notifications-dropdown > div {
  padding: 0 !important;
}

.content-wrapper {
  border: none;
}

.topnavbar {
  display: block;
}

.brand-logo {
  font-size: 24px;
  color: white;
}

.brand-logo a {
  display: inline-block;
  text-decoration: none;
  color: white;
}

.brand-logo a img {
  max-width: 55px;
  margin-left: 10px;
}

.brand-logo a img,
.brand-logo a p {
  display: inline-block;
}

.brand-logo a p {
  margin: 0;
  position: relative;
  top: 5px;
}

.brand-logo a .logo-pulsating {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 15px;
  position: relative;
  top: 8px;
}

.brand-logo a .logo-pulsating div {
  background: white;
}

.navbar-nav {
  display: block;
}

.navbar-nav .nav-item {
  position: relative;
  display: inline-block;
}

.navbar-nav .nav-item .number-of-notifications {
  top: -10px;
  position: relative;
}

.votes-placeholder {
  position: absolute;
  font-size: 21px;
  text-align: center;
  left: 0;
  top: 0;
  padding: 12px 5px;
  line-height: 1.3em;
  width: 3.2em;
}

.votes-placeholder a {
  font-size: 16px;
  color: #66636d;
}

.votes-placeholder a:last-child {
  position: relative;
  top: -2px;
}

.votes-placeholder a:last-child:hover {
  color: red;
}

.votes-placeholder a:hover {
  color: #3e85c6;
}

.votes-placeholder p {
  margin-bottom: 5px;
  font-size: 1em;
}

.card {
  margin-bottom: 1.5rem;
}

.card-header a {
  text-decoration: none !important;
  padding: 10px 25px 11px;
  border-radius: 0;
  text-transform: uppercase;
}

.normal-post .image-wrapper {
  background-color: black;
}

.normal-post .image-wrapper .overlay-wrapper {
  position: relative;
  display: block;
}

.normal-post .image-wrapper .overlay-wrapper img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  max-width: 100%;
  max-height: 300px;
}

.normal-post .image-wrapper .overlay-wrapper .overlay {
  background-position: center center;
  background-size: cover;
  opacity: 0.5;
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
}

.normal-post .card-body {
  position: relative;
  padding-left: 4rem;
}

.normal-post a:hover {
  color: #9999ee;
  text-decoration: none;
}

.timeline > li.timeline-separator.active:before {
  background-color: #3e85c6;
}

.timeline .recognition-badge {
  line-height: 15px;
}

.timeline .timeline-card {
  position: relative;
}

.timeline .timeline-card .votes-placeholder {
  padding-top: 8px;
  left: -45px;
  z-index: 100000;
}

.timeline .timeline-inverted {
  position: relative;
}

.timeline .timeline-inverted .votes-placeholder {
  padding-top: 8px;
  z-index: 100000;
  right: -45px;
  left: auto;
}

.timeline .timeline-separator {
  width: 100%;
  text-align: left !important;
}

.timeline > li:not(.timeline-separator) {
  width: 70%;
  margin-left: 130px;
}

.timeline-end .timeline-badge {
  left: 11% !important;
  bottom: -15px;
}

.timeline:before {
  left: 11%;
}

.main-post .main-votes-placeholder .votes-placeholder {
  left: -65px;
  top: 10px;
}

.main-post .main-votes-placeholder .votes-placeholder a {
  padding: 0;
}

.main-post .main-image {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.user-block {
  cursor: inherit !important;
}

.ql-editor {
  min-height: 300px;
}

.minimal-post {
  min-height: 105px;
}

.minimal-post td:not(:last-child) {
  text-align: center;
}

.minimal-post a.post-title {
  font-size: 14px;
}

.minimal-post img {
  max-width: 50px;
  margin: 8px 0;
}

.minimal-post a.region-button {
  padding: 0;
}

.box {
  position: relative;
}

.box .close-button {
  position: absolute;
  top: 5px;
  right: 10px;
  color: white;
  opacity: 0.5;
  cursor: pointer;
}

.warning-box {
  background: #ff902b;
  color: white;
}

.warning-box p {
  padding: 10px 15px;
  margin-bottom: 1em;
  font-weight: 300;
}

.warning-box p:last-child {
  margin-bottom: 0;
  padding-left: 0;
}

.intro-box {
  background-color: #3e85c6;
}

.intro-box .image-wrapper {
  position: relative;
}

.intro-box .image-wrapper div {
  position: absolute;
  top: -1px;
  left: 14px;
  right: 14px;
  bottom: -1px;
  background-size: cover;
  background-position: center center;
  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}

.intro-box h1,
.intro-box h2 {
  color: white;
}

.intro-box h2 {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.6em;
  padding-bottom: 0;
  margin-bottom: 0;
}

.intro-box .text-wrapper {
  padding: 1.5em 1.5em 1.5em 0;
}

.search-box .search-field {
  margin: 0;
}

.search-box .input-group-text {
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 1.3em;
  background-color: #9999ee;
  color: white;
  margin: 0;
}

.search-box input.form-control {
  padding: 1.3em 1em;
  font-size: 1.3em;
  font-weight: 400;
  background-color: white;
  margin: 0;
  border-left: none;
}

.region-posts .card-body {
  padding: 1.25rem;
}

.questionnaire div.form-check {
  margin-bottom: 0.5em;
}

.questionnaire button {
  margin-top: 0.5em;
}

.flex-checkbox {
  margin-top: 2px;
}

.question-box span.question-mark {
  font-size: 3em;
  margin-bottom: 5px;
  display: block;
}

