/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  font-size: 14px !important; }

body {
  font-family: Arial, "Liberation Sans", FreeSans, Sans-Serif;
  font-size: 1rem;
  line-height: 1.42857143rem;
  margin: 0;
  color: #333; }

#bd.js-sticky .page {
  padding-top: 3.57142857rem; }
  @media screen and (min-width: 720px) {
    #bd.js-sticky .page--home {
      padding-top: 0; } }

.mEd {
  color: #333;
  font-family: Arial, "Liberation Sans", FreeSans, Sans-Serif;
  font-size: 1rem;
  line-height: 1.42857143rem;
  margin: 0;
  overflow: hidden;
  padding-bottom: 2.85714286rem;
  position: relative; }
  .mEd.page--about, .mEd.sticky-cta {
    padding-bottom: 0; }
  .mEd * {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mEd *:before,
  .mEd *:after {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mEd main {
    position: relative; }
  .mEd input,
  .mEd button,
  .mEd select,
  .mEd textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  .mEd img {
    max-width: 100%;
    vertical-align: middle; }
  .mEd hr {
    margin-top: 1.42857143rem;
    margin-botom: 1.42857143rem;
    border: 0;
    border-top: 1px solid #ccc; }
  .mEd iframe {
    display: block; }
  .mEd [role="button"] {
    cursor: pointer; }

body {
  min-width: 0 !important; }

#site-inner > .header,
#site-inner > .section,
#site-inner > .footer,
#site-inner,
#main,
#bd {
  width: 100%; }

p, button, input, textarea, h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font: inherit; }

#ft.footer {
  margin: 0 auto;
  position: relative; }

@media screen and (max-width: 960px) {
  #hd,
  #ft.footer {
    overflow-x: scroll;
    width: 100%; }
  #footer-menu-container,
  #footer-copy-legal {
    position: relative;
    width: 950px; }
  #footer-copy-legal {
    height: 30px; } }

.mEd .u-container {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 70rem;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative; }

.mEd .grid-overlay__col, .mEd .icon-list__item.in-section-header, .mEd .header__logo, .mEd .header__linklist, .mEd .header__menu-toggle, .mEd .hero__inner, .mEd .hero--home__inner, .mEd .section-header__primary-content, .mEd .section-header__secondary-content, .mEd .section-header__primary-content--full, .mEd .section-header--with-icon__icon, .mEd .section-header--with-icon__heading, .mEd .section-header--with-purchase__primary-content, .mEd .section-header--with-purchase__secondary-content, .mEd .section-header--with-purchase__heading, .mEd .section-header--with-purchase__meta, .mEd .section-header--with-social__primary-content, .mEd .section-header--with-social__secondary-content, .sticky-cta__title, .sticky-cta__btn, .mEd .tooltip-content__inner, .mEd .tooltip-content .product-image, .mEd .tooltip-content .title-author-container, .mEd .tooltip-content .product-blurb, .mEd .topics-list__item, .mEd .syllabus, .mEd .img-block__img, .mEd .resource-list__header, .mEd .resource-list__section__heading, .mEd .resource-list__list__item, .mEd .course-list__header, .mEd .course-list__section__heading, .mEd .course-overview__img, .mEd .course-overview__content, .mEd .course-overview__instructor, .mEd .course-overview__instructor__profile, .mEd .course-overview__instructor__img, .mEd .course-overview--full__img-content, .mEd .course-overview--full__content, .mEd .course-overview__img-content, .mEd .course-overview--full__img, .mEd .program-features__heading, .mEd .program-features__section, .mEd .img-text-block__img, .mEd .img-text-block__text, .mEd .list-block__title, .mEd .faq-block, .mEd .about-section__block, .mEd .program-link-section__title, .mEd .program-link-section__half, .mEd .program-link-section__two-thirds, .mEd .program-link-section__one-third, .mEd .thumb-block--small, .mEd .thumb-block--xs, .mEd .thumb-block.in-trailers-block, .mEd .thumb-block.in-featured-instructors, .mEd .instructor__img, .mEd .instructor__overview, .mEd .instructor.in-directory, .mEd .instructor.in-directory .instructor__img, .mEd .instructor.in-directory .instructor__overview, .mEd .directory__nav, .mEd .directory__listing, .mEd .course-table-section__heading, .mEd .course-table.in-directory .course-table__id,
.mEd .course-table.in-directory .course-table__title,
.mEd .course-table.in-directory .course-table__instructor,
.mEd .course-table.in-directory .course-table__btn {
  clear: none;
  display: block;
  float: left;
  padding-left: 1.5%;
  padding-right: 1.5%; }

.mEd .grid-overlay__col {
  width: 8.3333333333%;
  border: 1px solid red; }
  .mEd .grid-overlay__col span {
    display: block;
    background-color: red;
    height: 10px; }

.mEd h1, .mEd h2, .mEd h3, .mEd h4, .mEd h5, .mEd h6 {
  color: inherit;
  font-family: "Gotham A", "Gotham B", "Arial Narrow", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, Sans-Serif;
  font-weight: normal;
  line-height: 1.1;
  margin-top: 1.42857143rem;
  margin-bottom: 1.42857143rem; }

.mEd h1 {
  font-size: 3.4em;
  line-height: 3.571428575rem; }

.mEd h2 {
  font-size: 2.6em;
  line-height: 2.85714286rem; }

.mEd h3 {
  font-size: 1.7em;
  line-height: 2.142857145rem; }

.mEd h4 {
  font-size: 1.25em;
  line-height: 1.42857143rem; }

.mEd h5 {
  font-size: 1em;
  line-height: 1.42857143rem; }

.mEd h6 {
  font-size: 1em;
  line-height: 1.42857143rem; }

.mEd p {
  margin-top: 1.42857143rem;
  margin-botom: 1.42857143rem; }

.mEd small {
  font-size: 0.85em; }

.mEd blockquote {
  padding: 1.42857143rem;
  margin-top: 1.42857143rem;
  margin-botom: 1.42857143rem; }
  .mEd blockquote p:last-child,
  .mEd blockquote ul:last-child,
  .mEd blockquote ol:last-child {
    margin-bottom: 0; }
  .mEd blockquote footer:before {
    content: '\2014 \00A0'; }

