/*
 * A no-print modifier, and custom print-only styles for various elements
 */
/*
 * Variables used throughout the theme
 */
/*
 * Mixins and helpers used througout the theme.
 * Consider dividing this file if it gets too large.
 */
/*
 * font-face declarations
 */
@font-face {
  font-family: "MyriadPro-100";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/MyriadPro-Light.otf") format("opentype"), url("../fonts/MyriadPro-Light.eot?") format("eot"), url("../fonts/MyriadPro-Light.woff2") format("woff2"), url("../fonts/MyriadPro-Light.woff") format("woff"); }
@font-face {
  font-family: "MyriadPro-100-Italic";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/MyriadPro-LightIt.otf") format("opentype"), url("../fonts/MyriadPro-LightIt.eot?") format("eot"), url("../fonts/MyriadPro-LightIt.woff2") format("woff2"), url("../fonts/MyriadPro-LightIt.woff") format("woff"); }
@font-face {
  font-family: "MyriadPro-400";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MyriadPro-Regular.otf") format("opentype"), url("../fonts/MyriadPro-Regular.eot?") format("eot"), url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff"); }
@font-face {
  font-family: "MyriadPro-400-Italic";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/MyriadPro-It.otf") format("opentype"), url("../fonts/MyriadPro-It.eot?") format("eot"), url("../fonts/MyriadPro-It.woff2") format("woff2"), url("../fonts/MyriadPro-It.woff") format("woff"); }
@font-face {
  font-family: "MyriadPro-600";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/MyriadPro-Semibold.otf") format("opentype"), url("../fonts/MyriadPro-Semibold.eot?") format("eot"), url("../fonts/MyriadPro-Semibold.woff2") format("woff2"), url("../fonts/MyriadPro-Semibold.woff") format("woff"); }
@font-face {
  font-family: "MyriadPro-600-Italic";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/MyriadPro-SemiboldIt.otf") format("opentype"), url("../fonts/MyriadPro-SemiboldIt.eot?") format("eot"), url("../fonts/MyriadPro-SemiboldIt.woff2") format("woff2"), url("../fonts/MyriadPro-SemiboldIt.woff") format("woff"); }
@font-face {
  font-family: "MyriadPro-700";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/MyriadPro-Bold.otf") format("opentype"), url("../fonts/MyriadPro-Bold.eot?") format("eot"), url("../fonts/MyriadPro-Bold.woff2") format("woff2"), url("../fonts/MyriadPro-Bold.woff") format("woff"); }
@font-face {
  font-family: "MyriadPro-700-Italic";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/MyriadPro-BoldIt.otf") format("opentype"), url("../fonts/MyriadPro-BoldIt.eot?") format("eot"), url("../fonts/MyriadPro-BoldIt.woff2") format("woff2"), url("../fonts/MyriadPro-BoldIt.woff") format("woff"); }
.no-print {
  display: none; }

a:after {
  content: " (" attr(href) ") ";
  font-size: 0.8em;
  font-weight: normal; }

a[target="_blank"]:after {
  content: " (" attr(href) ") " !important;
  display: inline;
  top: 0; }

/* Everything after this point is a collection of targeted print fixes */
.get-in-touch {
  display: none; }

.text-banner__title {
  color: #353b3f; }
  .text-banner__title h1 {
    color: #353b3f; }

.blurb__lead {
  color: #353b3f;
  background-color: #ffffff; }

.blurb__more {
  position: relative; }

.home__video {
  clear: both; }

.home__circles a.circle {
  display: block;
  width: 100%;
  height: auto;
  text-align: left;
  border: none;
  color: #353b3f;
  background-color: #ffffff; }

.collapse {
  display: block; }

.js-menu--sitemap__sub-level {
  display: block !important; }

.course-result__more {
  display: block !important; }

.js-blurb__more {
  display: block !important; }

.js-toggle--blurb-more {
  display: none !important; }

.home__background {
  background-image: none !important; }

.text-banner__title-wrapper {
  background-color: #ffffff !important; }

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