/**
SCSS for Blog news events tile stylings.
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/* Brand Colors */
/** Add any additional color supplied in the style guide **/
/* Grayscale colors */
/* Accent colors. Primarily used for buttons */
/** Button & Link colors **/
/* background colors */
/* Menu and link colors */
/* Text colors */
/* Border colors */
/* Owl Carousel colors */
/**
*********************
* Variables
********************
**/
/* Typography */
/* Transitions */
/* Container & spacings */
/** Button spacing **/
/* Border */
/* Breakpoints */
/**
*********************
* Colors
********************
**/
/**
*********************
* Breakpoint mixin
********************
**/
.blogs-events-news-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #f2f2f2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.blogs-events-news-tile__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
}

@media only screen and (max-width: 576px) {
  .blogs-events-news-tile__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.blogs-events-news-tile__left .image img {
  height: 9.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.blogs-events-news-tile__left .image iframe {
  height: 9.375rem;
}

.blogs-events-news-tile__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 67%;
          flex: 0 0 67%;
  max-width: 67%;
  padding-left: 1.125rem;
}

@media only screen and (max-width: 576px) {
  .blogs-events-news-tile__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 1rem;
  }
}

.blogs-events-news-tile__right .title {
  margin-bottom: 0.625rem;
  font-size: 1.375rem;
  font-weight: 600;
  color: #164D92;
  line-height: 2rem;
}

.blogs-events-news-tile__right .author--date {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.00688rem;
  color: #6e81a8;
  margin: 0.3125rem 0;
  background: url("../../../images/calendar-icon.svg") no-repeat;
  background-size: 1rem;
  background-position: left;
  padding-left: 1.5625rem;
}

.blogs-events-news-tile__right .description {
  font-size: 1rem;
  font-weight: 300;
  color: #164D92;
  line-height: 1.5rem;
}

.blogs-events-news-tile .blogs-events-news-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=blogs-news-events-tile.css.map */
