/* line 5, 2020.scss */
.elementor-text-editor a {
  text-decoration: underline !important;
}

/* line 10, 2020.scss */
#site-navigation li li:hover {
  background: transparent;
}
#comment-error, #email-error, #author-error {
    color: #b11f24;
    font-size: 20px;
    margin: 2px 0px 5px 10px;
}

@media (max-width: 1200px) {
  /* line 14, 2020.scss */
  #nav-wrapper {
    width: auto;
    max-height: 100vh;
    overflow-y: auto;
  }
}

/* line 25, 2020.scss */
#site-navigation > div.menu > ul > li {
  position: relative;
}
@media (max-width: 1200px) {
  /* line 25, 2020.scss */
  #site-navigation > div.menu > ul > li {
    display: block;
    width: auto;
    min-width: 200px;
  }
}
/* line 32, 2020.scss */
#site-navigation > div.menu > ul > li > section {
  z-index: 0;
  display: flex;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  -webkit-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
  border-top: 5px solid #cd3840;
  padding: 14px 20px 16px 20px;
  top: 27px;
  left: -3px;
}
@media (max-width: 1200px) {
  /* line 32, 2020.scss */
  #site-navigation > div.menu > ul > li > section {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    position: static;
    border-top: none;
    display: none;
    background: #676767;
  }
}
/* line 52, 2020.scss */
#site-navigation > div.menu > ul > li > section > div {
  font-weight: 500;
  font-size: 19px;
}
@media (max-width: 1200px) {
  /* line 52, 2020.scss */
  #site-navigation > div.menu > ul > li > section > div {
    width: 100%;
  }
}
/* line 58, 2020.scss */
#site-navigation > div.menu > ul > li > section > div:not(:first-child) {
  margin-left: 29px;
}
@media (max-width: 1200px) {
  /* line 58, 2020.scss */
  #site-navigation > div.menu > ul > li > section > div:not(:first-child) {
    margin-left: 0;
    margin-top: 16px;
  }
}
/* line 65, 2020.scss */
#site-navigation > div.menu > ul > li > section > div:nth-child(1) {
  z-index: 4;
}
/* line 68, 2020.scss */
#site-navigation > div.menu > ul > li > section > div:nth-child(2) {
  z-index: 3;
}
/* line 71, 2020.scss */
#site-navigation > div.menu > ul > li > section > div:nth-child(3) {
  z-index: 2;
}
/* line 74, 2020.scss */
#site-navigation > div.menu > ul > li > section > div:nth-child(4) {
  z-index: 1;
}
/* line 77, 2020.scss */
#site-navigation > div.menu > ul > li > section > div:nth-child(5) {
  z-index: 0;
}
/* line 80, 2020.scss */
#site-navigation > div.menu > ul > li > section > div > a {
  padding: 0;
  color: #c9242c;
  text-shadow: none;
  line-height: 28px;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* line 86, 2020.scss */
#site-navigation > div.menu > ul > li > section > div > a:hover {
  color: #b17f00;
}
/* line 89, 2020.scss */
#site-navigation > div.menu > ul > li > section > div > a:after {
  content: none;
}
@media (max-width: 1200px) {
  /* line 80, 2020.scss */
  #site-navigation > div.menu > ul > li > section > div > a {
    background: transparent;
    color: #fff;
    border: none;
    padding: 0 !important;
  }
}
/* line 99, 2020.scss */
#site-navigation > div.menu > ul > li > section > div > span {
  color: #c9242c;
  line-height: 28px;
}
@media (max-width: 1200px) {
  /* line 99, 2020.scss */
  #site-navigation > div.menu > ul > li > section > div > span {
    color: #fff;
    font-size: 16px;
  }
}
/* line 107, 2020.scss */
#site-navigation > div.menu > ul > li > section > div > hr {
  height: 1px;
  border: none;
  color: #e0d1be;
  background-color: #e0d1be;
  margin: 3px 0 5px 0;
  width: 100%;
}
@media (max-width: 1200px) {
  /* line 107, 2020.scss */
  #site-navigation > div.menu > ul > li > section > div > hr {
    color: #999;
    background-color: #999;
  }
}
/* line 119, 2020.scss */
#site-navigation > div.menu > ul > li > section > div > ul {
  width: auto;
  position: static;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: transparent;
  box-shadow: none;
}
/* line 125, 2020.scss */
#site-navigation > div.menu > ul > li > section > div > ul > li {
  position: relative;
  display: block;
}
/* line 128, 2020.scss */
#site-navigation > div.menu > ul > li > section > div > ul > li > a {
  line-height: 28px;
  display: inline;
  white-space: nowrap;
  padding: 0;
  text-shadow: none;
  color: #766a59;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* line 136, 2020.scss */
