@font-face {
  font-family: 'MontBold';
  src: url("fonts/Montserrat-Bold.ttf"); }
@font-face {
  font-family: 'MontMed';
  src: url("fonts/Montserrat-Medium.ttf"); }
@font-face {
  font-family: 'MontReg';
  src: url("fonts/Montserrat-Regular.ttf"); }
@font-face {
  font-family: 'MontSemiBold';
  src: url("fonts/Montserrat-SemiBold.ttf"); }
.header {
  text-align: center;
  /* pager-container */ }
  .header:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1024px) {
    .header {
      text-align: none; } }
  .header .inner-container {
    padding: 0; }
    @media (min-width: 1024px) {
      .header .inner-container:after {
        content: "";
        display: table;
        clear: both; } }
  .header .headline {
    font-family: 'MontSemiBold', sans-serif;
    font-weight: 600;
    font-size: 23px;
    line-height: 27px;
    color: #282729;
    text-align: left; }
    @media (min-width: 1024px) {
      .header .headline {
        float: left;
        width: 45%;
        padding-top: 0;
        font-size: 30px;
        line-height: 35px; } }
  .header .pager-container {
    display: none;
    float: right;
    width: 45%;
    text-align: right; }
    @media (min-width: 1024px) {
      .header .pager-container {
        display: block; } }
    .header .pager-container .pager {
      width: 40px;
      height: 40px;
      border: 2px solid #447378;
      border-radius: 40px;
      background-color: #447378; }
      .header .pager-container .pager.next {
        margin-left: 8px; }
      .header .pager-container .pager i {
        color: #fff; }
      .header .pager-container .pager:hover {
        background-color: transparent; }
        .header .pager-container .pager:hover i {
          color: #447378; }

/* header */
.carousel-container {
  /* panel */ }
  .carousel-container:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1024px) {
    .carousel-container {
      margin-top: 68px; } }
  .carousel-container .panel {
    padding: 0 32px;
    text-decoration: none; }
    .carousel-container .panel .content-container {
      width: 82%;
      margin: 37px auto 0 auto; }
      @media (min-width: 1024px) {
        .carousel-container .panel .content-container {
          width: 100%;
          margin: 0 auto; } }
    .carousel-container .panel .image-container {
      position: relative;
      width: 100%;
      height: 230px;
      border-radius: 0 60px 0 0;
      background-size: cover;
      background-position: center center; }
      .carousel-container .panel .image-container .date {
        display: none;
        position: absolute;
        left: 21px;
        top: 21px;
        font-family: 'MontSemiBold', sans-serif;
        font-weight: 600;
        font-size: 13px;
        color: #fff;
        z-index: 3; }
      .carousel-container .panel .image-container .overlay {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        border-radius: 0 60px 0 0;
        background-color: rgba(68, 115, 120, 0.64);
        z-index: 2; }
    .carousel-container .panel .subtitle {
      margin-top: 22px;
      font-family: 'MontSemiBold', sans-serif;
      font-weight: 600;
      font-size: 12px;
      line-height: 15px;
      text-transform: uppercase;
      color: #E7604D; }
    .carousel-container .panel .title {
      margin-top: 12px;
      font-family: 'MontSemiBold', sans-serif;
      font-weight: 600;
      font-size: 20px;
      line-height: 28px;
      color: #282729; }
    .carousel-container .panel:hover .overlay {
      opacity: 0; }
    .carousel-container .panel:hover .title {
      color: #447378; }

/* carousel-container */

/*# sourceMappingURL=post-carousel.css.map */
