@charset "UTF-8";
/* original colors */
/*UofA Colors*/
/*Alpaca colors*/
/*Amy's Green*/
/*Alpaca light colors*/
/*Alpaca dark colors*/
/* style classes and mixins */
.noUnderline {
  text-decoration: none;
}
.linkTextNoDeco {
  text-decoration: none;
  color: #333;
}
.linkTextNoDecoWhite {
  text-decoration: none;
  color: #FFF;
}
.linkTextBlueVert {
  text-decoration: none;
  color: #0C234B;
}
.leftFloat {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}
.rightFloat {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}
.hugeText {
  font-size: 34px;
}
.xLargeText {
  font-size: 25.5px;
}
.largeText {
  font-size: 21.25px;
}
.smallText,
.refInfo,
.postedDate {
  font-size: 14.875px;
}
.tinyText {
  font-size: 10.2px;
  font-weight: 600;
}
.redText,
.errorList,
.error,
.errors {
  color: red;
}
.warningText {
  background: #b52430;
  color: #fff;
  padding: 2px;
}
.megaBold {
  font-weight: bold;
}
.hangingIndent {
  text-indent: -2em;
  padding-left: 2em;
}
.clearfix {
  /* to contain floats */
  content: "";
  display: table;
  clear: both;
}
.captions {
  font-size: 14.875px;
  font-style: italic;
}
.captions i,
.captions em {
  font-style: normal;
  font-weight: 600;
}
.showhide,
.hidden {
  display: none;
}
.bordered {
  border: 1px solid #81D3EB;
}
.highlight {
  background: #FCE1B6;
}
.highlightGreen {
  background: #CFE0D8;
}
/*.boxShadow (@shadow_blur: 10px; @shadow_spread: 0) {
    box-shadow: 1px 1px @shadow_blur @shadow_spread #555;
}*/
/* campus skin */
/* paragraph formatting */
/* block formatting */
/* CSS Document */
#pageContainer {
  position: relative;
  min-height: 100vh;
}
#contentWrap {
  padding-bottom: 430px;
}
.container,
.mastheadBlock {
  padding: 15px 22.5px;
}
.descLink {
  font-size: smaller;
  text-decoration: none;
  margin-left: 1em;
}
/* photo sizes (e.g., for profile photos) */
img.smallImg,
.smallImg img {
  height: 50px;
}
img.mediumImg,
.mediumImg img {
  height: 90px;
}
img.full {
  width: 100%;
}
img.half {
  width: 50%;
}
img.third {
  width: 33%;
}
img.quarter {
  width: 25%;
}
img.thumbnail {
  width: 100px;
}
#imgZoom {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 2px 2px 9px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 9px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 9px 3px rgba(0, 0, 0, 0.2);
  padding: 2em;
  cursor: zoom-out;
  z-index: 9000002;
}
.indicator {
  font-size: 10.2px;
  font-weight: 600;
  position: relative;
  top: -3px;
  padding: 0 3px;
  margin: 0 4px;
}
.actionIndicator {
  font-size: 10.2px;
  font-weight: 600;
  position: relative;
  top: -3px;
  padding: 0 3px;
  margin: 0 4px;
  background: #b52430;
  color: #fff;
}
.toolIndicator {
  font-size: 10.2px;
  font-weight: 600;
  position: relative;
  top: -3px;
  padding: 0 3px;
  margin: 0 4px;
  background: #5C8727;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.tooltip {
  display: none;
  position: absolute;
  border: 1px solid #333;
  background-color: #fffccc;
  color: #333;
  padding: 2px 4px;
  font-size: 0.8em;
}
.glossary {
  cursor: help;
}
.basicBlock {
  padding: 1em;
  border: solid 1px rgba(144, 144, 144, 0.25);
}
.smallBlock {
  padding: 1em;
  border: solid 1px rgba(144, 144, 144, 0.25);
}
.class #mainSection .featuredBlock:first-child:not(.forum),
.course #mainSection .featuredBlock:first-child:not(.forum) {
  padding: 1em 0 0.5em 1em;
  background: #0C234B;
  color: white;
  margin-bottom: -1em;
}
.featuredBlock {
  background: #FFF;
  padding: 1em;
  border: solid 1px rgba(144, 144, 144, 0.25);
}
.featureGradient {
  background-image: -webkit-linear-gradient(top, #C8D9D8, #fff);
  background-image: -moz-linear-gradient(top, #C8D9D8, #fff);
  background-image: -ms-linear-gradient(top, #C8D9D8, #fff);
  background-image: -o-linear-gradient(top, #C8D9D8, #fff);
  background-image: linear-gradient(to bottom, #C8D9D8, #fff);
}
.superFeatureBox {
  background-image: -webkit-linear-gradient(top, #C8D9D8, #fff);
  background-image: -moz-linear-gradient(top, #C8D9D8, #fff);
  background-image: -ms-linear-gradient(top, #C8D9D8, #fff);
  background-image: -o-linear-gradient(top, #C8D9D8, #fff);
  background-image: linear-gradient(to bottom, #C8D9D8, #fff);
  border: solid 1px #bac7c6;
  padding: 2em;
}
#submitNewBar:after {
  /* to contain floats */
  content: "";
  display: table;
  clear: both;
}
#submitNewBar:hover {
  background: #ffffff;
}
#submitNewBar h1,
#submitNewBar h2,
#submitNewBar h3,
#submitNewBar h4,
#submitNewBar h5,
#submitNewBar h6 {
  font-size: 17px !important;
}
#submitNewBar h1.largeText {
  font-size: 21.25px !important;
}
#submitNewBar p {
  margin-bottom: 2.0625rem;
}
#central {
  padding: 1em;
  background: #e6eeed;
  border: solid 1px rgba(144, 144, 144, 0.25);
}
#central .campusBlock {
  padding: 0 0 1em 0;
  border: none;
  background: none;
}
#central .campusBlock h1,
#central .campusBlock h2,
#central .campusBlock h3,
#central .campusBlock h4,
#central .campusBlock h5,
#central .campusBlock h6 {
  font-size: 25px !important;
}
#central strong,
b,
.semibold {
  font-weight: normal;
}
#central .feedPhoto {
  width: 55px;
}
#adWall .campusBlock {
  padding: 1em;
  border: solid 1px rgba(144, 144, 144, 0.25);
  background: #daead4;
  color: #134c36;
}
#adWall .campusBlock a {
  color: #134c36;
}
#adWall .campusBlock h1,
#adWall .campusBlock h2,
#adWall .campusBlock h3,
#adWall .campusBlock h4,
#adWall .campusBlock h5,
#adWall .campusBlock h6 {
  color: #0C234B;
}
.campusBlock {
  padding: 1em;
  border: solid 1px rgba(144, 144, 144, 0.25);
  background: #F0FAFA;
}
.campusBlock:after {
  /* to contain floats */
  content: "";
  display: table;
  clear: both;
}
.campusBlock:hover {
  background: #ffffff;
}
.campusBlock h1,
.campusBlock h2,
.campusBlock h3,
.campusBlock h4,
.campusBlock h5,
.campusBlock h6 {
  font-size: 17px;
}
.campusBlock h1.largeText {
  font-size: 21.25px !important;
}
.campusBlock p {
  margin-bottom: 2.0625rem;
}
.featuredBlock + .featuredBlock,
.featuredBlock + .vertNav,
.campusBlock + .campusBlock,
.featuredBlock + .campusBlock,
.campusBlock + .featuredBlock {
  margin-top: 15px;
}
.alumOrange {
  font-size: 18px;
  color: #fa6a00;
}
.alumPurp {
  color: #6221ed;
  font-size: 16px;
}
.alumButton {
  display: block;
  background: #0b9cad;
  color: #fff !important;
  font-weight: normal;
  padding: 8px 6px;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
}
.alumButton:hover {
  background: #56ccda;
  color: #0b9cad !important;
}
.vertBlock {
  background: #FFF;
  font-weight: 300;
  padding: 6px;
  border: solid 1px rgba(144, 144, 144, 0.25);
  color: #0C234B;
}
.vertBlock a {
  color: #0C234B;
}
.toolBlock {
  background: #FFF;
  font-weight: 300;
  padding: 1em;
  border: solid 1px rgba(144, 144, 144, 0.25);
  text-decoration: none;
  color: #FFF;
  /*.fa {
    	color: @reverse_txt_color;
    }*/
}
.toolBlock a {
  text-decoration: none;
  color: #FFF;
}
.specialToolBlock {
  background: #FFF;
  font-weight: 300;
  padding: 1em;
  border: solid 1px rgba(144, 144, 144, 0.25);
  text-decoration: none;
  color: #FFF;
  /*.fa {
    	color: @reverse_txt_color;
    }*/
  background: #9fae97;
}
.specialToolBlock a {
  text-decoration: none;
  color: #FFF;
}
.contentCallout {
  clear: both;
  background: #F4EDE5;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px dotted #81D3EB;
}
.contentCallout:after {
  /* to contain floats */
  /* to contain floats */
  content: "";
  display: table;
  clear: both;
}
ul + .contentCallout {
  margin-top: 2.5rem;
}
.accordion .showhide {
  background: #F0FAFA;
  padding: 8px 15px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.accordion {
  clear: both;
  margin-bottom: 6px;
  padding: 0 1.25rem;
}
.accordion .link {
  background: #f3f8f1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #FFF 0%, #F0FAFA 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #FFF 0%, #F0FAFA 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #FFF 0%, #F0FAFA 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f9f9', endColorstr='#e2e9eb', GradientType=0);
  /* IE6-9 */
  border: 1px solid #e3e3e3;
  font-weight: bold;
  padding: 1.25rem;
  border-radius: 6px;
  margin: 3px -3px 0px;
}
.accordion .link a {
  color: #0C234B;
  text-decoration: none;
}
.accordion .link .fas {
  color: #076873;
}
/*video text*/
.videofulltext {
  padding: 0 15px;
  border: 1px solid #93B4B2;
  border-radius: 6px;
  background-color: #C8D9D8;
}
.videofulltext .link {
  margin-bottom: 6px;
  text-align: center;
  font-size: 0.95em;
  font-style: italic;
  padding-top: 3px;
}
.videofulltext .link a {
  color: #353535;
  text-decoration: none;
}
.bordered.cpProfile {
  max-width: initial;
}
/* basic page setup */
html {
  font-size: 62.5%;
  font-family: proxima-nova, sans-serif;
}
body {
  color: #333;
  font-size: 17px;
  line-height: 1.4;
  background-color: #F2F5FA;
}
body.popupWin {
  background: #FFF;
}
body.popupWin .masthead {
  background: #FFF url(/file/63688/AWCIM_PRIMARY.png ) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: 320px;
  background-position-x: 20px;
  background-position-y: 15px;
  color: #fff;
  padding: 15px;
  border-bottom: 3px solid #076873;
  height: 55px;
}
body.popupWin h1 {
  font-size: 1.75em;
}
body.popupWin h2 {
  font-size: 1.5em;
}
body.popupWin h3 {
  font-size: 1.25em;
}
body.popupWin h4 {
  font-size: 1em;
}
body.popupWin h5 {
  font-size: 0.8em;
}
body.popupWin h6 {
  font-size: 0.6em;
  font-variant: small-caps;
}
body.popupWin table caption {
  font-weight: 600;
}
body.popupWin .container {
  padding: 15px;
}
.module div#multiItemView {
  margin-left: 0;
  margin-right: 0;
}
.module div#multiItemView .linksContainer {
  float: left;
  width: 100px;
}
.module div#multiItemView .linksContainer #sectionLinks {
  margin-left: 1.1em;
  padding-left: 0;
}
.module div#multiItemView #contentArea {
  margin-left: 110px;
  min-height: 190px;
}
@media print {
  div#multiItemView {
    display: none;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0C234B;
  margin-top: 11px;
  margin-bottom: 6px;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
p,
li {
  margin-bottom: 1.25rem;
}
blockquote {
  margin: 0 2.5em;
}
strong,
b,
.semibold {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
hr {
  height: 1px;
  border: none;
  background: #81D3EB;
  color: #81D3EB;
}
.contentCallout hr,
.largeSidebar hr {
  height: 1px;
  border: none;
  background: #b4b4b4;
  color: #81D3EB;
}
pre,
code {
  font-family: Monaco, 'Andale Mono', monospace;
  background: #fff;
  color: #000;
}
pre {
  border: 1px dotted #999;
  padding: 4px;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
}
pre .highlight,
code .highlight {
  background: #FFFF99;
}
a:link {
  color: #17428d;
}
a:visited {
  color: #41556a;
}
a:hover {
  color: #AB0520;
  text-decoration: none;
}
table th {
  text-align: left;
  font-weight: 600;
}
table th,
table td {
  vertical-align: top;
}
footer {
  padding: 4em 3em 0;
  background: #f4ede5;
  color: #838ea4;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 366px;
  background-repeat: no-repeat;
  background-position: bottom;
}
footer#noSkelFoot {
  position: initial;
  width: initial;
  height: 250px;
}
footer#noSkelFoot #innerFoot {
  display: initial;
}
footer .container #innerFoot {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}
footer .container #innerFoot div {
  width: 45%;
}
footer .container #innerFoot div:last-child {
  text-align: right;
}
footer .container #innerFoot img {
  width: 366px;
}
footer .container #innerFoot h1,
footer .container #innerFoot h2,
footer .container #innerFoot h3,
footer .container #innerFoot h4,
footer .container #innerFoot h5,
footer .container #innerFoot h6 {
  color: #FFF;
}
footer .container #innerFoot h3 {
  font-size: 1.35em;
}
footer .container #innerFoot a {
  color: #838ea4;
}
footer .container #innerFoot .copyright {
  color: #333;
  font-size: 0.9em;
  padding: 0;
  text-align: center;
}
footer .container #innerFoot .copyright li {
  border-left: solid 1px rgba(144, 144, 144, 0.25);
  display: inline-block;
  list-style: none;
  margin-left: 1.5em;
  padding-left: 1.5em;
}
footer .container #innerFoot .copyright li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
#mainSection h1 {
  font-size: 34px;
}
#mainSection h2 {
  font-size: 25.5px;
  color: #17428d;
}
#mainSection h3 {
  font-size: 21.25px;
}
#mainSection h4 {
  color: #17428d;
}
#mainSection h5 {
  font-size: 14.875px;
}
#mainSection h6 {
  font-size: 14.875px;
  color: #17428d;
  font-variant: small-caps;
}
input[type="submit"][name="finish"][value="Finish"] {
  /* styles go here */
  border-radius: 8px;
  border: 1px solid #8f8f9d;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #e9e9ed;
  cursor: pointer;
  transition: border-color 0.25s;
}
input[type="submit"][name="finish"][value="Finish"]:hover {
  background-color: #d4d4dc;
  border-color: #6f6f7d;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.button,
a.button {
  moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: #007d84;
  border: 0;
  color: #FFF !important;
  cursor: pointer;
  display: inline-block;
  height: 2.85em;
  line-height: 2.95em;
  padding: 0 1.5em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
/* modal */
#mask {
  position: absolute;
  /* important */
  top: 0px;
  /* start from top */
  left: 0px;
  /* start from left */
  height: 100%;
  /* cover the whole page */
  width: 100%;
  /* cover the whole page */
  display: none;
  /* don't show it '*/
  z-index: 9000000;
  /* styling */
  background-color: #f7f5ee;
  border: none;
}
.riskRatings {
  color: #ffffff;
  padding: 5px 10px;
  margin: 10px 0;
  width: 17em;
  font-weight: bold;
}
.riskRatings.beneficial {
  background-color: #44753D !important;
}
.riskRatings.noKnown {
  background-color: #2D78A2 !important;
}
.riskRatings.noAction {
  background-color: #007D84 !important;
}
.riskRatings.monitor {
  background-color: #A95C42 !important;
}
.riskRatings.considerMod {
  background-color: #8B0015 !important;
}
.riskRatings.avoid {
  background-color: #AB0520 !important;
}
.modal_window {
  position: absolute;
  /* important so we can position it on center later */
  display: none;
  /* don't show it */
  z-index: 9000001;
  /* styling */
  width: 55%;
  max-height: 680px;
  overflow: auto;
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  padding: 10px;
}
.modal_window ul {
  margin-left: 1.5em;
}
.modal_window ul li {
  list-style-position: outside;
  list-style-type: disc;
}
.modal_window ul.fa-ul li {
  list-style-position: outside;
  list-style-type: none;
}
.close_modal {
  font-size: xx-small;
  border: 1px solid #17428d;
  padding: 3px;
  text-decoration: none;
  float: right;
}
.modal_window_flat {
  position: absolute;
  /* important so we can position it on center later */
  display: none;
  /* don't show it */
  z-index: 9000001;
  /* styling */
  width: 35%;
  max-height: 680px;
  overflow: auto;
  background: #99c88b;
  color: #333;
  padding: 10px;
}
.close_modal_flat {
  font-size: xx-small;
  border: 1px solid #17428d;
  padding: 3px;
  text-decoration: none;
  float: right;
}
.print_modal {
  float: right;
  margin-right: 10px;
}
#alertFrame {
  border: none;
  width: 100%;
  height: 540px;
  background: #fff;
}
/* masthead */
.mastheadBlock {
  background: #FFF url(/file/63688/AWCIM_PRIMARY.png ) no-repeat;
  background-size: 420px;
  background-position-x: 30px;
  background-position-y: 20px;
  color: #fff;
  padding: 15px;
  border-bottom: 3px solid #AB0520;
}
.mastheadBlock h1 {
  font-size: 26.35px;
}
.mastheadBlock h1 a {
  text-decoration: none;
  color: #333;
  display: block;
  padding-top: 31px;
  padding-left: 465px;
  color: #fff;
  text-shadow: 1px 1px 12px #333;
}
.mastheadBlock h2 {
  border-top: 3px solid #007d84;
  margin: 15px -15px -15px -15px;
  padding: 15px 15px 0;
}
.utilLinks {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}
.utilLinks a {
  font-size: 17px;
  color: #0C234B;
  text-decoration: none;
}
.utilLinks a:hover {
  text-decoration: underline;
}
/* The Forums */
.featuredBlock .postBorder {
  border: none;
  background: #e6f1e1;
  padding: 0 0 1em 0;
  margin: 0 0 1em 0;
}
.thread.postHeading {
  background: #0C234B;
  padding: 0.2em 1em;
}
tr .postHeading {
  background: #0C234B;
  padding: 0.2em 1em;
}
.postBorder > table > tbody > tr:nth-child(2) > td {
  background: #e6f1e1;
  padding: 1em 0;
}
.thePoster {
  padding: 0 0 0 1em;
}
.thePost {
  padding: 0 1em 1em;
}
.postBorder > table > tbody > tr:nth-child(2) > td:nth-child(2) {
  padding: 1em;
}
tr .postFormatBottom {
  border: none;
  background: #e6f1e1;
}
/* search box */
#searchForm {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
  background: #AB0520;
  padding: 6px;
  margin-top: -18px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
