/* print.scss
 * print only styles
 * ----------------- */
/* _setup.scss
 * Variables, defaults and mixins
 * ------------------------------ */
/* @group variables */
/* @end */
/* @group defaults */
/* @end */
/* @group mixins */
/* @end */
/* _type.scss
 * Fonts, headings, body text, etc.
 * -------------------------------- */
/* @group body font styling */
body {
  color: #262626;
  font-family: 'Droid Serif', 'Georgia', 'Times New Roman', serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 21px; }

/* @end */
/* @group fonts */
@font-face {
  font-family: 'Droid Serif';
  src: url("/assets/fonts/droidserif-regular-webfont.eot");
  src: url("/assets/fonts/droidserif-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/droidserif-regular-webfont.woff") format("woff"), url("/assets/fonts/droidserif-regular-webfont.ttf") format("truetype"), url("/assets/fonts/droidserif-regular-webfont.svg#DroidSerifRegular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Droid Serif';
  src: url("/assets/fonts/droidserif-italic-webfont.eot");
  src: url("/assets/fonts/droidserif-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/droidserif-italic-webfont.woff") format("woff"), url("/assets/fonts/droidserif-italic-webfont.ttf") format("truetype"), url("/assets/fonts/droidserif-italic-webfont.svg#DroidSerifItalic") format("svg");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: 'Droid Serif';
  src: url("/assets/fonts/droidserif-bold-webfont.eot");
  src: url("/assets/fonts/droidserif-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/droidserif-bold-webfont.woff") format("woff"), url("/assets/fonts/droidserif-bold-webfont.ttf") format("truetype"), url("/assets/fonts/droidserif-bold-webfont.svg#DroidSerifBold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Droid Serif';
  src: url("/assets/fonts/droidserif-bolditalic-webfont.eot");
  src: url("/assets/fonts/droidserif-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/droidserif-bolditalic-webfont.woff") format("woff"), url("/assets/fonts/droidserif-bolditalic-webfont.ttf") format("truetype"), url("/assets/fonts/droidserif-bolditalic-webfont.svg#DroidSerifBoldItalic") format("svg");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: "ProximaNovaSemibold";
  src: url("/assets/fonts/ProximaNova-Sbold-webfont.eot");
  src: url("/assets/fonts/ProximaNova-Sbold-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/ProximaNova-Sbold-webfont.woff") format("woff"), url("/assets/fonts/ProximaNova-Sbold-webfont.ttf") format("truetype"), url("/assets/fonts/ProximaNova-Sbold-webfont.svg#webfontZWd5BY6k") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNovaExtrabold';
  src: url("/assets/fonts/ProximaNova-Xbold-webfont.eot");
  src: url("/assets/fonts/ProximaNova-Xbold-webfont.eot?iefix") format("eot"), url("/assets/fonts/ProximaNova-Xbold-webfont.woff") format("woff"), url("/assets/fonts/ProximaNova-Xbold-webfont.ttf") format("truetype"), url("/assets/fonts/ProximaNova-Xbold-webfont.svg#webfont2rpW2ohz") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNovaBold';
  src: url("/assets/fonts/ProximaNova-Bold-webfont.eot");
  src: url("/assets/fonts/ProximaNova-Bold-webfont.eot?iefix") format("eot"), url("/assets/fonts/ProximaNova-Bold-webfont.woff") format("woff"), url("/assets/fonts/ProximaNova-Bold-webfont.ttf") format("truetype"), url("/assets/fonts/ProximaNova-Bold-webfont.svg#webfontZ6etP9ZY") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNovaRegular';
  src: url("/assets/fonts/ProximaNova-Reg-webfont.eot");
  src: url("/assets/fonts/ProximaNova-Reg-webfont.eot?iefix") format("eot"), url("/assets/fonts/ProximaNova-Reg-webfont.woff") format("woff"), url("/assets/fonts/ProximaNova-Reg-webfont.ttf") format("truetype"), url("/assets/fonts/ProximaNova-Reg-webfont.svg#webfontZam02nTh") format("svg");
  font-weight: normal;
  font-style: normal; }
/* @end */
/* @group headers */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "ProximaNovaBold";
  line-height: 1;
  margin-bottom: .6em; }
  .h1.alternate,
  .h2.alternate,
  .h3.alternate,
  .h4.alternate,
  .h5.alternate,
  .h6.alternate {
    color: #a1b70d;
    font-family: "ProximaNovaSemibold", Helvetica, Arial, sans-serif; }
  .h1.followed,
  .h2.followed,
  .h3.followed,
  .h4.followed,
  .h5.followed,
  .h6.followed {
    margin-bottom: .1em; }
  .h1.small-title,
  .h2.small-title,
  .h3.small-title,
  .h4.small-title,
  .h5.small-title,
  .h6.small-title {
    color: #666;
    font-size: 13px; }
  .h1.no-top-padding,
  .h2.no-top-padding,
  .h3.no-top-padding,
  .h4.no-top-padding,
  .h5.no-top-padding,
  .h6.no-top-padding {
    padding-top: 0; }
  .h1.no-bottom-margin,
  .h2.no-bottom-margin,
  .h3.no-bottom-margin,
  .h4.no-bottom-margin,
  .h5.no-bottom-margin,
  .h6.no-bottom-margin {
    margin-bottom: 0; }

.h1 {
  font-family: "ProximaNovaExtrabold", Helvetica, Arial, sans-serif;
  font-size: 50px;
  margin-bottom: 0.2em; }

.h2 {
  font-size: 30px; }

.h3 {
  font-size: 26px; }

.h4 {
  font-size: 21px;
  margin-bottom: .2em; }

.h5 {
  font-size: 18px; }

.h6 {
  font-size: 14px; }

/* @end */
/* @group basic type */
.content p {
  margin-bottom: 1.5em; }
.content em {
  font-style: italic; }

a {
  color: #0a81cd;
  outline: none; }
  a:hover {
    text-decoration: underline; }

.upper {
  text-transform: uppercase; }

div.highlight {
  color: #a2a2a2;
  margin-bottom: 90px;
  font-family: 'ProximaNovaSemibold', 'Helvetica', 'Arial', sans-serif;
  font-size: 32px;
  font-weight: normal;
  line-height: 41px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=99); }
  div.highlight.alternate {
    font-family: 'ProximaNovaSemibold', 'Helvetica', 'Arial', sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 35px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=99); }
  div.highlight strong {
    color: #cc3300;
    font-weight: normal; }

