@charset "UTF-8";
/*
durhamcollege.ca Faculty pages scss file, based on durhamcollege.ca
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .faculty-first-row {
    margin-bottom: 2rem; } }

.faculty-first-row .section-title.row:first-of-type {
  margin: 2em auto 0.5em auto; }

.dean-photo.circle-img-md:not(.no-preview) div.img {
  width: 220px;
  height: 220px;
  border: 4px solid #fff; }

.section-title.row h2 {
  font-size: 1.5625rem;
  text-transform: uppercase;
  font-weight: 400; }

.banner {
  background: #0B8261; }

h1.entry-title {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2.5rem;
  width: 301px; }
  @media screen and (max-width: 39.9375em) {
    h1.entry-title {
      width: 360px; } }

.banner-content-wide .button.hollow {
  margin: 0;
  padding: 10px; }

.card-img {
  position: relative; }
  .card-img:before {
    height: 0 !important;
    width: 0 !important; }

.card-content {
  position: relative;
  cursor: pointer; }
  .card-content:before {
    height: 0 !important;
    width: 0 !important; }
  .card-content .card-content-inner {
    padding: 2em !important; }

.button.hollow.yellow.white:hover {
  background: #0b8261 !important; }

.steps {
  width: 60px;
  height: auto;
  position: absolute;
  background: #e6a400;
  padding: 5px 5px 5px 8px !important;
  color: #3E2B2F;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8rem;
  top: 122px; }
  @media screen and (max-width: 39.9375em) {
    .steps {
      top: 190px; } }
  .steps::before {
    content: "";
    position: absolute;
    right: -15px !important;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 15px solid #e6a400 !important;
    border-top: 15px solid transparent !important;
    border-bottom: 15px solid transparent !important; }
    @media screen and (max-width: 39.9375em) {
      .steps::before {
        content: "";
        right: -15px;
        border-left: 16px solid #e6a400;
        border-bottom: 16px solid transparent; } }
  .steps:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent; }

@media screen and (max-width: 39.9375em) {
  .so-widget-sow-image-default-e4c2d9f6c920-173398 .sow-image-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.button.yellow.hollow {
  border: 1px solid #E6A400 !important; }
  .button.yellow.hollow:hover {
    color: #fff !important; }

.button.red.hollow {
  color: #E03100 !important; }
  .button.red.hollow:hover {
    color: #fff !important; }

@media print, screen and (min-width: 40em) {
  .banner-content-wide.columns.medium-6 {
    width: 32% !important; } }

@media print, screen and (min-width: 40em) {
  .banner-image-wide.medium-6 {
    width: 68% !important; } }

.checkListContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0; }
  @media screen and (max-width: 39.9375em) {
    .checkListContainer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .checkListContainer .checklistTitle {
    margin-right: 4rem; }
    .checkListContainer .checklistTitle .black {
      display: block;
      font-size: 2.4rem; }
    .checkListContainer .checklistTitle h3 {
      font-size: 3.8rem; }
  .checkListContainer .checklistText {
    margin-right: 4rem; }
    @media screen and (max-width: 39.9375em) {
      .checkListContainer .checklistText {
        margin-right: 0 !important; } }
    @media screen and (max-width: 39.9375em) {
      .checkListContainer .checklistText p br {
        display: none; } }
    .checkListContainer .checklistText ul {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 50px;
         -moz-column-gap: 50px;
              column-gap: 50px;
      list-style: none;
      margin: 0;
      padding: 0 20px; }
      .checkListContainer .checklistText ul li {
        list-style-type: none;
        margin-bottom: 10px;
        margin-right: 10px;
        font-weight: 400; }
        .checkListContainer .checklistText ul li:before {
          font-family: 'FontAwesome';
          content: "»";
          color: #0B8261;
          display: inline-block;
          width: 1.2em;
          margin-left: -1.2em; }
  .checkListContainer .checklistImg img {
    width: 160px;
    height: auto;
    image-rendering: high-quality; }

section.dc-card.dc-card-style-gradient .social-midea-four-block .card-content .card-content-inner > * {
  margin-bottom: 2em !important; }

.eventsHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 25px 0 0; }
  .eventsHeading h3 {
    margin: 0; }
  .eventsHeading .button {
    margin: 0; }

.dates {
  color: #fff !important; }
  .dates a {
    color: #fff !important; }
  .dates .date-month {
    color: #fff !important; }
  .dates .display_title {
    font-family: 'Oswald';
    color: #fff !important;
    font-size: 1.3em;
    text-shadow: none;
    line-height: 1.25em !important;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: uppercase;
    font-weight: 400; }
  .dates p {
    color: #fff !important; }
  .dates .date-day {
    color: #fff !important;
    font-size: 3.5em;
    font-family: "Oswald", sans-serif !important;
    font-weight: 400 !important; }
  .dates .more-link {
    border: 1px solid #fff !important; }
  .dates .event-button-column {
    display: none !important; }

.facultyHoodieCont {
  position: relative;
  background-color: #F3FAF5;
  border-radius: 50%;
  background-position: 50% 50%;
  height: 250px;
  width: 250px; }
  .facultyHoodieCont .facultyHoodieText {
    display: inline-block;
    margin: 30px 0 0 13px; }

.facultyHoodieText .button {
  padding: 5px;
  font-size: 1rem; }

.facultyHoodieCont .facultyHoodieImg {
  position: absolute;
  right: 10px;
  top: 75px; }
  .facultyHoodieCont .facultyHoodieImg img {
    width: 160px;
    image-rendering: high-quality; }

ul.dcBullets {
  list-style: none;
  margin: 0;
  padding: 0 20px; }
  ul.dcBullets li:before {
    font-family: 'FontAwesome';
    content: "»";
    color: #0B8261;
    display: inline-block;
    width: 1.2em;
    margin-left: -1.2em; }

@media screen and (max-width: 700px) {
  h1.entry-title {
    font-size: 1.8rem; }
  .banner-content-wide .button.hollow {
    margin: 0;
    padding: 5px;
    font-size: 1rem; }
  #pgc-215014-0-1 > .panel-cell-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .bg-green-win-gradient {
    background: #F3FAF5; } }

/*# sourceMappingURL=orientation.css.map */