#site-navigation > div.menu > ul > li > section > div > ul > li > a:hover {
  color: #b17f00;
}
/* line 139, 2020.scss */
#site-navigation > div.menu > ul > li > section > div > ul > li > a:after {
  content: none;
}
@media (max-width: 1200px) {
  /* line 128, 2020.scss */
  #site-navigation > div.menu > ul > li > section > div > ul > li > a {
    background: transparent;
    color: #fff;
    border: none;
    padding: 0 !important;
  }
}
/* line 149, 2020.scss */
#site-navigation > div.menu > ul > li > section > div > ul > li > nav {
  position: absolute;
  z-index: 5;
  top: -2px;
  background: rgba(255, 255, 255, 0.9);
  /*background: #fff ;*/
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  /*visibility: visible ;
  @include opacity(1) ;*/
  padding: 2px 9px;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  -webkit-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
/* line 161, 2020.scss */
#site-navigation > div.menu > ul > li > section > div > ul > li > nav > a {
  line-height: 28px;
  white-space: nowrap;
  padding: 0;
  text-shadow: none;
  color: #766a59;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* line 168, 2020.scss */
#site-navigation > div.menu > ul > li > section > div > ul > li > nav > a:hover {
  color: #b17f00;
}
/* line 171, 2020.scss */
#site-navigation > div.menu > ul > li > section > div > ul > li > nav > a:after {
  content: none;
}
@media (max-width: 1200px) {
  /* line 161, 2020.scss */
  #site-navigation > div.menu > ul > li > section > div > ul > li > nav > a {
    border: none;
    background: transparent;
    padding: 0 !important;
  }
}
@media (max-width: 1200px) {
  /* line 149, 2020.scss */
  #site-navigation > div.menu > ul > li > section > div > ul > li > nav {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    position: static;
    background: transparent;
    padding: 0 0 0 16px;
  }
}
/* line 189, 2020.scss */
#site-navigation > div.menu > ul > li > section > div > ul > li:hover > nav {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 200, 2020.scss */
#site-navigation > div.menu > ul > li:hover > section {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 212, 2020.scss */
div#mobile-menu > a:last-child {
  visibility: hidden;
}

