@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Pathway Gothic One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/pathwaygothicone/v16/MwQrbgD32-KAvjkYGNUUxAtW7pEBwx-dTA.ttf) format('truetype');
}
html,
body {
  margin: 0;
  padding: 0;
  background-color: #004c9b;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
header {
  padding: 1em;
  background-color: #002d72;
  color: #fff;
}
header.home {
  background-image: url("img/crowd.jpg");
  background-size: cover;
  background-position: center center;
}
header.home .content {
  padding: 2em 1rem 7rem 1rem;
  text-align: center;
}
header [class^="icon-"],
header [class*=" icon-"] {
  vertical-align: -0.05em;
}
header a {
  display: inline-block;
  margin: 0.5rem 0;
  padding: 0 0.2rem;
  font-family: 'Pathway Gothic One', sans-serif;
  font-size: 1.6em;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
header a:hover,
header a:focus {
  text-decoration: underline;
}
header .topbar {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 1em 0;
}
header .topbar .logo {
  height: 5em;
}
header .topbar .logo img {
  height: 100%;
  width: auto;
}
header .topbar .contacts {
  text-align: right;
}
header .topbar .contacts .email {
  margin: 0;
  padding: 0;
}
header .content h1 {
  margin: 0;
  padding: 0;
  font-family: 'Pathway Gothic One', sans-serif;
  word-spacing: 0.2em;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}
main {
  min-height: 300px;
  padding: 1em;
  background-color: #fff;
  color: #000;
}
#mobileNavToggle {
  display: none;
  font-family: 'Pathway Gothic One', sans-serif;
  font-size: 1.4em;
}
#mobileNavToggle #btnNavToggle {
  display: block;
  font: inherit;
  text-transform: uppercase;
  border: none;
  background-color: #fff;
  color: #002d72;
  cursor: pointer;
}
#pageContent {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  font-size: 1.1em;
  line-height: 1.3;
}
#pageContent article {
  width: 700px;
  max-width: 100%;
}
#pageContent h1 {
  font-size: 3.2rem;
  color: #002d72;
}
#pageContent h2 {
  margin: 1em 0 0.5em 0;
  font-size: 2.4rem;
  color: #004c9b;
}
#pageContent h3 {
  margin: 1em 0 0.5em 0;
  font-size: 2.1rem;
  color: #792082;
}
#pageContent li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#pageContent li ul {
  margin-top: 0.5em;
}
#pageContent img {
  display: block;
  max-width: 100%;
}
#moduleNav {
  width: 300px;
  margin-right: 2em;
  flex-shrink: 0;
}
#moduleNav h2 {
  margin: 1rem 0;
  font-size: 1.8rem;
  color: #002d72;
}
#moduleNav ul {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}
#moduleNav ul li {
  margin: 0;
}
#moduleNav ul li span {
  display: block;
  margin: 0.3em 0;
  padding: 0 0.3em;
  font-weight: bold;
}
#moduleNav ul li ul {
  margin: 0 0 0 1em;
}
#moduleNav ul a {
  display: block;
  padding: 0.2em 0.3em;
  border-radius: 0.2em;
  text-decoration: none;
}
#moduleNav ul a:hover,
#moduleNav ul a:focus {
  background-color: #eee;
}
#moduleNav ul a.selected {
  background-color: #004c9b;
  color: #fff;
}
.page_footer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  min-height: 5em;
  padding: 1em;
  text-align: center;
}
.page_footer .logo {
  height: 5em;
}
.page_footer .logo img {
  height: 100%;
  width: auto;
}
.page_footer a {
  color: inherit;
  text-decoration: none;
}
.page_footer a:hover,
.page_footer a:focus {
  text-decoration: underline;
}
.page_footer a.email {
  font-family: 'Pathway Gothic One', sans-serif;
  font-size: 1.4em;
  letter-spacing: 0;
  text-transform: uppercase;
}
h1,
h2,
h3 {
  margin: 1rem 0;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
h1 {
  font-size: 5em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.6em;
}
a {
  color: #357;
}
.youtube {
  position: relative;
  height: 0;
  max-width: 100%;
  margin-top: 5px;
  padding-bottom: 56.25%;
  overflow: hidden;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search {
  width: 1120px;
  max-width: 92%;
  box-sizing: border-box;
  margin: 1em auto;
  padding: 1.5em 2em;
  background-color: #ffdc00;
}
.search input {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-family: 'Pathway Gothic One', sans-serif;
  font-size: 3em;
  letter-spacing: 0;
  text-transform: uppercase;
  outline: none;
  border-bottom: 2px solid transparent;
}
::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.quicklinks {
  list-style: none;
  display: grid;
  grid-gap: 1em;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
  margin: 0;
  padding: 0;
}
.quicklinks li {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  padding: 2em;
  color: #fff;
  border-radius: 2rem;
}
.quicklinks li.more {
  justify-content: center;
  align-items: center;
  font-family: 'Pathway Gothic One', sans-serif;
  font-size: 2em;
  letter-spacing: 0;
  text-transform: uppercase;
}
.quicklinks li.more .info {
  flex-grow: 0;
}
.quicklinks li:nth-child(6n-5) {
  grid-column: span 2;
}
.quicklinks li:nth-child(7n-6) {
  background-color: #eb0072;
}
.quicklinks li:nth-child(7n-6) a:hover,
.quicklinks li:nth-child(7n-6) a:focus {
  color: #eb0072;
}
.quicklinks li:nth-child(7n-5) {
  background-color: #00a3ad;
}
.quicklinks li:nth-child(7n-5) a:hover,
.quicklinks li:nth-child(7n-5) a:focus {
  color: #00a3ad;
}
.quicklinks li:nth-child(7n-4) {
  background-color: #ff7200;
}
.quicklinks li:nth-child(7n-4) a:hover,
.quicklinks li:nth-child(7n-4) a:focus {
  color: #ff7200;
}
.quicklinks li:nth-child(7n-3) {
  background-color: #0077c8;
}
.quicklinks li:nth-child(7n-3) a:hover,
.quicklinks li:nth-child(7n-3) a:focus {
  color: #0077c8;
}
.quicklinks li:nth-child(7n-2) {
  background-color: #792082;
}
.quicklinks li:nth-child(7n-2) a:hover,
.quicklinks li:nth-child(7n-2) a:focus {
  color: #792082;
}
.quicklinks li:nth-child(7n-1) {
  background-color: #009a44;
}
.quicklinks li:nth-child(7n-1) a:hover,
.quicklinks li:nth-child(7n-1) a:focus {
  color: #009a44;
}
.quicklinks li:nth-child(7n) {
  background-color: #7474c1;
}
.quicklinks li:nth-child(7n) a:hover,
.quicklinks li:nth-child(7n) a:focus {
  color: #7474c1;
}
.quicklinks li .info {
  flex-grow: 1;
  flex-shrink: 0;
}
.quicklinks li h2 {
  margin: 0 0 0.3em 0;
  padding: 0;
  font-family: 'Pathway Gothic One', sans-serif;
  font-size: 2.4em;
  letter-spacing: -0.05em;
  word-spacing: 0.1em;
  text-transform: uppercase;
}
.quicklinks li p {
  margin: 0.5em 0;
  padding: 0;
}
.buttonlink {
  display: inline-block;
  margin: 0.01em;
  padding: 0.3em 0.6em;
  font-family: 'Pathway Gothic One', sans-serif;
  font-size: 1.4em;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3em;
  transition: 0.2s;
}
.buttonlink:hover,
.buttonlink:focus {
  text-decoration: none;
  background-color: #fff;
  color: #000;
}
/* STYLE OVERRIDES */
#maincontent .ik_tabs .ik_tabbar {
  list-style: none;
  margin-bottom: -1px;
}
#maincontent .ik_tabs .ik_tabbar li {
  margin: 0 2px 1px 0;
  background-color: #00a3ad;
  border-color: #00a3ad;
  color: #fff;
}
#maincontent .ik_tabs .ik_tabbar li:hover,
#maincontent .ik_tabs .ik_tabbar li:focus {
  background-color: #00b1bc;
  border-color: #00b1bc;
}
#maincontent .ik_tabs .ik_tabbar li.selected {
  margin-bottom: -1px;
  background-color: #fff;
  color: #000;
}
#maincontent .ik_tabs .ik_tabpanel {
  border-color: #00a3ad;
}
.reveal .summary span.icon-toggle:before {
  content: "\e900";
}
.reveal .summary[aria-expanded=true] span.icon-toggle:before {
  content: "\e903";
}
/* MEDIA QUERIES */
@media (max-width: 600px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 4em;
  }
  h2 {
    font-size: 3.2em;
  }
  header .topbar {
    flex-flow: column nowrap;
    align-items: center;
  }
  header .topbar .logo {
    flex-grow: 1;
  }
  header .topbar .contacts {
    text-align: center;
    margin: 4em 0 0 0;
  }
  footer {
    flex-direction: column;
    align-items: center;
  }
  footer > * {
    margin: 1em 0;
  }
  #pageContent {
    flex-direction: column;
  }
  #mobileNavToggle {
    display: block;
  }
  #moduleNav {
    display: none;
    width: 100%;
  }
  #moduleNav.expanded {
    display: block;
  }
  .quicklinks li:nth-child(6n-5) {
    grid-column: auto;
  }
}
@media (max-width: 370px) {
  h1 {
    font-size: 3.2em;
  }
  h2 {
    font-size: 2.4em;
  }
  .quicklinks {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
  header .topbar .logo,
  footer .logo {
    height: 4.5em;
  }
}
/* new text boxes */
div.box {
  margin: 15px 0px;
}
div.simpleHighlight {
  padding: 10px 10px 5px 10px;
  border: 2px solid #5ac;
}
div.activity,
div.pleasenote,
div.testyourself,
div.discussion,
div.think,
div.reading,
div.casestudy,
div.download,
div.audio,
div.poll,
div.video,
div.keypoint,
div.didyouknow,
div.reminder {
  min-height: 40px;
  padding: 10px 10px 5px 10px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
}
div.activity h6:first-child,
div.pleasenote h6:first-child,
div.testyourself h6:first-child,
div.discussion h6:first-child,
div.think h6:first-child,
div.reading h6:first-child,
div.casestudy h6:first-child,
div.download h6:first-child,
div.audio h6:first-child,
div.poll h6:first-child,
div.video h6:first-child,
div.keypoint h6:first-child,
div.didyouknow h6:first-child,
div.reminder h6:first-child {
  margin: 0.4rem 0;
  line-height: 0.8;
  font-family: 'Pathway Gothic One', sans-serif;
  font-size: 1.5rem;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  padding-left: 50px;
}
div.activity,
div.pleasenote,
div.testyourself,
div.discussion,
div.think,
div.reading,
div.casestudy,
div.reminder {
  border: 2px solid #fc3;
}
div.download,
div.audio,
div.poll,
div.video,
div.keypoint,
div.didyouknow {
  border: 2px solid #bcb;
}
div.activity {
  background-image: url("//de.torontomu.ca/de_courses/templates/_/img/icons/i_activity.gif");
}
div.download {
  background-image: url("//de.torontomu.ca/de_courses/templates/_/img/icons/i_download.gif");
}
div.audio {
  background-image: url("//de.torontomu.ca/de_courses/templates/_/img/icons/i_audio.gif");
}
div.pleasenote {
  background-image: url("//de.torontomu.ca/de_courses/templates/_/img/icons/box_pleasenote.png");
}
div.testyourself {
  background-image: url("//de.torontomu.ca/de_courses/templates/_/img/icons/i_testyourself.gif");
}
div.poll {
  background-image: url("//de.torontomu.ca/de_courses/templates/_/img/icons/i_poll.gif");
}
div.reading {
  background-image: url("//de.torontomu.ca/de_courses/templates/_/img/icons/i_reading.gif");
}
div.discussion {
  background-image: url("//de.torontomu.ca/de_courses/templates/_/img/icons/box_discussion.png");
  /* icon from pixel-mixer.com */
}
div.think {
  background-image: url("//de.torontomu.ca/de_courses/templates/_/img/icons/i_think.gif");
}
div.video {
  background-image: url("//de.torontomu.ca/de_courses/templates/_/img/icons/i_video.gif");
}
div.casestudy {
  background-image: url("//de.torontomu.ca/de_courses/templates/_/img/icons/box_casestudy.png");
  /* icon from pixel-mixer.com */
}
div.keypoint {
  background-image: url("//de.torontomu.ca/de_courses/templates/_/img/icons/box_keypoint.png");
  /* icon from pixel-mixer.com */
}
div.didyouknow {
  background-image: url("//de.torontomu.ca/de_courses/templates/_/img/icons/box_info.png");
  /* icon from pixel-mixer.com */
}
div.reminder {
  background-image: url("//de.torontomu.ca/de_courses/templates/_/img/icons/box_reminder.png");
  /* icon from coolof @ http://www.easyicon.cn */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  div.activity {
    background-image: url("//de.torontomu.ca/de_courses/templates/_/img/icons/i_activity.gif");
    background-size: 32px 32px;
  }
  div.download {
    background-image: url("//de.torontomu.ca/de_courses/templates/_/img/icons/i_download.gif");
    background-size: 32px 32px;
  }
  div.audio {
    background-image: url("//de.torontomu.ca/de_courses/templates/_/img/icons/i_audio.gif");
    background-size: 32px 32px;
  }
  div.pleasenote {
    background-image: url("//de.torontomu.ca/de_courses/templates/_/img/icons/box_pleasenote@2x.png");
    background-size: 32px 32px;
  }
  div.testyourself {
    background-image: url("//de.torontomu.ca/de_courses/templates/_/img/icons/i_testyourself.gif");
    background-size: 32px 32px;
  }
  div.poll {
    background-image: url("//de.torontomu.ca/de_courses/templates/_/img/icons/i_poll.gif");
    background-size: 32px 32px;
  }
  div.reading {
    background-image: url("//de.torontomu.ca/de_courses/templates/_/img/icons/i_reading.gif");
    background-size: 32px 32px;
  }
  div.discussion {
    background-image: url("//de.torontomu.ca/de_courses/templates/_/img/icons/box_discussion@2x.png");
    /* icon from pixel-mixer.com */
    background-size: 32px 32px;
  }
  div.think {
    background-image: url("//de.torontomu.ca/de_courses/templates/_/img/icons/i_think.gif");
    background-size: 32px 32px;
  }
  div.video {
    background-image: url("//de.torontomu.ca/de_courses/templates/_/img/icons/i_video.gif");
    background-size: 32px 32px;
  }
  div.casestudy {
    background-image: url("//de.torontomu.ca/de_courses/templates/_/img/icons/box_casestudy@2x.png");
    /* icon from pixel-mixer.com */
    background-size: 32px 32px;
  }
  div.keypoint {
    background-image: url("//de.torontomu.ca/de_courses/templates/_/img/icons/box_keypoint@2x.png");
    /* icon from pixel-mixer.com */
    background-size: 32px 32px;
  }
  div.didyouknow {
    background-image: url("//de.torontomu.ca/de_courses/templates/_/img/icons/box_info@2x.png");
    /* icon from pixel-mixer.com */
    background-size: 32px 32px;
  }
  div.reminder {
    background-image: url("//de.torontomu.ca/de_courses/templates/_/img/icons/box_reminder@2x.png");
    /* icon from coolof @ http://www.easyicon.cn */
    background-size: 32px 32px;
  }
}
/*# sourceMappingURL=cdp.css.map */