@charset "UTF-8";
.edx-cookie-banner-wrapper {
  background: #f2f8fd;
  box-sizing: border-box;
  /** Base Styles - start **/
  text-align: left;
  line-height: 1.5;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  /** Base Styles - end **/ }
  .edx-cookie-banner-wrapper .alert {
    position: relative;
    padding: 0.75rem 1.25rem; }
  .edx-cookie-banner-wrapper .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    background: transparent;
    border: 0;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    float: right;
    line-height: 1;
    font-size: 1.5rem;
    font-weight: 700; }
  .edx-cookie-banner-wrapper .alert-dismissible .btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle; }
  .edx-cookie-banner-wrapper .edx-cookie-banner {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    min-width: 0;
    margin: 0 auto;
    background: inherit;
    border: none; }
    .edx-cookie-banner-wrapper .edx-cookie-banner .policy-link {
      color: #0075b4;
      text-decoration: underline; }
      .edx-cookie-banner-wrapper .edx-cookie-banner .policy-link:focus, .edx-cookie-banner-wrapper .edx-cookie-banner .policy-link:hover {
        color: #075683;
        border: none; }
    .edx-cookie-banner-wrapper .edx-cookie-banner .alert-dialog {
      margin-right: 30px;
      color: #4e4e4e; }
    .edx-cookie-banner-wrapper .edx-cookie-banner .btn.close {
      color: #0075b4; }
      .edx-cookie-banner-wrapper .edx-cookie-banner .btn.close:focus, .edx-cookie-banner-wrapper .edx-cookie-banner .btn.close:hover {
        color: #075683;
        cursor: pointer; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Change the grid settings */
/* Override the default global box-sizing */
/*
 * Dependencies: @import "compass/css3/box-sizing";
 *               @import "compass/css3/images";
 *               @import "compass/css3/user-interface";
 */
/*image-url('chosen-sprite.png') !default;*/
/* image-url('chosen-sprite@2x.png') !default;*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }
  .chosen-container.chosen-with-drop .chosen-drop {
    left: 0; }
  .chosen-container a {
    cursor: pointer; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }
.chosen-container-single .chosen-default {
  color: #999; }
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  /*background: $chosen-sprite -42px 1px no-repeat;*/
  font-size: 1px; }
  .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px; }
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }
  .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    /*background: $chosen-sprite no-repeat 0px 2px;*/ }
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }
  .chosen-container-single .chosen-search input[type="text"] {
    box-sizing: border-box;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    /*background: #fff $chosen-sprite no-repeat 100% -20px;
    @include background($chosen-sprite no-repeat 100% -20px);*/
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0; }
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none; }
    .chosen-container .chosen-results li.active-result {
      display: list-item;
      cursor: pointer; }
    .chosen-container .chosen-results li.disabled-result {
      display: list-item;
      color: #ccc;
      cursor: default; }
    .chosen-container .chosen-results li.highlighted {
      background-color: #3875d7;
      background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
      color: #fff; }
    .chosen-container .chosen-results li.no-results {
      color: #777;
      display: list-item;
      background: #f4f4f4; }
    .chosen-container .chosen-results li.group-result {
      display: list-item;
      font-weight: bold;
      cursor: default; }
    .chosen-container .chosen-results li.group-option {
      padding-left: 15px; }
    .chosen-container .chosen-results li em {
      font-style: normal;
      text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  box-sizing: border-box;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: text; }
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }
  .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
      margin: 1px 0;
      padding: 5px 0;
      height: 15px;
      outline: 0;
      border: 0 !important;
      background: transparent !important;
      box-shadow: none;
      box-sizing: content-box;
      color: #999;
      font-size: 100%;
      font-family: sans-serif;
      line-height: normal;
      border-radius: 0; }
  .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default; }
    .chosen-container-multi .chosen-choices li.search-choice span {
      word-wrap: break-word; }
    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
      position: absolute;
      top: 4px;
      right: 3px;
      display: block;
      width: 12px;
      height: 12px;
      /*background: $chosen-sprite -42px 1px no-repeat;*/
      font-size: 1px; }
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
        background-position: -42px -10px; }
  .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666; }
  .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4; }
    .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
      background-position: -42px -10px; }
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset; }
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }
  .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px; }
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }
  .chosen-disabled .chosen-single {
    cursor: default; }
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }
  .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0; }
  .chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl; }
  .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px; }
  .chosen-rtl .chosen-single div {
    right: auto;
    left: 3px; }
  .chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px; }
  .chosen-rtl .chosen-choices li {
    float: right; }
    .chosen-rtl .chosen-choices li.search-field input[type="text"] {
      direction: rtl; }
    .chosen-rtl .chosen-choices li.search-choice {
      margin: 3px 5px 3px 0;
      padding: 3px 5px 3px 19px; }
      .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
        right: auto;
        left: 4px; }
  .chosen-rtl.chosen-container-single-nosearch .chosen-search,
  .chosen-rtl .chosen-drop {
    left: 9999px; }
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; }
  .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0; }
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none; }
  .chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    /*background: #fff $chosen-sprite no-repeat -30px -20px;
    @include background($chosen-sprite no-repeat -30px -20px);*/
    direction: rtl; }
  .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px; }
  .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    /*background-image: $chosen-sprite-retina !important;*/
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }
/* @end */
/*  --------------------------------------------------
    Reveal Modals
    -------------------------------------------------- */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
  top: 0;
  left: 0; }

.reveal-modal {
  visibility: hidden;
  top: 0;
  /*100px;*/
  left: 50%;
  margin-left: -300px;
  width: 520px;
  /*background: #eee url(../images/modal-gloss.png) no-repeat -200px -80px;*/
  background: #fff;
  position: absolute;
  z-index: 1001;
  padding: 30px 40px 34px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

.reveal-modal.small {
  width: 200px;
  margin-left: -140px; }

.reveal-modal.medium {
  width: 400px;
  margin-left: -240px; }

.reveal-modal.large {
  width: 600px;
  margin-left: -340px; }

.reveal-modal.xlarge {
  width: 800px;
  margin-left: -440px; }

.reveal-modal .close-reveal-modal {
  font-size: 22px;
  line-height: .5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer; }

    /*

    NOTES

    Close button entity is &#215;

    Example markup

    <div id="myModal" class="reveal-modal">
        <h2>Awesome. I have it.</h2>
        <p class="lead">Your couch.  I it's mine.</p>
        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ultrices aliquet placerat. Duis pulvinar orci et nisi euismod vitae tempus lorem consectetur. Duis at magna quis turpis mattis venenatis eget id diam. </p>
        <a class="close-reveal-modal">&#215;</a>
    </div>

    */
/* Slider https://github.com/kenwheeler/slick/blob/master/slick/slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider Theme https://github.com/kenwheeler/slick/blob/master/slick/slick-theme.scss*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.edx-header .primary-menu li.menu-link .menu-item:after, .edx-header .primary-menu-wrapper .primary-menu li .menu-item:after {
  content: '\00BB';
  padding-left: 4px; }

.flt-right {
  float: right; }

.hidden {
  display: none; }

.hidden-important {
  display: none !important; }

.round {
  border-radius: 50%; }

.sr-is-focusable,
.sr-is-focusable:focus,
.sr-is-focusable:active {
  outline: none; }

/*
 * OpenSans fonts loaded post-render
 */
/*
 * Fonts Families
 */
/*
 * Variables
 */
/*
 * Mixins
 */
.inline-p-heading {
  display: inline;
  float: left;
  margin: 0 5px 0 0;
  font-size: 1em;
  font-weight: 600; }

.content-section {
  padding: 20px; }

/*
 * @file
 * global.base
 *
 * - normalize with small modifications for Drupal and AT: http://necolas.github.com/normalize.css/
 * - Gutter widths, see $gutter-width in _custom.scss
 * - Default container alignment.
 * - Flexible images and media declarations.
 * - Copies of the SCSS mixins for reference, which includes an improved
 *   element-invisible and focusable styles.
 */
/* =============================================================================
    HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none; }

/* =============================================================================
    Base
   ========================================================================== */
/*
 * If you are using the themes Responsive JS feature (media_queries.js) do not
 * set a font-family on the html element, use body.
 *
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  overflow-y: scroll; }

/*
 * 1 . Addresses margins handled incorrectly in IE6/7
 */
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility\9;
  /* Only IE, can mess with Android */ }

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
button,
input,
select,
textarea {
  font-family: sans-serif; }

/* =============================================================================
    Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0; }

/* =============================================================================
    Typography
   ========================================================================== */
/*
 * Headings
 *
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 3.75em;
  line-height: 1.5em;
  margin: 0 0 .7em 0;
  padding: 0; }

h2 {
  font-size: 1.5em;
  line-height: 1.45em;
  margin: 0 0 .7em 0;
  padding: 0 0 .45em 0; }

h3 {
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 0 0 1.1em 0;
  padding: 0; }

h4 {
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 0 0 1.1em 0;
  padding: 0; }

h5 {
  font-size: 1em;
  line-height: 1em;
  margin: 0 0 0 0;
  padding: 0; }

h6 {
  font-size: 1em;
  line-height: 1em;
  margin: 0 0 0 0;
  padding: 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
 */
blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 0 0 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
q {
  quotes: none; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
    Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* =============================================================================
    Embedded content
   ========================================================================== */
/*
 * 1. Remove border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  /* border: 0; */
  /* Drupal core already does this, uncomment if you need it */
  -ms-interpolation-mode: bicubic; }

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
    Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0; }

/* =============================================================================
    Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0; }

/*
 * Define consistent margin, and padding
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal; }

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
 *    Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  vertical-align: top; }

/* =============================================================================
    Tables
   ========================================================================== */
/*
 * 1. Remove most spacing between table cells
 */
table {
  border: 1px solid;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: inherit;
  font: 100%; }

/* =============================================================================
    Gutters
   ========================================================================== */
/*
 * If gutters are set in theme settings they will override these values,
 * see Extensions > Modify Output > Design
 * $gutter-width is set in _base.scss
 */
#main-content,
.block-inner,
.pane-inner,
.menu-wrapper,
.branding-elements,
.breadcrumb-wrapper,
.attribution,
.at-panel .rounded-corner,
.block-panels-mini > .block-title,
div.messages {
  margin-left: 0;
  margin-right: 0; }

#main-content.col-wrapper {
  margin-left: auto;
  margin-right: auto; }

/*
 * Panel pages need negative margin equal to the gutter width applied to #content,
 * this is taken care of in theme settings as per above for normal gutters
 */
#content .panel-display,
#content .panel-flexible {
  margin-left: -10px;
  margin-right: -10px; }

/* =============================================================================
    Flexible Media and Cross browser improvements
   ========================================================================== */
/*
 * - This can cause issues in table cells where no width is set on the column,
 *   only in some versions of webkit and IE 7/8.
 * - declaring the width attribute on image elements and using max-width causes
 *   the "dissappering images" bug in IE8.
 * - Mapping services such as Google Maps may break also, see below for fixes.
 */
img {
  height: auto;
  -ms-interpolation-mode: bicubic; }

/* Ethan Marcotte - http://front.ie/l8rJaA */
img,
embed,
object,
video {
  max-width: 100%; }

/* Disable flexiblity for IE8 and below */
.lt-ie9 img,
.lt-ie9 object,
.lt-ie9 embed,
.lt-ie9 video {
  max-width: none; }

/* Override max-width 100% for map displays */
#map img,
.gmap img,
.view-gmap img,
.openlayers-map img,
#getlocations_map_canvas img,
#locationmap_map img,
.geofieldMap img,
.views_horizontal_slider img {
  max-width: none !important; }

/* =============================================================================
    Misc helpers, Accessibility classes etc
   ========================================================================== */
/* Prevent overflowing content */
header[role=banner],
.content-inner,
.nav,
.region-sidebar-first,
.region-sidebar-second,
.region-secondary-content,
.region-tertiary-content {
  overflow: visible;
  word-wrap: break-word; }

/**
 * General classes for hiding content. These are all included as SASS mixins.
 * @SEE: sass/_custom.scss
 */
/**
 * Image replacement
 * Kellum Method: http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement
 * Additional helpers from http://html5boilerplate.com/docs/css/
 */
.ir {
  /* Kellum Method */
  display: block !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  /* Remove the default border from elements like button */
  border: 0;
  /* Crush the text down to take up no space */
  font: 0/0 a;
  /* Remove any text shadows */
  text-shadow: none;
  /* Hide any residual text in Safari 4 and any mobile devices that may need it */
  color: transparent;
  /* Hide the default background color on elements like button */
  background-color: transparent; }

/* More robust element-invisible and element-focuable classes */
.sr, .inline-search-container .inline-search .search-bar-label,
.element-invisible {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  /* ensure there are spaces in sr text */
  word-wrap: normal; }
  .sr.element-focusable:active, .inline-search-container .inline-search .element-focusable.search-bar-label:active, .sr.element-focusable:focus, .inline-search-container .inline-search .element-focusable.search-bar-label:focus,
  .element-invisible.element-focusable:active,
  .element-invisible.element-focusable:focus {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    width: auto; }

/* Shift content offscreen, can be usefull when you reall need to do this */
.offscreen {
  position: absolute;
  top: -99999em;
  width: 1px;
  height: 1px;
  overflow: hidden;
  outline: 0; }

/* Hide content from all users */
.element-hidden {
  display: none; }

/* Hide Sidebar Dropdown jump menu title */
#edit-jump--2 option:first-child {
  display: none; }

/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * To FORCE PRINT all selectors you can search and replace a single { (opening
 * curly brace) and insert an empty comment. This is very useful in conjuction
 * with FireSass: https://addons.mozilla.org/en-US/firefox/addon/firesass-for-firebug/
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */
/* =============================================================================
 *   Base
 * ========================================================================== */
/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */
html {
  background: #fff; }

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  color: #4e4e4e; }

/* =============================================================================
 *   HTML Elements
 * ========================================================================== */
h1 {
  color: #050505;
  font-weight: 300; }

h2 {
  color: #050505;
  font-weight: 300; }

h3 {
  color: #050505;
  font-weight: bold; }

h4 {
  color: #050505;
  font-weight: normal; }

h5 {
  color: #050505;
  font-weight: 300; }

h6 {
  color: #050505;
  font-weight: bold; }

b,
strong {
  font-weight: 700;
  color: #303030; }

hr {
  background-color: #9b9b9b;
  border: 0;
  color: #9b9b9b;
  height: 1px;
  line-height: 1px;
  margin: 0 0 1em 0;
  padding: 0; }

iframe {
  border: 0;
  margin: 0;
  padding: 0; }

pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, "Courier New", Courier, monospace, sans-serif; }

/* =============================================================================
 *   Wrappers
 * ========================================================================== */
/*
 * Page wrapper, includes the .container class which sets the overall page or section width
 * Main wrapper in page.tpl.php, the .container class sets the width of the page, do not add width to it!
 */
#page .region-banner .region-container {
  padding: 0; }

#menu-bar .region-container {
  width: auto;
  padding: 0; }

/*
 * Wraps all header elements - branding and .region-header
 */
/*
 * Wraps the sidebars the content column
 */
/*
 * Main content column wrapper
 */
/*
 * Wraps the main-content-header, the content region and feed-icons. Use this wrapper to style the entire main content column
 */
/*
 * Wraps the content region, avoid applying styles to this wrapper, its used mainly for position and invisible gutters and can be problematic to style
 */
/*
 * Footer wrapper
 */
/*
 * Panels may need additional margin wrangling when in the $content region
 */
/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width of the contained element - you
 * can style this but never add any width/margin/padding/borders etc to .container
 */
/*
 * Wraps #page
 */
/*
 * Wraps the leaderboard
 */
/*
 * Wraps the header
 */
#header-wrapper {
  /* Debug styles, is this working */
  background: rgba(255, 192, 203, 0.5); }

/*
 * Wraps the nav elements
 */
/*
 * Wraps breadcrumb
 */
/*
 * Wraps messages and help
 */
/*
 * Wraps the secondary content/preface region
 */
/*
 * Wraps the main content column
 */
/*
 * Wraps the tertiary content/postfix region
 */
/*
 * Footer wrapper
 */
#footer-wrapper {
  /* Debug styles, is this working? */
  background: rgba(255, 192, 203, 0.5); }

/* =============================================================================
 *   Branding
 * ========================================================================== */
/*
 * Wraps all the branding elements, logo, name and slogan
 */
/*
 * Logo
 */
#logo {
  padding: 0; }
  #logo img {
    vertical-align: bottom; }

/*
 * Wrapper for the site name and slogan (hgroup)
 */
/*
 * Site name (h1)
 */
#site-name {
  margin: 0; }
  #site-name a:link, #site-name a:visited {
    text-decoration: none; }
  #site-name a:hover, #site-name a:focus {
    text-decoration: underline; }

/*
 * Site slogan (h2)
 */
#site-slogan {
  margin: 0; }

/* =============================================================================
 *   Page content header
 * ========================================================================== */
/*
 * Main content header wraps the page title, tabs and actions links
 */
/*
 * The main page title (h1)
 */
#page-title {
  margin: 0; }

/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */
/*
 * Feed icons
 */
/*
 * Aggregator feed source
 */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px; }

.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0; }

/*
 * Generic styles for the more link
 */
/*
 * Generic styles for links. See the ul.links declaration in node and comment stylesheets
 */
ul.links {
  margin: 0;
  padding: 0; }
  ul.links.inline {
    display: block; }
  ul.links li {
    display: inline;
    list-style: none;
    padding: 0 10px 0 0; }

/*
 * Enable use of a cleaner list when icons are present
 */
ul.list-icons {
  padding: 0; }
  ul.list-icons li {
    margin-bottom: 1em; }
    ul.list-icons li img {
      margin: 10px;
      vertical-align: middle; }

/*
 * Allow clean floating of images
 */
img.float-left {
  float: left;
  margin: 0 10px 5px 0; }

img.float-right {
  float: right;
  margin: 0 0 5px 10px; }

/*
 * Search results are an ordered list so reset the margin
 */
.search-results {
  margin: 0; }

/* =============================================================================
 *   Regions
 * ========================================================================== */
/*
 * Standard region wrapper, don't add width to any regions, you will bork the layout - no margin, padding or borders etc
 */
/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
/*
 * Regions can be nested, such as when using Panels
 */
/*
 * Header region, embedded in the #header
 */
/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
/*
 * Secondary content
 */
/*
 * Sits above the main content header, like a content-top region
 */
/*
 * Sits below the main content, like a content-bottom region
 */
/*
 * Sidebars - targets both
 */
/*
 * First sidebar
 */
/*
 * Second sidebar
 */
/*
 * Tertiary content
 */
/* =============================================================================
 *   Links
 * ========================================================================== */
a {
  color: #2968aa;
  text-decoration: none; }
  a:hover, a:focus {
    border-bottom: 1px dotted #2968aa; }

/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */
/*
 * Use one of the following id's for granular control:
 *  - #menu-bar (menu bar region)
 *  - #primary-menu (main menu)
 *  - #secondary-menu (secondary/user menu)
 * You can target all of these with .nav or div[id$="menu-bar"]
 */
.nav {
  clear: both;
  margin: 0; }
  .nav ul,
  .nav ul.menu {
    margin: 0;
    padding: 0; }
  .nav > li,
  .nav ul.menu > li {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px; }
    .nav > li.last,
    .nav ul.menu > li.last {
      padding-left: 0; }
    .nav > li a,
    .nav ul.menu > li a {
      white-space: nowrap; }
  .nav .block {
    margin-bottom: 0; }

/* =============================================================================
 *   Superfish
 * ========================================================================== */
ul.sf-menu {
  margin-bottom: 0; }
  ul.sf-menu a {
    border-left: 0;
    border-top: 0;
    padding: 0 10px;
    text-decoration: none;
    height: 2.5em;
    line-height: 2.5em; }
  ul.sf-menu li:hover, ul.sf-menu li.sfHover {
    outline: 0; }
  ul.sf-menu a:focus, ul.sf-menu a:hover, ul.sf-menu a:active {
    outline: 0; }

/*
 * Superfish blocks
 */
.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important; }
.block-superfish li {
  margin: 0 !important;
  padding: 0 !important; }

/*
 * Vertical style
 */
.sf-vertical {
  width: 100%; }
  .sf-vertical li {
    width: 100%; }
    .sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
      left: 100%;
      top: 0;
      margin: 0;
      padding: 0; }
    .sf-vertical li a {
      padding: 0 10px; }

/*
 * Navbar style
 */
.sf-navbar {
  padding-bottom: 0 !important; }

/*
 * Sensible padding for the default style
 */
.sf-menu.sf-style-default a {
  padding: 0 10px; }

/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */
ul.menu {
  padding-left: 15px; }
  ul.menu > ul {
    padding-left: 15px; }
  ul.menu li {
    margin: 0; }

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
  padding: 0; }

/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */
.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes English "up" is used (two characters) */
  min-width: 2em;
  white-space: nowrap; }
.book-navigation .menu {
  margin-left: 0; }

/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */
.breadcrumb, #breadcrumb {
  padding: 10px 0 0 15px;
  position: relative;
  z-index: 2;
  font-size: .75em;
  /* If the label is set to show in theme settings the label class is added */ }
  .breadcrumb .breadcrumb-label, #breadcrumb .breadcrumb-label {
    font-size: 1em;
    display: inline;
    padding-right: 10px; }
    .breadcrumb .breadcrumb-label:after, #breadcrumb .breadcrumb-label:after {
      content: ":"; }
  .breadcrumb ol, #breadcrumb ol {
    margin: 0;
    padding: 0; }
  .breadcrumb .with-breadcrumb-label ol, #breadcrumb .with-breadcrumb-label ol {
    display: inline; }
  .breadcrumb li, #breadcrumb li {
    list-style: none;
    display: inline; }

.course-breadcrumb {
  padding: 10px 0 0 30px !important;
  margin-bottom: -15px;
  background-color: #ffffff;
  font: -apple-system-body !important; }

/* =============================================================================
 *   Pagers
 * ========================================================================== */
.item-list .pager {
  padding: .5em 0; }
  .item-list .pager li {
    margin: 0;
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: .5em; }
    .item-list .pager li.pager-current {
      font-weight: 700; }

.block .item-list .pager li {
  margin: 0; }

/*
 * Theme the various states of pager links
 */
/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */
#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 1050; }
  #skip-link a {
    background: #4e4e4e;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: block;
    line-height: 2;
    padding: 0;
    text-align: center;
    text-decoration: none; }
    #skip-link a:link, #skip-link a:visited {
      background: #4e4e4e;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      display: block;
      line-height: 2;
      padding: 0;
      text-align: center;
      text-decoration: none; }
    #skip-link a:hover, #skip-link a:focus, #skip-link a:active {
      outline: 0; }

/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */
#tasks {
  margin-bottom: 15px; }

ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px; }
  ul.primary li {
    display: block;
    float: left;
    margin: 0 1px -1px; }
    ul.primary li a {
      background-color: #f5f5f5;
      border-color: #ccc;
      margin-right: 1px;
      padding: 0 10px;
      display: block;
      float: left;
      height: 1.5em;
      line-height: 1.5em; }
      ul.primary li a:hover, ul.primary li a:focus {
        background-color: #eee;
        border-color: #ccc; }
  ul.primary li.active a,
  ul.primary li.active a:hover,
  ul.primary li.active a:focus {
    background-color: #fff;
    border-bottom-color: #fff; }

ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em; }
  ul.secondary li {
    border-right: 0;
    list-style: none;
    padding: 0 10px 0 0; }
    ul.secondary li a:hover, ul.secondary li a.active {
      border-bottom: none;
      text-decoration: underline; }

/* =============================================================================
 *   Action links
 * ========================================================================== */
ul.action-links {
  margin: 20px 0 0;
  list-style: none; }

/* =============================================================================
 *  Field Styling
 * ========================================================================== */
/*
 * Wrapper for any field
 */
/*
 * Above and inline classes are on the field wrapper
 */
/*
 * When labels are set to inline in field display settings the clearfix class is automatically added
 */
/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted ineritance issues
 */
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0; }

/*
 * Field types (Core)
 */
/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
/*
 * Taxonomy
 */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em; }
  .field-type-taxonomy-term-reference.field-label-inline .field-items {
    margin: 0;
    padding: 0; }
  .field-type-taxonomy-term-reference.field-label-inline .field-item {
    display: inline;
    list-style: none;
    padding: 0 10px 0 0; }

/*
 * Text
 */
/*
 * Long text
 */
/*
 * Text with summary
 */
/*
 * File
 */
/*
 * Number/Integer
 */
/*
 * Decimal
 */
/*
 * Number float
 */
/*
 * List
 */
/*
 * List boolean
 */
/*
 * List integer
 */
/*
 * List float
 */
/*
 * Field types (Contrib)
 */
/*
 * Named fields
 */
/*
 * Underscores in field name are replaced with dashes
 */
/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
/*
 * Float left setting
 */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0; }

/*
 * Centered setting
 */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px; }

/*
 * Float right setting
 */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px; }

/* =============================================================================
 *   Block Styling
 * ========================================================================== */
/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
/*
 * Inner wrapper for most blocks, good for margin, padding and borders, block_system_main does not have it
 */
/*
 * The first block in the region
 */
/*
 * The last block in the region
 */
/*
 * Zebra striping for each block in the region
 */
/*
 * Zebra striping for each block in the region
 */
/*
 * Block title
 */
.block-title {
  margin: 0; }

/*
 * Block content wrapper
 */
/*
 * Match item list and block menu margin and padding
 */
.block-content ul,
.block-content ol {
  padding: 0 0 0 15px; }
.block-content li {
  margin: 0;
  padding: 0; }

/*
 * Block for the latest news items in the first category
 */
/*
 * Block for the latest news items in the first feed
 */
/*
 * First block created with "Add block" link
 */
/*
 * "Recent blog posts" block
 */
/*
 * "Book navigation" block for the current book's table of contents
 */
/*
 * "Recent comments" block
 */
/*
 * "Active forum topics" block
 */
/*
 * "New forum topics" block
 */
/*
 * Language switcher block
 */
/*
 * Custom menu block
 */
/*
 * "Recent content" block
 */
/*
 * "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
 */
/*
 * "Most recent poll" block
 */
/*
 * "Author information" block for the profile of the page's author
 */
/*
 * "Search form" block
 */
/*
 * "Shortcuts" block
 */
/*
 * "Popular content" block
 */
/*
 * "Main menu" block
 */
/*
 * "Management" block for Drupal management menu
 */
/*
 * "Navigation" block for Drupal navigation menu
 */
/*
 * "User menu" block for Drupal user menu
 */
/*
 * "System help" block
 */
/*
 * "Main page content" block
 */
#block-system-main {
  clear: both; }

/*
 * "Powered by Drupal" block
 */
/*
 * "User login form" block
 */
/*
 * "Who's new" block for a list of the newest users
 */
/*
 * "Who's online" block for a list of the online users
 */
/* =============================================================================
 *   Node Styling
 * ========================================================================== */
.node {
  margin-bottom: 20px; }
  .node .node-title {
    margin: 0; }

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */
/*
 * Wrapper for the list of comments and its titles
 */
#comments {
  margin: 1.5em 0; }
  #comments h2.comment-title {
    margin: 0; }
  #comments h2.comment-form {
    margin: 0; }

/*
 * Wrapper for a single comment
 */
.comment {
  margin-bottom: 20px; }

/*
 * Comment title
 */
.comment-title {
  margin: 0; }

/*
 * Comment states
 */
/*
 * Preview of the comment before submitting new or updated comment
 */
/*
 * "New" marker for comments that are new for the current user
 */
.new {
  color: #c00; }

/*
 * Nested comments are indented
 */
.indented {
  margin-left: 40px; }

/* =============================================================================
 *   Forms
 * ========================================================================== */
/*
 * Wrapper for a form element (or group of form elements) and its label
 */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00; }
.form-item label {
  font-weight: 700; }
.form-item .description {
  font-size: 0.85em; }

/*
 * Highlight marks and form required mark
 */
.marker,
.form-required {
  color: #c00; }

/*
 * The submit button
 */
.container-inline div,
.container-inline label {
  display: inline; }

/*
 * Define consistent borders
 */
fieldset {
  border: 1px solid #ccc; }

/*
 * Tips for Drupal's input formats
 */
/*
 * Buttons used by contrib modules like Media
 */
a.button {
  /*@include appearance(button);*/ }

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0; }

/* =============================================================================
 *   Tables
 * ========================================================================== */
table {
  margin: 10px 0;
  padding: 0;
  width: 100%; }
  table.sticky-header {
    z-index: 10; }

table,
thead,
tbody,
tr,
th,
td {
  border-color: #ccc; }

table,
td,
th {
  vertical-align: middle; }

caption,
th,
td {
  text-align: left; }

thead tr {
  font-weight: 700;
  background-color: #e5e5e5; }

td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px; }

tbody tr {
  border-top: 1px solid #ccc; }

tr {
  /* Table row striping */ }
  tr.odd {
    background: #fff; }
  tr.info, tr.even, tr:nth-child(2n+2) {
    border-bottom: 0;
    background-color: #f5f5f5; }
  tr.odd td.active {
    background-color: #eee; }
  tr.even td.active {
    background-color: #ebebeb; }

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
#forum td .created,
#forum td .posts,
#forum td .topics,
#forum td .last-reply,
#forum td .replies,
#forum td .pager {
  white-space: normal; }

/* =============================================================================
 *   Messages
 * ========================================================================== */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px; }
  div.messages ul {
    margin-top: 0;
    margin-bottom: 0; }

/*
 * Unpublished nodes
 */
.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-size: 75px;
  font-weight: bold;
  line-height: 1.2;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word; }
.lt-ie8 .node-unpublished > *, .lt-ie8
.comment-unpublished > * {
  position: relative; }

/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */
.maintenance-page .container {
  padding: 40px 0; }
.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0; }

.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px; }
.db-offline div.messages {
  margin: 20px 0 0; }
.db-offline #content {
  padding: 20px 0; }

/* =============================================================================
 *   edX copt text
 * ========================================================================== */
.copy-lead {
  font-size: 1.3em;
  line-height: 1.5em; }

.copy-detail {
  font-size: .8em;
  line-height: 1.5em; }

.copy-meta {
  color: #000;
  font-size: .7em;
  line-height: 1.5em; }

.copy-meta-value {
  font-weight: 700; }

/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */
/*
 * Admin menu overrides
 */
#admin-menu {
  margin: 0;
  padding: 0; }

/*
 * Devel Module
 */
.dev-query {
  background: #eee;
  padding: 30px; }

/*
 * Styleguide module tweaks
 */
#styleguide-header {
  padding: 0 10px; }
  #styleguide-header .item-list {
    font-family: inherit;
    margin: 0 20px 20px 0;
    min-height: 260px;
    width: auto; }

/* =============================================================================
 *   Misc overrides for jQuery accordion
 * ========================================================================== */
.ui-widget {
  font-family: inherit;
  font-size: 1em; }

.ui-accordion {
  margin-bottom: 2em; }
  .ui-accordion .ui-accordion-header {
    border: 0 none;
    margin: 0;
    padding: 0; }
    .ui-accordion .ui-accordion-header .ui-icon {
      height: 12px;
      margin-top: -5px;
      width: 12px; }
    .ui-accordion .ui-accordion-header a:hover,
    .ui-accordion .ui-accordion-header a:focus {
      border-bottom: 0; }
  .ui-accordion .ui-accordion-content {
    padding-left: 0;
    margin-left: 35px;
    height: auto !important;
    border: 0 none;
    border-top: 1px solid #bcbcbc; }

.ui-accordion-icons .ui-accordion-header a {
  padding-left: 35px; }

.ui-accordion .ui-accordion-header,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: none repeat scroll 0 0 #fff;
  border: 0 none;
  font-family: inherit;
  padding-top: 0; }

.ui-icon.ui-icon-triangle-1-e {
  background: url("/sites/all/themes/atedx/images/faq-open.png") repeat scroll 0 0 transparent; }

.ui-icon.ui-icon-triangle-1-s {
  background: url("/sites/all/themes/atedx/images/faq-closed.png") repeat scroll 0 0 transparent; }

@media screen and (min-width: 540px) {
  #block-system-main {
    clear: none; } }
@media screen and (min-width: 600px) {
  .course-breadcrumb {
    margin-bottom: -35px !important; } }
@media screen and (min-width: 768px) {
  .course-breadcrumb {
    padding: 10px 0 0 50px !important; } }
@media screen and (min-width: 1025px) {
  .course-breadcrumb {
    padding: 10px 0 0 32px !important;
    margin-bottom: -15px !important; } }
@media screen and (min-width: 1178px) {
  .course-breadcrumb {
    padding: 10px 0 0 20px !important; } }
/*
 * @file
 * global.custom
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles. Also see global.styles for more general specs.
 */
.edx-header .primary-menu li.menu-link .menu-item:after, .edx-header .primary-menu-wrapper .primary-menu li .menu-item:after {
  content: '\00BB';
  padding-left: 4px; }

.flt-right {
  float: right; }

.hidden {
  display: none; }

.hidden-important {
  display: none !important; }

.round {
  border-radius: 50%; }

.sr-is-focusable,
.sr-is-focusable:focus,
.sr-is-focusable:active {
  outline: none; }

/* =============================================================================
 *  Font override
 * ========================================================================== */
/* For rotate mixin */
/*@import 'compass/css3/transform';*/
/*
 * Misc mixins
 */
/* =============================================================================
 *  Misc overrides for edx components
 * ========================================================================== */
#main-content {
  padding: 25px 25px; }

#page-title {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.breadcrumb, #breadcrumb {
  display: block; }

#banner img {
  display: none;
  max-width: 1200px;
  width: 100%; }

.region-banner .region-inner .region-container {
  max-width: 1180px; }

.node {
  margin-bottom: 0; }

.columns {
  overflow: hidden; }

.more {
  text-transform: lowercase; }

/* Text: Modifiers */
.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

/* FAQs */
.faqfield-answer {
  font-size: .8em;
  line-height: 1.5em; }

.faq-row .ui-accordion .ui-accordion-header,
.faq-row .ui-widget-content {
  background: inherit; }

#block-views-faq-org,
#block-views-faq-student {
  padding: 0 20px; }

/* Spotlight: School Ticker */
.region-spotlight {
  background-color: #F7F7F7;
  border-bottom: 1px solid #949494;
  padding: 16px 0 12px; }

/* Background colours */
.page-node-285 .content-column,
.page-node-285 .content-inner,
.page-node-954 .content-column,
.page-node-954 .content-inner,
.page-node-955 .content-column,
.page-node-955 .content-inner,
.page-node-962 .content-column,
.page-node-962 .content-inner,
.page-node-963 .content-column,
.page-node-963 .content-inner,
.page-node-964 .content-column,
.page-node-964 .content-inner,
.page-node-965 .content-column,
.page-node-965 .content-inner,
.page-node-967 .content-column,
.page-node-967 .content-inner,
.page-node-1019 .content-column,
.page-node-1019 .content-inner,
.page-node-1091 .content-column,
.page-node-1091 .content-inner,
.page-node-1476 .content-column,
.page-node-1476 .content-inner {
  background: #fff !important; }

.container {
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  max-width: 1200px; }

/* Banner */
.region-banner {
  background-color: #F7F7F7; }
  .region-banner .region-container {
    background-color: #FFFFFF; }
    .region-banner .region-container a,
    .region-banner .region-container img {
      display: block; }

/* Sidebar: First, Second */
.region-columns .sidebar {
  background-color: #f5f5f5;
  margin-bottom: -1000em;
  min-height: 500px;
  padding-bottom: 1000em; }
  .region-columns .sidebar .block-title {
    text-transform: uppercase; }
  .region-columns .sidebar ul.menu {
    margin: 0;
    padding: 0;
    list-style: none; }
    .region-columns .sidebar ul.menu li {
      list-style: none;
      margin: 0;
      padding: 10px 10px 10px 0;
      text-transform: uppercase; }
      .region-columns .sidebar ul.menu li.leaf {
        list-style: none; }
  .region-columns .sidebar .block-menu-block .menu-block-wrapper {
    font-size: .9em; }
  .region-columns .sidebar .block-menu-block li a {
    color: #565656;
    font-weight: 600; }
    .region-columns .sidebar .block-menu-block li a:hover, .region-columns .sidebar .block-menu-block li a.active {
      color: #0075b4; }
  .region-columns .sidebar .block-menu-block .block-title {
    font-size: .9em;
    padding: 10px 10px 10px 0;
    border: 0; }
    .region-columns .sidebar .block-menu-block .block-title a {
      color: #565656;
      font-weight: 600; }
      .region-columns .sidebar .block-menu-block .block-title a:hover, .region-columns .sidebar .block-menu-block .block-title a.active {
        color: #0075b4; }
  .region-columns .sidebar .block-menu-sidebar ul.menu > li.menu-depth-1 {
    display: none; }
  .region-columns .sidebar .block-menu-sidebar ul.menu > li.active-trail {
    display: block; }
.region-columns .region-sidebar-first .region-inner {
  padding: 53px 0 0 52px; }
.region-columns .region-sidebar-second .region-inner {
  padding: 53px 0 0 52px; }

.block-menu-secondary ul.menu li a {
  color: #565656;
  font-weight: 600; }
  .block-menu-secondary ul.menu li a:hover, .block-menu-secondary ul.menu li a.active {
    color: #0075b4; }

/* Columns */
.region-column-wrapper {
  background-color: #F7F7F7; }
  .region-column-wrapper .content-column {
    background-color: #FFFFFF; }

/* Blocks: Bios */
.block-executives {
  padding: 0 20px; }
  .block-executives .views-row {
    margin-bottom: 3em; }
  .block-executives .col-left {
    float: left;
    width: 131px; }
  .block-executives .col-right {
    width: 100%;
    float: left; }
    .block-executives .col-right .bio-name {
      font-size: 1em;
      color: #363636; }
      .block-executives .col-right .bio-name h3 {
        color: #363636;
        font-size: 1.2em;
        font-weight: 600;
        margin: 0;
        padding: 0; }
    .block-executives .col-right .bio-company-title {
      font-size: 1em;
      color: #363636; }
      .block-executives .col-right .bio-company-title h4 {
        color: #363636;
        font-size: 1.0em;
        font-weight: 600; }
    .block-executives .col-right .bio-description {
      font-size: 1em;
      color: #363636; }

/* University Advisory Board  */
#node-2916 .field-page-body {
  padding: 0 20px; }

#node-954,
#node-958,
#node-959,
#node-963,
#node-964,
#node-967,
#node-1019,
#node-1091,
#node-1476,
#node-9381 {
  /* Accessibility Policy */ }
  #node-954 .field-page-body,
  #node-958 .field-page-body,
  #node-959 .field-page-body,
  #node-963 .field-page-body,
  #node-964 .field-page-body,
  #node-967 .field-page-body,
  #node-1019 .field-page-body,
  #node-1091 .field-page-body,
  #node-1476 .field-page-body,
  #node-9381 .field-page-body {
    padding: 0 20px; }
    #node-954 .field-page-body p,
    #node-958 .field-page-body p,
    #node-959 .field-page-body p,
    #node-963 .field-page-body p,
    #node-964 .field-page-body p,
    #node-967 .field-page-body p,
    #node-1019 .field-page-body p,
    #node-1091 .field-page-body p,
    #node-1476 .field-page-body p,
    #node-9381 .field-page-body p {
      padding: 0; }

/* Fake Columns */
.block-left {
  clear: left;
  float: left;
  text-align: left;
  width: 50%; }
  .block-left ul.menu {
    float: left; }

.block-right {
  clear: right;
  float: right;
  text-align: right;
  width: 50%; }
  .block-right ul.menu {
    float: right; }

/* API Reports */
.page-api-report .container {
  max-width: none; }

.page-api-report .columns {
  overflow: visible; }

/* Lightvideo Link */
#bottomNavLink {
  border-bottom: 0;
  bottom: 0;
  color: #eee;
  display: block;
  height: 1em;
  position: absolute;
  width: 100%; }
  #bottomNavLink:hover {
    color: #fff; }

/* Links: Remove underline */
a.btn:hover,
a.btn:focus {
  border-bottom: 0; }

.home-page-tile a:hover,
.home-page-tile a:focus {
  border-bottom: 0; }

.region-banner a:hover,
.region-banner a:focus {
  border-bottom: 0; }

.region-spotlight a:hover,
.region-spotlight a:focus {
  border-bottom: 0; }

.col-right-courses a:hover,
.col-right-courses a:focus {
  border-bottom: 0; }

/* Page Titles */
.node-type-webform #page-title {
  border: 0;
  clip: auto;
  height: auto;
  margin: auto;
  overflow: visible;
  position: static;
  width: auto;
  border-bottom: 1px solid #B1B2B4;
  font-size: 1.5em;
  line-height: 1.45em;
  margin: 0 0 0.7em;
  padding: 0 0 0.45em; }

.node-type-course #page-title {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.node-type-blog-post #page-title {
  border: 0;
  clip: auto;
  height: auto;
  margin: auto;
  overflow: visible;
  padding: auto;
  position: static;
  width: auto;
  color: #434343;
  font-size: 1.75em;
  padding: 10px 10px 10px 0;
  margin-bottom: 10px;
  font-weight: 300; }

.node-type-job #page-title {
  border: 0;
  clip: auto;
  height: auto;
  margin: auto;
  overflow: visible;
  padding: auto;
  position: static;
  width: auto;
  border-bottom: 1px solid #B1B2B4;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.45em;
  padding: 0 0 0.45em;
  margin: 0 0 0.7em; }

.page-node-955 #page-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

body.node-type-page h1.field-page-tagline {
  line-height: 1.45em;
  margin: 0 0 .7em 0;
  padding: 0 20px .45em;
  border-bottom: 1px solid #ccc; }

/* Page: Home Page (<front>) */
.front #main-content {
  padding: 0; }
.front .region-column-wrapper {
  background-color: #ffffff; }
  .front .region-column-wrapper .content-column {
    background-color: transparent;
    padding-top: 10px; }
    .front .region-column-wrapper .content-column header {
      display: none; }
.front .region-spotlight {
  background-color: #F0EFEF;
  border-top: 1px solid #8A8C8F;
  border-bottom: 1px solid #8A8C8F; }
.front .region-banner {
  background-color: #FFFFFF; }
  .front .region-banner .register-button {
    position: absolute;
    top: 65%; }
  .front .region-banner .block-dynamic-banner {
    border: 0; }

.home-page-tile {
  border: 1px solid #565656;
  background-color: #FFFFFF;
  margin: 0 auto 23px auto;
  position: relative; }
  .home-page-tile .col-left {
    float: left; }
    .home-page-tile .col-left a {
      display: block;
      outline: none; }
    .home-page-tile .col-left img {
      display: block;
      outline: none; }
  .home-page-tile .col-right {
    float: left;
    min-width: 378px;
    max-width: 532px;
    padding: 20px 28px 22px 20px; }
  .home-page-tile .col-right-button {
    position: absolute;
    top: 15px;
    right: 28px; }

.block-schools-home {
  position: relative; }
  .block-schools-home ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    .block-schools-home ul li {
      display: inline;
      margin: 0;
      padding: 0 16px; }
  .block-schools-home .item-list .pager {
    margin: 0;
    padding: 0; }
    .block-schools-home .item-list .pager .ajax-progress-throbber {
      display: none; }
    .block-schools-home .item-list .pager .pager-current {
      display: none; }
    .block-schools-home .item-list .pager a {
      text-decoration: none; }
    .block-schools-home .item-list .pager li {
      margin: 0;
      padding: 0; }
    .block-schools-home .item-list .pager .pager-next {
      width: 22px;
      height: 29px;
      display: block;
      position: absolute;
      top: 0px;
      right: 0;
      margin-top: 12px; }
      .block-schools-home .item-list .pager .pager-next a {
        display: block;
        width: 22px;
        height: 29px;
        color: #cccccc;
        font-weight: bold;
        line-height: 0;
        font-size: 72px; }
        .block-schools-home .item-list .pager .pager-next a:hover {
          color: #bbbbbb; }
    .block-schools-home .item-list .pager .pager-previous {
      width: 22px;
      height: 29px;
      display: block;
      position: absolute;
      top: 0px;
      left: 0;
      margin-top: 12px; }
      .block-schools-home .item-list .pager .pager-previous a {
        display: block;
        width: 22px;
        height: 29px;
        color: #cccccc;
        font-weight: bold;
        line-height: 0;
        font-size: 72px; }
        .block-schools-home .item-list .pager .pager-previous a:hover {
          color: #bbbbbb; }

/* Page: How It Works (single node) */
.page-node-955 .field-page-body {
  margin: 0 auto; }
.page-node-955 .block-dynamic-banner {
  display: none; }
.page-node-955 .region-inner {
  background: #fff; }

.region-banner .region-container {
  position: relative; }
.region-banner .how-it-works-subtitle {
  margin-top: 20px; }
  .region-banner .how-it-works-subtitle h2 {
    font-weight: bold; }
    .region-banner .how-it-works-subtitle h2 .sub {
      font-weight: normal; }
.region-banner .block-how-it-works-video {
  margin-left: -moz-calc(( 100% - 320px ) / 2);
  margin-left: -webkit-calc(( 100% - 320px ) / 2);
  margin-left: calc(( 100% - 320px ) / 2);
  position: absolute;
  background-color: #fff;
  position: relative;
  padding-bottom: 10px; }
  .region-banner .block-how-it-works-video .block-title {
    font-weight: bold;
    font-size: .8em;
    border-bottom: none; }
.region-banner .block-dynamic-banner {
  border-bottom: 1px solid #BCBCBC; }

.region-columns .field-page-body.view-mode-full {
  display: table;
  text-align: left; }
  .region-columns .field-page-body.view-mode-full h2 {
    text-align: left; }
  .region-columns .field-page-body.view-mode-full p {
    padding-left: 20px; }
.region-columns .how-it-works-content h2 {
  margin-left: 20px;
  margin-right: 20px; }
.region-columns .how-it-works-content .btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin: 10px 20px; }
.region-columns .how-it-works-col-wrapper {
  margin-left: -moz-calc(( (100% - 232px) / 2 ));
  margin-left: -webkit-calc(( (100% - 232px) / 2 ));
  margin-left: calc(( (100% - 232px) / 2 ));
  width: 220px; }
.region-columns .howitworks-banner-block {
  width: 200px;
  margin: 6px;
  background-color: #f5f5f5;
  background-position: right top;
  background-repeat: no-repeat;
  color: #555;
  font-weight: 300;
  float: left;
  padding: 10px !important;
  text-align: left; }
  .region-columns .howitworks-banner-block strong {
    display: block;
    color: #0075b4;
    font-size: 1.6em;
    line-height: 1.1em;
    font-weight: 300;
    padding-bottom: .5em;
    text-transform: uppercase; }
.region-columns .howitworks-banner-block-01 {
  background-image: url("/sites/all/themes/atedx/images/howitworks-banner-real-classes.png"); }
.region-columns .howitworks-banner-block-02 {
  background-image: url("/sites/all/themes/atedx/images/howitworks-banner-amazing.png"); }
.region-columns .howitworks-banner-block-03 {
  background-image: url("/sites/all/themes/atedx/images/howitworks-banner-schedule.png"); }
.region-columns .howitworks-banner-block-04 {
  background-image: url("/sites/all/themes/atedx/images/howitworks-banner-friends.png"); }
.region-columns .howitworks-banner-block-last {
  margin-right: 0; }
.region-columns .how-it-works-steps {
  margin: 0 0 1em;
  overflow: auto;
  padding: 0;
  list-style-type: none; }
  .region-columns .how-it-works-steps li {
    margin-left: -moz-calc(( 100% - 200px ) / 2);
    margin-left: -webkit-calc(( 100% - 200px ) / 2);
    margin-left: calc(( 100% - 200px ) / 2);
    margin-right: -moz-calc(( 100% - 200px ) / 2);
    margin-right: -webkit-calc(( 100% - 200px ) / 2);
    margin-right: calc(( 100% - 200px ) / 2);
    width: 200px;
    position: relative;
    float: left;
    padding: 20px 0 0;
    font-size: .9em;
    line-height: 1.3em; }
    .region-columns .how-it-works-steps li h4 {
      text-transform: uppercase;
      position: relative;
      float: left;
      color: #2968aa;
      line-height: 1.2em;
      width: 70%;
      padding-top: 5px;
      margin-bottom: 0;
      font-weight: bold; }
    .region-columns .how-it-works-steps li .fa {
      font-size: 45px;
      color: #2968aa;
      position: relative;
      float: right; }
    .region-columns .how-it-works-steps li p {
      clear: both;
      padding: 10px 0 0 !important; }

/* Page: Contact Us */
.page-node-285 #main-content {
  padding: 0 20px; }
  .page-node-285 #main-content #page-title {
    margin-top: 30px; }

.node-type-webform .group-webform-column {
  width: 100%; }

/* Section: Schools (single node and content type schools) */
.view-display-schools-all .item-list {
  overflow: auto; }
  .view-display-schools-all .item-list li {
    list-style: none;
    margin: 4px;
    float: left;
    padding: 10px;
    background-color: #F8F8F8; }
    .view-display-schools-all .item-list li:hover {
      background-color: #E6F4FB;
      transition: background 0.3s linear 0s; }
.view-display-schools-all a:hover,
.view-display-schools-all a:focus {
  border-bottom: 0; }

.block-back-to-school {
  margin: 25px; }

.page-node-1476 #main-content .block-title {
  display: none; }

/* Section: Press (content types pages and press) */
.group-press-sidebar {
  float: right;
  width: 300px; }

.press-row {
  border-bottom: 1px dotted #AEAEAE;
  padding: 15px 0; }

.view-news {
  padding: 0 20px; }

.news-row {
  border-bottom: 1px dotted #AEAEAE;
  padding: 15px 0; }
  .news-row .column-left {
    float: left;
    width: 100%; }
  .news-row .column-right {
    float: right;
    width: 100%; }
  .news-row .news-title {
    font-size: 1em;
    font-weight: 700; }
  .news-row .news-image {
    width: 100px; }
  .news-row .news-image img {
    border: 1px solid #E4E4E4; }
  .news-row .news-information {
    padding-bottom: 1em; }
    .news-row .news-information .info:after {
      content: " ▪ "; }
    .news-row .news-information .info:last-child:after {
      content: ""; }
    .news-row .news-information .info .label:after {
      content: " "; }

.news-row-feature .column-left {
  width: 200px; }
.news-row-feature .column-right {
  width: 470px; }
.news-row-feature .news-image {
  width: 170px; }

.node-press .node-content {
  padding: 0 20px; }

/* Section: Blog (single node and content type blog) */
h3.blog-title {
  background: none;
  font-size: 1.75em;
  font-weight: 300; }

.node-content .field-blog-post-tags ul.field-items {
  padding: 0;
  list-style-type: none;
  list-style: none; }
  .node-content .field-blog-post-tags ul.field-items li {
    display: inline-block;
    margin: 4px 4px 4px 0; }
    .node-content .field-blog-post-tags ul.field-items li a {
      padding: 3px 10px;
      background: #EEE;
      border-radius: 2px;
      font-size: 0.9em;
      box-shadow: 0px 1px 0px #E7E7E7; }
      .node-content .field-blog-post-tags ul.field-items li a:hover {
        background: #f3f3f3;
        border: none; }

.block-blog {
  padding: 0 20px; }
  .block-blog .blog-row {
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
    border-bottom: 1px dotted #AEAEAE; }
  .block-blog .blog-title {
    background: none;
    margin-bottom: 10px;
    padding: 10px 10px 10px 0;
    font-size: 1.75em;
    font-weight: 300; }
    .block-blog .blog-title a {
      color: #434343; }
      .block-blog .blog-title a:hover {
        color: #2F73BC; }
  .block-blog .blog-picture a {
    border: 0; }
    .block-blog .blog-picture a img {
      float: right;
      padding: 0 0 10px 30px;
      width: 100%;
      max-width: 330px; }
  .block-blog .blog-continue {
    margin: 0; }

.block-back-to-blog {
  margin: 25px 25px 0 20px; }
  .block-back-to-blog a:hover {
    border-bottom: 1px dotted #2F73BC; }

.group-blog-post-social {
  margin: 0 0 1em; }
  .group-blog-post-social h2 {
    display: inline;
    font-size: 1em;
    font-weight: normal;
    color: inherit; }
  .group-blog-post-social h3 {
    display: inline;
    font-size: 1em;
    font-weight: normal;
    color: inherit; }
  .group-blog-post-social img {
    padding: 0 4px;
    vertical-align: middle;
    width: 20px; }

.node-type-blog-post footer.submitted {
  overflow: hidden; }
  .node-type-blog-post footer.submitted .author-datetime {
    width: 100%; }

.node-type-blog-post footer.submitted .addthis_toolbox {
  margin: 6px auto 20px;
  padding: 0;
  width: 242px; }

.page-node-965 .node-content {
  position: relative; }
.page-node-965 .field-page-body {
  position: absolute;
  top: 8px;
  right: 20px; }
.page-node-965 .field-page-body a.feed-icon:hover {
  border: 0; }

.node-type-blog-post [class*="at300"] {
  padding: 0;
  margin: 0px 1px; }
.node-type-blog-post .region-column-wrapper,
.node-type-blog-post .region-column-wrapper .content-column {
  background: #fff; }
.node-type-blog-post #main-content {
  padding: 0 20px; }

/* Section: Job (single node and content type job) */
.block-jobs-all .job-row {
  border-bottom: 1px solid #BCBCBC;
  margin: 0 0 1em 0;
  padding: 1em 0; }

.block-back-to-jobs {
  margin: 25px 25px 0 25px; }
  .block-back-to-jobs a:hover {
    border-bottom: 1px dotted #2F73BC; }

.page-node-961 .field-page-body > h2,
#resumator-wrapper {
  padding: 0 20px; }

/* Page: Media Kit */
.block-media-all {
  background: none repeat scroll 0 0 #E4E4E4;
  margin: 10px 20px 20px;
  padding: 10px;
  clear: both; }
  .block-media-all .block-title {
    margin: 0 0 0.7em; }
  .block-media-all .media-list {
    list-style: none outside none;
    margin: 0;
    padding: 0; }
  .block-media-all .media-row {
    width: 285px;
    height: 400px;
    padding: 10px 20px;
    margin: 0 auto 25px;
    background: none repeat scroll 0 0 #FFFFFF; }
  .block-media-all .media-image {
    margin-left: -moz-calc(( 100% - 200px ) / 2);
    margin-left: -webkit-calc(( 100% - 200px ) / 2);
    margin-left: calc(( 100% - 200px ) / 2);
    margin-bottom: 1em; }
  .block-media-all .media-caption {
    margin-bottom: 1em; }

.block-media-sticky {
  background: none repeat scroll 0 0 #E4E4E4;
  margin: 25px auto 50px;
  max-width: 300px;
  padding: 10px;
  text-align: center; }
  .block-media-sticky .block-title {
    margin: 0 0 0.7em; }
  .block-media-sticky .media-list {
    list-style: none outside none;
    margin: 0;
    padding: 0; }
  .block-media-sticky .media-row {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-bottom: 25px;
    padding: 10px 20px; }
  .block-media-sticky .media-image {
    display: block;
    margin: 0; }
  .block-media-sticky .media-caption {
    margin-bottom: 1em; }

/* Front Jump List and Course Info */
#footer .region-inner .region-container-inner {
  padding: 0;
  width: 100%; }

.front #page .container {
  padding: 0px; }
.front .region-container-inner {
  width: 960px;
  margin: auto; }
.front #content .region-container-inner {
  padding: 0;
  width: 100%; }
.front #page .region-column-wrapper .container,
.front #page .region-quarternary-content .container {
  padding: 25px 0px;
  background-color: #e4e4e4;
  -moz-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.1), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.1), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.1), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.1); }
.front .region-banner {
  background-image: url("/sites/all/themes/atedx/images/front-hero-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  max-width: 1180px;
  margin: auto; }
  .front .region-banner .hero-logo {
    margin-bottom: 16px; }
  .front .region-banner .hero-slogan,
  .front .region-banner .hero-slogan strong {
    font-size: 32px;
    color: #FFFFFF;
    line-height: 36px; }
.front #page .region-banner .region-container {
  background-color: transparent;
  padding-top: 24px;
  padding-bottom: 30px; }

.front-site-info-block {
  float: left;
  width: 516px;
  margin-top: 12px; }

.front-site-info .chosen-container-single .chosen-single:hover,
.front-site-info .chosen-container-single .chosen-single:focus {
  border-bottom: 1px solid #aaa; }
.front-site-info .ctools-jump-menu-button.btn-blue {
  border: none; }
.front-site-info .ctools-jump-menu-select {
  width: 400px;
  font-size: 16px;
  line-height: 1;
  margin-right: 15px; }
.front-site-info div.ctools-jump-menu-select a {
  padding: 8px;
  padding-left: 25px; }
  .front-site-info div.ctools-jump-menu-select a div b {
    background-position: 2px 10px; }
.front-site-info .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -16px 10px; }
.front-site-info #edit-jump:focus {
  outline: none; }
.front-site-info .view-footer {
  margin-top: 10px; }
  .front-site-info .view-footer a {
    color: #fff; }

@-moz-document url-prefix() {
  .front-site-info .form-item-jump {
    padding-left: 0px; }

  .front-site-info .ctools-jump-menu-select {
    width: 390px; } }
.front .view-footer a:after,
.front-blurbs .views-field-field-blurb-link a:after {
  content: " ›"; }

.front .starting-soon-heading {
  position: relative; }
  .front .starting-soon-heading:after {
    content: url(/sites/all/themes/atedx/images/starting-soon-arrow.png);
    position: absolute;
    margin-left: -9px;
    left: 50%;
    bottom: -21px;
    z-index: 100; }
  .front .starting-soon-heading h2 {
    margin: 0;
    border: none;
    text-align: center;
    padding: 0;
    font-size: 26px;
    font-weight: 300;
    color: #126f9a;
    padding: 10px 0; }

.card-listing .course-card,
.featured-course-card-block {
  background-color: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.1); }

.card-listing {
  overflow: hidden;
  position: relative; }
  .card-listing .course-card {
    float: left;
    width: 299px;
    min-height: 295px;
    margin-bottom: 35px;
    position: relative; }
    .card-listing .course-card.professional-ed:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 4px;
      width: 100%;
      background: #e86caa;
      z-index: 100; }
    .card-listing .course-card.professional-ed:after {
      content: 'PROFESSIONAL EDUCATION';
      position: absolute;
      top: 0;
      left: 20px;
      height: 22px;
      width: 205px;
      padding-top: 3px;
      font-size: 0.8em;
      font-weight: bold;
      text-align: center;
      line-height: 18px;
      letter-spacing: 0.0625em;
      color: white;
      background: #ca0061;
      z-index: 110; }
  .card-listing .view-footer {
    text-align: right;
    margin-right: 10px;
    clear: both; }

.featured-course-card-block {
  float: right;
  width: 380px;
  margin-right: 9px;
  margin-bottom: 35px; }

.card-top {
  position: relative; }
  .card-top .field-course-course-title {
    color: #fff;
    background: rgba(18, 111, 154, 0.95);
    padding: 17px;
    font-size: 22px;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%; }
  .card-top .views-field-field-course-course-title {
    display: table;
    height: 82px;
    position: absolute;
    bottom: 0; }
    .card-top .views-field-field-course-course-title a {
      display: table-cell;
      width: 265px;
      height: 82px;
      vertical-align: middle;
      padding: 0 17px;
      font-size: 22px;
      color: #fff;
      background: rgba(18, 111, 154, 0.95); }
      .card-top .views-field-field-course-course-title a:hover {
        border-bottom: none; }
    .card-top .views-field-field-course-course-title .field-content {
      display: table-cell;
      vertical-align: middle; }

.course-card.jscripted:hover .views-field-field-course-course-title a,
.course-card .views-field-field-course-course-title a:hover,
.course-card.jscripted:hover .field-course-course-title {
  background: rgba(35, 150, 202, 0.95); }

.course-card .card-link:before {
  content: "Course Details";
  display: none; }

.course-card .card-link:after {
  content: "›";
  float: right;
  font-size: 36px;
  padding-right: 15px;
  display: none; }

.course-card.jscripted:hover .card-link:before,
.course-card .card-link:hover:before,
.course-card.jscripted:hover .card-link:after,
.course-card .card-link:hover:after {
  display: inline; }

.course-card.jscripted:hover .card-link span,
.course-card .card-link:hover span {
  display: none; }

.field-course-image-card img,
.field-course-image-featured-card img {
  border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  display: block; }

.field-course-image-featured-card {
  position: relative; }

.field-course-image-featured-card:after {
  content: url("/sites/all/themes/atedx/images/course-card-play.png");
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -47px; }

.featured-course .card-bottom a {
  display: inline; }

.featured-course.verified .card-bottom {
  background-image: url("/sites/all/themes/atedx/images/verified-feature-card.png");
  background-repeat: no-repeat;
  background-position: 315px 14px; }

.card-listing .views-row-2,
.card-listing .views-row-5,
.card-listing .views-row-8,
.card-listing .views-row-11 {
  margin-left: 27px;
  margin-right: 27px; }

.card-listing .course-card.verified .card-bottom {
  background-image: url("/sites/all/themes/atedx/images/verified-card.png");
  background-repeat: no-repeat;
  background-position: 227px 20px; }
  .card-listing .course-card.verified .card-bottom .field-content {
    width: 208px; }

.card-bottom {
  padding: 16px; }
  .card-bottom .views-field-field-course-code {
    font-weight: 600; }
  .card-bottom .school-code {
    color: #d21673; }
  .card-bottom .course-code {
    color: #4e4e4e; }
  .card-bottom .field-course-start-date,
  .card-bottom .views-field-field-course-xseries-enable {
    font-size: 14px;
    font-weight: 600;
    color: #303030;
    margin-bottom: 0px; }

.featured-course .field-course-start-date {
  margin-bottom: 13px; }

.front-blurbs {
  overflow: hidden; }
  .front-blurbs .views-row {
    width: 220px;
    float: left;
    margin: 0 13px;
    font-size: 14px; }
  .front-blurbs .views-row-first {
    margin-left: 0px; }
  .front-blurbs .views-row-last {
    margin-right: 0px; }
  .front-blurbs .views-field-field-blurb-image {
    margin-bottom: 15px; }
  .front-blurbs .views-field-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px; }
  .front-blurbs .views-field-field-blurb-text p {
    line-height: 22px;
    margin-bottom: 2px; }

.banner-user-menu {
  display: none;
  margin-bottom: 35px; }
  .banner-user-menu .btn {
    display: block; }
  .banner-user-menu li,
  .banner-user-menu ul.menu li {
    float: none; }

.mobile-menu-user-menu {
  display: block; }

.home-founders {
  padding-bottom: 20px;
  padding-top: 36px; }
  .home-founders .view-content {
    overflow: hidden; }
    .home-founders .view-content img {
      display: block; }
  .home-founders .view-footer {
    margin-top: 11px;
    margin-right: 11px;
    text-align: right; }
    .home-founders .view-footer .more-link-arrow {
      font-size: 16px; }
  .home-founders .views-row {
    float: left;
    margin: 0 33px; }
  .home-founders .views-row-first {
    margin-left: 9px; }
  .home-founders .views-row-last {
    margin-right: 9px; }

/* Donate Page */
.page-node-1640 #banner img {
  width: 100%;
  display: none; }

.donate-mobile-header {
  background: #007db8;
  padding: 10px 15px;
  border-bottom: 8px solid #d21673; }
  .donate-mobile-header .mobile-text {
    color: #fff;
    border: none; }
  .donate-mobile-header h2 {
    margin-bottom: 0; }

.edx-block-layout-left {
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 20px; }

.edx-block-layout-clear {
  clear: left !important; }

.edx-block-title-blue .block-title {
  color: #1790c7; }

.edx-block-title-bold .block-title {
  font-weight: 600; }

.edx-block-title-small .block-title {
  font-size: 18px; }

.edx-block-title-no-border .block-title {
  border-bottom: none; }

div#block-block-17 {
  padding: 30px 30px 15px 30px;
  border-top: 4px solid #1aa1de;
  background: rgba(26, 161, 222, 0.125);
  margin-top: 240px;
  margin-bottom: 30px; }
  div#block-block-17 .wrapper {
    float: left;
    width: 70%; }
  div#block-block-17 a.btn-blue {
    float: right; }

section#block-block-16 {
  float: left;
  background-image: url("/sites/default/files/upload/t-shirt-icon-grey-logo.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding: 10px 0 20px;
  background-color: #fafafa; }
  section#block-block-16 h2 {
    float: right;
    display: block;
    margin: 155px 0 0;
    width: 100%; }

.edx-paragraph-right {
  float: right;
  display: block;
  margin: 15px 0p 0;
  width: 100%; }

div#block-block-19 p {
  font-size: .7em !important;
  line-height: 1.3em; }

.addthis_toolbox {
  padding: 10px 0; }
  .addthis_toolbox a:hover {
    border: 0; }
  .addthis_toolbox span.at300bs {
    background: none; }

a.addthis_button_twitter {
  display: block;
  width: 44px;
  height: 44px;
  background: url(/sites/all/themes/atedx/images/social-sprite.gif) 0 0; }
  a.addthis_button_twitter:hover {
    background-position: 0 -58px; }

a.addthis_button_facebook {
  display: block;
  width: 44px;
  height: 44px;
  background: url(/sites/all/themes/atedx/images/social-sprite.gif) -54px 0; }
  a.addthis_button_facebook:hover {
    background-position: -54px -58px; }

a.addthis_button_linkedin {
  display: block;
  width: 44px;
  height: 44px;
  background: url(/sites/all/themes/atedx/images/social-sprite.gif) -108px 0; }
  a.addthis_button_linkedin:hover {
    background-position: -108px -58px; }

a.addthis_button_google_plusone_share {
  display: block;
  width: 44px;
  height: 44px;
  background: url(/sites/all/themes/atedx/images/social-sprite.gif) -162px 0; }
  a.addthis_button_google_plusone_share:hover {
    background-position: -162px -58px; }

a.addthis_button_compact {
  display: block;
  width: 44px;
  height: 44px;
  background: url(/sites/all/themes/atedx/images/social-sprite.gif) -216px 0; }
  a.addthis_button_compact:hover {
    background-position: -216px -58px; }

/* extends -hidden elems - screenreaders */
.hide-text-sr {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

@media screen and (min-width: 540px) {
  #banner img {
    display: block; }

  .region-columns .how-it-works-content .btn {
    width: 412px;
    margin: 10px auto; }
  .region-columns .how-it-works-col-wrapper {
    width: 464px;
    margin: 0 auto; }
    .region-columns .how-it-works-col-wrapper .howitworks-banner-block {
      height: 320px; }
  .region-columns .how-it-works-steps li {
    margin-left: -moz-calc(( 100% - 400px ) / 4);
    margin-left: -webkit-calc(( 100% - 400px ) / 4);
    margin-left: calc(( 100% - 400px ) / 4);
    margin-right: -moz-calc(( 100% - 400px ) / 4);
    margin-right: -webkit-calc(( 100% - 400px ) / 4);
    margin-right: calc(( 100% - 400px ) / 4); }

  section#block-block-16 {
    background-position: 10px 20px; }
    section#block-block-16 h2 {
      margin: 15px 0px 0px 90px;
      width: 56%; }

  .edx-paragraph-right {
    margin: 15px 0px 0px 90px;
    width: 56%; }

  .donate-mobile-header {
    background: none;
    width: 135px;
    border: none;
    position: absolute;
    right: 32px;
    bottom: -5px; }
    .donate-mobile-header .mobile-text {
      display: none; }

  .page-node-1640 #banner img {
    display: block; }

  .node-type-blog-post footer.submitted .author-datetime {
    width: 48%;
    float: left; }
  .node-type-blog-post footer.submitted .addthis_toolbox {
    float: right; }

  .news-row .column-left {
    width: 100px;
    margin-right: 20px;
    padding-left: 20px; }
  .news-row .column-right {
    width: -moz-calc(100% - 160px);
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
    padding-right: 20px; }

  /* Page: Contact Us */
  .node-type-webform .group-webform-column {
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px); }

  .block-executives .col-right {
    width: -moz-calc(100% - 151px);
    width: -webkit-calc(100% - 151px);
    width: calc(100% - 151px);
    margin-left: 20px; }

  /* Page: Media Kit */
  .block-media-all .media-row {
    width: -moz-calc(50% - 60px);
    width: -webkit-calc(50% - 60px);
    width: calc(50% - 60px);
    padding: 10px 20px;
    margin: 0 10px 25px;
    float: left; } }
@media screen and (min-width: 768px) {
  body.node-type-page h1.field-page-tagline {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0; }

  #node-961 {
    /* Jobs */ }
    #node-961 .field-page-body h2 {
      margin-left: 20px;
      margin-right: 20px;
      padding: 0; }

  .block-back-to-blog {
    margin-left: 0; }

  .node-type-blog-post #main-content {
    padding: 0; }

  .page-node-955 .block-dynamic-banner {
    margin-left: -moz-calc(( 100% - 320px ) / 2);
    margin-left: -webkit-calc(( 100% - 320px ) / 2);
    margin-left: calc(( 100% - 320px ) / 2);
    display: block;
    border: none; }
  .page-node-955 .region-inner {
    background: inherit; }

  .item-list-half > li {
    float: left;
    width: 44%; }

  .item-list-third li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: -moz-calc(100% / 3);
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    float: left;
    padding: 0 4%; }

  .quicklinks {
    padding-right: 20px; }

  .edx-block-layout-left {
    width: -moz-calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px); }
    .edx-block-layout-left:first-of-type {
      margin-left: 0; }
    .edx-block-layout-leftlast-of-type {
      margin-right: 0; }

  .page-node-965 .field-page-body {
    right: 10px; }

  .faq-row {
    padding: 0 20px; }

  #block-views-faq-org {
    padding: 0; }

  .view-news {
    padding: 0; } }
@media screen and (min-width: 980px) {
  .page-node-955 .block-dynamic-banner {
    margin-left: 0; }

  .region-banner .block-how-it-works-video {
    position: absolute;
    right: 37px;
    bottom: 1px;
    text-align: right;
    margin-bottom: 0;
    padding-bottom: 0; }

  .region-columns .how-it-works-content h2 {
    margin-left: 0;
    margin-right: 0; }
  .region-columns .how-it-works-content .btn {
    width: 876px; }
  .region-columns .how-it-works-col-wrapper {
    width: 928px; }
  .region-columns .how-it-works-steps li {
    margin-left: -moz-calc(( 100% - 800px ) / 8);
    margin-left: -webkit-calc(( 100% - 800px ) / 8);
    margin-left: calc(( 100% - 800px ) / 8);
    margin-right: -moz-calc(( 100% - 800px ) / 8);
    margin-right: -webkit-calc(( 100% - 800px ) / 8);
    margin-right: calc(( 100% - 800px ) / 8); }

  /* Page: Media Kit */
  .page-node-967 #block-system-main {
    width: -moz-calc( 100% - 350px );
    width: -webkit-calc( 100% - 350px );
    width: calc( 100% - 350px );
    float: left; }

  .block-media-sticky {
    float: right;
    margin: 95px 20px 50px 0;
    position: relative; }
    .block-media-sticky:before {
      width: -moz-calc(100% + 10px);
      width: -webkit-calc(100% + 10px);
      width: calc(100% + 10px);
      content: '';
      position: absolute;
      top: -20px;
      left: -10px;
      background: #ccc;
      height: 1px; }

  .block-media-all .media-row {
    margin-left: -moz-calc((50% - 325px ) / 2);
    margin-left: -webkit-calc((50% - 325px ) / 2);
    margin-left: calc((50% - 325px ) / 2);
    margin-right: -moz-calc((50% - 325px ) / 2);
    margin-right: -webkit-calc((50% - 325px ) / 2);
    margin-right: calc((50% - 325px ) / 2);
    width: 285px; } }
.edx-header .primary-menu li.menu-link .menu-item:after, .edx-header .primary-menu-wrapper .primary-menu li .menu-item:after {
  content: '\00BB';
  padding-left: 4px; }

.flt-right {
  float: right; }

.hidden {
  display: none; }

.hidden-important {
  display: none !important; }

.round {
  border-radius: 50%; }

.sr-is-focusable,
.sr-is-focusable:focus,
.sr-is-focusable:active {
  outline: none; }

/*
 * responsive.custom.css is for custom media queries that are not set via the
 * theme settings, such as cascading media queries.
 *
 * By default all the other responsive stylesheets used in Adaptivetheme use a
 * "stacking method", however cascading media queries use a waterfall method so
 * you can leverage the cascade and inheritance for all browsers that support
 * media queries, regardless of screen size.
 *
 * @SEE http://zomigi.com/blog/essential-considerations-for-crafting-quality-media-queries/#mq-overlap-stack
 *
 * NOTE: this file loads by default, to disable got to your theme settings and
 * look under the "CSS" settings tab.
 */
@media only screen and (min-width: 320px) and (max-width: 759px) {
  div.region-banner .block {
    width: auto; } }
/*
 * Really small screens and up
 */
/* @media only screen and (min-width: 220px) {} */
/*
 * Smartphone sizes and up
 */
/* @media only screen and (min-width: 320px) {} */
/*
 * Smartphone sizes and down
 */
@media only screen and (max-width: 480px) {
  /*
   * Float Region blocks example:
   * In smaller screen sizes we can remove the float and widths so all blocks
   * stack instead of displaying horizonally. The selector used here is an
   * "attribute selector" which will match on any float block class. Use your
   * inspector or Firebug to get the classes from the page output if you need
   * more granular control over block alignment and stacking.
   *
   * "Float Region blocks" is an extension for floating blocks in regions, see
   * your themes appearance settings, under the Extensions tab.
   */
  .region[class*="float-blocks"] .block {
    float: none;
    width: 100%; } }
/*
 * Tablet sizes and up
 */
/* @media only screen and (min-width: 768px) {} */
/*
 * Desktops/laptops and up
 */
/* @media only screen and (min-width: 1025px) {} */
/*
 * Tablet
 */
@media only screen and (min-width: 768px) {
  /*.node-type-course .content-inner {
    #block-views-course-detail-enrollment{
      width: 100% !important;
    }
  }*/ }
/*
 * Smartphone Portrait
 */
@media only screen and (max-width: 320px) {
  /*
   *   Important Information about this CSS File
   *
   * - Do not delete or rename this file, if you do not use it leave it blank (delete
   *   everything) and the file will be skipped when you enable Production Mode in
   *   the Global theme settings.
   *
   * - Read the _README file in this directory, it contains useful help and other information.
   */
  /* Increase the body font size on small devices */
  /* =============================================================================
   *  Identity region declarations infiltrate subdomain site home pages
   *  Additional Field Styling Counteracting Home Page Redesign Responsive CSS
   *  See global.subdomain.css
   * ========================================================================== */
  .front .region-banner {
    background-size: cover; }
    .front .region-banner .hero-logo {
      display: none; }
    .front .region-banner .hero-slogan,
    .front .region-banner .hero-slogan strong {
      font-size: 26px; }
  .front .region-container-inner {
    width: 299px; }

  .banner-user-menu {
    display: block !important; }

  .front-site-info-block {
    width: 299px;
    margin-top: 0px;
    margin-bottom: 35px; }

  .front-site-info .ctools-jump-menu-select {
    min-width: 0;
    width: 190px !important;
    padding-left: 0px !important; }
  .front-site-info .form-item-jump {
    min-width: 0;
    width: 190px; }

  .featured-course-card-block {
    width: 300px;
    margin-right: 0;
    clear: both; }

  .featured-course.verified .card-bottom {
    background-position: 235px 14px; }

  .card-listing .views-row {
    margin: 0 0 13px; }

  .home-founders .views-row {
    float: none;
    margin: 0 0 30px; }
    .home-founders .views-row img {
      margin: auto; }
  .home-founders .views-row-last {
    margin-bottom: 10px; }

  .front-blurbs .views-row {
    width: 299px;
    margin: 0 0 30px; }

  .views-field-field-blurb-image img {
    width: 299px; }

  .views-field-field-blurb-text {
    padding-right: 20px; }

  .card-listing .view-footer,
  .home-founders .view-footer {
    text-align: center;
    margin-right: 0; }

  /* =============================================================================
   *  Identity region declarations infiltrate subdomain site home pages
   *  Additional Field Styling Counteracting Home Page Redesign Responsive CSS
   *  See global.subdomain.css
   * ========================================================================== */
  .region-columns .region-sidebar-first {
    min-height: 340px; }

  /* End Footer Region */ }
/*(min-width:320px) and (max-width:759px)*/
@media only screen and (min-width: 320px) and (max-width: 768px) {
  /*
   *   Important Information about this CSS File
   *
   * - Do not delete or rename this file, if you do not use it leave it blank (delete
   *   everything) and the file will be skipped when you enable Production Mode in
   *   the Global theme settings.
   *
   * - Read the _README file in this directory, it contains useful help and other information.
   */
  /* Increase the body font size on small devices */
  /* =============================================================================
   *  Identity region declarations infiltrate subdomain site home pages
   *  Additional Field Styling Counteracting Home Page Redesign Responsive CSS
   *  See global.subdomain.css
   * ========================================================================== */
  .front .region-banner {
    background-size: cover; }
    .front .region-banner .hero-logo {
      display: none; }
    .front .region-banner .hero-slogan,
    .front .region-banner .hero-slogan strong {
      font-size: 26px; }
  .front .region-container-inner {
    width: 299px; }

  .banner-user-menu {
    display: block !important; }

  .front-site-info-block {
    width: 299px;
    margin-top: 0px;
    margin-bottom: 35px; }

  .front-site-info .ctools-jump-menu-select {
    min-width: 0;
    width: 190px !important;
    padding-left: 0px !important; }
  .front-site-info .form-item-jump {
    min-width: 0;
    width: 190px; }

  .featured-course-card-block {
    width: 300px;
    margin-right: 0;
    clear: both; }

  .featured-course.verified .card-bottom {
    background-position: 235px 14px; }

  .card-listing .views-row {
    margin: 0 0 13px; }

  .home-founders .views-row {
    float: none;
    margin: 0 0 30px; }
    .home-founders .views-row img {
      margin: auto; }
  .home-founders .views-row-last {
    margin-bottom: 10px; }

  .front-blurbs .views-row {
    width: 299px;
    margin: 0 0 30px; }

  .views-field-field-blurb-image img {
    width: 299px; }

  .views-field-field-blurb-text {
    padding-right: 20px; }

  .card-listing .view-footer,
  .home-founders .view-footer {
    text-align: center;
    margin-right: 0; }

  /* =============================================================================
   *  Identity region declarations infiltrate subdomain site home pages
   *  Additional Field Styling Counteracting Home Page Redesign Responsive CSS
   *  See global.subdomain.css
   * ========================================================================== */
  .region-columns .region-sidebar-first {
    min-height: 340px; }

  /* End Footer Region */ }
/*(min-width:760px) and (max-width:1024px)*/
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  /*
   *   Important Information about this CSS File
   *
   * - Do not delete or rename this file, if you do not use it leave it blank (delete
   *   everything) and the file will be skipped when you enable Production Mode in
   *   the Global theme settings.
   *
   * - Read the _README file in this directory, it contains useful help and other information.
   */
  .edx-header .primary-menu li.menu-link .menu-item:after, .edx-header .primary-menu-wrapper .primary-menu li .menu-item:after {
    content: '\00BB';
    padding-left: 4px; }

  .flt-right {
    float: right; }

  .hidden {
    display: none; }

  .hidden-important {
    display: none !important; }

  .round {
    border-radius: 50%; }

  .sr-is-focusable,
  .sr-is-focusable:focus,
  .sr-is-focusable:active {
    outline: none; }

  /* Increase the body font size on small devices */
  .nav li,
  .nav ul.menu li {
    padding: 0 7px; }
  .nav .btn-blue {
    padding: 7px 12px; }

  .front .region-container-inner {
    width: 640px; }
  .front .region-banner .hero-slogan,
  .front .region-banner .hero-slogan strong {
    font-size: 26px; }

  .front-site-info-block {
    width: 310px;
    margin-top: 0px; }

  .front-site-info .ctools-jump-menu-select {
    min-width: 0;
    width: 200px !important;
    padding-left: 0px !important; }
  .front-site-info .form-item-jump {
    min-width: 0;
    width: 201px; }

  .featured-course-card-block {
    width: 300px; }

  .featured-course.verified .card-bottom {
    background-position: 235px 14px; }

  .card-listing .views-row {
    margin: 0 0 35px; }
  .card-listing .views-row-even {
    margin-right: 0; }
  .card-listing .views-row-odd {
    margin-right: 33px; }

  .home-founders .views-row {
    margin: 0px 67px 40px; }
  .home-founders .views-row-3,
  .home-founders .views-row-4 {
    margin-bottom: 10px; }

  .front-blurbs .views-row {
    width: 299px;
    margin: 0 0 30px; }
  .front-blurbs .views-row-odd {
    margin-right: 33px; }

  .views-field-field-blurb-image img {
    width: 299px; }

  .views-field-field-blurb-text {
    padding-right: 20px; }

  .edx-paragraph-right,
  section#block-block-16 h2 {
    width: -moz-calc(100% - 170px);
    width: -webkit-calc(100% - 170px);
    width: calc(100% - 170px);
    float: left;
    margin-left: 160px; }

  /*** CONTACT US - start ***/
  .node-type-webform .group-webform-column {
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px); }
  .node-type-webform .webform-client-form .form-text {
    width: 90%; }

  /*** CONTACT US - end ***/
  /* =============================================================================
   *  Identity region declarations infiltrate subdomain site home pages
   *  Additional Field Styling Counteracting Home Page Redesign Responsive CSS
   *  See global.subdomain.css
   * ========================================================================== */
  /* End Footer Region */ }
/*
 *   Important Information about this CSS File
 *
 *   File to restrict RWD
 *   Using !important to override breakpoints
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
/* =============================================================================
 *  Identity region declarations infiltrate subdomain site home pages
 *  Additional Field Styling Counteracting Home Page Redesign Responsive CSS
 *  See global.subdomain.css
 * ========================================================================== */
.edx-fixed-width .container {
  width: 960px !important;
  margin: auto; }
.edx-fixed-width #menu-bar {
  width: 91px !important;
  overflow: hidden; }
.edx-fixed-width #primary-menu-bar li,
.edx-fixed-width #primary-menu-bar ul.menu li {
  padding: 0 10px !important; }
  .edx-fixed-width #primary-menu-bar li.first,
  .edx-fixed-width #primary-menu-bar ul.menu li.first {
    padding-left: 0 !important; }

.region-column-wrapper .container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  max-width: 320px; }

.region-container-inner {
  width: 100%;
  max-width: 1200px; }
  .node-type-subject .region-container-inner {
    max-width: none; }

footer#footer-edx-v3 {
  clear: both; }
  footer#footer-edx-v3:after {
    content: '';
    display: table;
    clear: both; }

/*
 * Smarthphone Portrait
 */
/*
 * Smartphone Landscape and up
 */
@media only screen and (min-width: 320px) {
  .region-column-wrapper .container {
    max-width: 768px; } }
/*
 * Tablet and up
 */
@media only screen and (min-width: 768px) {
  .region-column-wrapper .container {
    max-width: 980px; } }
/*
 * Desktops/laptops and up
 */
@media only screen and (min-width: 980px) {
  .region-column-wrapper .container {
    max-width: 1180px; } }
/*
 * Large Desktops/laptops and up
 */
/* =============================================================================
 *   edX Buttons
 * ========================================================================== */
.btn {
  border: 0;
  font-size: 16px;
  font-weight: 600; }

.btn,
.btn-primary,
.btn-primary-blue,
.lead-capture .btn.lead-capture-btn,
.btn-blue,
.btn-edged-blue,
.btn-primary-pink,
.btn-pink,
.btn-custom {
  -moz-box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: color 0.25s ease-in-out 0s, background 0.25s ease-in-out 0s, box-shadow 0.25s ease-in-out 0s; }
  .btn.disabled, .btn[disabled],
  .btn-primary.disabled,
  .btn-primary[disabled],
  .btn-primary-blue.disabled,
  .lead-capture .disabled.btn.lead-capture-btn,
  .btn-primary-blue[disabled],
  .lead-capture [disabled].btn.lead-capture-btn,
  .btn-blue.disabled,
  .btn-blue[disabled],
  .btn-edged-blue.disabled,
  .btn-edged-blue[disabled],
  .btn-primary-pink.disabled,
  .btn-primary-pink[disabled],
  .btn-pink.disabled,
  .btn-pink[disabled],
  .btn-custom.disabled,
  .btn-custom[disabled] {
    cursor: default;
    pointer-events: none; }
  .btn .icon-inline,
  .btn-primary .icon-inline,
  .btn-primary-blue .icon-inline,
  .lead-capture .btn.lead-capture-btn .icon-inline,
  .btn-blue .icon-inline,
  .btn-edged-blue .icon-inline,
  .btn-primary-pink .icon-inline,
  .btn-pink .icon-inline,
  .btn-custom .icon-inline {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle; }

.btn-pill {
  border-radius: 4px; }

.btn-rounded {
  border-radius: 10px; }

.btn-block {
  width: 100%; }

.btn-edged-blue,
.btn-primary,
.btn-primary-blue,
.lead-capture .btn.lead-capture-btn,
.btn-blue,
.btn-primary-pink,
.btn-pink,
.btn-custom {
  border-radius: 2px; }

.btn-primary,
.btn-primary-blue,
.lead-capture .btn.lead-capture-btn,
.btn-blue,
.btn-edged-blue,
.btn-primary-pink,
.btn-pink,
.btn-custom {
  padding: 10px 20px;
  text-align: center; }
  .btn-primary.disabled, .btn-primary[disabled],
  .btn-primary-blue.disabled,
  .lead-capture .disabled.btn.lead-capture-btn,
  .btn-primary-blue[disabled],
  .lead-capture [disabled].btn.lead-capture-btn,
  .btn-blue.disabled,
  .btn-blue[disabled],
  .btn-edged-blue.disabled,
  .btn-edged-blue[disabled],
  .btn-primary-pink.disabled,
  .btn-primary-pink[disabled],
  .btn-pink.disabled,
  .btn-pink[disabled],
  .btn-custom.disabled,
  .btn-custom[disabled] {
    background: none repeat scroll 0 0 #646668; }

.btn-primary-blue, .lead-capture .btn.lead-capture-btn,
.btn-blue {
  background: none repeat scroll 0 0 #126F9A;
  box-shadow: 0 2px 1px 0 #0A4A67;
  color: white; }
  .btn-primary-blue:hover, .lead-capture .btn.lead-capture-btn:hover, .btn-primary-blue:active, .lead-capture .btn.lead-capture-btn:active,
  .btn-blue:hover,
  .btn-blue:active {
    background: none repeat scroll 0 0 #065683; }
  .btn-primary-blue.current, .lead-capture .current.btn.lead-capture-btn, .btn-primary-blue.active, .lead-capture .active.btn.lead-capture-btn,
  .btn-blue.current,
  .btn-blue.active {
    background: none repeat scroll 0 0 #1AA1DE;
    box-shadow: 0 2px 1px 1px #1580B0 inset;
    color: #1580B0; }
    .btn-primary-blue.current:hover, .lead-capture .current.btn.lead-capture-btn:hover, .btn-primary-blue.current:active, .lead-capture .current.btn.lead-capture-btn:active, .btn-primary-blue.active:hover, .lead-capture .active.btn.lead-capture-btn:hover, .btn-primary-blue.active:active, .lead-capture .active.btn.lead-capture-btn:active,
    .btn-blue.current:hover,
    .btn-blue.current:active,
    .btn-blue.active:hover,
    .btn-blue.active:active {
      box-shadow: 0 2px 1px 1px #126F9A inset;
      color: #126F9A; }
  .btn-primary-blue.disabled, .lead-capture .disabled.btn.lead-capture-btn, .btn-primary-blue[disabled], .lead-capture [disabled].btn.lead-capture-btn,
  .btn-blue.disabled,
  .btn-blue[disabled] {
    box-shadow: none; }
  .btn-primary-blue.btn-invert, .lead-capture .btn-invert.btn.lead-capture-btn,
  .btn-blue.btn-invert {
    background: none repeat scroll 0 0 #065683; }
    .btn-primary-blue.btn-invert:hover, .lead-capture .btn-invert.btn.lead-capture-btn:hover, .btn-primary-blue.btn-invert:active, .lead-capture .btn-invert.btn.lead-capture-btn:active, .btn-primary-blue.btn-invert:focus, .lead-capture .btn-invert.btn.lead-capture-btn:focus,
    .btn-blue.btn-invert:hover,
    .btn-blue.btn-invert:active,
    .btn-blue.btn-invert:focus {
      background: none repeat scroll 0 0 #126F9A; }

.btn-primary-pink,
.btn-pink {
  background: none repeat scroll 0 0 #B52A67;
  box-shadow: 0 2px 1px 0 #8C204F;
  color: white; }
  .btn-primary-pink:hover, .btn-primary-pink:active,
  .btn-pink:hover,
  .btn-pink:active {
    background: none repeat scroll 0 0 #D7548E; }
  .btn-primary-pink.current, .btn-primary-pink.active,
  .btn-pink.current,
  .btn-pink.active {
    background: none repeat scroll 0 0 #D33F80;
    box-shadow: 0 2px 1px 1px #A0255B inset;
    color: #A0255B; }
    .btn-primary-pink.current:hover, .btn-primary-pink.current:active, .btn-primary-pink.active:hover, .btn-primary-pink.active:active,
    .btn-pink.current:hover,
    .btn-pink.current:active,
    .btn-pink.active:hover,
    .btn-pink.active:active {
      box-shadow: 0 2px 1px 1px #B52A67 inset;
      color: #B52A67; }
  .btn-primary-pink.disabled, .btn-primary-pink[disabled],
  .btn-pink.disabled,
  .btn-pink[disabled] {
    box-shadow: none; }
  .btn-primary-pink.btn-invert,
  .btn-pink.btn-invert {
    background: none repeat scroll 0 0 #D7548E; }
    .btn-primary-pink.btn-invert:hover, .btn-primary-pink.btn-invert:active, .btn-primary-pink.btn-invert:focus,
    .btn-pink.btn-invert:hover,
    .btn-pink.btn-invert:active,
    .btn-pink.btn-invert:focus {
      background: none repeat scroll 0 0 #B52A67; }

.green {
  background: none repeat scroll 0 0 #008600;
  box-shadow: 0 2px 1px 0 #007400;
  color: white; }
  .green:hover, .green:active {
    background: none repeat scroll 0 0 #60bc61; }
  .green.current, .green.active {
    background: none repeat scroll 0 0 #008600;
    box-shadow: 0 2px 1px 1px #007400 inset;
    color: #007400; }
    .green.current:hover, .green.current:active, .green.active:hover, .green.active:active {
      box-shadow: 0 2px 1px 1px #008600 inset;
      color: #008600; }
  .green.disabled, .green[disabled] {
    box-shadow: none; }
  .green.btn-invert {
    background: none repeat scroll 0 0 #60bc61; }
    .green.btn-invert:hover, .green.btn-invert:active, .green.btn-invert:focus {
      background: none repeat scroll 0 0 #008600; }

.black {
  background: none repeat scroll 0 0 black;
  box-shadow: 0 2px 1px 0 black;
  color: white; }
  .black:hover, .black:active {
    background: none repeat scroll 0 0 black; }
  .black.current, .black.active {
    background: none repeat scroll 0 0 black;
    box-shadow: 0 2px 1px 1px black inset;
    color: black; }
    .black.current:hover, .black.current:active, .black.active:hover, .black.active:active {
      box-shadow: 0 2px 1px 1px black inset;
      color: black; }
  .black.disabled, .black[disabled] {
    box-shadow: none; }
  .black.btn-invert {
    background: none repeat scroll 0 0 black; }
    .black.btn-invert:hover, .black.btn-invert:active, .black.btn-invert:focus {
      background: none repeat scroll 0 0 black; }

.maroon {
  background: none repeat scroll 0 0 #9a1d5f;
  box-shadow: 0 2px 1px 0 #8C204F;
  color: white; }
  .maroon:hover, .maroon:active {
    background: none repeat scroll 0 0 #d62582; }
  .maroon.current, .maroon.active {
    background: none repeat scroll 0 0 #9a1d5f;
    box-shadow: 0 2px 1px 1px #8C204F inset;
    color: #8C204F; }
    .maroon.current:hover, .maroon.current:active, .maroon.active:hover, .maroon.active:active {
      box-shadow: 0 2px 1px 1px #9a1d5f inset;
      color: #9a1d5f; }
  .maroon.disabled, .maroon[disabled] {
    box-shadow: none; }
  .maroon.btn-invert {
    background: none repeat scroll 0 0 #d62582; }
    .maroon.btn-invert:hover, .maroon.btn-invert:active, .maroon.btn-invert:focus {
      background: none repeat scroll 0 0 #9a1d5f; }

.dark-yellow {
  background: none repeat scroll 0 0 #ffc01f;
  box-shadow: 0 2px 1px 0 black;
  color: black; }
  .dark-yellow:hover, .dark-yellow:active {
    background: none repeat scroll 0 0 #ffd66e; }
  .dark-yellow.current, .dark-yellow.active {
    background: none repeat scroll 0 0 #ffc01f;
    box-shadow: 0 2px 1px 1px black inset;
    color: black; }
    .dark-yellow.current:hover, .dark-yellow.current:active, .dark-yellow.active:hover, .dark-yellow.active:active {
      box-shadow: 0 2px 1px 1px #ffc01f inset;
      color: #ffc01f; }
  .dark-yellow.disabled, .dark-yellow[disabled] {
    box-shadow: none; }
  .dark-yellow.btn-invert {
    background: none repeat scroll 0 0 #ffd66e; }
    .dark-yellow.btn-invert:hover, .dark-yellow.btn-invert:active, .dark-yellow.btn-invert:focus {
      background: none repeat scroll 0 0 #ffc01f; }

.btn-large {
  display: block;
  font-size: 18px;
  padding: 10px 20px; }

.btn-small {
  font-size: 14px;
  padding: 5px 10px; }

.btn-title {
  padding: 8px 16px; }

.btn-edged-blue {
  background: #fff;
  border: 1px solid #126F9A;
  color: #126F9A; }
  .btn-edged-blue:hover, .btn-edged-blue:active, .btn-edged-blue:focus {
    background: #F2F8FB;
    border-color: #126F9A; }

.btn-blue-transparent {
  background: none;
  color: white;
  border: solid 1px white;
  width: auto; }
  .btn-blue-transparent:hover, .btn-blue-transparent:focus, .btn-blue-transparent:active {
    color: white;
    background: #126F9A;
    border-color: #126F9A;
    border-bottom: 1px solid #126F9A !important; }
  .btn-blue-transparent.outline-invert {
    color: #126F9A;
    border: solid 1px #126F9A; }
    .btn-blue-transparent.outline-invert:hover, .btn-blue-transparent.outline-invert:focus, .btn-blue-transparent.outline-invert:active {
      color: white;
      border: solid 1px #126F9A; }

.btn-pink-transparent {
  background: none;
  color: white;
  border: solid 1px white;
  width: auto; }
  .btn-pink-transparent:hover, .btn-pink-transparent:focus, .btn-pink-transparent:active {
    color: white;
    background: #B52A67;
    border-color: #B52A67;
    border-bottom: 1px solid #B52A67 !important; }
  .btn-pink-transparent.outline-invert {
    color: #126F9A;
    border: solid 1px #126F9A; }
    .btn-pink-transparent.outline-invert:hover, .btn-pink-transparent.outline-invert:focus, .btn-pink-transparent.outline-invert:active {
      color: white;
      border: solid 1px #B52A67; }

.green-transparent {
  background: none;
  color: white;
  border: solid 1px white;
  width: auto; }
  .green-transparent:hover, .green-transparent:focus, .green-transparent:active {
    color: white;
    background: #008600;
    border-color: #008600;
    border-bottom: 1px solid #008600 !important; }
  .green-transparent.outline-invert {
    color: #126F9A;
    border: solid 1px #126F9A; }
    .green-transparent.outline-invert:hover, .green-transparent.outline-invert:focus, .green-transparent.outline-invert:active {
      color: white;
      border: solid 1px #008600; }

.black-transparent {
  background: none;
  color: white;
  border: solid 1px white;
  width: auto; }
  .black-transparent:hover, .black-transparent:focus, .black-transparent:active {
    color: #fff;
    background: black;
    border-color: black;
    border-bottom: 1px solid black !important; }
  .black-transparent.outline-invert {
    color: #126F9A;
    border: solid 1px #126F9A; }
    .black-transparent.outline-invert:hover, .black-transparent.outline-invert:focus, .black-transparent.outline-invert:active {
      color: #fff;
      border: solid 1px black; }

.maroon-transparent {
  background: none;
  color: white;
  border: solid 1px white;
  width: auto; }
  .maroon-transparent:hover, .maroon-transparent:focus, .maroon-transparent:active {
    color: white;
    background: #9a1d5f;
    border-color: #9a1d5f;
    border-bottom: 1px solid #9a1d5f !important; }
  .maroon-transparent.outline-invert {
    color: #126F9A;
    border: solid 1px #126F9A; }
    .maroon-transparent.outline-invert:hover, .maroon-transparent.outline-invert:focus, .maroon-transparent.outline-invert:active {
      color: white;
      border: solid 1px #9a1d5f; }

.dark-yellow-transparent {
  background: none;
  color: white;
  border: solid 1px white;
  width: auto; }
  .dark-yellow-transparent:hover, .dark-yellow-transparent:focus, .dark-yellow-transparent:active {
    color: black;
    background: #ffc01f;
    border-color: #ffc01f;
    border-bottom: 1px solid #ffc01f !important; }
  .dark-yellow-transparent.outline-invert {
    color: #126F9A;
    border: solid 1px #126F9A; }
    .dark-yellow-transparent.outline-invert:hover, .dark-yellow-transparent.outline-invert:focus, .dark-yellow-transparent.outline-invert:active {
      color: black;
      border: solid 1px #ffc01f; }

.btn-cta, .btn-transparent {
  border-radius: 2px;
  display: inline-block;
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 12px;
  padding: 10px 20px;
  width: 100%; }

.btn-cta {
  background: #008100;
  color: #fafafa;
  font-weight: bold;
  transition: background .2s; }
  .btn-cta:hover, .btn-cta:focus {
    background: #006200;
    color: #fff; }
  .btn-cta.disabled {
    color: #fff;
    background: #5a5a5a;
    box-shadow: none;
    cursor: default;
    pointer-events: none; }

.btn-transparent {
  background: none;
  color: #2968aa;
  border: none;
  width: auto; }
  .btn-transparent:hover, .btn-transparent:focus, .btn-transparent:active {
    color: #fff;
    background: #2968aa; }
  .btn-transparent.outline {
    border: 2px solid #2968aa; }
    .btn-transparent.outline:hover, .btn-transparent.outline:focus, .btn-transparent.outline:active {
      border: 2px solid #2968aa; }

@media screen and (min-width: 600px) {
  .btn-cta {
    font-size: 1.3em; } }
.btn-group {
  margin: 0;
  padding: 0;
  width: auto;
  display: inline-block; }
  .btn-group .sort-btn {
    margin: 0;
    padding: 5px 10px;
    border-top: 1px solid #bcbcbc;
    border-right: none;
    border-bottom: 1px solid #bcbcbc;
    border-left: none;
    background: none;
    color: black;
    float: left; }
    .btn-group .sort-btn:hover, .btn-group .sort-btn:active, .btn-group .sort-btn:focus, .btn-group .sort-btn.active {
      background: #007db8;
      color: #fff; }
    .btn-group .sort-btn:first-of-type {
      border-radius: 5px 0 0 5px;
      border-left: 1px solid #bcbcbc; }
    .btn-group .sort-btn:last-of-type {
      border-radius: 0 5px 5px 0;
      border-right: 1px solid #bcbcbc; }

.carousel-container {
  position: relative; }
  .carousel-container .carousel-wrapper {
    width: calc( 100% - 60px );
    margin: 0 auto; }
    .carousel-container .carousel-wrapper:not(.slick-slider) {
      overflow: hidden; }
  .carousel-container .carousel-list {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .carousel-container .carousel-item {
    width: 48%;
    display: none;
    position: relative;
    box-sizing: border-box; }
    .carousel-container .carousel-item:first-of-type, .carousel-container .carousel-item:nth-of-type(2) {
      display: inline-block; }
    .carousel-container .carousel-item:first-of-type {
      float: left; }
    .carousel-container .carousel-item:nth-of-type(2) {
      float: right; }
    .carousel-container .carousel-item.hidden {
      display: none; }
    .carousel-container .carousel-item a {
      display: inline-block; }
      .carousel-container .carousel-item a:hover {
        border: 0;
        outline: none; }
      .carousel-container .carousel-item a:focus, .carousel-container .carousel-item a:active {
        outline: none;
        content: '';
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 1px solid #007db8; }
    .carousel-container .carousel-item .carousel-img {
      width: 100%; }
  .carousel-container .carousel-nav-container {
    position: relative; }
  .carousel-container .carousel-arrow {
    width: 40px;
    position: absolute;
    top: calc( 50% - ( 35px / 2 ) );
    display: none; }
    .carousel-container .carousel-arrow.prev {
      left: 0; }
    .carousel-container .carousel-arrow.next {
      right: 0; }
  .carousel-container .slick-slider .carousel-arrow.prev {
    left: -40px; }
  .carousel-container .slick-slider .carousel-arrow.next {
    right: -40px; }

@media only screen and (min-width: 540px) {
  .carousel-container .carousel-wrapper {
    width: calc( 100% - 80px ); }
  .carousel-container .carousel-list {
    width: 650%; }
  .carousel-container .carousel-item {
    display: inline-block;
    width: calc( 100% / 26 );
    height: auto;
    float: left; }
    .carousel-container .carousel-item .carousel-img {
      width: 115px; }
    .carousel-container .carousel-item:nth-of-type(2) {
      float: left; }
    .carousel-container .carousel-item.slick-slide {
      margin-bottom: -3px; }
  .carousel-container .carousel-arrow {
    background: none;
    border: none;
    color: #646464; }
    .carousel-container .carousel-arrow.active {
      display: inline; }
    .carousel-container .carousel-arrow:hover, .carousel-container .carousel-arrow:focus, .carousel-container .carousel-arrow:active {
      color: #007db8; }
    .carousel-container .carousel-arrow .icon {
      font-size: 30px;
      line-height: 1; }
  .carousel-container .cta.btn-primary-blue, .carousel-container .lead-capture .cta.btn.lead-capture-btn, .lead-capture .carousel-container .cta.btn.lead-capture-btn,
  .carousel-container .cta.btn-blue {
    background: none;
    box-shadow: none;
    color: #126F9A;
    padding: 15px 0 0; }
    .carousel-container .cta.btn-primary-blue:hover, .carousel-container .lead-capture .cta.btn.lead-capture-btn:hover, .lead-capture .carousel-container .cta.btn.lead-capture-btn:hover, .carousel-container .cta.btn-primary-blue:active, .carousel-container .lead-capture .cta.btn.lead-capture-btn:active, .lead-capture .carousel-container .cta.btn.lead-capture-btn:active, .carousel-container .cta.btn-primary-blue:focus, .carousel-container .lead-capture .cta.btn.lead-capture-btn:focus, .lead-capture .carousel-container .cta.btn.lead-capture-btn:focus,
    .carousel-container .cta.btn-blue:hover,
    .carousel-container .cta.btn-blue:active,
    .carousel-container .cta.btn-blue:focus {
      background: none;
      color: #126F9A;
      border-bottom: 1px dotted #2968aa; }
    .carousel-container .cta.btn-primary-blue.current, .carousel-container .lead-capture .cta.current.btn.lead-capture-btn, .lead-capture .carousel-container .cta.current.btn.lead-capture-btn, .carousel-container .cta.btn-primary-blue.active, .carousel-container .lead-capture .cta.active.btn.lead-capture-btn, .lead-capture .carousel-container .cta.active.btn.lead-capture-btn,
    .carousel-container .cta.btn-blue.current,
    .carousel-container .cta.btn-blue.active {
      background: none repeat scroll 0 0 #1AA1DE;
      box-shadow: 0 2px 1px 1px #1580B0 inset;
      color: #1580B0; }
      .carousel-container .cta.btn-primary-blue.current:hover, .carousel-container .lead-capture .cta.current.btn.lead-capture-btn:hover, .lead-capture .carousel-container .cta.current.btn.lead-capture-btn:hover, .carousel-container .cta.btn-primary-blue.current:active, .carousel-container .lead-capture .cta.current.btn.lead-capture-btn:active, .lead-capture .carousel-container .cta.current.btn.lead-capture-btn:active, .carousel-container .cta.btn-primary-blue.active:hover, .carousel-container .lead-capture .cta.active.btn.lead-capture-btn:hover, .lead-capture .carousel-container .cta.active.btn.lead-capture-btn:hover, .carousel-container .cta.btn-primary-blue.active:active, .carousel-container .lead-capture .cta.active.btn.lead-capture-btn:active, .lead-capture .carousel-container .cta.active.btn.lead-capture-btn:active,
      .carousel-container .cta.btn-blue.current:hover,
      .carousel-container .cta.btn-blue.current:active,
      .carousel-container .cta.btn-blue.active:hover,
      .carousel-container .cta.btn-blue.active:active {
        box-shadow: 0 2px 1px 1px #126F9A inset;
        color: #126F9A; } }
@media only screen and (min-width: 768px) {
  .carousel-container .carousel-item .carousel-img {
    width: 150px; } }
@media only screen and (min-width: 980px) {
  .carousel-container .carousel-list {
    width: 434%; } }
@media only screen and (min-width: 1180px) {
  .carousel-container .carousel-item .carousel-img {
    width: auto; } }
.column-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .column-list .section-item {
    padding: 22px 0;
    min-height: 99px; }
  @media only screen and (min-width: 540px) {
    .column-list .section-item {
      border-bottom: 1px solid black; }
      .column-list .section-item:last-of-type {
        border: none; } }
  @media only screen and (min-width: 768px) {
    .column-list .section-item {
      clear: both; }
      .column-list .section-item:after {
        content: '';
        display: table;
        clear: both; } }
  @media only screen and (min-width: 980px) {
    .column-list {
      display: table-row; }
      .column-list .section-item {
        clear: none;
        position: relative;
        float: left;
        display: inline-block;
        border: none;
        padding-right: 20px; }
        .column-list .section-item:last-of-type {
          margin-right: 0; }
      .column-list.four .section-item {
        width: 25%; }
      .column-list.five .section-item {
        width: 20%; } }

.ribbon-icon {
  width: 34px;
  height: 40px;
  background: url("../images/verified.png") transparent no-repeat -8px -5px; }

.check-icon {
  color: white;
  text-align: center;
  position: relative;
  z-index: 1000; }

.edx-icon {
  background-image: url("/sites/all/themes/atedx/images/icons/edx-icon-sprite.png");
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  overflow: hidden;
  margin: 5px;
  padding: 0;
  position: relative;
  float: left;
  display: inline; }
  .edx-icon.custom {
    background-image: none;
    height: auto !important; }
  .edx-icon.md {
    background-size: 365px;
    width: 57px;
    height: 55px; }
  .edx-icon.lg {
    width: 75px;
    height: 74px; }
  .edx-icon.cert {
    background-position: 0 -74px; }
    .edx-icon.cert.md, .edx-icon.cert.lg {
      background-position: 0 0; }
  .edx-icon.high-school {
    background-position: -28px -74px; }
    .edx-icon.high-school.md {
      background-position: -57px 0; }
    .edx-icon.high-school.lg {
      background-position: -75px 0; }
  .edx-icon.credit {
    background-position: -56px -74px; }
    .edx-icon.credit.md {
      background-position: -113px 0; }
    .edx-icon.credit.lg {
      background-position: -150px 0; }
  .edx-icon.subject {
    background-position: -84px -74px; }
    .edx-icon.subject.md {
      background-position: -170px 0; }
    .edx-icon.subject.lg {
      background-position: -225px 0; }
  .edx-icon.career {
    background-position: -112px -74px; }
    .edx-icon.career.md {
      background-position: -228px 0; }
    .edx-icon.career.lg {
      background-position: -300px 0; }

.alert-icon {
  color: #cb0712; }

.faq-cols .title {
  font-weight: bold; }
.faq-cols .faq-link {
  clear: both;
  float: right; }
  .faq-cols .faq-link:after {
    content: '';
    display: table;
    clear: both; }
@media only screen and (min-width: 768px) {
  .faq-cols .question:nth-of-type(2n) {
    margin-right: 0; }
  .faq-cols .question:nth-of-type(2n + 1) {
    clear: left; } }
@media only screen and (min-width: 980px) {
  .faq-cols .question {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .faq-cols .question:last-child {
      margin-right: 0; }
    .faq-cols .question:nth-of-type(2n) {
      margin-right: 2.35765%; }
    .faq-cols .question:nth-of-type(2n + 1) {
      clear: none; }
    .faq-cols .question:nth-of-type(3n) {
      margin-right: 0; }
    .faq-cols .question:nth-of-type(3n + 1) {
      clear: left; } }

.wrapper-faqs .faqs {
  width: 100%; }
  .wrapper-faqs .faqs > .action-items,
  .wrapper-faqs .faqs > .list-actions {
    text-align: center; }
    .wrapper-faqs .faqs > .action-items .action-primary,
    .wrapper-faqs .faqs > .list-actions .action-primary {
      box-sizing: border-box;
      -webkit-transition: color 0.25s ease-in-out, background 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
      -moz-transition: color 0.25s ease-in-out, background 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
      transition: color 0.25s ease-in-out, background 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
      display: inline-block;
      cursor: pointer;
      text-decoration: none;
      border-radius: 2px;
      padding: 10px 20px;
      text-align: center;
      box-shadow: 0 2px 1px 0 #0a4a67;
      background: #126f9a;
      color: white;
      margin-bottom: 10px; }
      .wrapper-faqs .faqs > .action-items .action-primary:active, .wrapper-faqs .faqs > .action-items .action-primary:focus, .wrapper-faqs .faqs > .action-items .action-primary:hover,
      .wrapper-faqs .faqs > .list-actions .action-primary:active,
      .wrapper-faqs .faqs > .list-actions .action-primary:focus,
      .wrapper-faqs .faqs > .list-actions .action-primary:hover {
        background: #1790c7;
        color: white; }
      .wrapper-faqs .faqs > .action-items .action-primary.current, .wrapper-faqs .faqs > .action-items .action-primary.active,
      .wrapper-faqs .faqs > .list-actions .action-primary.current,
      .wrapper-faqs .faqs > .list-actions .action-primary.active {
        box-shadow: inset 0 2px 1px 1px #1580b0;
        background: #1aa1de;
        color: #1580b0; }
        .wrapper-faqs .faqs > .action-items .action-primary.current:active, .wrapper-faqs .faqs > .action-items .action-primary.current:focus, .wrapper-faqs .faqs > .action-items .action-primary.current:hover, .wrapper-faqs .faqs > .action-items .action-primary.active:active, .wrapper-faqs .faqs > .action-items .action-primary.active:focus, .wrapper-faqs .faqs > .action-items .action-primary.active:hover,
        .wrapper-faqs .faqs > .list-actions .action-primary.current:active,
        .wrapper-faqs .faqs > .list-actions .action-primary.current:focus,
        .wrapper-faqs .faqs > .list-actions .action-primary.current:hover,
        .wrapper-faqs .faqs > .list-actions .action-primary.active:active,
        .wrapper-faqs .faqs > .list-actions .action-primary.active:focus,
        .wrapper-faqs .faqs > .list-actions .action-primary.active:hover {
          box-shadow: inset 0 2px 1px 1px #126f9a;
          color: #126f9a; }
      .wrapper-faqs .faqs > .action-items .action-primary.disabled, .wrapper-faqs .faqs > .action-items .action-primary[disabled],
      .wrapper-faqs .faqs > .list-actions .action-primary.disabled,
      .wrapper-faqs .faqs > .list-actions .action-primary[disabled] {
        cursor: default;
        pointer-events: none;
        background: #646668;
        box-shadow: none; }
      .wrapper-faqs .faqs > .action-items .action-primary .icon-inline,
      .wrapper-faqs .faqs > .list-actions .action-primary .icon-inline {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px; }
    .wrapper-faqs .faqs > .action-items .action-secondary,
    .wrapper-faqs .faqs > .list-actions .action-secondary {
      font-size: 14px;
      line-height: 20.72px;
      border-bottom: 1px dotted transparent; }
      .wrapper-faqs .faqs > .action-items .action-secondary:active, .wrapper-faqs .faqs > .action-items .action-secondary:focus, .wrapper-faqs .faqs > .action-items .action-secondary:hover,
      .wrapper-faqs .faqs > .list-actions .action-secondary:active,
      .wrapper-faqs .faqs > .list-actions .action-secondary:focus,
      .wrapper-faqs .faqs > .list-actions .action-secondary:hover {
        border-color: #1580b0; }
.wrapper-faqs .list-faqs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
  *zoom: 1;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(181, 42, 103, 0.125); }
  .wrapper-faqs .list-faqs:before, .wrapper-faqs .list-faqs:after {
    content: " ";
    display: table; }
  .wrapper-faqs .list-faqs:after {
    clear: both; }
  .wrapper-faqs .list-faqs.is-last, .wrapper-faqs .list-faqs:last-child {
    margin-bottom: 0;
    border-bottom: none; }
  .wrapper-faqs .list-faqs li {
    margin: 0;
    padding: 0; }
  .wrapper-faqs .list-faqs .faq {
    float: left; }
    .wrapper-faqs .list-faqs .faq .faq-question {
      font-weight: 600;
      font-size: 16px;
      line-height: 23.68px;
      margin: 0 0 5px 0;
      color: #050505; }
    .wrapper-faqs .list-faqs .faq .faq-answer {
      font-size: 14px;
      line-height: 20.72px;
      color: #414141; }
@media screen and (min-width: 540px) {
  .wrapper-faqs .list-faqs .faq {
    width: 31.42857%;
    margin-right: 2.85714%; }
    .wrapper-faqs .list-faqs .faq:nth-child(3n), .wrapper-faqs .list-faqs .faq:last-child {
      margin-right: 0; } }

.svg-title {
  color: black; }

.xseries-logo-fill {
  fill: #424242; }

.mm-logo-fill {
  fill: #065784; }

.pc-logo-fill {
  fill: #9a1f60; }

.ai-hamburger-menu {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 0 auto;
  background: none;
  border: none;
  cursor: pointer; }
  .ai-hamburger-menu .ai-line {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #8a8c8f;
    opacity: 1;
    left: 0; }
    .ai-hamburger-menu .ai-line.burger-top {
      top: 0px; }
    .ai-hamburger-menu .ai-line.burger-middle {
      top: 10px; }
    .ai-hamburger-menu .ai-line.burger-bottom {
      top: 20px; }
  .ai-hamburger-menu:hover .ai-line, .ai-hamburger-menu:focus .ai-line, .ai-hamburger-menu:active .ai-line {
    background: #007db8; }
  .ai-hamburger-menu:hover, .ai-hamburger-menu:active {
    outline: none; }
  .ai-hamburger-menu.open .burger-top,
  .ai-hamburger-menu.open .burger-bottom {
    top: 10px;
    width: 0%;
    left: 50%; }
  .ai-hamburger-menu.open .x-backslash {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .ai-hamburger-menu.open .x-forwardslash {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.header-search .course-search-bar .search-bar-label, .edx-header-ui .course-search-bar .search-bar-label, .search-header .course-search-bar .search-bar-label {
  position: absolute;
  z-index: 300;
  color: #646464;
  font-family: sans-serif;
  font-weight: 400; }

.course-search-bar form {
  position: relative; }
.course-search-bar .twitter-typeahead {
  width: 100%; }
.course-search-bar .tt-input,
.course-search-bar .tt-hint {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 40px;
  font-size: 1.1em;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  border: 1px solid #646464;
  color: #646464; }
  .course-search-bar .tt-input:focus,
  .course-search-bar .tt-hint:focus {
    outline-color: inherit;
    outline-style: none;
    outline-width: 0;
    border-color: #0190d2; }
  .course-search-bar .tt-input::-webkit-input-placeholder,
  .course-search-bar .tt-hint::-webkit-input-placeholder {
    color: #646464; }
  .course-search-bar .tt-input::-moz-placeholder,
  .course-search-bar .tt-hint::-moz-placeholder {
    color: #646464; }
  .course-search-bar .tt-input:-moz-placeholder,
  .course-search-bar .tt-hint:-moz-placeholder {
    color: #646464; }
  .course-search-bar .tt-input:-ms-input-placeholder,
  .course-search-bar .tt-hint:-ms-input-placeholder {
    color: #646464; }
.course-search-bar .tt-input {
  z-index: 200; }
.course-search-bar .edit-submit {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 25px;
  padding: 0 8px;
  font-size: 24px;
  height: 40px;
  z-index: 200;
  color: #8a8c8f;
  box-shadow: none;
  background: none; }
  .course-search-bar .edit-submit:hover, .course-search-bar .edit-submit:focus, .course-search-bar .edit-submit:active {
    color: #007db8;
    background: none; }
  .course-search-bar .edit-submit:hover, .course-search-bar .edit-submit:active {
    outline: none; }
.course-search-bar button.edit-submit {
  right: 90px; }
.header-search .course-search-bar .search-bar-label, .edx-header-ui .course-search-bar .search-bar-label {
  font-size: 1em;
  top: 27px;
  left: 37px; }
.header-search .course-search-bar .tt-input, .edx-header-ui .course-search-bar .tt-input {
  padding-left: 65px; }
.search-header .course-search-bar .search-bar-label {
  font-size: 1.1em;
  top: 9px;
  left: 8px; }
.search-header .course-search-bar .tt-input {
  padding-left: 72px; }

.tt-dropdown-menu {
  top: -moz-calc(100% - 2px) !important;
  top: -webkit-calc(100% - 2px) !important;
  top: calc(100% - 2px) !important;
  width: -moz-calc(100% - 22px);
  width: -webkit-calc(100% - 22px);
  width: calc(100% - 22px);
  background: white;
  border: 1px solid #0190d2;
  left: 0 !important;
  border-radius: 0 0 3px 3px;
  color: #3d3e3f;
  z-index: 1001 !important; }
  .tt-dropdown-menu [class^='tt-dataset-'] {
    border-top: 1px solid #e6e6e6; }
    .tt-dropdown-menu [class^='tt-dataset-']:first-child {
      border-top: none; }
    .tt-dropdown-menu [class^='tt-dataset-'] h3 {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-weight: 600;
      margin: 0;
      padding: 17px 10px 10px;
      font-size: 1em; }
  .tt-dropdown-menu .tt-dataset-view-all {
    padding: 10px;
    font-size: 0.9em; }
    .tt-dropdown-menu .tt-dataset-view-all:hover {
      background: #007db8; }
      .tt-dropdown-menu .tt-dataset-view-all:hover a.view-all {
        color: white;
        border: none; }
  .tt-dropdown-menu .tt-suggestions {
    margin: 0;
    padding: 0 0 15px;
    /* When navigating suggestions with arrow keys */ }
    .tt-dropdown-menu .tt-suggestions .tt-suggestion p {
      margin: 0 0 6px;
      padding: 2px 10px;
      font-size: 1.1em; }
      .tt-dropdown-menu .tt-suggestions .tt-suggestion p .alias {
        color: #8a8c8f;
        font-size: 0.9em; }
        .tt-dropdown-menu .tt-suggestions .tt-suggestion p .alias .tt-highlight {
          color: #8a8c8f;
          font-weight: normal; }
      .tt-dropdown-menu .tt-suggestions .tt-suggestion p:hover {
        background: #007db8;
        color: white;
        cursor: pointer; }
        .tt-dropdown-menu .tt-suggestions .tt-suggestion p:hover .alias,
        .tt-dropdown-menu .tt-suggestions .tt-suggestion p:hover .tt-highlight {
          color: white; }
    .tt-dropdown-menu .tt-suggestions .tt-cursor {
      background: #007db8;
      color: white; }
      .tt-dropdown-menu .tt-suggestions .tt-cursor .alias,
      .tt-dropdown-menu .tt-suggestions .tt-cursor .tt-highlight {
        color: white !important; }
  .tt-dropdown-menu .tt-dataset-footer {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    padding: 10px;
    font-size: 0.9em; }

/*
 * Smarthphone Portrait
 */
/*
 * Smartphone Landscape and up
 */
/*
 * Tablet and up
 */
@media only screen and (min-width: 768px) {
  .course-search-bar .tt-input,
  .course-search-bar .tt-hint,
  .course-search-bar .edit-submit {
    height: 56px; }
  .course-search-bar button.edit-submit {
    right: 25px; }
  .course-search-bar .tt-input {
    padding-right: 40px; }
  .course-search-bar .edit-submit {
    padding: 0 14px; }
    .course-search-bar .edit-submit .icon {
      font-size: 22px; } }
@media only screen and (min-width: 768px) {
  .search-header .course-search-bar .search-bar-label {
    top: 17px; } }
@media only screen and (min-width: 980px) {
  .edx-header-ui .course-search-bar .search-bar-label {
    top: 23px;
    left: 6px;
    font-size: 0.9375em; }
  .edx-header-ui .course-search-bar .tt-input {
    padding-left: 60px; } }
@media only screen and (min-width: 1180px) {
  .edx-header-ui .course-search-bar .search-bar-label {
    left: 18px; }
  .edx-header-ui .course-search-bar .tt-input {
    padding-left: 66px; } }
.view-featured-courses-on-search .course-card .course-link,
.search-results .course-card .course-link,
.card-listing .course-card .course-link,
.region-banner .course-card .course-link,
.full-width-4-col .course-card .course-link,
.discovery-card-block .course-card .course-link,
.product-course-list .course-card .course-link, .view-featured-courses-on-search .course-card .course-text-link,
.search-results .course-card .course-text-link,
.card-listing .course-card .course-text-link,
.region-banner .course-card .course-text-link,
.full-width-4-col .course-card .course-text-link,
.discovery-card-block .course-card .course-text-link,
.product-course-list .course-card .course-text-link, .view-featured-courses-on-search .course-card .video-link,
.search-results .course-card .video-link,
.card-listing .course-card .video-link,
.region-banner .course-card .video-link,
.full-width-4-col .course-card .video-link,
.discovery-card-block .course-card .video-link,
.product-course-list .course-card .video-link {
  position: absolute;
  right: 0;
  left: 0;
  outline: 0;
  border: 0; }
  .view-featured-courses-on-search .course-card .course-link:active,
  .search-results .course-card .course-link:active,
  .card-listing .course-card .course-link:active,
  .region-banner .course-card .course-link:active,
  .full-width-4-col .course-card .course-link:active,
  .discovery-card-block .course-card .course-link:active,
  .product-course-list .course-card .course-link:active, .view-featured-courses-on-search .course-card .course-text-link:active,
  .search-results .course-card .course-text-link:active,
  .card-listing .course-card .course-text-link:active,
  .region-banner .course-card .course-text-link:active,
  .full-width-4-col .course-card .course-text-link:active,
  .discovery-card-block .course-card .course-text-link:active,
  .product-course-list .course-card .course-text-link:active, .view-featured-courses-on-search .course-card .video-link:active,
  .search-results .course-card .video-link:active,
  .card-listing .course-card .video-link:active,
  .region-banner .course-card .video-link:active,
  .full-width-4-col .course-card .video-link:active,
  .discovery-card-block .course-card .video-link:active,
  .product-course-list .course-card .video-link:active {
    outline: 0;
    border: 0; }

.view-featured-courses-on-search .course-card,
.search-results .course-card,
.card-listing .course-card,
.region-banner .course-card,
.full-width-4-col .course-card,
.discovery-card-block .course-card,
.product-course-list .course-card {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 1px 2px 5px #ccc;
  -webkit-box-shadow: 1px 2px 5px #ccc;
  box-shadow: 1px 2px 5px #ccc;
  height: 280px;
  min-height: 0;
  width: 100%;
  margin: 0 auto 40px;
  padding-top: 130px;
  overflow: visible;
  position: relative;
  display: block;
  float: none;
  background: white;
  border-radius: 0;
  border-bottom: 3px solid #3185bd; }
  .view-featured-courses-on-search .course-card .course-link,
  .search-results .course-card .course-link,
  .card-listing .course-card .course-link,
  .region-banner .course-card .course-link,
  .full-width-4-col .course-card .course-link,
  .discovery-card-block .course-card .course-link,
  .product-course-list .course-card .course-link {
    top: 0;
    bottom: 0; }
    .view-featured-courses-on-search .course-card .course-link:focus,
    .search-results .course-card .course-link:focus,
    .card-listing .course-card .course-link:focus,
    .region-banner .course-card .course-link:focus,
    .full-width-4-col .course-card .course-link:focus,
    .discovery-card-block .course-card .course-link:focus,
    .product-course-list .course-card .course-link:focus {
      outline: 2px solid black;
      border: 0; }
    .view-featured-courses-on-search .course-card .course-link:hover,
    .search-results .course-card .course-link:hover,
    .card-listing .course-card .course-link:hover,
    .region-banner .course-card .course-link:hover,
    .full-width-4-col .course-card .course-link:hover,
    .discovery-card-block .course-card .course-link:hover,
    .product-course-list .course-card .course-link:hover {
      outline: 2px solid #646464;
      border: 0; }
  .view-featured-courses-on-search .course-card .course-text-link,
  .search-results .course-card .course-text-link,
  .card-listing .course-card .course-text-link,
  .region-banner .course-card .course-text-link,
  .full-width-4-col .course-card .course-text-link,
  .discovery-card-block .course-card .course-text-link,
  .product-course-list .course-card .course-text-link {
    top: 130px;
    bottom: 0; }
  .view-featured-courses-on-search .course-card .video-link,
  .search-results .course-card .video-link,
  .card-listing .course-card .video-link,
  .region-banner .course-card .video-link,
  .full-width-4-col .course-card .video-link,
  .discovery-card-block .course-card .video-link,
  .product-course-list .course-card .video-link {
    top: 0;
    height: 130px; }
  .view-featured-courses-on-search .course-card .banner,
  .search-results .course-card .banner,
  .card-listing .course-card .banner,
  .region-banner .course-card .banner,
  .full-width-4-col .course-card .banner,
  .discovery-card-block .course-card .banner,
  .product-course-list .course-card .banner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: -moz-calc(130px - 18px);
    top: -webkit-calc(130px - 18px);
    top: calc(130px - 18px);
    position: absolute;
    height: 18px;
    width: 100%;
    background: #080;
    color: white;
    line-height: 18px;
    font-weight: bold;
    font-size: 0.7em;
    text-align: right;
    text-transform: uppercase; }
  .view-featured-courses-on-search .course-card.verified,
  .search-results .course-card.verified,
  .card-listing .course-card.verified,
  .region-banner .course-card.verified,
  .full-width-4-col .course-card.verified,
  .discovery-card-block .course-card.verified,
  .product-course-list .course-card.verified {
    border-color: #080; }
    .view-featured-courses-on-search .course-card.verified .banner,
    .search-results .course-card.verified .banner,
    .card-listing .course-card.verified .banner,
    .region-banner .course-card.verified .banner,
    .full-width-4-col .course-card.verified .banner,
    .discovery-card-block .course-card.verified .banner,
    .product-course-list .course-card.verified .banner {
      background: #080;
      padding-right: 54px; }
      .view-featured-courses-on-search .course-card.verified .banner:after,
      .search-results .course-card.verified .banner:after,
      .card-listing .course-card.verified .banner:after,
      .region-banner .course-card.verified .banner:after,
      .full-width-4-col .course-card.verified .banner:after,
      .discovery-card-block .course-card.verified .banner:after,
      .product-course-list .course-card.verified .banner:after {
        content: '';
        width: 34px;
        height: 45px;
        position: absolute;
        top: 0;
        right: 15px;
        background: url("../images/verified.png") -8px -6px no-repeat; }
  .view-featured-courses-on-search .course-card.prof-ed, .view-featured-courses-on-search .course-card.professional,
  .search-results .course-card.prof-ed,
  .search-results .course-card.professional,
  .card-listing .course-card.prof-ed,
  .card-listing .course-card.professional,
  .region-banner .course-card.prof-ed,
  .region-banner .course-card.professional,
  .full-width-4-col .course-card.prof-ed,
  .full-width-4-col .course-card.professional,
  .discovery-card-block .course-card.prof-ed,
  .discovery-card-block .course-card.professional,
  .product-course-list .course-card.prof-ed,
  .product-course-list .course-card.professional {
    border-color: #701f3f; }
    .view-featured-courses-on-search .course-card.prof-ed .banner, .view-featured-courses-on-search .course-card.professional .banner,
    .search-results .course-card.prof-ed .banner,
    .search-results .course-card.professional .banner,
    .card-listing .course-card.prof-ed .banner,
    .card-listing .course-card.professional .banner,
    .region-banner .course-card.prof-ed .banner,
    .region-banner .course-card.professional .banner,
    .full-width-4-col .course-card.prof-ed .banner,
    .full-width-4-col .course-card.professional .banner,
    .discovery-card-block .course-card.prof-ed .banner,
    .discovery-card-block .course-card.professional .banner,
    .product-course-list .course-card.prof-ed .banner,
    .product-course-list .course-card.professional .banner {
      background: #701f3f;
      padding-right: 15px; }
  .view-featured-courses-on-search .course-card.credit,
  .search-results .course-card.credit,
  .card-listing .course-card.credit,
  .region-banner .course-card.credit,
  .full-width-4-col .course-card.credit,
  .discovery-card-block .course-card.credit,
  .product-course-list .course-card.credit {
    border-color: #f4c300; }
    .view-featured-courses-on-search .course-card.credit .banner,
    .search-results .course-card.credit .banner,
    .card-listing .course-card.credit .banner,
    .region-banner .course-card.credit .banner,
    .full-width-4-col .course-card.credit .banner,
    .discovery-card-block .course-card.credit .banner,
    .product-course-list .course-card.credit .banner {
      background: #f4c300;
      padding-right: 15px;
      color: black; }
  .view-featured-courses-on-search .course-card .wrapper,
  .search-results .course-card .wrapper,
  .card-listing .course-card .wrapper,
  .region-banner .course-card .wrapper,
  .full-width-4-col .course-card .wrapper,
  .discovery-card-block .course-card .wrapper,
  .product-course-list .course-card .wrapper {
    position: relative;
    height: 677px; }
    .view-featured-courses-on-search .course-card .wrapper p,
    .search-results .course-card .wrapper p,
    .card-listing .course-card .wrapper p,
    .region-banner .course-card .wrapper p,
    .full-width-4-col .course-card .wrapper p,
    .discovery-card-block .course-card .wrapper p,
    .product-course-list .course-card .wrapper p {
      padding: 0 15px; }
  .view-featured-courses-on-search .course-card .img-wrapper,
  .search-results .course-card .img-wrapper,
  .card-listing .course-card .img-wrapper,
  .region-banner .course-card .img-wrapper,
  .full-width-4-col .course-card .img-wrapper,
  .discovery-card-block .course-card .img-wrapper,
  .product-course-list .course-card .img-wrapper {
    height: 130px;
    position: relative;
    overflow: hidden; }
    .view-featured-courses-on-search .course-card .img-wrapper img,
    .search-results .course-card .img-wrapper img,
    .card-listing .course-card .img-wrapper img,
    .region-banner .course-card .img-wrapper img,
    .full-width-4-col .course-card .img-wrapper img,
    .discovery-card-block .course-card .img-wrapper img,
    .product-course-list .course-card .img-wrapper img {
      position: absolute;
      width: 100%;
      min-width: 280px;
      height: auto;
      z-index: 0; }
  .view-featured-courses-on-search .course-card.verified .img-wrapper:before, .view-featured-courses-on-search .course-card.prof-ed .img-wrapper:before, .view-featured-courses-on-search .course-card.professional .img-wrapper:before,
  .search-results .course-card.verified .img-wrapper:before,
  .search-results .course-card.prof-ed .img-wrapper:before,
  .search-results .course-card.professional .img-wrapper:before,
  .card-listing .course-card.verified .img-wrapper:before,
  .card-listing .course-card.prof-ed .img-wrapper:before,
  .card-listing .course-card.professional .img-wrapper:before,
  .region-banner .course-card.verified .img-wrapper:before,
  .region-banner .course-card.prof-ed .img-wrapper:before,
  .region-banner .course-card.professional .img-wrapper:before,
  .full-width-4-col .course-card.verified .img-wrapper:before,
  .full-width-4-col .course-card.prof-ed .img-wrapper:before,
  .full-width-4-col .course-card.professional .img-wrapper:before,
  .discovery-card-block .course-card.verified .img-wrapper:before,
  .discovery-card-block .course-card.prof-ed .img-wrapper:before,
  .discovery-card-block .course-card.professional .img-wrapper:before,
  .product-course-list .course-card.verified .img-wrapper:before,
  .product-course-list .course-card.prof-ed .img-wrapper:before,
  .product-course-list .course-card.professional .img-wrapper:before {
    height: -moz-calc(130px - 18px);
    height: -webkit-calc(130px - 18px);
    height: calc(130px - 18px); }
  .view-featured-courses-on-search .course-card:hover .img-wrapper:before,
  .view-featured-courses-on-search .course-card a:focus .img-wrapper:before,
  .search-results .course-card:hover .img-wrapper:before,
  .search-results .course-card a:focus .img-wrapper:before,
  .card-listing .course-card:hover .img-wrapper:before,
  .card-listing .course-card a:focus .img-wrapper:before,
  .region-banner .course-card:hover .img-wrapper:before,
  .region-banner .course-card a:focus .img-wrapper:before,
  .full-width-4-col .course-card:hover .img-wrapper:before,
  .full-width-4-col .course-card a:focus .img-wrapper:before,
  .discovery-card-block .course-card:hover .img-wrapper:before,
  .discovery-card-block .course-card a:focus .img-wrapper:before,
  .product-course-list .course-card:hover .img-wrapper:before,
  .product-course-list .course-card a:focus .img-wrapper:before {
    -webkit-transition: all 0.2s 0.3s ease-out;
    -moz-transition: all 0.2s 0.3s ease-out;
    transition: all 0.2s 0.3s ease-out;
    opacity: 0.6; }
  .view-featured-courses-on-search .course-card:hover .img-wrapper:after,
  .view-featured-courses-on-search .course-card a:focus .img-wrapper:after,
  .search-results .course-card:hover .img-wrapper:after,
  .search-results .course-card a:focus .img-wrapper:after,
  .card-listing .course-card:hover .img-wrapper:after,
  .card-listing .course-card a:focus .img-wrapper:after,
  .region-banner .course-card:hover .img-wrapper:after,
  .region-banner .course-card a:focus .img-wrapper:after,
  .full-width-4-col .course-card:hover .img-wrapper:after,
  .full-width-4-col .course-card a:focus .img-wrapper:after,
  .discovery-card-block .course-card:hover .img-wrapper:after,
  .discovery-card-block .course-card a:focus .img-wrapper:after,
  .product-course-list .course-card:hover .img-wrapper:after,
  .product-course-list .course-card a:focus .img-wrapper:after {
    -webkit-transition: all 0.2s 0.3s ease-out;
    -moz-transition: all 0.2s 0.3s ease-out;
    transition: all 0.2s 0.3s ease-out;
    opacity: 1; }
  .view-featured-courses-on-search .course-card .label,
  .search-results .course-card .label,
  .card-listing .course-card .label,
  .region-banner .course-card .label,
  .full-width-4-col .course-card .label,
  .discovery-card-block .course-card .label,
  .product-course-list .course-card .label {
    font-weight: normal;
    font-size: 0.9em;
    line-height: 20px;
    color: #3d3e3f;
    margin: 0;
    line-height: 16px;
    padding: 11px 15px 2px; }
  .view-featured-courses-on-search .course-card .about,
  .search-results .course-card .about,
  .card-listing .course-card .about,
  .region-banner .course-card .about,
  .full-width-4-col .course-card .about,
  .discovery-card-block .course-card .about,
  .product-course-list .course-card .about {
    overflow: hidden;
    height: 52px;
    margin: 0; }
  .view-featured-courses-on-search .course-card .title,
  .search-results .course-card .title,
  .card-listing .course-card .title,
  .region-banner .course-card .title,
  .full-width-4-col .course-card .title,
  .discovery-card-block .course-card .title,
  .product-course-list .course-card .title {
    font-weight: normal;
    font-size: 1.25em;
    line-height: 24px;
    color: #701f3f;
    margin: 0;
    height: 52px;
    padding: 0 15px;
    margin: 5px 0;
    overflow: hidden; }
  .view-featured-courses-on-search .course-card .course-start-info,
  .search-results .course-card .course-start-info,
  .card-listing .course-card .course-start-info,
  .region-banner .course-card .course-start-info,
  .full-width-4-col .course-card .course-start-info,
  .discovery-card-block .course-card .course-start-info,
  .product-course-list .course-card .course-start-info {
    position: absolute;
    bottom: 5px;
    width: 90%;
    padding: 0 15px;
    margin: 0; }
    .view-featured-courses-on-search .course-card .course-start-info .availability,
    .search-results .course-card .course-start-info .availability,
    .card-listing .course-card .course-start-info .availability,
    .region-banner .course-card .course-start-info .availability,
    .full-width-4-col .course-card .course-start-info .availability,
    .discovery-card-block .course-card .course-start-info .availability,
    .product-course-list .course-card .course-start-info .availability {
      padding: 0; }
    .view-featured-courses-on-search .course-card .course-start-info .date,
    .search-results .course-card .course-start-info .date,
    .card-listing .course-card .course-start-info .date,
    .region-banner .course-card .course-start-info .date,
    .full-width-4-col .course-card .course-start-info .date,
    .discovery-card-block .course-card .course-start-info .date,
    .product-course-list .course-card .course-start-info .date {
      font-weight: normal;
      font-size: 0.9em;
      line-height: 20px;
      color: #3d3e3f;
      margin: 0;
      clear: both; }
      .view-featured-courses-on-search .course-card .course-start-info .date:before,
      .search-results .course-card .course-start-info .date:before,
      .card-listing .course-card .course-start-info .date:before,
      .region-banner .course-card .course-start-info .date:before,
      .full-width-4-col .course-card .course-start-info .date:before,
      .discovery-card-block .course-card .course-start-info .date:before,
      .product-course-list .course-card .course-start-info .date:before {
        content: ''; }
  .view-featured-courses-on-search .course-card .micromasters-start-info,
  .search-results .course-card .micromasters-start-info,
  .card-listing .course-card .micromasters-start-info,
  .region-banner .course-card .micromasters-start-info,
  .full-width-4-col .course-card .micromasters-start-info,
  .discovery-card-block .course-card .micromasters-start-info,
  .product-course-list .course-card .micromasters-start-info {
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px); }
  .view-featured-courses-on-search .course-card .program-logo,
  .search-results .course-card .program-logo,
  .card-listing .course-card .program-logo,
  .region-banner .course-card .program-logo,
  .full-width-4-col .course-card .program-logo,
  .discovery-card-block .course-card .program-logo,
  .product-course-list .course-card .program-logo {
    position: absolute;
    bottom: 5px;
    right: 7px;
    width: 75px; }
  .view-featured-courses-on-search .course-card .course-code,
  .search-results .course-card .course-code,
  .card-listing .course-card .course-code,
  .region-banner .course-card .course-code,
  .full-width-4-col .course-card .course-code,
  .discovery-card-block .course-card .course-code,
  .product-course-list .course-card .course-code {
    font-size: 0.9em;
    color: #3d3e3f;
    padding: 0 15px;
    line-height: 24px; }
  .view-featured-courses-on-search .course-card .availability,
  .search-results .course-card .availability,
  .card-listing .course-card .availability,
  .region-banner .course-card .availability,
  .full-width-4-col .course-card .availability,
  .discovery-card-block .course-card .availability,
  .product-course-list .course-card .availability {
    font-weight: lighter;
    font-size: 0.8em;
    line-height: 18px;
    color: #646464;
    position: relative;
    display: inline;
    float: left;
    padding: 0 3px 0 15px;
    margin: 0; }
  .view-featured-courses-on-search .course-card .date,
  .search-results .course-card .date,
  .card-listing .course-card .date,
  .region-banner .course-card .date,
  .full-width-4-col .course-card .date,
  .discovery-card-block .course-card .date,
  .product-course-list .course-card .date {
    font-weight: lighter;
    font-size: 0.8em;
    line-height: 18px;
    color: #646464;
    position: relative;
    display: inline;
    float: left;
    padding: 0; }
    .view-featured-courses-on-search .course-card .date:before,
    .search-results .course-card .date:before,
    .card-listing .course-card .date:before,
    .region-banner .course-card .date:before,
    .full-width-4-col .course-card .date:before,
    .discovery-card-block .course-card .date:before,
    .product-course-list .course-card .date:before {
      content: '- '; }

body:not(.webview) .course-card .img-wrapper:before {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0;
  width: 100%;
  height: 210px;
  z-index: 10; }
body:not(.webview) .course-card .img-wrapper:after {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: -moz-calc(55px - 25px);
  top: -webkit-calc(55px - 25px);
  top: calc(55px - 25px);
  left: -moz-calc(50% - 100px);
  left: -webkit-calc(50% - 100px);
  left: calc(50% - 100px);
  position: absolute;
  width: 200px;
  height: 50px;
  z-index: 20;
  border: 3px solid white;
  border-radius: 3px;
  font-size: 1.1em;
  line-height: 44px;
  color: white;
  padding: 0 20px;
  text-align: center;
  opacity: 0; }
body:not(.webview) .course-card .img-wrapper.learn-more:after {
  content: 'LEARN MORE'; }

.node-type-home-page .course-card,
.full-width-4-col .course-card,
.discovery-card-block .course-card,
.product-course-list .course-card {
  border-radius: 0; }
  .node-type-home-page .course-card:not(.shadow),
  .full-width-4-col .course-card:not(.shadow),
  .discovery-card-block .course-card:not(.shadow),
  .product-course-list .course-card:not(.shadow) {
    box-shadow: none; }
.node-type-home-page .region-banner .course-card,
.full-width-4-col .region-banner .course-card,
.discovery-card-block .region-banner .course-card,
.product-course-list .region-banner .course-card {
  height: 290px;
  padding-top: 110px; }
  .node-type-home-page .region-banner .course-card:hover .img-wrapper:after,
  .node-type-home-page .region-banner .course-card a:focus .img-wrapper:after,
  .full-width-4-col .region-banner .course-card:hover .img-wrapper:after,
  .full-width-4-col .region-banner .course-card a:focus .img-wrapper:after,
  .discovery-card-block .region-banner .course-card:hover .img-wrapper:after,
  .discovery-card-block .region-banner .course-card a:focus .img-wrapper:after,
  .product-course-list .region-banner .course-card:hover .img-wrapper:after,
  .product-course-list .region-banner .course-card a:focus .img-wrapper:after {
    opacity: 0; }
  .node-type-home-page .region-banner .course-card .course-text-link,
  .full-width-4-col .region-banner .course-card .course-text-link,
  .discovery-card-block .region-banner .course-card .course-text-link,
  .product-course-list .region-banner .course-card .course-text-link {
    top: 110px; }
  .node-type-home-page .region-banner .course-card .video-link,
  .full-width-4-col .region-banner .course-card .video-link,
  .discovery-card-block .region-banner .course-card .video-link,
  .product-course-list .region-banner .course-card .video-link {
    height: 110px; }
  .node-type-home-page .region-banner .course-card .img-wrapper,
  .full-width-4-col .region-banner .course-card .img-wrapper,
  .discovery-card-block .region-banner .course-card .img-wrapper,
  .product-course-list .region-banner .course-card .img-wrapper {
    height: 110px; }
    .node-type-home-page .region-banner .course-card .img-wrapper:before,
    .full-width-4-col .region-banner .course-card .img-wrapper:before,
    .discovery-card-block .region-banner .course-card .img-wrapper:before,
    .product-course-list .region-banner .course-card .img-wrapper:before {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      top: -moz-calc(50% - 20px);
      top: -webkit-calc(50% - 20px);
      top: calc(50% - 20px);
      left: -moz-calc(50% - 20px);
      left: -webkit-calc(50% - 20px);
      left: calc(50% - 20px);
      content: '\f04b';
      font-family: 'FontAwesome';
      color: #007db8;
      width: 41px;
      height: 29px;
      line-height: 29px;
      background: white;
      border-radius: 4px;
      opacity: 1;
      padding-left: 15px; }
    .node-type-home-page .region-banner .course-card .img-wrapper:hover:before,
    .node-type-home-page .region-banner .course-card .img-wrapper a:focus:before,
    .full-width-4-col .region-banner .course-card .img-wrapper:hover:before,
    .full-width-4-col .region-banner .course-card .img-wrapper a:focus:before,
    .discovery-card-block .region-banner .course-card .img-wrapper:hover:before,
    .discovery-card-block .region-banner .course-card .img-wrapper a:focus:before,
    .product-course-list .region-banner .course-card .img-wrapper:hover:before,
    .product-course-list .region-banner .course-card .img-wrapper a:focus:before {
      color: #4bb4fb; }
  .node-type-home-page .region-banner .course-card .banner,
  .full-width-4-col .region-banner .course-card .banner,
  .discovery-card-block .region-banner .course-card .banner,
  .product-course-list .region-banner .course-card .banner {
    top: 92px; }

.discovery-card {
  font: -apple-system-body; }
  .discovery-card.course-card .title {
    color: #222;
    line-height: 1.333;
    margin-top: 30px; }
    .discovery-card.course-card .title .title-heading {
      margin: 0;
      font-size: 1em;
      font-weight: normal;
      line-height: 1.333; }
  .discovery-card.course-card .label {
    font-weight: normal;
    font-size: 0.9em;
    line-height: 20px;
    color: #3d3e3f;
    margin: 0;
    top: 130px;
    color: black;
    padding: 2px 15px;
    position: absolute;
    line-height: 16px;
    padding: 11px 15px 2px; }
  @media only screen and (min-width: 768px) {
    .discovery-card.course-card .title {
      max-height: 60px; }
    .discovery-card.course-card .label {
      font-weight: normal;
      font-size: 0.9em;
      line-height: 20px;
      color: #3d3e3f;
      margin: 0;
      padding-bottom: 11px;
      line-height: 16px;
      padding: 11px 15px 2px; } }
  @media only screen and (min-width: 540px) {
    .discovery-card.course-card .label {
      top: 140px; } }
  @media only screen and (min-width: 768px) {
    .discovery-card.course-card .label {
      top: 160px; } }

.skip-cards {
  position: relative;
  display: flex;
  float: left;
  width: 98%;
  margin-left: 1%; }
  .school-details-page .skip-cards .element-invisible.element-focusable.card-list-skip-link {
    width: 100%;
    margin: 0 0 40px; }
    @media only screen and (min-width: 540px) {
      .school-details-page .skip-cards .element-invisible.element-focusable.card-list-skip-link {
        margin: 15px 0; } }
  .search-results .skip-cards .element-invisible.element-focusable.card-list-skip-link, .discovery-card-block .skip-cards .element-invisible.element-focusable.card-list-skip-link {
    width: 100%; }
    .search-results .skip-cards .element-invisible.element-focusable.card-list-skip-link:active, .search-results .skip-cards .element-invisible.element-focusable.card-list-skip-link:focus, .discovery-card-block .skip-cards .element-invisible.element-focusable.card-list-skip-link:active, .discovery-card-block .skip-cards .element-invisible.element-focusable.card-list-skip-link:focus {
      margin-bottom: 10px; }
      @media only screen and (min-width: 540px) {
        .search-results .skip-cards .element-invisible.element-focusable.card-list-skip-link:active, .search-results .skip-cards .element-invisible.element-focusable.card-list-skip-link:focus, .discovery-card-block .skip-cards .element-invisible.element-focusable.card-list-skip-link:active, .discovery-card-block .skip-cards .element-invisible.element-focusable.card-list-skip-link:focus {
          margin-top: 10px; } }
      @media only screen and (min-width: 768px) {
        .search-results .skip-cards .element-invisible.element-focusable.card-list-skip-link:active, .search-results .skip-cards .element-invisible.element-focusable.card-list-skip-link:focus, .discovery-card-block .skip-cards .element-invisible.element-focusable.card-list-skip-link:active, .discovery-card-block .skip-cards .element-invisible.element-focusable.card-list-skip-link:focus {
          margin-top: 0; } }
  .search-results :not(.list-view) .skip-cards, .discovery-card-block .skip-cards {
    width: 100%;
    margin: 0; }
    @media only screen and (min-width: 540px) {
      .search-results :not(.list-view) .skip-cards, .discovery-card-block .skip-cards {
        width: 50%; } }
    @media only screen and (min-width: 980px) {
      .search-results :not(.list-view) .skip-cards, .discovery-card-block .skip-cards {
        width: 100%; } }
    .search-results :not(.list-view) .skip-cards .element-invisible.element-focusable.card-list-skip-link, .discovery-card-block .skip-cards .element-invisible.element-focusable.card-list-skip-link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin-bottom: 30px; }
      @media only screen and (min-width: 540px) {
        .search-results :not(.list-view) .skip-cards .element-invisible.element-focusable.card-list-skip-link:active, .search-results :not(.list-view) .skip-cards .element-invisible.element-focusable.card-list-skip-link:focus, .discovery-card-block .skip-cards .element-invisible.element-focusable.card-list-skip-link:active, .discovery-card-block .skip-cards .element-invisible.element-focusable.card-list-skip-link:focus {
          height: 270px;
          margin: 15px 8px 10px 7px; } }
      @media only screen and (min-width: 768px) {
        .search-results :not(.list-view) .skip-cards .element-invisible.element-focusable.card-list-skip-link:active, .search-results :not(.list-view) .skip-cards .element-invisible.element-focusable.card-list-skip-link:focus, .discovery-card-block .skip-cards .element-invisible.element-focusable.card-list-skip-link:active, .discovery-card-block .skip-cards .element-invisible.element-focusable.card-list-skip-link:focus {
          height: 340px;
          margin-top: 0;
          margin-bottom: 25px; } }
      @media only screen and (min-width: 980px) {
        .search-results :not(.list-view) .skip-cards .element-invisible.element-focusable.card-list-skip-link:active, .search-results :not(.list-view) .skip-cards .element-invisible.element-focusable.card-list-skip-link:focus, .discovery-card-block .skip-cards .element-invisible.element-focusable.card-list-skip-link:active, .discovery-card-block .skip-cards .element-invisible.element-focusable.card-list-skip-link:focus {
          height: auto; } }

.load-more {
  width: 100%; }

@media only screen and (max-width: 320px) {
  .view-featured-courses-on-search .course-card,
  .search-results .course-card,
  .card-listing .course-card {
    max-width: 300px;
    margin: 30px auto;
    float: none; } }
@media only screen and (min-width: 540px) {
  .view-featured-courses-on-search .course-card,
  .search-results .course-card,
  .full-width-4-col .course-card,
  .discovery-card-block .course-card,
  .card-listing .course-card {
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    height: 290px;
    display: inline;
    float: left;
    margin: 15px 8px 10px 7px;
    padding-top: 140px; }
    .view-featured-courses-on-search .course-card .course-text-link,
    .search-results .course-card .course-text-link,
    .full-width-4-col .course-card .course-text-link,
    .discovery-card-block .course-card .course-text-link,
    .card-listing .course-card .course-text-link {
      top: 140px; }
    .view-featured-courses-on-search .course-card .video-link,
    .search-results .course-card .video-link,
    .full-width-4-col .course-card .video-link,
    .discovery-card-block .course-card .video-link,
    .card-listing .course-card .video-link {
      height: 140px; }
    .view-featured-courses-on-search .course-card .img-wrapper,
    .search-results .course-card .img-wrapper,
    .full-width-4-col .course-card .img-wrapper,
    .discovery-card-block .course-card .img-wrapper,
    .card-listing .course-card .img-wrapper {
      height: 140px; }
      .view-featured-courses-on-search .course-card .img-wrapper:after,
      .search-results .course-card .img-wrapper:after,
      .full-width-4-col .course-card .img-wrapper:after,
      .discovery-card-block .course-card .img-wrapper:after,
      .card-listing .course-card .img-wrapper:after {
        top: -moz-calc(65px - 25px);
        top: -webkit-calc(65px - 25px);
        top: calc(65px - 25px); }
      .view-featured-courses-on-search .course-card .img-wrapper img,
      .search-results .course-card .img-wrapper img,
      .full-width-4-col .course-card .img-wrapper img,
      .discovery-card-block .course-card .img-wrapper img,
      .card-listing .course-card .img-wrapper img {
        left: -moz-calc(( 100% - $cc-img-width ) / 2);
        left: -webkit-calc(( 100% - $cc-img-width ) / 2);
        left: calc(( 100% - $cc-img-width ) / 2);
        width: 378px;
        max-width: 378px;
        top: 0;
        bottom: auto; }
    .view-featured-courses-on-search .course-card.verified .img-wrapper:before, .view-featured-courses-on-search .course-card.prof-ed .img-wrapper:before, .view-featured-courses-on-search .course-card.professional .img-wrapper:before,
    .search-results .course-card.verified .img-wrapper:before,
    .search-results .course-card.prof-ed .img-wrapper:before,
    .search-results .course-card.professional .img-wrapper:before,
    .full-width-4-col .course-card.verified .img-wrapper:before,
    .full-width-4-col .course-card.prof-ed .img-wrapper:before,
    .full-width-4-col .course-card.professional .img-wrapper:before,
    .discovery-card-block .course-card.verified .img-wrapper:before,
    .discovery-card-block .course-card.prof-ed .img-wrapper:before,
    .discovery-card-block .course-card.professional .img-wrapper:before,
    .card-listing .course-card.verified .img-wrapper:before,
    .card-listing .course-card.prof-ed .img-wrapper:before,
    .card-listing .course-card.professional .img-wrapper:before {
      height: 122px; }
    .view-featured-courses-on-search .course-card .banner,
    .search-results .course-card .banner,
    .full-width-4-col .course-card .banner,
    .discovery-card-block .course-card .banner,
    .card-listing .course-card .banner {
      top: 122px; }
    .curved .view-featured-courses-on-search .course-card, .curved
    .search-results .course-card, .curved
    .full-width-4-col .course-card, .curved
    .discovery-card-block .course-card, .curved
    .card-listing .course-card {
      border-radius: 40% 10% 20%; }

  .view-featured-courses-on-search .course-card {
    margin-top: 10px; }
    .view-featured-courses-on-search .course-card:last-child {
      display: none; } }
@media only screen and (min-width: 768px) {
  .view-featured-courses-on-search .course-card,
  .search-results .course-card,
  .full-width-4-col .course-card,
  .discovery-card-block .course-card,
  .card-listing .course-card {
    height: 360px;
    padding-top: 160px;
    width: 48%;
    margin: 15px 1% 10px; }
    .view-featured-courses-on-search .course-card:not(.shadow),
    .search-results .course-card:not(.shadow),
    .full-width-4-col .course-card:not(.shadow),
    .discovery-card-block .course-card:not(.shadow),
    .card-listing .course-card:not(.shadow) {
      box-shadow: none; }
    .view-featured-courses-on-search .course-card .course-text-link,
    .search-results .course-card .course-text-link,
    .full-width-4-col .course-card .course-text-link,
    .discovery-card-block .course-card .course-text-link,
    .card-listing .course-card .course-text-link {
      top: 160px; }
    .view-featured-courses-on-search .course-card .video-link,
    .search-results .course-card .video-link,
    .full-width-4-col .course-card .video-link,
    .discovery-card-block .course-card .video-link,
    .card-listing .course-card .video-link {
      height: 160px; }
    .view-featured-courses-on-search .course-card .img-wrapper,
    .search-results .course-card .img-wrapper,
    .full-width-4-col .course-card .img-wrapper,
    .discovery-card-block .course-card .img-wrapper,
    .card-listing .course-card .img-wrapper {
      height: 160px; }
      .view-featured-courses-on-search .course-card .img-wrapper:after,
      .search-results .course-card .img-wrapper:after,
      .full-width-4-col .course-card .img-wrapper:after,
      .discovery-card-block .course-card .img-wrapper:after,
      .card-listing .course-card .img-wrapper:after {
        top: -moz-calc(80px - 25px);
        top: -webkit-calc(80px - 25px);
        top: calc(80px - 25px); }
      .view-featured-courses-on-search .course-card .img-wrapper img,
      .search-results .course-card .img-wrapper img,
      .full-width-4-col .course-card .img-wrapper img,
      .discovery-card-block .course-card .img-wrapper img,
      .card-listing .course-card .img-wrapper img {
        top: 0;
        left: 0;
        width: 100%; }
    .view-featured-courses-on-search .course-card.verified .img-wrapper:before, .view-featured-courses-on-search .course-card.prof-ed .img-wrapper:before, .view-featured-courses-on-search .course-card.professional .img-wrapper:before,
    .search-results .course-card.verified .img-wrapper:before,
    .search-results .course-card.prof-ed .img-wrapper:before,
    .search-results .course-card.professional .img-wrapper:before,
    .full-width-4-col .course-card.verified .img-wrapper:before,
    .full-width-4-col .course-card.prof-ed .img-wrapper:before,
    .full-width-4-col .course-card.professional .img-wrapper:before,
    .discovery-card-block .course-card.verified .img-wrapper:before,
    .discovery-card-block .course-card.prof-ed .img-wrapper:before,
    .discovery-card-block .course-card.professional .img-wrapper:before,
    .card-listing .course-card.verified .img-wrapper:before,
    .card-listing .course-card.prof-ed .img-wrapper:before,
    .card-listing .course-card.professional .img-wrapper:before {
      height: 142px; }
    .view-featured-courses-on-search .course-card .banner,
    .search-results .course-card .banner,
    .full-width-4-col .course-card .banner,
    .discovery-card-block .course-card .banner,
    .card-listing .course-card .banner {
      top: 142px; }
    .view-featured-courses-on-search .course-card .title,
    .search-results .course-card .title,
    .full-width-4-col .course-card .title,
    .discovery-card-block .course-card .title,
    .card-listing .course-card .title {
      height: 72px; }
    .view-featured-courses-on-search .course-card .course-start-info,
    .search-results .course-card .course-start-info,
    .full-width-4-col .course-card .course-start-info,
    .discovery-card-block .course-card .course-start-info,
    .card-listing .course-card .course-start-info {
      margin-top: 15px; }
      .view-featured-courses-on-search .course-card .course-start-info .availability,
      .search-results .course-card .course-start-info .availability,
      .full-width-4-col .course-card .course-start-info .availability,
      .discovery-card-block .course-card .course-start-info .availability,
      .card-listing .course-card .course-start-info .availability {
        margin-top: 0; }
      .view-featured-courses-on-search .course-card .course-start-info .date,
      .search-results .course-card .course-start-info .date,
      .full-width-4-col .course-card .course-start-info .date,
      .discovery-card-block .course-card .course-start-info .date,
      .card-listing .course-card .course-start-info .date {
        padding: 0; }
    .view-featured-courses-on-search .course-card .about,
    .search-results .course-card .about,
    .full-width-4-col .course-card .about,
    .discovery-card-block .course-card .about,
    .card-listing .course-card .about {
      height: 92px; }
    .view-featured-courses-on-search .course-card .availability,
    .search-results .course-card .availability,
    .full-width-4-col .course-card .availability,
    .discovery-card-block .course-card .availability,
    .card-listing .course-card .availability {
      margin-top: 15px;
      float: none;
      display: block; }
    .view-featured-courses-on-search .course-card .date,
    .search-results .course-card .date,
    .full-width-4-col .course-card .date,
    .discovery-card-block .course-card .date,
    .card-listing .course-card .date {
      font-weight: normal;
      font-size: 0.9em;
      line-height: 20px;
      color: #3d3e3f;
      margin: 0;
      float: none;
      display: block;
      padding: 3px 15px; }
      .view-featured-courses-on-search .course-card .date:before,
      .search-results .course-card .date:before,
      .full-width-4-col .course-card .date:before,
      .discovery-card-block .course-card .date:before,
      .card-listing .course-card .date:before {
        content: ''; }

  .search-results .filtered .course-card {
    margin: 0 1% 25px; }

  .node-type-home-page .card-listing .course-card,
  .full-width-4-col .course-card,
  .discovery-card-block .course-card,
  .product-course-list .course-card {
    width: 31.33%; } }
@media only screen and (min-width: 980px) {
  .view-featured-courses-on-search .course-card,
  .search-results .course-card {
    width: 31.33%; }

  .view-featured-courses-on-search .course-card {
    margin-top: 10px; }
    .view-featured-courses-on-search .course-card:last-child {
      display: inline; }

  .node-type-home-page .course-card:not(.featured-course),
  .full-width-4-col .course-card:not(.featured-course),
  .discovery-card-block .course-card:not(.featured-course),
  .product-course-list .course-card:not(.featured-course) {
    width: -moz-calc(( 100% - 45px ) / 3);
    width: -webkit-calc(( 100% - 45px ) / 3);
    width: calc(( 100% - 45px ) / 3);
    margin: 15px 7px 15px 8px; } }
@media only screen and (min-width: 1180px) {
  .node-type-home-page .course-card:not(.featured-course),
  .full-width-4-col .course-card:not(.featured-course) {
    width: -moz-calc(25% - 15px);
    width: -webkit-calc(25% - 15px);
    width: calc(25% - 15px);
    margin: 15px 7px 15px 8px; } }
.discovery-card-list .enroll-card {
  clear: both;
  margin: 30px 0;
  position: relative; }
  .discovery-card-list .enroll-card:after {
    content: '';
    display: table;
    clear: both; }
  .discovery-card-list .enroll-card .img-wrapper {
    position: relative;
    display: inline;
    float: left;
    width: 177px; }
    .discovery-card-list .enroll-card .img-wrapper img {
      width: 177px; }
  .discovery-card-list .enroll-card .details {
    position: relative;
    display: inline;
    float: left;
    width: -moz-calc(100% - 177px);
    width: -webkit-calc(100% - 177px);
    width: calc(100% - 177px);
    padding: 0 10px; }
  .discovery-card-list .enroll-card .enroll-btn {
    clear: both;
    width: 100%;
    padding-top: 20px; }
    .discovery-card-list .enroll-card .enroll-btn:after {
      content: '';
      display: table;
      clear: both; }
    .discovery-card-list .enroll-card .enroll-btn .course-start {
      font-weight: 700;
      padding-bottom: 12px;
      text-align: center; }
    .discovery-card-list .enroll-card .enroll-btn .btn {
      width: 100%;
      text-align: center; }
    .discovery-card-list .enroll-card .enroll-btn .form-field {
      position: relative;
      padding-left: 20px; }
    .discovery-card-list .enroll-card .enroll-btn .email-opt-in {
      position: absolute;
      left: 0;
      top: 2px; }
    .discovery-card-list .enroll-card .enroll-btn .select-run {
      border: none;
      background: none; }
      .discovery-card-list .enroll-card .enroll-btn .select-run .trigger-text {
        color: #0079BC;
        font-weight: 600; }
      .discovery-card-list .enroll-card .enroll-btn .select-run:hover .trigger-text, .discovery-card-list .enroll-card .enroll-btn .select-runactive .trigger-text, .discovery-card-list .enroll-card .enroll-btn .select-run:focus .trigger-text {
        color: black; }
  .discovery-card-list .enroll-card .register-emails {
    font-size: 0.75em;
    font-weight: 400;
    line-height: 1.3; }
  .discovery-card-list .enroll-card .course-start {
    margin-top: 20px;
    text-align: center;
    font-weight: 700; }
.discovery-card-list.one-click-purchase-enabled .course-title {
  text-decoration: underline;
  font-weight: 700; }
.discovery-card-list.one-click-purchase-enabled .img-wrapper {
  display: none; }
.discovery-card-list.one-click-purchase-enabled .details {
  padding: 0;
  width: 100%; }
.discovery-card-list.one-click-purchase-enabled .learn-more {
  text-decoration: underline; }

@media only screen and (min-width: 768px) {
  .discovery-card-list .enroll-card .details {
    width: -moz-calc(100% - 531px);
    width: -webkit-calc(100% - 531px);
    width: calc(100% - 531px); }
  .discovery-card-list .enroll-card .enroll-btn {
    position: relative;
    display: inline;
    float: left;
    width: -moz-calc(354px);
    width: -webkit-calc(354px);
    width: calc(354px);
    clear: none;
    padding-top: 0; }
  .discovery-card-list .enroll-card .course-start {
    margin-top: 20px;
    text-align: center;
    font-weight: 700; }
  .discovery-card-list.one-click-purchase-enabled img {
    border: 1px solid #126f9a; }
  .discovery-card-list.one-click-purchase-enabled .img-wrapper {
    display: inline; }
  .discovery-card-list.one-click-purchase-enabled .details {
    padding: 0  10px;
    width: calc(100% - $discovery-card-list-img-width); } }
.discovery-card.program {
  overflow: visible;
  border: none; }
  .discovery-card.program:before, .discovery-card.program:after {
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d5d5d5;
    border: 1px solid #b5b5b5; }
  .discovery-card.program:before {
    left: -5px;
    top: -5px;
    z-index: -1; }
  .discovery-card.program:after {
    left: -10px;
    top: -10px;
    z-index: -2; }
  .discovery-card.program .banner {
    position: absolute;
    z-index: 100;
    padding-right: 15px; }
  .discovery-card.program .title {
    color: #222;
    font-size: 1.25em;
    height: auto;
    max-height: 30px;
    line-height: 1.333;
    margin-top: 30px; }
    .discovery-card.program .title .ellipsis-overflowing-child {
      margin: 0;
      height: inherit;
      font-size: 1em;
      font-weight: normal;
      line-height: 1.333; }
  .discovery-card.program .subtitle {
    font-size: 1em;
    line-height: 1.25em;
    padding: 0 15px;
    height: 40px;
    color: #646464;
    overflow: hidden;
    margin-bottom: 5px; }
    .discovery-card.program .subtitle .ellipsis-multi-line {
      height: inherit; }
      .discovery-card.program .subtitle .ellipsis-multi-line .ellipsis-overflowing-child {
        padding-bottom: 4px; }
  .discovery-card.program .availability {
    font-size: 1em;
    font-size: 0.9em;
    line-height: 20px;
    color: #3d3e3f;
    margin: 0;
    position: absolute;
    bottom: 14px; }
  .discovery-card.program .label {
    font-weight: normal;
    font-size: 0.9em;
    line-height: 20px;
    color: #3d3e3f;
    margin: 0;
    top: 130px;
    color: black;
    font-size: 1em;
    padding: 2px 15px;
    position: absolute;
    line-height: 16px;
    padding: 11px 15px 2px; }
  .discovery-card.program .program-logo {
    position: absolute;
    bottom: 12px;
    right: 7px;
    width: 75px; }
  .discovery-card.program .ellipsis {
    width: calc(100% - 30px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .discovery-card.program.xseries .banner {
    background: black; }
  .discovery-card.program .label {
    font-weight: normal;
    font-size: 0.9em;
    line-height: 20px;
    color: #3d3e3f;
    margin: 0;
    line-height: 16px;
    padding: 11px 15px 2px; }
  .discovery-card.program.micromasters .banner {
    background: #065784; }
  .discovery-card.program.professional-certificate .banner {
    background: #9a1f60; }
  @media only screen and (max-width: 767px) {
    .discovery-card.program.masters {
      height: 310px; } }
  .discovery-card.program.masters .banner {
    background: #414141;
    font-family: Georgia, Times, "Times New Roman", serif;
    text-transform: initial;
    font-weight: initial;
    font-size: 13.5px; }
  .discovery-card.program.masters ul {
    margin-top: 0; }
  .discovery-card.program.masters li {
    margin-bottom: 0; }
  .discovery-card.program .master-subbanner {
    height: 3px;
    background: #E0A900;
    position: absolute;
    padding-right: 100%; }
  @media only screen and (min-width: 768px) {
    .discovery-card.program .title {
      max-height: 60px; }
    .discovery-card.program .subtitle {
      margin-bottom: 10px; }
    .discovery-card.program .label {
      font-weight: normal;
      font-size: 0.9em;
      line-height: 20px;
      color: #3d3e3f;
      margin: 0;
      padding-bottom: 11px;
      line-height: 16px;
      padding: 11px 15px 2px; } }
  @media only screen and (min-width: 540px) {
    .discovery-card.program .label {
      top: 140px; } }
  @media only screen and (min-width: 768px) {
    .discovery-card.program .label {
      top: 160px; } }

.list-view .discovery-card {
  width: 98%;
  height: auto;
  padding: 0;
  color: #3d3e3f;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 7px !important;
  border: none; }
  .list-view .discovery-card .course-link:active, .list-view .discovery-card .course-link:focus, .list-view .discovery-card .course-link:hover {
    outline: 1px #2968aa;
    outline-style: auto; }
    .list-view .discovery-card .course-link:active h3, .list-view .discovery-card .course-link:focus h3, .list-view .discovery-card .course-link:hover h3 {
      color: #2968aa; }
  .list-view .discovery-card.program:before, .list-view .discovery-card.program:after {
    width: 0;
    height: 0;
    box-shadow: none;
    background: none;
    border: none; }
  .list-view .discovery-card .course-link,
  .list-view .discovery-card .extra {
    display: inline-block;
    position: relative; }
  .list-view .discovery-card .title-heading {
    margin: 10px;
    height: inherit;
    font-size: 1.25em;
    font-weight: normal;
    line-height: 1.333; }
    .list-view .discovery-card .title-heading:active, .list-view .discovery-card .title-heading:focus, .list-view .discovery-card .title-heading:hover {
      color: #2968aa; }
  .list-view .discovery-card .course-link {
    margin-left: 5px;
    width: calc(100% - 115px); }
  .list-view .discovery-card .extra {
    width: 110px;
    text-align: center; }
  .list-view .discovery-card .card-type,
  .list-view .discovery-card .org-title {
    display: none; }
  .list-view .discovery-card .row-cta {
    background: none;
    border: none;
    color: #007db8; }
    .list-view .discovery-card .row-cta.hide {
      font-size: 24px;
      float: right;
      padding-right: 10px; }
    .list-view .discovery-card .row-cta:active, .list-view .discovery-card .row-cta:focus, .list-view .discovery-card .row-cta:hover {
      color: #3d3e3f; }
    .list-view .discovery-card .row-cta:not(.active) {
      display: none; }
  .list-view .discovery-card .more-details {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s;
    padding-left: 15px;
    padding-right: 15px; }
    .list-view .discovery-card .more-details.active {
      max-height: 400px; }
    .list-view .discovery-card .more-details .cta {
      margin: 20px 0;
      text-align: right; }
  .list-view .discovery-card .program-details-list {
    list-style: none;
    padding-left: 0;
    font-size: 0.75em;
    line-height: 1.5; }
    .list-view .discovery-card .program-details-list .block-list__label {
      width: 150px;
      padding-left: 0; }
    .list-view .discovery-card .program-details-list .block-list__desc {
      width: auto; }
  @media only screen and (min-width: 980px) {
    .list-view .discovery-card .org-title {
      display: inline-block;
      width: 130px; }
    .list-view .discovery-card .course-link {
      width: calc(100% - 350px); }
    .list-view .discovery-card .card-type {
      display: block;
      width: 100px;
      text-align: center; }
    .list-view .discovery-card .program-details-list {
      column-count: 2;
      padding-left: 0;
      margin-left: auto;
      margin-right: auto; }
      .list-view .discovery-card .program-details-list .detail-item {
        float: left;
        break-inside: avoid;
        page-break-inside: avoid; } }

.ui-accordion .ui-accordion-header a {
  padding: 0.5em 0.5em 0.5em 2.2em;
  display: block; }

.region-columns .region-sidebar-second .block {
  width: 100%; }
.region-columns .region-sidebar-second.sidebar {
  background: #fff; }
  .region-columns .region-sidebar-second.sidebar .region-inner {
    padding: 30px 0px 0px 15px; }
    .region-columns .region-sidebar-second.sidebar .region-inner section.block {
      padding: 10px 0;
      border-bottom: 3px solid #f2f2f2;
      width: 90%; }
      .region-columns .region-sidebar-second.sidebar .region-inner section.block:last-child {
        border-bottom: none; }
    .region-columns .region-sidebar-second.sidebar .region-inner .feed-icon img.image-style-none {
      position: absolute;
      margin-top: 4px; }
    .region-columns .region-sidebar-second.sidebar .region-inner .feed-icon span.feed-text {
      font-size: 0.9em;
      padding-left: 20px; }
    .region-columns .region-sidebar-second.sidebar .region-inner h2.block-title {
      color: #83ceef;
      font-size: 0.9em;
      border-bottom: none;
      font-weight: bold; }
    .region-columns .region-sidebar-second.sidebar .region-inner .item-list ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .region-columns .region-sidebar-second.sidebar .region-inner .item-list ul li {
        margin: 0 0 0.25em 0em;
        padding: 0 0 0 0;
        text-align: right;
        color: #d6d1cf;
        font-size: 0.9em;
        clear: left;
        overflow: visible; }
        .region-columns .region-sidebar-second.sidebar .region-inner .item-list ul li a {
          color: #089ddc;
          font-size: 1em;
          font-weight: 600;
          float: left;
          max-width: 160px;
          text-align: left; }

/*
 * Smarthphone Portrait
 */
/*
 * Smartphone Landscape and up
 */
/*
* Tablet and up
*/
@media only screen and (min-width: 760px) {
  .region-columns .region-sidebar-second.sidebar .region-inner {
    padding: 30px 0px 0px 0px; } }
/*
 * Desktops/laptops and up
 */
/* Webform */
.node-type-webform .group-webform-column {
  width: -moz-calc(100% -200px);
  width: -webkit-calc(100% -200px);
  width: calc(100% -200px);
  float: left; }
.node-type-webform .group-webform-column-sidebar {
  width: 193px;
  margin: 0 auto;
  text-align: right; }
.node-type-webform .webform-client-form .form-item {
  margin-bottom: 2em;
  margin-top: 2em; }
  .node-type-webform .webform-client-form .form-item label {
    width: 100px;
    display: inline-block;
    font-weight: inherit;
    font-size: 1em;
    white-space: nowrap;
    vertical-align: middle; }
.node-type-webform .webform-client-form .form-text {
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  border: 1px solid #AEAEAE;
  padding: 8px 10px;
  display: block; }
.node-type-webform .webform-client-form .form-select {
  width: -moz-calc(100% - 2px);
  width: -webkit-calc(100% - 2px);
  width: calc(100% - 2px);
  padding: 8px 3px;
  -moz-appearance: button;
  -moz-user-select: none;
  background-position: right center;
  background-repeat: no-repeat;
  border: 1px solid #AEAEAE;
  border-radius: 0 0 0 0;
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block; }
.node-type-webform .webform-client-form .form-textarea-wrapper {
  width: 100%;
  display: block; }
.node-type-webform .webform-client-form .webform-component-textarea label {
  vertical-align: top;
  margin-bottom: 4px; }
.node-type-webform .webform-client-form .webform-container-inline label {
  margin-right: 0;
  margin-bottom: 4px; }

.form-section {
  padding: 0 20px; }
  .form-section .form-item {
    clear: both; }
    .form-section .form-item:after {
      content: '';
      display: table;
      clear: both; }
  .form-section .inline-label {
    float: left; }
    .form-section .inline-label:not(.auto) {
      width: 100%; }
  .form-section .field-context {
    font-size: 0.8125em;
    line-height: 1;
    display: block;
    float: right; }
  .form-section .form-text,
  .form-section .form-textarea,
  .form-section .form-select {
    display: inline;
    width: 100%;
    max-width: 500px !important; }

.validation-msg {
  padding-top: 10px;
  padding-left: 10px; }
  .validation-msg .icon {
    margin-right: 10px; }
  .validation-msg .msg-title {
    margin-bottom: 0; }
  .validation-msg.error {
    background-color: #fff;
    background-image: none;
    border: 2px solid #cb0712; }
    .validation-msg.error .msg-title {
      color: #cb0712; }

.form-section .policy-title {
  margin-left: 0;
  margin-right: 0; }

.webform-success {
  padding: 0 20px 20px; }

/*
 * Smarthphone Portrait
 */
/*
 * Smartphone Landscape and up
 */
/*
 * Stay in 1 column layout until cards can be at least
 * 220px wide and fit on 1 line.
 */
@media only screen and (min-width: 540px) {
  .node-type-webform .webform-client-form .form-text {
    max-width: 345px;
    width: 90%; }
  .node-type-webform .webform-client-form .form-select {
    max-width: 366px; }
  .node-type-webform .webform-client-form .form-textarea-wrapper {
    max-width: 365px;
    width: 100%; }
  .node-type-webform .group-webform-column-sidebar {
    float: right; }

  .form-section .field-context {
    float: left;
    margin-left: 439px; } }
/*
 * Tablet and up
 */
@media only screen and (min-width: 768px) {
  .form-section .inline-label,
  .form-section .inline-label:not(.auto) {
    width: 120px;
    margin-right: 10px; }
  .form-section .field-context {
    margin-left: 579px;
    margin-bottom: 10px; } }
/*
 * Desktops/laptops and up
 */
/*
 * Large Desktops/laptops and up
 */
/**** view default ***********/
.view-display-members .view-header,
.view-display-members .view-content,
.view-display-members-full .view-header,
.view-display-members-full .view-content {
  text-align: center; }

/**** member header ***********/
.members-header {
  background-image: url("/sites/all/themes/atedx/images/bg-line-2px.png");
  background-position: center;
  background-repeat: repeat-x;
  border: 0;
  color: #0A4A67;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
  text-transform: uppercase; }
  .members-header span {
    background-color: #fff;
    padding: 0 20px; }

/**** member list margins *********/
.view-display-members-full {
  margin-bottom: 25px; }

.view-display-members-standard {
  margin-bottom: 10px; }

@media screen and (min-width: 1180px) {
  .view-display-members-full,
  .view-display-members-standard {
    padding: 0 20px; }

  .members-header {
    margin-left: 20px;
    margin-right: 20px; } }
.member-card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
  align-items: stretch;
  margin: 0;
  padding: 0; }

.member-card {
  width: 200px;
  margin: 10px; }
  .member-card .logo {
    padding: 8px;
    background: #fff; }
  .member-card .title {
    color: #303030;
    padding: 10px 10px 0; }
  .member-card .level {
    color: #646464;
    font-size: 0.875em;
    padding: 0 10px 10px; }
  .member-card .member-link {
    display: inline-block;
    height: 100%;
    border: 1px solid #d5d5d5;
    background: #f5f5f5; }
    .member-card .member-link:active, .member-card .member-link:focus, .member-card .member-link:hover {
      border-color: #0075b4;
      background: #0075b4; }
      .member-card .member-link:active .title,
      .member-card .member-link:active .level, .member-card .member-link:focus .title,
      .member-card .member-link:focus .level, .member-card .member-link:hover .title,
      .member-card .member-link:hover .level {
        color: #fff; }

.member-section .member-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .member-section .member-list .member-details {
    margin-top: 40px;
    width: 100%; }
    .member-section .member-list .member-details:nth-of-type(1) {
      margin-top: 0; }
    .member-section .member-list .member-details:last-of-type {
      margin-bottom: 40px; }
    .member-section .member-list .member-details.active {
      background: #f5f5f5;
      border-radius: 0 5px 0 0; }
      .member-section .member-list .member-details.active .overview:after {
        content: '';
        width: 200px;
        height: 100px;
        background: #fff;
        position: absolute;
        transform: rotate(-45deg);
        top: -38px;
        left: -64px; }
    .member-section .member-list .member-details .overview {
      display: flex;
      align-items: center;
      padding: 10px 0 0;
      position: relative;
      width: 100%; }
      .member-section .member-list .member-details .overview .text {
        padding: 0 10px; }
    .member-section .member-list .member-details .img-btn {
      background: none;
      border: none;
      padding: 0;
      z-index: 2; }
      .member-section .member-list .member-details .img-btn:focus .member-img, .member-section .member-list .member-details .img-btn:hover .member-img {
        opacity: 0.75; }
    .member-section .member-list .member-details .member-img {
      border-radius: 50%;
      border: 1px solid #ccc;
      width: 100px;
      height: 100px;
      max-width: none; }
    .member-section .member-list .member-details .member-name {
      background: none;
      border: none;
      padding: 0;
      color: #2968aa;
      text-decoration: underline;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-weight: 700; }
      .member-section .member-list .member-details .member-name:focus, .member-section .member-list .member-details .member-name:hover {
        color: black; }
    .member-section .member-list .member-details .member-position {
      font-size: 0.75em;
      line-height: 1.25; }
    @media only screen and (min-width: 768px) {
      .member-section .member-list .member-details {
        width: auto; }
        .member-section .member-list .member-details:nth-of-type(2) {
          margin-top: 0; }
        .member-section .member-list .member-details.active {
          width: auto; }
          .member-section .member-list .member-details.active + .member-description {
            border-radius: 5px 0 5px 5px; }
        .member-section .member-list .member-details .overview {
          width: 363px; } }
    @media only screen and (min-width: 980px) {
      .member-section .member-list .member-details .overview {
        width: 379px; } }
    @media only screen and (min-width: 1180px) {
      .member-section .member-list .member-details:nth-of-type(3) {
        margin-top: 0; }
      .member-section .member-list .member-details.active + .member-details + .member-description {
        border-radius: 5px; } }
  .member-section .member-list .member-description {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 0 0 5px 5px; }
    @media only screen and (min-width: 768px) {
      .member-section .member-list .member-description {
        border-radius: 0 5px 5px 5px; } }

.modal-overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #363636;
  opacity: 0.4; }

.modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3); }
  .modal.img-modal {
    top: 80px; }
    .modal.img-modal .close-modal {
      right: 0; }
    .modal.img-modal .img {
      display: block;
      margin: 0 auto; }
  .modal .header {
    border-bottom: 1px solid #ccc;
    color: black;
    background: #f2f2f2;
    font-size: 1.1em;
    line-height: 1.5;
    padding: 1px;
    border-radius: 2px 2px 0 0; }
  .modal .content {
    height: 100%;
    color: #636C72; }
    .modal .content strong {
      color: #636C72; }
  .modal .close-modal {
    position: absolute;
    top: 0;
    right: 2px;
    padding: 10px 15px;
    line-height: inherit;
    background: none;
    border: 1px solid transparent; }
    .modal .close-modal:hover, .modal .close-modal:focus {
      color: #8a8c8f;
      text-decoration: none;
      border: 1px dotted #1aa1de;
      cursor: pointer; }
  .modal .video-container {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 25px 20px 0; }
  .modal .modal-title {
    font-size: 16px;
    line-height: 1.4;
    color: #4A4A4A;
    margin: 12px 15px; }
  .modal .modal-subtitle {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    text-align: center;
    margin: 0 20px 10px; }
    .modal .modal-subtitle a {
      color: white; }
      .modal .modal-subtitle a:hover, .modal .modal-subtitle a:focus {
        text-decoration: none;
        border: none; }

/*
 * Tablet and up
 */
@media only screen and (min-width: 768px) {
  .modal.img-modal {
    left: -moz-calc(50% - 320px);
    left: -webkit-calc(50% - 320px);
    left: calc(50% - 320px);
    width: 640px;
    height: 440px; }
  .modal.run-selection-modal {
    left: auto;
    right: 0;
    width: 450px; }
  .modal.business-bulk-purchase-modal {
    left: -moz-calc(50% - 278px);
    left: -webkit-calc(50% - 278px);
    left: calc(50% - 278px);
    width: 555px; }
  .modal .close-modal {
    position: absolute;
    right: 3px; }
  .modal .video-container {
    width: 590px;
    height: 363px;
    margin-top: -moz-calc(( 100% - 590px ) / 2);
    margin-top: -webkit-calc(( 100% - 590px ) / 2);
    margin-top: calc(( 100% - 590px ) / 2);
    margin-left: -moz-calc(( 100% - 590px ) / 2);
    margin-left: -webkit-calc(( 100% - 590px ) / 2);
    margin-left: calc(( 100% - 590px ) / 2);
    margin-right: 0;
    margin-bottom: 10px; } }
.run-selection-modal {
  /**
   * Need !important to override aggressive id selector
   * for the Course Details page
   */ }
  .run-selection-modal .date-list {
    padding: 0 15px;
    list-style: none; }
  .run-selection-modal .run-enroll-option {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    /**
     * Need !important to override aggressive id selector
     * for the Course Details page
     */ }
    .run-selection-modal .run-enroll-option .btn-cta {
      font-size: 1em; }
    .run-selection-modal .run-enroll-option .fa {
      margin-right: 5px; }
    .run-selection-modal .run-enroll-option .course-header__enroll {
      margin: 0;
      padding: 0 !important;
      right: 0 !important; }
  .run-selection-modal .form-field {
    padding: 0 15px 15px !important;
    position: relative; }
    .run-selection-modal .form-field .register-emails {
      margin-left: 21px; }
    .run-selection-modal .form-field .email-opt-in {
      position: absolute;
      left: 15px !important;
      top: 3px !important; }

.select-run {
  border: none;
  background: none; }
  .select-run .trigger-text {
    color: #0079BC;
    font-weight: 600; }
  .select-run:hover .trigger-text, .select-run:active .trigger-text, .select-run:focus .trigger-text {
    color: black; }

.business-bulk-purchase-modal .header {
  background: none; }
.business-bulk-purchase-modal .content .top {
  height: 160px;
  display: flex;
  background: url("/sites/all/themes/atedx/images/backgrounds/bulk-enrollment-modal-image.png") #065683 no-repeat;
  background-size: cover;
  background-position: 50% 75%;
  padding: 0 30px 20px; }
  .business-bulk-purchase-modal .content .top img {
    align-self: flex-end; }
.business-bulk-purchase-modal .content .get-started {
  background: #F2F8FD;
  font-size: 18px;
  line-height: 1.5;
  padding: 20px 30px; }
  .business-bulk-purchase-modal .content .get-started p:last-child {
    margin: 0; }
  .business-bulk-purchase-modal .content .get-started li {
    margin-bottom: 10px; }
.business-bulk-purchase-modal .content .terms {
  padding: 20px 30px 30px;
  font-size: 16px;
  line-height: 1.4; }
  .business-bulk-purchase-modal .content .terms .no-refunds {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 20px; }

.edx-header .primary-menu li.menu-link .menu-item:after, .edx-header .primary-menu-wrapper .primary-menu li .menu-item:after {
  content: '\00BB';
  padding-left: 4px; }

.flt-right {
  float: right; }

.hidden {
  display: none; }

.hidden-important {
  display: none !important; }

.round {
  border-radius: 50%; }

.sr-is-focusable,
.sr-is-focusable:focus,
.sr-is-focusable:active {
  outline: none; }

.sidebar-first .content-inner {
  margin-left: 0 !important; }

.region-sidebar-first {
  display: none; }

.ctools-jump-menu-select {
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin: 10px 20px; }

@media screen and (min-width: 768px) {
  .region-sidebar-first {
    display: block;
    margin-left: 0 !important; }

  .sidebar-first .content-column {
    width: calc(100% - 217px) !important; }

  .block-jump-menu {
    display: none; } }
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-12 {
  box-sizing: border-box;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .col-3:last-child,
  .col-4:last-child,
  .col-5:last-child,
  .col-6:last-child,
  .col-7:last-child,
  .col-8:last-child,
  .col-9:last-child,
  .col-12:last-child {
    margin-right: 0; }

.tab-content,
.col-wrapper {
  box-sizing: border-box;
  clear: both;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .tab-content:after,
  .col-wrapper:after {
    content: '';
    display: table;
    clear: both; }

@media only screen and (min-width: 768px) {
  .col-3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .col-3:last-child {
      margin-right: 0; }

  .col-4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .col-4:last-child {
      margin-right: 0; }

  .col-5 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%; }
    .col-5:last-child {
      margin-right: 0; }

  .col-6 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .col-6:last-child {
      margin-right: 0; }

  .col-7 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%; }
    .col-7:last-child {
      margin-right: 0; }

  .col-8 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .col-8:last-child {
      margin-right: 0; }

  .col-9 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    .col-9:last-child {
      margin-right: 0; }

  .col-12 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .col-12:last-child {
      margin-right: 0; }

  .col-last {
    margin-right: 0;
    float: right;
    clear: right; } }
.email-widget {
  background: #0078b0;
  color: #fff;
  padding: 20px; }
  .email-widget .email {
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    width: calc(100% - 25px);
    padding: 14px 10px;
    border-radius: 5px; }
  .email-widget .label {
    margin: 0 0 10px;
    height: 50px; }
    .email-widget .label label {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-weight: 600; }
  .email-widget .form .col-8 {
    margin-bottom: 15px; }
  .email-widget .btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 10px;
    width: 100%; }

@media only screen and (min-width: 540px) {
  .email-widget .email {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px); }
  .email-widget .label {
    margin-bottom: 0; }
    .email-widget .label:not(.logged-in) {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .email-widget .label:not(.logged-in):last-child {
        margin-right: 0; }
  .email-widget .form:not(.logged-in) {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .email-widget .form:not(.logged-in):last-child {
      margin-right: 0; }
    .email-widget .form:not(.logged-in) .col-8 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-bottom: 0; }
      .email-widget .form:not(.logged-in) .col-8:last-child {
        margin-right: 0; }
    .email-widget .form:not(.logged-in) .col-4 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .email-widget .form:not(.logged-in) .col-4:last-child {
        margin-right: 0; } }
@media only screen and (min-width: 768px) {
  .email-widget .label:not(.logged-in) {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .email-widget .label:not(.logged-in):last-child {
      margin-right: 0; }
  .email-widget .form:not(.logged-in) {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .email-widget .form:not(.logged-in):last-child {
      margin-right: 0; }
    .email-widget .form:not(.logged-in) .col-8 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .email-widget .form:not(.logged-in) .col-8:last-child {
        margin-right: 0; }
    .email-widget .form:not(.logged-in) .col-4 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .email-widget .form:not(.logged-in) .col-4:last-child {
        margin-right: 0; } }
.program-details .banner, .product-landing-page .product-banner {
  box-sizing: border-box;
  width: 100%;
  padding: 25px 20px 0;
  background-color: #9b9b9b;
  background-repeat: no-repeat;
  background-size: cover; }
  .program-details .banner h2, .product-landing-page .product-banner h2 {
    border: none; }

.region-banner,
.breadcrumb + .region-column-wrapper,
#breadcrumb + .region-column-wrapper,
.edx-header + .region-column-wrapper {
  margin-top: 64px; }

@media only screen and (min-width: 980px) {
  .region-banner,
  .breadcrumb + .region-column-wrapper,
  #breadcrumb + .region-column-wrapper,
  .edx-header + .region-column-wrapper {
    margin-top: 0; } }
body:not(.front) .video-link:before,
.edx-home-page .video-link:before {
  background: url(../images/play-icon.png) center center no-repeat;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2; }
body:not(.front) .video-link:hover,
.edx-home-page .video-link:hover {
  border: none; }
  body:not(.front) .video-link:hover img,
  .edx-home-page .video-link:hover img {
    opacity: .85; }
body:not(.front) .video-link img,
.edx-home-page .video-link img {
  display: block;
  position: relative;
  z-index: 1; }

.block-list {
  list-style: none;
  margin-bottom: 1.7em;
  margin-top: 0;
  padding: 4px 0; }
  .block-list > li {
    border-bottom: 1px solid #c5c5c5;
    font-size: .8em;
    line-height: 1.5em;
    margin: 0 18px;
    padding: 12px 2px; }
    .block-list > li:last-child {
      border-bottom: 0; }
  .block-list__label {
    color: #555;
    display: inline-block;
    vertical-align: top;
    width: 46%;
    position: relative;
    padding-left: 30px; }
    .block-list__label.stacked {
      width: 100%; }
  .block-list__desc {
    color: #0a0a0a;
    display: inline-block;
    vertical-align: top;
    width: 52%; }
    .block-list__desc.stacked {
      width: 100%; }
    .block-list__desc .stacked {
      display: block;
      margin-left: 30px; }
  .block-list__info {
    color: #0a0a0a;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center; }
  .block-list .fa {
    position: absolute;
    left: 0;
    top: 5px; }

.is-visually-hidden {
  color: transparent;
  left: -999999px;
  position: absolute; }

.is-a11y-hidden {
  display: none; }

.will-hide {
  display: none; }

.see-more-cta {
  margin-bottom: 0; }
  .see-more-cta .fa-stack {
    width: 20px; }
  .see-more-cta .fa-plus,
  .see-more-cta .fa-minus {
    font-size: 0.5em; }
  .see-more-cta:not(.toggle-display):before {
    content: '';
    position: absolute;
    width: 100%;
    top: 100px;
    padding: 20px 0 0;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), white);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, white)); }
  .see-more-cta.toggle-content .fa {
    padding-left: 4px; }

.expanded .see-more-cta:before {
  display: none; }

.toggled-content {
  height: 0;
  overflow: hidden; }

.user-menu.logged-in {
  position: relative;
  float: right;
  margin-top: 4px; }
  .user-menu.logged-in .user-title {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 0.875em;
    font-weight: 700;
    color: #3c3c3c;
    margin-left: 15px;
    margin-right: 2px; }
    .user-menu.logged-in .user-title:active, .user-menu.logged-in .user-title:hover, .user-menu.logged-in .user-title:focus {
      color: #007db8; }
  .user-menu.logged-in .button {
    background: none;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    text-align: right;
    vertical-align: top;
    position: relative; }
    .user-menu.logged-in .button:after {
      content: '';
      width: 0;
      height: 0;
      border: 5px solid transparent;
      border-top-color: #000;
      border-top-width: 6px;
      position: absolute;
      top: 11px;
      right: 10px; }
    .user-menu.logged-in .button:active, .user-menu.logged-in .button:hover, .user-menu.logged-in .button:focus {
      border-radius: 3px;
      outline: 2px transparent;
      box-shadow: 0px 0px 0px 2px #007db8; }
      .user-menu.logged-in .button:active:after, .user-menu.logged-in .button:hover:after, .user-menu.logged-in .button:focus:after {
        border-top-color: #007db8; }
  .user-menu.logged-in .dropdown-menu {
    position: absolute;
    top: 35px;
    right: 0;
    background: #fff;
    z-index: 1001;
    background: #fcfcfc;
    border-radius: 4px;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #646464;
    margin-top: 0;
    padding: 5px 10px;
    width: 170px; }
    .user-menu.logged-in .dropdown-menu:before {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      background: #fcfcfc;
      width: 12px;
      height: 12px;
      border: 1px solid #646464;
      border-bottom-color: transparent;
      border-left-color: transparent;
      content: '';
      display: block;
      position: absolute;
      right: 7px;
      top: -7px; }
    .user-menu.logged-in .dropdown-menu .dropdown-item {
      display: block;
      float: none;
      padding: 5px 0;
      border-bottom: 1px dotted #8a8c8f; }
      .user-menu.logged-in .dropdown-menu .dropdown-item:last-of-type {
        border-bottom: none; }
      .user-menu.logged-in .dropdown-menu .dropdown-item a:hover,
      .user-menu.logged-in .dropdown-menu .dropdown-item a:active,
      .user-menu.logged-in .dropdown-menu .dropdown-item a:focus {
        color: #4e4e4e; }
    .user-menu.logged-in .dropdown-menu.is-hidden {
      display: none; }
@media only screen and (min-width: 768px) {
  .user-menu.logged-in {
    margin-top: 25px; } }

#notification-bar-messages {
  display: none; }

/*
 * Banner only vidible for tablets & desktops
 */
@media only screen and (min-width: 980px) {
  #notification-bar-messages {
    display: block; }

  .notification-bar-message {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1.4em;
    zoom: 1; }

  .notification-bar-status {
    background-color: #b92768;
    box-shadow: inset 0px -7px 15px -6px #69193c;
    color: #fff;
    font-size: 18px;
    padding: 25px; }
    .notification-bar-status .content-left {
      float: left;
      text-align: left;
      color: #fff;
      padding: 0 10px;
      margin: 10px 10px 0 0;
      font-size: 15px;
      font-style: italic;
      width: 11%;
      overflow: hidden; }
    .notification-bar-status .content {
      float: left;
      width: 66%;
      overflow: hidden;
      margin: 0;
      padding: .5em 1.5em 0 1.5em;
      border-bottom: .5em solid transparent; }
    .notification-bar-status a:link, .notification-bar-status a:visited {
      color: #fff;
      text-decoration: none; }
    .notification-bar-status a:hover, .notification-bar-status a:focus {
      border-bottom: 1px solid #fff; }
    .notification-bar-status .content-right {
      float: right;
      color: #fff;
      margin: 10px 12px 0 0;
      width: 11%;
      overflow: hidden;
      border: 1px solid #fff;
      border-radius: 3px;
      background-color: #e40c6d; }
      .notification-bar-status .content-right .btn {
        background-color: #e40c6d;
        width: 100%; }
        .notification-bar-status .content-right .btn:hover, .notification-bar-status .content-right .btn:focus {
          background-color: #fff;
          color: #b62a68;
          border-bottom-style: none; }
      .notification-bar-status .content-right:hover, .notification-bar-status .content-right:focus {
        border: 0; }

  .notification-bar-theme-gray {
    background-color: #8a8c8f;
    box-shadow: inset 0px -7px 15px -6px #000;
    color: #fff; }
    .notification-bar-theme-gray .content-left,
    .notification-bar-theme-gray .content-left a,
    .notification-bar-theme-gray a:link,
    .notification-bar-theme-gray a:visited {
      color: #fff; }
    .notification-bar-theme-gray .content-right {
      background-color: #b9b9b9; }
      .notification-bar-theme-gray .content-right .btn {
        background-color: #b9b9b9;
        color: #000; }
        .notification-bar-theme-gray .content-right .btn:hover, .notification-bar-theme-gray .content-right .btn:focus {
          color: #000; }

  .notification-bar-theme-blue {
    background-color: #0079BC;
    box-shadow: inset 0px -7px 15px -6px #003e60;
    color: #fff; }
    .notification-bar-theme-blue .content-left,
    .notification-bar-theme-blue .content-left a,
    .notification-bar-theme-blue a:link,
    .notification-bar-theme-blue a:visited {
      color: #fff; }
    .notification-bar-theme-blue .content-right {
      background-color: #0088d4; }
      .notification-bar-theme-blue .content-right .btn {
        background-color: #0088d4;
        color: #fff; }
        .notification-bar-theme-blue .content-right .btn:hover, .notification-bar-theme-blue .content-right .btn:focus {
          color: #0079BC; }

  .notification-bar-theme-yellow {
    background-color: #f4c300;
    box-shadow: inset 0px -7px 15px -6px #000;
    color: #000; }
    .notification-bar-theme-yellow .content-left,
    .notification-bar-theme-yellow .content-left a,
    .notification-bar-theme-yellow a:link,
    .notification-bar-theme-yellow a:visited {
      color: #000; }
    .notification-bar-theme-yellow .content-right {
      background-color: #000; }
      .notification-bar-theme-yellow .content-right .btn {
        background-color: #000;
        color: #fff; }
        .notification-bar-theme-yellow .content-right .btn:hover, .notification-bar-theme-yellow .content-right .btn:focus {
          color: #000; }

  .notification-bar-theme-green {
    background-color: #080;
    box-shadow: inset 0px -7px 15px -6px #007400;
    color: #fff; }
    .notification-bar-theme-green .content-left,
    .notification-bar-theme-green .content-left a,
    .notification-bar-theme-green a:link,
    .notification-bar-theme-green a:visited {
      color: #fff; }
    .notification-bar-theme-green .content-right {
      background-color: #007400; }
      .notification-bar-theme-green .content-right .btn {
        background-color: #007400;
        color: #fff; }
        .notification-bar-theme-green .content-right .btn:hover, .notification-bar-theme-green .content-right .btn:focus {
          color: #080; }

  .notification-bar-theme-black {
    background-color: #000;
    box-shadow: inset 0px -7px 15px -6px #000;
    color: #fff; }
    .notification-bar-theme-black .content-left,
    .notification-bar-theme-black .content-left a,
    .notification-bar-theme-black a:link,
    .notification-bar-theme-black a:visited {
      color: #fff; }
    .notification-bar-theme-black .content-right {
      background-color: #646464; }
      .notification-bar-theme-black .content-right .btn {
        background-color: #646464;
        color: #fff; }
        .notification-bar-theme-black .content-right .btn:hover, .notification-bar-theme-black .content-right .btn:focus {
          color: #000; }

  .notification-bar-theme-turquoise {
    background-color: #127c86;
    box-shadow: inset 0px -7px 15px -6px #000;
    color: #fff; }
    .notification-bar-theme-turquoise .content-left,
    .notification-bar-theme-turquoise .content-left a,
    .notification-bar-theme-turquoise a:link,
    .notification-bar-theme-turquoise a:visited {
      color: #fff; }
    .notification-bar-theme-turquoise .content-right {
      background-color: #10727b; }
      .notification-bar-theme-turquoise .content-right .btn {
        background-color: #10727b;
        color: #fff; }
        .notification-bar-theme-turquoise .content-right .btn:hover, .notification-bar-theme-turquoise .content-right .btn:focus {
          color: #127c86; } }
/**** background ***********/
/**** (Deprecated. To be removed when old Drupal pages are cleaned up (LEARNER-2567). *****/
.page-node-19981 .content-column,
.page-node-19981 .content-inner {
  background: #fff !important; }

/**** view default ***********/
/**** (Deprecated. To be removed when old Drupal pages are cleaned up (LEARNER-2567). *****/
.view-display-subjects .view-header,
.view-display-subjects-featured .view-header,
.view-display-subjects-all .view-header {
  text-align: center; }
.view-display-subjects .view-content,
.view-display-subjects-featured .view-content,
.view-display-subjects-all .view-content {
  text-align: center; }

/**** subject header ****/
/**** (Deprecated. To be removed when old Drupal pages are cleaned up (LEARNER-2567). *****/
.featured-subjects-header,
.subjects-header {
  background-image: url("/sites/all/themes/atedx/images/bg-line-2px.png");
  background-position: center;
  background-repeat: repeat-x;
  border: 0;
  color: #0A4A67;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
  text-transform: uppercase; }
  .featured-subjects-header span,
  .subjects-header span {
    background-color: #fff;
    padding: 0 20px; }

/**** necessary for IE 11 ****/
main.subject-list-page {
  display: block; }

/**** background ***********/
.subject-list-page-wrapper {
  background: #fff; }

/**** subject header ****/
.subject-card-section-header {
  border: 0;
  color: #0A4A67;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  position: relative; }
  .subject-card-section-header:before {
    content: '';
    border-top: 2px solid #ddd;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    z-index: 0; }
  .subject-card-section-header span.subject-card-section-header-text {
    background-color: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 10; }

/**** subject list page description section ****/
.subject-list-page-header {
  font-size: 1.1em;
  text-align: left;
  padding: 40px 0px 40px 20px;
  margin-bottom: 20px; }

/**** subject list page search section ****/
.subject-list-page-search {
  border-top: 2px solid #ddd;
  text-align: center;
  padding: 1.5em 0 1em; }
  .subject-list-page-search .btn-blue:focus {
    background: none repeat scroll 0 0 #065683; }

/**** subject groupings ***********/
.subject-list {
  margin: 15px 0 0 0;
  overflow: auto;
  padding: 0; }

/**** subject cards have images ***********/
.subject-card {
  background-color: #f8f8f8;
  color: #126f9a;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none outside none;
  text-align: center;
  /**** (Deprecated. To be removed when old Drupal pages are cleaned up (LEARNER-2567). *****/ }
  .subject-card .subject-image {
    border: 1px solid #e4e4e4;
    height: 123px;
    border-bottom: 0;
    overflow: hidden; }
  .subject-card .subject-link {
    border: 0; }
  .subject-card .subject-title {
    background-color: #e4e4e4;
    color: #2968aa;
    font-weight: 700;
    font-size: .8em;
    padding: 5px 0;
    height: 34px; }
  .subject-card:hover .subject-image, .subject-card:focus .subject-image {
    background-color: #fff;
    border: 1px solid #126f9a;
    color: #fff;
    border-color: #126f9a;
    border-bottom: 0; }
  .subject-card:hover .subject-title, .subject-card:focus .subject-title {
    background-color: #126f9a;
    border: 0; }
    .subject-card:hover .subject-title a, .subject-card:focus .subject-title a {
      color: #fff; }

.subject-link {
  display: block; }
  .subject-link:hover, .subject-link:focus {
    border: none; }
    .subject-link:hover .subject-image, .subject-link:focus .subject-image {
      background-color: #fff;
      border: 1px solid #126f9a;
      color: #fff;
      border-color: #126f9a;
      border-bottom: 0; }
    .subject-link:hover .subject-title, .subject-link:focus .subject-title {
      background-color: #126f9a;
      border: 0;
      color: #fff; }

/**** subject list margins *********/
.subject-list-page-cards,
.view-display-subjects-featured,
.view-display-subjects-all {
  margin-bottom: 25px; }
  .subject-list-page-cards .subject-list,
  .view-display-subjects-featured .subject-list,
  .view-display-subjects-all .subject-list {
    margin: 15px 0 0;
    position: relative; }
    .subject-list-page-cards .subject-list .subject-card,
    .view-display-subjects-featured .subject-list .subject-card,
    .view-display-subjects-all .subject-list .subject-card {
      margin-left: -moz-calc(( 100% - 218px ) / 2);
      margin-left: -webkit-calc(( 100% - 218px ) / 2);
      margin-left: calc(( 100% - 218px ) / 2);
      margin-right: -moz-calc(( 100% - 218px ) / 2);
      margin-right: -webkit-calc(( 100% - 218px ) / 2);
      margin-right: calc(( 100% - 218px ) / 2);
      margin-top: 8px;
      margin-bottom: 8px;
      width: 218px; }

.view-display-subjects-standard {
  margin-bottom: 10px; }
  .view-display-subjects-standard .subject-list {
    margin: 15px 0 0; }
    .view-display-subjects-standard .subject-list .subject-card {
      margin-left: -moz-calc(( 100% - 143px ) / 2);
      margin-left: -webkit-calc(( 100% - 143px ) / 2);
      margin-left: calc(( 100% - 143px ) / 2);
      margin-right: -moz-calc(( 100% - 143px ) / 2);
      margin-right: -webkit-calc(( 100% - 143px ) / 2);
      margin-right: calc(( 100% - 143px ) / 2);
      margin-top: 6px;
      margin-bottom: 6px;
      width: 143px; }

@media screen and (min-width: 540px) {
  .subject-list-page-cards .subject-list .subject-card,
  .view-display-subjects-featured .subject-list .subject-card,
  .view-display-subjects-all .subject-list .subject-card {
    margin-left: -moz-calc(( 100% - ( 218px * 2 ) ) / 4);
    margin-left: -webkit-calc(( 100% - ( 218px * 2 ) ) / 4);
    margin-left: calc(( 100% - ( 218px * 2 ) ) / 4);
    margin-right: -moz-calc(( 100% - ( 218px * 2 ) ) / 4);
    margin-right: -webkit-calc(( 100% - ( 218px * 2 ) ) / 4);
    margin-right: calc(( 100% - ( 218px * 2 ) ) / 4); } }
@media screen and (min-width: 768px) {
  .subject-list-page-cards .subject-list .subject-card,
  .view-display-subjects-featured .subject-list .subject-card,
  .view-display-subjects-all .subject-list .subject-card {
    margin-left: -moz-calc(( 100% - ( 218px * 3 ) ) / 6);
    margin-left: -webkit-calc(( 100% - ( 218px * 3 ) ) / 6);
    margin-left: calc(( 100% - ( 218px * 3 ) ) / 6);
    margin-right: -moz-calc(( 100% - ( 218px * 3 ) ) / 6);
    margin-right: -webkit-calc(( 100% - ( 218px * 3 ) ) / 6);
    margin-right: calc(( 100% - ( 218px * 3 ) ) / 6); } }
@media screen and (min-width: 980px) {
  .subject-list-page-cards .subject-list .subject-card,
  .view-display-subjects-featured .subject-list .subject-card,
  .view-display-subjects-all .subject-list .subject-card {
    margin-left: -moz-calc(( 100% - ( 218px * 4 ) ) / 8);
    margin-left: -webkit-calc(( 100% - ( 218px * 4 ) ) / 8);
    margin-left: calc(( 100% - ( 218px * 4 ) ) / 8);
    margin-right: -moz-calc(( 100% - ( 218px * 4 ) ) / 8);
    margin-right: -webkit-calc(( 100% - ( 218px * 4 ) ) / 8);
    margin-right: calc(( 100% - ( 218px * 4 ) ) / 8); } }
@media screen and (min-width: 1180px) {
  .subject-list-page-cards,
  .view-display-subjects-featured,
  .view-display-subjects-all {
    padding: 0 20px; }
    .subject-list-page-cards .subject-list .subject-card,
    .view-display-subjects-featured .subject-list .subject-card,
    .view-display-subjects-all .subject-list .subject-card {
      margin-left: -moz-calc(( 100% - 1090px ) / 8);
      margin-left: -webkit-calc(( 100% - 1090px ) / 8);
      margin-left: calc(( 100% - 1090px ) / 8);
      margin-right: -moz-calc(( 100% - 1090px ) / 8);
      margin-right: -webkit-calc(( 100% - 1090px ) / 8);
      margin-right: calc(( 100% - 1090px ) / 8); }
      .subject-list-page-cards .subject-list .subject-card:first-of-type, .subject-list-page-cards .subject-list .subject-card:nth-of-type(5n + 1),
      .view-display-subjects-featured .subject-list .subject-card:first-of-type,
      .view-display-subjects-featured .subject-list .subject-card:nth-of-type(5n + 1),
      .view-display-subjects-all .subject-list .subject-card:first-of-type,
      .view-display-subjects-all .subject-list .subject-card:nth-of-type(5n + 1) {
        margin-left: 0; }
      .subject-list-page-cards .subject-list .subject-card:nth-of-type(5n),
      .view-display-subjects-featured .subject-list .subject-card:nth-of-type(5n),
      .view-display-subjects-all .subject-list .subject-card:nth-of-type(5n) {
        margin-right: 0; }

  .subject-list-page-search,
  .subject-card-section-header,
  .featured-subjects-header,
  .subjects-header {
    margin-left: 20px;
    margin-right: 20px; } }
.react-autosuggest__container {
  position: relative;
  z-index: 100; }
  .react-autosuggest__container .search-bar-label {
    left: 7px !important; }

.react-autosuggest__input {
  width: 100%;
  height: 36px;
  margin: 16px 0;
  font-size: 0.9375em;
  border-radius: 3px;
  border: 1px solid #646464;
  color: #646464;
  padding-left: 65px;
  padding-right: 40px; }
  .react-autosuggest__input:focus {
    outline-color: inherit;
    outline-style: none;
    outline-width: 0;
    border-color: #0190d2; }

.react-autosuggest__input--focused {
  outline: none; }

.react-autosuggest__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.react-autosuggest__suggestions-container {
  display: none; }

.react-autosuggest__suggestions-container--open {
  display: block;
  position: absolute;
  top: 52px;
  width: 100%;
  border: 1px solid #0190d2;
  border-radius: 0 0 3px 3px;
  color: #3d3e3f;
  background: #fff;
  z-index: 1001 !important; }

.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.react-autosuggest__suggestion {
  font-size: 0.9375em;
  cursor: pointer;
  padding: 10px 20px; }
  .react-autosuggest__suggestion .suggestion-subtitle {
    color: #8a8c8f;
    font-size: 0.9em; }
  .react-autosuggest__suggestion .autosuggest-footer-link {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    color: #007db8; }
    .react-autosuggest__suggestion .autosuggest-footer-link .suggestion-subtitle {
      color: #000;
      text-transform: none;
      font-weight: 700;
      font-size: 1.1em; }

.react-autosuggest__suggestion--highlighted {
  background: #007db8;
  color: white; }
  .react-autosuggest__suggestion--highlighted .suggestion-subtitle {
    color: #fff; }
  .react-autosuggest__suggestion--highlighted .autosuggest-footer-link {
    background: #007db8;
    color: #fff; }
    .react-autosuggest__suggestion--highlighted .autosuggest-footer-link .suggestion-subtitle {
      color: #fff; }

.react-autosuggest__section-container {
  border-bottom: 1px solid #e6e6e6; }
  .react-autosuggest__section-container:last-of-type {
    border-bottom: none; }

.react-autosuggest__section-title {
  font-size: 1.1em;
  color: #000;
  padding: 10px 20px 0; }

.simplified-home .hero-container.take-over {
  overflow: hidden;
  background-color: #c5638c;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) calc(100% - 20px); }
  .simplified-home .hero-container.take-over .hero-content {
    top: 0; }
    .simplified-home .hero-container.take-over .hero-content .title,
    .simplified-home .hero-container.take-over .hero-content .subtitle,
    .simplified-home .hero-container.take-over .hero-content .search-title {
      color: #fff; }
    .simplified-home .hero-container.take-over .hero-content .title {
      font-size: 2em;
      margin-bottom: 20px; }
    .simplified-home .hero-container.take-over .hero-content .subtitle {
      font-size: 1.5em;
      margin-bottom: 30px; }
    .simplified-home .hero-container.take-over .hero-content .search-title {
      font-size: 1.25em;
      margin-bottom: 50px; }
    .simplified-home .hero-container.take-over .hero-content .cta {
      box-shadow: none;
      color: #c5638c;
      background: #fff;
      border: 1px solid #fff;
      border-radius: 3px;
      margin-bottom: 30px;
      font-size: 1em; }
      .simplified-home .hero-container.take-over .hero-content .cta:active, .simplified-home .hero-container.take-over .hero-content .cta:focus, .simplified-home .hero-container.take-over .hero-content .cta:hover {
        color: #fff;
        background: #c5638c;
        border-color: #fff; }
    @media only screen and (min-width: 540px) {
      .simplified-home .hero-container.take-over .hero-content .title {
        font-size: 1.75em; }
      .simplified-home .hero-container.take-over .hero-content .subtitle {
        font-size: 1.25em; }
      .simplified-home .hero-container.take-over .hero-content .search-title {
        font-size: 1.125em; } }
    @media only screen and (min-width: 768px) {
      .simplified-home .hero-container.take-over .hero-content .title {
        font-size: 1.75em; }
      .simplified-home .hero-container.take-over .hero-content .subtitle {
        font-size: 1.25em; }
      .simplified-home .hero-container.take-over .hero-content .search-title {
        font-size: 1.125em; } }
    @media only screen and (min-width: 980px) {
      .simplified-home .hero-container.take-over .hero-content .title {
        font-size: 2em; }
      .simplified-home .hero-container.take-over .hero-content .subtitle {
        font-size: 1.5em; }
      .simplified-home .hero-container.take-over .hero-content .search-title {
        font-size: 1.125em; } }
    @media only screen and (min-width: 1180px) {
      .simplified-home .hero-container.take-over .hero-content {
        text-align: center; }
        .simplified-home .hero-container.take-over .hero-content .title,
        .simplified-home .hero-container.take-over .hero-content .subtitle,
        .simplified-home .hero-container.take-over .hero-content .search-title,
        .simplified-home .hero-container.take-over .hero-content .cta {
          text-align: center; }
        .simplified-home .hero-container.take-over .hero-content .title {
          font-size: 3em; }
        .simplified-home .hero-container.take-over .hero-content .subtitle {
          font-size: 2em; }
        .simplified-home .hero-container.take-over .hero-content .search-title {
          font-size: 1.75em; }
        .simplified-home .hero-container.take-over .hero-content .cta {
          font-size: 1.25em; } }
  .simplified-home .hero-container.take-over.professional-certificate-takeover {
    background-color: #c2387d;
    background-image: url("/sites/all/themes/atedx/images/promos/professional-certificate-takeover/background-sm.png");
    background-position: bottom; }
    @media only screen and (min-width: 540px) {
      .simplified-home .hero-container.take-over.professional-certificate-takeover {
        background-image: url("/sites/all/themes/atedx/images/promos/professional-certificate-takeover/background-md.png"); } }
    @media only screen and (min-width: 768px) {
      .simplified-home .hero-container.take-over.professional-certificate-takeover {
        background-image: url("/sites/all/themes/atedx/images/promos/professional-certificate-takeover/background-lg.png"); } }
    @media only screen and (min-width: 980px) {
      .simplified-home .hero-container.take-over.professional-certificate-takeover {
        background-image: url("/sites/all/themes/atedx/images/promos/professional-certificate-takeover/background-xl.png"); } }
    @media only screen and (min-width: 1180px) {
      .simplified-home .hero-container.take-over.professional-certificate-takeover {
        background-image: url("/sites/all/themes/atedx/images/promos/professional-certificate-takeover/background-xxl.png");
        background-size: cover;
        background-position-y: top; } }
    .simplified-home .hero-container.take-over.professional-certificate-takeover .hero-content .title,
    .simplified-home .hero-container.take-over.professional-certificate-takeover .hero-content .subtitle,
    .simplified-home .hero-container.take-over.professional-certificate-takeover .hero-content .search-title {
      color: #fff;
      font-weight: 900; }
    .simplified-home .hero-container.take-over.professional-certificate-takeover .hero-content .cta {
      color: #c2387d;
      border-color: #c2387d;
      font-weight: 900; }
      .simplified-home .hero-container.take-over.professional-certificate-takeover .hero-content .cta:active, .simplified-home .hero-container.take-over.professional-certificate-takeover .hero-content .cta:focus, .simplified-home .hero-container.take-over.professional-certificate-takeover .hero-content .cta:hover {
        color: #fff;
        border-color: #fff;
        background: #c2387d; }
    @media only screen and (min-width: 540px) {
      .simplified-home .hero-container.take-over.professional-certificate-takeover .hero-content .subtitle {
        width: 100%; } }

.inline-search-container {
  background: #dceef7; }
  .inline-search-container .inline-search-wrapper {
    clear: both;
    max-width: 1200px;
    padding: 10px 20px 15px; }
    .inline-search-container .inline-search-wrapper:after {
      content: '';
      display: table;
      clear: both; }
    @media only screen and (min-width: 980px) {
      .inline-search-container .inline-search-wrapper {
        margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .inline-search-container .inline-search-wrapper {
        padding-left: 0;
        padding-right: 0; } }
  .inline-search-container .search-title {
    color: #1b6f98;
    margin: 0;
    padding: 0;
    font-size: 1.25em;
    font-weight: 400; }
  .inline-search-container .inline-search {
    position: relative; }
    .inline-search-container .inline-search .form-item {
      margin-top: 5px; }
    .inline-search-container .inline-search .icon {
      font-size: 1.625em;
      color: #767676; }
    .inline-search-container .inline-search .react-autosuggest__input {
      margin: 6px 0;
      padding: 10px 65px 10px 20px;
      width: 100%;
      height: 50px;
      border: 1px solid #d6dbe0;
      border-radius: 25px;
      font-size: 1.25em;
      display: flex; }
    .inline-search-container .inline-search .form-submit {
      position: absolute;
      top: 1px;
      right: 1px;
      transition: unset;
      height: 48px; }
      .inline-search-container .inline-search .form-submit:active, .inline-search-container .inline-search .form-submit:focus, .inline-search-container .inline-search .form-submit:hover {
        background: #007db8;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px; }
        .inline-search-container .inline-search .form-submit:active .icon, .inline-search-container .inline-search .form-submit:focus .icon, .inline-search-container .inline-search .form-submit:hover .icon {
          color: #fff; }
    .inline-search-container .inline-search .react-autosuggest__container--open .react-autosuggest__input {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      border-color: #0190d2; }
    .inline-search-container .inline-search .react-autosuggest__container--open .form-submit {
      border-bottom-right-radius: 0; }
    .inline-search-container .inline-search .react-autosuggest__suggestions-container--open {
      top: 49px; }
  @media only screen and (min-width: 540px) {
    .inline-search-container .search-title {
      text-align: left; }
    .inline-search-container .inline-search {
      margin: 0; }
      .inline-search-container .inline-search .icon {
        font-size: 1.125em; }
      .inline-search-container .inline-search .form-submit:active, .inline-search-container .inline-search .form-submit:focus, .inline-search-container .inline-search .form-submit:hover {
        padding-top: 11px;
        padding-bottom: 11px; } }
  @media only screen and (min-width: 768px) {
    .inline-search-container .inline-search {
      width: 750px; } }
  @media only screen and (min-width: 1180px) {
    .inline-search-container .inline-search .form-submit:active, .inline-search-container .inline-search .form-submit:focus, .inline-search-container .inline-search .form-submit:hover {
      padding-top: 8px;
      padding-bottom: 8px; } }

/*
Master's pages elements
*/
.masters-product-page {
  background: #fff; }
  @media only screen and (min-width: 760px) {
    .masters-product-page {
      width: 100%; } }

/* Hero */
.hero-wrap {
  height: 100%;
  position: relative;
  color: #4a4a4a; }
  .hero-wrap .hero-flex {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 400px;
    position: absolute; }
  .hero-wrap .hero-texture {
    flex: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .hero-wrap .hero-img {
    flex: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .hero-wrap .hero-lrg-display {
    position: relative;
    width: 100%;
    height: 100%; }
  .hero-wrap .hero-box {
    position: relative;
    display: inline-block;
    background-color: #fff;
    margin: 0 0 200px 0;
    border-width: 0 0 0 20px;
    border-style: solid;
    padding: 40px 40px 40px 10px; }
    .hero-wrap .hero-box .hero-heading {
      color: #4a4a4a;
      font-family: Georgia, Times, "Times New Roman", serif;
      font-weight: 700;
      font-size: 2.5em;
      margin: 0 0 16px; }
    .hero-wrap .hero-box .hero-subheading {
      color: #4a4a4a;
      font-size: 24px;
      font-style: italic; }
    .hero-wrap .hero-box .hero-rank {
      font-family: Georgia, Times, "Times New Roman", serif;
      color: #4a4a4a;
      font-size: 24px;
      font-weight: bold;
      margin: 0; }
  .hero-wrap .hero-logo {
    position: absolute;
    height: 100px;
    width: 200px;
    background-color: #fff;
    bottom: 0;
    right: 0;
    margin: 10px; }
  .hero-wrap .hero-lrg-display:before {
    content: '';
    position: absolute;
    background-color: #fff;
    height: 120px;
    width: 220px;
    bottom: 0;
    right: 0; }
  @media only screen and (min-width: 760px) {
    .hero-wrap .hero-box {
      max-width: 60%; }
    .hero-wrap .hero-img {
      border-style: solid;
      border-width: 0 20px 0 0; } }
  @media only screen and (min-width: 1025px) {
    .hero-wrap .hero-texture {
      flex: 1; }
    .hero-wrap .hero-box {
      max-width: 960px; }
    .hero-wrap .hero-img {
      border-style: solid;
      border-width: 0 20px; }
    .hero-wrap .hero-lrg-display:before {
      right: -20px; }
    .hero-wrap .hero-logo {
      right: -20px; } }
  @media only screen and (min-width: 1205px) {
    .hero-wrap .hero-lrg-display {
      width: 1180px;
      margin: 0 auto; }
    .hero-wrap .hero-box {
      left: -25px;
      padding: 40px 40px 40px 20px;
      max-width: 1050px; }
    .hero-wrap .hero-logo {
      right: 0;
      z-index: 1; }
    .hero-wrap:after {
      content: '';
      position: absolute;
      background-color: #fff;
      height: 120px;
      width: calc(((100% - 1180px) / 2) + 220px);
      bottom: 0;
      right: 0; } }

/*
Sticky Menu Styling
*/
.masters-sticky-menu {
  width: 100%;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #e6e6e6; }
  @media only screen and (min-width: 760px) {
    .masters-sticky-menu {
      border-bottom-width: 1px;
      background: #fff;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); } }

.masters-sticky-menu-inner {
  clear: both;
  max-width: 1200px;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 auto; }
  .masters-sticky-menu-inner:after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (min-width: 760px) {
    .masters-sticky-menu-inner {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .masters-sticky-menu-inner:after {
        display: none; } }
  @media only screen and (min-width: 1025px) {
    .masters-sticky-menu-inner {
      justify-content: flex-start;
      padding-left: 10px;
      padding-right: 30px; } }

.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }

.masters-menu-link {
  display: inline-block;
  color: #126f9a;
  padding: 8px 10px;
  margin-top: 4px;
  font-size: 1.125em;
  float: left;
  clear: both;
  text-decoration: underline;
  transition: background-color 0.5s, color 0.5s; }
  .masters-menu-link:hover, .masters-menu-link:focus {
    color: #065683;
    border: 0 none; }
  .masters-menu-link:focus {
    outline: 1px dotted #222;
    outline-offset: 1px; }
  @media only screen and (min-width: 760px) {
    .masters-menu-link {
      float: none;
      text-decoration: none;
      padding-top: 27px;
      padding-bottom: 27px;
      margin-top: 0;
      font-weight: 600;
      box-sizing: border-box; } }
  @media only screen and (min-width: 1025px) {
    .masters-menu-link {
      margin-right: 20px; } }

.bold-menu-link {
  position: relative; }
  .bold-menu-link::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 4px;
    background-color: #126f9a; }
  .bold-menu-link:hover::after {
    background-color: #065683; }

.header-button-left {
  margin-left: auto;
  margin-right: 20px; }

.masters-sticky-menu .masters-button-blue, .masters-sticky-menu .masters-button-blue-transparent {
  display: inline-block;
  float: left;
  clear: both;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }
  .masters-sticky-menu .masters-button-blue:focus, .masters-sticky-menu .masters-button-blue-transparent:focus {
    position: static !important;
    width: auto;
    height: auto;
    outline: 1px dotted #222;
    outline-offset: 1px; }
  @media only screen and (min-width: 1025px) {
    .masters-sticky-menu .masters-button-blue, .masters-sticky-menu .masters-button-blue-transparent {
      float: none;
      position: static !important;
      width: auto;
      height: auto; } }

.masters-sticky-menu .masters-button-blue {
  color: #fff;
  background-color: #126f9a;
  border: 1px solid #126f9a;
  border-radius: 4px;
  padding: 12px 15px;
  box-shadow: none;
  transition: background-color 0.5s, border-color 0.5s;
  box-sizing: border-box; }
  .masters-sticky-menu .masters-button-blue:hover, .masters-sticky-menu .masters-button-blue:focus {
    background-color: #065683;
    border: 1px solid #065683; }

.masters-sticky-menu .masters-button-blue-transparent {
  color: #126f9a;
  border: 1px solid #126f9a;
  border-radius: 4px;
  padding: 12px 15px;
  transition: background-color 0.5s, color 0.5s;
  box-sizing: border-box; }
  .masters-sticky-menu .masters-button-blue-transparent:hover, .masters-sticky-menu .masters-button-blue-transparent:focus {
    color: #fff;
    background-color: #126f9a; }

.micromasters-button-blue-transparent {
  color: #126f9a;
  border: solid 1px #126f9a;
  visibility: visible;
  height: initial;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box; }
  @media only screen and (min-width: 559px) {
    .micromasters-button-blue-transparent {
      width: 50%; } }

.masters-section-jump {
  display: block;
  clear: both;
  padding: 0 10px;
  font-size: 1.125em;
  font-weight: 600; }
  @media only screen and (min-width: 760px) {
    .masters-section-jump {
      position: absolute !important;
      height: 1px;
      width: 1px;
      overflow: hidden;
      clip: rect(1px, 1px, 1px, 1px); } }

/*
Quick-facts
*/
#page .container.masters-about {
  margin: 22px 0 0 15px;
  padding-left: 10px; }

.masters-list {
  display: flex;
  flex-direction: column; }

.quick-fact {
  margin-top: 20px;
  display: inline-flex;
  align-items: center; }

.quick-fact-icon-bg {
  display: block;
  text-align: center;
  background-color: #fbecc2;
  width: 63px;
  height: 63px;
  border-radius: 63px;
  float: left;
  margin-right: 10px; }

.quick-fact-icon {
  color: #e0a900;
  line-height: 63px;
  font-size: 38px;
  display: block; }

.quick-fact-text {
  font-size: 32px; }

@media only screen and (min-width: 760px) {
  body:not(.front) #page .container.masters-about {
    margin: 22px 20px 0; }

  .masters-list {
    flex-direction: row;
    flex-wrap: wrap; }

  .quick-fact {
    margin: 20px 40px 0 0; }

  .quick-fact-icon-bg {
    width: 45px;
    height: 45px;
    border-radius: 45px; }

  .quick-fact-icon {
    line-height: 45px;
    font-size: 28px; }

  .quick-fact-text {
    font-size: 23px; } }
@media only screen and (min-width: 1025px) {
  .quick-fact-icon-bg {
    width: 63px;
    height: 63px;
    border-radius: 63px; }

  .quick-fact-icon {
    line-height: 63px;
    font-size: 38px; }

  .quick-fact-text {
    font-size: 32px; } }
@media only screen and (min-width: 1025px) {
  body:not(.front) #page .container.masters-about {
    margin: 22px auto 0; } }
/*
Program Overview
*/
.masters-section-headline {
  color: #767676;
  font-size: 2.05em;
  padding-top: 20px;
  font-weight: 500; }

.masters-overview {
  display: block;
  margin-right: 35px; }
  @media screen and (min-width: 1025px) {
    .masters-overview {
      max-width: 67%; } }

/*
Rankings
*/
.ranking {
  margin-top: 1.5em;
  display: flex;
  align-items: center; }
  @media screen and (min-width: 760px) {
    .ranking {
      margin-right: 20px; } }
  @media screen and (min-width: 1025px) {
    .ranking {
      margin-right: 40px; } }

.rank {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  color: #4a4a4a;
  background-color: #fbecc2;
  height: 79px;
  width: 79px;
  -moz-border-radius: 39.5px / 39.5px;
  -webkit-border-radius: 39.5px / 39.5px;
  border-radius: 39.5px / 39.5px; }

.masters-ranking {
  position: absolute;
  margin-top: 0.8em;
  text-align: center;
  width: 79px; }

.masters-ranktext {
  padding-left: 1em;
  width: 14.5em; }

.rankmajor {
  word-wrap: break-word;
  font-weight: 600; }

.ranksource {
  display: block;
  word-wrap: break-word;
  font-size: 85%;
  margin-top: 10px;
  color: #767676; }

/*
Details
*/
.masters-detail-blocks {
  display: grid;
  font-weight: 400;
  grid-template-columns: 1fr; }
  @media only screen and (min-width: 768px) {
    .masters-detail-blocks {
      grid-template-columns: 1fr 1fr;
      grid-auto-rows: minmax(31em, auto);
      grid-auto-columns: minmax(19em, auto); } }

.masters-detail-block {
  padding: 1.5em;
  margin: 1em 2em 1em 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); }

.masters-tuition-table {
  border: 0; }

.masters-tuition-table-row {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #A8A8A8;
  padding-bottom: 0.5em;
  margin-bottom: 2em; }

.masters-tuition-description {
  font-weight: 500; }

.masters-tuition-amount {
  justify-self: right;
  font-size: 1.5em; }

.masters-deadline {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  border-bottom: 1px solid #A8A8A8;
  padding-bottom: 0.5em;
  margin-bottom: 1em; }
  @media only screen and (min-width: 769px) {
    .masters-deadline {
      grid-template-columns: auto auto;
      grid-template-rows: auto; } }

.masters-deadline-name {
  font-weight: 500;
  padding-right: 0.5em; }

.masters-deadline-date {
  font-weight: bold;
  justify-self: left; }
  @media only screen and (min-width: 769px) {
    .masters-deadline-date {
      justify-self: right; } }

.masters-caps-subhead {
  font-family: sans-serif;
  color: #767676;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 1em; }

.masters-details-disclaimer {
  color: #767676;
  font-size: 85%;
  margin-top: 2em; }

.masters-aid-backing {
  background-color: #ECECEC;
  display: block;
  text-align: left;
  width: 280px;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: -10px;
  border-radius: 4px; }

/*
Curriculum
*/
.masters-curriculum {
  padding-bottom: 1em;
  margin-right: 35px; }
  .masters-curriculum ul {
    padding: 0 1em; }
  @media only screen and (min-width: 1025px) {
    .masters-curriculum {
      width: 67%; } }

.curriculum-icon-container {
  width: 85%;
  display: flex;
  padding: 1em;
  align-items: center; }

.curriculum-icon-background {
  width: 32px;
  height: 32px;
  border-radius: 32px / 32px; }

.curriculum-icon {
  margin-top: 29%; }

.curriculum-statement {
  margin-top: 10px;
  margin-left: 10px; }

#curriculum-read-more-button {
  color: #2968aa;
  background: none;
  border: none;
  padding-top: 1em;
  padding-left: 0; }
  #curriculum-read-more-button::after {
    content: "";
    border: solid #2968aa;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 5px; }
  #curriculum-read-more-button.down::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom: 2px; }
  #curriculum-read-more-button.up::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-bottom: 0; }

/*
Get Started / Micromasters
*/
.masters-getstarted {
  margin-top: 3em;
  width: 100%;
  display: inline-block;
  padding-bottom: 5em; }

@media only screen and (max-width: 760px) {
  body:not(.front) #page .container.masters-about.masters-lead-capture-container {
    margin-left: 0px;
    padding-left: 0px; } }
.hubspot-capture-container {
  background: white; }

.masters-lead-capture-container .lead-capture {
  margin-top: -4em;
  width: 100%; }
  @media only screen and (min-width: 760px) {
    .masters-lead-capture-container .lead-capture {
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
      border-radius: 4px;
      border-radius: inherit;
      width: 559px; } }
.masters-lead-capture-container .lead-capture .inset-form-banner {
  position: relative;
  width: 100%;
  min-height: 80px;
  background-color: #e8effe;
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
  margin-bottom: 80px;
  z-index: 0;
  align-items: normal;
  justify-content: normal;
  text-align: left; }
.masters-lead-capture-container .inset-form-banner {
  position: relative;
  width: 100%;
  min-height: 80px;
  background-color: #e8effe;
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
  margin-bottom: 80px;
  z-index: 0;
  align-items: normal;
  justify-content: normal;
  text-align: left; }
.masters-lead-capture-container .inset-form-banner:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 51%;
  background-color: #e8effe;
  transform: rotate(10deg);
  transform-origin: bottom left;
  bottom: 0;
  border-radius: 0 0 0 0;
  z-index: -1; }
.masters-lead-capture-container .inset-form-banner:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 51%;
  background-color: #e8effe;
  transform: rotate(-10deg);
  transform-origin: bottom right;
  bottom: 0;
  right: 0;
  border-radius: 0 60px 0 0;
  z-index: -1; }
.masters-lead-capture-container .inset-form-headline {
  font-weight: bold;
  font-size: 24px;
  color: #005686;
  text-align: center;
  margin: 20px 10px;
  font-family: 'open sans'; }
.masters-lead-capture-container .inset-form-arrow {
  display: none; }

.masters-inset-form-banner {
  background-color: #e8effe;
  align-items: center;
  justify-content: center;
  text-align: center; }

.masters-inset-form-headline {
  color: #065683;
  font-weight: 400;
  font-size: 1.5em;
  padding-top: 0.7em;
  margin: 0 25px; }

.masters-inset-form-arrow {
  width: 0;
  border-top: 3em solid #e8effe;
  border-left: 160px solid transparent;
  height: 0;
  border-right: 160px solid transparent; }

.masters-inset-form-container {
  align-items: center;
  justify-content: center;
  margin: 15px; }

.masters-micromasters {
  padding-top: 5em;
  width: 100%; }

.masters-lead-capture-banner {
  display: inline-block;
  width: 100%;
  background: #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 4em; }

.masters-micromasters-banner {
  width: 100%;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

.masters-inset-form {
  float: left;
  background-color: #fff;
  width: 319px;
  height: 100%;
  margin-top: 4em;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); }
  @media only screen and (min-width: 559px) {
    .masters-inset-form {
      width: 559px; } }

@media only screen and (min-width: 559px) {
  .masters-inset-form-arrow {
    border-left: 18em solid transparent;
    border-right: 18em solid transparent; } }
/*
FAQ
*/
.masters-faq {
  width: 100%;
  display: inline-block; }

.masters-faq-table {
  border: 1px;
  width: 100%; }

.masters-faq-container {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  margin-right: 35px;
  margin-bottom: 42px; }

.masters-faq-table-row {
  border-bottom: 1px solid #A8A8A8;
  width: 100%;
  display: flex; }

.masters-faq-button {
  background-color: transparent;
  border: 0; }

.masters-faq-button.open {
  transform: rotate(90deg);
  transition: transform 0.1s linear; }

.masters-faq-answer {
  display: inline-block;
  padding: 1em 0 1em 1em;
  margin: 1em; }

.masters-faq-question {
  font-weight: bold; }

.masters-faq-table-cell {
  padding: 1em; }

.masters-faq-table-button-cell {
  padding: 0.5em; }
  .masters-faq-table-button-cell .masters-faq-button {
    padding: 0.5em; }

.faq-disclaimer {
  padding: 2.3em 0 2.3em 2.3em; }

/*
Button Footer
*/
.masters-button-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15); }
  @media only screen and (min-width: 1025px) {
    .masters-button-footer {
      position: absolute !important;
      height: 1px;
      width: 1px;
      overflow: hidden;
      clip: rect(1px, 1px, 1px, 1px); } }
  .masters-button-footer > .container {
    width: 100% !important;
    margin: 0 !important;
    padding: 10px 15px !important;
    display: flex; }

.button-footer-transparent, .button-footer-blue {
  display: inline-block;
  flex: 1 1 auto;
  margin: 0 5px; }
  .button-footer-transparent:focus, .button-footer-blue:focus {
    outline: 1px dotted #222;
    outline-offset: 1px; }

.button-footer-transparent {
  color: #126f9a;
  border: 1px solid #126f9a;
  border-radius: 4px;
  padding: 12px 15px;
  transition: background-color 0.5s, color 0.5s;
  box-sizing: border-box; }
  .button-footer-transparent:hover, .button-footer-transparent:focus {
    color: #fff;
    background-color: #126f9a; }

.button-footer-blue {
  color: #fff;
  background-color: #126f9a;
  border: 1px solid #126f9a;
  border-radius: 4px;
  padding: 12px 15px;
  box-shadow: none;
  transition: background-color 0.5s, border-color 0.5s;
  box-sizing: border-box; }
  .button-footer-blue:hover, .button-footer-blue:focus {
    background-color: #065683;
    border-color: #065683; }

.in-page-anchor {
  display: block;
  height: 30px;
  margin-top: -30px;
  visibility: hidden; }

@media only screen and (min-width: 760px) {
  margin-left: 3em; }
.masters-lead-form-field, .lead-capture .input, .lead-capture .select {
  width: 99%;
  height: 50px;
  padding: 0 10px;
  margin-top: 5px;
  border: 1px solid #e4e4e4;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #fff; }

.lead-capture {
  width: 559px;
  background-color: #fff;
  border-radius: 3px; }
  .lead-capture .inset-form-banner {
    background-color: #e8effe;
    align-items: center;
    justify-content: center;
    text-align: center; }
  .lead-capture .inset-form-headline {
    color: #065683;
    font-weight: 400;
    font-size: 1.5em;
    padding-top: 0.7em;
    margin: 0 25px; }
  .lead-capture .inset-form-arrow {
    width: 0;
    border-top: 4em solid #e8effe;
    border-left: 280px solid transparent;
    height: 0;
    border-right: 280px solid transparent; }
  .lead-capture .inset-form-container {
    align-items: center;
    justify-content: center;
    margin: 20px; }
  .lead-capture .detail-block-h2 {
    font-weight: 600;
    padding: 20px 50px;
    margin-bottom: -0.5em; }
  .lead-capture .label {
    font-weight: 600;
    color: #767676;
    display: contents; }
  .lead-capture .disclaimer-container {
    background-color: #f3f7fa;
    padding: 20px;
    margin-top: 10px;
    border-radius: 3px; }
  @media only screen and (min-width: 980px) {
    .lead-capture {
      height: 100%;
      padding-bottom: 40px; }
      .lead-capture .label {
        font-size: 1em;
        line-height: 1.4; } }
  @media only screen and (max-width: 559px) {
    .lead-capture {
      width: 100%; }
      .lead-capture .inset-form-arrow {
        border-left: 50vw solid transparent;
        border-right: 50vw solid transparent; }
      .lead-capture .detail-block-h2 {
        padding: 20px 0px; } }
  .lead-capture .select {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); }
  .lead-capture .btn.lead-capture-btn {
    box-shadow: none;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 1.1em;
    font-weight: heavy; }
    @media only screen and (min-width: 559px) {
      .lead-capture .btn.lead-capture-btn {
        width: 50%; } }
  .lead-capture .form-interactive-element-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 20px; }
    .lead-capture .form-interactive-element-wrapper.stacked {
      flex-direction: column; }
  .lead-capture .form {
    max-width: 50%; }
  .lead-capture .input-error {
    border: 1px solid #cb0712; }
  .lead-capture .error-msg {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #cb0712; }
    .lead-capture .error-msg .span {
      padding-left: 5px; }
  .lead-capture .field-container {
    margin-bottom: 10px; }
  .lead-capture .validation-msg {
    padding-top: 10px;
    padding-left: 10px; }
    .lead-capture .validation-msg .icon {
      margin-right: 10px;
      color: #4e4e4e; }
    .lead-capture .validation-msg .msg-title {
      margin-bottom: 0; }
    .lead-capture .validation-msg.error {
      background-color: #f2dede;
      background-image: none;
      border: 2px solid #ebcccc; }
      .lead-capture .validation-msg.error .msg-title {
        color: #414141; }
      .lead-capture .validation-msg.error .msg-content {
        color: #646464; }
    .lead-capture .validation-msg.success {
      padding: 10px;
      margin-top: 20px;
      margin-bottom: 50px;
      background-color: #dcf7dc;
      background-image: none;
      border: 2px solid #b3e6b4; }
      .lead-capture .validation-msg.success .msg-title {
        color: #414141;
        padding-left: 10px; }
      .lead-capture .validation-msg.success .msg-content {
        color: #646464;
        padding-left: 10px;
        padding-right: 20%; }
      .lead-capture .validation-msg.success .msg-aligned-text {
        position: relative;
        left: 25px; }
  .lead-capture.thank-you {
    margin-bottom: 64px; }
  .lead-capture .thank-you-content {
    margin-bottom: 50px;
    color: #646464; }

.masters-card {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background: #fff;
  width: 100%;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  transition: box-shadow 0.5s;
  margin: 20px 0 0 20px;
  color: #222;
  font-size: 1em;
  font-weight: 400; }
  .masters-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: 1px solid #e6e6e6; }
  .masters-card:focus {
    outline: 1px dotted #222;
    outline-offset: 1px;
    border: 1px solid #e6e6e6; }
  .masters-card .img-wrapper {
    overflow: hidden;
    height: 100px;
    width: 100%;
    position: relative;
    background: #f2f2f2; }
    .masters-card .img-wrapper .masters-card-img {
      display: block;
      width: 100%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .masters-card .img-wrapper:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 100;
      background-color: transparent;
      transition: background-color 0.5s; }
  .masters-card .banner {
    background-color: #414141;
    color: #fff;
    border-bottom: 4px solid #ffc01f;
    padding: 2px 20px;
    font-family: Georgia, Times, "Times New Roman", serif; }
  .masters-card .card-content {
    padding: 20px; }
  .masters-card .card-header {
    margin-bottom: 10px; }
  .masters-card .card-title {
    font-size: 1.25em;
    font-weight: 400;
    margin: 0;
    padding: 0; }
  .masters-card .card-partner {
    color: #646464;
    margin: 0; }
  .masters-card .masters-banner-icon-list {
    padding: 0;
    margin: 0;
    list-style: none; }
  .masters-card .masters-banner-icon-list-item {
    clear: both;
    margin-top: 10px; }
    .masters-card .masters-banner-icon-list-item:after {
      content: '';
      display: table;
      clear: both; }
    .masters-card .masters-banner-icon-list-item:first-child {
      margin-top: 0; }
  .masters-card .masters-icon-bg {
    display: block;
    text-align: center;
    background-color: #fbecc2;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    float: left;
    margin-right: 5px; }
  .masters-card .masters-mini-icon {
    color: #e0a900;
    line-height: 24px;
    font-size: 0.875em;
    display: block; }
  .masters-card .learn-more-button {
    margin-top: 20px;
    color: #065683;
    border: 1px solid #065683;
    border-radius: 4px;
    font-size: 1em;
    font-weight: 700;
    padding: 8px 20px;
    text-align: center;
    transition: background-color 0.5s, border-color 0.5s, color 0.5s; }
  .masters-card:hover .img-wrapper:before {
    background-color: rgba(0, 0, 0, 0.6); }
  .masters-card:hover .learn-more-button {
    background-color: #037cb8;
    border-color: #037cb8;
    color: white; }

.masters-coming-soon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background: #fff;
  width: 100%;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  transition: box-shadow 0.5s;
  margin: 20px 0 0 20px;
  padding: 20px;
  transition: background-color 0.5s, border-color 0.5s, box-shadow 0.5s, color 0.5s; }
  .masters-coming-soon:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: 1px solid #e6e6e6; }
  .masters-coming-soon:focus {
    outline: 1px dotted #222;
    outline-offset: 1px;
    border: 1px solid #e6e6e6; }
  .masters-coming-soon .masters-coming-soon-title {
    color: #126f9a;
    font-size: 1.375em;
    font-weight: 700;
    margin: 0; }
  .masters-coming-soon:hover {
    background-color: #f2f8fb;
    border: 1px solid #a4cee3; }
    .masters-coming-soon:hover .masters-coming-soon-title {
      color: #065683; }

.hubspot-capture-container {
  margin-top: 30px;
  width: 100%;
  border: #e6e6e6 1px solid;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 4px; }
  @media only screen and (min-width: 980px) {
    .hubspot-capture-container {
      width: 600px; } }
  .hubspot-capture-container .hs-form-iframe {
    width: 100% !important; }
  .hubspot-capture-container .form-content-container {
    padding: 0 20px 20px 20px; }
    .hubspot-capture-container .form-content-container .required-note {
      margin-bottom: 10px; }
  .hubspot-capture-container .inset-form-banner {
    position: relative;
    width: 100%;
    min-height: 80px;
    background-color: #e8effe;
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
    margin-bottom: 80px;
    z-index: 0;
    align-items: normal;
    justify-content: normal;
    text-align: left; }
  .hubspot-capture-container .inset-form-banner:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 51%;
    background-color: #e8effe;
    transform: rotate(10deg);
    transform-origin: bottom left;
    bottom: 0;
    border-radius: 0 0 0 0;
    z-index: -1; }
  .hubspot-capture-container .inset-form-banner:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 51%;
    background-color: #e8effe;
    transform: rotate(-10deg);
    transform-origin: bottom right;
    bottom: 0;
    right: 0;
    border-radius: 0 60px 0 0;
    z-index: -1; }
  .hubspot-capture-container .inset-form-headline {
    color: #065683;
    font-weight: 600;
    font-size: 1.5em;
    text-align: center;
    padding: 20px 50px;
    margin: 0 25px; }

.edx-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  margin: 0 !important;
  padding: 18px 0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
  .edx-header.scrollable {
    position: absolute;
    top: auto; }
    @media only screen and (min-width: 980px) {
      .edx-header.scrollable {
        position: relative; } }
  .edx-header h1 {
    margin: 0; }
  .edx-header .region-container-inner {
    display: flex; }
    .edx-header .region-container-inner .branding-elements,
    .edx-header .region-container-inner .nav {
      flex-shrink: 0; }
  .edx-header .primary-menu li.menu-link, .edx-header .primary-menu-wrapper .primary-menu li {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #d5d5d5; }
    .edx-header .primary-menu li.visible-desktop.menu-link, .edx-header .primary-menu-wrapper .primary-menu li.visible-desktop {
      display: none; }
    .edx-header .primary-menu li.menu-link:last-of-type, .edx-header .primary-menu-wrapper .primary-menu li:last-of-type {
      border-bottom: none; }
    .edx-header .primary-menu li.menu-link:nth-of-type(1), .edx-header .primary-menu-wrapper .primary-menu li:nth-of-type(1) {
      border-top: 1px solid #007db8; }
    .edx-header .primary-menu li.user-cta.menu-link, .edx-header .primary-menu-wrapper .primary-menu li.user-cta {
      border-bottom-color: #fff; }
      .edx-header .primary-menu li.user-cta.menu-link .btn, .edx-header .primary-menu-wrapper .primary-menu li.user-cta .btn {
        background: #007db8;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        color: #fff;
        border-radius: 0;
        box-shadow: none; }
        .edx-header .primary-menu li.user-cta.menu-link .btn:hover, .edx-header .primary-menu-wrapper .primary-menu li.user-cta .btn:hover, .edx-header .primary-menu li.user-cta.menu-link .btn:focus, .edx-header .primary-menu-wrapper .primary-menu li.user-cta .btn:focus, .edx-header .primary-menu li.user-cta.menu-link .btn:active, .edx-header .primary-menu-wrapper .primary-menu li.user-cta .btn:active {
          background: #8a8c8f; }
      .edx-header .primary-menu li.user-cta.multiple.menu-link, .edx-header .primary-menu-wrapper .primary-menu li.user-cta.multiple {
        clear: both; }
        .edx-header .primary-menu li.user-cta.multiple.menu-link:after, .edx-header .primary-menu-wrapper .primary-menu li.user-cta.multiple:after {
          content: '';
          display: table;
          clear: both; }
        .edx-header .primary-menu li.user-cta.multiple.menu-link .btn, .edx-header .primary-menu-wrapper .primary-menu li.user-cta.multiple .btn {
          position: relative;
          float: left;
          width: calc( 50% - 1px );
          padding-left: 0;
          padding-right: 0; }
          .edx-header .primary-menu li.user-cta.multiple.menu-link .btn:last-of-type, .edx-header .primary-menu-wrapper .primary-menu li.user-cta.multiple .btn:last-of-type {
            float: right; }
    .edx-header .primary-menu li.menu-link .menu-item, .edx-header .primary-menu-wrapper .primary-menu li .menu-item {
      padding: 10px 10px 10px 30px;
      display: block;
      color: #3d3e3f;
      text-transform: none;
      font-size: 16px;
      font-weight: 600;
      /**
       * Minimizes FOUT when loading webfonts
       */ }
      .edx-header .primary-menu li.menu-link .menu-item:hover, .edx-header .primary-menu-wrapper .primary-menu li .menu-item:hover, .edx-header .primary-menu li.menu-link .menu-item:focus, .edx-header .primary-menu-wrapper .primary-menu li .menu-item:focus, .edx-header .primary-menu li.menu-link .menu-item:active, .edx-header .primary-menu-wrapper .primary-menu li .menu-item:active {
        border: none;
        outline: none;
        background-color: #8a8c8f;
        color: #fff; }
      .wf-loading .edx-header .primary-menu li.menu-link .menu-item, .wf-loading .edx-header .primary-menu-wrapper .primary-menu li .menu-item {
        padding-top: 29px;
        font-size: 19px;
        font-weight: 500; }
  .edx-header * {
    box-sizing: border-box; }
  .edx-header .course-search-bar,
  .edx-header .user-cta,
  .edx-header .user-menu {
    display: none; }
  .edx-header .edx-logo {
    position: absolute;
    width: 60px;
    top: 16px;
    left: calc( 50% - 30px ); }
    .edx-header .edx-logo a {
      display: inline-block; }
      .edx-header .edx-logo a:hover {
        border: none; }
    .edx-header .edx-logo img {
      width: 100%; }
    .edx-header .edx-logo .edx-logo-heading {
      line-height: 0; }
  .edx-header .mobile-search-btn {
    position: absolute;
    top: 18px;
    right: 20px;
    background: none;
    color: #007db8;
    padding: 0; }
    .edx-header .mobile-search-btn:hover, .edx-header .mobile-search-btn:focus, .edx-header .mobile-search-btn:active {
      color: #8a8c8f; }
    .edx-header .mobile-search-btn .icon {
      font-size: 25px; }
  .edx-header .primary-menu {
    position: absolute;
    width: calc( 100% + 40px );
    display: none;
    top: 65px;
    left: -20px;
    z-index: 1000;
    padding-top: 0;
    background: #fff; }
    .edx-header .primary-menu.mobile-menu-show {
      display: block;
      box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15); }
    .edx-header .primary-menu li.menu-link:not(.menu-open) .menu-item:after {
      padding-left: 0; }
    .edx-header .primary-menu .nav-bar-group {
      display: inline; }
    .edx-header .primary-menu :lang(es) .hide-es {
      display: none !important; }
    .edx-header .primary-menu .menu-btn {
      display: none;
      background: none;
      border: none;
      border-radius: 0;
      color: #007db8;
      padding: 2px 6px 3px; }
      .edx-header .primary-menu .menu-btn:hover, .edx-header .primary-menu .menu-btn:active {
        outline: 2px transparent;
        box-shadow: 0px 0px 0px 2px #007db8; }
      .edx-header .primary-menu .menu-btn:focus {
        border-radius: 3px;
        outline: 2px transparent;
        box-shadow: 0px 0px 0px 2px #007db8; }
    .edx-header .primary-menu li.course-search-bar {
      width: 100%;
      padding: 20px;
      margin-left: 10px;
      border: none; }
      .edx-header .primary-menu li.course-search-bar .tt-input,
      .edx-header .primary-menu li.course-search-bar .tt-hint,
      .edx-header .primary-menu li.course-search-bar .edit-submit {
        height: 38px;
        font-size: 16px; }
      .edx-header .primary-menu li.course-search-bar .edit-submit {
        height: 32px;
        top: 23px;
        right: 43px; }
      .edx-header .primary-menu li.course-search-bar .form-item {
        margin: 0; }
  .edx-header .main-menu-nav {
    min-height: 28px; }
  .edx-header .ai-hamburger-menu {
    position: absolute; }
  .edx-header .edit-submit .sr, .edx-header .edit-submit .inline-search-container .inline-search .search-bar-label, .inline-search-container .inline-search .edx-header .edit-submit .search-bar-label {
    background: #000; }
  .edx-header .menu-overlay-background {
    background-color: #000;
    opacity: 0.5;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 100px;
    left: 0;
    display: none;
    content: '';
    z-index: 100; }
    .edx-header .menu-overlay-background.mobile-menu-show {
      display: block; }
  @media only screen and (min-width: 979px) {
    .edx-header .menu-overlay-background {
      display: none; }
      .edx-header .menu-overlay-background.mobile-menu-show {
        display: none; } }
  @media only screen and (min-width: 540px) {
    .edx-header .primary-menu li.menu-link .menu-item {
      text-align: center;
      padding-left: 10px; } }
  @media only screen and (min-width: 980px) {
    .edx-header {
      position: relative;
      padding: 0;
      /* Hack start */
      /* A hack introduced with i18n because there is too much in the header */
      /* Hack end */ }
      .edx-header .primary-menu-wrapper .primary-menu li, .edx-header .primary-menu li.menu-link {
        width: auto;
        float: left;
        border: none;
        padding: 0; }
        .edx-header .primary-menu-wrapper .primary-menu li:nth-of-type(1), .edx-header .primary-menu li.menu-link:nth-of-type(1) {
          border-top: none; }
        .edx-header .primary-menu-wrapper .primary-menu li.visible-desktop, .edx-header .primary-menu li.visible-desktop.menu-link {
          display: block; }
        .edx-header .primary-menu-wrapper .primary-menu li.visible-mobile, .edx-header .primary-menu li.visible-mobile.menu-link {
          display: none; }
        .edx-header .primary-menu-wrapper .primary-menu li .menu-item, .edx-header .primary-menu li.menu-link .menu-item {
          color: #007db8;
          display: inline;
          float: left;
          letter-spacing: inherit;
          padding-top: 28px;
          padding-right: 0;
          padding-bottom: 27px;
          padding-left: 5px; }
          .edx-header .primary-menu-wrapper .primary-menu li .menu-item:after, .edx-header .primary-menu li.menu-link .menu-item:after {
            content: ''; }
          .edx-header .primary-menu-wrapper .primary-menu li .menu-item:hover, .edx-header .primary-menu li.menu-link .menu-item:hover, .edx-header .primary-menu-wrapper .primary-menu li .menu-item:focus, .edx-header .primary-menu li.menu-link .menu-item:focus, .edx-header .primary-menu-wrapper .primary-menu li .menu-item:active, .edx-header .primary-menu li.menu-link .menu-item:active, .edx-header .primary-menu-wrapper .primary-menu li .menu-item.is-open, .edx-header .primary-menu li.menu-link .menu-item.is-open {
            background: #007db8;
            color: #fff; }
            .edx-header .primary-menu-wrapper .primary-menu li .menu-item:hover + .nav-bar-group .menu-btn, .edx-header .primary-menu li.menu-link .menu-item:hover + .nav-bar-group .menu-btn, .edx-header .primary-menu-wrapper .primary-menu li .menu-item:focus + .nav-bar-group .menu-btn, .edx-header .primary-menu li.menu-link .menu-item:focus + .nav-bar-group .menu-btn, .edx-header .primary-menu-wrapper .primary-menu li .menu-item:active + .nav-bar-group .menu-btn, .edx-header .primary-menu li.menu-link .menu-item:active + .nav-bar-group .menu-btn, .edx-header .primary-menu-wrapper .primary-menu li .menu-item.is-open + .nav-bar-group .menu-btn, .edx-header .primary-menu li.menu-link .menu-item.is-open + .nav-bar-group .menu-btn {
              background: #007db8;
              color: #fff; }
          .edx-header .primary-menu-wrapper .primary-menu li .menu-item.visible-mobile, .edx-header .primary-menu li.menu-link .menu-item.visible-mobile {
            display: none; }
        .edx-header .primary-menu-wrapper .primary-menu li.active .menu-item, .edx-header .primary-menu li.active.menu-link .menu-item,
        .edx-header .primary-menu-wrapper .primary-menu li.active .menu-btn,
        .edx-header .primary-menu li.active.menu-link .menu-btn {
          color: #646464; }
        .edx-header .primary-menu-wrapper .primary-menu li.active:hover .menu-item, .edx-header .primary-menu li.active.menu-link:hover .menu-item,
        .edx-header .primary-menu-wrapper .primary-menu li.active:hover .menu-btn,
        .edx-header .primary-menu li.active.menu-link:hover .menu-btn, .edx-header .primary-menu-wrapper .primary-menu li.active:focus .menu-item, .edx-header .primary-menu li.active.menu-link:focus .menu-item,
        .edx-header .primary-menu-wrapper .primary-menu li.active:focus .menu-btn,
        .edx-header .primary-menu li.active.menu-link:focus .menu-btn, .edx-header .primary-menu-wrapper .primary-menu li.active:active .menu-item, .edx-header .primary-menu li.active.menu-link:active .menu-item,
        .edx-header .primary-menu-wrapper .primary-menu li.active:active .menu-btn,
        .edx-header .primary-menu li.active.menu-link:active .menu-btn, .edx-header .primary-menu-wrapper .primary-menu li.active.is-open .menu-item, .edx-header .primary-menu li.active.is-open.menu-link .menu-item,
        .edx-header .primary-menu-wrapper .primary-menu li.active.is-open .menu-btn,
        .edx-header .primary-menu li.active.is-open.menu-link .menu-btn {
          color: #fff; }
        .edx-header .primary-menu-wrapper .primary-menu li.active .menu-item:hover, .edx-header .primary-menu li.active.menu-link .menu-item:hover, .edx-header .primary-menu-wrapper .primary-menu li.active .menu-item:focus, .edx-header .primary-menu li.active.menu-link .menu-item:focus, .edx-header .primary-menu-wrapper .primary-menu li.active .menu-item:active, .edx-header .primary-menu li.active.menu-link .menu-item:active, .edx-header .primary-menu-wrapper .primary-menu li.active .menu-item.is-open, .edx-header .primary-menu li.active.menu-link .menu-item.is-open {
          color: #fff; }
        .edx-header .primary-menu-wrapper .primary-menu li:not(.menu-open) .menu-item, .edx-header .primary-menu li.menu-link:not(.menu-open) .menu-item {
          padding-right: 10px; }
          .edx-header .primary-menu-wrapper .primary-menu li:not(.menu-open) .menu-item:last-child, .edx-header .primary-menu li.menu-link:not(.menu-open) .menu-item:last-child {
            padding-right: 5px; }
      .edx-header #branding,
      .edx-header #primary-menu-bar {
        position: relative;
        display: inline;
        clear: none;
        float: left; }
      .edx-header .edx-header-ui {
        height: 79px; }
      .edx-header .menu-btn,
      .edx-header .course-search-bar,
      .edx-header .user-cta,
      .edx-header .user-menu {
        display: inline; }
      .edx-header .user-cta,
      .edx-header .user-menu {
        flex-shrink: 0;
        margin-left: auto; }
        .edx-header .user-cta.hidden,
        .edx-header .user-menu.hidden {
          display: none; }
      .edx-header .user-menu {
        max-width: 180px; }
      .edx-header .user-cta {
        margin-top: 22px; }
        .edx-header .user-cta .btn {
          font-size: 1em;
          font-weight: 600;
          line-height: 1;
          padding: 10px; }
          .edx-header .user-cta .btn:not(.btn-blue) {
            color: #646464;
            position: relative; }
            .edx-header .user-cta .btn:not(.btn-blue):hover, .edx-header .user-cta .btn:not(.btn-blue):focus, .edx-header .user-cta .btn:not(.btn-blue):active {
              color: #007db8; }
              .edx-header .user-cta .btn:not(.btn-blue):hover:after, .edx-header .user-cta .btn:not(.btn-blue):focus:after, .edx-header .user-cta .btn:not(.btn-blue):active:after {
                content: '';
                width: calc( 100% - 20px );
                position: absolute;
                bottom: 5px;
                left: 10px;
                border-bottom: 1px solid #007db8; }
          .edx-header .user-cta .btn.btn-blue {
            background: #007db8;
            box-shadow: none;
            padding: 10px 15px; }
            .edx-header .user-cta .btn.btn-blue:hover, .edx-header .user-cta .btn.btn-blue:focus, .edx-header .user-cta .btn.btn-blue:active {
              background: #065683; }
      .edx-header .mobile-menu-button,
      .edx-header .mobile-search-btn {
        display: none; }
      .edx-header .edx-logo {
        position: relative;
        width: 77px;
        top: 0;
        left: 0;
        margin: 20px 10px 0; }
      .edx-header .primary-menu {
        position: relative;
        width: auto;
        display: inline;
        float: left;
        top: 0;
        left: 0; }
        .edx-header .primary-menu.mobile-menu-show {
          box-shadow: none; }
        .edx-header .primary-menu .menu-open:hover .menu-item,
        .edx-header .primary-menu .menu-open:hover .menu-btn, .edx-header .primary-menu .menu-open:focus .menu-item,
        .edx-header .primary-menu .menu-open:focus .menu-btn, .edx-header .primary-menu .menu-open:active .menu-item,
        .edx-header .primary-menu .menu-open:active .menu-btn {
          background: #007db8;
          color: #fff !important; }
        .edx-header .primary-menu .nav-bar-group {
          display: inline; }
        .edx-header .primary-menu .menu-btn {
          display: inline;
          padding-top: 33px;
          padding-right: 5px;
          padding-bottom: 22px; }
          .edx-header .primary-menu .menu-btn .icon {
            height: 24px; }
      .edx-header .course-search-bar {
        position: relative;
        display: inline;
        margin-top: 6px;
        margin-right: 10px;
        min-width: 95px;
        flex-grow: 1;
        max-width: 460px; }
        .edx-header .course-search-bar.focused {
          flex: 1 1 0;
          max-width: none; }
        .edx-header .course-search-bar.expand {
          width: calc( 100% - 20px ); }
        .edx-header .course-search-bar .tt-input,
        .edx-header .course-search-bar .tt-hint,
        .edx-header .course-search-bar .edit-submit {
          font-size: 1.125em; }
        .edx-header .course-search-bar .edit-submit {
          height: 36px;
          top: 16px;
          right: 2px;
          padding: 0 7px; }
        .edx-header .course-search-bar .tt-input {
          width: 100%;
          height: 36px;
          padding-right: 32px; }
        .edx-header .course-search-bar .tt-hint,
        .edx-header .course-search-bar .tt-input {
          font-size: 0.9375em; }
        .edx-header .course-search-bar .tt-dropdown-menu {
          width: -moz-calc(100%);
          width: -webkit-calc(100%);
          width: calc(100%);
          width: 100%; }
          .edx-header .course-search-bar .tt-dropdown-menu [class^='tt-dataset-'] h3 {
            font-size: 14px; }
          .edx-header .course-search-bar .tt-dropdown-menu .tt-suggestions .tt-suggestion p {
            font-size: 14px; }
            .edx-header .course-search-bar .tt-dropdown-menu .tt-suggestions .tt-suggestion p .alias {
              font-size: 12px; }
          .edx-header .course-search-bar .tt-dropdown-menu .tt-dataset-view-all,
          .edx-header .course-search-bar .tt-dropdown-menu .tt-dataset-footer {
            font-size: 12px; }
      .edx-header .edx-header-ui {
        display: inline-flex;
        margin-left: 15px;
        flex-grow: 1; }
        .edx-header .edx-header-ui .react-autosuggest__input {
          padding-right: 30px; }
          .edx-header .edx-header-ui .react-autosuggest__input:focus + .form-submit {
            /* Cover the user-cta */ }
            .edx-header .edx-header-ui .react-autosuggest__input:focus + .form-submit:after {
              content: '';
              position: absolute;
              bottom: -5px;
              right: 0;
              border-bottom: 5px solid #fff; } }
  @media only screen and (min-width: 1180px) {
    .edx-header .primary-menu li.menu-link .menu-item, .edx-header .primary-menu-wrapper .primary-menu li .menu-item {
      font-size: 18px; }
    .edx-header .edx-logo {
      margin-left: 20px;
      margin-right: 20px; }
    .edx-header .user-cta .btn {
      font-size: 1.125em;
      padding: 10px 5px; }
      .edx-header .user-cta .btn.btn-blue {
        padding: 10px 5px; }
      .edx-header .user-cta .btn:not(.btn-blue):hover:after, .edx-header .user-cta .btn:not(.btn-blue):focus:after, .edx-header .user-cta .btn:not(.btn-blue):active:after {
        width: calc( 100% - 40px );
        left: 20px; }
    .edx-header .course-search-bar {
      min-width: 95px; }
      .edx-header .course-search-bar .tt-hint,
      .edx-header .course-search-bar .tt-input {
        font-size: 0.9375em; } }

.edx-header a.edx-link-blk, .edx-header .programs .tab-content .content-link, .edx-header .sidebar li a, .tab-content .col-li a {
  /*@extend %edx-link;*/
  text-transform: none;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.03em;
  display: inline;
  padding: 0; }
  .edx-header a.edx-link-blk:hover, .edx-header .programs .tab-content .content-link:hover, .edx-header .sidebar li a:hover, .tab-content .col-li a:hover, .edx-header a.edx-link-blk:focus, .edx-header .programs .tab-content .content-link:focus, .edx-header .sidebar li a:focus, .tab-content .col-li a:focus, .edx-header a.edx-link-blk:active, .edx-header .programs .tab-content .content-link:active, .edx-header .sidebar li a:active, .tab-content .col-li a:active {
    color: #007db8;
    border-bottom: 1px solid #007db8; }

.prevent-scroll {
  height: 100%;
  position: relative;
  overflow-y: hidden; }

.edx-header .icon-callout {
  width: 60%; }
.edx-header .icon-list {
  margin-top: -9px;
  width: 34%;
  padding-left: 0; }
  .edx-header .icon-list li {
    clear: both;
    float: none;
    border-bottom: 1px solid #4e4e4e;
    list-style: none; }
    .edx-header .icon-list li:after {
      content: '';
      display: table;
      clear: both; }
    .edx-header .icon-list li:last-of-type {
      border-bottom: none; }
    .edx-header .icon-list li .edx-icon {
      margin: 14px 0 5px; }
    .edx-header .icon-list li a {
      vertical-align: middle;
      font-size: 1.053em;
      margin-left: 20px;
      line-height: 53px; }
.edx-header .content-block {
  margin-right: 0;
  padding-right: 30px; }
  .edx-header .content-block .content-heading {
    color: #007db8;
    border: none;
    position: relative;
    display: inline;
    font-size: 1.6em;
    font-weight: 400;
    letter-spacing: -0.03em;
    text-transform: none; }
.edx-header .programs .tab-header {
  border: none;
  padding-bottom: 0; }
  .edx-header .programs .tab-header .program-header {
    border-bottom: 1px solid #4e4e4e;
    padding-bottom: 20px; }
.edx-header .programs .content-block {
  padding-top: 22px; }
.edx-header .programs .content-heading {
  padding: 0;
  font-size: 1.053em;
  font-weight: 400; }
.edx-header .programs .tab-content {
  padding: 0; }
  .edx-header .programs .tab-content .col-4 {
    padding-right: 20px;
    margin-right: 0;
    width: 31%; }
  .edx-header .programs .tab-content .wide-col-4 {
    width: 35%; }
  .edx-header .programs .tab-content .flex-display {
    display: flex; }
  .edx-header .programs .tab-content .content-link {
    vertical-align: middle;
    font-size: 1.053em;
    white-space: normal; }
    .edx-header .programs .tab-content .content-link .link-text {
      margin-top: 20px;
      display: block; }
  .edx-header .programs .tab-content .title-link:hover, .edx-header .programs .tab-content .title-link:focus, .edx-header .programs .tab-content .title-link:active {
    color: #007db8;
    border-bottom: 1px solid #007db8; }
  .edx-header .programs .tab-content .link-icon {
    background-image: url("/sites/all/themes/atedx/images/icons/edx-icon-sprite.png");
    background-repeat: no-repeat;
    width: 34px;
    height: 25px;
    overflow: hidden;
    margin: 22px 10px 0 0;
    padding: 0;
    position: relative;
    float: left;
    display: inline; }
  .edx-header .programs .tab-content .xseries-icon {
    background-position: -139px -76px; }
  .edx-header .programs .tab-content .professional-certificate-icon {
    background-position: -173px -74px; }
  .edx-header .programs .tab-content .micromaster-icon {
    background-position: -206px -77px; }
  .edx-header .programs .tab-content .program-list {
    padding: 0;
    margin: 0; }
  .edx-header .programs .tab-content .program-description {
    margin: 0; }
.edx-header .programs .tab-content .wide-col-4 {
  width: 34%; }
.edx-header .two-thirds-block {
  width: 600px;
  margin-right: 40px; }
  .edx-header .two-thirds-block .link {
    float: right;
    margin-top: 10px;
    color: #2968aa; }
    .edx-header .two-thirds-block .link:hover, .edx-header .two-thirds-block .link:focus, .edx-header .two-thirds-block .link:active {
      border-bottom: 1px solid #000; }
.edx-header .sidebar {
  width: 240px;
  padding-left: 35px;
  border-left: 1px solid #4e4e4e; }
  .edx-header .sidebar ul {
    margin-top: 25px;
    padding-left: 0; }
  .edx-header .sidebar li {
    border-bottom: 1px solid #4e4e4e;
    width: 190px;
    list-style: none; }
    .edx-header .sidebar li:last-of-type {
      border-bottom: none; }
    .edx-header .sidebar li a {
      line-height: 66px !important;
      vertical-align: middle;
      font-size: 1.053em !important; }

.menu-tab {
  position: absolute;
  top: 79px;
  left: 0;
  width: 880px;
  padding: 20px 40px;
  box-sizing: content-box;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  border-top: 4px solid #007db8;
  background: #fff;
  z-index: 1000; }
  .menu-tab.just-opened {
    z-index: 1010; }
  .menu-tab .tab-header {
    border-bottom: 1px solid #4e4e4e;
    padding-bottom: 20px;
    margin: 0; }
  .menu-tab h2,
  .menu-tab .heading {
    position: relative;
    display: inline;
    font-size: 1.947em;
    font-weight: 400;
    letter-spacing: -0.03em;
    text-transform: none; }
  .menu-tab h2 {
    color: #007db8;
    border: none; }
  .menu-tab h3 {
    position: relative;
    display: inline;
    font-size: 1.747em;
    font-weight: 400;
    letter-spacing: -0.03em;
    text-transform: none; }
  .menu-tab .btn {
    float: right;
    clear: right;
    letter-spacing: -0.03em;
    box-shadow: none; }
  .menu-tab .btn-blue {
    background: #007db8; }
    .menu-tab .btn-blue:hover, .menu-tab .btn-blue:focus, .menu-tab .btn-blue:active {
      background: #113D75; }
  .menu-tab .icon-title {
    line-height: 74px;
    vertical-align: middle !important;
    margin-left: 15px !important; }
  .menu-tab .menu-testimonial {
    clear: both;
    padding-top: 20px; }
    .menu-tab .menu-testimonial:after {
      content: '';
      display: table;
      clear: both; }
    .menu-tab .menu-testimonial .text {
      position: relative;
      display: inline;
      float: right;
      width: calc(100% - 180px);
      padding-right: 20px;
      letter-spacing: -0.03em; }
      .menu-tab .menu-testimonial .text p {
        color: #767676;
        letter-spacing: -0.03em; }
        .menu-tab .menu-testimonial .text p:first-of-type {
          margin-top: 0; }
      .menu-tab .menu-testimonial .text .source {
        font-size: 1em; }
    .menu-tab .menu-testimonial .quote {
      margin: 1em 0; }

.tab-content {
  padding-top: 20px;
  max-width: 880px; }
  .tab-content .col-ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; }
  .tab-content .col-li {
    width: 100%;
    margin: 0 0 0.25em;
    list-style: none; }
    .tab-content .col-li:last-of-type {
      margin-top: 32px; }
  .tab-content p {
    clear: both;
    margin: 20px 0 0;
    font-size: 1.053em;
    letter-spacing: -0.03em; }
    .tab-content p:after {
      content: '';
      display: table;
      clear: both; }
  .tab-content .tab-header {
    clear: both;
    position: relative; }
    .tab-content .tab-header:after {
      content: '';
      display: table;
      clear: both; }

@media only screen and (min-width: 980px) {
  .prevent-scroll {
    height: inherit;
    position: initial;
    overflow-y: auto; } }
@media only screen and (max-width: 979px) {
  .menu-tab {
    display: none; } }
.node-type-home-page .container,
.node-type-home-page .region-container-inner {
  max-width: 1440px; }
.node-type-home-page .region-container-inner {
  width: 100%; }

.edx-home-page {
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  .edx-home-page * {
    box-sizing: border-box; }
    .edx-home-page *:not(.fa) {
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  .edx-home-page .title {
    color: #767676;
    text-align: left;
    line-height: 1.1;
    border: none;
    margin: 0;
    padding: 0;
    margin-bottom: 28px;
    font-size: 1.5em;
    font-weight: 400; }
  .edx-home-page .home-content {
    clear: both;
    max-width: 1200px;
    padding: 30px 20px; }
    .edx-home-page .home-content:after {
      content: '';
      display: table;
      clear: both; }
    @media only screen and (min-width: 980px) {
      .edx-home-page .home-content {
        margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .edx-home-page .home-content {
        padding-left: 0;
        padding-right: 0; } }
  .edx-home-page .merchandising-banner {
    position: relative;
    background: #f0f5ff;
    height: 310px; }
    .edx-home-page .merchandising-banner .merchandising-banner-background {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .edx-home-page .merchandising-banner .merchandising-banner-background .background {
        width: 100%;
        height: 100%; }
        .edx-home-page .merchandising-banner .merchandising-banner-background .background div {
          width: 100%;
          height: 100%;
          background-repeat: no-repeat;
          background-position-x: right; }
    .edx-home-page .merchandising-banner .banner-img-wrapper img {
      position: absolute !important;
      height: 100%;
      max-width: none;
      right: 0; }
    .edx-home-page .merchandising-banner .banner-content {
      position: relative;
      padding: 0;
      max-width: 1200px;
      margin: 0 auto; }
      @media only screen and (min-width: 1440px) {
        .edx-home-page .merchandising-banner .banner-content {
          padding-left: 20px;
          padding-right: 20px; } }
  .edx-home-page .inline-merchandising {
    margin: 20px 20px 0; }
    @media only screen and (min-width: 980px) {
      .edx-home-page .inline-merchandising {
        margin-left: auto;
        margin-right: auto; } }
    .edx-home-page .inline-merchandising .title {
      color: #414141;
      max-width: 300px;
      padding: 0;
      margin: 0;
      text-transform: none;
      text-shadow: none;
      font-size: 2.0em;
      font-weight: 600; }
      @media only screen and (min-width: 540px) {
        .edx-home-page .inline-merchandising .title {
          max-width: 75%; } }
      @media only screen and (min-width: 768px) {
        .edx-home-page .inline-merchandising .title {
          max-width: 40%; } }
    .edx-home-page .inline-merchandising .subtitle {
      color: #414141;
      max-width: 50%;
      padding: 25px 0;
      margin: 0;
      text-transform: none;
      text-shadow: none;
      font-size: 1.5em;
      font-weight: 400; }
      @media only screen and (min-width: 540px) {
        .edx-home-page .inline-merchandising .subtitle {
          max-width: 75%; } }
      @media only screen and (min-width: 768px) {
        .edx-home-page .inline-merchandising .subtitle {
          max-width: 40%; } }
  .edx-home-page .hero-container {
    position: relative;
    margin-top: 64px;
    min-height: 300px;
    padding: 0;
    background: #f0f5ff; }
    .edx-home-page .hero-container.merchandising {
      min-height: 0; }
      .edx-home-page .hero-container.merchandising .merchandising-banner {
        padding: 0 20px; }
      .edx-home-page .hero-container.merchandising .title {
        margin-bottom: 0; }
        @media only screen and (min-width: 540px) {
          .edx-home-page .hero-container.merchandising .title {
            max-width: 75%; } }
        @media only screen and (min-width: 768px) {
          .edx-home-page .hero-container.merchandising .title {
            max-width: 50%; } }
    .edx-home-page .hero-container .hero-content {
      max-width: 1200px;
      position: relative;
      top: 0;
      right: 0;
      bottom: 30px;
      left: 0;
      padding: 0 18px 20px;
      z-index: 10;
      text-align: left; }
    .edx-home-page .hero-container .title {
      color: #414141;
      max-width: 300px;
      padding-top: 30px;
      text-transform: none;
      text-shadow: none;
      font-size: 2.5em;
      font-weight: 600; }
    .edx-home-page .hero-container .subtitle {
      color: #414141;
      max-width: 300px;
      padding: 15px 0 30px;
      margin: 0;
      text-transform: none;
      text-shadow: none;
      font-size: 1.5em;
      font-weight: 400; }
    .edx-home-page .hero-container .component-responsive-image img {
      position: absolute !important;
      height: 100%;
      max-width: none;
      right: 0; }
    .edx-home-page .hero-container .btn {
      margin-bottom: 5px;
      padding: 10px 20px; }
    @media only screen and (min-width: 540px) {
      .edx-home-page .hero-container {
        min-height: 290px; }
        .edx-home-page .hero-container .title {
          max-width: 75%; }
        .edx-home-page .hero-container .hero-content {
          padding-left: 20px;
          padding-right: 20px; } }
    @media only screen and (min-width: 768px) {
      .edx-home-page .hero-container .btn {
        font-size: 1.0em; }
      .edx-home-page .hero-container .hero-content .title {
        max-width: 400px; }
      .edx-home-page .hero-container .hero-img-wrapper {
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; } }
    @media only screen and (min-width: 980px) {
      .edx-home-page .hero-container {
        max-width: 2600px;
        margin-top: 0px;
        min-height: 310px; }
        .edx-home-page .hero-container .hero-content {
          bottom: 40px;
          margin: 0 auto; }
        .edx-home-page .hero-container .component-responsive-image img {
          height: auto;
          width: 100%; } }
    @media only screen and (min-width: 1180px) {
      .edx-home-page .hero-container {
        overflow: visible;
        margin: 0 auto; }
        .edx-home-page .hero-container .btn {
          font-size: 1.25em; }
        .edx-home-page .hero-container .hero-img-wrapper {
          width: 1200px;
          left: calc( (100% - 1200px) / 2); }
        .edx-home-page .hero-container .component-responsive-image img {
          height: 100%;
          width: auto; } }
    @media only screen and (min-width: 1440px) {
      .edx-home-page .hero-container {
        margin: 0 auto; }
        .edx-home-page .hero-container .hero-content {
          padding-left: 0;
          padding-right: 0; } }
  .edx-home-page .trust-bar-container {
    background: #fff;
    text-align: center;
    line-height: 1;
    position: relative;
    margin-top: -8px;
    margin-bottom: 0; }
    .edx-home-page .trust-bar-container .unslicked {
      display: none; }
    .edx-home-page .trust-bar-container .carousel-wrapper {
      max-width: 1200px; }
    @media only screen and (min-width: 540px) {
      .edx-home-page .trust-bar-container {
        margin-bottom: 0; }
        .edx-home-page .trust-bar-container .carousel-arrow.active {
          display: inline; }
        .edx-home-page .trust-bar-container .mobile-only {
          display: none; } }
    @media only screen and (min-width: 768px) {
      .edx-home-page .trust-bar-container {
        z-index: 1; }
        .edx-home-page .trust-bar-container .cta.btn-primary-blue, .edx-home-page .trust-bar-container .lead-capture .cta.btn.lead-capture-btn, .lead-capture .edx-home-page .trust-bar-container .cta.btn.lead-capture-btn,
        .edx-home-page .trust-bar-container .cta.btn-blue {
          padding-top: 30px; } }
    @media only screen and (min-width: 980px) {
      .edx-home-page .trust-bar-container {
        margin-top: -6px; } }
    @media only screen and (min-width: 1180px) {
      .edx-home-page .trust-bar-container .cta.btn-primary-blue, .edx-home-page .trust-bar-container .lead-capture .cta.btn.lead-capture-btn, .lead-capture .edx-home-page .trust-bar-container .cta.btn.lead-capture-btn,
      .edx-home-page .trust-bar-container .cta.btn-blue {
        padding-top: 20%; } }
  .edx-home-page .popular-subjects {
    display: flex;
    flex-direction: column; }
  .edx-home-page .subjects-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0; }
    .edx-home-page .subjects-list .subject-li {
      width: 100%;
      margin-bottom: 20px; }
    .edx-home-page .subjects-list .subject-link {
      padding: 10px 20px;
      margin-bottom: 0;
      width: 100%;
      height: 90px;
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      color: #007db8;
      background: #fff;
      border: 1px solid #e1e1e1;
      border-radius: 5px;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
      font-size: 1.375em;
      font-weight: 700; }
      .edx-home-page .subjects-list .subject-link:active, .edx-home-page .subjects-list .subject-link:focus, .edx-home-page .subjects-list .subject-link:hover {
        background: #F2F8FB; }
      .edx-home-page .subjects-list .subject-link .subject-icon {
        background: #d7e3fc;
        flex: 0 0 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 20px; }
    @media only screen and (min-width: 768px) {
      .edx-home-page .subjects-list {
        flex-direction: row; }
        .edx-home-page .subjects-list .subject-li {
          width: calc(50% - 10px);
          margin-right: 20px; }
          .edx-home-page .subjects-list .subject-li:nth-of-type(2n) {
            margin-right: 0; } }
    @media only screen and (min-width: 980px) {
      .edx-home-page .subjects-list {
        justify-content: flex-start; }
        .edx-home-page .subjects-list .subject-li {
          width: calc((100% - 40px) / 3); }
          .edx-home-page .subjects-list .subject-li:nth-of-type(2n) {
            margin-right: 20px; }
          .edx-home-page .subjects-list .subject-li:nth-of-type(3n) {
            margin-right: 0; } }
  .edx-home-page .footer-link {
    margin: 0;
    padding: 10px 20px;
    align-self: flex-start;
    border-radius: 4px; }
    .edx-home-page .footer-link:active, .edx-home-page .footer-link:focus, .edx-home-page .footer-link:hover {
      border: 1px solid #126F9A; }

.about-edx .page-title {
  border: none;
  margin: 20px 20px 0;
  color: #414141;
  font-size: 2em;
  font-weight: 600; }
  @media only screen and (min-width: 980px) {
    .about-edx .page-title {
      margin-left: 30px;
      margin-right: 30px; } }
.about-edx .section-title {
  color: #414141;
  margin: 0;
  line-height: 1.5;
  position: relative;
  z-index: 10;
  font-size: 1.25em;
  font-weight: 600; }
  @media only screen and (min-width: 540px) {
    .about-edx .section-title {
      margin-top: 10px; } }
  @media only screen and (min-width: 980px) {
    .about-edx .section-title {
      font-size: 2em; } }
.about-edx .section-content {
  display: none;
  padding-top: 30px; }
  .about-edx .section-content .image-link {
    border: 1px dotted transparent; }
    .about-edx .section-content .image-link:focus, .about-edx .section-content .image-link:hover {
      border-color: #2968aa; }
.about-edx .section-p {
  margin: 0 0 2em;
  position: relative;
  z-index: 10; }
.about-edx .active .section-content {
  display: block; }
.about-edx .about-block {
  padding: 20px;
  border: 1px solid #dadada;
  border-bottom-width: 0;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 980px) {
    .about-edx .about-block {
      padding-left: 30px;
      padding-right: 30px; } }
  .about-edx .about-block.active .accordion-close-btn {
    padding: 0;
    margin-top: 30px; }
  .about-edx .about-block.active.the-mission {
    color: #fff;
    background-color: #f5f5f5;
    background-image: url("/sites/all/themes/atedx/images/backgrounds/globe-sm.jpg");
    background-position-y: center; }
    .about-edx .about-block.active.the-mission .section-title {
      color: #fff; }
    .about-edx .about-block.active.the-mission .accordion-btn {
      color: #fff;
      border-color: #fff; }
      .about-edx .about-block.active.the-mission .accordion-btn:focus, .about-edx .about-block.active.the-mission .accordion-btn:hover {
        color: #ccc;
        border-color: #ccc; }
    .about-edx .about-block.active.the-mission .accordion-close-btn {
      color: #fff; }
  .about-edx .about-block.active.our-story {
    background-image: url("/sites/all/themes/atedx/images/backgrounds/world-map-sm.png");
    background-size: contain; }
  .about-edx .about-block.active.member-section:not(.even) {
    background-color: #fff; }
  .about-edx .about-block.member-section.even .member-list .member-details.active {
    background: #fff; }
    .about-edx .about-block.member-section.even .member-list .member-details.active .overview:after {
      background: #f5f5f5; }
  .about-edx .about-block.member-section.even .member-description {
    background: #fff; }
  @media only screen and (min-width: 540px) {
    .about-edx .about-block.the-mission {
      background-image: url("/sites/all/themes/atedx/images/backgrounds/globe-md.jpg"); } }
  @media only screen and (min-width: 768px) {
    .about-edx .about-block.the-mission {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      padding-top: 80px;
      padding-bottom: 80px; }
      .about-edx .about-block.the-mission .section-content {
        padding-top: 0; } }
  @media only screen and (min-width: 980px) {
    .about-edx .about-block.the-mission {
      background-image: url("/sites/all/themes/atedx/images/backgrounds/globe-lg.jpg"); } }
  @media only screen and (min-width: 1180px) {
    .about-edx .about-block.the-mission {
      padding-left: calc( ( 100% - 1160px ) / 2 ); } }
  .about-edx .about-block.our-story {
    background-position: 50% 0; }
    .about-edx .about-block.our-story .mobile-partners {
      display: flex;
      justify-content: space-evenly; }
    .about-edx .about-block.our-story .partner-image {
      width: 200px; }
    .about-edx .about-block.our-story .desktop-partners {
      display: none; }
    @media only screen and (min-width: 540px) {
      .about-edx .about-block.our-story {
        background-image: url("/sites/all/themes/atedx/images/backgrounds/world-map-md.png"); } }
    @media only screen and (min-width: 768px) {
      .about-edx .about-block.our-story .section-content {
        display: flex; }
      .about-edx .about-block.our-story .mobile-partners {
        display: none; }
      .about-edx .about-block.our-story .desktop-partners {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        max-width: 449px; }
        .about-edx .about-block.our-story .desktop-partners .partner-image {
          width: 150px; }
      .about-edx .about-block.our-story .main-text,
      .about-edx .about-block.our-story .our-partners {
        width: 50%; }
      .about-edx .about-block.our-story .our-partners {
        text-align: center; } }
    @media only screen and (min-width: 980px) {
      .about-edx .about-block.our-story {
        background-image: url("/sites/all/themes/atedx/images/backgrounds/world-map-lg.png");
        max-width: none; }
        .about-edx .about-block.our-story .our-partners {
          padding-left: 50px; }
        .about-edx .about-block.our-story .desktop-partners {
          max-width: none; }
          .about-edx .about-block.our-story .desktop-partners .partner-image {
            margin-left: 25px;
            margin-right: 25px; }
        .about-edx .about-block.our-story .partner-link {
          margin-left: 10px; } }
  .about-edx .about-block.research {
    padding-bottom: 40px; }
  .about-edx .about-block.careers {
    color: #fff;
    font-size: 1.125em;
    line-height: 1.4;
    border-bottom-width: 1px;
    background-image: url("/sites/all/themes/atedx/images/headers/careers-hero-s.jpg");
    background-repeat: inherit;
    background-size: auto; }
    @media only screen and (min-width: 540px) {
      .about-edx .about-block.careers {
        background-image: url("/sites/all/themes/atedx/images/headers/careers-hero-m.jpg"); } }
    @media only screen and (min-width: 768px) {
      .about-edx .about-block.careers {
        background-image: url("/sites/all/themes/atedx/images/headers/careers-hero-l.jpg"); } }
    @media only screen and (min-width: 980px) {
      .about-edx .about-block.careers {
        background-image: url("/sites/all/themes/atedx/images/headers/careers-hero-xl.jpg"); } }
    @media only screen and (min-width: 1180px) {
      .about-edx .about-block.careers {
        background-image: url("/sites/all/themes/atedx/images/headers/careers-hero-xxl.jpg"); } }
    .about-edx .about-block.careers .section-title {
      color: #fff; }
    .about-edx .about-block.careers .caret-link-wrapper {
      color: #fff; }
      .about-edx .about-block.careers .caret-link-wrapper .section-link {
        color: #fff; }
        .about-edx .about-block.careers .caret-link-wrapper .section-link:focus, .about-edx .about-block.careers .caret-link-wrapper .section-link:hover {
          color: #ccc; }
          .about-edx .about-block.careers .caret-link-wrapper .section-link:focus ~ .icon, .about-edx .about-block.careers .caret-link-wrapper .section-link:hover ~ .icon {
            color: #ccc; }
    .about-edx .about-block.careers p {
      font-size: 1.25em; }
  .about-edx .about-block .caret-link-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
    color: #2968aa; }
    .about-edx .about-block .caret-link-wrapper .icon {
      margin-right: 15px; }
    .about-edx .about-block .caret-link-wrapper .section-link {
      text-decoration: underline;
      color: #2968aa; }
      .about-edx .about-block .caret-link-wrapper .section-link:focus, .about-edx .about-block .caret-link-wrapper .section-link:hover {
        color: #414141;
        border: none; }
        .about-edx .about-block .caret-link-wrapper .section-link:focus ~ .icon, .about-edx .about-block .caret-link-wrapper .section-link:hover ~ .icon {
          color: #414141; }
  .about-edx .about-block .mission-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .about-edx .about-block .mission-list li {
      margin-bottom: 20px;
      font-size: 1em; }
      .about-edx .about-block .mission-list li:last-of-type {
        margin-bottom: 0; }
      @media only screen and (min-width: 980px) {
        .about-edx .about-block .mission-list li {
          font-size: 1.25em; } }
.about-edx .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between; }
.about-edx .accordion-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: 3px solid #2968aa;
  border-radius: 50%;
  color: #2968aa;
  width: 30px;
  height: 30px;
  margin-left: 10px; }
  .about-edx .accordion-btn:focus, .about-edx .accordion-btn:hover {
    background: #2968aa;
    color: #f5f5f5; }
.about-edx .accordion-close-btn,
.about-edx .description-close-btn {
  background: none;
  border: none; }
  .about-edx .accordion-close-btn .label,
  .about-edx .description-close-btn .label {
    margin-left: 10px;
    text-decoration: underline; }
@media only screen and (min-width: 540px) {
  .about-edx .accordion-header {
    display: block; }
  .about-edx .accordion-btn,
  .about-edx .accordion-close-btn {
    display: none; }
  .about-edx .section-content {
    display: block; }
  .about-edx .about-block.member-section:not(.even) {
    background-color: #fff; } }
@media only screen and (min-width: 1180px) {
  .about-edx .page-title,
  .about-edx .section-title,
  .about-edx .section-content {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto; } }

.list-instructors {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.list-instructor__item {
  overflow: hidden;
  padding: 10px 0 10px; }
  .list-instructor__item:nth-of-type(3n+1) {
    clear: left; }
  .list-instructor__item a {
    display: inline-block; }
    .list-instructor__item a:hover, .list-instructor__item a:focus {
      border: none; }
      .list-instructor__item a:hover .instructor-img, .list-instructor__item a:focus .instructor-img {
        border-color: #2968aa; }
      .list-instructor__item a:hover .instructor-name, .list-instructor__item a:focus .instructor-name {
        text-decoration: underline;
        word-wrap: normal; }
  .list-instructor__item .instructor-org {
    display: block;
    font-weight: 600; }

.instructor-img {
  float: left;
  margin-right: 1em;
  max-width: 74px;
  border-radius: 100%;
  border: 4px solid #e6e6e6;
  transition: border .2s; }

.instructor-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 1em; }

@media screen and (min-width: 900px) {
  .list-instructors {
    text-align: center; }

  .list-instructor__item {
    float: left;
    margin: 0;
    padding: 15px 20px;
    width: 33.33333%; }

  .instructor-name {
    margin-top: 0; }

  .instructor-img {
    float: none;
    margin: 0;
    max-width: 100px; } }
/* local variables */
#main-content {
  padding: 0; }

#block-system-main {
  position: relative; }

.region-column-wrapper {
  background: #f8f8f8; }
  .region-column-wrapper .container {
    width: 100%; }
  .region-column-wrapper .content-column {
    background: #f8f8f8; }

#page .container {
  padding: 0;
  margin: 0 auto; }

.hide-phone {
  display: none; }

.search-app {
  position: relative; }

.search-header {
  padding: 15px 13px 0;
  height: auto;
  margin-bottom: 10px;
  position: relative; }
  .search-header:focus {
    outline: none;
    border: none; }
  .search-header .fa-spin {
    margin-right: 10px; }
  .search-header h2 {
    width: -moz-calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    border: none;
    font-size: 1em;
    font-weight: 600;
    color: #414141;
    margin: 0;
    padding: 0; }
    .search-header h2.hidden {
      display: none; }
  .search-header .result-option {
    display: none; }
  .search-header .course-search-bar {
    margin: 0 4px 10px 0;
    position: relative; }
    .search-header .course-search-bar .form-item {
      margin: 0; }
    .search-header .course-search-bar form,
    .search-header .course-search-bar .form {
      width: -moz-calc(100% - 65px);
      width: -webkit-calc(100% - 65px);
      width: calc(100% - 65px); }
  .search-header .filters {
    clear: both;
    -webkit-transition: all 0.3s 0 linear;
    -moz-transition: all 0.3s 0 linear;
    transition: all 0.3s 0 linear;
    width: 100%;
    max-height: 200px;
    height: auto;
    padding: 0;
    overflow: hidden; }
    .search-header .filters:after {
      content: '';
      display: table;
      clear: both; }
    .search-header .filters.collapsed {
      max-height: 0px;
      border: none; }
    .search-header .filters.waiting {
      opacity: 0.2;
      pointer-events: none; }
    .search-header .filters ul {
      padding-left: 0;
      margin: 0;
      list-style: none; }
    .search-header .filters li {
      background: #e6e6e6;
      padding: 10px 15px;
      margin: 10px 20px 10px 0;
      position: relative;
      float: left; }
      .search-header .filters li a,
      .search-header .filters li .facet-option {
        color: #3d3e3f;
        font-weight: 600; }
        .search-header .filters li a:hover, .search-header .filters li a:focus,
        .search-header .filters li .facet-option:hover,
        .search-header .filters li .facet-option:focus {
          border-bottom: none; }
      .search-header .filters li .fa {
        color: #9b9b9b;
        margin-left: 15px; }
    .search-header .filters .active-filters li {
      width: -moz-calc(100% - 30px);
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px); }
      .search-header .filters .active-filters li .fa {
        position: absolute;
        top: 15px;
        right: 10px; }
      .search-header .filters .active-filters li a,
      .search-header .filters .active-filters li .facet-option {
        background: none;
        border: none;
        font-family: "Open Sans", Arial, Helvetica, sans-serif; }
    .search-header .filters .clear-filters {
      color: #007db8;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 1em;
      font-weight: 600;
      line-height: 44px;
      margin: 10px 0;
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      background: none;
      border: none; }
      .search-header .filters .clear-filters:hover, .search-header .filters .clear-filters:focus {
        border-bottom: none; }
  .search-header .loading {
    margin: 0;
    position: relative;
    z-index: 1; }
  .search-header .facet-toggle {
    color: #007db8;
    color: #2968aa;
    position: absolute;
    top: -5px;
    right: -20px;
    padding: 10px 20px 25px;
    font-size: 24px; }
    .search-header .facet-toggle:hover, .search-header .facet-toggle:focus {
      border-bottom: none; }
    .search-header .facet-toggle.active {
      background: white;
      color: black;
      border-top: 1px solid black;
      border-left: 1px solid black;
      z-index: 101; }
  .search-header button.facet-toggle {
    background: none;
    border: none;
    top: 8px;
    right: 0;
    padding-bottom: 19px; }
  .search-header .webview-filter {
    display: none; }
  .search-header.webview .webview-filter {
    display: inline; }
  .search-header .btn-blue {
    background: #007db8;
    box-shadow: none; }
  .search-header.webview {
    padding-top: 1px; }
    .search-header.webview h2 {
      font-size: 1.2em; }
    .search-header.webview .course-list-search-bar {
      margin-top: 10px; }
    .search-header.webview .facet-toggle {
      text-transform: uppercase;
      font-size: 0.9em;
      font-weight: 700;
      position: relative;
      left: -10px;
      padding: 5px 10px; }
      .search-header.webview .facet-toggle.active {
        border-right: 1px solid black; }
      .search-header.webview .facet-toggle.show-phone {
        display: none; }

.search-results {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 0;
  margin-bottom: 80px;
  float: left;
  z-index: 10; }
  .search-results.waiting {
    opacity: 0.2;
    pointer-events: none; }
  .search-results h3 {
    font-weight: 600;
    color: #3d3e3f; }
  .search-results .no-results {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    background: #e6e6e6;
    width: 100%;
    padding: 0; }
    .search-results .no-results:after {
      content: '';
      display: table;
      clear: both; }
    .search-results .no-results .query-str {
      color: #701f3f; }
    .search-results .no-results h3 {
      margin: 0;
      padding: 15px 15px 10px;
      border-top: 4px solid #8a8c8f;
      background: white; }
    .search-results .no-results ul {
      background: white;
      margin-top: 0;
      padding: 0 15px 15px 30px;
      font-size: 0.9em; }
    .search-results .no-results li {
      margin-bottom: 0;
      margin-left: 1%; }
  .search-results .filtered {
    clear: both;
    margin-bottom: 20px;
    padding: 10px 12px 40px; }
    .search-results .filtered:after {
      content: '';
      display: table;
      clear: both; }

.page-course .columns {
  overflow: visible; }

.loading {
  clear: both;
  background: #e6e6e6;
  padding: 15px;
  margin: 0 1%; }
  .loading:after {
    content: '';
    display: table;
    clear: both; }
  .loading p {
    margin-left: -moz-calc(50% - 50px);
    margin-left: -webkit-calc(50% - 50px);
    margin-left: calc(50% - 50px);
    width: 160px;
    font-size: 1.6rem;
    color: #646464;
    opacity: 0.6;
    margin-bottom: 0; }
    .loading p .fa {
      margin-right: 10px; }

.view-featured-courses-on-search {
  -webkit-transition: height 0.3s 0 linear;
  -moz-transition: height 0.3s 0 linear;
  transition: height 0.3s 0 linear;
  background: #e6e6e6;
  padding: 10px 12px 0;
  margin: 10px 0;
  overflow: hidden; }
  .view-featured-courses-on-search.collapsed {
    height: 0;
    padding: 0;
    margin: 0; }
  .view-featured-courses-on-search h3 {
    color: #3d3e3f;
    font-size: 1em;
    font-weight: 600;
    margin: 0 0 5px; }

.reveal-modal.course-intro {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: -moz-calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  left: 0;
  margin-left: 25px;
  margin-top: 20px; }
  .reveal-modal.course-intro .rwd-video {
    position: relative;
    height: auto;
    max-width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden; }
    .reveal-modal.course-intro .rwd-video iframe,
    .reveal-modal.course-intro .rwd-video object,
    .reveal-modal.course-intro .rwd-video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/** Facets aside **/
.search-facets {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s 0 linear;
  -moz-transition: all 0.3s 0 linear;
  transition: all 0.3s 0 linear;
  -moz-box-shadow: 1px 2px 5px #ccc;
  -webkit-box-shadow: 1px 2px 5px #ccc;
  box-shadow: 1px 2px 5px #ccc;
  width: 100%;
  max-height: 2000px;
  float: left;
  padding: 10px 0;
  background: white;
  border-top: 1px solid black;
  border-bottom: 2px solid black;
  position: absolute;
  top: 65px;
  z-index: 100; }
  .search-facets:before {
    content: '';
    top: -3px;
    right: 0;
    position: absolute;
    width: 56px;
    height: 5px;
    background: white; }
  .search-facets.webview:before {
    width: 136px;
    left: 4px; }
  .search-facets.phone-menu {
    display: none;
    max-height: 0px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border: none; }
    .search-facets.phone-menu:before {
      opacity: 0; }
  .search-facets.overflow {
    overflow: hidden; }
  .search-facets.waiting {
    opacity: 0.2;
    pointer-events: none; }
  .search-facets h2 {
    font-size: 1.2em;
    font-weight: bold;
    color: #3d3e3f;
    border: none;
    padding: 10px;
    margin: 0 10px; }
  .search-facets section {
    padding: 10px 0;
    margin: 0 10px;
    border-top: 1px solid #e6e6e6; }
    .search-facets section:first-child {
      border-top: none; }
    .search-facets section .schools-search {
      margin-bottom: 10px; }
  .search-facets h3 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin: 0 10px 10px;
    font-size: 0.9em;
    color: #3d3e3f; }
  .search-facets ul {
    -webkit-transition: all 0.3s 0 linear;
    -moz-transition: all 0.3s 0 linear;
    transition: all 0.3s 0 linear;
    padding-left: 0;
    margin: 0;
    list-style: none;
    overflow: hidden; }
    .search-facets ul.collapse {
      max-height: 290px; }
    .search-facets ul.selected {
      max-height: 29px; }
  .search-facets .toggle {
    clear: both; }
    .search-facets .toggle:after {
      content: '';
      display: table;
      clear: both; }
    .search-facets .toggle a {
      color: #007db8;
      font-weight: 600;
      font-size: 0.9em; }
  .search-facets .cta-text {
    color: #007db8;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
    background: none;
    border: none;
    padding: 0 0 0 12px; }
    .search-facets .cta-text:hover, .search-facets .cta-text:focus {
      border-bottom: none; }
    .search-facets .cta-text:hover, .search-facets .cta-text:focus {
      outline: 1px dotted black; }
  .search-facets .shrink {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    overflow: hidden; }
    .search-facets .shrink a,
    .search-facets .shrink .count {
      opacity: 0; }
  .search-facets li {
    clear: both;
    -webkit-transition: height 0.3s 0 linear;
    -moz-transition: height 0.3s 0 linear;
    transition: height 0.3s 0 linear;
    position: relative;
    font-size: 0.9em;
    height: 28px;
    line-height: 28px;
    padding: 0;
    overflow: hidden;
    border-top: 1px solid #e6e6e6; }
    .search-facets li:after {
      content: '';
      display: table;
      clear: both; }
    .search-facets li:first-child {
      border-top-color: white; }
    .search-facets li:hover {
      background: #007db8; }
      .search-facets li:hover .count,
      .search-facets li:hover .facet-option,
      .search-facets li:hover a {
        color: white; }
    .search-facets li .facet-option:focus,
    .search-facets li a:focus {
      background: #007db8;
      color: white; }
      .search-facets li .facet-option:focus + .count,
      .search-facets li a:focus + .count {
        background: #007db8;
        color: white; }
    .search-facets li .count {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 40px;
      font-size: 0.9em;
      position: absolute;
      right: 22px;
      text-align: right;
      font-weight: normal;
      opacity: 1; }
    .search-facets li.selected {
      background: #e6e6e6; }
      .search-facets li.selected:hover a, .search-facets li.selected:hover .facet-option {
        color: black; }
      .search-facets li.selected .count {
        color: #e6e6e6; }
        .search-facets li.selected .count:before {
          content: '\f00d';
          width: 40px;
          font-family: FontAwesome;
          color: #9b9b9b;
          position: absolute;
          top: -2px;
          left: 15px;
          text-align: center; }
      .search-facets li.selected a:focus .count,
      .search-facets li.selected .facet-option:focus .count {
        color: #007db8; }
        .search-facets li.selected a:focus .count:before,
        .search-facets li.selected .facet-option:focus .count:before {
          color: white; }
  .search-facets a,
  .search-facets .facet-option {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: left;
    float: left;
    width: 100%;
    height: 100%;
    padding-left: 12px;
    color: #3d3e3f;
    opacity: 1;
    background: none;
    border: none; }
    .search-facets a:hover, .search-facets a:focus,
    .search-facets .facet-option:hover,
    .search-facets .facet-option:focus {
      border-bottom: none;
      outline: 0; }
  .search-facets .facet-select {
    width: calc(100% - 98px) !important;
    margin-left: 12px; }
  .search-facets .select-facet-button {
    padding: 5px 8px; }
    .search-facets .select-facet-button:hover, .search-facets .select-facet-button:active, .search-facets .select-facet-button:focus {
      background: #126F9A;
      color: white; }
  .search-facets .hide-list {
    color: #007db8;
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin-left: 10px;
    font-size: 1em;
    font-weight: normal;
    text-align: left; }
    .search-facets .hide-list:hover, .search-facets .hide-list:focus {
      border-bottom: none; }

.sort-bar {
  height: 50px;
  padding: 0 1%;
  display: flex;
  justify-content: flex-end; }
  .sort-bar .card-sort {
    width: 200px;
    margin-right: 5px;
    height: 30px; }

.search-results-footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  width: 100%;
  background: white;
  float: left;
  border-top: 4px solid #8a8c8f;
  margin: 40px 0;
  padding: 15px; }
  .search-results-footer:after {
    content: '';
    display: table;
    clear: both; }

/*
 * Smarthphone Portrait
 */
/*
 * Smartphone Landscape and up
 */
@media only screen and (min-width: 320px) {
  .search-header .filters .active-filters li {
    width: auto; }
    .search-header .filters .active-filters li .fa {
      position: relative;
      top: auto;
      right: auto; }
  .search-header .filters .clear-filters {
    width: auto;
    text-align: right; }

  .search-facets {
    -moz-box-shadow: 0 0 0 white;
    -webkit-box-shadow: 0 0 0 white;
    box-shadow: 0 0 0 white;
    box-shadow: none;
    border: none;
    width: 100%;
    position: relative;
    top: auto; }
    .search-facets li {
      border-top-color: white;
      border-top: 1px solid #e6e6e6;
      padding: 4px 0px 4px 0px; }
      .search-facets li .count {
        right: 12px; } }
/*
 * Stay in 1 column layout until cards can be at least
 * 220px wide and fit on 1 line.
 */
@media only screen and (min-width: 540px) {
  .search-header .result-option {
    display: inline; }

  .search-results .no-results {
    padding: 0 1%; }
  .search-results .filtered {
    padding-left: 6px;
    padding-right: 6px; }

  .view-featured-courses-on-search {
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 40px; }
    .view-featured-courses-on-search h3 {
      margin: 0 1%; }

  .search-facets {
    -moz-box-shadow: 0 0 0 white;
    -webkit-box-shadow: 0 0 0 white;
    box-shadow: 0 0 0 white;
    box-shadow: none;
    border: none;
    width: 100%;
    position: relative;
    top: auto; }
    .search-facets li {
      border-top-color: white;
      border-top: 1px solid #e6e6e6;
      padding: 4px 0px 4px 0px; }
      .search-facets li .count {
        right: 12px; } }
/*
 * Tablet and up
 */
@media only screen and (min-width: 768px) {
  body:not(.front) #page .container {
    margin: 0 20px; }
  body:not(.front) .region-column-wrapper .container {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px); }

  .hide-phone {
    display: inherit; }

  .show-phone {
    display: none; }

  .search-header {
    padding: 40px 10px 10px; }
    .search-header .mobile, .search-header.mobile {
      display: none; }
    .search-header.webview .webview-filter {
      display: none; }
    .search-header .filters {
      border-top: 1px solid #e6e6e6;
      border-bottom: 1px solid #e6e6e6; }
    .search-header h2 {
      width: -moz-calc(100% - 450px);
      width: -webkit-calc(100% - 450px);
      width: calc(100% - 450px);
      font-size: 1.75em;
      font-weight: 600;
      line-height: 30px;
      color: #3d3e3f;
      display: inline;
      float: left;
      margin-bottom: 0.7em;
      padding-bottom: 0.45em; }
    .search-header .course-search-bar {
      margin-bottom: 40px;
      width: 430px; }
      .search-header .course-search-bar form,
      .search-header .course-search-bar .form {
        width: 100%;
        margin-left: 0; }

  .view-featured-courses-on-search {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 25px; }
    .view-featured-courses-on-search.collapsed {
      margin-bottom: 0; }

  .search-results {
    width: 66.66%; }
    .search-results .filtered {
      padding-top: 0;
      padding-right: 0;
      padding-left: 0; }

  .search-results-footer {
    width: 65.11%;
    margin: 40px 0.75% 80px; }

  .search-facets {
    -moz-box-shadow: 0 0 0 white;
    -webkit-box-shadow: 0 0 0 white;
    box-shadow: 0 0 0 white;
    box-shadow: none;
    border: none;
    width: 33.33%;
    position: relative;
    top: auto; }
    .search-facets.phone-menu {
      display: inline;
      max-height: 2000px;
      padding: 0;
      margin: 0 0 70px;
      overflow: visible; }
    .search-facets h2,
    .search-facets section {
      margin: 0; }
    .search-facets li {
      border-top-color: white;
      padding: 0; }
      .search-facets li .count {
        right: 12px; }

  .reveal-modal.course-intro {
    left: -moz-calc(50% - 320px);
    left: -webkit-calc(50% - 320px);
    left: calc(50% - 320px);
    width: 640px; }

  .course-list-search-bar {
    float: right; } }
/*
 * Point at which search bar and text can grow
 */
@media only screen and (min-width: 820px) {
  .search-header h2 {
    width: -moz-calc(100% - 520px);
    width: -webkit-calc(100% - 520px);
    width: calc(100% - 520px); }
  .search-header .course-search-bar {
    width: 500px; } }
/*
 * Desktops/laptops and up
 */
@media only screen and (min-width: 980px) {
  .search-header h2 {
    line-height: 1.75em; }

  .search-results {
    width: 75%; }

  .search-results-footer {
    width: 73.5%; }

  .search-facets {
    width: 25%;
    /*padding-right: 0.75%;*/ } }
/*
 * Large Desktops/laptops and up
 */
@media only screen and (min-width: 1180px) {
  body:not(.front) #page .container {
    margin: 0 auto; }

  #page .container {
    margin: 0 auto; }

  .search-header h2 {
    font-size: 2em;
    line-height: 2em;
    width: 500px; }
  .search-header .course-search-bar {
    width: 500px; } }
/* Section: Course Detail (content type course) */
.node-type-course h3 {
  font-size: 1em;
  margin-bottom: 0.3em; }
.node-type-course p {
  font-size: 0.9em;
  line-height: 1.5em; }
.node-type-course li {
  font-size: 0.9em;
  line-height: 1.5em;
  margin-bottom: 5px; }
.node-type-course .staff-resume,
.node-type-course .staff-resume p,
.node-type-course .course-detail-prerequisites-full,
.node-type-course .course-detail-prerequisites-full p {
  font-size: 14px;
  line-height: 1.5em; }
.node-type-course .content-inner {
  position: relative; }
  .node-type-course .content-inner .column-right {
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px); }
  .node-type-course .content-inner .view {
    padding: 0 15px 0 15px; }
  .node-type-course .content-inner .node-content {
    padding: 0 30px 1.5em 15px; }
  .node-type-course .content-inner .nospace {
    padding: 0; }
.node-type-course .view-course-detail {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.course-section {
  margin-bottom: 1.5em; }
  .course-section h2 {
    font-size: 1.2em; }
  .course-section h3 {
    margin: 25px 0 5px; }

.course-detail-subtitle.copy-lead, .course-detail-subtitle.copy-lead p {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 600; }

.course-detail-title {
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.3em;
  border-bottom: 1px solid #B1B2B4; }
  .course-detail-title sup {
    font-size: 14px;
    top: -1.0em; }

.course-detail-image {
  margin-bottom: 20px; }
  .course-detail-image img {
    display: block;
    max-width: initial;
    width: 100%; }

.course-detail-video .video-modal-link {
  display: none; }
.course-detail-video .description {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 1.1em;
  height: 28px;
  width: 252px;
  margin-left: 68px;
  margin-top: 7px;
  padding-top: 5px;
  position: absolute;
  text-align: center; }
.course-detail-video .playvideo {
  background: url("/sites/all/themes/atedx/images/video-play-button.png") no-repeat scroll center center transparent;
  height: 211px;
  position: absolute;
  width: 320px; }

.course-detail-overview {
  background-color: #F0EFEF;
  padding: 10px; }
  #block-views-course-detail-summary .course-detail-overview .view-course-detail {
    width: 100%;
    padding: 0; }

.course-detail-info {
  background-color: #FAF9F9;
  padding: 4px 10px 10px;
  text-align: right; }
  .course-detail-info .label {
    display: inline;
    float: left;
    font-size: 1em;
    font-weight: normal; }
  .course-detail-info .item {
    padding: 8px 0;
    border-bottom: 1px solid #D7D7D7;
    font-weight: 600; }
    .course-detail-info .item:last-child {
      border-bottom: 0; }

.course-detail-prerequisites {
  background-color: #E1E1E1;
  padding: 10px;
  margin-bottom: 8px; }
  .course-detail-prerequisites .field {
    font-weight: 600; }
  .course-detail-prerequisites h4 {
    margin-top: 1.1em;
    margin-bottom: 0; }

.course-detail-prerequisites-more {
  text-align: right; }

.course-detail-register {
  margin: 0 auto -50px; }
  #block-views-course-detail-footer .course-detail-register {
    margin-bottom: -60px; }
  .course-detail-register iframe {
    width: 100%; }

.course-detail-social {
  background-color: #F0EFEF;
  overflow: auto;
  position: relative;
  z-index: 5; }
  .course-detail-social .addthis_toolbox {
    padding: 10px; }
  .course-detail-social iframe {
    width: 100%; }
  .course-detail-social ul {
    list-style: none outside none;
    margin: 0;
    padding: 0; }
    .course-detail-social ul li {
      float: left;
      text-align: center;
      width: 72px; }
      .course-detail-social ul li.separator {
        padding-top: 8px;
        width: 1px; }

.course-detail-undisplayed {
  background-color: #FAF9F9;
  padding: 4px 10px 10px; }
  .course-detail-undisplayed .item {
    padding: 8px 0;
    border-bottom: 1px solid #D7D7D7; }
    .course-detail-undisplayed .item:last-child {
      border-bottom: 0; }

.course-detail-additional {
  background-color: #F0EFEF;
  padding: 20px 10px; }
  .course-detail-additional .field {
    text-transform: uppercase;
    padding-bottom: 1em; }

#block-views-course-detail-summary {
  background-color: #EEE;
  margin: 24px 15px; }

#block-views-course-detail-footer {
  margin-bottom: 24px; }

.course-detail-xseries {
  background-color: #F0EFEF;
  padding: 15px;
  margin: 10px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC; }
  .course-detail-xseries h3 {
    font-weight: 700;
    font-size: 1.1em;
    margin-bottom: 0px; }
    .course-detail-xseries h3.is-xseries {
      margin-bottom: 6px; }
  .course-detail-xseries p {
    margin-bottom: 0px; }
  .course-detail-xseries a {
    color: #2F73BC;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap; }
    .course-detail-xseries a:hover {
      border-bottom: 1px dotted #2F73BC;
      color: #2F73BC; }

.course-detail-enrollment {
  padding-bottom: 30px; }
  .course-detail-enrollment a {
    color: #2F73BC;
    text-decoration: none; }
    .course-detail-enrollment a:hover {
      border-bottom: 1px dotted #2F73BC; }
  .course-detail-enrollment .course-how-take-title {
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }
  .course-detail-enrollment .course-how-take-block {
    padding-bottom: 30px;
    padding: 30px 25px 20px; }
    .course-detail-enrollment .course-how-take-block h3 {
      font-weight: 700;
      margin-bottom: 20px;
      max-width: 85%; }
    .course-detail-enrollment .course-how-take-block p {
      margin-bottom: 0;
      margin-top: 0;
      padding-bottom: 1px; }
    .course-detail-enrollment .course-how-take-block .course-how-take-block-footer {
      border-top: 1px solid #d8d8d8;
      margin-top: 10px;
      overflow: auto;
      padding-top: 10px; }
      .course-detail-enrollment .course-how-take-block .course-how-take-block-footer .course-take-audit-cost {
        float: left; }
      .course-detail-enrollment .course-how-take-block .course-how-take-block-footer .course-take-audit-more {
        float: right; }
  .course-detail-enrollment .course-how-take-audit {
    background: url("/sites/all/themes/atedx/images/course-how-take-audit.png") repeat-x center top #f7f7f7; }
  .course-detail-enrollment .course-how-take-honor {
    border-top: 4px solid #3185bd;
    background: #f7f7f7; }
  .course-detail-enrollment .course-how-take-verified {
    border-top: 4px solid #080;
    background: #f7f7f7;
    position: relative;
    margin-top: 15px; }
    .course-detail-enrollment .course-how-take-verified:after {
      content: '';
      width: 34px;
      height: 45px;
      position: absolute;
      top: -4px;
      right: 15px;
      background: url("../images/verified.png") -8px -6px no-repeat; }
  .course-detail-enrollment .course-how-take-or {
    background: url("/sites/all/themes/atedx/images/course-how-take-or.png") repeat-x center center transparent;
    color: #d8d8d8;
    font-weight: 700;
    margin: 15px 0;
    text-align: center; }
  .course-detail-enrollment .course-how-take-professional-ed {
    position: relative;
    padding-top: 40px;
    background: #f7f7f7; }
    .course-detail-enrollment .course-how-take-professional-ed:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 4px;
      width: 100%;
      background: #e86caa;
      z-index: 100; }
    .course-detail-enrollment .course-how-take-professional-ed:after {
      content: 'PROFESSIONAL EDUCATION';
      position: absolute;
      top: 0;
      left: 20px;
      height: 22px;
      width: 205px;
      padding-top: 3px;
      font-size: 0.8em;
      font-weight: bold;
      text-align: center;
      line-height: 18px;
      letter-spacing: 0.0625em;
      color: white;
      background: #ca0061;
      z-index: 110;
      left: auto;
      right: 30px;
      top: -10px;
      padding-top: 3px; }

.course-progam-info {
  width: 100%;
  text-align: center;
  margin-top: 20px; }
  .course-progam-info .program-label {
    font-weight: 600;
    margin-bottom: 10px; }
  .course-progam-info .program-logo {
    width: 100px;
    margin: 0 auto; }
    .course-progam-info .program-logo.professional-certificate {
      width: 275px; }
  .course-progam-info .mm-logo-fill {
    fill: #000; }

/* Is only 1 way for professional ed so hide ways header */
.professional-ed .course-how-take-title {
  display: none; }

.course-detail-staff {
  overflow: auto; }
  .course-detail-staff .staff-list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .course-detail-staff .staff-row {
    list-style: none;
    margin: 0 0 1em 0;
    padding: 0;
    overflow: auto; }
    .course-detail-staff .staff-row:last-child {
      margin: 0; }
  .course-detail-staff .staff-title {
    font-weight: 600;
    margin: 0;
    padding: 0; }
  .course-detail-staff .course-staff-info {
    text-align: justify; }
  .course-detail-staff .course-staff-image {
    float: left;
    margin-right: 10px;
    width: 130px; }

.video-lightbox {
  display: none; }

.video-inline {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .video-inline iframe,
  .video-inline object,
  .video-inline embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.course-side-area .borderless-item {
  border: none;
  padding-bottom: 0; }
.course-side-area .list-title {
  border: none;
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  font-weight: 600; }
.course-side-area .program-icon {
  width: 20px;
  height: 20px;
  position: relative;
  float: left;
  margin-left: -30px; }

/*
 * Smarthphone Portrait
 */
/*
 * Smartphone Landscape and up
 */
@media only screen and (min-width: 320px) {
  /* Controlling iframe heights */
  .course-detail-register {
    margin: 0 auto -60px; }
    #block-views-course-detail-footer .course-detail-register {
      margin-bottom: -90px; } }
/*
 * Tablet and up
 */
@media only screen and (min-width: 768px) {
  .node-type-course .view-course-detail {
    width: -moz-calc(100% - 340px);
    width: -webkit-calc(100% - 340px);
    width: calc(100% - 340px); }
  .node-type-course .content-inner .column-right {
    width: 320px; }

  .video-lightbox {
    display: inline; }

  .mobile-only,
  .video-inline.hide-above-mobile {
    display: none; }

  .course-detail-video .video-modal-link {
    display: block; }

  #block-views-course-detail-summary {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0; }
    #block-views-course-detail-summary .view-course-detail {
      width: 320px; }

  .course-progam-info {
    float: left;
    width: 300px;
    clear: right;
    margin-bottom: 20px; } }
/*
 * Desktops/laptops and up
 */
@media only screen and (min-width: 980px) {
  .node-type-course h3 {
    font-size: 1.1em;
    line-height: 1.5em;
    margin-bottom: 1.1em; }
  .node-type-course p, .node-type-course li {
    font-size: 1em; }
  .node-type-course .staff-resume,
  .node-type-course .staff-resume p,
  .node-type-course .course-detail-prerequisites-full,
  .node-type-course .course-detail-prerequisites-full p {
    font-size: 16px; }

  .course-detail-title {
    font-size: 2em; }

  .course-detail-subtitle.copy-lead, .course-detail-subtitle.copy-lead p {
    font-size: 1.3em;
    line-height: 1.5em;
    font-weight: normal; }

  .course-section h2 {
    font-size: 1.5em; }
  .course-section h3 {
    margin: 25px 0 5px; }

  .course-progam-info {
    width: 370px; } }
/*
 * Large Desktops/laptops and up
 */
.page {
  overflow: hidden; }

#course-info-page {
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  background: #f8f8f8;
  /*.verified-graphic {
    background-color: $light-blue-4;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 58% auto;
    border-radius: 100%;
    height: 44px;
    text-align: center;
    width: 44px;
    position: relative;
  }*/
  /**
   *  Fix for hero video less than 960px
   */ }
  #course-info-page .pull-right {
    float: right; }
  #course-info-page *, #course-info-page *:after, #course-info-page *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #course-info-page p, #course-info-page li {
    font-size: 1em; }
  #course-info-page .content-placeholder {
    width: 100%;
    height: 600px;
    background: #fff; }
  #course-info-page .wysiwyg-content p, #course-info-page .wysiwyg-content h4, #course-info-page .wysiwyg-content li {
    font-size: 1em !important; }
  #course-info-page .content-wrap {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 32px; }
  #course-info-page .content-grouping, #course-info-page .enroll-type-area {
    margin-bottom: 24px; }
  #course-info-page .content-block {
    background: #fff;
    border: 1px solid #cacaca;
    font: -apple-system-body;
    padding: 28px; }
  #course-info-page .clear-list {
    list-style: none;
    margin: 0;
    padding: 0; }
  #course-info-page .media-block {
    display: block;
    margin-bottom: .75em; }
    #course-info-page .media-block__object {
      float: left;
      margin: 0 1.25em .5em 0;
      max-width: 100%; }
      #course-info-page .media-block__object > * {
        color: #f00;
        font-size: 10px;
        line-height: 1; }
      #course-info-page .media-block__object.float-right {
        float: right;
        margin: 0 0 .5em 1.25em; }
    #course-info-page .media-block__text > :last-child {
      margin-bottom: 0; }
  #course-info-page .enroll-button .course-header__enroll {
    display: flex;
    justify-content: center;
    border-top: 1px solid #ccc;
    padding-top: 45px;
    margin-top: 20px;
    right: 0; }
    #course-info-page .enroll-button .course-header__enroll .course-enroll-actions {
      width: 100%;
      max-width: 320px; }
  #course-info-page .sponsor-area, #course-info-page .enroll-outro,
  #course-info-page .txt-center {
    text-align: center; }
  #course-info-page .course-side-area {
    float: none;
    margin-right: 0;
    margin-top: 20px;
    width: auto;
    font: -apple-system-body; }
  #course-info-page .form-field {
    padding-left: 20px;
    position: relative; }
  #course-info-page .register-emails {
    color: #363636;
    font-size: .75em;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    text-align: left; }
  #course-info-page .email-opt-in {
    left: 0;
    position: absolute;
    top: 2px; }
  #course-info-page .course-header {
    background: #fff;
    border-bottom: 1px solid #cacaca;
    overflow: hidden;
    padding: 20px 0;
    position: relative; }
  #course-info-page .course-header-no-banner {
    margin-bottom: 24px; }
  #course-info-page .charter-oak-banner {
    margin-bottom: 24px;
    text-align: center;
    color: #fff; }
    #course-info-page .charter-oak-banner a {
      color: #fff;
      text-decoration: underline; }
    #course-info-page .charter-oak-banner a:hover {
      text-decoration: none;
      border: 0; }
  #course-info-page .charter-oak-banner-body {
    padding: 4px;
    font-size: 15px;
    background: #8a8c8f; }
    #course-info-page .charter-oak-banner-body img {
      vertical-align: middle; }
  @media screen and (min-width: 420px) {
    #course-info-page .charter-oak-banner-body {
      padding: 2px; } }
  #course-info-page .course-detail-video {
    background: #555;
    border: 1px solid #4bb4fb;
    margin-bottom: 20px;
    max-width: 100%;
    min-width: 200px;
    position: relative;
    width: 311px; }
    #course-info-page .course-detail-video .course-image {
      display: block; }
  #course-info-page .course-start {
    font-weight: bold;
    font-size: 1em;
    margin-top: 20px; }
  #course-info-page .course-header__enroll {
    padding-top: 20px; }
    #course-info-page .course-header__enroll .starts-today {
      margin-bottom: 0;
      font-size: 0.65em; }
  #course-info-page .course-intro-heading {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.25em;
    margin-bottom: .45em; }
  #course-info-page .text-size-heading {
    font: -apple-system-headline !important; }
  #course-info-page .course-intro-lead-in {
    font-size: 20px;
    line-height: 1.3em;
    margin-bottom: 0.585em; }
  #course-info-page .text-size-lead-in {
    font: -apple-system-short-headline !important; }
  #course-info-page .course-org-link {
    display: inline-block; }
    #course-info-page .course-org-link:hover, #course-info-page .course-org-link:focus {
      border: none;
      opacity: 0.7; }
  #course-info-page .course-org-logo {
    display: inline;
    float: left;
    position: relative;
    max-width: 160px;
    margin: 0 20px 0 0; }
  #course-info-page .course-info-heading {
    border-bottom: 0;
    display: inline-block;
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 0; }
    #course-info-page .course-info-heading.sub {
      font-size: 0.9em; }
    #course-info-page .course-info-heading.reg {
      font-size: 1em;
      padding-bottom: 0; }
  #course-info-page .sponsor-callout {
    position: relative; }
    #course-info-page .sponsor-callout:before, #course-info-page .sponsor-callout:after {
      content: '';
      display: none;
      height: 2px;
      vertical-align: middle;
      width: 15%; }
    #course-info-page .sponsor-callout:before {
      background: #ccc -webkit-linear-gradient(right, #ccc, #fff);
      background: #ccc linear-gradient(to left, #ccc, #fff);
      margin-right: 8px; }
    #course-info-page .sponsor-callout:after {
      background: #ccc -webkit-linear-gradient(left, #ccc, #fff);
      background: #ccc linear-gradient(to right, #ccc, #fff);
      margin-left: 8px; }
    #course-info-page .sponsor-callout img {
      margin: 0 4px;
      max-height: 30px;
      vertical-align: middle; }
  #course-info-page .sponsor-label {
    vertical-align: middle; }
  #course-info-page .course-info-list ul {
    padding: 12px 0 12px 16px;
    margin: 0 0 20px; }
  #course-info-page .enroll-type-area {
    /** temp. before upsell buttons bypass track selection **/
    /** border-bottom: 1px solid $light-grey-4; **/
    /**  padding: 24px 0 12px; **/
    padding: 24px 0 0;
    margin-bottom: 0;
    /** temp. end **/ }
    #course-info-page .enroll-type-area .media-block {
      border-top: 1px solid #ccc; }
    #course-info-page .enroll-type-area .verified-cert {
      float: none;
      margin: 0; }
      #course-info-page .enroll-type-area .verified-cert a {
        margin-left: -moz-calc(50% - 125px);
        margin-left: -webkit-calc(50% - 125px);
        margin-left: calc(50% - 125px);
        display: inline-block; }
      #course-info-page .enroll-type-area .verified-cert img {
        display: block;
        margin: 0;
        width: 250px; }
  #course-info-page .verified-list {
    padding-top: 20px; }
    #course-info-page .verified-list li {
      overflow: hidden; }
    #course-info-page .verified-list__title {
      font-size: 1.125em;
      line-height: 1.5;
      font-weight: 600;
      margin-bottom: .25em;
      color: inherit; }
    #course-info-page .verified-list__desc {
      width: -moz-calc(100% - 65px);
      width: -webkit-calc(100% - 65px);
      width: calc(100% - 65px);
      float: right; }
  #course-info-page .course-mode-bullet {
    background-color: #1aa1de;
    background-position: center center;
    border-radius: 100%;
    height: 44px;
    text-align: center;
    width: 44px;
    position: relative;
    float: left;
    margin-right: 20px; }
    #course-info-page .course-mode-bullet .fa {
      color: white;
      line-height: 44px;
      font-size: 1.8em; }
    #course-info-page .course-mode-bullet .fa-heart {
      padding-left: 1px;
      padding-top: 1px; }
  #course-info-page .enroll-outro {
    /*padding-top: 16px;*/
    /** temp. before upsell buttons bypass track selection **/
    border-top: 1px solid #ccc;
    padding-top: 45px;
    margin-top: 20px;
    /** temp. end **/ }
    #course-info-page .enroll-outro .form-field {
      display: inline-block; }
    #course-info-page .enroll-outro .btn-cta {
      max-width: 320px; }
    #course-info-page .enroll-outro .register-emails {
      max-width: 300px; }
  #course-info-page .school-msg {
    border-top: 1px solid #ccc;
    padding-top: 30px; }
  #course-info-page .course-reviews-area {
    border-top: 1px solid #ccc;
    padding-top: 30px; }
  #course-info-page .social-share {
    margin-bottom: 20px; }
  #course-info-page .prerequisites {
    margin-bottom: 20px; }
  #course-info-page .business-bulk-purchase-widget {
    background: #fff;
    margin-bottom: 20px; }
    #course-info-page .business-bulk-purchase-widget .header {
      display: flex;
      background: url("/sites/all/themes/atedx/images/backgrounds/bulk-enrollment-widget-image.png") #065683 no-repeat;
      background-size: cover;
      background-position: 50% 75%;
      height: 180px;
      padding: 0 30px 30px; }
      #course-info-page .business-bulk-purchase-widget .header h2 {
        align-self: flex-end;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.4;
        margin: 0;
        padding: 0; }
    #course-info-page .business-bulk-purchase-widget .body {
      border: 1px solid #cacaca;
      border-top: 0;
      padding: 20px 30px 30px; }
      #course-info-page .business-bulk-purchase-widget .body .edx-business-logo {
        margin-bottom: 15px; }
      #course-info-page .business-bulk-purchase-widget .body .lead {
        font-size: 16px;
        line-height: 1.4;
        margin: 0 0 20px 0; }
      #course-info-page .business-bulk-purchase-widget .body .js-purchase-btn {
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        max-width: 250px; }
  @media screen and (min-width: 600px) {
    #course-info-page .course-header .fixed-width-sidebar {
      padding-left: 42%;
      position: relative; }
    #course-info-page .course-detail-video {
      max-width: 40%;
      position: absolute;
      left: 0; }
    #course-info-page .reviewers-avatar {
      display: block; }
    #course-info-page .reviewers-stars {
      float: right;
      margin: 0; } }
  @media screen and (min-width: 600px) and (max-width: 768px) {
    #course-info-page .enroll-type-area .verified-cert {
      float: right;
      margin-top: 15px;
      padding-left: 15px; }
      #course-info-page .enroll-type-area .verified-cert a {
        margin: 0; }
    #course-info-page .sponsor-callout:before, #course-info-page .sponsor-callout:after {
      display: inline-block; } }
  @media screen and (min-width: 768px) {
    #course-info-page .fixed-width-sidebar {
      padding-right: 340px; }
    #course-info-page .course-main-area {
      float: left;
      margin-bottom: 40px; }
    #course-info-page .course-side-area {
      float: right;
      margin-right: -320px;
      margin-top: auto;
      width: 300px; }
    #course-info-page .course-start {
      margin: 12px 0; } }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    #course-info-page .enroll-type-area .verified-cert {
      float: none;
      margin: 0; }
      #course-info-page .enroll-type-area .verified-cert a {
        margin-left: -moz-calc(50% - 125px);
        margin-left: -webkit-calc(50% - 125px);
        margin-left: calc(50% - 125px); } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    #course-info-page .course-start {
      margin: 0 16px 12px 0; }
    #course-info-page .course-enroll-actions {
      display: inline-block; }
    #course-info-page .course-header {
      padding: 40px 20px 0; }
    #course-info-page .course-header .course-side-area {
      float: none;
      padding-bottom: 20px; }
    #course-info-page .course-header .fixed-width-sidebar {
      padding-right: 0; } }
  @media screen and (min-width: 900px) {
    #course-info-page .enroll-type-area .verified-cert {
      float: right;
      margin-top: 15px;
      padding-left: 20px; }
      #course-info-page .enroll-type-area .verified-cert a {
        margin: 0; }
    #course-info-page .sponsor-callout:before, #course-info-page .sponsor-callout:after {
      display: inline-block; }
    #course-info-page .course-header .fixed-width-sidebar {
      padding-left: 340px; } }
  @media screen and (min-width: 980px) {
    #course-info-page .course-detail-video {
      width: 318px; }
      #course-info-page .course-detail-video.video-loaded {
        width: 318px;
        height: 212px; }
      #course-info-page .course-detail-video .video-inline {
        width: 320px;
        height: 211px; } }
  @media screen and (min-width: 1024px) {
    #course-info-page .course-header__enroll {
      padding: 9% 12px 0;
      position: relative;
      right: -42px; }
    #course-info-page .course-start {
      text-align: center; } }
  @media screen and (min-width: 1178px) {
    #course-info-page .content-wrap {
      padding-left: 20px; } }

.uppercase {
  text-transform: uppercase; }

.program-details * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.program-details h1 {
  color: #fff;
  font-size: 2.25em;
  font-weight: 600; }
.program-details h2 {
  color: #4a4a4a;
  font-size: 1.375em;
  font-weight: 600;
  border-bottom: 0px; }
.program-details h3 {
  color: #4a4a4a;
  font-weight: 600; }
.program-details .banner-description {
  color: #fff;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.35; }
.program-details .course-title {
  color: inherit;
  margin: inherit;
  font-size: inherit;
  font-weight: inherit; }
.program-details .img-link {
  display: inline-block; }
.program-details .article {
  padding: 20px; }
  .program-details .article .one-click-purchase {
    text-align: center; }
    .program-details .article .one-click-purchase .start-program-btn-details {
      width: 100%;
      font-size: 1em; }
      .program-details .article .one-click-purchase .start-program-btn-details .one-click-purchase-btn {
        width: auto;
        font-size: 1em; }
      .program-details .article .one-click-purchase .start-program-btn-details .register-emails {
        font-size: 0.9em;
        font-weight: normal;
        color: #4a4a4a; }
.program-details .banner {
  clear: both;
  padding-top: 0;
  position: relative;
  margin-top: 64px; }
  .program-details .banner:after {
    content: '';
    display: table;
    clear: both; }
  .program-details .banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.65; }
  .program-details .banner .col-wrapper {
    position: relative;
    padding: 0 20px 20px;
    z-index: 10; }
.program-details .program-logo-wrapper {
  border-bottom: 2px solid #065784;
  font-weight: 400;
  color: #065784;
  padding-bottom: 10px; }
  .program-details .program-logo-wrapper .program-logo-context {
    display: block;
    clear: both; }
.program-details.xseries .program-logo-wrapper {
  border-color: #424242;
  color: #424242; }
.program-details.professional-certificate .program-logo-wrapper {
  border-color: #9a1f60;
  color: #9a1f60;
  display: block; }
.program-details .program-logo {
  width: 150px;
  height: 49px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end; }
  .program-details .program-logo svg {
    width: 100%; }
.program-details.professional-certificate .program-logo {
  width: 275px;
  height: 30px; }
.program-details .org-label {
  -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
  clear: both;
  display: inline-block;
  background: #fff;
  opacity: 1;
  margin-bottom: 10px;
  padding: 0 15px;
  position: relative;
  top: 0; }
  .program-details .org-label:after {
    content: '';
    display: table;
    clear: both; }
  .program-details .org-label .org-logo,
  .program-details .org-label .org-name {
    position: relative;
    display: inline-block; }
  .program-details .org-label .org-logo {
    opacity: 1; }
    .program-details .org-label .org-logo img {
      max-height: 80px; }
  .program-details .org-label .org-name {
    color: black;
    font-size: 1em;
    margin-left: 15px;
    margin-top: 8px;
    vertical-align: top; }
.program-details .video-wrapper {
  margin-right: 0;
  float: right;
  clear: right;
  margin-top: 80px;
  margin-bottom: 20px; }
.program-details .play-btn {
  margin-left: -moz-calc((100% - 74px) / 2);
  margin-left: -webkit-calc((100% - 74px) / 2);
  margin-left: calc((100% - 74px) / 2);
  margin-top: -moz-calc(186px/ 2);
  margin-top: -webkit-calc(186px/ 2);
  margin-top: calc(186px/ 2);
  margin-bottom: -moz-calc(186px/ 2);
  margin-bottom: -webkit-calc(186px/ 2);
  margin-bottom: calc(186px/ 2);
  height: 74px;
  width: 74px;
  color: #fff;
  background: none;
  border: 4px solid #fff;
  border-radius: 50%; }
  .program-details .play-btn:hover, .program-details .play-btn:focus, .program-details .play-btn:active {
    opacity: 0.7;
    outline: none; }
  .program-details .play-btn .icon {
    padding-left: 8px; }
.program-details .page-nav {
  padding: 15px 0;
  max-width: none;
  border-top: 3px solid #fff;
  background: #000; }
  .program-details .page-nav ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px; }
  .program-details .page-nav li {
    text-align: center; }
    .program-details .page-nav li a {
      color: #ddd;
      font-weight: 600; }
      .program-details .page-nav li a:active, .program-details .page-nav li a:hover, .program-details .page-nav li a:focus {
        color: #fff;
        border-bottom: 2px solid #fff; }
    .program-details .page-nav li .capitalize {
      text-transform: capitalize; }
.program-details.xseries .page-nav {
  background: #424242; }
.program-details.micromasters .page-nav {
  background: #065784; }
.program-details.professional-certificate .page-nav {
  background: #9a1f60; }
.program-details .main-content {
  margin-bottom: 20px; }
.program-details .corporate-endorsements,
.program-details .expected-learning-items,
.program-details .job-outlook-items {
  margin-top: 30px; }
  .program-details .corporate-endorsements .list-learning__item,
  .program-details .expected-learning-items .list-learning__item,
  .program-details .job-outlook-items .list-learning__item {
    margin-left: 20px; }
  .program-details .corporate-endorsements .endorsement,
  .program-details .expected-learning-items .endorsement,
  .program-details .job-outlook-items .endorsement {
    margin-bottom: 30px; }
  .program-details .corporate-endorsements .quote .quote-text,
  .program-details .expected-learning-items .quote .quote-text,
  .program-details .job-outlook-items .quote .quote-text {
    font-style: italic;
    padding-bottom: 10px; }
  .program-details .corporate-endorsements .quote .endorser,
  .program-details .expected-learning-items .quote .endorser,
  .program-details .job-outlook-items .quote .endorser {
    font-weight: 600;
    margin-bottom: 10px; }
.program-details .separator-top {
  border-top: 4px solid #101010;
  padding-top: 20px;
  margin-top: 50px; }
.program-details.xseries .separator-top {
  border-color: #424242; }
.program-details.micromasters .separator-top {
  border-color: #065784; }
.program-details.professional-certificate .separator-top {
  border-color: #9a1f60; }
.program-details .overview {
  position: relative; }
.program-details .cta-wrapper {
  margin-top: 45px;
  margin-bottom: 35px; }
.program-details .one-click-purchase-btn {
  width: auto;
  font-size: 1em; }
  .program-details .one-click-purchase-btn .price-details {
    display: inline;
    white-space: nowrap; }
    .program-details .one-click-purchase-btn .price-details .list-price {
      text-decoration: line-through;
      color: #FFF;
      font-weight: lighter; }
.program-details .start-program-btn {
  margin: 0; }
  .program-details .start-program-btn .btn-loading {
    font-size: 1.5em;
    font-weight: 700;
    color: #fff; }
  .program-details .start-program-btn .register-emails {
    font-size: 0.9em;
    font-weight: normal;
    color: #fff; }
.program-details .aside {
  margin-right: 0;
  float: right;
  clear: right;
  border: 1px solid #c5c5c5;
  margin-bottom: 20px; }
  .program-details .aside.js-program-details-sidebar .green-highlight {
    font-weight: 700;
    color: #080; }
  .program-details .aside.js-program-details-sidebar .original-price {
    text-decoration: line-through; }
  .program-details .aside.js-program-details-sidebar .savings {
    display: block; }
  .program-details .aside.program-aside {
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background: #fff;
    background-position-x: calc( 100% + 130px );
    background-position-y: 10px;
    border-top: 4px solid #000;
    padding: 20px; }
    .program-details .aside.program-aside p {
      color: #4a4a4a; }
    .program-details .aside.program-aside p, .program-details .aside.program-aside a {
      font-size: 0.875em; }
    .program-details .aside.program-aside h2 {
      color: #4a4a4a;
      font-weight: 600;
      font-size: 1.1em;
      line-height: 1.5;
      margin-bottom: 1.1em;
      border: 0;
      padding: 0; }
.program-details.xseries .aside.program-aside {
  border-top-color: #424242; }
.program-details.micromasters .aside.program-aside {
  border-top-color: #065784; }
.program-details.professional-certificate .aside.program-aside {
  border-top-color: #9a1f60; }
.program-details .list-instructors {
  text-align: center; }
.program-details .bullet-list {
  padding-left: 20px; }
.program-details .list-instructor__item {
  float: left;
  margin: 0;
  padding: 15px 20px;
  width: 50%; }
  .program-details .list-instructor__item:nth-of-type(3n+1) {
    clear: none; }
  .program-details .list-instructor__item:nth-of-type(odd) {
    clear: left; }
.program-details .instructor-name {
  margin-top: 0; }
.program-details .instructor-img {
  float: none;
  margin: 0;
  max-width: 100px; }
.program-details .why-this-program p {
  color: #4a4a4a; }
.program-details .why-this-program p, .program-details .why-this-program a {
  font-size: 1.125em; }
.program-details .program-lp-section {
  padding: 20px; }
.program-details .view-certificate {
  text-align: center; }
  .program-details .view-certificate a {
    display: block; }
    .program-details .view-certificate a:hover {
      border: none; }
  .program-details .view-certificate .certificate {
    display: inline-block; }
.program-details .faq-cols .section-title {
  color: #065784;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 2em;
  font-weight: 500; }
.program-details .faq-cols .title {
  font-weight: 500;
  color: #050505; }
@media screen and (min-width: 540px) {
  .program-details .list-instructor__item {
    width: 33.33%; }
    .program-details .list-instructor__item:nth-of-type(odd) {
      clear: none; }
    .program-details .list-instructor__item:nth-of-type(3n+1) {
      clear: left; } }
@media only screen and (min-width: 768px) {
  .program-details .banner:before {
    opacity: 0.39; }
  .program-details .org-label {
    position: relative; }
  .program-details .video-wrapper {
    margin-top: 30px;
    min-height: 260px; }
  .program-details .aside.program-aside {
    background-position-x: 30px; }
  .program-details .article .one-click-purchase .start-program-btn-details {
    width: 35%;
    text-align: left; }
  .program-details .faq-cols .section-title {
    text-align: left; } }
@media only screen and (min-width: 980px) {
  .program-details .banner {
    margin-top: 0; }
  .program-details .program-logo-wrapper {
    display: flex; }
    .program-details .program-logo-wrapper .program-logo-context {
      margin-left: 10px;
      padding-top: 29px; }
    .program-details .program-logo-wrapper .professional-certificate-context {
      margin-left: 0;
      padding-top: 0; }
  .program-details .program-logo {
    margin-bottom: 0; }
  .program-details .faq-cols .section-title {
    text-align: center; } }
@media screen and (min-width: 900px) {
  .program-details .video-wrapper {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 0;
    float: right;
    clear: right; }
    .program-details .video-wrapper:last-child {
      margin-right: 0; }
  .program-details .banner .text {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .program-details .banner .text:last-child {
      margin-right: 0; }
  .program-details .list-instructor__item {
    width: 25%; }
    .program-details .list-instructor__item:nth-of-type(3n+1) {
      clear: none; }
    .program-details .list-instructor__item:nth-of-type(4n+1) {
      clear: left; } }
@media screen and (min-width: 1240px) {
  .program-details .article {
    padding: 20px 0; }
  .program-details .banner .col-wrapper {
    padding: 0 0 20px; } }

.product-banner .playvideo {
  left: -moz-calc(50% - 160px);
  left: -webkit-calc(50% - 160px);
  left: calc(50% - 160px);
  background: url("/sites/all/themes/atedx/images/video-play-button.png") no-repeat scroll center center transparent;
  height: 211px;
  position: absolute;
  width: 320px; }

.page-type-product #page .container {
  max-width: 960px;
  width: 100%;
  margin: 0 auto; }
.page-type-product #page header.region-identity .container {
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  max-width: 1200px; }
.page-type-product .product-banner {
  position: relative;
  margin-bottom: 30px;
  background: #f7f7f7; }
  .page-type-product .product-banner .field-product-banner-text {
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    text-align: center;
    font-size: 1.1em;
    color: white; }
  .page-type-product .product-banner .views-field-field-product-banner-link {
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 10px;
    position: relative;
    padding: 10px 0; }
    .page-type-product .product-banner .views-field-field-product-banner-link a {
      color: white; }
      .page-type-product .product-banner .views-field-field-product-banner-link a:after {
        right: -moz-calc(50% - 60px);
        right: -webkit-calc(50% - 60px);
        right: calc(50% - 60px);
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        top: 16px;
        border-top: 6px solid transparent;
        border-right: none;
        border-bottom: 6px solid transparent;
        border-left: 6px solid white; }
  .page-type-product .product-banner .playvideo {
    left: -moz-calc(50% - 160px);
    left: -webkit-calc(50% - 160px);
    left: calc(50% - 160px);
    background: url("/sites/all/themes/atedx/images/video-play-button.png") no-repeat scroll center center transparent;
    position: absolute;
    width: 320px;
    height: 50px; }
.page-type-product .product-course-list {
  padding-bottom: 25px; }
  .page-type-product .product-course-list .view-header {
    margin: 1em 0 0; }
  .page-type-product .product-course-list .loading {
    clear: both;
    background: #e6e6e6;
    padding: 15px;
    margin: 0;
    text-align: left; }
    .page-type-product .product-course-list .loading:after {
      content: '';
      display: table;
      clear: both; }
    .page-type-product .product-course-list .loading p {
      width: 160px;
      font-size: 1.6rem;
      color: #4e4e4e;
      opacity: 0.6;
      margin-left: calc( 50% - 80px );
      margin-bottom: 0; }
      .page-type-product .product-course-list .loading p .fa {
        margin-right: 10px; }
.page-type-product .block-back-to-school,
.page-type-product .node-promoted,
.page-type-product .block-courses-school,
.page-type-product .article {
  padding: 0 12px; }
.page-type-product .block-back-to-school {
  margin-left: 0;
  margin-right: 0; }
.page-type-product .view-display-schools-banner,
.page-type-product .view-display-product-banner {
  height: 195px;
  width: calc( 100% - 24px);
  margin-left: 12px; }
  .page-type-product .view-display-schools-banner img,
  .page-type-product .view-display-product-banner img {
    width: 960px;
    max-width: 960px;
    position: absolute;
    right: 0; }
@media only screen and (min-width: 320px) {
  .page-type-product .product-banner .field-product-banner-text {
    font-size: 1.5em;
    top: 25px; }
  .page-type-product .product-banner .playvideo {
    height: 90px; } }
@media only screen and (min-width: 540px) {
  .page-type-product .block-courses-school {
    padding: 0 4px 0 5px; }
  .page-type-product .product-course-list .view-header {
    margin-left: 8px; }
  .page-type-product .product-course-list .loading {
    margin: 0 7px 0 8px; }
  .page-type-product .product-banner .field-product-banner-text {
    font-size: 2em;
    top: 50px; }
  .page-type-product .product-banner .playvideo {
    height: 160px; }
  .page-type-product .view-display-schools-banner,
  .page-type-product .view-display-product-banner {
    height: auto;
    width: 100%;
    margin-left: 0; }
    .page-type-product .view-display-schools-banner img,
    .page-type-product .view-display-product-banner img {
      width: 100%;
      position: relative; } }
@media only screen and (min-width: 768px) {
  .page-type-product .block-back-to-school,
  .page-type-product .node-promoted,
  .page-type-product .article {
    padding: 0 15px; }
  .page-type-product .block-courses-school {
    padding: 0 8px 0 7px; }
  .page-type-product .product-banner .field-product-banner-text {
    top: 35px; }
  .page-type-product .product-banner .views-field-field-product-banner-link {
    left: -moz-calc(50% - 69px);
    left: -webkit-calc(50% - 69px);
    left: calc(50% - 69px);
    width: auto;
    padding: 10px 30px 10px 20px;
    margin: 0;
    position: absolute;
    bottom: 35px; }
    .page-type-product .product-banner .views-field-field-product-banner-link a:after {
      right: 20px; }
  .page-type-product .product-banner .playvideo {
    height: 211px; } }
@media only screen and (min-width: 1180px) {
  .page-type-product .product-banner .field-product-banner-text {
    top: 50px; }
  .page-type-product .product-banner .views-field-field-product-banner-link {
    bottom: 50px; } }

.node-type-school #main-content-header {
  padding: 0 12px;
  margin-bottom: 15px; }
  .node-type-school #main-content-header .subtitle {
    margin-left: 5px; }
.node-type-school .school-details-page {
  background: #f8f8f8; }
  .node-type-school .school-details-page main {
    display: block; }
  .node-type-school .school-details-page .container .block-courses-school {
    padding-bottom: 20px; }
.node-type-school .school-details-banner {
  margin-top: 64px; }
  .node-type-school .school-details-banner .school-banner-img {
    max-width: 960px;
    height: auto;
    float: right; }
.node-type-school .school-details-header {
  padding: 0 12px;
  margin-bottom: 15px; }
.node-type-school .school-details-header-side {
  box-sizing: border-box;
  position: relative;
  padding: 0;
  margin-top: 10px; }
.node-type-school .school-details-header-main {
  box-sizing: border-box;
  position: relative;
  height: auto;
  width: 100%;
  word-wrap: normal; }
  .node-type-school .school-details-header-main .school-details-title {
    font-size: 3.75em;
    font-weight: 600;
    line-height: 1.3;
    width: 95%;
    margin: 0;
    padding: 0;
    border: 0; }
  .node-type-school .school-details-header-main .school-details-subtitle {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
    border: none;
    display: block;
    margin-left: 5px; }
.node-type-school .school-details-content {
  position: relative; }
.node-type-school .school-details-catalog-subheading {
  margin-bottom: 20px; }
.node-type-school .subtitle {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  border: none;
  display: block;
  margin-top: -5px; }
.node-type-school #page-title {
  box-sizing: border-box;
  position: relative;
  height: auto;
  width: 100%;
  margin-left: -5px;
  font-weight: 600;
  line-height: 1.3;
  word-wrap: normal; }
.node-type-school .block-back-to-school {
  padding: 0;
  margin: 11px 0 10px;
  float: right; }
.node-type-school .block-courses-school .block-title {
  float: none;
  font-size: 1em;
  font-weight: bold;
  border: none;
  padding: 0; }
.node-type-school .block-courses-school .view-header {
  margin-top: 0 !important;
  margin-bottom: 10px !important; }
  .node-type-school .block-courses-school .view-header div {
    line-height: 1.5em; }
.node-type-school .product-course-list .view-header {
  margin-top: 5px; }
@media only screen and (min-width: 540px) {
  .node-type-school .school-details-header-main {
    float: left;
    max-width: 70%; }
  .node-type-school .school-details-header-side {
    float: right;
    max-width: 30%; }
  .node-type-school #page-title {
    position: relative;
    float: left;
    width: 65%; }
  .node-type-school .region-highlighted {
    box-sizing: border-box;
    position: relative;
    float: right;
    width: 35%; }
  .node-type-school .block-courses-school .block-title {
    padding-left: 8px; }
  .node-type-school .block-courses-school .view-content {
    padding-left: 8px; }
  .node-type-school .school-details-banner .school-banner-img {
    width: 100%; }
  .node-type-school .school-details-catalog-subheading {
    margin-bottom: 0; } }
@media only screen and (min-width: 768px) {
  .node-type-school #page .school-details-page .container {
    margin: 0 auto; }
  .node-type-school .school-details-header {
    padding: 0 15px 0 10px; }
  .node-type-school #main-content-header {
    padding: 0 15px; } }
@media only screen and (min-width: 980px) {
  .node-type-school .school-details-banner {
    margin-top: 0; } }

.node-type-product-template1 .content-inner {
  background: #fff !important; }

.landing-page-view h1 {
  font-size: 2em;
  font-weight: bold;
  color: #fff; }
.landing-page-view h2 {
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: none;
  color: #faf2db; }
.landing-page-view h3 {
  text-transform: uppercase;
  color: #8a8c8f;
  font-weight: 600; }
.landing-page-view h4 {
  font-weight: bold;
  margin-bottom: 0; }
.landing-page-view .load-video {
  border: none;
  padding: 0;
  background: transparent;
  position: relative;
  width: 100%; }
  .landing-page-view .load-video:hover .video-thumb {
    opacity: 0.85; }
  .landing-page-view .load-video .video-thumb {
    width: 100%; }
  .landing-page-view .load-video .play-btn {
    top: -moz-calc((100% - 64px ) / 2);
    top: -webkit-calc((100% - 64px ) / 2);
    top: calc((100% - 64px ) / 2);
    left: -moz-calc((100% - 64px ) / 2);
    left: -webkit-calc((100% - 64px ) / 2);
    left: calc((100% - 64px ) / 2);
    position: absolute; }
.landing-page-view .video-wrapper,
.landing-page-view .video-cta,
.landing-page-view .video-text {
  box-sizing: border-box;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .landing-page-view .video-wrapper:last-child,
  .landing-page-view .video-cta:last-child,
  .landing-page-view .video-text:last-child {
    margin-right: 0; }
.landing-page-view .inline-video {
  max-width: 378px;
  width: 100%;
  min-height: 210px;
  margin: 0 auto; }
  .landing-page-view .inline-video iframe {
    width: 100%;
    height: 215px; }
.landing-page-view .spacer-bottom {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px; }
.landing-page-view .hero {
  clear: both;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: #113D75;
  background: url("/sites/all/themes/atedx/images/headers/earth-sunset.jpg") no-repeat 0% 30%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 20px; }
  .landing-page-view .hero:after {
    content: '';
    display: table;
    clear: both; }
  .landing-page-view .hero h1, .landing-page-view .hero h2 {
    max-width: 378px;
    margin: 0 auto 10px;
    line-height: 1.2; }
.landing-page-view .intro-message img {
  width: 100%;
  max-width: 500px; }
.landing-page-view .content {
  padding: 20px; }
.landing-page-view .why .col-4 {
  background: #f7f7f7;
  padding: 20px;
  margin-bottom: 20px; }
.landing-page-view .who-for {
  padding-top: 40px; }
  .landing-page-view .who-for img {
    max-width: 500px;
    width: 100%; }
.landing-page-view .btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px; }
.landing-page-view .how-it-works .btn-wrapper {
  margin: 20px auto 30px;
  max-width: 378px; }
.landing-page-view .how-it-works .btn {
  width: 100%; }
.landing-page-view .card-listing .view-header {
  display: none; }
.landing-page-view .card-listing .course-card {
  -webkit-box-shadow: 0 1px 3px 1px #ccc;
  -moz-box-shadow: 0 1px 3px 1px #ccc;
  box-shadow: 0 1px 3px 1px #ccc; }
@media only screen and (min-width: 540px) {
  .landing-page-view .hero h1, .landing-page-view .hero h2 {
    max-width: none; }
  .landing-page-view .intro-message img {
    margin-left: -moz-calc(( 100% - 500px ) / 2);
    margin-left: -webkit-calc(( 100% - 500px ) / 2);
    margin-left: calc(( 100% - 500px ) / 2); }
  .landing-page-view .why .col-4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .landing-page-view .why .col-4:last-child {
      margin-right: 0; }
  .landing-page-view .how-it-works .video-wrapper {
    width: 320px;
    margin: 0; } }
@media only screen and (min-width: 768px) {
  .landing-page-view .hero {
    padding-top: 40px;
    padding-bottom: 30px; }
    .landing-page-view .hero .video-text {
      width: -moz-calc(100% - 320px);
      width: -webkit-calc(100% - 320px);
      width: calc(100% - 320px);
      margin: 0;
      padding: 0; }
    .landing-page-view .hero .video-wrapper {
      width: 320px;
      margin: 0; }
  .landing-page-view .intro-message img {
    margin-left: 0; }
  .landing-page-view .how-it-works .video-text {
    padding-left: 20px; }
  .landing-page-view .how-it-works .video-cta {
    width: 320px; }
  .landing-page-view .how-it-works .video-text {
    width: -moz-calc(100% - 320px);
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
    margin: 0; } }
@media only screen and (min-width: 980px) {
  .landing-page-view .hero {
    background-position: 0% 45%; } }

.accessibility-policy {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 24px; }

.policy-title {
  margin: 20px;
  font-weight: 600; }

.underline {
  text-decoration: underline; }

.inset-emphasis {
  font-style: italic;
  margin-left: 30px; }

.testimonial.list, .featured-product {
  position: relative; }
  .testimonial.list:after, .featured-product:after {
    width: -moz-calc(100% - ( 120px ));
    width: -webkit-calc(100% - ( 120px ));
    width: calc(100% - ( 120px ));
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    background: #ccc;
    margin-left: 60px; }

.product-landing-page .product-banner .media, .how-it-works .media, .featured-product .media {
  background: none;
  line-height: 0;
  position: relative; }

.cta-wrapper {
  clear: both;
  text-align: center; }
  .cta-wrapper:after {
    content: '';
    display: table;
    clear: both; }
  .cta-wrapper .flt-right {
    float: none; }

.section {
  box-sizing: border-box;
  clear: both;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px; }
  .section:after {
    content: '';
    display: table;
    clear: both; }
  .section:first-of-type {
    margin-top: 20px; }
  .section:last-of-type {
    margin-bottom: 40px; }
  .section.overflow {
    overflow: visible; }

.overview .main,
.overview .action {
  margin-bottom: 30px; }

.product-landing-page .product-banner {
  padding: 0;
  margin-top: 64px;
  min-height: 500px; }
  .product-landing-page .product-banner.dark-gray {
    background-color: #4e4e4e; }
  .product-landing-page .product-banner.text-white h1,
  .product-landing-page .product-banner.text-white p {
    color: #fff; }
  .product-landing-page .product-banner h1 {
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 10px;
    max-width: 550px; }
  .product-landing-page .product-banner .banner-description {
    font-size: 1.125em;
    font-weight: 600;
    margin-bottom: 5px;
    max-width: 550px; }
  .product-landing-page .product-banner .banner-wrapper {
    height: auto;
    width: 100%;
    position: absolute;
    overflow: hidden; }
    .product-landing-page .product-banner .banner-wrapper .banner-img {
      max-width: none;
      transform: translate(-50%, 0);
      position: relative;
      left: 50%; }
  .product-landing-page .product-banner .hero-content-wrapper {
    position: relative;
    top: 32px;
    left: 15px;
    right: 15px;
    padding-right: 25px;
    margin: auto; }
    .product-landing-page .product-banner .hero-content-wrapper .center h1, .product-landing-page .product-banner .hero-content-wrapper .center .banner-description, .product-landing-page .product-banner .hero-content-wrapper .text-center h1, .product-landing-page .product-banner .hero-content-wrapper .text-center .banner-description {
      margin: 0 auto 5px; }
  .product-landing-page .product-banner .text-left {
    text-align: left; }
  .product-landing-page .product-banner .text-center {
    text-align: center; }
  .product-landing-page .product-banner .media {
    left: -15px;
    width: calc(100% + 25px);
    margin-bottom: 20px; }
  .product-landing-page .product-banner .js-banner-media.play-align-left a.video-link:before {
    background-position: left center; }
  .product-landing-page .product-banner .js-banner-media.play-align-center a.video-link:before {
    background-position: center center; }
  .product-landing-page .product-banner .video-inline {
    position: inherit; }
  .product-landing-page .product-banner .cta-multiple:last-child {
    margin-right: 0; }
  .product-landing-page .product-banner .cta-multiple {
    margin-right: 0;
    display: block; }
    .product-landing-page .product-banner .cta-multiple a {
      margin-top: 15px; }
  .product-landing-page .product-banner .media {
    margin-top: 20px; }
    .product-landing-page .product-banner .media img {
      width: 100%;
      max-width: 380px;
      margin-left: auto;
      margin-right: auto;
      display: block;
      position: relative; }
  .product-landing-page .product-banner .play-video {
    display: block;
    height: 54px; }
  .product-landing-page .product-banner .text {
    margin-top: 0;
    padding-bottom: 0; }
  .product-landing-page .product-banner .arrow-wrapper {
    margin-bottom: -40px; }
  .product-landing-page .product-banner .arrow-down {
    display: inline;
    color: #fff;
    font-size: 80px; }
.product-landing-page .video-link:focus {
  display: block; }
.product-landing-page h2 {
  margin-top: 12px;
  margin-bottom: 17px; }
.product-landing-page .btn {
  min-width: 144px; }
.product-landing-page .cta-bottom {
  margin-top: 15px; }

.node-type-product-landing-page .email-widget {
  padding-top: 20px;
  padding-bottom: 20px; }

.testimonial.list {
  clear: both;
  padding: 30px 0 20px; }
  .testimonial.list:after {
    content: '';
    display: table;
    clear: both; }
.testimonial.testimonial-cta {
  margin-top: 20px; }
.testimonial .quote {
  font-size: 1.25em;
  font-style: italic;
  line-height: 1.5; }
  .testimonial .quote blockquote {
    margin: 0; }
.testimonial .author-name {
  float: right;
  margin-right: 10px;
  font-size: 1em;
  line-height: 60px; }
.testimonial .author-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #4e4e4e;
  position: relative;
  float: right;
  display: inline; }

.how-it-works .media {
  margin-bottom: 20px; }
  .how-it-works .media img {
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative; }

.featured-product .media img {
  width: 100%;
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative; }

@media only screen and (min-width: 540px) {
  .node-type-product-landing-page .email-widget .label,
  .node-type-product-landing-page .email-widget .form {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .node-type-product-landing-page .email-widget .label:last-child,
    .node-type-product-landing-page .email-widget .form:last-child {
      margin-right: 0; }

  .product-landing-page .product-banner {
    min-height: 400px; }
    .product-landing-page .product-banner .media img {
      width: 45%; }
    .product-landing-page .product-banner .arrow-down {
      display: none; } }
@media only screen and (min-width: 768px) {
  .cta-wrapper {
    text-align: inherit; }
    .cta-wrapper .flt-right {
      float: right; }

  .product-banner .media {
    margin-right: 0;
    margin-top: 45px; }
  .product-banner h1 {
    font-size: 1.75em;
    margin-bottom: 20px; }
  .product-banner .banner-description {
    margin-bottom: 18px; }

  .product-landing-page .product-banner {
    min-height: 298px; }
    .product-landing-page .product-banner .cta-multiple {
      display: inline;
      width: 100%;
      margin-right: 35px; }
    .product-landing-page .product-banner .play-video {
      height: 212px; }
    .product-landing-page .product-banner .video-inline {
      position: inherit; }
    .product-landing-page .product-banner .hero-content-wrapper .text-center h1, .product-landing-page .product-banner .hero-content-wrapper .text-center .banner-description {
      margin: 0 0 5px; }
    .product-landing-page .product-banner .text-left {
      text-align: inherit; }
    .product-landing-page .product-banner .text-center {
      text-align: inherit; }
    .product-landing-page .product-banner .media {
      width: 31.76%;
      left: 0;
      margin-bottom: 0; }
      .product-landing-page .product-banner .media img {
        width: 100%; }
    .product-landing-page .product-banner .js-banner-media.play-align-left a.video-link:before {
      background-position: center center; }

  .overview .main {
    margin-bottom: 0; }

  .featured-product {
    padding: 20px 0; }
    .featured-product.even .media {
      float: right;
      margin-right: 0;
      margin-left: 2.35765%; }
    .featured-product.even .text {
      text-align: right; }
    .featured-product.even ul {
      clear: both;
      text-align: left;
      float: right; }
      .featured-product.even ul:after {
        content: '';
        display: table;
        clear: both; } }
@media only screen and (min-width: 980px) {
  .product-landing-page .product-banner {
    min-height: 322px;
    margin-top: 0; }

  .product-banner h1 {
    font-size: 2.25em; }
  .product-banner .banner-description {
    font-size: 1.25em;
    margin-bottom: 28px; }
  .product-banner .media {
    margin-top: 0; }
  .product-banner .text {
    margin-top: 25px; }

  .node-type-product-landing-page .email-widget .label {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .node-type-product-landing-page .email-widget .label:last-child {
      margin-right: 0; }
  .node-type-product-landing-page .email-widget .form {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .node-type-product-landing-page .email-widget .form:last-child {
      margin-right: 0; }

  .testimonial .quote {
    font-size: 1.5em; } }
@media only screen and (min-width: 1440px) {
  .product-landing-page {
    position: relative; }
    .product-landing-page .product-banner {
      position: relative;
      max-height: 320px;
      overflow: hidden; }
      .product-landing-page .product-banner .banner-wrapper {
        position: relative; }
        .product-landing-page .product-banner .banner-wrapper .banner-img {
          width: 100%; }
      .product-landing-page .product-banner .hero-content-wrapper {
        width: 100%;
        position: absolute;
        top: 40px; } }
.pc-program.program-landing-page .section-title {
  color: #9a1f60; }
.pc-program.program-landing-page .mm-step,
.pc-program.program-landing-page .icon-fill {
  fill: #9a1f60; }
.pc-program.program-landing-page .signup-content .btn {
  background: #9a1f60; }
.pc-program.program-landing-page .program-lp-email-capture .description {
  color: #9a1f60;
  font-size: 1.5em; }
.pc-program.program-landing-page .program-lp-partner-carousel .carousel-img {
  padding: 5px;
  height: 75px; }
.pc-program.program-landing-page .program-lp-how-it-works .col-content {
  font-size: 0.938em; }
.pc-program.program-landing-page .program-lp-how-it-works .section-item:last-of-type .text {
  width: 250px; }
.pc-program.program-landing-page .program-lp-hero {
  background: #9a1f60;
  padding-bottom: 30px; }
  .pc-program.program-landing-page .program-lp-hero .title {
    color: #fff;
    font-weight: 500; }
  .pc-program.program-landing-page .program-lp-hero .subtitle {
    font-size: 1.25em;
    margin: 20px 0;
    color: #fff; }
  .pc-program.program-landing-page .program-lp-hero .hero-img {
    width: 250px;
    opacity: 1;
    float: left;
    margin-top: 30px;
    height: 171px; }
  @media only screen and (min-width: 540px) {
    .pc-program.program-landing-page .program-lp-hero .title {
      width: 100%;
      position: relative; }
    .pc-program.program-landing-page .program-lp-hero .cta-multiple {
      margin-top: 0; } }

.page-sitemap #page-title {
  height: auto;
  width: auto;
  clip: none;
  position: relative;
  font-size: 2.5em;
  margin: 10px 10px 0; }

.view-sitemap {
  padding: 10px; }

.multi-col-list li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; }

/*
 * Smarthphone Portrait
 */
@media only screen and (min-width: 540px) {
  .multi-col-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }
/*
 * Smartphone Landscape and up
 */
@media only screen and (min-width: 768px) {
  .multi-col-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }
.sm-share-widget:not(.inline) {
  clear: both; }
  .sm-share-widget:not(.inline):after {
    content: '';
    display: table;
    clear: both; }
.sm-share-widget .sm-share-link {
  width: 30px;
  height: 30px;
  line-height: 1.8em;
  position: relative;
  display: inline;
  float: left;
  background: none;
  border-radius: 50%;
  background: #2968aa;
  color: #fff;
  margin-right: 10px;
  text-align: center; }
  .sm-share-widget .sm-share-link:first-of-type {
    margin-left: calc( ( 100% - 190px ) / 2 ); }
  .sm-share-widget .sm-share-link:last-of-type {
    margin-right: none; }
  .sm-share-widget .sm-share-link:hover {
    opacity: 0.7; }
.sm-share-widget .at_a11y {
  position: absolute !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important; }

/** addThis CSS **/
#at3win {
  position: fixed;
  top: 15%;
  left: 50%;
  margin-left: -320px;
  background: white;
  border: 1px solid #d2d2d1;
  width: 640px;
  z-index: 10000; }
  #at3win #at3winheader {
    position: relative;
    border-bottom: 1px solid #d2d2d1;
    background: #f1f1f1;
    height: 49px;
    cursor: default; }
    #at3win #at3winheader p {
      position: absolute;
      top: 16px;
      left: 100px;
      width: 475px;
      padding: 0;
      margin: 0;
      font-size: 14px;
      line-height: 18px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    #at3win #at3winheader h3 {
      height: 49px;
      text-align: left;
      line-height: 49px;
      margin: 0 50px 0 22px;
      border: 0;
      padding: 0 20px;
      font-size: 16px;
      font-family: "helvetica neue",helvetica,arial,sans-serif;
      font-weight: bold;
      text-shadow: 0 1px #fff;
      color: #333;
      direction: ltr; }
      #at3win #at3winheader h3.logoaddthis {
        padding-left: 22px; }
    #at3win #at3winheader .at3winheadersvc {
      display: inline-block;
      position: absolute;
      top: 15px;
      left: 20px;
      cursor: default !important;
      opacity: 1 !important; }
    #at3win #at3winheader #at3winssi {
      position: absolute;
      right: 50px;
      top: 0;
      height: 50px;
      display: block;
      border-left: 1px solid #d2d2d1; }
    #at3win #at3winheader #at3winheaderclose {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2tpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQwNzc2QTQ5Qjk1RDExRTFCMkE4OEUxNTUwRjMwREY0IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQwNzc2QTQ4Qjk1RDExRTFCMkE4OEUxNTUwRjMwREY0IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzMgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InV1aWQ6OEE1QUU0REMzMEU4REYxMUJCNzJGQkJCQzlBM0Y1RkMiIHN0UmVmOmRvY3VtZW50SUQ9InV1aWQ6M0M5RkJGRTEyQUU4REYxMUJCNzJGQkJCQzlBM0Y1RkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz78RHhFAAAApUlEQVR42rxTiQnAIAxU6QAdxRW6iZ1EnKRu4gqO0g1sCilEvT7Q0kBQ9O4wl6hLKepNGPUyhmMTQhhpSZTZez8jMGEWWizlRJi1fUHiS8dARHaMSaiELPaViCB3WC1NBMB4CMozWaJuuwBE1BkZdoEB8Qn5kzaaC7fbgN0xN+TYlNOJmCvyXjPwpBKRL7BnhgERiwQmHhDothDJjMVz8Ptv3AQYAJWjVVdnlDZCAAAAAElFTkSuQmCC);
      background-repeat: no-repeat;
      background-position: center center;
      border-left: 1px solid #d2d2d1;
      width: 49px;
      height: 49px;
      line-height: 49px;
      overflow: hidden;
      text-indent: -9999px;
      text-shadow: none;
      cursor: pointer; }
      #at3win #at3winheader #at3winheaderclose:hover {
        background-color: #dedede; }
  #at3win #at3winfooter {
    position: relative;
    background: #fff;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border-top: 1px solid #d2d2d1;
    height: 11px;
    _height: 20px;
    line-height: 11px;
    padding: 5px 20px;
    font-size: 11px;
    color: #666; }
    #at3win #at3winfooter a {
      margin-right: 10px;
      text-decoration: none;
      color: #666;
      float: left; }
      #at3win #at3winfooter a:hover {
        text-decoration: none;
        color: #000; }
    #at3win #at3winfooter #at3logo {
      background: url(//s7.addthis.com/static/t00/at3logo-sm.gif) no-repeat left center !important;
      padding-left: 10px; }
    #at3win #at3winfooter #at3privacy {
      position: absolute;
      top: 5px;
      right: 10px;
      background: url(//s7.addthis.com/static/t00/at3-privacy.gif) no-repeat right center !important;
      padding-right: 14px; }
  #at3win #at3winshare,
  #at3win #at3wincopy,
  #at3win #at3winemail {
    height: 440px; }
  #at3win #ate-msg {
    position: relative;
    min-height: 190px; }
    #at3win #ate-msg span {
      display: block;
      position: relative;
      padding-left: 20px;
      bottom: 4px;
      border: 0; }
      #at3win #ate-msg span textarea {
        display: block;
        height: 178px;
        *height: 162px;
        width: 97%;
        border: 0;
        margin: 0;
        font-family: arial,helvetica,sans-serif;
        font-size: 13px;
        outline: none;
        background: transparent;
        padding: 15px 0 0 0; }
        #at3win #ate-msg span textarea:focus {
          color: #000; }

#at3lb {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999; }

.at3lblight {
  background: #8a8c8f;
  opacity: 0.7; }

/* Global Freshman Academy frontpage block */
.gfa-container {
  padding: 6% 0;
  background: #0078b0;
  margin-top: 25px;
  white-space: nowrap;
  /*
   * Medium Tablet
   */
  /*
   * Medium Monitor
   */
  /*
   * Large Monitor
   */ }
  .gfa-container .gfa-image,
  .gfa-container .gfa-text-container,
  .gfa-container .gfa-link-container {
    display: block; }
  .gfa-container .gfa-image {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 10px; }
  .gfa-container .gfa-text-container {
    margin-top: -moz-calc(1% + 10px);
    margin-top: -webkit-calc(1% + 10px);
    margin-top: calc(1% + 10px);
    margin-bottom: -moz-calc(1% + 10px);
    margin-bottom: -webkit-calc(1% + 10px);
    margin-bottom: calc(1% + 10px);
    color: #fff;
    margin: 0 auto;
    width: 300px;
    padding: 0.46% 0.325%;
    max-width: 285px;
    white-space: normal; }
    .gfa-container .gfa-text-container .gfa-heading {
      font-size: 1.8em;
      font-weight: 700;
      line-height: 1.1em;
      margin-bottom: 10px; }
    .gfa-container .gfa-text-container .gfa-body {
      display: block;
      font-size: 1.15em;
      font-weight: 600;
      color: #f3f7fa;
      margin-bottom: 10px;
      margin-top: 10px; }
  .gfa-container .gfa-link-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #79b6d5;
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
    right: 0;
    text-align: center;
    width: 292px; }
    .gfa-container .gfa-link-container .gfa-link * {
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      box-shadow: none;
      padding: 10px 84px; }
  @media screen and (min-width: 768px) {
    .gfa-container {
      padding: 1.6% 1%;
      text-align: center; }
      .gfa-container .gfa-image {
        display: inline-block;
        width: 238px;
        margin: auto; }
        .gfa-container .gfa-image img {
          height: auto;
          padding-bottom: 1.4px;
          vertical-align: middle; }
      .gfa-container .gfa-text-container {
        display: inline-block;
        margin: 0;
        vertical-align: middle;
        width: 30%;
        padding: 0 2%;
        max-width: 42%;
        text-align: left; }
        .gfa-container .gfa-text-container .gfa-heading {
          font-size: 1.4em; }
        .gfa-container .gfa-text-container .gfa-body {
          font-size: 1em;
          margin: auto; }
      .gfa-container .gfa-link-container {
        width: 238px;
        display: inline-block;
        margin: 2%;
        position: relative;
        margin: 0.62% 0; }
        .gfa-container .gfa-link-container .gfa-link * {
          padding: 10px 58px; } }
  @media screen and (min-width: 980px) {
    .gfa-container {
      padding: 1.7% 0; }
      .gfa-container .gfa-image {
        text-align: left;
        width: 292px; }
      .gfa-container .gfa-text-container {
        max-width: 38%;
        padding: 0 2%;
        width: 41%; }
      .gfa-container .gfa-link-container {
        width: 238px; } }
  @media screen and (min-width: 1180px) {
    .gfa-container .gfa-link-container {
      margin-left: 9%; } }

/*
 * Moved from legacy responsive.smartphone.landscape.scss
 */
@media screen and (max-width: 768px) {
  .starting-soon-heading {
    display: none; } }
.discovery-card-block {
  position: relative;
  z-index: 10; }

.node-type-leadpages #page {
  margin: -20px 0 !important;
  padding-top: 20px !important; }
.node-type-leadpages .header h1,
.node-type-leadpages .header h2,
.node-type-leadpages .header h3,
.node-type-leadpages .header h4,
.node-type-leadpages .header h5,
.node-type-leadpages .header h6,
.node-type-leadpages .footer h1,
.node-type-leadpages .footer h2,
.node-type-leadpages .footer h3,
.node-type-leadpages .footer h4,
.node-type-leadpages .footer h5,
.node-type-leadpages .footer h6 {
  color: #fff; }
.node-type-leadpages .header h1,
.node-type-leadpages .footer h1 {
  font-weight: 700; }
.node-type-leadpages .header h2,
.node-type-leadpages .footer h2 {
  font-weight: 300;
  border-bottom: none; }
.node-type-leadpages header.region-identity {
  background: #fff; }
  .node-type-leadpages header.region-identity a,
  .node-type-leadpages header.region-identity a:link,
  .node-type-leadpages header.region-identity a:visited {
    font-style: normal;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none; }
.node-type-leadpages #block-system-user-menu a {
  font-weight: 600;
  margin: 0; }
.node-type-leadpages #about-us h4 {
  height: 0; }
.node-type-leadpages #about-us .b-about-us-text {
  margin-bottom: 0; }
.node-type-leadpages #contacts .col-md-4 {
  width: auto; }
.node-type-leadpages #branding *,
.node-type-leadpages #menu-bar *,
.node-type-leadpages #footer * {
  box-sizing: content-box; }

.careers-page .hero-content, .careers-page .apply-section .footer-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 20px; }

.careers-page .careers-title {
  border: none;
  text-align: center;
  margin: 40px auto;
  max-width: 750px;
  line-height: 1.45;
  color: #050505;
  font-size: 1.5em;
  font-weight: 500; }
.careers-page .careers-hero {
  position: relative; }
.careers-page .hero-content .pc-hero-title,
.careers-page .hero-content .subtitle {
  color: #fff; }
.careers-page .hero-content .pc-hero-title {
  line-height: 1.1em;
  font-size: 2.5em;
  font-weight: 600; }
.careers-page .apply-btn {
  width: 280px;
  margin: 20px auto 0; }
.careers-page .partner-logos {
  display: flex;
  flex-direction: column;
  text-align: center; }
.careers-page .partner-link {
  display: inline-block;
  margin: 20px 20px 0; }
.careers-page .benefit-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center; }
.careers-page .benefits-section {
  background: #f5f5f5;
  padding-top: 15px; }
.careers-page .benefit {
  width: 100%;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  .careers-page .benefit .icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    padding: 20px; }
    .careers-page .benefit .icon-wrapper .icon,
    .careers-page .benefit .icon-wrapper svg {
      width: 100%;
      height: 100%; }
  .careers-page .benefit .icon-fill,
  .careers-page .benefit .mm-step {
    fill: #007db8; }
  .careers-page .benefit .text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px; }
  .careers-page .benefit .col-title,
  .careers-page .benefit .title-link {
    color: #050505; }
  .careers-page .benefit .col-title {
    font-size: 1em; }
  .careers-page .benefit .col-content {
    font-size: 0.875em; }
.careers-page .tab-list {
  max-width: 700px;
  margin: 0 auto 40px;
  padding: 0;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap; }
  .careers-page .tab-list .tab-item {
    margin: 5px 10px; }
  .careers-page .tab-list .tab-btn {
    background: #fff;
    color: #007db8;
    border: 1px solid #007db8;
    border-radius: 5px;
    padding: 15px 25px; }
    .careers-page .tab-list .tab-btn.active {
      color: #fff;
      background: #007db8;
      border-color: #007db8; }
.careers-page .tab-panel {
  max-width: 600px;
  margin: 0 auto 70px; }
.careers-page .generic-application {
  font-size: 1.125em;
  text-align: center;
  margin-bottom: 40px; }
  .careers-page .generic-application .careers-copy {
    line-height: 2;
    padding: 10px; }
.careers-page .job-listings {
  position: relative; }
.careers-page .lifestyle {
  display: block;
  margin: 10px auto; }
.careers-page .job-openings {
  margin: 0;
  list-style-type: none;
  break-inside: avoid;
  page-break-inside: avoid; }
.careers-page .job-opening {
  display: inline-block;
  margin: 10px; }
.careers-page .apply-section {
  position: relative; }
.careers-page .footer-copy {
  font-size: 1.5em;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #fff; }
@media only screen and (min-width: 540px) {
  .careers-page .hero-content .pc-hero-title {
    font-size: 1.5em; }
  .careers-page .apply-btn {
    margin-top: 0;
    margin-bottom: 0; }
  .careers-page .partner-logos {
    flex-direction: row;
    justify-content: center; }
  .careers-page .benefit-list {
    flex-direction: row;
    flex-wrap: wrap; }
  .careers-page .benefit {
    width: 50%; }
    .careers-page .benefit .text {
      max-width: 320px; } }
@media only screen and (min-width: 768px) {
  .careers-page .hero-content {
    padding-left: calc(50% - 300px);
    padding-right: calc(50% - 300px); }
    .careers-page .hero-content .pc-hero-title {
      font-size: 2.5em;
      font-weight: 400; }
  .careers-page .benefit {
    width: 33%; }
  .careers-page .job-openings {
    column-count: 2; }
  .careers-page .footer-copy {
    margin-bottom: 40px; } }
@media only screen and (min-width: 980px) {
  .careers-page .lifestyle {
    position: absolute;
    top: 0; }
    .careers-page .lifestyle:first-of-type {
      left: 0; }
    .careers-page .lifestyle:last-of-type {
      right: 0; } }

.node-type-donation-page .container,
.node-type-donation-page .region-container-inner {
  max-width: 1440px; }
.node-type-donation-page .region-container-inner {
  width: 100%; }
.node-type-donation-page .region-column-wrapper {
  display: none; }

.edx-donation-page {
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  .edx-donation-page * {
    box-sizing: border-box; }
    .edx-donation-page *:not(.fa) {
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  .edx-donation-page p {
    font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  .edx-donation-page h1 {
    color: #fff;
    font-size: 1.875em;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    padding: 0; }
  .edx-donation-page h2 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #007db8;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.1;
    border: none;
    margin: 0;
    padding: 0; }
  .edx-donation-page .title {
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 28px; }
  .edx-donation-page .subtitle {
    color: #fff; }
  .edx-donation-page .secondary-load {
    display: none; }
    .edx-donation-page .secondary-load.active {
      display: inline; }
  .edx-donation-page .home-content {
    clear: both; }
    .edx-donation-page .home-content:after {
      content: '';
      display: table;
      clear: both; }
  .edx-donation-page .top-cta-container,
  .edx-donation-page .usage-container,
  .edx-donation-page .learner-stories-container,
  .edx-donation-page .secondary-cta-container,
  .edx-donation-page .bottom-cta-container {
    border-bottom: 1px solid black;
    margin: 0 2%;
    text-align: center; }
  .edx-donation-page .top-cta-container .cta-subcontainer,
  .edx-donation-page .bottom-cta-container .cta-subcontainer {
    list-style: none;
    padding: 0;
    margin: 3% 5% 2%; }
    .edx-donation-page .top-cta-container .cta-subcontainer .donate-button,
    .edx-donation-page .bottom-cta-container .cta-subcontainer .donate-button {
      width: 347px;
      max-width: 347px;
      font-weight: bold;
      font-size: 1.5em; }
    .edx-donation-page .top-cta-container .cta-subcontainer .fa,
    .edx-donation-page .bottom-cta-container .cta-subcontainer .fa {
      vertical-align: -2px; }
    .edx-donation-page .top-cta-container .cta-subcontainer .item-text,
    .edx-donation-page .bottom-cta-container .cta-subcontainer .item-text {
      font-size: .78em; }
    .edx-donation-page .top-cta-container .cta-subcontainer .item-container,
    .edx-donation-page .bottom-cta-container .cta-subcontainer .item-container {
      padding: 0; }
    .edx-donation-page .top-cta-container .cta-subcontainer .item-embed-code,
    .edx-donation-page .top-cta-container .cta-subcontainer .item-text,
    .edx-donation-page .top-cta-container .cta-subcontainer form,
    .edx-donation-page .bottom-cta-container .cta-subcontainer .item-embed-code,
    .edx-donation-page .bottom-cta-container .cta-subcontainer .item-text,
    .edx-donation-page .bottom-cta-container .cta-subcontainer form {
      text-align: center; }
  .edx-donation-page .cta-container ul li {
    display: inline-block; }
  .edx-donation-page .secondary-cta-container ul {
    list-style: none;
    text-align: center;
    padding: 0; }
    .edx-donation-page .secondary-cta-container ul .item-text {
      font-size: 1.6em;
      padding-top: 5%; }
  .edx-donation-page .learner-stories-container {
    clear: both;
    background: #fff; }
    .edx-donation-page .learner-stories-container:after {
      content: '';
      display: table;
      clear: both; }
    .edx-donation-page .learner-stories-container .item-title {
      display: inline;
      min-width: 60%;
      font-size: 1.32em;
      padding: 10px 0; }
      .edx-donation-page .learner-stories-container .item-title .link-arrows {
        display: none; }
    .edx-donation-page .learner-stories-container .learner-stories-container > h2.title {
      margin-left: 10px;
      margin-right: 10px; }
  .edx-donation-page .usage-container > h2.title {
    margin-top: 35px; }
  .edx-donation-page .hero-container {
    position: relative;
    padding: 0;
    background: #3d3e3f;
    text-align: center; }
    .edx-donation-page .hero-container .rwd-img {
      width: 100%;
      margin-bottom: -8px; }
    .edx-donation-page .hero-container .hero-content-wrapper {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 20px;
      margin: auto;
      text-align: center;
      width: 100%; }
      .edx-donation-page .hero-container .hero-content-wrapper .hero-content {
        background: #b52a67 none repeat scroll 0 0;
        padding: 10px 10px 0;
        z-index: 10;
        text-align: center;
        margin: 0 5%;
        max-width: 500px;
        box-shadow: none;
        cursor: default; }
      .edx-donation-page .hero-container .hero-content-wrapper .title,
      .edx-donation-page .hero-container .hero-content-wrapper .subtitle {
        text-shadow: none;
        font-weight: 700; }
      .edx-donation-page .hero-container .hero-content-wrapper h1.title {
        margin-top: 5px;
        margin-bottom: 15px;
        font-size: 1.125em;
        font-weight: 600; }
      .edx-donation-page .hero-container .hero-content-wrapper .subtitle {
        margin-bottom: 20px;
        font-size: .937em;
        font-weight: 400;
        line-height: 1.25; }
      .edx-donation-page .hero-container .hero-content-wrapper .btn {
        margin-bottom: 10px;
        padding: 5px 10px; }
  .edx-donation-page .usage-container {
    clear: both;
    padding: 0 30px; }
    .edx-donation-page .usage-container:after {
      content: '';
      display: table;
      clear: both; }
    .edx-donation-page .usage-container .section-title {
      font-size: 1.5em;
      vertical-align: middle;
      color: #646464;
      padding-top: 2px; }
    .edx-donation-page .usage-container .section-item {
      padding: 22px 0;
      min-height: 99px; }
    .edx-donation-page .usage-container .edx-icon {
      margin: 0 20px 0 0;
      clear: left;
      background-image: none; }
    .edx-donation-page .usage-container .section-content,
    .edx-donation-page .usage-container .cta {
      display: none; }
    .edx-donation-page .usage-container .usage-list {
      list-style-type: none;
      margin: 0;
      padding: 0; }
  .edx-donation-page .learner-stories-container,
  .edx-donation-page .secondary-cta-container,
  .edx-donation-page .main-content-bottom-container {
    padding: 30px 25px 15px;
    text-align: center; }
  .edx-donation-page .main-content-bottom-container {
    text-align: left; }
  @media only screen and (min-width: 540px) {
    .edx-donation-page h1 {
      font-size: 3em; }
    .edx-donation-page h2 {
      font-size: 1.875em; }
    .edx-donation-page .hero-container .hero-content-wrapper .hero-content .subtitle {
      padding: 0 5%; }
    .edx-donation-page .hero-container .hero-content-wrapper .hero-content .btn {
      margin-bottom: 6px;
      padding: 10px 15px; }
    .edx-donation-page .trust-bar-container {
      box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
      margin-bottom: 0; }
      .edx-donation-page .trust-bar-container .carousel-item.cta.btn.btn-blue.last {
        display: inline-block; }
      .edx-donation-page .trust-bar-container .cta.btn-primary-blue, .edx-donation-page .trust-bar-container .lead-capture .cta.btn.lead-capture-btn, .lead-capture .edx-donation-page .trust-bar-container .cta.btn.lead-capture-btn,
      .edx-donation-page .trust-bar-container .cta.btn-blue {
        background: none;
        box-shadow: none;
        color: #126F9A;
        padding: 15px 0 0; }
        .edx-donation-page .trust-bar-container .cta.btn-primary-blue:hover, .edx-donation-page .trust-bar-container .lead-capture .cta.btn.lead-capture-btn:hover, .lead-capture .edx-donation-page .trust-bar-container .cta.btn.lead-capture-btn:hover, .edx-donation-page .trust-bar-container .cta.btn-primary-blue:active, .edx-donation-page .trust-bar-container .lead-capture .cta.btn.lead-capture-btn:active, .lead-capture .edx-donation-page .trust-bar-container .cta.btn.lead-capture-btn:active, .edx-donation-page .trust-bar-container .cta.btn-primary-blue:focus, .edx-donation-page .trust-bar-container .lead-capture .cta.btn.lead-capture-btn:focus, .lead-capture .edx-donation-page .trust-bar-container .cta.btn.lead-capture-btn:focus,
        .edx-donation-page .trust-bar-container .cta.btn-blue:hover,
        .edx-donation-page .trust-bar-container .cta.btn-blue:active,
        .edx-donation-page .trust-bar-container .cta.btn-blue:focus {
          background: none;
          color: #126F9A;
          border-bottom: 1px dotted #2968aa; }
        .edx-donation-page .trust-bar-container .cta.btn-primary-blue.current, .edx-donation-page .trust-bar-container .lead-capture .cta.current.btn.lead-capture-btn, .lead-capture .edx-donation-page .trust-bar-container .cta.current.btn.lead-capture-btn, .edx-donation-page .trust-bar-container .cta.btn-primary-blue.active, .edx-donation-page .trust-bar-container .lead-capture .cta.active.btn.lead-capture-btn, .lead-capture .edx-donation-page .trust-bar-container .cta.active.btn.lead-capture-btn,
        .edx-donation-page .trust-bar-container .cta.btn-blue.current,
        .edx-donation-page .trust-bar-container .cta.btn-blue.active {
          background: none repeat scroll 0 0 #1AA1DE;
          box-shadow: 0 2px 1px 1px #1580B0 inset;
          color: #1580B0; }
          .edx-donation-page .trust-bar-container .cta.btn-primary-blue.current:hover, .edx-donation-page .trust-bar-container .lead-capture .cta.current.btn.lead-capture-btn:hover, .lead-capture .edx-donation-page .trust-bar-container .cta.current.btn.lead-capture-btn:hover, .edx-donation-page .trust-bar-container .cta.btn-primary-blue.current:active, .edx-donation-page .trust-bar-container .lead-capture .cta.current.btn.lead-capture-btn:active, .lead-capture .edx-donation-page .trust-bar-container .cta.current.btn.lead-capture-btn:active, .edx-donation-page .trust-bar-container .cta.btn-primary-blue.active:hover, .edx-donation-page .trust-bar-container .lead-capture .cta.active.btn.lead-capture-btn:hover, .lead-capture .edx-donation-page .trust-bar-container .cta.active.btn.lead-capture-btn:hover, .edx-donation-page .trust-bar-container .cta.btn-primary-blue.active:active, .edx-donation-page .trust-bar-container .lead-capture .cta.active.btn.lead-capture-btn:active, .lead-capture .edx-donation-page .trust-bar-container .cta.active.btn.lead-capture-btn:active,
          .edx-donation-page .trust-bar-container .cta.btn-blue.current:hover,
          .edx-donation-page .trust-bar-container .cta.btn-blue.current:active,
          .edx-donation-page .trust-bar-container .cta.btn-blue.active:hover,
          .edx-donation-page .trust-bar-container .cta.btn-blue.active:active {
            box-shadow: 0 2px 1px 1px #126F9A inset;
            color: #126F9A; }
    .edx-donation-page .title {
      font-size: 2.25em;
      margin-bottom: 8px; }
    .edx-donation-page .mobile-only {
      display: none; }
    .edx-donation-page .usage-container > h2.title {
      font-size: 2.25em;
      margin-bottom: 15px; }
    .edx-donation-page .usage-container .section-content {
      display: block;
      margin-top: 10px;
      margin-left: 77px; }
    .edx-donation-page .learner-stories-container .title {
      font-size: 1.5625em;
      margin-bottom: 30px; }
    .edx-donation-page .learner-stories-container > h2.title {
      font-size: 2.25em;
      margin-bottom: 15px; }
    .edx-donation-page .learner-stories-container .content-wrapper {
      clear: both;
      position: relative; }
      .edx-donation-page .learner-stories-container .content-wrapper:after {
        content: '';
        display: table;
        clear: both; }
      .edx-donation-page .learner-stories-container .content-wrapper div:nth-child(2n) {
        float: right; }
      .edx-donation-page .learner-stories-container .content-wrapper div:nth-child(3) {
        clear: both; }
        .edx-donation-page .learner-stories-container .content-wrapper div:nth-child(3):after {
          content: '';
          display: table;
          clear: both; } }
  @media only screen and (min-width: 600px) {
    .edx-donation-page .hero-container .hero-content-wrapper .hero-content h1.title {
      font-size: 1.375em;
      margin-bottom: 20px; }
    .edx-donation-page .hero-container .hero-content-wrapper .hero-content .subtitle {
      font-size: 1.125em;
      margin: 0 0 30px; } }
  @media only screen and (min-width: 768px) {
    .edx-donation-page .hero-container .hero-content-wrapper .hero-content .btn {
      font-size: 1.25em;
      padding: 15px 30px;
      margin-bottom: 115px; }
    .edx-donation-page .trust-bar-container .cta.btn-primary-blue, .edx-donation-page .trust-bar-container .lead-capture .cta.btn.lead-capture-btn, .lead-capture .edx-donation-page .trust-bar-container .cta.btn.lead-capture-btn,
    .edx-donation-page .trust-bar-container .cta.btn-blue {
      padding-top: 30px; }
    .edx-donation-page .usage-container .section-item {
      clear: both; }
      .edx-donation-page .usage-container .section-item:after {
        content: '';
        display: table;
        clear: both; }
      .edx-donation-page .usage-container .section-item a {
        position: absolute;
        padding-top: 9px; }
    .edx-donation-page .usage-container .section-title {
      display: inline-block;
      width: 180px;
      margin-top: 3px;
      padding-top: 2px; }
    .edx-donation-page .usage-container .section-content {
      display: inline;
      float: right;
      width: calc( 100% - 300px );
      margin: 3px 0 0; }
    .edx-donation-page .learner-stories-container {
      padding: 30px 25px; }
      .edx-donation-page .learner-stories-container ul {
        display: table; }
        .edx-donation-page .learner-stories-container ul li {
          display: table-cell; }
          .edx-donation-page .learner-stories-container ul li p {
            margin: 0 1em; }
    .edx-donation-page .title {
      font-size: 2.35em; }
    .edx-donation-page .secondary-cta-container {
      padding: 30px 25px; }
      .edx-donation-page .secondary-cta-container ul {
        display: table;
        width: 100%; }
        .edx-donation-page .secondary-cta-container ul li {
          display: table-cell;
          width: 50%; } }
  @media only screen and (min-width: 980px) {
    .edx-donation-page h1 {
      font-size: 3.5em; }
    .edx-donation-page .learner-stories-container {
      position: relative; }
      .edx-donation-page .learner-stories-container .btn-blue {
        color: #2968aa;
        background: none;
        box-shadow: none;
        padding: 0;
        font-weight: 400; }
        .edx-donation-page .learner-stories-container .btn-blue:hover, .edx-donation-page .learner-stories-container .btn-blue:active, .edx-donation-page .learner-stories-container .btn-blue:focus {
          border-bottom: 1px dotted #2968aa; }
      .edx-donation-page .learner-stories-container .learner-stories-container > h2.title {
        margin-left: 0;
        margin-right: 0; }
    .edx-donation-page .learner-stories-container {
      padding-left: 40px;
      padding-right: 40px;
      text-align: left; }
    .edx-donation-page .usage-container .usage-list {
      display: table-row; }
      .edx-donation-page .usage-container .usage-list .section-item {
        float: none;
        display: table-cell; }
        .edx-donation-page .usage-container .usage-list .section-item a {
          position: relative;
          padding-top: 0; }
          .edx-donation-page .usage-container .usage-list .section-item a:hover, .edx-donation-page .usage-container .usage-list .section-item a:focus, .edx-donation-page .usage-container .usage-list .section-item a:active {
            border-bottom-color: #646464;
            padding-bottom: 3px; }
            .edx-donation-page .usage-container .usage-list .section-item a:hover .edx-icon, .edx-donation-page .usage-container .usage-list .section-item a:focus .edx-icon, .edx-donation-page .usage-container .usage-list .section-item a:active .edx-icon {
              opacity: 0.5; }
        .edx-donation-page .usage-container .usage-list .section-item .section-title {
          padding-right: 10px; }
        .edx-donation-page .usage-container .usage-list .section-item .section-content {
          display: table; }
          .edx-donation-page .usage-container .usage-list .section-item .section-content .cta {
            display: table-row;
            position: absolute;
            top: 95%;
            padding-right: 10px; }
    .edx-donation-page .usage-container .section-title {
      display: inline;
      min-width: 60%;
      font-size: 1.32em; }
      .edx-donation-page .usage-container .section-title .link-arrows {
        display: none; }
    .edx-donation-page .usage-container .section-item {
      clear: none;
      position: relative;
      float: left;
      display: inline-block;
      border: none;
      padding-right: 20px; }
      .edx-donation-page .usage-container .section-item:last-of-type {
        margin-right: 0; }
    .edx-donation-page .usage-container .edx-icon {
      background-size: 265px auto;
      height: 52px;
      width: 53px;
      margin-right: 10px;
      margin-bottom: 10px; }
    .edx-donation-page .usage-container .edx-icon.cert.md {
      background-position: 0 0; }
    .edx-donation-page .usage-container .edx-icon.high-school.md {
      background-position: -53px 0; }
    .edx-donation-page .usage-container .edx-icon.credit.md {
      background-position: -106px 0; }
    .edx-donation-page .usage-container .edx-icon.subject.md {
      background-position: -159px 0; }
    .edx-donation-page .usage-container .edx-icon.career.md {
      background-position: -212px 0; }
    .edx-donation-page .usage-container .section-content {
      clear: both;
      width: 100%;
      display: block;
      padding: 20px 0 10px; }
      .edx-donation-page .usage-container .section-content:after {
        content: '';
        display: table;
        clear: both; }
    .edx-donation-page .usage-container .cta {
      display: block;
      margin-top: 20px; }
    .edx-donation-page .footer-content-wrapper {
      max-width: 1440px; } }
  @media only screen and (min-width: 1180px) {
    .edx-donation-page .hero-container .hero-content-wrapper .hero-content {
      max-width: 670px; }
      .edx-donation-page .hero-container .hero-content-wrapper .hero-content h1.title {
        font-size: 1.625em; }
      .edx-donation-page .hero-container .hero-content-wrapper .hero-content .subtitle {
        font-size: 1.250em; }
    .edx-donation-page .trust-bar-container .cta.btn-primary-blue, .edx-donation-page .trust-bar-container .lead-capture .cta.btn.lead-capture-btn, .lead-capture .edx-donation-page .trust-bar-container .cta.btn.lead-capture-btn,
    .edx-donation-page .trust-bar-container .cta.btn-blue {
      padding-top: 20%; } }
  .edx-donation-page .list-learners {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0; }
  .edx-donation-page .list-learner__item {
    overflow: hidden;
    padding: 10px 0 10px; }
    .edx-donation-page .list-learner__item:nth-of-type(3n+1) {
      clear: left; }
    .edx-donation-page .list-learner__item a {
      display: inline-block; }
      .edx-donation-page .list-learner__item a:hover, .edx-donation-page .list-learner__item a:focus {
        border: none; }
        .edx-donation-page .list-learner__item a:hover .learner-img, .edx-donation-page .list-learner__item a:focus .learner-img {
          border-color: #2968aa; }
        .edx-donation-page .list-learner__item a:hover .learner-name, .edx-donation-page .list-learner__item a:focus .learner-name {
          text-decoration: underline; }
    .edx-donation-page .list-learner__item .learner-org {
      display: block;
      font-weight: 600; }
    .edx-donation-page .list-learner__item .item-title {
      display: block; }
  .edx-donation-page .learner-img {
    max-width: 155px;
    border-radius: 100%;
    border: 4px solid #e6e6e6;
    transition: border .2s; }
  @media screen and (min-width: 900px) {
    .edx-donation-page .list-learners {
      text-align: center; }
    .edx-donation-page .list-learner__item {
      float: left;
      margin: 0;
      padding: 15px 20px;
      width: calc( 100% / 3 ); }
    .edx-donation-page .learner-name {
      margin-top: 0; }
    .edx-donation-page .learner-img {
      float: none;
      margin: 0;
      max-width: 155px; } }

.contact-edx .address {
  margin: 10px 0; }
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .contact-edx.form-section .form-item {
    max-width: 500px; }
  .contact-edx.form-section .field-context {
    margin-left: 0;
    float: right; } }

.program-landing-page * {
  box-sizing: border-box; }
.program-landing-page .section-title {
  text-align: center;
  color: #065784;
  border: none;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 2em;
  font-weight: 500; }
.program-landing-page .section-item .icon {
  width: 76px;
  height: 53px;
  margin-bottom: 10px;
  position: absolute;
  float: left; }
.program-landing-page .section-item:nth-child(2) .icon {
  width: 53px; }
.program-landing-page .section-item .col-title {
  position: relative;
  float: left;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2;
  min-height: 53px;
  margin-bottom: 5px;
  margin-left: 90px; }
.program-landing-page .section-item .col-content {
  clear: both; }
  .program-landing-page .section-item .col-content:after {
    content: '';
    display: table;
    clear: both; }

.program-lp-section {
  clear: both;
  padding: 20px; }
  .program-lp-section:after {
    content: '';
    display: table;
    clear: both; }
  .program-lp-section.program-lp-explanation, .program-lp-section.program-lp-testimonials, .program-lp-section.program-lp-card-list {
    background: #f5f5f5; }

.program-lp-partner-carousel,
.program-lp-industry-carousel,
.program-lp-how-it-works,
.program-lp-email-capture {
  background: #fff; }

.program-lp-hero .title {
  line-height: 1.2;
  margin-top: 80px;
  margin-bottom: 0; }
  .program-lp-hero .title .svg-title {
    color: #fff; }
.program-lp-hero .text {
  padding-left: 15px;
  padding-right: 15px; }
.program-lp-hero .subtitle-list {
  padding: 0;
  font-size: 1.25em; }
  .program-lp-hero .subtitle-list .list-item {
    list-style: none;
    color: #fff; }
.program-lp-hero .btn-custom {
  background: #fff;
  width: 100%; }
  .program-lp-hero .btn-custom:active, .program-lp-hero .btn-custom:focus, .program-lp-hero .btn-custom:hover {
    opacity: 0.9; }
.program-lp-hero .play-btn {
  margin-left: -moz-calc((100% - 74px) / 2);
  margin-left: -webkit-calc((100% - 74px) / 2);
  margin-left: calc((100% - 74px) / 2);
  margin-top: -moz-calc(186px/ 2);
  margin-top: -webkit-calc(186px/ 2);
  margin-top: calc(186px/ 2);
  margin-bottom: -moz-calc(186px/ 2);
  margin-bottom: -webkit-calc(186px/ 2);
  margin-bottom: calc(186px/ 2);
  height: 74px;
  width: 74px;
  color: #fff;
  background: none;
  border: 4px solid #fff;
  border-radius: 50%; }
  .program-lp-hero .play-btn:hover, .program-lp-hero .play-btn:focus, .program-lp-hero .play-btn:active {
    opacity: 0.7;
    outline: none; }
  .program-lp-hero .play-btn .icon {
    padding-left: 8px; }
.program-lp-hero .video-inline {
  margin: 20px 0; }
.program-lp-hero .full-width-video .video-inline {
  margin: 0; }
.program-lp-hero .img-wrapper {
  height: 30px; }
.program-lp-hero .hero-img {
  display: none; }

.program-lp-explanation .text {
  text-align: left; }

.program-lp-partner-carousel {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  padding: 0; }
  .program-lp-partner-carousel .carousel-container {
    max-width: 1200px;
    margin: 0 auto; }

.program-lp-testimonials .testimonial {
  clear: both;
  width: 100%;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px; }
  .program-lp-testimonials .testimonial:after {
    content: '';
    display: table;
    clear: both; }
  .program-lp-testimonials .testimonial .author-img {
    width: 100px;
    height: 100px;
    border: none;
    float: left; }
  .program-lp-testimonials .testimonial .quote {
    width: calc(100% - 115px);
    margin-left: 15px;
    float: right;
    font-size: 1.125em; }
  .program-lp-testimonials .testimonial .author-name {
    float: left;
    font-style: normal;
    font-size: 0.888em;
    line-height: 1.5; }

.program-lp-email-capture {
  padding: 30px; }
  .program-lp-email-capture .email-form {
    line-height: 0; }
  .program-lp-email-capture .signup-content {
    line-height: 1.5; }
  .program-lp-email-capture .description {
    font-size: 1.625em;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #065784; }
  .program-lp-email-capture .label label {
    font-weight: 500; }
  .program-lp-email-capture .email {
    clear: both;
    width: 100%;
    margin: 5px 0 10px;
    padding: 5px;
    height: 36px; }
    .program-lp-email-capture .email:after {
      content: '';
      display: table;
      clear: both; }
  .program-lp-email-capture .btn {
    font-size: 0.875em;
    width: 100%; }

.program-lp-faqs .title {
  font-weight: 500; }
.program-lp-faqs .question {
  margin-bottom: 20px; }

@media only screen and (min-width: 540px) {
  .program-landing-page .section-item {
    border-bottom-color: #d5d5d5; }
    .program-landing-page .section-item .icon {
      position: relative; }
    .program-landing-page .section-item .col-title {
      min-height: 0;
      margin-top: 10px;
      margin-left: 10px; }

  .program-lp-hero {
    position: relative; }
    .program-lp-hero .title,
    .program-lp-hero .btn-custom {
      width: 250px; }
    .program-lp-hero .title {
      position: absolute;
      top: 0; }
    .program-lp-hero .cta-multiple {
      margin-top: 180px; }
    .program-lp-hero .subtitle-list {
      position: relative;
      width: calc(100% - 270px);
      float: right;
      margin-top: 80px; }

  .program-lp-email-capture .email {
    width: calc(100% - 200px); }
  .program-lp-email-capture .cta {
    position: relative;
    float: right;
    width: 180px;
    padding-top: 5px; }
  .program-lp-email-capture .btn {
    width: 100%; } }
@media only screen and (min-width: 768px) {
  .program-lp-testimonials .testimonial {
    clear: none;
    width: 50%;
    padding: 0 20px;
    float: left; }
    .program-lp-testimonials .testimonial .author-img {
      width: 150px;
      height: 150px; }
    .program-lp-testimonials .testimonial .quote {
      width: calc(100% - 170px);
      margin-left: 20px; }

  .program-lp-hero .text {
    position: relative;
    z-index: 100;
    padding-bottom: 30px;
    padding-left: 30px; }
  .program-lp-hero .title {
    position: relative; }
  .program-lp-hero .subtitle-list {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px; }
  .program-lp-hero .cta-multiple {
    margin-top: 0; }
  .program-lp-hero .video-inline {
    margin-left: -30px;
    margin-right: 30px; }
  .program-lp-hero .img-wrapper {
    height: auto; }
  .program-lp-hero .hero-img {
    display: inline;
    position: absolute;
    top: 0;
    right: 0;
    width: 768px;
    max-width: none;
    opacity: 0.2; }

  .program-landing-page .section-item .text {
    width: 100%;
    display: block; }

  .program-lp-email-capture .form {
    padding-left: 50px; }
  .program-lp-email-capture .signup-content {
    display: flex;
    align-items: center; }
  .program-lp-email-capture .description {
    margin-bottom: 0; }
  .program-lp-email-capture .email,
  .program-lp-email-capture .cta {
    width: 100%; }
  .program-lp-email-capture .cta {
    padding-top: 0; } }
@media only screen and (min-width: 980px) {
  .program-lp-hero .title {
    position: absolute;
    top: 0;
    margin-top: 30px; }
  .program-lp-hero .cta-multiple {
    margin-top: 125px; }
  .program-lp-hero .subtitle-list {
    position: relative;
    width: calc(100% - 290px);
    float: right;
    margin-top: 48px; }
    .program-lp-hero .subtitle-list .list-item {
      line-height: 2.2; }
  .program-lp-hero .hero-img {
    position: relative;
    float: right; }

  .program-lp-testimonials .testimonial {
    padding: 0 5%;
    display: flex; }

  .program-landing-page .section-item .icon {
    margin-bottom: 30px; }
  .program-landing-page .section-item .text {
    clear: both; }
    .program-landing-page .section-item .text:after {
      content: '';
      display: table;
      clear: both; }
  .program-landing-page .section-item .col-title {
    widows: 100%;
    margin: 0 0 10px; }

  .program-lp-email-capture .email {
    width: calc(100% - 200px); }
  .program-lp-email-capture .cta {
    width: 180px;
    padding-top: 5px; } }
.program-lp-hero {
  background: #065784; }
  .program-lp-hero .mm-logo-fill {
    fill: #fff; }
  .program-lp-hero .btn-custom {
    color: #065784; }

.program-landing-page .program-lp-industry-carousel-div .carousel-item .carousel-link,
.program-landing-page .program-lp-industry-carousel-div .carousel-item .carousel-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-height: 101px;
  width: auto; }
.program-landing-page .mm-step {
  fill: #0075b4; }
@media only screen and (min-width: 768px) {
  .program-landing-page .faq-cols .section-title {
    text-align: left; } }
@media only screen and (min-width: 980px) {
  .program-landing-page .faq-cols .section-title {
    text-align: center; } }

.action-previewcert {
  border: none; }

.node-type-enterprise-inquiry-page .ent-section {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
.node-type-enterprise-inquiry-page .section-title {
  text-align: center;
  color: #0075b4;
  font-weight: 400;
  border: none; }
.node-type-enterprise-inquiry-page .js-trust-bar .home-content {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15); }
.node-type-enterprise-inquiry-page .carousel-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }

.node-type-enterprise-inquiry-page header {
  margin: auto;
  position: fixed;
  width: 100%;
  z-index: 100000;
  background-color: #fff;
  top: 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15); }

.edx-enterprise-header {
  max-width: 1440px;
  margin: auto; }

.edx-enterprise-logo {
  display: inline;
  float: left;
  padding-bottom: 12px; }
  .edx-enterprise-logo img {
    max-height: 50px; }

.edx-enterprise-header-button {
  display: inline;
  float: right;
  padding-bottom: 5px; }
  .edx-enterprise-header-button .btn {
    padding: 7px 30px; }

.enterprise-hero-container {
  position: relative;
  padding: 0;
  background: #3d3e3f;
  margin-left: auto;
  margin-right: auto;
  max-height: 438px;
  overflow: hidden;
  min-height: 310px;
  margin-top: 83px; }
  .enterprise-hero-container .ent-hero {
    width: 100%; }
  .enterprise-hero-container .rwd-img {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    height: inherit;
    max-width: none; }
  .enterprise-hero-container .hero-main-tint {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .enterprise-hero-container .ent-hero-content {
    position: relative;
    text-align: center; }
  .enterprise-hero-container h1.title {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 1.344;
    text-align: center;
    position: relative;
    font-weight: 400; }
  .enterprise-hero-container .subtitle {
    padding-right: 0;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    position: relative; }
  .enterprise-hero-container .btn {
    padding: 7px 30px;
    width: auto; }

.ent-subjects-container {
  margin-top: 20px;
  margin-bottom: 30px; }
  .ent-subjects-container .ent-subjects-wrapper {
    display: table-row; }
  .ent-subjects-container .subjects-content {
    float: left;
    display: inline-block;
    box-sizing: border-box; }
    .ent-subjects-container .subjects-content .title, .ent-subjects-container .subjects-content .subjects-tagline, .ent-subjects-container .subjects-content .copy {
      color: #414141; }
    .ent-subjects-container .subjects-content .title, .ent-subjects-container .subjects-content .subjects-tagline {
      font-weight: 600; }
    .ent-subjects-container .subjects-content .subjects-tagline {
      font-size: 1.3em; }
    .ent-subjects-container .subjects-content .title-link {
      color: inherit; }
    .ent-subjects-container .subjects-content .list-ent-subjects {
      display: table-row;
      list-style-type: none;
      padding-left: 0;
      text-align: left;
      margin-left: auto;
      margin-right: auto; }
      .ent-subjects-container .subjects-content .list-ent-subjects .enterprise-subject {
        clear: none;
        position: relative;
        padding-bottom: 20px; }
  .ent-subjects-container .subjects-image-wrapper {
    width: 30%;
    display: inline-block;
    box-sizing: border-box; }
    .ent-subjects-container .subjects-image-wrapper .subjects-image {
      float: left;
      margin-right: 30px; }

.ent-statistics-form-container {
  background-color: #f5f5f5; }
  .ent-statistics-form-container .ent-statistics-form-wrapper {
    display: table-row; }
  .ent-statistics-form-container .ent-statistics-container {
    float: left;
    display: inline-block;
    padding-top: 30px;
    box-sizing: border-box; }
    .ent-statistics-form-container .ent-statistics-container .ent-statistics-wrapper .ent-statistics-list {
      list-style-type: none;
      padding-left: 0;
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
      .ent-statistics-form-container .ent-statistics-container .ent-statistics-wrapper .ent-statistics-list .stat, .ent-statistics-form-container .ent-statistics-container .ent-statistics-wrapper .ent-statistics-list .source {
        color: #414141; }
      .ent-statistics-form-container .ent-statistics-container .ent-statistics-wrapper .ent-statistics-list .stat {
        font-weight: 400;
        line-height: 1.3em;
        margin-bottom: 7px; }
  .ent-statistics-form-container .ent-form-container {
    background-color: #126f9a;
    float: left;
    display: inline-block;
    box-sizing: border-box; }
    .ent-statistics-form-container .ent-form-container .enterprise-form-section-destination {
      bottom: 80px;
      position: relative; }
    .ent-statistics-form-container .ent-form-container .section-title {
      color: #fff; }
    .ent-statistics-form-container .ent-form-container .ent-form-wrapper {
      padding-top: 0; }
    .ent-statistics-form-container .ent-form-container .form-select.error,
    .ent-statistics-form-container .ent-form-container .form-textarea.error,
    .ent-statistics-form-container .ent-form-container .form-input.error {
      border: 1px solid #c00; }
    .ent-statistics-form-container .ent-form-container .form-text {
      width: 100%;
      box-sizing: border-box;
      padding: 8px 12px;
      margin: 5px 0; }
    .ent-statistics-form-container .ent-form-container .form-select {
      width: 100%;
      border: none;
      line-height: 35px;
      height: 35px;
      padding: 0 0 0 10px;
      -webkit-appearance: none;
      -moz-appearance: none;
      border-radius: 0;
      margin: 5px 0;
      background: url(/sites/all/themes/atedx/images/select_arrow.png) no-repeat 98% 50%;
      background-color: #fff; }
    .ent-statistics-form-container .ent-form-container .form-textarea {
      margin: 5px 0 !important;
      height: 130px; }
    .ent-statistics-form-container .ent-form-container .inline-label {
      font-weight: 400 !important;
      color: #fff; }
    .ent-statistics-form-container .ent-form-container .required-form-description {
      color: #fff; }
    .ent-statistics-form-container .ent-form-container .required-star {
      color: #f00; }
    .ent-statistics-form-container .ent-form-container .form-actions {
      padding-bottom: 20px; }
      .ent-statistics-form-container .ent-form-container .form-actions .required-form-description {
        margin-left: 10%;
        font-size: 1.2em; }
      .ent-statistics-form-container .ent-form-container .form-actions .btn.btn-blue {
        border-color: #fff;
        box-shadow: none;
        border-width: 1px;
        border-style: solid;
        border-radius: 5px; }
      .ent-statistics-form-container .ent-form-container .form-actions .form-submit {
        padding: 8px 70px; }

.programs-container {
  padding-top: 40px; }
  .programs-container .ent-programs-list {
    display: table-row;
    list-style-type: none; }
    .programs-container .ent-programs-list .ent-programs-li .title, .programs-container .ent-programs-list .ent-programs-li .text {
      color: #414141; }
    .programs-container .ent-programs-list .ent-programs-li .title {
      font-weight: 600;
      margin-bottom: 10px; }
    .programs-container .ent-programs-list .ent-programs-li .icon {
      max-height: 60px;
      margin: auto;
      display: block; }
    .programs-container .ent-programs-list .ent-programs-li .icon-wrapper {
      height: 60px;
      width: 90px;
      display: block; }
    .programs-container .ent-programs-list .ent-programs-li .title-link {
      color: inherit; }
      .programs-container .ent-programs-list .ent-programs-li .title-link:hover .icon {
        opacity: 0.5; }

.ent-value-prop-container {
  background-color: #f5f5f5;
  padding-top: 30px; }
  .ent-value-prop-container .list-ent-value-prop {
    display: table-row;
    list-style-type: none; }
  .ent-value-prop-container .enterprise-value-prop {
    text-align: center;
    clear: none;
    position: relative;
    border: none; }
    .ent-value-prop-container .enterprise-value-prop .title, .ent-value-prop-container .enterprise-value-prop .copy {
      color: #414141; }
    .ent-value-prop-container .enterprise-value-prop .title {
      font-weight: 600; }

.ent-testimonials-container {
  padding-top: 30px; }
  .ent-testimonials-container .section-title {
    padding: 0; }
  .ent-testimonials-container .list-ent-testimonials {
    display: table-row;
    list-style-type: none; }
  .ent-testimonials-container .enterprise-testimonial {
    text-align: center;
    clear: none;
    position: relative;
    float: left;
    display: inline-block;
    border: none;
    margin-top: 0;
    margin-left: 30px;
    margin-right: 30px; }
    .ent-testimonials-container .enterprise-testimonial .icon {
      max-height: 100px; }
    .ent-testimonials-container .enterprise-testimonial .quote, .ent-testimonials-container .enterprise-testimonial .author {
      color: #414141; }
    .ent-testimonials-container .enterprise-testimonial .quote {
      font-weight: 400;
      font-style: italic; }

.about-edx-container {
  background-color: #f5f5f5;
  padding-left: 0;
  padding-right: 0; }
  .about-edx-container .about-edx-link {
    color: inherit; }
  .about-edx-container .text {
    color: #414141; }

.enterprise-thanks-region {
  margin: auto;
  background-color: #f5f5f5;
  padding: 60px;
  margin-top: 83px;
  position: relative; }
  .enterprise-thanks-region .webform-confirmation {
    text-align: center; }
    .enterprise-thanks-region .webform-confirmation .thanks {
      font-size: 2.3em;
      font-weight: 400; }
    .enterprise-thanks-region .webform-confirmation .fa-check {
      color: #008100;
      font-size: 1.5em; }
    .enterprise-thanks-region .webform-confirmation .thanks-first-line {
      font-size: 1.2em; }
    .enterprise-thanks-region .webform-confirmation .thanks-second-line {
      font-size: 1em; }
  .enterprise-thanks-region .link-to-enterprise {
    text-align: center; }

@media only screen and (min-width: 320px) {
  .node-type-enterprise-inquiry-page .section-title {
    font-size: 1.5em; }

  .edx-enterprise-logo {
    padding-left: 5px;
    padding-top: 10px;
    width: 50%; }

  .edx-enterprise-header-button {
    padding-right: 5px;
    padding-top: 15px; }

  .enterprise-hero-container .rwd-img {
    width: auto; }
  .enterprise-hero-container .ent-hero-content {
    padding-top: 25px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px; }
  .enterprise-hero-container h1.title {
    font-size: 1.5em;
    margin-bottom: 10px; }
  .enterprise-hero-container .subtitle {
    font-size: .9em;
    margin-bottom: 10px; }

  .ent-subjects-container .section-title {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0.45em;
    padding-left: 0;
    margin-bottom: 0.7em; }
  .ent-subjects-container .subjects-content {
    width: 100%; }
    .ent-subjects-container .subjects-content .title {
      margin-bottom: 0;
      font-size: 1.1em; }
  .ent-subjects-container .enterprise-subject {
    width: inherit;
    margin-left: 20px;
    margin-right: 20px;
    height: auto;
    text-align: center;
    float: none;
    display: block; }
  .ent-subjects-container .subjects-tagline {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center; }
  .ent-subjects-container .subjects-image-wrapper {
    display: none;
    float: none; }

  .ent-statistics-form-container .ent-statistics-container {
    width: 100%; }
    .ent-statistics-form-container .ent-statistics-container .section-title {
      padding-top: 0;
      padding-right: 10px;
      padding-bottom: 0.45em;
      padding-left: 0;
      margin-bottom: 10px; }
  .ent-statistics-form-container .ent-statistics-wrapper {
    margin-top: 0; }
  .ent-statistics-form-container .ent-statistics-list {
    max-width: 100%; }
  .ent-statistics-form-container .ent-statistics-li {
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 23px;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px; }
    .ent-statistics-form-container .ent-statistics-li:last-of-type {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 10px; }
  .ent-statistics-form-container .stat {
    font-size: 1.1em; }
  .ent-statistics-form-container .source {
    font-size: 1.1em;
    font-weight: 600; }
  .ent-statistics-form-container .ent-form-wrapper {
    padding-right: 10px;
    padding-left: 10px; }
  .ent-statistics-form-container .enterprise-form {
    display: block; }
    .ent-statistics-form-container .enterprise-form .form-item.webform-component {
      margin-top: 10px;
      margin-bottom: 0;
      width: auto;
      display: block;
      margin-right: 0;
      margin-left: 0; }
      .ent-statistics-form-container .enterprise-form .form-item.webform-component.webform-component-textarea {
        width: auto; }
    .ent-statistics-form-container .enterprise-form .form-actions {
      width: auto;
      margin-top: 20px;
      padding-bottom: 30px;
      margin-left: 10px;
      margin-right: 10px; }
      .ent-statistics-form-container .enterprise-form .form-actions .required-form-description {
        margin-left: auto;
        font-size: 1em;
        margin-right: auto;
        display: block;
        float: none;
        text-align: center; }
      .ent-statistics-form-container .enterprise-form .form-actions .form-submit {
        margin-right: auto;
        margin-left: auto;
        display: block;
        float: none; }
  .ent-statistics-form-container .top-left-corner, .ent-statistics-form-container .buffer, .ent-statistics-form-container .bottom-left-corner {
    display: none; }
  .ent-statistics-form-container .ent-form-container {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0; }
    .ent-statistics-form-container .ent-form-container .section-title {
      padding-top: 30px;
      padding-right: 10px;
      padding-bottom: 0.45em;
      padding-left: 10px;
      margin-bottom: 0; }

  .programs-container .section-title {
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0.45em;
    padding-left: 20px;
    margin-bottom: 0.7em; }
  .programs-container .ent-programs-li {
    display: block;
    text-align: left;
    float: inherit;
    border-bottom: 1px solid #ddd;
    height: 190px;
    margin-bottom: 30px;
    padding-bottom: 25px;
    margin-left: 5px;
    margin-right: 5px; }
    .programs-container .ent-programs-li:last-of-type {
      border-bottom: none;
      margin-bottom: 0; }
    .programs-container .ent-programs-li .icon-wrapper {
      float: left;
      margin-left: 0; }
    .programs-container .ent-programs-li .title {
      float: left;
      margin-left: 10px;
      margin-top: 0;
      width: 210px;
      font-size: 1.2em;
      padding-top: 0; }
    .programs-container .ent-programs-li .text {
      float: left;
      margin-top: 5px;
      margin-left: 7px; }

  .ent-value-prop-container .section-title {
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 0.45em;
    padding-left: 5px;
    margin-bottom: 0.7em; }
  .ent-value-prop-container .enterprise-value-prop {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 8px;
    margin-right: 8px;
    float: none;
    display: block; }
    .ent-value-prop-container .enterprise-value-prop .icon {
      max-height: 50px; }
    .ent-value-prop-container .enterprise-value-prop .title {
      font-size: 1.2em;
      margin-bottom: 5px;
      padding-top: 5px; }
    .ent-value-prop-container .enterprise-value-prop .copy {
      padding-left: 0;
      padding-right: 0; }

  .ent-testimonials-container .enterprise-testimonial {
    width: auto;
    margin-bottom: 20px; }
  .ent-testimonials-container .quote {
    margin-left: 0;
    margin-right: 0; }

  .about-edx-container .text {
    padding-left: 7%;
    padding-right: 7%; } }
@media only screen and (min-width: 540px) {
  .node-type-enterprise-inquiry-page .section-title {
    font-size: 1.6em; }

  .edx-enterprise-logo {
    padding-left: 15px;
    padding-top: 15px;
    width: auto; }

  .edx-enterprise-header-button {
    padding-right: 15px;
    padding-top: 25px; }

  .enterprise-hero-container .rwd-img {
    width: 100%; }
  .enterprise-hero-container .ent-hero-content {
    padding-top: 55px;
    padding-left: 20px;
    padding-bottom: 30px;
    padding-right: 20px; }
  .enterprise-hero-container h1.title {
    font-size: 1.8em;
    margin-bottom: .7em; }
  .enterprise-hero-container .subtitle {
    font-size: 1em;
    margin-bottom: 30px; }

  .ent-subjects-container .section-title {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0.45em;
    padding-left: 0;
    margin-bottom: 0.7em; }
  .ent-subjects-container .subjects-content {
    width: 100%; }
    .ent-subjects-container .subjects-content .title {
      margin-bottom: 10px;
      font-size: 1.3em; }
  .ent-subjects-container .enterprise-subject {
    width: inherit;
    margin-left: 40px;
    margin-right: 40px;
    height: 100px;
    text-align: center;
    float: none;
    display: block; }
  .ent-subjects-container .subjects-tagline {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center; }
  .ent-subjects-container .subjects-image-wrapper {
    display: none;
    float: none; }

  .ent-statistics-form-container .ent-statistics-container {
    width: 100%; }
    .ent-statistics-form-container .ent-statistics-container .section-title {
      padding-top: 0;
      padding-right: 0;
      padding-bottom: 0;
      padding-left: 0;
      margin-bottom: 10px; }
  .ent-statistics-form-container .ent-statistics-wrapper {
    margin-top: 0; }
  .ent-statistics-form-container .ent-statistics-list {
    max-width: 100%; }
  .ent-statistics-form-container .ent-statistics-li {
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 40px;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px; }
    .ent-statistics-form-container .ent-statistics-li:last-of-type {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 10px; }
  .ent-statistics-form-container .stat {
    font-size: 1.1em; }
  .ent-statistics-form-container .source {
    font-size: 1.1em;
    font-weight: 600; }
  .ent-statistics-form-container .ent-form-wrapper {
    padding-right: 20px;
    padding-left: 20px; }
  .ent-statistics-form-container .enterprise-form {
    display: block; }
    .ent-statistics-form-container .enterprise-form .form-item.webform-component {
      margin-top: 10px;
      margin-bottom: 0;
      width: auto;
      display: block;
      margin-right: 10px;
      margin-left: 10px; }
      .ent-statistics-form-container .enterprise-form .form-item.webform-component.webform-component-textarea {
        width: auto; }
    .ent-statistics-form-container .enterprise-form .form-actions {
      width: auto;
      margin-top: 30px;
      padding-bottom: 60px;
      margin-left: 10px;
      margin-right: 10px; }
      .ent-statistics-form-container .enterprise-form .form-actions .required-form-description {
        margin-left: 5%;
        font-size: 1em;
        margin-right: 0;
        display: inline-block;
        float: left;
        text-align: left; }
      .ent-statistics-form-container .enterprise-form .form-actions .form-submit {
        margin-right: 5%;
        margin-left: 0;
        display: inline-block;
        float: right; }
  .ent-statistics-form-container .top-left-corner, .ent-statistics-form-container .buffer, .ent-statistics-form-container .bottom-left-corner {
    display: none; }
  .ent-statistics-form-container .ent-form-container {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0; }
    .ent-statistics-form-container .ent-form-container .section-title {
      padding-top: 30px;
      padding-right: 20px;
      padding-bottom: 0.45em;
      padding-left: 20px;
      margin-bottom: 0.7em; }

  .programs-container .section-title {
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0.45em;
    padding-left: 20px;
    margin-bottom: 0.7em; }
  .programs-container .ent-programs-li {
    display: block;
    text-align: left;
    float: inherit;
    border-bottom: 1px solid #ddd;
    height: 150px;
    margin-bottom: 30px;
    padding-bottom: 25px;
    margin-left: 20px;
    margin-right: 20px; }
    .programs-container .ent-programs-li:last-of-type {
      border-bottom: none;
      margin-bottom: 15px; }
    .programs-container .ent-programs-li .icon-wrapper {
      float: left;
      margin-left: 0; }
    .programs-container .ent-programs-li .title {
      float: left;
      margin-left: 10px;
      margin-top: 10px;
      width: auto;
      font-size: 1.3em;
      padding-top: 0; }
    .programs-container .ent-programs-li .text {
      float: left;
      margin-top: 15px;
      margin-left: 7px; }

  .ent-value-prop-container .section-title {
    padding-top: 0;
    padding-right: 30px;
    padding-bottom: 0.45em;
    padding-left: 30px;
    margin-bottom: 0.7em; }
  .ent-value-prop-container .enterprise-value-prop {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: 8px;
    margin-right: 8px;
    float: none;
    display: block; }
    .ent-value-prop-container .enterprise-value-prop .icon {
      max-height: 50px; }
    .ent-value-prop-container .enterprise-value-prop .title {
      font-size: 1.3em;
      margin-bottom: 10px;
      padding-top: 10px; }
    .ent-value-prop-container .enterprise-value-prop .copy {
      padding-left: 15px;
      padding-right: 15px; }

  .ent-testimonials-container .enterprise-testimonial {
    width: auto;
    margin-bottom: 40px; }
  .ent-testimonials-container .quote {
    margin-left: 20px;
    margin-right: 20px; }

  .about-edx-container .text {
    padding-left: 3%;
    padding-right: 3%; } }
@media only screen and (min-width: 768px) {
  .node-type-enterprise-inquiry-page .section-title {
    font-size: 1.8em; }

  .node-type-enterprise-inquiry-page .trust-bar-container .cta.btn-primary-blue, .node-type-enterprise-inquiry-page .trust-bar-container .lead-capture .cta.btn.lead-capture-btn, .lead-capture .node-type-enterprise-inquiry-page .trust-bar-container .cta.btn.lead-capture-btn,
  .node-type-enterprise-inquiry-page .trust-bar-container .cta.btn-blue {
    padding-top: 30px; }

  .edx-enterprise-logo {
    padding-left: 15px;
    padding-top: 15px;
    width: auto; }

  .edx-enterprise-header-button {
    padding-right: 15px;
    padding-top: 25px; }

  .enterprise-hero-container .rwd-img {
    width: 100%; }
  .enterprise-hero-container .ent-hero-content {
    padding-top: 35px;
    padding-left: 60px;
    padding-bottom: 30px;
    padding-right: 60px; }
  .enterprise-hero-container h1.title {
    font-size: 2em;
    margin-bottom: .7em; }
  .enterprise-hero-container .subtitle {
    font-size: 1.2em;
    margin-bottom: 30px; }

  .ent-subjects-container .section-title {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0.45em;
    padding-left: 0;
    margin-bottom: 0.7em; }
  .ent-subjects-container .subjects-content {
    width: 100%; }
    .ent-subjects-container .subjects-content .title {
      margin-bottom: 10px;
      font-size: 1.3em; }
  .ent-subjects-container .enterprise-subject {
    width: 38%;
    margin-left: 40px;
    margin-right: 40px;
    height: 130px;
    text-align: center;
    float: left;
    display: inline-block; }
  .ent-subjects-container .subjects-tagline {
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: center; }
  .ent-subjects-container .subjects-image-wrapper {
    display: none;
    float: none; }

  .ent-statistics-form-container .ent-statistics-container {
    width: 100%; }
    .ent-statistics-form-container .ent-statistics-container .section-title {
      padding-top: 0;
      padding-right: 0;
      padding-bottom: 0;
      padding-left: 0;
      margin-bottom: 10px; }
  .ent-statistics-form-container .ent-statistics-wrapper {
    margin-top: 0; }
  .ent-statistics-form-container .ent-statistics-list {
    max-width: 100%; }
  .ent-statistics-form-container .ent-statistics-li {
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 40px;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px; }
    .ent-statistics-form-container .ent-statistics-li:last-of-type {
      border-bottom: none;
      margin-bottom: 0; }
  .ent-statistics-form-container .stat {
    font-size: 1.1em; }
  .ent-statistics-form-container .source {
    font-size: 1.1em;
    font-weight: 600; }
  .ent-statistics-form-container .ent-form-wrapper {
    padding-right: 20px;
    padding-left: 20px; }
  .ent-statistics-form-container .enterprise-form {
    display: table-row; }
    .ent-statistics-form-container .enterprise-form .form-item.webform-component {
      margin-top: 10px;
      margin-bottom: 0;
      width: 47%;
      display: inline-block;
      margin-right: 9px;
      margin-left: 10px; }
      .ent-statistics-form-container .enterprise-form .form-item.webform-component.webform-component-textarea {
        width: 97%; }
    .ent-statistics-form-container .enterprise-form .form-actions {
      width: 62%;
      margin-top: 20px;
      padding-bottom: 60px; }
      .ent-statistics-form-container .enterprise-form .form-actions .required-form-description {
        margin-left: 5%;
        font-size: 1em;
        margin-right: 0;
        display: inline-block;
        float: left;
        text-align: left; }
      .ent-statistics-form-container .enterprise-form .form-actions .form-submit {
        margin-right: 0;
        margin-left: 0;
        display: inline-block;
        float: right; }
  .ent-statistics-form-container .top-left-corner, .ent-statistics-form-container .buffer, .ent-statistics-form-container .bottom-left-corner {
    display: none; }
  .ent-statistics-form-container .ent-form-container {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0; }
    .ent-statistics-form-container .ent-form-container .section-title {
      padding-top: 30px;
      padding-right: 20px;
      padding-bottom: 0.45em;
      padding-left: 20px;
      margin-bottom: 0.7em; }

  .programs-container .section-title {
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0.45em;
    padding-left: 20px;
    margin-bottom: 0.7em; }
  .programs-container .section-title {
    margin-left: 10px;
    margin-right: 10px; }
  .programs-container .ent-programs-li {
    display: block;
    text-align: left;
    float: inherit;
    border-bottom: 1px solid #ddd;
    height: 150px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    margin-left: 30px;
    margin-right: 30px; }
    .programs-container .ent-programs-li:last-of-type {
      border-bottom: none;
      margin-bottom: 0; }
    .programs-container .ent-programs-li .icon-wrapper {
      float: left;
      margin-left: 0; }
    .programs-container .ent-programs-li .title {
      float: left;
      margin-left: 10px;
      margin-top: 10px;
      width: auto;
      font-size: 1.3em;
      padding-top: 0; }
    .programs-container .ent-programs-li .text {
      float: left;
      margin-top: 15px;
      margin-left: 7px; }

  .ent-value-prop-container .section-title {
    padding-top: 0;
    padding-right: 60px;
    padding-bottom: 0.45em;
    padding-left: 60px;
    margin-bottom: 0.7em; }
  .ent-value-prop-container .enterprise-value-prop {
    width: 40%;
    height: 205px;
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: 45px;
    margin-right: 5px;
    float: left;
    display: inline-block; }
    .ent-value-prop-container .enterprise-value-prop .icon {
      max-height: 50px; }
    .ent-value-prop-container .enterprise-value-prop .copy {
      padding-left: 15px;
      padding-right: 15px; }

  .ent-testimonials-container .enterprise-testimonial {
    width: 93%;
    margin-bottom: 40px; }
  .ent-testimonials-container .quote {
    margin-left: 20px;
    margin-right: 20px; }

  .about-edx-container .text {
    padding-left: 3%;
    padding-right: 3%; } }
@media only screen and (min-width: 980px) {
  .node-type-enterprise-inquiry-page .section-title {
    font-size: 1.8em; }

  .edx-enterprise-logo {
    padding-left: 25px;
    padding-top: 15px;
    width: auto; }

  .edx-enterprise-header-button {
    padding-right: 35px;
    padding-top: 25px; }

  .enterprise-hero-container .rwd-img {
    width: 100%; }
  .enterprise-hero-container .ent-hero-content {
    padding-top: 70px;
    padding-left: 18px;
    padding-bottom: 30px;
    padding-right: 18px; }
  .enterprise-hero-container h1.title {
    font-size: 2.1em;
    margin-bottom: .7em; }
  .enterprise-hero-container .subtitle {
    font-size: 1.2em;
    margin-bottom: 30px; }

  .ent-subjects-container .section-title {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0.45em;
    padding-left: 0;
    margin-bottom: 0.7em; }
  .ent-subjects-container .subjects-content {
    width: 65%;
    padding-left: 20px; }
    .ent-subjects-container .subjects-content .title {
      margin-bottom: 10px;
      font-size: 1.3em; }
  .ent-subjects-container .enterprise-subject {
    width: 43%;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
    float: left;
    display: inline-block; }
  .ent-subjects-container .subjects-tagline {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 20px; }
  .ent-subjects-container .subjects-image-wrapper {
    display: block;
    float: left; }

  .ent-statistics-form-container .ent-statistics-container {
    width: 50%; }
    .ent-statistics-form-container .ent-statistics-container .section-title {
      padding-top: 0;
      padding-right: 0;
      padding-bottom: 0.45em;
      padding-left: 0;
      margin-bottom: 0.7em; }
  .ent-statistics-form-container .ent-statistics-wrapper {
    margin-top: 50px; }
  .ent-statistics-form-container .ent-statistics-list {
    max-width: 80%; }
  .ent-statistics-form-container .ent-statistics-li {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 165px;
    border-bottom: none;
    padding-bottom: 0; }
    .ent-statistics-form-container .ent-statistics-li:last-of-type {
      border-bottom: none;
      margin-bottom: 0; }
  .ent-statistics-form-container .stat {
    font-size: 1.4em; }
  .ent-statistics-form-container .source {
    font-size: 1em;
    font-weight: 300; }
  .ent-statistics-form-container .ent-form-wrapper {
    padding-right: 20px;
    padding-left: 20px; }
  .ent-statistics-form-container .enterprise-form {
    display: block; }
    .ent-statistics-form-container .enterprise-form .form-item.webform-component {
      margin-top: 1em;
      margin-bottom: 1em;
      width: inherit;
      display: block;
      margin-right: 0;
      margin-left: 0; }
      .ent-statistics-form-container .enterprise-form .form-item.webform-component.webform-component-textarea {
        width: 100%; }
    .ent-statistics-form-container .enterprise-form .form-actions {
      width: 100%;
      margin-top: 20px;
      padding-bottom: 10px; }
      .ent-statistics-form-container .enterprise-form .form-actions .required-form-description {
        margin-left: 0;
        font-size: 1.1em;
        margin-right: 0;
        display: inline-block;
        float: left;
        text-align: left; }
      .ent-statistics-form-container .enterprise-form .form-actions .form-submit {
        margin-right: 10px;
        margin-left: 0;
        display: inline-block;
        float: right; }
  .ent-statistics-form-container .top-left-corner {
    top: -8px;
    margin: 0;
    padding: 0;
    position: relative;
    left: -8px;
    display: block; }
  .ent-statistics-form-container .buffer {
    height: 20px;
    display: block; }
  .ent-statistics-form-container .bottom-left-corner {
    bottom: -6px;
    margin: 0;
    padding: 0;
    position: relative;
    left: -8px;
    display: block; }
  .ent-statistics-form-container .ent-form-container {
    width: 47%;
    margin-top: -10px;
    margin-bottom: -10px; }
    .ent-statistics-form-container .ent-form-container .section-title {
      padding-top: 12px;
      padding-right: 20px;
      padding-bottom: 0.45em;
      padding-left: 20px;
      margin-bottom: 0.7em; }

  .programs-container .section-title {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0.45em;
    padding-left: 0;
    margin-bottom: 0.7em; }
  .programs-container .ent-programs-li {
    display: inline-block;
    text-align: center;
    float: left;
    width: 24%;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 45px;
    margin-right: 45px;
    height: inherit;
    border-bottom: none;
    padding-bottom: 0; }
    .programs-container .ent-programs-li:last-of-type {
      margin-bottom: 20px; }
    .programs-container .ent-programs-li .icon-wrapper {
      float: none;
      margin: auto; }
    .programs-container .ent-programs-li .title {
      float: none;
      margin: auto;
      width: auto;
      font-size: 1.3em;
      padding-top: 15px; }
    .programs-container .ent-programs-li .text {
      float: inherit;
      margin-top: 0;
      margin-left: 0; }

  .ent-value-prop-container .section-title {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0.45em;
    padding-left: 0;
    margin-bottom: 0.7em; }
  .ent-value-prop-container .enterprise-value-prop {
    width: 29%;
    height: 205px;
    margin: 20px;
    float: left;
    display: inline-block; }
    .ent-value-prop-container .enterprise-value-prop .icon {
      max-height: 60px; }
    .ent-value-prop-container .enterprise-value-prop .copy {
      padding-left: 0; }

  .ent-testimonials-container .enterprise-testimonial {
    width: 43%;
    margin-bottom: 40px; }
  .ent-testimonials-container .quote {
    margin-left: 20px;
    margin-right: 20px; }

  .about-edx-container .text {
    padding-left: 3%;
    padding-right: 3%; } }
@media only screen and (min-width: 1180px) {
  .node-type-enterprise-inquiry-page .section-title {
    font-size: 1.8em; }

  .node-type-enterprise-inquiry-page .trust-bar-container .cta.btn-primary-blue, .node-type-enterprise-inquiry-page .trust-bar-container .lead-capture .cta.btn.lead-capture-btn, .lead-capture .node-type-enterprise-inquiry-page .trust-bar-container .cta.btn.lead-capture-btn,
  .node-type-enterprise-inquiry-page .trust-bar-container .cta.btn-blue {
    padding-top: 20%; }

  .edx-enterprise-logo {
    padding-left: 25px;
    padding-top: 15px;
    width: auto; }

  .edx-enterprise-header-button {
    padding-right: 35px;
    padding-top: 25px; }

  .enterprise-hero-container .rwd-img {
    width: 100%; }
  .enterprise-hero-container .ent-hero-content {
    padding-top: 70px;
    padding-left: 18px;
    padding-bottom: 30px;
    padding-right: 18px; }
  .enterprise-hero-container h1.title {
    font-size: 2.5em;
    margin-bottom: .7em; }
  .enterprise-hero-container .subtitle {
    font-size: 1.4em;
    margin-bottom: 30px; }

  .ent-subjects-container .section-title {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0.45em;
    padding-left: 0;
    margin-bottom: 0.7em; }
  .ent-subjects-container .subjects-content {
    width: 65%;
    padding-left: 20px; }
    .ent-subjects-container .subjects-content .title {
      margin-bottom: 10px;
      font-size: 1.3em; }
  .ent-subjects-container .enterprise-subject {
    width: 40%;
    margin-left: 40px;
    margin-right: 20px;
    height: 110px;
    text-align: left;
    float: left;
    display: inline-block; }
  .ent-subjects-container .subjects-tagline {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 40px; }
  .ent-subjects-container .subjects-image-wrapper {
    display: block;
    float: left; }

  .ent-statistics-form-container .ent-statistics-container {
    width: 50%; }
    .ent-statistics-form-container .ent-statistics-container .section-title {
      padding-top: 0;
      padding-right: 0;
      padding-bottom: 0.45em;
      padding-left: 0;
      margin-bottom: 0.7em; }
  .ent-statistics-form-container .ent-statistics-wrapper {
    margin-top: 50px; }
  .ent-statistics-form-container .ent-statistics-list {
    max-width: 80%; }
  .ent-statistics-form-container .ent-statistics-li {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 165px;
    border-bottom: none;
    padding-bottom: 0; }
    .ent-statistics-form-container .ent-statistics-li:last-of-type {
      border-bottom: none;
      margin-bottom: 0; }
  .ent-statistics-form-container .stat {
    font-size: 1.4em; }
  .ent-statistics-form-container .source {
    font-size: 1em;
    font-weight: 300; }
  .ent-statistics-form-container .ent-form-wrapper {
    padding-right: 40px;
    padding-left: 40px; }
  .ent-statistics-form-container .enterprise-form {
    display: block; }
    .ent-statistics-form-container .enterprise-form .form-item.webform-component {
      margin-top: 1em;
      margin-bottom: 1em;
      width: inherit;
      display: block;
      margin-right: 0;
      margin-left: 0; }
      .ent-statistics-form-container .enterprise-form .form-item.webform-component.webform-component-textarea {
        width: 100%; }
    .ent-statistics-form-container .enterprise-form .form-actions {
      width: 100%;
      margin-top: 20px;
      padding-bottom: 10px; }
      .ent-statistics-form-container .enterprise-form .form-actions .required-form-description {
        margin-left: 0;
        font-size: 1.1em;
        margin-right: 0;
        display: inline-block;
        float: left;
        text-align: left; }
      .ent-statistics-form-container .enterprise-form .form-actions .form-submit {
        margin-right: 10px;
        margin-left: 0;
        display: inline-block;
        float: right; }
  .ent-statistics-form-container .top-left-corner {
    top: -8px;
    margin: 0;
    padding: 0;
    position: relative;
    left: -8px;
    display: block; }
  .ent-statistics-form-container .buffer {
    height: 20px;
    display: block; }
  .ent-statistics-form-container .bottom-left-corner {
    bottom: -6px;
    margin: 0;
    padding: 0;
    position: relative;
    left: -8px;
    display: block; }
  .ent-statistics-form-container .ent-form-container {
    width: 47%;
    margin-top: -10px;
    margin-bottom: -10px; }
    .ent-statistics-form-container .ent-form-container .section-title {
      padding-top: 12px;
      padding-right: 40px;
      padding-bottom: 0.45em;
      padding-left: 40px;
      margin-bottom: 0.7em; }

  .programs-container .section-title {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0.45em;
    padding-left: 0;
    margin-bottom: 0.7em; }
  .programs-container .ent-programs-li {
    display: inline-block;
    text-align: center;
    float: left;
    width: 29%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 25px;
    margin-right: 25px;
    height: inherit;
    border-bottom: none;
    padding-bottom: 0; }
    .programs-container .ent-programs-li:last-of-type {
      margin-bottom: 20px; }
    .programs-container .ent-programs-li .icon-wrapper {
      float: none;
      margin: auto; }
    .programs-container .ent-programs-li .title {
      float: none;
      margin: auto;
      width: auto;
      font-size: 1.3em;
      padding-top: 15px; }
    .programs-container .ent-programs-li .text {
      float: left;
      margin-top: 0;
      margin-left: 0;
      margin-bottom: 30px; }

  .ent-value-prop-container .section-title {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0.45em;
    padding-left: 0;
    margin-bottom: 0.7em; }
  .ent-value-prop-container .enterprise-value-prop {
    width: 29%;
    height: 205px;
    margin: 20px;
    float: left;
    display: inline-block; }
    .ent-value-prop-container .enterprise-value-prop .icon {
      max-height: 60px; }
    .ent-value-prop-container .enterprise-value-prop .copy {
      padding-left: 0; }

  .ent-testimonials-container .enterprise-testimonial {
    width: 43%;
    margin-bottom: 40px; }
  .ent-testimonials-container .quote {
    margin-left: 30px;
    margin-right: 30px; }

  .about-edx-container .text {
    padding-left: 3%;
    padding-right: 3%; } }
@media only screen and (min-width: 1440px) {
  .node-type-enterprise-inquiry-page .section-title {
    font-size: 1.8em; }

  .edx-enterprise-logo {
    padding-left: 25px;
    padding-top: 15px;
    width: auto; }

  .edx-enterprise-header-button {
    padding-right: 35px;
    padding-top: 25px; }

  .enterprise-hero-container .rwd-img {
    width: 100%; }
  .enterprise-hero-container .ent-hero-content {
    padding-top: 70px;
    padding-left: 18px;
    padding-bottom: 30px;
    padding-right: 18px; }
  .enterprise-hero-container h1.title {
    font-size: 2.6em;
    margin-bottom: .7em; }
  .enterprise-hero-container .subtitle {
    font-size: 1.4em;
    margin-bottom: 30px; }

  .ent-subjects-container .section-title {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0.45em;
    padding-left: 0;
    margin-bottom: 0.7em; }
  .ent-subjects-container .subjects-content {
    width: 70%;
    padding-left: 20px; }
    .ent-subjects-container .subjects-content .title {
      margin-bottom: 10px;
      font-size: 1.3em; }
  .ent-subjects-container .enterprise-subject {
    width: 40%;
    margin-left: 40px;
    margin-right: 20px;
    height: 100px;
    text-align: left;
    float: left;
    display: inline-block; }
  .ent-subjects-container .subjects-tagline {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 40px; }
  .ent-subjects-container .subjects-image-wrapper {
    display: block;
    float: right; }

  .ent-statistics-form-container .ent-statistics-container {
    width: 50%; }
    .ent-statistics-form-container .ent-statistics-container .section-title {
      padding-top: 0;
      padding-right: 0;
      padding-bottom: 0.45em;
      padding-left: 0;
      margin-bottom: 0.7em; }
  .ent-statistics-form-container .ent-statistics-wrapper {
    margin-top: 50px; }
  .ent-statistics-form-container .ent-statistics-list {
    max-width: 80%; }
  .ent-statistics-form-container .ent-statistics-li {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 165px;
    border-bottom: none;
    padding-bottom: 0; }
    .ent-statistics-form-container .ent-statistics-li:last-of-type {
      border-bottom: none;
      margin-bottom: 0; }
  .ent-statistics-form-container .stat {
    font-size: 1.4em; }
  .ent-statistics-form-container .source {
    font-size: 1em;
    font-weight: 300; }
  .ent-statistics-form-container .ent-form-wrapper {
    padding-right: 40px;
    padding-left: 40px; }
  .ent-statistics-form-container .enterprise-form {
    display: block; }
    .ent-statistics-form-container .enterprise-form .form-item.webform-component {
      margin-top: 1em;
      margin-bottom: 1em;
      width: inherit;
      display: block;
      margin-right: 0;
      margin-left: 0; }
      .ent-statistics-form-container .enterprise-form .form-item.webform-component.webform-component-textarea {
        width: 100%; }
    .ent-statistics-form-container .enterprise-form .form-actions {
      width: 100%;
      margin-top: 1em;
      padding-bottom: 10px; }
      .ent-statistics-form-container .enterprise-form .form-actions .required-form-description {
        margin-left: 30px;
        font-size: 1.1em;
        margin-right: 0;
        display: inline-block;
        float: left;
        text-align: left; }
      .ent-statistics-form-container .enterprise-form .form-actions .form-submit {
        margin-right: 10px;
        margin-left: 0;
        display: inline-block;
        float: right; }
  .ent-statistics-form-container .ent-form-container {
    width: 45%;
    margin-top: -10px;
    margin-bottom: -10px; }
    .ent-statistics-form-container .ent-form-container .section-title {
      padding-top: 12px;
      padding-right: 40px;
      padding-bottom: 0.45em;
      padding-left: 40px;
      margin-bottom: 0.7em; }

  .programs-container .section-title {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0.45em;
    padding-left: 0;
    margin-bottom: 0.7em; }
  .programs-container .ent-programs-li {
    display: inline-block;
    text-align: center;
    float: left;
    width: 30%;
    margin: 20px;
    height: inherit;
    border-bottom: none;
    padding-bottom: 0; }
    .programs-container .ent-programs-li:last-of-type {
      margin-bottom: 20px; }
    .programs-container .ent-programs-li .icon-wrapper {
      float: none;
      margin: auto; }
    .programs-container .ent-programs-li .title {
      float: none;
      margin: auto;
      width: auto;
      font-size: 1.3em;
      padding-top: 15px; }
    .programs-container .ent-programs-li .text {
      float: left;
      margin-top: 0;
      margin-left: 0;
      margin-bottom: 30px; }

  .ent-value-prop-container .section-title {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0.45em;
    padding-left: 0;
    margin-bottom: 0.7em; }
  .ent-value-prop-container .enterprise-value-prop {
    width: 30%;
    margin: 20px;
    float: left;
    display: inline-block; }
    .ent-value-prop-container .enterprise-value-prop .icon {
      max-height: 60px; }
    .ent-value-prop-container .enterprise-value-prop .copy {
      padding-left: 0; }

  .ent-testimonials-container .enterprise-testimonial {
    width: 45%;
    margin-bottom: 40px; }
  .ent-testimonials-container .quote {
    margin-left: 30px;
    margin-right: 30px; }

  .about-edx-container .text {
    padding-left: 10%;
    padding-right: 10%; } }
.menu-tab .wayfinding-wrapper {
  border-top: 1px solid #4e4e4e;
  margin-top: 20px;
  padding-top: 20px; }

.wayfinding-wrapper.side {
  padding: 0 20px 30px;
  display: flex;
  flex-direction: column; }

.edx-home-page .wayfinding-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px; }
  .edx-home-page .wayfinding-wrapper .title {
    text-align: center;
    margin-bottom: 20px; }
    @media only screen and (min-width: 540px) {
      .edx-home-page .wayfinding-wrapper .title {
        font-size: 38px; } }

.explorator-page {
  margin: 0 10px;
  padding: 20px;
  background: #fff; }
  .explorator-page .landing-page-header {
    padding-bottom: 20px; }
  .explorator-page .footer-wrapper {
    padding: 20px 0 30px; }
  .explorator-page .heading-lg {
    border: none;
    font-weight: 600;
    margin-bottom: 0; }
    .explorator-page .heading-lg.added-context {
      border-bottom: 1px solid #000;
      margin-bottom: 20px; }
  .explorator-page .heading-md {
    color: inherit;
    margin: 0 0 5px;
    text-align: left;
    font-size: 1.375em;
    font-weight: 500; }
  .explorator-page .heading-sm {
    border: none;
    padding: 0;
    margin-bottom: 5px;
    font-size: 1em;
    font-weight: 600; }
  .explorator-page .explore-button {
    margin: 0 auto; }
  .explorator-page .explore-link {
    text-decoration: underline;
    font-weight: 600; }
    .explorator-page .explore-link:active, .explorator-page .explore-link:focus, .explorator-page .explore-link:hover {
      color: #000;
      border: none; }
    .explorator-page .explore-link + .btn.nav {
      margin-top: 40px; }
  .explorator-page .icon {
    width: 30px;
    position: relative;
    float: left;
    display: inline; }
    .explorator-page .icon .bar {
      fill: #D8D8D8; }
    .explorator-page .icon .bar-1 {
      fill: #0072DB; }
    .explorator-page .icon.icon-2 .bar-2 {
      fill: #0072DB; }
    .explorator-page .icon.icon-3 .bar-2,
    .explorator-page .icon.icon-3 .bar-3 {
      fill: #0072DB; }
  .explorator-page .selections {
    list-style: none;
    padding: 0;
    display: flex; }
    .explorator-page .selections .selected {
      background: #e6e6e6;
      padding: 5px 10px;
      margin: 0 10px 0 0;
      border-radius: 5px;
      font-size: 0.875em;
      font-weight: 700; }
  .explorator-page .recommended-courses {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 400px; }
    .explorator-page .recommended-courses .course {
      display: flex;
      flex-wrap: nowrap;
      max-width: 400px;
      padding: 20px 0;
      margin: 10px; }
    .explorator-page .recommended-courses .index {
      width: 40px;
      color: #007db8;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 2em; }
    .explorator-page .recommended-courses .title {
      padding: 0;
      font-size: 1.125em;
      font-weight: 600; }
    .explorator-page .recommended-courses .details {
      width: calc(100% - 40px);
      border-bottom: 1px solid #ccc;
      padding-bottom: 30px; }
    .explorator-page .recommended-courses .org {
      margin: 10px 0 5px; }
    .explorator-page .recommended-courses .rating {
      color: #007db8; }
    .explorator-page .recommended-courses .subject {
      font-weight: 600;
      margin: 3px 0; }
    .explorator-page .recommended-courses .other {
      display: flex;
      align-items: center;
      margin-bottom: 10px; }
      .explorator-page .recommended-courses .other .spacer {
        margin: 0 10px;
        font-size: 5px; }
    @media only screen and (min-width: 768px) {
      .explorator-page .recommended-courses {
        flex-direction: row;
        max-width: none; }
        .explorator-page .recommended-courses .course {
          width: 350px; } }
  .explorator-page .btn {
    background: none;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid transparent;
    border-radius: 4px;
    box-sizing: border-box; }
    .explorator-page .btn:active, .explorator-page .btn:focus, .explorator-page .btn:hover {
      background: #e6e6e6; }
    .explorator-page .btn.explore {
      margin: 0;
      padding: 7px;
      width: 100%;
      color: #007db8;
      border-color: #007db8;
      text-align: center;
      font-size: 1.125em;
      font-weight: 600; }
      .explorator-page .btn.explore:active, .explorator-page .btn.explore:focus, .explorator-page .btn.explore:hover {
        color: #fff;
        background: #007db8; }
        .explorator-page .btn.explore:active .icon .bar-1, .explorator-page .btn.explore:focus .icon .bar-1, .explorator-page .btn.explore:hover .icon .bar-1 {
          fill: #fff; }
        .explorator-page .btn.explore:active .icon.icon-2 .bar-2, .explorator-page .btn.explore:focus .icon.icon-2 .bar-2, .explorator-page .btn.explore:hover .icon.icon-2 .bar-2 {
          fill: #fff; }
        .explorator-page .btn.explore:active .icon.icon-3 .bar-2,
        .explorator-page .btn.explore:active .icon.icon-3 .bar-3, .explorator-page .btn.explore:focus .icon.icon-3 .bar-2,
        .explorator-page .btn.explore:focus .icon.icon-3 .bar-3, .explorator-page .btn.explore:hover .icon.icon-3 .bar-2,
        .explorator-page .btn.explore:hover .icon.icon-3 .bar-3 {
          fill: #fff; }
        .explorator-page .btn.explore:active .description, .explorator-page .btn.explore:focus .description, .explorator-page .btn.explore:hover .description {
          color: #fff !important; }
    .explorator-page .btn.nav {
      color: #007db8;
      border: none;
      display: block;
      padding-left: 0; }
      .explorator-page .btn.nav .label {
        text-decoration: underline;
        font-size: 1.125em;
        font-weight: 600; }
      .explorator-page .btn.nav:active, .explorator-page .btn.nav:focus, .explorator-page .btn.nav:hover {
        color: #000;
        border: none;
        background: none; }
  .explorator-page .btn-link {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: #007db8; }
    .explorator-page .btn-link:active, .explorator-page .btn-link:focus, .explorator-page .btn-link:hover {
      color: #000; }
  .explorator-page .selection-list {
    padding: 0;
    list-style: none;
    max-width: 440px;
    margin: 0 auto 30px; }
    .explorator-page .selection-list .explore-option {
      margin-bottom: 15px; }
      .explorator-page .selection-list .explore-option:last-of-type {
        margin-bottom: 0; }
      .explorator-page .selection-list .explore-option .btn {
        padding: 20px; }
    .explorator-page .selection-list .option {
      display: flex;
      text-align: left; }
      .explorator-page .selection-list .option .label {
        margin-left: 20px; }
        .explorator-page .selection-list .option .label .title {
          font-weight: 600; }
        .explorator-page .selection-list .option .label .description {
          color: #646464;
          font-size: 16px;
          font-weight: 400; }
  .explorator-page .cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 auto 30px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif; }
    @media only screen and (min-width: 768px) {
      .explorator-page .cards-wrapper {
        flex-direction: row; } }
  .explorator-page .card {
    width: 100%;
    max-width: 350px;
    text-align: left;
    background: #fff;
    color: #000;
    margin: 15px auto;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    .explorator-page .card:after {
      content: '';
      border-bottom: 1px solid #646464;
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: -15px; }
    .explorator-page .card .info {
      font-size: 14px; }
    .explorator-page .card .salary {
      margin-bottom: 5px; }
    .explorator-page .card .skills {
      color: #646464;
      line-height: 1.4;
      min-height: 60px; }
    .explorator-page .card .get-started {
      text-align: center;
      margin-top: 15px; }
    @media only screen and (min-width: 540px) {
      .explorator-page .card {
        border: 1px solid #ccc; }
        .explorator-page .card:after {
          display: none; } }
    @media only screen and (min-width: 768px) {
      .explorator-page .card {
        margin: 20px; } }

.course-details-wrapper .embedded-explorator {
  position: relative; }
  .course-details-wrapper .embedded-explorator:before, .course-details-wrapper .embedded-explorator:after {
    content: '';
    width: 28px;
    height: calc(100% + 1px);
    position: absolute;
    top: 0;
    background: #f8f8f8;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
  .course-details-wrapper .embedded-explorator:before {
    left: -28px; }
  .course-details-wrapper .embedded-explorator:after {
    right: -28px; }
  .course-details-wrapper .embedded-explorator > .explorator-page {
    border-top: 1px solid #ccc;
    background: #f8f8f8; }
.course-details-wrapper .enroll-type-area .embedded-explorator:before, .course-details-wrapper .enroll-type-area .embedded-explorator:after {
  height: 100%; }
.course-details-wrapper .enroll-type-area .embedded-explorator > .explorator-page {
  border-bottom: 1px solid #ccc; }
.course-details-wrapper .explorator-page {
  background: inherit;
  margin: 0;
  padding-left: 0;
  padding-right: 0; }
  .course-details-wrapper .explorator-page .selections .selected {
    background: #fff;
    border: 1px solid #000; }
  .course-details-wrapper .explorator-page .btn.explore {
    background: #fff; }
    .course-details-wrapper .explorator-page .btn.explore:active, .course-details-wrapper .explorator-page .btn.explore:focus, .course-details-wrapper .explorator-page .btn.explore:hover {
      background: #007db8; }
  .course-details-wrapper .explorator-page .card {
    max-width: 310px; }

/** Hide the UUID that drupal is adding to the page **/
.node-type-subject .node-subject .node-content {
  display: none; }

.subject-header .subject-banner {
  width: 100%;
  padding: 40px 0 50px;
  background-color: #4e4e4e;
  background-repeat: no-repeat;
  background-size: cover; }
  .subject-header .subject-banner h1, .subject-header .subject-banner p {
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    color: #fff;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px; }
  .subject-header .subject-banner h1 {
    font-weight: bold;
    font-size: 2em;
    line-height: 1.2;
    padding-top: 70px; }
  .subject-header .subject-banner p {
    font-weight: 600;
    font-size: 1em;
    line-height: 1.2; }
  @media only screen and (min-width: 540px) {
    .subject-header .subject-banner h1 {
      font-size: 3em;
      padding-left: 10px;
      margin: 0;
      padding-top: 70px; }
    .subject-header .subject-banner p {
      font-size: 1.2em;
      line-height: 1.5;
      padding-left: 12px;
      margin: 0; } }
  @media only screen and (min-width: 768px) {
    .subject-header .subject-banner h1 {
      padding-left: 32px;
      padding-top: 70px; }
    .subject-header .subject-banner p {
      padding-left: 35px; } }
  @media only screen and (min-width: 980px) {
    .subject-header .subject-banner h1, .subject-header .subject-banner p {
      margin: 0 auto;
      padding-top: 0px; } }
  @media only screen and (min-width: 1180px) {
    .subject-header .subject-banner h1 {
      width: 1200px;
      padding-left: 25px;
      padding-top: 0px; }
    .subject-header .subject-banner p {
      width: -moz-calc(840px);
      width: -webkit-calc(840px);
      width: calc(840px);
      margin-left: -moz-calc(( 100% - 1180px ) / 2 );
      margin-left: -webkit-calc(( 100% - 1180px ) / 2 );
      margin-left: calc(( 100% - 1180px ) / 2 );
      padding-left: 16px; } }

#main-content .subject-page-wrapper {
  margin: 0 15px;
  padding: 12px;
  max-width: 1200px; }
  @media only screen and (min-width: 1180px) {
    #main-content .subject-page-wrapper {
      margin: 0 auto; } }
  #main-content .subject-page-wrapper .breadcrumb {
    padding: 0;
    margin-top: 0; }
  #main-content .subject-page-wrapper .description {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px; }
    @media only screen and (min-width: 768px) {
      #main-content .subject-page-wrapper .description {
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap; }
        #main-content .subject-page-wrapper .description .details {
          margin-right: 20px;
          width: calc(100% - 300px); }
        #main-content .subject-page-wrapper .description .btn-cta {
          width: 280px; } }
  #main-content .subject-page-wrapper .long-description {
    margin-top: 12px; }
  #main-content .subject-page-wrapper .btn-cta {
    box-sizing: border-box;
    text-align: center;
    font-size: 1.25em;
    max-width: 450px;
    margin: 0 auto; }
    #main-content .subject-page-wrapper .btn-cta:active, #main-content .subject-page-wrapper .btn-cta:focus, #main-content .subject-page-wrapper .btn-cta:hover {
      border: none; }
  #main-content .subject-page-wrapper .secondary-subjects {
    margin: 30px 0 20px; }
  #main-content .subject-page-wrapper .secondary-subjects-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; }
    #main-content .subject-page-wrapper .secondary-subjects-list .list-item {
      padding: 0 10px;
      border-right: 1px solid #2968aa; }
      #main-content .subject-page-wrapper .secondary-subjects-list .list-item:first-of-type {
        padding-left: 0; }
      #main-content .subject-page-wrapper .secondary-subjects-list .list-item:last-of-type {
        border: none; }
  #main-content .subject-page-wrapper .inline-search {
    position: relative;
    display: flex;
    width: 100%; }
    #main-content .subject-page-wrapper .inline-search .form-item {
      margin: 0; }
    #main-content .subject-page-wrapper .inline-search .search-bar-label {
      position: absolute;
      z-index: 999;
      top: 8px;
      left: 8px;
      color: #646464;
      font-weight: 400; }
    #main-content .subject-page-wrapper .inline-search .form-submit {
      right: 20px; }
    #main-content .subject-page-wrapper .inline-search .tt-input {
      padding-left: 75px; }
    @media only screen and (min-width: 768px) {
      #main-content .subject-page-wrapper .inline-search .search-bar-label {
        top: 15px; }
      #main-content .subject-page-wrapper .inline-search .search-bar-label,
      #main-content .subject-page-wrapper .inline-search .tt-input {
        font-size: 1.125em; }
      #main-content .subject-page-wrapper .inline-search .form-submit .icon {
        font-size: 24px;
        font-weight: 700; } }
  #main-content .subject-page-wrapper .multi-col-list {
    list-style: none;
    margin: 0 0 0.75em 0;
    padding: 0; }
    #main-content .subject-page-wrapper .multi-col-list li {
      margin: 0 0 0.25em 0; }
    @media only screen and (min-width: 540px) {
      #main-content .subject-page-wrapper .multi-col-list {
        column-count: 2; } }
    @media only screen and (min-width: 768px) {
      #main-content .subject-page-wrapper .multi-col-list {
        column-count: 3; } }
  #main-content .subject-page-wrapper .course-search-wrapper {
    background: #e6e6e6;
    margin: 50px 0;
    padding: 15px 10% 30px; }
    #main-content .subject-page-wrapper .course-search-wrapper h2 {
      border: none;
      display: inline;
      float: left;
      font-size: 1.3em;
      font-weight: 500;
      margin-top: 10px;
      width: 100%; }
    @media only screen and (min-width: 768px) {
      #main-content .subject-page-wrapper .course-search-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 30px; } }
  #main-content .subject-page-wrapper .more-links {
    display: flex;
    flex-direction: column; }
    #main-content .subject-page-wrapper .more-links .title {
      border: none;
      font-size: 1.4em;
      font-weight: 700; }
    #main-content .subject-page-wrapper .more-links .wayfinding-links {
      border-top: 1px solid #ccc;
      margin-top: 50px;
      padding-top: 30px; }
      @media only screen and (min-width: 980px) {
        #main-content .subject-page-wrapper .more-links .wayfinding-links {
          display: flex;
          flex-direction: row; } }
    #main-content .subject-page-wrapper .more-links .item-list,
    #main-content .subject-page-wrapper .more-links .simple-list {
      margin-bottom: 50px; }
    #main-content .subject-page-wrapper .more-links .simple-list {
      list-style: none;
      margin: 0;
      padding: 0; }
      #main-content .subject-page-wrapper .more-links .simple-list .list-item {
        margin: 0 0 4px 0; }

.schools-and-partners-wrapper {
  padding: 0 20px; }
  @media screen and (min-width: 768px) {
    .schools-and-partners-wrapper .item-list-third {
      display: flex; } }

.schools-and-partners-header {
  margin: 10px 20px 0;
  display: flex;
  flex-direction: column; }
  .schools-and-partners-header .quicklinks {
    margin: 0 0 20px;
    padding: 0; }
    .schools-and-partners-header .quicklinks .link {
      margin: 0 20px 0 0; }
      .schools-and-partners-header .quicklinks .link:last-of-type {
        margin-right: 0; }
    @media screen and (min-width: 768px) {
      .schools-and-partners-header .quicklinks {
        align-self: flex-end;
        margin-bottom: 0; } }
  .schools-and-partners-header .item-list-third li {
    width: 100%; }

/* Schools & Partners - from global.custom.scss */
.page-node-1476 .region-columns .field-page-body.view-mode-full {
  display: block; }

.members-page-tagline {
  font-size: 1.5em;
  margin: 0 0 .7em 0; }

/**** view default ***********/
.view-display-members .view-header,
.view-display-members .view-content,
.view-display-members-full .view-header,
.view-display-members-full .view-content {
  text-align: center; }

/**** member header ***********/
.members-header {
  background-image: url("/sites/all/themes/atedx/images/bg-line-2px.png");
  background-position: center;
  background-repeat: repeat-x;
  border: 0;
  color: #0A4A67;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
  text-transform: uppercase; }
  .members-header span {
    background-color: #fff;
    padding: 0 20px; }

/**** member list margins *********/
.view-display-members-full {
  margin-bottom: 25px; }

.view-display-members-standard {
  margin-bottom: 10px; }

/* Floated quick links */
.quicklinks {
  float: right;
  margin-top: 0;
  padding-right: 20px;
  position: relative;
  z-index: 100; }
  .quicklinks ul {
    margin: 10px 0 0 0;
    overflow: auto;
    padding: 0; }
  .quicklinks li {
    float: left;
    font-size: 0.8em;
    list-style: none outside none;
    margin: 0 0 0 2em;
    padding: 0; }

.item-list-third {
  overflow: auto;
  margin: 0;
  padding: 0; }
  .item-list-third li {
    font-size: .8em;
    line-height: 1.5;
    list-style: none outside none;
    margin: 0 0 25px;
    text-align: center; }
    .item-list-third li .list-label {
      background-color: #f8f8f8;
      color: #0A4A67;
      font-size: 1.8em;
      font-weight: 700;
      line-height: 1.5;
      margin: 0 0 0.5em;
      padding: 0 0.5em; }

@media screen and (min-width: 1180px) {
  .view-display-members-full,
  .view-display-members-standard {
    padding: 0 20px; }

  .members-header {
    margin-left: 20px;
    margin-right: 20px; } }
@media screen and (min-width: 768px) {
  .members-page-tagline-spacing {
    margin: 30px  20px 0; }

  .members-page-spacing {
    margin: 0 20px 20px; } }
.masters-lead-generation {
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  .masters-lead-generation .page-title {
    color: #414141;
    text-transform: uppercase;
    line-height: 1.25;
    font-size: 2em;
    font-weight: 900; }
    @media only screen and (min-width: 980px) {
      .masters-lead-generation .page-title {
        font-size: 2.5em;
        line-height: 1.05; } }
  .masters-lead-generation .content-header {
    display: flex;
    flex-direction: column;
    padding: 0 0 20px 0;
    max-width: 1200px;
    margin: 70px auto 0; }
    @media only screen and (min-width: 559px) {
      .masters-lead-generation .content-header {
        padding: 20px; } }
    .masters-lead-generation .content-header .masters-overview {
      margin-bottom: 32px; }
    .masters-lead-generation .content-header .section-title {
      text-transform: uppercase;
      font-size: 1em;
      line-height: 1.5;
      margin: 0;
      color: #414141; }
    .masters-lead-generation .content-header .description {
      max-width: 450px; }
    @media only screen and (min-width: 980px) {
      .masters-lead-generation .content-header {
        flex-direction: column; }
        .masters-lead-generation .content-header .masters-overview {
          margin-right: 20px; }
        .masters-lead-generation .content-header .section-title,
        .masters-lead-generation .content-header .description {
          font-size: 1.25em;
          line-height: 1.4; }
        .masters-lead-generation .content-header .description {
          max-width: none; } }
  .masters-lead-generation .content-section.full-bleed {
    display: flex;
    flex-direction: column;
    padding: 20px;
    color: #fff; }
    @media only screen and (min-width: 1180px) {
      .masters-lead-generation .content-section.full-bleed {
        padding-left: calc(50% - 600px);
        padding-right: calc(50% - 600px); } }
  .masters-lead-generation .content-section:not(.full-bleed) {
    max-width: 1200px;
    margin: 0 auto; }
  .masters-lead-generation .content-section .section-title {
    line-height: 1.333;
    font-size: 1.5em;
    font-weight: 600; }
  .masters-lead-generation .content-section .section-text {
    max-width: 450px; }
    @media only screen and (min-width: 980px) {
      .masters-lead-generation .content-section .section-text {
        max-width: none; } }
  .masters-lead-generation .lead-capture {
    color: #4e4e4e;
    border: rgba(0, 0, 0, 0.15) 1px solid;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 2px; }
  .masters-lead-generation .programs {
    background: #065683;
    color: #fff; }
    .masters-lead-generation .programs .section-title {
      color: #fff; }
    .masters-lead-generation .programs .discovery-card-block {
      margin-top: 20px; }
      @media only screen and (min-width: 540px) {
        .masters-lead-generation .programs .discovery-card-block .course-card {
          width: calc(50% - 30px);
          margin-left: 15px;
          margin-right: 15px; } }
      @media only screen and (min-width: 768px) {
        .masters-lead-generation .programs .discovery-card-block .course-card {
          width: calc(33% - 30px); } }
    .masters-lead-generation .programs .link {
      color: #fff;
      text-decoration: underline; }
      .masters-lead-generation .programs .link:focus, .masters-lead-generation .programs .link:hover {
        border: none; }
    @media only screen and (min-width: 980px) {
      .masters-lead-generation .programs {
        margin-top: 40px; }
        .masters-lead-generation .programs .section-title {
          margin-bottom: 8px; } }
  .masters-lead-generation .reasons-to-learn {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 20px 0 0;
    max-width: 450px; }
    @media only screen and (min-width: 980px) {
      .masters-lead-generation .reasons-to-learn {
        flex-direction: row;
        justify-content: space-between;
        max-width: none; } }
    .masters-lead-generation .reasons-to-learn .reason {
      display: flex;
      flex-direction: column;
      margin-bottom: 20px; }
      .masters-lead-generation .reasons-to-learn .reason .icon-wrapper {
        width: 50px; }
      .masters-lead-generation .reasons-to-learn .reason .icon-fill,
      .masters-lead-generation .reasons-to-learn .reason .mm-step {
        fill: #007db8; }
      .masters-lead-generation .reasons-to-learn .reason .col-title {
        color: #414141;
        margin-bottom: 5px;
        font-weight: 600; }
      @media only screen and (min-width: 980px) {
        .masters-lead-generation .reasons-to-learn .reason {
          align-items: center;
          width: calc(100% / 3);
          box-sizing: border-box;
          padding: 0 10px; }
          .masters-lead-generation .reasons-to-learn .reason .icon-wrapper {
            height: 50px; }
          .masters-lead-generation .reasons-to-learn .reason .text {
            text-align: center; } }
  .masters-lead-generation .about-edx {
    display: flex;
    flex-direction: column; }
    .masters-lead-generation .about-edx .section-text {
      font-size: 1.1em;
      font-weight: 600; }
    .masters-lead-generation .about-edx .btn {
      margin: 20px 0 30px; }
    @media only screen and (min-width: 980px) {
      .masters-lead-generation .about-edx {
        align-items: center; }
        .masters-lead-generation .about-edx .section-text {
          widows: 600px;
          text-align: center; } }

.masters-prelaunch.masters-landing-page {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #222;
  line-height: 1.4;
  background-color: #fff; }
  .masters-prelaunch.masters-landing-page .masters-banner {
    padding: 60px 0;
    margin: 0 0 60px;
    background: #f2f2f2 url("/sites/all/themes/atedx/images/headers/edx-masters-landing-mobile-image-top.png") no-repeat center center;
    background-size: cover; }
    @media only screen and (min-width: 760px) {
      .masters-prelaunch.masters-landing-page .masters-banner {
        background-image: url("/sites/all/themes/atedx/images/headers/edx-masters-landing-tablet-image-top.png"); } }
    @media only screen and (min-width: 1025px) {
      .masters-prelaunch.masters-landing-page .masters-banner {
        background-image: url("/sites/all/themes/atedx/images/headers/edx-masters-landing-desktop-image-top.png"); } }
  .masters-prelaunch.masters-landing-page .masters-banner-wrapper {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px; }
  .masters-prelaunch.masters-landing-page .masters-banner-text {
    color: #fff; }
  .masters-prelaunch.masters-landing-page .masters-headline {
    color: #fff;
    margin: 0 0 40px;
    padding: 0;
    font-size: 2.5em;
    font-weight: 700;
    font-family: Georgia, Times, "Times New Roman", serif; }
  .masters-prelaunch.masters-landing-page .masters-banner-description-points {
    font-size: 1.5em;
    font-weight: 400; }
    .masters-prelaunch.masters-landing-page .masters-banner-description-points .masters-banner-description-list {
      margin: 0; }
      .masters-prelaunch.masters-landing-page .masters-banner-description-points .masters-banner-description-list .masters-banner-description-list-item {
        margin: 10px 0 0; }
        .masters-prelaunch.masters-landing-page .masters-banner-description-points .masters-banner-description-list .masters-banner-description-list-item:first-child {
          margin-top: 0; }
  .masters-prelaunch.masters-landing-page .masters-banner-logo {
    display: none; }
  .masters-prelaunch.masters-landing-page .content-section {
    margin: 0 auto 60px;
    padding: 0 30px;
    max-width: 1200px;
    box-sizing: border-box; }
    .masters-prelaunch.masters-landing-page .content-section .section-title {
      font-size: 1.5em;
      font-weight: 600;
      margin: 0 0 20px; }
      .masters-prelaunch.masters-landing-page .content-section .section-title + .section-subtitle {
        display: block;
        margin: -20px 0 20px; }
  .masters-prelaunch.masters-landing-page .masters-list, .masters-prelaunch.masters-landing-page .masters-coming-soon-list {
    margin: -20px 0 0 -20px;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-column-gap: 20px; }
    @media only screen and (min-width: 768px) {
      .masters-prelaunch.masters-landing-page .masters-list, .masters-prelaunch.masters-landing-page .masters-coming-soon-list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; } }
    @media only screen and (min-width: 980px) {
      .masters-prelaunch.masters-landing-page .masters-list, .masters-prelaunch.masters-landing-page .masters-coming-soon-list {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr; } }
  .masters-prelaunch.masters-landing-page .about-edx {
    background: #f2f2f2;
    padding: 40px 0; }
    .masters-prelaunch.masters-landing-page .about-edx .content-section {
      margin-bottom: 0; }
      .masters-prelaunch.masters-landing-page .about-edx .content-section .about-edx-copy {
        max-width: 800px; }

/** Hide the UUID that drupal is adding to the page **/
.node-type-masters .node-masters {
  display: none; }
  .node-type-masters .node-masters .node-content {
    display: none; }

.masters-landing-page:not(.masters-prelaunch) {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #222;
  line-height: 1.4;
  background-color: #fff;
  /*
  Trust bar section
  */ }
  .masters-landing-page:not(.masters-prelaunch) .masters-banner {
    padding: 20px 0;
    background: #3d3e3f url("/sites/all/themes/atedx/images/masters/masters_banner-lg.png") no-repeat center center;
    background-size: cover;
    border-bottom: 10px solid #ffc01f; }
  .masters-landing-page:not(.masters-prelaunch) .masters-banner-wrapper {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px; }
    @media only screen and (min-width: 768px) {
      .masters-landing-page:not(.masters-prelaunch) .masters-banner-wrapper {
        display: flex;
        align-items: flex-end; } }
  .masters-landing-page:not(.masters-prelaunch) .masters-banner-text {
    color: #fff; }
    @media only screen and (min-width: 768px) {
      .masters-landing-page:not(.masters-prelaunch) .masters-banner-text {
        margin: 0 auto 20px 0;
        order: 1; } }
    .masters-landing-page:not(.masters-prelaunch) .masters-banner-text::before {
      content: "";
      display: block;
      height: 110px; }
      @media only screen and (min-width: 768px) {
        .masters-landing-page:not(.masters-prelaunch) .masters-banner-text::before {
          display: none; } }
  .masters-landing-page:not(.masters-prelaunch) .masters-headline {
    color: #fff;
    margin: 0 0 20px;
    padding: 0;
    font-size: 2.5em;
    font-weight: 700;
    font-family: Georgia, Times, "Times New Roman", serif;
    word-wrap: normal; }
  .masters-landing-page:not(.masters-prelaunch) .masters-banner-description-points {
    font-size: 1.5em;
    font-weight: 400; }
    .masters-landing-page:not(.masters-prelaunch) .masters-banner-description-points .masters-banner-description-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-wrap: wrap; }
      .masters-landing-page:not(.masters-prelaunch) .masters-banner-description-points .masters-banner-description-list .masters-banner-description-list-item {
        display: inline;
        margin: 0 0 0 10px; }
        .masters-landing-page:not(.masters-prelaunch) .masters-banner-description-points .masters-banner-description-list .masters-banner-description-list-item::before {
          content: "\2022";
          margin: 0 10px 0 0; }
        .masters-landing-page:not(.masters-prelaunch) .masters-banner-description-points .masters-banner-description-list .masters-banner-description-list-item:first-child {
          margin-left: 0; }
          .masters-landing-page:not(.masters-prelaunch) .masters-banner-description-points .masters-banner-description-list .masters-banner-description-list-item:first-child::before {
            content: "";
            margin-right: 0; }
  .masters-landing-page:not(.masters-prelaunch) .masters-banner-logo {
    width: 190px;
    float: right;
    margin: 0 -70px 0 20px; }
    @media only screen and (min-width: 768px) {
      .masters-landing-page:not(.masters-prelaunch) .masters-banner-logo {
        width: 300px;
        float: none;
        margin-right: 0;
        order: 2;
        flex: 0 0 auto; } }
    .masters-landing-page:not(.masters-prelaunch) .masters-banner-logo .masters-logo-fill {
      opacity: 0.4;
      fill: white; }
  .masters-landing-page:not(.masters-prelaunch) .content-section {
    margin: 0 auto 60px;
    padding: 0 30px;
    max-width: 1200px;
    box-sizing: border-box; }
    .masters-landing-page:not(.masters-prelaunch) .content-section .section-title {
      font-size: 1.5em;
      font-weight: 600;
      margin: 0 0 20px; }
      .masters-landing-page:not(.masters-prelaunch) .content-section .section-title + .section-subtitle {
        display: block;
        margin: -20px 0 25px; }
  .masters-landing-page:not(.masters-prelaunch) .masters-trust-container {
    background-color: #f7f7f7;
    padding: 50px 0 0 0;
    height: initial; }
    @media only screen and (min-width: 980px) {
      .masters-landing-page:not(.masters-prelaunch) .masters-trust-container {
        padding: 50px 0 20px 0; } }
  .masters-landing-page:not(.masters-prelaunch) .masters-trust-bar-show-more-container {
    background-color: #f7f7f7;
    width: 100%;
    padding: 10px 0 20px 0;
    margin-bottom: 20px; }
    .masters-landing-page:not(.masters-prelaunch) .masters-trust-bar-show-more-container .masters-trust-bar-show-more {
      color: #1790C7;
      padding: 0 0 0 20px; }
  .masters-landing-page:not(.masters-prelaunch) .masters-trust-bar .masters-trust-title {
    margin: 0 0 0 20px; }
  .masters-landing-page:not(.masters-prelaunch) .masters-trust-bar .masters-trust-bar-school-list {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    margin: 10px 0 0 -20px;
    padding: 0; }
    @media only screen and (min-width: 980px) {
      .masters-landing-page:not(.masters-prelaunch) .masters-trust-bar .masters-trust-bar-school-list {
        padding: 0; } }
    .masters-landing-page:not(.masters-prelaunch) .masters-trust-bar .masters-trust-bar-school-list .masters-trust-bar-school-item {
      margin: 0 5px 20px 20px;
      width: 11em; }
      .masters-landing-page:not(.masters-prelaunch) .masters-trust-bar .masters-trust-bar-school-list .masters-trust-bar-school-item .schools-link:hover .masters-trust-bar-school-name, .masters-landing-page:not(.masters-prelaunch) .masters-trust-bar .masters-trust-bar-school-list .masters-trust-bar-school-item .schools-link:focus .masters-trust-bar-school-name {
        color: #065683;
        text-decoration: underline;
        transition: color 0.5s;
        cursor: pointer; }
      .masters-landing-page:not(.masters-prelaunch) .masters-trust-bar .masters-trust-bar-school-list .masters-trust-bar-school-item .schools-link:hover .masters-school-logo-background, .masters-landing-page:not(.masters-prelaunch) .masters-trust-bar .masters-trust-bar-school-list .masters-trust-bar-school-item .schools-link:focus .masters-school-logo-background {
        border-color: #a4cee3;
        transition: border 0.5s; }
    .masters-landing-page:not(.masters-prelaunch) .masters-trust-bar .masters-trust-bar-school-list .masters-trust-bar-school-name {
      text-align: center;
      color: #4e4e4e;
      margin-top: 12px;
      max-width: 200px; }
  .masters-landing-page:not(.masters-prelaunch) .masters-school-logo-background {
    background-color: #fff;
    width: fit-content;
    border: 1px solid transparent; }
  .masters-landing-page:not(.masters-prelaunch) .masters-list, .masters-landing-page:not(.masters-prelaunch) .masters-coming-soon-list {
    margin: -20px 0 0 -20px;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-column-gap: 20px; }
    @media only screen and (min-width: 768px) {
      .masters-landing-page:not(.masters-prelaunch) .masters-list, .masters-landing-page:not(.masters-prelaunch) .masters-coming-soon-list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; } }
    @media only screen and (min-width: 980px) {
      .masters-landing-page:not(.masters-prelaunch) .masters-list, .masters-landing-page:not(.masters-prelaunch) .masters-coming-soon-list {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr; } }
  .masters-landing-page:not(.masters-prelaunch) .masters-storytelling-section {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between; }
    .masters-landing-page:not(.masters-prelaunch) .masters-storytelling-section .masters-storytelling-image {
      max-width: 350px; }
      .masters-landing-page:not(.masters-prelaunch) .masters-storytelling-section .masters-storytelling-image .img-wrapper {
        padding: 0 0 40px 0; }
    .masters-landing-page:not(.masters-prelaunch) .masters-storytelling-section .masters-storytelling-text {
      max-width: 350px;
      padding: 0; }
      .masters-landing-page:not(.masters-prelaunch) .masters-storytelling-section .masters-storytelling-text .masters-storytelling-items {
        color: #767676; }
        .masters-landing-page:not(.masters-prelaunch) .masters-storytelling-section .masters-storytelling-text .masters-storytelling-items h2 {
          color: #767676; }
        .masters-landing-page:not(.masters-prelaunch) .masters-storytelling-section .masters-storytelling-text .masters-storytelling-items .masters-storytelling-item {
          padding: 0 0 60px 0; }
          .masters-landing-page:not(.masters-prelaunch) .masters-storytelling-section .masters-storytelling-text .masters-storytelling-items .masters-storytelling-item .masters-storytelling-title {
            font-size: 2em;
            padding: 0 0 5px 0;
            margin: 0;
            text-align: left; }
          .masters-landing-page:not(.masters-prelaunch) .masters-storytelling-section .masters-storytelling-text .masters-storytelling-items .masters-storytelling-item .masters-storytelling-subtitle {
            font-size: 1em;
            font-weight: 600;
            text-align: left;
            margin: 0;
            padding: 0; }
    @media only screen and (min-width: 980px) {
      .masters-landing-page:not(.masters-prelaunch) .masters-storytelling-section {
        flex-direction: row;
        align-items: center; }
        .masters-landing-page:not(.masters-prelaunch) .masters-storytelling-section .masters-storytelling-text {
          padding: 20px 0 20px 0;
          max-width: 350px; }
        .masters-landing-page:not(.masters-prelaunch) .masters-storytelling-section .masters-storytelling-image {
          max-width: 550px; }
          .masters-landing-page:not(.masters-prelaunch) .masters-storytelling-section .masters-storytelling-image .img-wrapper {
            padding: 0; } }
  .masters-landing-page:not(.masters-prelaunch) .faq h4 {
    font-weight: 600; }
  @media only screen and (min-width: 980px) {
    .masters-landing-page:not(.masters-prelaunch) .faq {
      padding-right: 25%; } }
  .masters-landing-page:not(.masters-prelaunch) .about-edx {
    background: #f2f2f2;
    padding: 40px 0; }
    .masters-landing-page:not(.masters-prelaunch) .about-edx .content-section {
      margin-bottom: 0; }
      .masters-landing-page:not(.masters-prelaunch) .about-edx .content-section .about-edx-copy {
        max-width: 800px; }

/** Button styles from edx-platform - START **/
.course-detail-register .action.action-register, .course-detail-register .action.access-courseware {
  box-sizing: border-box;
  -webkit-transition: color 0.25s ease-in-out, background 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out, background 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-decoration: none; }
  .course-detail-register .disabled.action.action-register, .course-detail-register .disabled.action.access-courseware, .course-detail-register [disabled].action.action-register, .course-detail-register [disabled].action.access-courseware {
    cursor: default;
    pointer-events: none; }

.course-detail-register .action.action-register, .course-detail-register .action.access-courseware {
  border-radius: 2px; }

.course-detail-register .action.action-register, .course-detail-register .action.access-courseware {
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  font-weight: 500;
  letter-spacing: 0; }
  .course-detail-register .disabled.action.action-register, .course-detail-register .disabled.action.access-courseware, .course-detail-register [disabled].action.action-register, .course-detail-register [disabled].action.access-courseware, .course-detail-register .is-disabled.action.action-register, .course-detail-register .is-disabled.action.access-courseware {
    background: #646668; }
    .course-detail-register .disabled.action.action-register:hover, .course-detail-register .disabled.action.access-courseware:hover, .course-detail-register .disabled.action.action-register:focus, .course-detail-register .disabled.action.access-courseware:focus, .course-detail-register [disabled].action.action-register:hover, .course-detail-register [disabled].action.access-courseware:hover, .course-detail-register [disabled].action.action-register:focus, .course-detail-register [disabled].action.access-courseware:focus, .course-detail-register .is-disabled.action.action-register:hover, .course-detail-register .is-disabled.action.access-courseware:hover, .course-detail-register .is-disabled.action.action-register:focus, .course-detail-register .is-disabled.action.access-courseware:focus {
      background: #646668 !important; }

.course-detail-register .action.action-register, .course-detail-register .action.access-courseware {
  box-shadow: 0 2px 1px 0 #0a4a67;
  background: #126f9a;
  color: white; }
  .course-detail-register .action.action-register:hover, .course-detail-register .action.access-courseware:hover, .course-detail-register .action.action-register:active, .course-detail-register .action.access-courseware:active, .course-detail-register .action.action-register:focus, .course-detail-register .action.access-courseware:focus {
    background: #1790c7; }
  .course-detail-register .action.action-register:focus, .course-detail-register .action.access-courseware:focus {
    box-shadow: 0 0 6px 0 #126f9a; }
  .course-detail-register .current.action.action-register, .course-detail-register .current.action.access-courseware, .course-detail-register .active.action.action-register, .course-detail-register .active.action.access-courseware {
    box-shadow: inset 0 2px 1px 1px #1580b0;
    background: #1aa1de;
    color: #126f9a; }
    .course-detail-register .current.action.action-register:hover, .course-detail-register .current.action.access-courseware:hover, .course-detail-register .current.action.action-register:active, .course-detail-register .current.action.access-courseware:active, .course-detail-register .current.action.action-register:focus, .course-detail-register .current.action.access-courseware:focus, .course-detail-register .active.action.action-register:hover, .course-detail-register .active.action.access-courseware:hover, .course-detail-register .active.action.action-register:active, .course-detail-register .active.action.access-courseware:active, .course-detail-register .active.action.action-register:focus, .course-detail-register .active.action.access-courseware:focus {
      box-shadow: inset 0 2px 1px 1px #126f9a;
      color: #0a4a67; }
  .course-detail-register .disabled.action.action-register, .course-detail-register .disabled.action.access-courseware, .course-detail-register [disabled].action.action-register, .course-detail-register [disabled].action.access-courseware {
    box-shadow: none;
    background: #646668; }

/** Button styles from edx-platform - END **/
.author-datetime {
  display: none; }

/** Temp. fix for soon to be replaced Course Details page - START **/
.course-detail-register .webview-enroll {
  height: 150px; }
.course-detail-register .action {
  font-size: 1em;
  line-height: 1em;
  font-weight: 500; }
  .course-detail-register .action.action-register, .course-detail-register .action.access-courseware {
    display: block;
    -webkit-font-smoothing: auto; }
    .course-detail-register .action.action-register:hover .track, .course-detail-register .action.action-register:focus .track, .course-detail-register .action.access-courseware:hover .track, .course-detail-register .action.access-courseware:focus .track {
      opacity: 1.0; }

.webview-enroll .form-field {
  margin-top: 5px; }
.webview-enroll .register-emails {
  color: #3c3c3c;
  font: italic 300 1rem/1.6rem Georgia, Times, "Times New Roman", serif;
  margin-bottom: 5px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.4);
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", Verdana, Geneva, sans-serif, sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: normal;
  width: calc( 100% - 25px );
  padding-top: 2px;
  position: relative;
  float: right;
  clear: both; }
  .webview-enroll .register-emails .email-opt-in {
    position: absolute;
    top: 6px;
    left: -25px;
    font-size: 1.5em; }

/** Temp. fix for soon to be replaced Course Details page - END **/
/* LEARNER-217 Course Details: Recommended Courses */
.recommended-products.active {
  border-top: 1px solid #ccc;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 20px; }
.recommended-products .section-title {
  border: none;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: bold; }
.recommended-products .discovery-card-block .list-view {
  display: flex;
  flex-direction: column; }
  .recommended-products .discovery-card-block .list-view .discovery-card {
    width: 100% !important;
    margin-left: 0; }
    .recommended-products .discovery-card-block .list-view .discovery-card .course-link {
      width: calc(100% - 110px) !important; }
      .recommended-products .discovery-card-block .list-view .discovery-card .course-link:active .title-heading, .recommended-products .discovery-card-block .list-view .discovery-card .course-link:focus .title-heading, .recommended-products .discovery-card-block .list-view .discovery-card .course-link:hover .title-heading {
        text-decoration: underline; }
      @media only screen and (min-width: 980px) {
        .recommended-products .discovery-card-block .list-view .discovery-card .course-link {
          width: calc(100% - 135px) !important; } }
    .recommended-products .discovery-card-block .list-view .discovery-card .title-heading {
      font-size: 1em;
      color: #2968aa; }
    .recommended-products .discovery-card-block .list-view .discovery-card .org-title {
      display: inline-block !important; }
    .recommended-products .discovery-card-block .list-view .discovery-card .card-type,
    .recommended-products .discovery-card-block .list-view .discovery-card .extra {
      display: none !important; }
.recommended-products .btn-wrapper {
  margin-top: 20px;
  text-align: right; }

/* LEARNER-622 - Expanded Primary View Test */
.search-featured-programs {
  word-wrap: normal; }

.discovery-card.detailed-card.course-card {
  min-height: 150px;
  width: 95%;
  height: auto;
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  overflow: hidden !important;
  flex-wrap: wrap;
  display: flex;
  border: none !important; }
  .discovery-card.detailed-card.course-card .banner {
    top: 0 !important;
    left: 0 !important;
    padding: 0 15px;
    text-align: left !important; }
  .discovery-card.detailed-card.course-card .banner:after {
    display: none; }
  .discovery-card.detailed-card.course-card .card-left {
    width: 210px !important;
    display: none; }
    @media only screen and (min-width: 1130px) {
      .discovery-card.detailed-card.course-card .card-left {
        display: inherit !important; } }
    .discovery-card.detailed-card.course-card .card-left .course-link {
      width: 200px;
      height: auto; }
    .discovery-card.detailed-card.course-card .card-left .detailed-img-wrapper {
      width: 200px;
      height: auto; }
      .discovery-card.detailed-card.course-card .card-left .detailed-img-wrapper img {
        margin: 20px;
        margin-top: 10px; }
  .discovery-card.detailed-card.course-card .card-center {
    width: 400px;
    margin-left: 25px;
    margin-top: 10px; }
    .discovery-card.detailed-card.course-card .card-center .orgs {
      text-align: left;
      padding: 0 !important;
      margin: 0;
      position: relative !important;
      font-size: .8em; }
      @media only screen and (min-width: 380px) {
        .discovery-card.detailed-card.course-card .card-center .orgs {
          font-size: .9em; } }
      @media only screen and (min-width: 620px) and (max-width: 767px), (min-width: 933px) {
        .discovery-card.detailed-card.course-card .card-center .orgs {
          margin-bottom: 10px; } }
    .discovery-card.detailed-card.course-card .card-center .title {
      padding: 0 !important;
      margin: 0;
      margin-right: 10px;
      max-height: 52px !important;
      height: auto; }
    .discovery-card.detailed-card.course-card .card-center .title a {
      color: initial; }
      .discovery-card.detailed-card.course-card .card-center .title a:hover {
        border: none; }
    .discovery-card.detailed-card.course-card .card-center .card-data {
      font-size: 12px;
      margin: 0; }
      @media only screen and (min-width: 620px) and (max-width: 767px), (min-width: 933px) {
        .discovery-card.detailed-card.course-card .card-center .card-data {
          margin: 8px 0; } }
    .discovery-card.detailed-card.course-card .card-center .detail-item {
      line-height: 1.5em;
      display: flex; }
    .discovery-card.detailed-card.course-card .card-center .item-label {
      width: 50px; }
  .discovery-card.detailed-card.course-card .card-right {
    display: block;
    width: 100%;
    justify-content: space-around;
    margin-left: 25px; }
    @media only screen and (min-width: 620px) and (max-width: 767px), (min-width: 933px) {
      .discovery-card.detailed-card.course-card .card-right {
        width: 140px;
        margin-left: auto;
        margin-right: auto; } }
    .discovery-card.detailed-card.course-card .card-right .learn-more {
      font-size: 14px;
      text-align: left;
      margin-top: 20px;
      margin-bottom: 10px; }
      @media only screen and (min-width: 620px) and (max-width: 767px), (min-width: 933px) {
        .discovery-card.detailed-card.course-card .card-right .learn-more {
          margin-bottom: 0;
          text-align: center; } }
    .discovery-card.detailed-card.course-card .card-right .enroll-section {
      margin-top: 0; }
      @media only screen and (min-width: 620px) and (max-width: 767px), (min-width: 933px) {
        .discovery-card.detailed-card.course-card .card-right .enroll-section {
          margin-top: 20px; } }
    .discovery-card.detailed-card.course-card .card-right .course-header__enroll {
      display: block;
      width: 95%; }
      @media only screen and (min-width: 620px) and (max-width: 767px), (min-width: 933px) {
        .discovery-card.detailed-card.course-card .card-right .course-header__enroll {
          width: 140px !important; } }
    .discovery-card.detailed-card.course-card .card-right .course-enroll-actions {
      float: right; }
      .discovery-card.detailed-card.course-card .card-right .course-enroll-actions .email-opt-in {
        font-size: 16px; }
      @media only screen and (min-width: 620px) and (max-width: 767px), (min-width: 933px) {
        .discovery-card.detailed-card.course-card .card-right .course-enroll-actions {
          float: none; } }
    .discovery-card.detailed-card.course-card .card-right .js-enroll-btn {
      text-align: center;
      width: 100px;
      font-size: 15px;
      margin-bottom: 10px; }
      @media only screen and (min-width: 620px) and (max-width: 767px), (min-width: 933px) {
        .discovery-card.detailed-card.course-card .card-right .js-enroll-btn {
          margin-bottom: auto;
          margin-right: auto;
          float: none; } }
    .discovery-card.detailed-card.course-card .card-right .course-start {
      width: 100%;
      font-size: 13px;
      line-height: 1.2em;
      margin-top: 10px;
      margin-bottom: 10px; }
      @media only screen and (min-width: 620px) and (max-width: 767px), (min-width: 933px) {
        .discovery-card.detailed-card.course-card .card-right .course-start {
          width: auto;
          margin-bottom: 5px;
          margin-top: 0;
          text-align: center;
          line-height: 1em; } }
.discovery-card.detailed-card.program {
  padding: 0;
  overflow: hidden !important;
  flex-wrap: wrap;
  display: flex;
  border: none; }
  .discovery-card.detailed-card.program .learn-more-button {
    font-size: 15px;
    width: 100px;
    background: #0275d8;
    color: #fafafa;
    margin-top: 5px;
    text-align: center; }
    @media only screen and (min-width: 620px) and (max-width: 767px), (min-width: 933px) {
      .discovery-card.detailed-card.program .learn-more-button {
        margin-top: 40px; } }
  .discovery-card.detailed-card.program .banner:after {
    display: none; }
  .discovery-card.detailed-card.program .card-left {
    width: 210px !important;
    display: none; }
    @media only screen and (min-width: 1130px) {
      .discovery-card.detailed-card.program .card-left {
        display: inherit !important; } }
    .discovery-card.detailed-card.program .card-left .course-link {
      width: 200px; }
    .discovery-card.detailed-card.program .card-left .detailed-img-wrapper {
      width: 200px;
      height: 160px;
      margin-top: 7px; }
      .discovery-card.detailed-card.program .card-left .detailed-img-wrapper img {
        margin: 20px; }
  .discovery-card.detailed-card.program .card-center {
    margin-top: 25px; }

.list-view .discovery-card {
  width: 98% !important;
  height: auto !important;
  min-height: 50px !important; }

/* LEARNER-987 Simplified Home Page */
.simplified-home .btn-green {
  background: #008100;
  color: white;
  width: 100%;
  text-align: center;
  padding: 10px;
  transition: background .2s;
  border-radius: 3px; }
  .simplified-home .btn-green:active, .simplified-home .btn-green:focus, .simplified-home .btn-green:hover {
    background: #006200; }
  .simplified-home .btn-green .fa {
    margin-left: 5px; }
.simplified-home.version-two .featured-products .title {
  margin: 20px 0; }
.simplified-home.version-two .featured-products .caret-link-wrapper {
  padding: 10px 0 50px; }

/* LEARNER-1390 Explorator embedded in Course Details */
#course-info-page .enroll-type-area.hide-borders {
  border: none; }
  #course-info-page .enroll-type-area.hide-borders .enroll-outro {
    border-top: none; }

/* LEARNER-2651 Similar Courses From Partner */
.similar-cards-list-view.similar-courses-card-list .sort-bar, .similar-cards-list-view.similar-courses-card-list .loading, .similar-cards-list-view.sidebar-similar-courses-card-list > .sort-bar, .similar-cards-list-view.sidebar-similar-courses-card-list > .loading {
  display: none; }

.sidebar-similar-courses-card-list > .js-card-list > .discovery-card {
  width: 100%;
  margin-left: 0; }

.similar-courses-cards > #search-results-section {
  width: 100%;
  margin-bottom: 0;
  padding: 24px 0px; }

.js-card-list.filtered {
  margin-bottom: 0;
  padding: 0; }

.similar-courses-link-text {
  padding: 24px 0px;
  border-top: 1px solid #ccc;
  width: 100%;
  text-align: center; }

.similar-courses-cards-link {
  float: right; }