/* line 218, 2020.scss */
main {
  padding: 0 20px;
}
/* line 220, 2020.scss */
main > article {
  float: none;
  max-width: 810px;
  margin-bottom: 59px;
}
/* line 225, 2020.scss */
main > #additional-text {
  max-width: 810px;
  margin-bottom: 39px;
}
/* line 229, 2020.scss */
main section#teasers, main section.teasers {
  overflow: hidden;
  *zoom: 1;
  text-align: center;
  border-top: 1px solid #d2ccc3;
}
/* line 233, 2020.scss */
main section#teasers.no-border, main section.teasers.no-border {
  border-top: none;
}
/* line 236, 2020.scss */
main section#teasers > span, main section.teasers > span {
  display: block;
  color: #592512;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
  margin-top: 56px;
  margin-bottom: 30px;
  padding-left: 12px;
}
@media (max-width: 1024px) {
  /* line 236, 2020.scss */
  main section#teasers > span, main section.teasers > span {
    padding-left: 0;
  }
}
/* line 250, 2020.scss */
main section#teasers > .trow, main section.teasers > .trow {
  display: flex;
  margin: 0 0 35px;
}
@media (max-width: 1024px) {
  /* line 250, 2020.scss */
  main section#teasers > .trow, main section.teasers > .trow {
    margin: 0 0 20px;
  }
}
@media (max-width: 824px) {
  /* line 250, 2020.scss */
  main section#teasers > .trow, main section.teasers > .trow {
    display: block;
    margin: 0;
  }
}
/* line 260, 2020.scss */
main section#teasers > .trow > a, main section.teasers > .trow > a {
  border: 1px solid #fff !important;
  text-decoration: none;
  flex: 1 1 50%;
  max-width: 50%;
  padding: 11px 13px;
  display: flex;
  align-items: flex-start;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
@media (max-width: 1024px) {
  /* line 260, 2020.scss */
  main section#teasers > .trow > a, main section.teasers > .trow > a {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 824px) {
  /* line 260, 2020.scss */
  main section#teasers > .trow > a, main section.teasers > .trow > a {
    max-width: 100%;
    margin-bottom: 25px;
  }
}
/* line 276, 2020.scss */
main section#teasers > .trow > a > img, main section.teasers > .trow > a > img {
  flex: 0 0 150px;
  max-width: 150px;
}
/* line 280, 2020.scss */
main section#teasers > .trow > a > div, main section.teasers > .trow > a > div {
  flex: 1 1 auto;
  padding-left: 19px;
}
/* line 283, 2020.scss */
main section#teasers > .trow > a > div > span, main section.teasers > .trow > a > div > span {
  text-align: left;
  display: block;
  margin-top: -5px;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
}
/* line 291, 2020.scss */
main section#teasers > .trow > a > div > p, main section.teasers > .trow > a > div > p {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #323232;
}
/* line 299, 2020.scss */
main section#teasers > .trow > a:hover, main section.teasers > .trow > a:hover {
  border: 1px solid #e5e5e5 !important;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.4);
}
/* line 306, 2020.scss */
main section#teasers > .trow > a:hover > div > span, main section.teasers > .trow > a:hover > div > span {
  color: #592512;
}
/* line 311, 2020.scss */
main section#teasers > .trow > a:first-child, main section.teasers > .trow > a:first-child {
  margin-right: 18px;
}
@media (max-width: 1024px) {
  /* line 311, 2020.scss */
  main section#teasers > .trow > a:first-child, main section.teasers > .trow > a:first-child {
    margin-right: 8px;
  }
}
@media (max-width: 824px) {
  /* line 311, 2020.scss */
  main section#teasers > .trow > a:first-child, main section.teasers > .trow > a:first-child {
    margin-right: 0;
  }
}
/* line 320, 2020.scss */
main section#teasers > .trow > a:last-child, main section.teasers > .trow > a:last-child {
  margin-left: 18px;
}
@media (max-width: 1024px) {
  /* line 320, 2020.scss */
  main section#teasers > .trow > a:last-child, main section.teasers > .trow > a:last-child {
    margin-left: 8px;
  }
}
@media (max-width: 824px) {
  /* line 320, 2020.scss */
  main section#teasers > .trow > a:last-child, main section.teasers > .trow > a:last-child {
    margin-left: 0;
  }
}
/* line 330, 2020.scss */
main section#teasers > .trow > div.empty, main section.teasers > .trow > div.empty {
  flex: 1 1 50%;
  max-width: 50%;
}
@media (max-width: 824px) {
  /* line 330, 2020.scss */
  main section#teasers > .trow > div.empty, main section.teasers > .trow > div.empty {
    display: none;
  }
}
/* line 338, 2020.scss */
main section#teasers > nav, main section.teasers > nav {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  margin-top: 2px;
  margin-bottom: 39px;
}
/* line 344, 2020.scss */
main section#teasers > nav > a, main section.teasers > nav > a {
  display: inline-block;
  text-decoration: none;
  width: 30px;
  text-align: center;
  color: #592512;
  font-size: 24px;
  line-height: 34px;
  padding-top: 0;
  font-weight: 700;
  margin: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 348px) {
  /* line 344, 2020.scss */
  main section#teasers > nav > a, main section.teasers > nav > a {
    width: 32px;
    line-height: 28px;
  }
}
/* line 360, 2020.scss */
main section#teasers > nav > a > img, main section.teasers > nav > a > img {
  vertical-align: top;
  margin-top: 3px;
}
/* line 367, 2020.scss */
main section#teasers > nav > a.selected, main section.teasers > nav > a.selected {
  color: #fff;
  background: #a0988d;
}
/* line 371, 2020.scss */
main section#teasers > nav > a.arrow, main section.teasers > nav > a.arrow {
  padding-top: 0;
  vertical-align: top;
}
/* line 374, 2020.scss */
main section#teasers > nav > a.arrow:first-child, main section.teasers > nav > a.arrow:first-child {
  margin-right: 17px;
}
/* line 377, 2020.scss */
main section#teasers > nav > a.arrow:last-child, main section.teasers > nav > a.arrow:last-child {
  margin-left: 17px;
}
/* line 383, 2020.scss */
main section#teasers > a, main section.teasers > a {
  font-family: "allerbold";
  display: block;
  position: relative;
  text-decoration: none;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: #9b151b;
  padding-left: 25px;
  margin-top: -16px;
  /*@include transition(all 150ms ease-out);
  &:hover {
  	color: #592512 ;
  }*/
}
/* line 394, 2020.scss */
main section#teasers > a:before, main section.teasers > a:before {
  content: url(../small-arrow.svg);
  position: absolute;
  left: 14px;
  top: -1px;
}
@media (max-width: 1024px) {
  /* line 394, 2020.scss */
  main section#teasers > a:before, main section.teasers > a:before {
    left: 0;
  }
}
@media (max-width: 1024px) {
  /* line 383, 2020.scss */
  main section#teasers > a, main section.teasers > a {
    padding-left: 11px;
  }
}