.i-tooltip {
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  background-color: #ccc;
  border-radius: 100%;
  color: #333;
  cursor: default;
  display: inline-block;
  height: 1.42857143rem;
  font-family: Georgia, serif;
  font-weight: bold;
  font-style: italic;
  padding-right: 0.1em;
  text-align: center;
  width: 1.42857143rem; }
  .i-tooltip:hover, .i-tooltip.js-tooltip-active {
    background-color: #777;
    color: #fff; }

.mEd .btn, .mEd .program-link__course-total {
  transition-property: background-color, border-color, color;
  transition-duration: .3s;
  transition-timing-function: ease;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: "Gotham A", "Gotham B", "Arial Narrow", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, Sans-Serif;
  padding: 0.714285715rem 2rem; }
  .mEd .btn:hover, .mEd .program-link__course-total:hover, .mEd .btn:focus, .mEd .program-link__course-total:focus {
    color: #fff; }
  .mEd .btn--sm {
    font-size: 0.85em;
    padding: 0 1rem;
    text-align: center;
    }
  .mEd .btn--tag {
    margin-bottom: 0.3571428575rem; }
  .mEd .btn--primary {
    background-color: #006ced; }
    .mEd .btn--primary:hover, .mEd .btn--primary:focus {
      background-color: #0049a1; }
  .mEd .btn--primary-inverted {
    border: 2px solid #006ced;
    color: #006ced; }
    .mEd .btn--primary-inverted:hover, .mEd .btn--primary-inverted:focus {
      border-color: #0049a1;
      color: #0049a1; }
  .mEd .btn--secondary {
    background-color: #ff6500; }
    .mEd .btn--secondary:hover, .mEd .btn--secondary:focus {
      background-color: #b34700; }
  .mEd .btn--secondary-inverted {
    border: 2px solid #ff6500;
    color: #ff6500; }
    .mEd .btn--secondary-inverted:hover, .mEd .btn--secondary-inverted:focus {
      border-color: #b34700;
      color: #b34700; }
  .mEd .btn--white {
    background-color: #fff; }
  .mEd .btn--white-inverted, .mEd .program-link__course-total {
    border: 2px solid #fff;
    color: #fff; }

.mEd .play-btn, .mEd .video-thumb__play-btn {
  background: url(https://www.logos.com/images/mEd/play_button.png) center center no-repeat;
  background-size: 59px 60px;
  display: block;
  height: 60px;
  width: 59px; }
  .mEd .play-btn--small, .mEd .video-thumb__play-btn--small {
    background-image: url(https://www.logos.com/images/mEd/play_button--small.png);
    background-size: 40px 40px;
    display: block;
    height: 40px;
    width: 40px; }
  .mEd .play-btn--big {
    background-image: url(https://files.logoscdn.com/v1/files/2798190/content.png?signature=s9VX9eNn2tsbycmgSOK5khMUdA8);
    background-size: 139px 139px;
    display: inline-block;
    height: 139px;
    width: 139px; }

.mEd .img-thumb {
  display: inline-block; }
  .mEd .img-thumb__img {
    border-radius: 5px;
    display: inline-block;
    max-width: 60px; }
  .mEd .img-thumb--circle {
    border: 5px solid #ccc;
    border-radius: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
    width: 150px; }
    .mEd .img-thumb--circle__img {
      border-radius: 0;
      bottom: 0;
      left: 0;
      max-width: 100%;
      position: absolute; }
    @media screen and (min-width: 900px) {
      .mEd .img-thumb--circle {
        height: 200px;
        width: 200px; } }

.mEd .video-block {
  margin: 2.85714286rem 0; }

.mEd .video-thumb {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .mEd .video-thumb:before {
    transition-property: background-color;
    transition-duration: .3s;
    transition-timing-function: ease;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .mEd .video-thumb:hover:before {
    background-color: rgba(59, 148, 255, 0.4); }
  .mEd .video-thumb--full {
    display: block; }
  .mEd .video-thumb__img {
    display: block;
    border-radius: 5px;
    margin: 0 auto; }
  .mEd .video-thumb__play-btn {
    position: absolute;
    left: 50%;
    margin: -31px 0 0 -31px;
    top: 50%;
    z-index: 2; }
    .mEd .video-thumb__play-btn--small {
      margin: -18px 0 0 -18px; }

.mEd .full-video {
  background-color: #30343d; }
  .mEd .full-video__video {
    margin: 0 auto;
    max-width: 70rem; }

.mEd a {
  color: #006ced;
  text-decoration: none;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease; }
  .mEd a:hover, .mEd a:focus {
    color: #0049a1; }

.mEd .back-to-top {
  border-top: 1px solid #ccc;
  clear: both;
  margin: 4.28571429rem 0;
  position: relative; }
  .mEd .back-to-top__icon {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    font-size: 0.85em;
    font-style: normal;
    height: 1.42857143rem;
    line-height: 1.4em;
    margin-right: .2em;
    padding-left: 0.4em;
    text-align: center;
    width: 1.42857143rem;
    vertical-align: middle; }
  .mEd .back-to-top__text {
    background-color: #fff;
    display: block;
    font-family: "Gotham A", "Gotham B", "Arial Narrow", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, Sans-Serif;
    padding-left: 1rem;
    position: absolute;
    right: 0;
    top: -0.9rem; }

.mEd ul,
.mEd ol {
  margin: 1.42857143rem 0;
  padding-left: 1.42857143rem; }

.mEd li {
  margin: 0; }

.mEd dl {
  margin: 1.42857143rem 0; }

.mEd dt,
.mEd dd {
  line-height: 1; }

.mEd dd {
  margin-left: 0; }

.mEd .icon-list {
  color: #777;
  list-style: none;
  margin: 0;
  padding: 0; }
  .mEd .icon-list__item {
    font-size: 0.85em;
    margin: 0.3571428575rem 0; }
    .mEd .icon-list__item__icon {
      height: 1.42857143rem;
      margin-right: .5rem; }
    .mEd .icon-list__item.in-section-header {
      padding-left: 1.5%;
      padding-right: 1.5%;
      width: 100%; }
  @media screen and (min-width: 600px) {
    .mEd .icon-list__item.in-section-header {
      padding-left: 2.25%;
      padding-right: 2.25%;
      width: 100%; } }
  @media screen and (min-width: 750px) {
    .mEd .icon-list__item.in-section-header {
      padding-left: 2.25%;
      padding-right: 2.25%;
      width: 50%; } }

.mEd .unstyled-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .mEd .unstyled-list > li {
    display: block; }

.mEd .nav-list {
  font-family: "Gotham A", "Gotham B", "Arial Narrow", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, Sans-Serif;
  list-style: none;
  margin: 2.85714286rem 0;
  padding: 0; }
  .mEd .nav-list > li {
    border-bottom: 1px solid #ccc;
    display: block;
    font-size: 0.85em;
    padding: 0.3571428575rem 0; }
  .mEd .nav-list.in-directory {
    margin: 1.42857143rem 0; }
    .mEd .nav-list.in-directory > li {
      display: inline-block;
      font-size: 14px;
      margin-right: 1rem; }
    @media screen and (min-width: 730px) {
      .mEd .nav-list.in-directory {
        margin: 2.85714286rem 0; }
        .mEd .nav-list.in-directory > li {
          display: block;
          font-size: 0.85em; }
          .mEd .nav-list.in-directory > li:last-child {
            border-bottom: 0 none; } }

.mEd .alphabetized-list {
  font-family: "Gotham A", "Gotham B", "Arial Narrow", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, Sans-Serif;
  list-style: none;
  overflow-x: scroll;
  padding-left: 0;
  white-space: nowrap; }
  .mEd .alphabetized-list__item {
    display: inline-block;
    margin: 1.42857143rem 0;
    padding-right: 1rem;
    vertical-align: top; }
    .mEd .alphabetized-list__item:first-child {
      padding-left: 1rem; }
    .mEd .alphabetized-list__item__title {
      font-size: 14px;
      line-height: 1.42857143rem;
      margin: 0; }
  @media screen and (min-width: 730px) {
    .mEd .alphabetized-list {
      overflow: visible;
      white-space: normal; }
      .mEd .alphabetized-list__item {
        display: block;
        padding: 0; }
        .mEd .alphabetized-list__item:first-child {
          padding: 0; } }

.mEd .header {
  background-color: #fff; }
  .mEd .header__nav {
    position: relative; }
  .mEd .header__logo {
    width: 100%;
    display: inline-block;
    float: none;
    line-height: 2.85714286rem;
    padding-top: 0.3571428575rem;
    padding-bottom: 0.3571428575rem; }
    .mEd .header__logo__img {
      display: inline;
      height: 2.6em; }
    .mEd .header__logo__text {
      display: none; }
  .mEd .header__linklist {
    width: 100%;
    transition-property: margin, max-height;
    transition-duration: .3s;
    transition-timing-function: ease;
    font-family: "Gotham A", "Gotham B", "Arial Narrow", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, Sans-Serif;
    float: none;
    list-style: none;
    margin: 0;
    max-height: 0;
    overflow: hidden; }
    .mEd .header__linklist__item {
      display: block; }
      .mEd .header__linklist__item a {
        color: #333;
        display: block;
        padding-top: 0.714285715rem;
        padding-bottom: 0.714285715rem; }
        .mEd .header__linklist__item a:hover {
          color: #006ced; }
        .mEd .header__linklist__item a.btn, .mEd .header__linklist__item a.program-link__course-total {
          display: none;
          padding-left: .5rem;
          padding-right: .5rem; }
    .mEd .header__linklist.js-menu-toggle-active {
      margin: 0.714285715rem 0;
      max-height: 21.42857145rem; }
  .mEd .header__menu-toggle {
    width: 16.6666666667%;
    transition-property: background-color, color;
    transition-duration: .3s;
    transition-timing-function: ease;
    font-size: 2.6em;
    line-height: 2.85714286rem;
    color: #333;
    display: inline-block;
    padding: 0.3571428575rem 0;
    position: absolute;
    text-align: center;
    top: 0;
    right: -1rem; }
    .mEd .header__menu-toggle:hover, .mEd .header__menu-toggle:focus {
      color: #333; }
    .mEd .header__menu-toggle.js-menu-toggle-active {
      background-color: #ccc;
      color: #fff; }
  @media screen and (min-width: 720px) {
    .mEd .header {
      background-color: #f0f0f0;
      border-bottom: 1px solid #ccc;
      padding-top: 0.714285715rem;
      padding-bottom: 0.714285715rem;
      position: relative; }
      .mEd .header__logo {
        width: 41.6666666667%;
        float: left; }
        .mEd .header__logo__text {
          font-size: 1.25em;
          line-height: 1.42857143rem;
          color: #333;
          display: inline-block;
          margin: 0 0 0 .5rem; }
      .mEd .header__linklist {
        width: 58.3333333333%;
        transition-property: none;
        transition-duration: .3s;
        transition-timing-function: ease;
        float: left;
        margin: 0.714285715rem 0;
        max-height: none;
        text-align: right; }
        .mEd .header__linklist__item {
          display: inline-block;
          margin-left: 1rem; }
          .mEd .header__linklist__item:first-child {
            margin-left: 0; }
          .mEd .header__linklist__item a {
            color: #006ced;
            padding: 0.3571428575rem 0; }
            .mEd .header__linklist__item a:hover, .mEd .header__linklist__item a:focus {
              color: #0049a1; }
            .mEd .header__linklist__item a.btn, .mEd .header__linklist__item a.program-link__course-total {
              display: inline-block; }
      .mEd .header__menu-toggle {
        transition-property: none;
        transition-duration: .3s;
        transition-timing-function: ease;
        display: none; } }
  @media screen and (min-width: 800px) {
    .mEd .header__linklist__item {
      margin-left: 2rem; } }
  .mEd .header.js-sticky {
    border-bottom: 1px solid #ccc;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100; }
    @media screen and (min-width: 720px) {
      .mEd .header.js-sticky {
        background-color: #f0f0f0; }
        .mEd .header.js-sticky .header--overlay__logo__text {
          color: #333; }
        .mEd .header.js-sticky .header--overlay__linklist__item a {
          color: #333; }
          .mEd .header.js-sticky .header--overlay__linklist__item a:hover {
            color: #006ced; } }
  @media screen and (min-width: 720px) {
    .mEd .header--overlay {
      background-color: transparent;
      border: 0 none;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 100; }
      .mEd .header--overlay__logo__text {
        color: #fff; }
      .mEd .header--overlay__linklist__item a {
        color: #fff; }
        .mEd .header--overlay__linklist__item a:hover, .mEd .header--overlay__linklist__item a:focus {
          border-color: #ccc;
          color: #ccc; } }

.mEd .hero {
  background: #5b88bb center center no-repeat;
  background-size: cover;
  color: #fff;
  font-family: "Gotham A", "Gotham B", "Arial Narrow", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, Sans-Serif;
  overflow: hidden;
  padding-top: 4.28571429rem; }
  .mEd .hero__inner {
    width: 100%; }
  .mEd .hero__heading {
    font-size: 1.7em;
    line-height: 2.142857145rem;
    font-weight: bold; }
  .mEd .hero__sub-heading {
    font-size: 1.25em;
    line-height: 1.42857143rem; }
  @media screen and (min-width: 470px) {
    .mEd .hero {
      padding-top: 7.14285715rem; }
      .mEd .hero__heading {
        font-size: 2.6em;
        line-height: 2.85714286rem; } }
  @media screen and (min-width: 600px) {
    .mEd .hero {
      padding-top: 7.14285715rem;
      padding-bottom: 7.14285715rem; }
      .mEd .hero__inner {
        width: 66.6666666667%; } }
  @media screen and (min-width: 800px) {
    .mEd .hero__inner {
      width: 50%; } }
  .mEd .hero--home__play-btn {
    text-align: center; }
  @media screen and (min-width: 470px) {
    .mEd .hero--home {
      background-color: #001b3b;
      text-align: center; } }
  @media screen and (min-width: 600px) {
    .mEd .hero--home__inner {
      width: 100%; } }
  @media screen and (min-width: 700px) {
    .mEd .hero--home {
      padding-top: 11.42857144rem;
      padding-bottom: 1.42857143rem; } }
  @media screen and (min-width: 800px) {
    .mEd .hero--home {
      background-position-x: 40%;
      background-size: 150%;
      padding-top: 7.14285715rem;
      padding-bottom: 7.14285715rem; }
      .mEd .hero--home__play-btn {
        margin-bottom: 4.28571429rem; } }
  @media screen and (min-width: 1200px) {
    .mEd .hero--home {
      background-size: 130%; } }

.mEd .page-header {
  background: #e3e3e3 center center no-repeat;
  background-size: cover;
  padding: 3.571428575rem 1rem;
  text-align: center; }
  .mEd .page-header__heading, .mEd .page-header__sub-heading {
    margin: 0.714285715rem 0; }
  .mEd .page-header__heading {
    font-size: 2.6em;
    line-height: 2.85714286rem;
    font-weight: bold; }
  .mEd .page-header__sub-heading {
    font-size: 14px;
    line-height: 1.42857143rem;
    font-family: "Gotham A", "Gotham B", "Arial Narrow", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, Sans-Serif; }
  @media (min-width: 720px) {
    .mEd .page-header {
      background-size: initial;
      padding-top: 5.71428572rem;
      padding-bottom: 5.71428572rem; } }

.mEd .section-header {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 1.42857143rem 0; }
  .mEd .section-header__primary-content, .mEd .section-header__secondary-content {
    width: 100%; }
  .mEd .section-header__heading, .mEd .section-header__meta {
    margin: 0.714285715rem 0; }
  .mEd .section-header__heading {
    font-size: 2.6em;
    line-height: 2.85714286rem; }
  .mEd .section-header__meta {
    color: #777;
    font-family: "Gotham A", "Gotham B", "Arial Narrow", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, Sans-Serif; }
  @media screen and (min-width: 850px) {
    .mEd .section-header {
      margin: 2.85714286rem 0; }
      .mEd .section-header__primary-content {
        width: 66.6666666667%; }
      .mEd .section-header__secondary-content {
        width: 33.3333333333%; }
      .mEd .section-header__primary-content--full {
        width: 100%;
        text-align: center; }
      .mEd .section-header__secondary-content {
        margin-top: 0.714285715rem;
        text-align: right; } }
  .mEd .section-header--with-icon__icon {
    width: 83.3333333333%;
    margin-left: 8.3333333333%; }
  .mEd .section-header--with-icon__heading {
    width: 100%; }
  @media screen and (min-width: 600px) {
    .mEd .section-header--with-icon {
      -ms-align-items: center;
      -moz-align-items: center;
      -webkit-align-items: center;
      align-items: center;
      display: -ms-flex;
      display: -moz-flex;
      display: -webkit-flex;
      display: flex; }
      .mEd .section-header--with-icon__icon {
        width: 25%;
        margin: 0; }
      .mEd .section-header--with-icon__heading {
        width: 75%;
        margin-top: 1.42857143rem; } }
  .mEd .section-header--with-purchase {
    padding-left: 0;
    padding-right: 0; }
    .mEd .section-header--with-purchase__primary-content, .mEd .section-header--with-purchase__secondary-content {
      padding-left: 1.5%;
      padding-right: 1.5%;
      width: 100%; }
    .mEd .section-header--with-purchase__primary-content {
      padding-left: 0;
      padding-right: 0; }
    .mEd .section-header--with-purchase__heading, .mEd .section-header--with-purchase__meta {
      padding-left: 1.5%;
      padding-right: 1.5%;
      width: 100%; }
    .mEd .section-header--with-purchase__heading {
      font-size: 1.7em;
      line-height: 2.142857145rem; }
    .mEd .section-header--with-purchase__meta {
      color: #333;
      font-family: Arial, "Liberation Sans", FreeSans, Sans-Serif; }
    @media screen and (min-width: 600px) {
      .mEd .section-header--with-purchase__primary-content {
        padding-left: 1.5%;
        padding-right: 1.5%;
        width: 66.6666666667%;
        padding-left: 0;
        padding-right: 0; }
      .mEd .section-header--with-purchase__heading, .mEd .section-header--with-purchase__meta {
        padding-left: 2.25%;
        padding-right: 2.25%;
        width: 100%; }
      .mEd .section-header--with-purchase__secondary-content {
        width: 33.3333333333%; } }
  .mEd .section-header--with-social {
    margin: 1.42857143rem 0 0.714285715rem 0; }
    @media screen and (min-width: 850px) {
      .mEd .section-header--with-social__primary-content, .mEd .section-header--with-social__secondary-content {
        width: 50%; }
      .mEd .section-header--with-social__heading {
        font-size: 1.7em;
        line-height: 2.142857145rem; } }

.sticky-cta {
  transition-property: top;
  transition-duration: .3s;
  transition-timing-function: ease;
  background-color: #f0f0f0;
  border-bottom: 1px solid #ccc;
  display: none;
  left: 0;
  position: fixed;
  top: -200px;
  width: 100%;
  z-index: 100; }
  .sticky-cta .u-container {
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex; }
  .sticky-cta__title, .sticky-cta__btn {
    margin-top: 0.714285715rem !important;
    margin-bottom: 0.714285715rem !important; }
  .sticky-cta__title {
    width: 66.6666666667%;
    font-size: 1.7em;
    line-height: 2.142857145rem;
    color: #006ced;
    font-family: "Gotham A", "Gotham B", "Arial Narrow", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, Sans-Serif; }
  .sticky-cta__btn {
    width: 33.3333333333%;
    text-align: right; }
  .sticky-cta.js-sticky {
    top: 0; }
  @media screen and (min-width: 700px) {
    .sticky-cta {
      display: block; } }

.mEd .tooltip-content {
  display: none;
  font-family: "Gotham A", "Gotham B", "Arial Narrow", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, Sans-Serif;
  font-size: 1rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10; }
  .mEd .tooltip-content__inner {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-top: 1.42857143rem;
    padding-bottom: 0.714285715rem; }
  .mEd .tooltip-content--small {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    left: auto;
    margin-top: .5rem;
    padding: 0.714285715rem 1rem;
    right: 0;
    width: auto; }
  .mEd .tooltip-content .product-image {
    padding-left: 1.5%;
    padding-right: 1.5%;
    width: 33.3333333333%; }
  .mEd .tooltip-content .title-author-container {
    padding-left: 1.5%;
    padding-right: 1.5%;
    width: 66.6666666667%; }
  .mEd .tooltip-content .product-title {
    font-size: 1.25em;
    line-height: 1.42857143rem; }
  .mEd .tooltip-content .product-authors,
  .mEd .tooltip-content .price {
    color: #777;
    font-size: 0.85em;
    padding: 0.3571428575rem 0; }
  .mEd .tooltip-content .product-blurb {
    padding-left: 1.5%;
    padding-right: 1.5%;
    width: 100%;
    padding-top: 0.714285715rem;
    padding-bottom: 0.714285715rem; }
  .mEd .tooltip-content.js-tooltip-active {
    display: block; }
  @media screen and (min-width: 500px) {
    .mEd .tooltip-content__inner {
      width: 66.6666666667%;
      padding-left: 0;
      padding-right: 0; }
    .mEd .tooltip-content .product-image {
      padding-left: 2.25%;
      padding-right: 2.25%;
      width: 25%; }
    .mEd .tooltip-content .title-author-container {
      padding-left: 2.25%;
      padding-right: 2.25%;
      width: 75%; }
    .mEd .tooltip-content .product-blurb {
      padding-left: 2.25%;
      padding-right: 2.25%;
      width: 100%; } }
  @media screen and (min-width: 720px) {
    .mEd .tooltip-content__inner {
      width: 50%;
      padding-left: 0;
      padding-right: 0; }
    .mEd .tooltip-content .product-image {
      padding-left: 3%;
      padding-right: 3%;
      width: 33.3333333333%; }
    .mEd .tooltip-content .title-author-container {
      padding-left: 3%;
      padding-right: 3%;
      width: 66.6666666667%; }
    .mEd .tooltip-content .product-blurb {
      padding-left: 3%;
      padding-right: 3%;
      width: 100%; } }
  @media screen and (min-width: 900px) {
    .mEd .tooltip-content__inner {
      width: 41.6666666667%;
      padding-left: 0;
      padding-right: 0;
      margin-left: 8.3333333333%; }
    .mEd .tooltip-content .product-image {
      padding-left: 3.6%;
      padding-right: 3.6%;
      width: 40%; }
    .mEd .tooltip-content .title-author-container {
      padding-left: 3.6%;
      padding-right: 3.6%;
      width: 60%; }
    .mEd .tooltip-content .product-blurb {
      padding-left: 3.6%;
      padding-right: 3.6%;
      width: 100%; } }

.mEd .topics-list {
  display: block;
  overflow: hidden;
  position: relative;
  list-style: none;
  margin: 1.42857143rem 0;
  padding: 0; }
  .mEd .topics-list__item {
    width: 100%; }
  @media screen and (min-width: 600px) {
    .mEd .topics-list__item {
      width: 50%; }
      .mEd .topics-list__item:nth-of-type(odd) {
        clear: both; } }

.mEd .syllabus {
  width: 100%;
  font-family: "Gotham A", "Gotham B", "Arial Narrow", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, Sans-Serif;
  padding: 2.85714286rem 0; }
  .mEd .syllabus h1 {
    font-size: 2.6em;
    line-height: 2.85714286rem;
    margin: 0 0 2.85714286rem 0; }
  .mEd .syllabus h2 {
    font-size: 1.7em;
    line-height: 2.142857145rem; }
  .mEd .syllabus h3 {
    font-size: 1.25em;
    line-height: 1.42857143rem; }

.mEd .img-block {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 2.85714286rem 0; }
  .mEd .img-block__img {
    width: 66.6666666667%;
    margin-left: 16.6666666667%; }
  @media screen and (min-width: 500px) {
    .mEd .img-block__img {
      width: 50%;
      margin-left: 25%; } }
  @media screen and (min-width: 750px) {
    .mEd .img-block__img {
      width: 33.3333333333%;
      margin-left: 33.3333333333%; } }

.mEd .resource-list {
  margin: 2.85714286rem 0; }
  .mEd .resource-list__header {
    width: 100%;
    margin: 2.85714286rem 0;
    text-align: center; }
    .mEd .resource-list__header__heading {
      font-size: 1.7em;
      line-height: 2.142857145rem; }
  .mEd .resource-list__section__heading {
    width: 100%;
    font-size: 1.25em;
    line-height: 1.42857143rem;
    text-align: center; }
  .mEd .resource-list__list {
    background-color: #f0f0f0;
    border-radius: 5px;
    clear: both;
    font-family: "Gotham A", "Gotham B", "Arial Narrow", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, Sans-Serif;
    font-size: 0.85em;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0.714285715rem 0; }
    .mEd .resource-list__list__item {
      width: 100%;
      display: block; }
      .mEd .resource-list__list__item__inner {
        border-bottom: 1px solid #ccc;
        padding-top: 0.714285715rem;
        padding-bottom: 0.714285715rem; }
      .mEd .resource-list__list__item:last-child .resource-list__list__item__inner {
        border-bottom: 0 none; }
      .mEd .resource-list__list__item__title, .mEd .resource-list__list__item__code {
        color: #333; }
        .mEd .resource-list__list__item__title:hover, .mEd .resource-list__list__item__code:hover {
          color: #777; }
      .mEd .resource-list__list__item__tooltip {
        transition-property: background-color;
        transition-duration: .3s;
        transition-timing-function: ease;
        background-color: #ccc;
        border-radius: 100%;
        color: #333;
        cursor: default;
        display: inline-block;
        height: 1.42857143rem;
        font-family: Georgia, serif;
        font-weight: bold;
        font-style: italic;
        margin-left: .5rem;
        padding-right: 0.1em;
        text-align: center;
        width: 1.42857143rem; }
        .mEd .resource-list__list__item__tooltip:hover {
          background-color: #777;
          color: #fff; }
      .mEd .resource-list__list__item__code:hover {
        color: #333; }
      @media screen and (min-width: 750px) {
        .mEd .resource-list__list__item__code {
          float: right; } }

.mEd .course-list__header {
  width: 100%;
  margin: 2.85714286rem 0;
  text-align: center; }
  .mEd .course-list__header__heading {
    font-size: 1.7em;
    line-height: 2.142857145rem; }

.mEd .course-list__section__heading {
  width: 100%;
  font-size: 1.25em;
  line-height: 1.42857143rem;
  text-align: center; }

.mEd .course-overview {
  background-color: #f0f0f0;
  border-radius: 5px;
  clear: both;
  font-family: "Gotham A", "Gotham B", "Arial Narrow", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, Sans-Serif;
  margin: 1.42857143rem 0;
  overflow: hidden;
  padding-top: 1.42857143rem;
  padding-bottom: 1.42857143rem; }
  .mEd .course-overview__img {
    width: 50%; }
  .mEd .course-overview__content, .mEd .course-overview__instructor {
    width: 100%; }
  .mEd .course-overview__title {
    font-size: 1.25em;
    line-height: 1.42857143rem;
    margin-bottom: 0.714285715rem; }
  .mEd .course-overview__published, .mEd .course-overview__hours, .mEd .course-overview__description {
    font-size: 0.85em; }
  .mEd .course-overview__published, .mEd .course-overview__hours {
    margin: 0; }
  .mEd .course-overview__description {
    margin-top: 0.714285715rem; }
  .mEd .course-overview__instructor {
    padding-left: 0;
    padding-right: 0;
    color: #777;
    text-align: right; }
    .mEd .course-overview__instructor__profile {
      padding-left: 1.5%;
      padding-right: 1.5%;
      width: 66.6666666667%; }
    .mEd .course-overview__instructor__meta, .mEd .course-overview__instructor__name, .mEd .course-overview__instructor__cv {
      margin: 0; }
    .mEd .course-overview__instructor__meta, .mEd .course-overview__instructor__cv {
      font-size: 0.85em; }
    .mEd .course-overview__instructor__name {
      font-size: 1.25em;
      line-height: 1.42857143rem; }
    .mEd .course-overview__instructor__img {
      padding-left: 1.5%;
      padding-right: 1.5%;
      width: 33.3333333333%; }
  @media screen and (min-width: 400px) {
    .mEd .course-overview__instructor__profile {
      padding-left: 1.5%;
      padding-right: 1.5%;
      width: 75%; }
    .mEd .course-overview__instructor__img {
      padding-left: 1.5%;
      padding-right: 1.5%;
      width: 25%; } }
  @media screen and (min-width: 600px) {
    .mEd .course-overview__img {
      width: 33.3333333333%; }
    .mEd .course-overview__content, .mEd .course-overview__instructor {
      width: 66.6666666667%; }
    .mEd .course-overview__title {
      margin-top: 0; }
    .mEd .course-overview__instructor {
      padding-left: 0;
      padding-right: 0;
      margin-left: 33.3333333333%; }
      .mEd .course-overview__instructor__profile {
        padding-left: 2.25%;
        padding-right: 2.25%;
        width: 75%; }
      .mEd .course-overview__instructor__img {
        padding-left: 2.25%;
        padding-right: 2.25%;
        width: 25%; }
    .mEd .course-overview--full__img-content {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
    .mEd .course-overview--full__img {
      margin-right: 1.5%; }
    .mEd .course-overview--full__content {
      padding-left: 1.5%;
      padding-right: 1.5%;
      width: 100%;
      float: none; } }
  @media screen and (min-width: 730px) {
    .mEd .course-overview__img-content {
      width: 75%;
      padding-left: 0;
      padding-right: 0; }
    .mEd .course-overview__img {
      padding-left: 2%;
      padding-right: 2%;
      width: 22.2222222222%;
      margin-right: 2%; }
    .mEd .course-overview__content {
      padding-left: 2%;
      padding-right: 2%;
      width: 100%;
      float: none; }
    .mEd .course-overview__instructor {
      width: 25%;
      padding-left: 0;
      padding-right: 0;
      margin: 0;
      text-align: left; }
      .mEd .course-overview__instructor__profile {
        padding-left: 6%;
        padding-right: 6%;
        width: 100%;
        margin-bottom: 0.714285715rem; }
      .mEd .course-overview__instructor__img {
        padding-left: 6%;
        padding-right: 6%;
        width: 66.6666666667%; }
    .mEd .course-overview--full__img-content {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
    .mEd .course-overview--full__img {
      padding-left: 1.5%;
      padding-right: 1.5%;
      width: 16.6666666667%;
      margin-right: 1.5%; }
    .mEd .course-overview--full__content {
      padding-left: 1.5%;
      padding-right: 1.5%;
      width: 100%; } }

.mEd .program-features {
  overflow: hidden; }
  .mEd .program-features__heading, .mEd .program-features__section {
    width: 100%; }
  .mEd .program-features__heading {
    font-size: 1.7em;
    line-height: 2.142857145rem;
    text-align: center; }
  .mEd .program-features__icon {
    display: inline-block;
    margin: 0.714285715rem 0.5rem 0.714285715rem 0; }
    .mEd .program-features__icon img {
      height: 2.85714286rem; }
  .mEd .program-features__sub-heading {
    font-size: 1.25em;
    line-height: 1.42857143rem;
    display: inline-block; }
  .mEd .program-features__list ul {
    margin: 0 0 1.42857143rem 0;
    overflow: hidden; }
  @media screen and (min-width: 600px) {
    .mEd .program-features__section {
      width: 50%; }
    .mEd .program-features__list ul {
      margin: 0 0 0 3.35714286rem; } }

.mEd .img-text-block {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 1.42857143rem 0; }
  .mEd .img-text-block__img {
    width: 50%;
    margin-left: 25%;
    text-align: center; }
  .mEd .img-text-block__text {
    width: 100%; }
  .mEd .img-text-block__heading {
    font-size: 1.7em;
    line-height: 2.142857145rem; }
  @media screen and (min-width: 600px) {
    .mEd .img-text-block {
      -ms-align-items: center;
      -moz-align-items: center;
      -webkit-align-items: center;
      align-items: center;
      display: -ms-flex;
      display: -moz-flex;
      display: -webkit-flex;
      display: flex;
      margin: 2.85714286rem 0; }
      .mEd .img-text-block__img {
        width: 25%;
        margin: 0; }
      .mEd .img-text-block__text {
        width: 75%; }
      .mEd .img-text-block__heading {
        font-size: 2.6em;
        line-height: 2.85714286rem; } }
  @media screen and (min-width: 800px) {
    .mEd .img-text-block {
      margin: 4.28571429rem 0; }
      .mEd .img-text-block__img {
        width: 16.6666666667%; }
      .mEd .img-text-block__text {
        width: 83.3333333333%; } }

.mEd .purchase-section {
  font-family: "Gotham A", "Gotham B", "Arial Narrow", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, Sans-Serif;
  margin: 1.42857143rem 0; }
  .mEd .purchase-section__price {
    color: #777;
    margin: 0.714285715rem 0; }
    .mEd .purchase-section__price__full, .mEd .purchase-section__price__monthly {
      color: #333;
      display: block;
      font-weight: bold;
      margin: 0.3571428575rem 0; }
    .mEd .purchase-section__price__full {
      font-size: 1.7em;
      line-height: 2.142857145rem; }
    .mEd .purchase-section__price__monthly {
      font-size: 1.25em;
      line-height: 1.42857143rem; }
  .mEd .purchase-section__meta {
    color: #777;
    margin: 0; }
  .mEd .purchase-section__btn {
    margin-top: 1.42857143rem; }

.mEd .callout {
  font-size: 1.25em;
  line-height: 1.42857143rem;
  background-color: #f0f0f0;
  font-family: "Gotham A", "Gotham B", "Arial Narrow", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, Sans-Serif;
  margin: 0;
  padding: 1.42857143rem 1rem;
  text-align: center; }

.mEd .btn-block {
  clear: both;
  padding: 2.85714286rem 0;
  text-align: center; }
  .mEd .btn-block--with-text {
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    margin: 1.42857143rem 0;
    text-align: center; }
    .mEd .btn-block--with-text__btn, .mEd .btn-block--with-text__text {
      display: inline-block;
      vertical-align: middle; }
    .mEd .btn-block--with-text__btn {
      margin-right: 1rem; }
    .mEd .btn-block--with-text__text {
      margin: 0;
      text-align: left; }
  .mEd .btn-block--align-left {
    -ms-justify-content: start;
    -moz-justify-content: start;
    -webkit-justify-content: start;
    justify-content: start;
    text-align: left; }

.mEd .list-block {
  margin: 2.85714286rem 0; }
  .mEd .list-block__title {
    width: 100%;
    font-size: 1.25em;
    line-height: 1.42857143rem;
    font-family: "Gotham A", "Gotham B", "Arial Narrow", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, Sans-Serif;
    margin: 0 0 0.714285715rem 0; }

.mEd .faq-section {
  margin: 2.85714286rem 0; }

.mEd .faq-block {
  width: 100%;
  margin: 0.714285715rem 0; }
  .mEd .faq-block__question {
    font-size: 1.7em;
    line-height: 2.142857145rem; }
  @media screen and (min-width: 900px) {
    .mEd .faq-block {
      width: 83.3333333333%;
      margin-left: 8.3333333333%; } }

.mEd .trailers-block {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 1.42857143rem 0; }

.mEd .featured-instructors__list {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 1.42857143rem 0; }

.mEd .about-section {
  padding: 1.42857143rem 0; }
  .mEd .about-section__sub-heading {
    font-size: 1.7em;
    line-height: 2.142857145rem; }
  .mEd .about-section__block {
    width: 100%;
    margin-bottom: 1.42857143rem; }
  .mEd .about-section--off-white {
    background-color: #f0f0f0; }
  @media screen and (min-width: 800px) {
    .mEd .about-section__block {
      width: 83.3333333333%;
      margin-left: 8.3333333333%; } }

.mEd .program-link-section {
  margin: 4.28571429rem 0;
  overflow: hidden; }
  .mEd .program-link-section__title {
    width: 100%;
    font-size: 2.6em;
    line-height: 2.85714286rem;
    color: #777;
    margin-bottom: 2.85714286rem; }
  .mEd .program-link-section__half, .mEd .program-link-section__two-thirds, .mEd .program-link-section__one-third {
    width: 100%; }
  @media screen and (min-width: 580px) {
    .mEd .program-link-section__half, .mEd .program-link-section__two-thirds, .mEd .program-link-section__one-third {
      width: 50%; } }
  @media screen and (min-width: 850px) {
    .mEd .program-link-section__two-thirds {
      width: 66.6666666667%; }
    .mEd .program-link-section__one-third {
      width: 33.3333333333%; } }
  .mEd .program-link-section--off-white {
    background-color: #f0f0f0;
    margin: 2.85714286rem 0;
    padding: 1.42857143rem 0 4.28571429rem 0; }

.mEd .social-links__link {
  display: inline-block;
  margin: 0.714285715rem 0.25rem;
  vertical-align: top; }
  .mEd .social-links__link:first-child {
    margin-left: 0; }
  .mEd .social-links__link:last-child {
    margin-right: 0; }

.mEd .thumb-block {
  border-radius: 5px;
  display: block;
  font-family: "Gotham A", "Gotham B", "Arial Narrow", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, Sans-Serif;
  margin: 1.42857143rem 0;
  text-align: center; }
  .mEd .thumb-block__thumb {
    margin-bottom: 1.42857143rem; }
  .mEd .thumb-block__title, .mEd .thumb-block__meta {
    margin: 0; }
  .mEd .thumb-block__meta {
    font-size: 1em;
    line-height: 1.42857143rem;
    color: #777; }
  .mEd .thumb-block__title {
    font-size: 1.7em;
    line-height: 2.142857145rem; }
    .mEd .thumb-block__title--small, .mEd .thumb-block__title--xs {
      font-size: 1.25em;
      line-height: 1.42857143rem; }
    .mEd .thumb-block__title--xs {
      margin: 1.42857143rem 0; }
  .mEd .thumb-block--small {
    width: 100%;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    padding-top: 1.42857143rem;
    padding-bottom: 1.42857143rem;
    margin: 0.714285715rem 0;
    text-align: left;
    width: 100%; }
    .mEd .thumb-block--small__thumb {
      float: left;
      margin-right: 1rem;
      margin-bottom: 0; }
    .mEd .thumb-block--small__meta {
      font-size: 0.85em;
      line-height: 1.42857143rem;
      display: block; }
  .mEd .thumb-block--xs {
    width: 100%;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    padding-top: 0.714285715rem;
    padding-bottom: 0.714285715rem;
    margin: 0.714285715rem 0;
    text-align: left;
    width: 100%; }
    .mEd .thumb-block--xs__thumb {
      float: left;
      margin-right: 1rem;
      margin-bottom: 0; }
    .mEd .thumb-block--xs__meta {
      font-size: 0.85em;
      line-height: 1.42857143rem;
      display: block; }
  .mEd .thumb-block--off-white, .mEd .thumb-block--grayscale {
    transition-property: background-color, color;
    transition-duration: .3s;
    transition-timing-function: ease; }
  .mEd .thumb-block--off-white {
    background-color: #f0f0f0; }
    .mEd .thumb-block--off-white:hover {
      background-color: #e3e3e3; }
  .mEd .thumb-block--grayscale {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333; }
    .mEd .thumb-block--grayscale:hover {
      background-color: #f0f0f0;
      color: #333; }
  .mEd .thumb-block.in-trailers-block {
    width: 100%; }
    @media screen and (min-width: 550px) {
      .mEd .thumb-block.in-trailers-block {
        width: 50%; }
        .mEd .thumb-block.in-trailers-block:nth-of-type(odd) {
          clear: left; } }
    @media screen and (min-width: 750px) {
      .mEd .thumb-block.in-trailers-block {
        width: 33.3333333333%; }
        .mEd .thumb-block.in-trailers-block:nth-of-type(odd) {
          clear: none; }
        .mEd .thumb-block.in-trailers-block:nth-of-type(3n+1) {
          clear: left; } }
  .mEd .thumb-block.in-featured-instructors {
    width: 100%; }
    @media screen and (min-width: 700px) {
      .mEd .thumb-block.in-featured-instructors {
        width: 33.3333333333%; } }

.mEd .program-link {
  display: block;
  font-family: "Gotham A", "Gotham B", "Arial Narrow", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, Sans-Serif;
  float: left;
  margin: 0.714285715rem 0;
  max-width: 100%;
  position: relative; }
  .mEd .program-link:hover .mEd .program-link__img {
    opacity: 0.97; }
  .mEd .program-link__img {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
    border-radius: 5px; }
  .mEd .program-link__title {
    font-size: 1.7em;
    line-height: 2.142857145rem;
    color: #fff;
    left: 0;
    margin: 0 1rem;
    position: absolute;
    top: 1.42857143rem; }
    @media screen and (min-width: 850px) {
      .mEd .program-link__title {
        font-size: 2.6em;
        line-height: 2.85714286rem; }
        .mEd .program-link__title--small {
          font-size: 1.7em;
          line-height: 2.142857145rem; } }
  .mEd .program-link__course-total {
    bottom: 1.42857143rem;
    left: 0;
    margin: 0 1rem;
    position: absolute; }
  @media screen and (min-width: 850px) {
    .mEd .program-link.in-program-link-section__one-third {
      margin-top: 1.1rem;
      margin-bottom: 0; }
      .mEd .program-link.in-program-link-section__one-third:first-child {
        margin-top: 0.714285715rem; } }
  @media screen and (min-width: 580px) {
    .mEd .program-link.in-program-link-section__one-third--right:last-child {
      left: -106%; } }
  @media screen and (min-width: 850px) {
    .mEd .program-link.in-program-link-section__one-third--right:last-child {
      left: 0; } }

.mEd .instructor {
  clear: both;
  margin: 1.42857143rem 0;
  overflow: hidden; }
  .mEd .instructor__img {
    padding-left: 1.5%;
    padding-right: 1.5%;
    width: 25%; }
    .mEd .instructor__img img {
      border: 1px solid #ccc;
      border-radius: 5px; }
  .mEd .instructor__overview {
    padding-left: 1.5%;
    padding-right: 1.5%;
    width: 75%; }
  .mEd .instructor__name, .mEd .instructor__bio {
    margin: 0 0 0.714285715rem 0; }
  .mEd .instructor__name {
    font-size: 1.25em;
    line-height: 1.42857143rem; }
  @media screen and (min-width: 530px) {
    .mEd .instructor.in-directory {
      padding-left: 1.5%;
      padding-right: 1.5%;
      width: 50%;
      padding-left: 0;
      padding-right: 0;
      clear: none; }
      .mEd .instructor.in-directory:nth-of-type(odd) {
        clear: both; }
      .mEd .instructor.in-directory .instructor__img {
        padding-left: 3%;
        padding-right: 3%;
        width: 33.3333333333%; }
      .mEd .instructor.in-directory .instructor__overview {
        padding-left: 3%;
        padding-right: 3%;
        width: 66.6666666667%; } }
  @media screen and (min-width: 730px) {
    .mEd .instructor.in-directory {
      padding-left: 1.8%;
      padding-right: 1.8%;
      width: 50%;
      padding-left: 0;
      padding-right: 0; }
      .mEd .instructor.in-directory .instructor__img {
        padding-left: 3.6%;
        padding-right: 3.6%;
        width: 40%;
        margin-bottom: 0; }
      .mEd .instructor.in-directory .instructor__overview {
        padding-left: 3.6%;
        padding-right: 3.6%;
        width: 60%; } }

.mEd .directory {
  display: block;
  overflow: hidden;
  position: relative;
  margin-top: 2.85714286rem;
  margin-bottom: 2.85714286rem; }
  .mEd .directory__nav {
    width: 100%; }
    .mEd .directory__nav__instruction {
      color: #777;
      font-family: "Gotham A", "Gotham B", "Arial Narrow", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, Sans-Serif;
      text-align: center; }
  .mEd .directory__listing {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  @media screen and (min-width: 730px) {
    .mEd .directory__nav {
      width: 16.6666666667%; }
      .mEd .directory__nav__instruction {
        display: none; }
    .mEd .directory__listing {
      width: 83.3333333333%;
      padding-left: 0;
      padding-right: 0; } }

.mEd .course-table-section {
  margin: 1.42857143rem 0; }
  .mEd .course-table-section__heading {
    font-size: 2.6em;
    line-height: 2.85714286rem;
    padding-left: 1.5%;
    padding-right: 1.5%;
    width: 100%; }
  @media screen and (min-width: 730px) {
    .mEd .course-table-section__heading {
      padding-left: 1.8%;
      padding-right: 1.8%;
      width: 100%; } }

.mEd .course-table {
  display: block;
  font-family: "Gotham A", "Gotham B", "Arial Narrow", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, Sans-Serif; }
  .mEd .course-table__body {
    display: block; }
  .mEd .course-table__row {
    clear: both;
    display: block;
    font-size: 0.85em;
    overflow: hidden;
    margin-bottom: 0.714285715rem; }
    .mEd .course-table__row--coming-soon {
      color: #777; }
      .mEd .course-table__row--coming-soon__btn__coming-soon {
        border: 2px solid transparent;
        display: inline-block;
        font-size: 0.85em;
        padding: 0 1rem; }
  .mEd .course-table__btn {
    padding-top: 0.3571428575rem;
    padding-bottom: 0.3571428575rem; }
  .mEd .course-table.in-directory .course-table__id,
  .mEd .course-table.in-directory .course-table__title,
  .mEd .course-table.in-directory .course-table__instructor,
  .mEd .course-table.in-directory .course-table__btn {
    padding-left: 1.5%;
    padding-right: 1.5%;
    width: 100%; }
  @media screen and (min-width: 580px) {
    .mEd .course-table__row {
      -ms-align-items: center;
      -moz-align-items: center;
      -webkit-align-items: center;
      align-items: center;
      display: -ms-flex;
      display: -moz-flex;
      display: -webkit-flex;
      display: flex;
      margin-bottom: 0; }
    .mEd .course-table__id, .mEd .course-table__title, .mEd .course-table__instructor {
      padding-top: 0.3571428575rem;
      padding-bottom: 0.3571428575rem; }
    .mEd .course-table.in-directory .course-table__id {
      padding-left: 1.5%;
      padding-right: 1.5%;
      width: 16.6666666667%; }
    .mEd .course-table.in-directory .course-table__title {
      padding-left: 1.5%;
      padding-right: 1.5%;
      width: 33.3333333333%; }
    .mEd .course-table.in-directory .course-table__instructor {
      padding-left: 1.5%;
      padding-right: 1.5%;
      width: 25%; }
    .mEd .course-table.in-directory .course-table__btn {
      padding-left: 1.5%;
      padding-right: 1.5%;
      width: 25%;
      text-align: right;
      } }
  @media screen and (min-width: 730px) {
    .mEd .course-table.in-directory .course-table__id {
      padding-left: 1.8%;
      padding-right: 1.8%;
      width: 10%; }
    .mEd .course-table.in-directory .course-table__title {
      padding-left: 1.8%;
      padding-right: 1.8%;
      width: 40%; }
    .mEd .course-table.in-directory .course-table__instructor {
      padding-left: 1.8%;
      padding-right: 1.8%;
      width: 20%; }
    .mEd .course-table.in-directory .course-table__btn {
      padding-left: 1.8%;
      padding-right: 1.8%;
      width: 30%; } }
  @media screen and (min-width: 900px) {
    .mEd .course-table.in-directory .course-table__id {
      padding-left: 1.8%;
      padding-right: 1.8%;
      width: 10%; }
    .mEd .course-table.in-directory .course-table__title {
      padding-left: 1.8%;
      padding-right: 1.8%;
      width: 50%; }
    .mEd .course-table.in-directory .course-table__instructor {
      padding-left: 1.8%;
      padding-right: 1.8%;
      width: 20%; }
    .mEd .course-table.in-directory .course-table__btn {
      padding-left: 1.8%;
      padding-right: 1.8%;
      width: 20%; } }

.page--home .hero {
  background-image: url(https://www.logos.com/images/mEd/blue_banner.jpg); }

.page--faculty .page-header {
  background-image: url(https://www.logos.com/images/mEd/faculty-bg.jpg); }

.page--topics .page-header, .page--about .page-header, .page--courses .page-header, .page--faq .page-header {
  background-image: url(https://www.logos.com/images/mEd/bible-bg.jpg); }

.page--programs .page-header {
  background-image: url(https://www.logos.com/images/mEd/programs-bg.jpg); }

.page--ot-foundational .hero, .page--ot-intermediate .hero {
  background-image: url(https://www.logos.com/images/mEd/mEd_POSBanner_OldTestament_r01v01.jpg); }

.page--nt-foundational .hero, .page--nt-intermediate .hero, .page--nt-advanced .hero {
  background-image: url(https://www.logos.com/images/mEd/mEd_POSBanner_NewTestament_r01v01.jpg); }

.page--missions-foundational .hero, .page--missions-intermediate .hero, .page--missions-advanced .hero {
  background-image: url(https://www.logos.com/images/mEd/mEd_POSBanner_Missions_r01v01.jpg); }

.page--discipleship-foundational .hero, .page--discipleship-intermediate .hero {
  background-image: url(https://www.logos.com/images/mEd/mEd_POSBanner_Discipleship_r01v01.jpg); }

.page--pastoral-foundational .hero, .page--pastoral-intermediate .hero {
  background-image: url(https://www.logos.com/images/mEd/mEd_POSBanner_Counseling_r01v01.jpg); }

.page--preaching-foundational .hero {
  background-image: url(https://www.logos.com/images/mEd/mEd_POSBanner_Preaching_r01v01.jpg); }

.page--bible-life-coach .hero {
  background-image: url(https://www.logos.com/images/mEd/Mobile_Ed_Light_University_Header.jpg); }

/* Table pad */
.table-pad {
  padding-left: 1.8%;
  padding-right: 1.8%;
}

/* Text Ad */
.text-ad {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 3px;
  border: 1px solid #ccc;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  font-family: "Gotham A", "Gotham B", "Arial Narrow", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, Sans-Serif;
  font-size: 12px;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  line-height: 1.4;
  margin: 15px 0;
  padding: 12px 18px;
}
.text-ad__text {
  display: inline;
  margin: 0 !important;
}
.text-ad__link {
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 1em;
}



