/**
 * AllergyAware
 * http://wordpress.org/themes
 *
 * Copyright (c) 2014 John Bousfield
 * Licensed under the GPLv2+ license.
 */
/* News */
.nav-background {
  background: url('../../assets/images/bg-green-dark.png');
}
body {
  background-image: url('../../assets/images/bg-grey-mid.png');
}
#welcome-header {
  background: url('../../assets/images/bg-green.png');
  position: relative;
  font-size: 12pt;
}
#welcome-header .intro-img {
  text-align: center;
  margin-top: 45px;
}
#welcome-header .intro-line {
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 60px;
  font-weight: 300;
  line-height: 72px;
  color: #fff;
  letter-spacing: 3px;
}
@media (max-width: 990px) {
  #welcome-header .intro-line {
    font-size: 48px;
    line-height: 54px;
  }
}
@media (max-width: 768px) {
  #welcome-header .intro-line {
    font-size: 32px;
    line-height: 36px;
  }
}
#welcome-header .intro-copy {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  #welcome-header .intro-copy {
    font-size: 18px;
    line-height: 24px;
  }
}
#courses-content {
  background: url('../../assets/images/bg-grey.png');
  position: relative;
  font-size: 12pt;
}
#courses-content .course-sash {
  position: absolute;
  top: 0px;
  left: -1px;
  height: 183px;
  width: 184px;
  z-index: 2;
}
#courses-content .course-bg {
  background-repeat: no-repeat;
  background-size: 55% auto;
}
@media (max-width: 991px) {
  #courses-content .course-bg {
    background-image: none !important;
  }
}
#courses-content .course-item {
  background: #fff;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 25px;
  margin: 25px 10px 35px 10px;
  background-repeat: no-repeat;
  background-size: 55% auto;
}
@media (max-width: 991px) {
  #courses-content .course-item {
    background-image: none !important;
  }
}
#courses-content .course-item .course-btn {
  margin-bottom: 10px;
}
#courses-content .course-item .course-ctrl {
  margin-top: 20px;
}
#courses-content .course-item .course-title {
  font-size: 36px;
  color: #676767;
  font-weight: 300;
  line-height: 36px;
  margin-top: 10px;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  #courses-content .course-item .course-title {
    font-size: 24px;
    line-height: 28px;
  }
}
#courses-content .course-item .course-excerpt {
  font-size: 18px;
  color: #676767;
  font-weight: 300;
  border-top: 1px solid #e6e6e6;
  padding-top: 8px;
}
#courses-content .course-item .course-description {
  font-size: 16px;
  color: #808080;
  font-weight: 300;
  margin: 15px 0;
}
.recommended-course {
  color: #4C8F6E;
  text-transform: uppercase;
  font-weight: 400;
}
.narrow-recommended-course {
  display: none;
  margin-top: 35px;
}
@media (max-width: 992px) {
  .narrow-recommended-course {
    display: block;
  }
}
.wide-recommended-course {
  display: block;
}
@media (max-width: 992px) {
  .wide-recommended-course {
    display: none;
  }
}
/*# sourceMappingURL=page-welcome.css.map */