/* line 414, 2020.scss */
section#client-cta {
  width: 100vw;
  position: relative;
  padding-top: 50px;
  padding-bottom: 56px;
  background-image: url(../clientcta-bg.jpg);
  background-size: cover;
  margin: 50px 0;
}
/* line 422, 2020.scss */
section#client-cta > div {
  max-width: 1252px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  padding: 0 20px;
}
@media (max-width: 520px) {
  /* line 422, 2020.scss */
  section#client-cta > div {
    display: block;
  }
}
/* line 431, 2020.scss */
section#client-cta > div > img {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  max-width: 358px;
}
@media (max-width: 1000px) {
  /* line 431, 2020.scss */
  section#client-cta > div > img {
    max-width: 280px;
  }
}
@media (max-width: 768px) {
  /* line 431, 2020.scss */
  section#client-cta > div > img {
    max-width: 192px;
  }
}
@media (max-width: 520px) {
  /* line 431, 2020.scss */
  section#client-cta > div > img {
    max-width: 100%;
  }
}
/* line 444, 2020.scss */
section#client-cta > div > div {
  padding-left: 40px;
}
@media (max-width: 1000px) {
  /* line 444, 2020.scss */
  section#client-cta > div > div {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  /* line 444, 2020.scss */
  section#client-cta > div > div {
    padding-left: 20px;
  }
}
@media (max-width: 520px) {
  /* line 444, 2020.scss */
  section#client-cta > div > div {
    padding-left: 0;
    padding-top: 20px;
  }
}
/* line 456, 2020.scss */
section#client-cta > div > div > span {
  display: block;
  font-weight: 700;
  color: #592512;
  font-family: "allerbold";
}
/* line 461, 2020.scss */
section#client-cta > div > div > span:first-child {
  font-size: 32px;
  line-height: 42px;
  margin-top: 30px;
}
@media (max-width: 1000px) {
  /* line 461, 2020.scss */
  section#client-cta > div > div > span:first-child {
    font-size: 28px;
    line-height: 38px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  /* line 461, 2020.scss */
  section#client-cta > div > div > span:first-child {
    font-size: 24px;
    line-height: 34px;
    margin-top: 0;
  }
}
/* line 476, 2020.scss */
section#client-cta > div > div > span:nth-child(2) {
  font-size: 26px;
  line-height: 36px;
  margin-top: 9px;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  /* line 476, 2020.scss */
  section#client-cta > div > div > span:nth-child(2) {
    font-size: 22px;
    line-height: 32px;
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  /* line 476, 2020.scss */
  section#client-cta > div > div > span:nth-child(2) {
    font-size: 20px;
    line-height: 30px;
    margin-top: 2px;
  }
}
/* line 493, 2020.scss */
section#client-cta > div > div > a {
  display: inline-block;
  background: #ab1b1f;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  padding: 11px 23px 10px 23px;
}

