@charset "UTF-8";
.logo-firstline {
  transition: 0.5s; }

/* responsive images in richtext to fit to screen */
.richtext-image {
  max-width: 100%;
  height: auto; }

/* TODO remove after theme is changed */
.intro {
  margin-bottom: 30px; }

/* responsive embeds in richtext to fit to screen on mobile devices */
#content {
  position: relative; }
  #content iframe, #content object, #content embed {
    max-width: 100%; }
  #content p {
    margin: 5px 0 30px 0; }
  #content h2, #content .h2 {
    margin-top: 2rem; }
  #content h3, #content .h3, #content h4, #content .h4 {
    margin-top: 5px; }
  #content .hero-fg {
    padding: 50px 0px; }

@media (min-width: 768px) {
  .codered-article .article-body {
    font-size: 1em; } }

.richtext-image.left {
  float: none;
  margin: 0 1em 1em 0; }

.richtext-image.right {
  float: none;
  margin: 0 0 1em 1em; }

.bg-primary a:not(.btn) {
  color: white; }

/* Timeline */
.main-timeline {
  position: relative; }

.main-timeline:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #107387;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.main-timeline .timeline {
  margin-bottom: 40px;
  position: relative; }

.main-timeline .timeline:after {
  content: "";
  display: block;
  clear: both; }

.main-timeline .icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.main-timeline .icon:before,
.main-timeline .icon:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.33s ease-out 0s;
  transition: all 0.33s ease-out 0s; }

.main-timeline .icon:after {
  background: #fff;
  border: 2px solid #107387; }

.main-timeline .date-content {
  width: 50%;
  float: left;
  margin-top: 22px;
  position: relative; }

.main-timeline .date-content:before {
  content: "";
  width: 36.5%;
  height: 2px;
  background: #107387;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0; }

.main-timeline .date-outer {
  width: 125px;
  height: 125px;
  font-size: 16px;
  text-align: center;
  margin: auto;
  z-index: 1; }

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
  content: "";
  width: 125px;
  height: 125px;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.33s ease-out 0s;
  transition: all 0.33s ease-out 0s; }

.main-timeline .date-outer:before {
  background: #fff;
  border: 2px solid #107387; }

.main-timeline .date {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 27%;
  left: 0; }

.main-timeline .month {
  font-size: 18px;
  font-weight: 700;
  color: #107387; }

.main-timeline .year {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #107387;
  line-height: 36px; }

.main-timeline .timeline-content {
  width: 50%;
  padding: 20px 0 20px 50px;
  float: right; }

.main-timeline .title {
  line-height: 24px;
  margin: 0 0 15px 0; }

.main-timeline .description {
  margin-bottom: 0; }

.main-timeline .timeline:nth-child(2n) .date-content {
  float: right; }

.main-timeline .timeline:nth-child(2n) .date-content:before {
  left: 10px; }

.main-timeline .timeline:nth-child(2n) .timeline-content {
  padding: 20px 50px 20px 0;
  text-align: right; }

@media only screen and (max-width: 991px) {
  .main-timeline .date-content {
    margin-top: 35px; }
  .main-timeline .date-content:before {
    width: 22.5%; }
  .main-timeline .timeline-content {
    padding: 10px 0 10px 30px; }
  .main-timeline .title {
    font-size: 17px; }
  .main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 10px 30px 10px 0; } }

@media only screen and (max-width: 767px) {
  .main-timeline:before {
    margin: 0;
    left: 7px; }
  .main-timeline .timeline {
    margin-bottom: 20px; }
  .main-timeline .timeline:last-child {
    margin-bottom: 0; }
  .main-timeline .icon {
    margin: auto 0; }
  .main-timeline .date-content {
    width: 95%;
    float: right;
    margin-top: 0; }
  .main-timeline .date-content:before {
    display: none; }
  .main-timeline .date-outer {
    width: 110px;
    height: 110px; }
  .main-timeline .date-outer:before,
  .main-timeline .date-outer:after {
    width: 110px;
    height: 110px; }
  .main-timeline .date {
    top: 30%; }
  .main-timeline .year {
    font-size: 24px; }
  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(2n) .timeline-content {
    width: 95%;
    text-align: center;
    padding: 10px 0; }
  .main-timeline .title {
    margin-bottom: 10px; } }

.blog-card {
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0; }

.blog-card a {
  color: #fff; }

.blog-card a:hover {
  color: #107387; }

.blog-card:hover .photo {
  transform: scale(1.3) rotate(3deg); }

.blog-card .meta {
  position: relative;
  z-index: 0;
  height: 200px; }

.blog-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s; }

.blog-card .details,
.blog-card .details ul {
  margin: auto;
  padding: 0;
  list-style: none; }

.blog-card .details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin: auto;
  transition: left 0.2s;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 0.9rem; }

.blog-card .details a {
  -webkit-text-decoration: dotted underline;
  text-decoration: dotted underline; }

.blog-card .details ul li {
  display: inline-block; }

.blog-card .details .author:before {
  font-family: FontAwesome;
  margin-right: 10px;
  content: ""; }

.blog-card .details .date:before {
  font-family: FontAwesome;
  margin-right: 10px;
  content: ""; }

.blog-card .description {
  padding: 1rem;
  background: #fff;
  position: relative;
  z-index: 1; }

.blog-card .description h1,
.blog-card .description h2 {
  font-family: Poppins, sans-serif; }

.blog-card .description h1 {
  line-height: 1;
  margin: 0;
  font-size: 1.7rem; }

.blog-card .description h2 {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #107387;
  margin-top: 5px; }

.blog-card .description .read-more {
  text-align: right; }

.blog-card .description .read-more a {
  color: #fff;
  display: inline-block;
  position: relative; }

.blog-card .description .read-more a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition: margin 0.3s, opacity 0.3s; }

.blog-card .description .read-more a:hover:after {
  margin-left: 5px;
  opacity: 1; }

.blog-card p {
  position: relative;
  margin: 1rem 0 0; }

.blog-card p:first-of-type {
  margin-top: 1.25rem; }

.blog-card p:first-of-type:before {
  content: "";
  position: absolute;
  height: 5px;
  background: #107387;
  width: 35px;
  top: -0.75rem;
  border-radius: 3px; }

.blog-card:hover .details {
  left: 0%; }

@media (min-width: 800px) {
  .blog-card {
    height: 320px;
    flex-direction: row; }
  .blog-card .meta {
    flex-basis: 40%;
    height: auto; }
  .blog-card .description {
    flex-basis: 60%; }
  .blog-card .description:before {
    transform: skewX(-3deg);
    content: "";
    background: #fff;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    z-index: -1; }
  .blog-card.alt {
    flex-direction: row-reverse; }
  .blog-card.alt .description:before {
    left: inherit;
    right: -10px;
    transform: skew(3deg); }
  .blog-card.alt .details {
    padding-left: 25px; } }
