﻿#home > div.row:first-of-type {
  display: flex;
  align-items: stretch;
}
@media (max-width: 520px) {
  #home > div.row:first-of-type {
    flex-direction: column;
  }
}
#home #home-text {
  padding-bottom: 30px;
}
@media (max-width: 520px) {
  #home #home-text {
    padding-bottom: 0;
  }
}
#home #home-text h1 {
  font-size: 72px;
  border-bottom: 1px solid #224b7d;
}
#home #home-text p {
  margin: 0 0 20px;
}
#home #home-text .image-tile {
  margin: 15px;
}
#home #home-text .image-tile img {
  width: 100%;
}
#home #home-text .inner-content {
  margin: 15px 0;
  height: 100%;
}
#home #home-tiles {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #cae0e8;
}
#home #home-tiles h1,
#home #home-tiles h2 {
  display: inline-block;
  border-bottom: 1px solid #224b7d;
}
#home #home-tiles a {
  text-transform: uppercase;
  font-weight: bold;
}
#home #home-tiles .science-week-tile {
  margin: 15px 0;
  height: auto;
  padding: 0px 0 15px 0;
}
#home #home-tiles .science-week-tile h1 {
  font-size: 54px;
  margin-top: 10px;
}
#home #home-tiles .science-week-tile.science-week-tile-image {
  padding: 0 !important;
}
#home #home-tiles .science-week-tile img {
  width: 100%;
  height: 171px;
}
#home #home-tiles .science-week-tile.row {
  margin-left: -10px;
  margin-right: -10px;
}
#home #home-tiles .science-week-tile.row .col-md-6 {
  padding-left: 10px;
  padding-right: 10px;
}
#home #home-tiles .inner-content-science-week-wrap {
  background-color: #8eb4e3;
  border-style: solid;
  border-width: 2px;
  border-color: #284f7e;
  border-radius: 15px;
  font-weight: bold;
  padding: 10px 0;
  letter-spacing: 1px;
}
#home #home-tiles .inner-content-science-week-wrap .science-week-content {
  font-size: 12px;
  margin: 0;
  line-height: 18px;
}
#home #home-tiles .inner-content-science-week-wrap .science-week-content a {
  text-transform: none;
  font-weight: inherit;
  text-decoration: underline;
  border-bottom: none;
}
#home #home-tiles .inner-content-science-week-wrap .science-week-title {
  line-height: 27px;
  border-bottom: none !important;
  font-size: 24px;
  margin: 0;
}
#home #home-tiles .inner-content-science-week-wrap .science-week-title span {
  letter-spacing: 8px;
}
#home #home-tiles .home-tile {
  background-color: #f0efee;
  border: 1px solid #FFFFFF;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
}
#home #home-tiles .home-tile > div {
  height: 200px;
}
#home #home-tiles .home-tile .home-image {
  padding: 1px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#home #home-tiles .home-tile .home-summary {
  padding: 25px;
}
@media (min-width: 768px) {
  #home #home-tiles .home-tile .home-summary::before {
    content: ' ';
    position: absolute;
    top: 75px;
    height: 50px;
    left: -25px;
    border-right: 25px solid #f0efee;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
  }
}
#home #home-tiles.home-bottom-tiles .col-md-6 {
  padding: 0;
}
@media (max-width: 520px) {
  #home #home-tiles .science-week-tile.row .col-md-6 {
    margin-bottom: 15px;
  }
  #home #home-tiles .science-week-tile.row img {
    height: auto;
  }
}