/* line 508, 2020.scss */
section.tpl-entry {
  margin-bottom: 62px;
  font-family: "Open Sans", sans-serif;
}
/* line 511, 2020.scss */
section.tpl-entry img {
  border: none;
}
/* line 514, 2020.scss */
section.tpl-entry > div:first-child {
  font-size: 0;
  line-height: 0;
  position: relative;
  background: #d2ccc3;
  padding-left: 50px;
  padding: 7px 7px 7px 67px;
  -moz-border-radius: 8.5px 8.5px 0 0;
  -webkit-border-radius: 8.5px;
  border-radius: 8.5px 8.5px 0 0;
}
/* line 522, 2020.scss */
section.tpl-entry > div:first-child > span:first-child {
  display: block;
  width: 42px;
  height: 40px;
  position: absolute;
  left: 12px;
  top: -8px;
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-left: 5px;
  background-image: url(../tpl-entryn-bg.png);
}
/* line 537, 2020.scss */
section.tpl-entry > div:first-child > span:last-child {
  color: #592512;
  font-weight: 700;
  font-size: 17px;
  line-height: normal;
}
/* line 544, 2020.scss */
section.tpl-entry > div.top-img {
  border-left: 1px solid #d2ccc3;
  border-right: 1px solid #d2ccc3;
  padding: 10px;
}
/* line 548, 2020.scss */
section.tpl-entry > div.top-img > img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
/* line 555, 2020.scss */
section.tpl-entry > a.top-img {
  display: block;
  line-height: 0;
  border-left: 1px solid #d2ccc3;
  border-right: 1px solid #d2ccc3;
  padding: 10px;
}
/* line 561, 2020.scss */
section.tpl-entry > a.top-img > img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
/* line 568, 2020.scss */
section.tpl-entry > div.core {
  border-left: 1px solid #d2ccc3;
  border-right: 1px solid #d2ccc3;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  padding-left: 26px;
  padding-right: 27px;
  padding-top: 15px;
}
/* line 577, 2020.scss */
section.tpl-entry > div.core > div:not(.no-img) {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}
@media (max-width: 578px) {
  /* line 577, 2020.scss */
  section.tpl-entry > div.core > div:not(.no-img) {
    display: block;
    margin-bottom: 23px;
  }
}
/* line 585, 2020.scss */
section.tpl-entry > div.core > div:not(.no-img) > div {
  text-align: center;
}
/* line 587, 2020.scss */
section.tpl-entry > div.core > div:not(.no-img) > div > img {
  display: inline-block;
}
@media (max-width: 578px) {
  /* line 585, 2020.scss */
  section.tpl-entry > div.core > div:not(.no-img) > div {
    margin: auto;
  }
}
/* line 593, 2020.scss */
section.tpl-entry > div.core > div:not(.no-img) > div:first-child {
  flex-basis: 378px;
  text-align: left;
}
@media (max-width: 578px) {
  /* line 593, 2020.scss */
  section.tpl-entry > div.core > div:not(.no-img) > div:first-child {
    text-align: center;
  }
}
/* line 600, 2020.scss */
section.tpl-entry > div.core > div:not(.no-img) > div:nth-child(2) {
  flex-basis: 98px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 18px;
  color: #592512;
  line-height: 20px;
  margin-top: 30px;
}
@media (max-width: 578px) {
  /* line 600, 2020.scss */
  section.tpl-entry > div.core > div:not(.no-img) > div:nth-child(2) {
    max-width: 98px;
    margin-top: 15px;
  }
}
/* line 612, 2020.scss */
section.tpl-entry > div.core > div:not(.no-img) > div:nth-child(2) > span {
  display: block;
  color: #666;
  font-weight: 400;
  padding-top: 13px;
}
@media (max-width: 578px) {
  /* line 612, 2020.scss */
  section.tpl-entry > div.core > div:not(.no-img) > div:nth-child(2) > span {
    padding-top: 0;
    margin-bottom: 30px;
  }
}
/* line 623, 2020.scss */
section.tpl-entry > div.core > div:not(.no-img) > div:last-child {
  flex-basis: 279px;
  text-align: right;
  margin-top: 27px;
}
@media (max-width: 578px) {
  /* line 623, 2020.scss */
  section.tpl-entry > div.core > div:not(.no-img) > div:last-child {
    text-align: center;
    margin-top: 15px;
  }
}
/* line 631, 2020.scss */
section.tpl-entry > div.core > div:not(.no-img) > div:last-child > div {
  display: inline-block;
  text-align: center;
}
/* line 634, 2020.scss */
section.tpl-entry > div.core > div:not(.no-img) > div:last-child > div > a {
  line-height: 0;
  display: block;
  margin-top: 2px;
}
/* line 643, 2020.scss */
section.tpl-entry > div.core > div.no-img {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto 8px auto;
  width: 100%;
}
@media (max-width: 578px) {
  /* line 643, 2020.scss */
  section.tpl-entry > div.core > div.no-img {
    display: block;
    margin-bottom: 23px;
  }
}
/* line 654, 2020.scss */
section.tpl-entry > div.core > div.no-img > div {
  text-align: center;
}
/* line 656, 2020.scss */
section.tpl-entry > div.core > div.no-img > div > img {
  display: inline-block;
}
@media (max-width: 578px) {
  /* line 654, 2020.scss */
  section.tpl-entry > div.core > div.no-img > div {
    margin: auto;
  }
}
/* line 662, 2020.scss */
section.tpl-entry > div.core > div.no-img > div:first-child {
  flex-basis: auto;
  font-weight: 700;
  font-size: 18px;
  color: #592512;
  line-height: 20px;
  margin-top: 30px;
}
@media (max-width: 578px) {
  /* line 662, 2020.scss */
  section.tpl-entry > div.core > div.no-img > div:first-child {
    max-width: 98px;
    margin-top: 15px;
  }
}
/* line 673, 2020.scss */
section.tpl-entry > div.core > div.no-img > div:first-child > span {
  display: block;
  color: #666;
  font-weight: 400;
  padding-top: 13px;
}
@media (max-width: 578px) {
  /* line 673, 2020.scss */
  section.tpl-entry > div.core > div.no-img > div:first-child > span {
    padding-top: 0;
    margin-bottom: 30px;
  }
}
/* line 684, 2020.scss */
section.tpl-entry > div.core > div.no-img > div:last-child {
  flex-basis: auto;
  text-align: right;
  margin-top: 4px;
}
@media (max-width: 578px) {
  /* line 684, 2020.scss */
  section.tpl-entry > div.core > div.no-img > div:last-child {
    text-align: center;
    margin-top: 15px;
  }
}
/* line 692, 2020.scss */
section.tpl-entry > div.core > div.no-img > div:last-child > div {
  display: inline-block;
  text-align: center;
}
/* line 695, 2020.scss */
section.tpl-entry > div.core > div.no-img > div:last-child > div > a {
  line-height: 0;
  display: block;
  margin-top: 2px;
}
/* line 704, 2020.scss */
section.tpl-entry > div.core ul {
  line-height: 0;
  margin: 0;
  position: relative;
  box-sizing: border-box;
  list-style: none;
  padding-left: 20px;
}
/* line 711, 2020.scss */
section.tpl-entry > div.core ul li {
  line-height: normal;
  position: relative;
  margin-left: 0;
  margin-bottom: 3px;
}
/* line 716, 2020.scss */
section.tpl-entry > div.core ul li:before {
  content: url("../tpl-ul-bullet.gif");
  position: absolute;
  left: -20px;
  top: -2px;
}
/* line 725, 2020.scss */
section.tpl-entry > div:last-child {
  background: #fff;
  border: 1px solid #d2ccc3;
  border-top: none;
  -moz-border-radius: 0 0 8.5px 8.5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 8.5px 8.5px;
  display: flex;
  justify-content: space-between;
  padding: 27px 40px 15px 42px;
}
@media (max-width: 456px) {
  /* line 725, 2020.scss */
  section.tpl-entry > div:last-child {
    display: block;
  }
}
/* line 736, 2020.scss */
section.tpl-entry > div:last-child > a {
  text-decoration: none;
  border: none;
  position: relative;
  color: #9b151b;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 456px) {
  /* line 736, 2020.scss */
  section.tpl-entry > div:last-child > a {
    display: block;
  }
}
/* line 746, 2020.scss */
section.tpl-entry > div:last-child > a:before {
  content: url("../tpl-link.gif");
  position: absolute;
  left: -15px;
  top: -1px;
}
/* line 753, 2020.scss */
section.tpl-entry > div:last-child.short {
  padding: 6px 0;
}
@media (max-width: 578px) {
  /* line 753, 2020.scss */
  section.tpl-entry > div:last-child.short {
    padding: 18px 0;
  }
}