#searchForm .tinyText {
  margin-bottom: 0;
  color: #fff;
}
#searchForm input[type="text"] {
  font-size: 17px;
  padding: 6px;
  border: thin inset #999;
}
#searchForm a.toolBlock {
  padding: 4px 6px;
  border: none;
  background: none;
  color: white;
}
/* navigation styles */
nav.vertNav section {
  margin-bottom: 15px;
}
nav.vertNav ul {
  margin-bottom: 15px;
}
nav.vertNav ul .fa-ul {
  margin-left: 2em;
}
nav.vertNav ul ul {
  margin-bottom: 0;
}
nav.vertNav ul li {
  background: #FFF;
  font-weight: 300;
  padding: 6px;
  border: solid 1px rgba(144, 144, 144, 0.25);
  color: #0C234B;
  font-size: 17px;
  font-weight: 400;
  border-top: none;
  margin-bottom: 0;
}
nav.vertNav ul li a {
  color: #0C234B;
}
nav.vertNav ul li.current {
  background: #caeded;
}
nav.vertNav ul li.current .fa-li {
  background: #caeded;
}
nav.vertNav ul li a {
  text-decoration: none;
  color: #0C234B;
}
nav.vertNav ul li a:hover {
  text-decoration: underline;
}
nav.vertNav ul li ul,
nav.vertNav ul li ol {
  margin-top: 0.6rem;
  display: none;
}
nav.vertNav ul li ul li,
nav.vertNav ul li ol li {
  color: #0C234B;
  font-size: 14.62px;
  font-weight: 600;
  line-height: 1.5em;
  border: none;
}
nav.vertNav ul li ul li a,
nav.vertNav ul li ol li a {
  color: #0C234B;
  font-size: 14.875px;
  font-weight: normal;
  text-transform: none;
}
nav.vertNav ul li ul li.current,
nav.vertNav ul li ol li.current {
  background: #caeded;
  color: #0C234B;
}
nav.vertNav ul li ul li.current a,
nav.vertNav ul li ol li.current a {
  color: #0C234B;
  font-weight: bold;
  text-transform: uppercase;
}
nav.vertNav ul li ol li {
  list-style: decimal inside;
}
nav.vertNav ul li .fa-li {
  font-size: 1.33333em;
}
nav.vertNav ul li:first-child {
  border-top: solid 1px rgba(144, 144, 144, 0.25);
}
nav.vertNav ul .fa-li {
  background: #FFF;
  font-weight: 300;
  padding: 6px;
  border: solid 1px rgba(144, 144, 144, 0.25);
  color: #0C234B;
  padding: 2px;
  font-weight: 600;
  line-height: 1.4;
  top: -1px;
  width: 45px;
  left: -45px;
}
nav.vertNav ul .fa-li a {
  color: #0C234B;
}
nav.horizNav {
  background: #FFF;
  font-weight: 300;
  padding: 1em;
  border: solid 1px rgba(144, 144, 144, 0.25);
  text-decoration: none;
  color: #FFF;
  /*.fa {
    	color: @reverse_txt_color;
    }*/
  padding: 0;
}
nav.horizNav a {
  text-decoration: none;
  color: #FFF;
}
nav.horizNav p {
  background: #FFF;
  font-weight: 300;
  padding: 1em;
  border: solid 1px rgba(144, 144, 144, 0.25);
  text-decoration: none;
  color: #FFF;
  /*.fa {
    	color: @reverse_txt_color;
    }*/
  background: #0C234B;
  padding: 6px 9px;
  border: none;
}
nav.horizNav p a {
  text-decoration: none;
  color: #FFF;
}
nav.horizNav ul {
  margin-left: 0;
}
nav.horizNav ul li {
  background: #FFF;
  font-weight: 300;
  padding: 1em;
  border: solid 1px rgba(144, 144, 144, 0.25);
  text-decoration: none;
  color: #FFF;
  /*.fa {
    	color: @reverse_txt_color;
    }*/
  border: none;
  border-right: solid 1px rgba(144, 144, 144, 0.25);
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
nav.horizNav ul li a {
  text-decoration: none;
  color: #FFF;
}
nav.horizNav ul li a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 1.25rem 1.875rem;
}
nav.horizNav ul li.current {
  background: #cdd9ec;
  color: #0C234B;
}
nav.horizNav ul li:first-child {
  border-left: solid 1px rgba(144, 144, 144, 0.25);
}
/* faculty styles */
.toolLabel {
  font-size: 10.2px;
  font-weight: 600;
  background: #0C234B;
  color: white;
  border: solid 1px rgba(144, 144, 144, 0.25);
  border-bottom: none;
  margin-bottom: 0;
  padding: 2px 4px;
  text-transform: uppercase;
}
nav.vertNav ul.facultyTools li,
nav.vertNav ul.facultyTools .fa-li {
  background: #FFF;
}
/* campus styles */
.alertStatusBtn {
  font-size: 17px;
}
.campus #mainSection h1 {
  font-size: 25.5px;
}
.campus #mainSection h2 {
  font-size: 21.25px;
}
.campus #mainSection h4 {
  font-size: 14.875px;
}
.campus #mainSection h5 {
  font-size: 14.875px;
  font-variant: small-caps;
}
.campus #mainSection h6 {
  font-size: 14.875px;
  font-style: italic;
}
select.jumpMenu {
  width: 90%;
}
/* general curriculum styles */
.portraitList .portrait {
  width: 70px;
  height: 84px;
  margin: 0 6px 6px 0;
  text-align: center;
  float: left;
}
.portraitList .portrait img {
  height: 50px;
}
.listNormal .fa-ul {
  list-style-type: none;
}
.listNormal .fa-ul li {
  list-style-type: none;
}
.listNormal ol {
  margin-left: 1.5em;
}
.listNormal ol li {
  list-style-type: decimal;
  list-style-position: outside;
}
.listNormal ol li ol li {
  list-style-type: upper-alpha;
}
.listNormal ol li ol li ol li {
  list-style-type: lower-roman;
}
.listNormal ul {
  margin-left: 1.5em;
}
.listNormal ul li {
  list-style-position: outside;
  list-style-type: disc;
}
.listNormal ul li ul li {
  list-style-type: square;
}
.listNormal ul li ul li ul li {
  list-style-type: circle;
}
/*Text Bubble*/
div.textBubble {
  position: absolute;
  font-size: 90%;
  background: #fff;
  padding: 0.75em;
  border: 1px solid #076873;
  width: 400px;
  max-height: 100px;
  overflow: auto;
  -moz-box-shadow: 5px 5px 5px #888;
  -webkit-box-shadow: 5px 5px 5px #888;
  box-shadow: 5px 5px 5px #888;
  z-index: 9000090;
}
div.textBubble a {
  color: #076873;
}
a.bubbleCloseBtn {
  font-size: xx-small;
  border: 1px solid #076873;
  padding: 3px;
  text-decoration: none;
  float: right;
}
/* class page styles */
.programBanner {
  width: 100%;
  color: white;
  margin-bottom: 0;
  font-size: 26px;
  font-style: italic;
}
.titleLink {
  font-size: 21.25px;
}
.progressBarBack {
  background: #fff;
  border: 1px solid #ccc;
  width: 170px;
  height: 10px;
  margin-bottom: 1.25rem;
}
.progressBarFront {
  background: #1E5288;
  height: 10px;
}
#sidebar section h1 {
  font-size: 21.25px;
}
/* legacy styles */
/* course page styles */
#moduleList h1 {
  font-size: 25.5px;
}
.azcimSlideViewer .slide,
.steppedImgViewer img,
#reveal,
#reveal1,
#reveal2,
#showhide0,
#showhide1,
#showhide2,
#showhide3,
#showhide4,
#showhide5,
#showhide6,
#showhide7,
#showhide8,
#showhide9,
#showhide10,
#showhide11,
#showhide12,
#showhide13,
#showhide14,
#showhide15,
#showhide16,
#showhide17,
#showhide18,
#showhide19 {
  display: none;
}
.roundedBox {
  background: #ffffff;
  width: 25%;
  float: right;
  margin-top: 1em;
  margin-left: 10px;
  padding: 1.25rem;
  border: 1px dotted #81D3EB;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.pullQuote {
  background: #ffffff;
  width: 25%;
  float: left;
  margin-right: 10px;
  padding: 1.25rem;
  font-style: italic;
  border: 1px dotted #81D3EB;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.pullQuote .captions {
  font-style: normal;
  font-size: 14.875px;
}
.pullQBigQuotes {
  background: #F0FAFA;
  padding: 1.25rem;
  margin: 1em 10%;
  text-align: center;
}
.pullQBigQuotes:after {
  /* to contain floats */
  content: "";
  display: table;
  clear: both;
}
.bigBlockQuotes {
  background: #ffffff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 0.6em;
  margin: 1em 10%;
}
.bigQuote {
  font: xx-large "Times New Roman", Times, serif;
  line-height: 0.4em;
  position: relative;
  top: 0.3em;
  color: #b27f64;
}
.largeChart {
  background: #fff;
  margin: 1em 10%;
  padding: 0 0.6em;
  border: 1px dotted #ccc;
  clear: right;
}
.largeChart img {
  display: block;
  margin: 1em auto;
  width: 100%;
}
.largeChart p.captions {
  padding-top: 1em;
  border-top: 1px solid #ccc;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 2em 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smallSidebar,
.largeSidebar {
  background: #b0d4e8;
  border: 6px solid #fff;
  outline: 1px dotted #ccc;
  padding: 1.25rem;
  width: 30%;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  clear: right;
}
.smallSidebar img {
  width: 100%;
}
.smallSidebar img.leftFloat,
.smallSidebar img.rightFloat {
  width: auto;
}
.smallSidebar img.quarter {
  width: 25%;
}
.smallSidebar img.half {
  width: 50%;
}
.smallSidebar ul {
  margin: 0.2em 1.4em;
  padding: 0;
}
.largeSidebar {
  width: auto;
  float: none;
  margin: 1.25rem 10%;
  clear: right;
}
.largeSidebar:after {
  /* to contain floats */
  /* to contain floats */
  content: "";
  display: table;
  clear: both;
}
.largeSidebar img {
  float: left;
  margin: 0 10px 1em 0;
}
.largeSidebar img.leftFloat {
  float: left;
  margin: 0 10px 1em 0;
}
.largeSidebar img.rightFloat {
  float: right;
  margin: 0 0 1em 10px;
}
table tr:hover > td,
table tr:hover > td.dimmed,
table tr:hover > td.green,
table tr:hover > td.golden {
  background-color: #FCE1B6;
}
table tr td.dimmed {
  background: #f7f5ee;
}
table tr td.green {
  background: #e7f4d8;
}
table tr td.golden {
  background: #fffccc;
}
.step_1,
.step_2 {
  width: 100%;
  background: #fffccc;
  margin: 0.2em 0;
  padding: 1.25rem;
}
.step_2 {
  background: #cbe59b;
}
table.showHideTabs {
  background: #f4faec;
  margin: 0;
  border-collapse: collapse;
  width: 100%;
}
.contentCallout table.showHideTabs {
  margin: -2.5em -1.25rem 1.25rem;
  width: auto;
}
div.tabbed {
  margin-top: 3em;
}
table.showHideTabs td {
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 4px;
  vertical-align: top;
  text-align: center;
}
.contentCallout table.showHideTabs td {
  background: #ffffff;
  border: 1px solid #fff;
}
table.showHideTabs td.current {
  background: #89ac62;
  color: #fff;
  font-weight: bold;
}
.specialEm {
  color: #076873;
  font-weight: 700;
}
em.terms {
  font-family: Consolas, Monaco, "Lucida Console", "Trebuchet MS", sans-serif;
  font-style: normal;
  color: #009;
}
strong.terms {
  font-family: Consolas, Monaco, "Lucida Console", "Trebuchet MS", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 105%;
  color: #1252a3;
}
ul.treeViewer li {
  list-style-image: url(/file/8336/closedTri.gif);
  border-top: 1px solid #bbb;
  padding-top: 0.6em;
  cursor: pointer;
}
ul.treeViewer li.open {
  list-style-image: url(/file/8346/openTri.gif);
}
ul.treeViewer li.noContent {
  list-style-image: none;
  list-style-type: none;
  cursor: default;
}
/* end legacy styles */
.defaultTable {
  border-collapse: collapse;
  width: auto;
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
  position: relative;
}
table.comparisonTable {
  border-collapse: collapse;
  width: auto;
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
  position: relative;
}
table.comparisonTable th a {
  color: white;
}
table.comparisonTable caption {
  font-weight: bold;
  text-align: left;
}
table.comparisonTable th,
table.comparisonTable td {
  background: #f7fbfc;
  border: 1px solid #ccc !important;
  padding: 16px !important;
  vertical-align: top;
  text-align: left;
}
table.comparisonTable th,
table.comparisonTable td.rowhd {
  background: #12346e !important;
  color: #fff !important;
  font-weight: bold;
}
table.comparisonTable .loe_a {
  background: #1E5288;
  color: white;
}
table.comparisonTable .loe_b {
  background: #378DBD;
  color: white;
}
table.comparisonTable .loe_c {
  background: #81D3EB;
}
table.comparisonTable .loe_cr {
  background: #007D84;
  color: white;
}
table.comparisonTable .loe_e {
  background: #70B865;
}
table.comparisonTable .loe_t {
  background: #A95C42;
  color: white;
}
table.comparisonTable .loe_x {
  background: #8B0015;
  color: white;
}
table.syllabus {
  border-collapse: collapse;
  width: auto;
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
  position: relative;
}
table.syllabus th,
table.syllabus td {
  border: 1px solid #ccc;
  padding: 1.25rem;
  vertical-align: top;
}
table.syllabus th {
  background: #007d84;
  color: #fff;
}
table.tabbedTable td {
  background: #ffffff;
}
table.tabbedTable td {
  display: none;
  padding: 0.2em 0.6em;
}
table.tabbedTable td.current,
table.tabbedTable td.printCell {
  display: table-cell;
}
table.tabbedTable th {
  background: #eae4d8;
  border: 1px solid #fff;
  padding: 4px;
  text-align: left;
  font-weight: normal;
  text-decoration: underline;
  color: #1252a3;
  cursor: pointer;
  width: 25%;
}
table.tabbedTable th.current {
  background: #89ac62;
  border-right: 1px solid #89ac62;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}
table.tabbedTable th.spaceTab {
  background: transparent !important;
  border: none !important;
  cursor: default;
  text-decoration: none;
}
table.tabbedTable th.printCell,
table.tabbedTable td.printCell {
  background: transparent;
  border: none;
  text-align: right;
  font-size: x-small;
  font-style: italic;
  color: #1252a3;
  cursor: pointer;
}
table.tabbedTable td.printCell {
  cursor: default;
}
table.tabbedTable td.printCell img {
  cursor: pointer;
}
@media print {
  table.tabbedTable th,
  div table.tabbedTable td.printCell {
    display: none;
  }
  table.tabbedTable td,
  div table.tabbedTable td.current {
    display: block;
    width: 95%;
  }
}
table.invisible {
  border-collapse: separate;
  border: none;
  background: transparent;
  vertical-align: top;
}
table.invisible,
table.invisible td {
  border-spacing: 0 10px;
  border: none;
  background: transparent;
  vertical-align: top;
}
.module .reflectionViewer img {
  width: 90px;
}
.allusers {
  height: 600px;
  overflow: auto;
  width: 25%;
  margin-right: 10px;
  padding: 2px;
  float: left;
  background: #ffffff;
  text-align: center;
}
.allusers p {
  color: #17428d;
  text-decoration: underline;
}
.profileFoto {
  padding: 0.5em;
}
.response {
  height: 600px;
  overflow: auto;
  display: none;
}
.profLink {
  font-size: large;
  width: 290px;
  float: right;
}
img.profPic {
  display: block;
}
.allusers img.profPic {
  margin: 0 auto;
}
#reflectionViewer img {
  width: 90px;
}
#reflectionViewer .allusers {
  height: 600px;
  overflow: auto;
  width: 25%;
  margin-right: 10px;
  padding: 2px;
  float: left;
  background: #F0FAFA;
  text-align: center;
}
#reflectionViewer .allusers p {
  color: #17428d;
  text-decoration: underline;
}
#reflectionViewer .profileFoto {
  padding: 0.5em;
}
#reflectionViewer .response {
  height: 600px;
  overflow: auto;
  display: none;
}
#reflectionViewer .profLink {
  font-size: large;
  width: 290px;
  float: right;
}
#reflectionViewer img.profPic {
  display: block;
}
#reflectionViewer .allusers img.profPic {
  margin: 0 auto;
}
/* lesson page styles */
#mainLesson {
  min-height: 300px;
  background: #fff;
}
.module ul,
.module ol {
  margin-left: 2.5em;
}
.module ul li,
.module ol li {
  display: list-item;
  list-style: outside;
  list-style-type: disc;
}
.module ul li ul li,
.module ol li ul li {
  list-style-type: square;
}
.module ul li ul li ul li,
.module ol li ul li ul li {
  list-style-type: circle;
}
.module ul.fa-ul,
.module ol.fa-ul {
  list-style-type: none;
}
.module ul.fa-ul li,
.module ol.fa-ul li {
  list-style-type: none;
}
.module ol li {
  list-style: decimal outside;
}
.module ol li ol li {
  list-style-type: upper-alpha;
}
.module ol li ol li ol li {
  list-style-type: lower-roman;
}
.module ol[type="A"] li {
  list-style: upper-alpha outside;
}
.module #mainSection .contentCallout {
  clear: both;
  padding: 1.25rem;
  margin: 2rem 0;
  border: 1px dotted #81D3EB;
}
.module #mainSection .contentCallout:after {
  /* to contain floats */
  /* to contain floats */
  content: "";
  display: table;
  clear: both;
}
.module #sidebar .featuredBlock {
  background: #ffffff;
  border: none;
}
.module #sidebar h1 {
  font-size: 34px;
}
.module #sidebar h2 {
  font-size: 25.5px;
  color: #17428d;
}
.module #sidebar h3 {
  font-size: 21.25px;
}
.module #sidebar h4 {
  color: #17428d;
}
.module #sidebar h5 {
  font-size: 14.875px;
}
.module #sidebar h6 {
  font-size: 14.875px;
  color: #17428d;
  font-variant: small-caps;
}
#progBanner > :first-child {
  padding: 0.5em 0 0.5em 2em;
  background: #076873;
  color: #FFF;
}
#nextSteps {
  border-top: 1px solid #81D3EB;
  padding-top: 1.25rem;
  clear: both;
}
#pageNav {
  font-size: 14.875px;
}
#sidebarContent {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
  width: 30%;
  min-width: 120px;
}
.instructorBox {
  background: #F0FAFA;
  border: 2px solid #007d84;
  padding: 1.25rem;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.instructorBox img {
  border: 1px solid #81D3EB;
}
.instructorBox_body {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: stretch;
}
.instructorBox_body p {
  width: 120px;
}
.question {
  margin-top: 1.25rem;
}
.question .qlabel {
  font-weight: 600;
}
.refList p {
  text-indent: -2em;
  padding-left: 2em;
}
/* media styles */
.mediaPlayer,
.playlistPlayer {
  max-width: 400px;
}
audio,
video {
  width: 100%;
}
ol.playlist {
  background: #f7fbfc;
  border-bottom: solid 1px rgba(144, 144, 144, 0.25);
  border-right: solid 1px rgba(144, 144, 144, 0.25);
  border-left: solid 1px rgba(144, 144, 144, 0.25);
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}
ol.playlist li.assetItem {
  list-style-position: inside;
  border-top: solid 1px rgba(144, 144, 144, 0.25);
  padding: 4px;
  margin-bottom: 0;
  cursor: pointer;
  color: #0C234B;
}
li.assetItem:hover {
  background: #0C234B;
  color: #fff !important;
}
li.assetItem.selected {
  background: #0C234B;
  color: #fff !important;
}
.videoPlayer p,
.videoPlayer h1,
.videoPlayer h2,
.videoPlayer h3,
.videoPlayer h4 {
  text-align: left;
}
/* chart/graphic styles */
.darkGraphFill1 {
  fill: #076873;
}
.darkGraphFill2 {
  fill: #70B865;
}
.darkGraphFill3 {
  fill: #B75527;
}
.darkGraphFill4 {
  fill: #378DBD;
}
.darkGraphFill5 {
  fill: #8B0015;
}
.lightGraphFill1 {
  fill: #F4EDE5;
}
.lightGraphFill2 {
  fill: #E2E9EB;
}
.lightGraphFill3 {
  fill: #CFE0D8;
}
.lightGraphFill4 {
  fill: #C8D9D8;
}
.lightGraphFill5 {
  fill: #FAE7D8;
}
.darkGraphStroke1 {
  stroke: #333;
}
.darkGraphStroke2 {
  stroke: #076873;
}
.darkGraphStroke3 {
  stroke: #8B0015;
}
.darkGraphStroke4 {
  stroke: #1E5288;
}
.darkGraphStroke5 {
  stroke: #B75527;
}
.strokeDash1 {
  stroke-dasharray: 5;
}
.strokeDash2 {
  stroke-dasharray: 5,8,5;
}
.strokeDash3 {
  stroke-dasharray: 10,3;
}
.strokeDash4 {
  stroke-dasharray: 3,3,8,3,3,3;
}
/* Fellowship styles */
.unitTitleFellow {
  font-size: 25.5px;
}
.unitTitleFellow .dates {
  font-size: 17px;
}
#unitQuickChoose select.jumpMenu {
  width: auto;
}
.interaction_skin {
  margin: 0;
  padding: 0;
}
.interaction_skin .header {
  margin: 0;
  padding: 0;
}
.light_color_interaction {
  margin: 0;
  padding: 0;
}
.light_color_interaction .header {
  margin: 0;
  padding: 0;
}
.dark_color_interaction {
  margin: 0;
  padding: 0;
}
.dark_color_interaction .header {
  margin: 0;
  padding: 0;
}
nav.vertNav ul.utility li {
  background: #FFF;
  font-size: 1.5rem;
  color: #0C234B;
  padding: 8px 10px;
}
nav.vertNav ul.utility li .fa-li {
  color: #0C234B;
  font-size: 1.8rem;
  background: #FFF;
  padding: 6px 10px;
}
nav.vertNav ul.utility li ul li {
  background: #FFF;
  padding: 1.25rem;
}
nav.vertNav ul.utility li a {
  color: #0C234B;
}