.lte8 div.highlight {
  background: #fff; }

/* @end */
/* @group header blocks */
.page-header {
  background: url(../images/structure/unique/bg-page-header.png) 50% 100% repeat-x;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI5NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), url(../images/structure/unique/bg-page-header.png) 50% 100% repeat-x;
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(5%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(95%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff)), url(../images/structure/unique/bg-page-header.png) 50% 100% repeat-x;
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 5%), -moz-linear-gradient(left, rgba(255, 255, 255, 0) 95%, #ffffff 100%), url(../images/structure/unique/bg-page-header.png) 50% 100% repeat-x;
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 5%), -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 95%, #ffffff 100%), url(../images/structure/unique/bg-page-header.png) 50% 100% repeat-x;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 5%), linear-gradient(to right, rgba(255, 255, 255, 0) 95%, #ffffff 100%), url(../images/structure/unique/bg-page-header.png) 50% 100% repeat-x;
  margin-bottom: 64px;
  padding: 68px 0 15px; }

.row-header {
  margin-bottom: 29px; }

/* @end */
/* @group intro blocks */
.intro .h4 {
  margin-bottom: 2px; }

/* @end */
/* @group font sizes */
.big {
  font-family: 'Droid Serif', 'Georgia', 'Times New Roman', serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 21px; }

/* @end */
/* @group taglines */
.tagline {
  font-style: italic;
  margin-bottom: 25px;
  margin-top: 15px;
  font-family: 'Droid Serif', 'Georgia', 'Times New Roman', serif;
  font-size: 18px;
  font-weight: regular;
  line-height: 1; }

/* @end */
body {
  font-family: Arial, Sans; }

.nav,
.utility,
.subnav,
.quick-links,
.section-nav,
.tabs,
.prev,
.next,
.this-is-duke,
.pips,
.circle,
.caption,
.students-pursuit,
.logo {
  display: none; }

a:after {
  content: " (" attr(href) ")";
  text-decoration: none; }

.logo a:after {
  content: ""; }

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