/* line 762, 2020.scss */
div.tpl-see-all {
  display: block;
  margin-top: -20px;
  text-align: center;
}
/* line 766, 2020.scss */
div.tpl-see-all > a {
  position: relative;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  border: none;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  color: #9b151b !important;
}
/* line 775, 2020.scss */
div.tpl-see-all > a:before {
  content: url("../tpl-link.gif");
  position: absolute;
  left: -15px;
  top: -1px;
}

/* line 784, 2020.scss */
div.tpl-h3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 24px 0;
}
/* line 789, 2020.scss */
div.tpl-h3 > h3 {
  margin: 0;
}
/* line 792, 2020.scss */
div.tpl-h3 > span {
  font-size: 14px;
  line-height: normal;
  color: #808080;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 400;
  margin-right: 10px;
}
/* line 800, 2020.scss */
div.tpl-h3.entry {
  padding: 12px 0;
  justify-content: flex-end;
}

/* line 806, 2020.scss */
#bluemedia-disclaimer {
  width: 100%;
  background: #e6e6e6;
  padding-top: 6px;
  padding-bottom: 4px;
}
/* line 811, 2020.scss */
#bluemedia-disclaimer > div {
  max-width: 1240px;
  padding: 0 20px;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 22px;
  margin: auto;
}
/* line 818, 2020.scss */
#bluemedia-disclaimer > div > a {
  color: #7f7f7f;
  text-decoration: underline;
}
/* line 821, 2020.scss */
#bluemedia-disclaimer > div > a:hover {
  color: #333;
}
