@charset "UTF-8";
/*
* ----------------------------------------------------------------------------------------
* BANNERS
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
  .desktop--hero-banner {
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    margin-top: -5px;
    padding-top: 44%;
    width: 100%; }

  .desktop--hero-banner-container h2 {
    display: none; } }
@media only screen and (min-width: 768px) {
  .desktop--hero-banner {
    background-size: contain;
    background-repeat: no-repeat;
    height: 0;
    /*padding-top: 66.64%;*/
    padding-top: 36%;
    width: 100%; }

  .desktop--hero-banner-container h2 {
    display: none; }

  .banner-title {
    font-size: 26px;
    left: 45px;
    max-width: 195px;
    top: 90px; } }
@media only screen and (min-width: 992px) {
  .banner-title {
    font-size: 44.3px;
    left: 45px;
    max-width: 245px;
    top: 120px; } }
@media only screen and (min-width: 1200px) {
  .banner-title {
    left: 45px;
    max-width: 320px;
    top: 140px; } }
/*
* ----------------------------------------------------------------------------------------
* CONTENT
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
  ul {
    list-style-type: none; }

  .education-description .bullet-pt li {
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
    list-style: none; }

  .course-types-link {
    color: #00AE41;
    display: block;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase; }

  .education-description .bullet-pt li:before {
    content: "• ";
    font-size: 14px;
    position: relative;
    top: 2px; }

  .workshop-teal {
    margin-top: 30px;
    color: #007078; }

  .applied-teal {
    color: #007078;
    font-size: 22px; } }
@media only screen and (min-width: 768px) {
  .education-description .bullet-pt li {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px; }

  .education-description .bullet-pt li:before {
    content: "• ";
    font-size: 14px;
    position: relative;
    top: 2px; }

  a.masterclass {
    display: table;
    margin-bottom: 75px; } }

/*# sourceMappingURL=types.css.map */
