@charset "UTF-8";
/* ----------------------------------------------------------------

SCREEN STYLES

	Title: Master styles for screen media
	Author: Jordan Cooperman, jordan@vectormediagroup.com

----------------------------------------------------------------

NOTES

	Q: What's the deal with the ` marks?
	A: It's an unused character in css, making it easy to navigate sections

----------------------------------------------------------------

PREFIXES

    g:  global
    s:  state
	l:  layout
	m:  module
	t:  type 
	c:  color
	p:  position
	ui: user interface
	i:  icons 
	pg: pages
	o:  order

---------------------------------------------------------------- */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 19, 2013 */
@font-face {
  font-family: 'maven_pro_light100';
  src: url("/assets/css/fonts/mavenprolight-100-webfont.eot");
  src: url("/assets/css/fonts/mavenprolight-100-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/css/fonts/mavenprolight-100-webfont.woff") format("woff"), url("/assets/css/fonts/mavenprolight-100-webfont.ttf") format("truetype"), url("/assets/css/fonts/mavenprolight-100-webfont.svg#maven_pro_light100") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'maven_pro_light200';
  src: url("/assets/css/fonts/mavenprolight-200-webfont.eot");
  src: url("/assets/css/fonts/mavenprolight-200-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/css/fonts/mavenprolight-200-webfont.woff") format("woff"), url("/assets/css/fonts/mavenprolight-200-webfont.ttf") format("truetype"), url("/assets/css/fonts/mavenprolight-200-webfont.svg#maven_pro_light200") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'maven_pro_light300';
  src: url("/assets/css/fonts/mavenprolight-300-webfont.eot");
  src: url("/assets/css/fonts/mavenprolight-300-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/css/fonts/mavenprolight-300-webfont.woff") format("woff"), url("/assets/css/fonts/mavenprolight-300-webfont.ttf") format("truetype"), url("/assets/css/fonts/mavenprolight-300-webfont.svg#maven_pro_light300") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ----------------------------------------------------------------

TYPE

	Base Classes

	Global
		search
		user-nav
		navigation
		footer

	Modules
		tables
		starred items
		highlights
		overlays
		expand collapse

	Pages
		landing
		document
		course

	Paragraph
	Headers
	Actions
	UI
		fat
	Labels
	Annotator
	Classes

---------------------------------------------------------------- */
/* line 90, scss/partials/_type.scss */
body {
  font-family: 'museo-sans';
  font-weight: 300;
}

/* line 94, scss/partials/_type.scss */
.t-header {
  font-family: 'garamond-premier-pro-display', 'Georgia', serif;
}

/* line 98, scss/partials/_type.scss */
.t-body, body, .g-search-input, .ui-btn-1, .ui-btn-2, .ui-select-1, .ui-input-2 {
  font-family: Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
  -webkit-font-smoothing: antialiased;
}

/* line 103, scss/partials/_type.scss */
.wf-loading .t-fout {
  visibility: hidden;
}

/* line 109, scss/partials/_type.scss */
.wf-active .t-fout {
  visibility: visible;
}

/* `.Base Classes
---------------------------------------------- */
/* line 123, scss/partials/_type.scss */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 125, scss/partials/_type.scss */
body {
  font-size: 1em;
  line-height: 1.5em;
  -moz-font-feature-settings: "liga=0";
}

/* line 131, scss/partials/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

/* line 135, scss/partials/_type.scss */
a {
  text-decoration: none;
}

/* `.Global
---------------------------------------------- */
/* `search
------------------------- */
/* line 147, scss/partials/_type.scss */
.g-search-input {
  font-size: 0.8125em;
  line-height: 1.84615em;
  padding-left: 5px;
  color: #203647;
}
/* line 153, scss/partials/_type.scss */
.g-search-input.s-placeholder {
  color: #203647;
  font-style: italic;
}

/* `user-nav
------------------------- */
/* line 162, scss/partials/_type.scss */
.t-g-signup {
  padding-top: 10px;
  text-align: right;
  font-size: 0.8125em;
  line-height: 1em;
  color: #203647;
}
/* line 169, scss/partials/_type.scss */
.t-g-signup a {
  color: #203647;
  padding: 0 4px;
}

/* line 178, scss/partials/_type.scss */
#g-user-nav em, #g-user-nav a {
  font-size: 0.8125em;
  line-height: 1em;
  font-family: 'museo-sans';
  font-weight: 300;
}
/* line 184, scss/partials/_type.scss */
#g-user-nav em {
  color: #203647;
}
/* line 188, scss/partials/_type.scss */
#g-user-nav a {
  color: #203647;
}
/* line 191, scss/partials/_type.scss */
#g-user-nav a:hover {
  text-decoration: underline;
}
/* line 197, scss/partials/_type.scss */
#g-user-nav #g-user-nav-trigger-course-dropdown a:hover {
  text-decoration: none;
}
/* line 202, scss/partials/_type.scss */
#g-user-nav #g-user-nav-trigger-course-dropdown #g-user-nav-course-dropdown a:hover {
  text-decoration: underline;
}

/* line 210, scss/partials/_type.scss */
#g-user-notification {
  color: #fff;
}

/* line 214, scss/partials/_type.scss */
#g-login {
  font-size: 0.8125em;
  line-height: 1em;
}

/* `g-navigation
------------------------- */
/* line 221, scss/partials/_type.scss */
.g-nav-li {
  cursor: pointer;
}
/* line 226, scss/partials/_type.scss */
.g-nav-li:hover .g-nav-li-text, .g-nav-li:focus .g-nav-li-text {
  color: #fff;
}

/* line 232, scss/partials/_type.scss */
.g-nav-li-text {
  font-size: 0.875em;
  line-height: 2.64286em;
  font-family: 'museo';
  font-weight: 700;
  color: #203647;
}
/* line 236, scss/partials/_type.scss */
.g-nav-li-text.active {
  text-decoration: underline;
}

/* line 241, scss/partials/_type.scss */
.g-nav-li-dropdown-link {
  font-size: 0.8125em;
  line-height: 1em;
  font-family: 'museo-sans';
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}

/* `g-footer
------------------------- */
/* line 253, scss/partials/_type.scss */
#g-footer {
  font-size: 0.75em;
  line-height: 1em;
}
/* line 257, scss/partials/_type.scss */
#g-footer a {
  color: #777;
}

/* line 262, scss/partials/_type.scss */
#g-nav-short-footer {
  font-size: 0.75em;
  line-height: 1.33333em;
}

/* line 266, scss/partials/_type.scss */
#g-footer-copyright {
  font-size: 0.75em;
  line-height: 1.33333em;
}

/* `.Modules
---------------------------------------------- */
/* `tabs
------------------------- */
/* line 278, scss/partials/_type.scss */
.m-content-tabs a {
  font-size: 0.75em;
  line-height: 1em;
  color: #203647;
  font-family: 'museo';
  font-weight: 700;
}
/* line 283, scss/partials/_type.scss */
.m-content-tabs a:hover {
  text-decoration: underline;
}
/* line 287, scss/partials/_type.scss */
.m-content-tabs a.s-active {
  color: #203647;
}
/* line 291, scss/partials/_type.scss */
.m-content-tabs a.s-active:hover {
  text-decoration: none;
}

/* `tables
------------------------- */
/* line 303, scss/partials/_type.scss */
.m-profile-header-user {
  font-family: 'museo-sans';
  font-weight: 300;
  margin-bottom: 5px;
  color: #203647;
}

/* line 310, scss/partials/_type.scss */
.m-profile-header-link {
  font-family: 'museo-sans';
  font-weight: 300;
  font-weight: bold;
  color: #203647;
  font-size: 0.8125em;
  line-height: 1em;
}
/* line 316, scss/partials/_type.scss */
.m-profile-header-link:hover {
  text-decoration: underline;
}

/* line 322, scss/partials/_type.scss */
.m-profile-tabs a {
  font-size: 0.875em;
  line-height: 1em;
  color: #203647;
}
/* line 326, scss/partials/_type.scss */
.m-profile-tabs a.s-active {
  color: #203647;
}
/* line 329, scss/partials/_type.scss */
.m-profile-tabs a.s-active:hover {
  text-decoration: none;
}
/* line 333, scss/partials/_type.scss */
.m-profile-tabs a:hover {
  text-decoration: underline;
}

/* line 339, scss/partials/_type.scss */
.m-table-1 {
  font-weight: 300;
}

/* line 343, scss/partials/_type.scss */
.m-table-1-th {
  text-align: left;
  font-size: 1.1875em;
  line-height: 1em;
}

/* line 348, scss/partials/_type.scss */
.m-table-1-th-date {
  text-align: center;
  color: #333;
}

/* line 353, scss/partials/_type.scss */
.m-table-1-td-date {
  font-size: 0.8125em;
  line-height: 1.84615em;
  color: #333;
  text-align: center;
}

/* line 359, scss/partials/_type.scss */
.m-table-1-td-link, .m-table-1-td-date-link {
  color: #333333;
}
/* line 361, scss/partials/_type.scss */
.m-table-1-td-link:hover, .m-table-1-td-date-link:hover {
  text-decoration: none;
}

/* line 370, scss/partials/_type.scss */
.m-table-expand-collapse {
  text-align: left;
}
/* line 373, scss/partials/_type.scss */
.m-table-expand-collapse th {
  font-size: 0.9375em;
  line-height: 1em;
}
/* line 377, scss/partials/_type.scss */
.m-table-expand-collapse td {
  font-size: 0.8125em;
  line-height: 1.38462em;
}

/* line 383, scss/partials/_type.scss */
.m-sidebar-nav a {
  font-family: 'museo-sans';
  font-weight: 300;
  font-size: 0.75em;
  line-height: 1.5em;
  color: #203647;
}
/* line 388, scss/partials/_type.scss */
.m-sidebar-nav a:hover {
  text-decoration: underline;
}
/* line 392, scss/partials/_type.scss */
.m-sidebar-nav a.s-active {
  font-family: 'museo';
  font-weight: 700;
}
/* line 394, scss/partials/_type.scss */
.m-sidebar-nav a.s-active:hover {
  text-decoration: none;
}

/* line 401, scss/partials/_type.scss */
.m-sidebar-document {
  font-family: "Gill Sans MT", Verdana, "Trebuchet MS", Calibri, sans-serif;
  font-size: 0.8125em;
  line-height: 1.53846em;
  text-align: right;
}
/* line 407, scss/partials/_type.scss */
.m-sidebar-document a:hover {
  text-decoration: underline;
}
/* line 411, scss/partials/_type.scss */
.m-sidebar-document a.s-active {
  color: #333;
}
/* line 414, scss/partials/_type.scss */
.m-sidebar-document a.s-active:hover {
  text-decoration: none;
  cursor: default;
}

/* line 422, scss/partials/_type.scss */
.m-sidebar-document-link {
  color: #67B795;
}

/* line 428, scss/partials/_type.scss */
.m-sidebar-breadcrumb {
  color: #0C8DB9;
  line-height: 1.2em;
}

/* line 434, scss/partials/_type.scss */
.m-document-list li {
  font-size: 0.875em;
  line-height: 1.71429em;
}
/* line 437, scss/partials/_type.scss */
.m-document-list .all-docs {
  text-align: right;
  width: 100%;
}
/* line 442, scss/partials/_type.scss */
.m-document-list a {
  color: #333;
  font-family: 'museo-sans';
  font-weight: 300;
  display: table-cell;
}
/* line 447, scss/partials/_type.scss */
.m-document-list a:hover {
  text-decoration: underline;
}
/* line 450, scss/partials/_type.scss */
.m-document-list a:hover .m-top-pick {
  color: #333;
}
/* line 455, scss/partials/_type.scss */
.m-document-list a.textbook-art {
  width: 455px;
}
/* line 459, scss/partials/_type.scss */
.m-document-list .link-header {
  font-weight: 600;
  color: #0C8DB9;
}
/* line 464, scss/partials/_type.scss */
.m-document-list .date {
  color: #bbb;
}
/* line 468, scss/partials/_type.scss */
.m-document-list .description-text {
  font-size: 0.875em;
  line-height: 1.28571em;
}

/* line 473, scss/partials/_type.scss */
.m-top-pick {
  color: #333;
  white-space: nowrap;
  font-size: 0.8125em;
  line-height: 1.07692em;
  font-weight: 600;
  font-family: "Gill Sans MT", Verdana, "Trebuchet MS", Calibri, sans-serif;
}

/* line 481, scss/partials/_type.scss */
.m-checkbox-label {
  color: #267170;
}
/* line 484, scss/partials/_type.scss */
.m-checkbox-label:hover {
  text-decoration: underline;
}

/* `starred items
------------------------- */
/* line 493, scss/partials/_type.scss */
.m-no-starred-items {
  text-align: center;
  font-size: 1.125em;
  line-height: 1.33333em;
  color: #7ba9a8;
}

/* `highlights
------------------------- */
/* line 503, scss/partials/_type.scss */
.m-highlight-text {
  font-size: 0.875em;
  line-height: 1.5em;
  color: #214389;
}

/* line 508, scss/partials/_type.scss */
.m-highlight-note {
  font-size: 0.875em;
  line-height: 1.5em;
  color: #666;
}

/* line 513, scss/partials/_type.scss */
.m-no-highlights {
  font-size: 1.3125em;
  line-height: 1.52381em;
  color: #999999;
  text-align: center;
}

/* `overlays
------------------------- */
/* line 523, scss/partials/_type.scss */
.m-overlay-text {
  font-size: 0.8125em;
  line-height: 1.15385em;
  font-weight: bold;
  text-align: center;
}

/* line 529, scss/partials/_type.scss */
.m-overlay-footer {
  text-align: center;
}

/* line 533, scss/partials/_type.scss */
#m-profile-overlay {
  text-align: center;
}

/* `expand collapse
------------------------- */
/* line 542, scss/partials/_type.scss */
.m-expand-collapse header {
  color: #bbbbbb;
}
/* line 545, scss/partials/_type.scss */
.m-expand-collapse header.s-expanded {
  color: #333;
}
/* line 551, scss/partials/_type.scss */
.m-expand-collapse h4 {
  font-weight: 400;
  font-size: 1.125em;
  line-height: 2em;
}

/* `.Pages
---------------------------------------------- */
/* `landing
------------------------- */
/* line 565, scss/partials/_type.scss */
#pg-landing-login-nav {
  text-align: right;
  font-size: 0.6875em;
  line-height: 1em;
  font-family: 'museo';
  font-weight: 700;
}

/* line 571, scss/partials/_type.scss */
#pg-landing-login-label {
  font-size: 0.75em;
  line-height: 1em;
  color: #7ba9a8;
  font-family: 'museo';
  font-weight: 700;
}

/* line 577, scss/partials/_type.scss */
.pg-landing {
  font-family: 'museo-sans';
  font-weight: 300;
  color: #203647;
}
/* line 581, scss/partials/_type.scss */
.pg-landing a:hover {
  text-decoration: underline;
}
/* line 585, scss/partials/_type.scss */
.pg-landing .hp_login h6 {
  text-transform: capitalize;
  font-family: 'museo';
  font-weight: 700;
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 0.5em;
}
/* line 592, scss/partials/_type.scss */
.pg-landing .forgot_password {
  font-size: 0.75em;
  line-height: 1em;
  text-align: left;
  clear: both;
}

/* line 600, scss/partials/_type.scss */
#pg-landing-joinHere {
  font-family: 'museo';
  font-weight: 700;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
}
/* line 605, scss/partials/_type.scss */
#pg-landing-joinHere a {
  font-weight: 700;
}

/* line 610, scss/partials/_type.scss */
#pg-landing-tagline {
  text-align: center;
}

/* line 614, scss/partials/_type.scss */
#pg-landing-text {
  font-size: 1.125em;
  line-height: 1.55556em;
}

/* line 618, scss/partials/_type.scss */
#pg-landing-masthead {
  text-align: center;
  font-size: 4.125em;
  line-height: 1em;
  font-weight: normal;
  font-family: "maven_pro_light200";
}

/* line 626, scss/partials/_type.scss */
.pg-landing-login h6 {
  font-family: 'museo';
  font-weight: 700;
  color: #203647;
  margin-bottom: 0.25em;
}
/* line 632, scss/partials/_type.scss */
.pg-landing-login .ui-submit {
  color: #fff;
  text-indent: 0;
}

/* line 638, scss/partials/_type.scss */
#pg-landing-text-bottom {
  text-align: center;
}

/* line 642, scss/partials/_type.scss */
#pg-landing-footer {
  font-size: 0.8125em;
  line-height: 1.84615em;
  text-align: center;
  font-family: 'museo';
  font-weight: 700;
  font-weight: 500;
}

/* `course
------------------------- */
/* line 653, scss/partials/_type.scss */
.pg-course-title {
  font-size: 1.3125em;
  line-height: 1em;
  color: #333;
  font-weight: 600;
}

/* line 659, scss/partials/_type.scss */
.pg-course-subtitle {
  font-size: 1.3125em;
  line-height: 1em;
  color: #333;
  font-weight: 400;
}

/* line 666, scss/partials/_type.scss */
.pg-profile-sidebar-highlights-li {
  font-size: 0.75em;
  line-height: 1.33333em;
}

/* `document
------------------------- */
/* line 674, scss/partials/_type.scss */
.pg-document-header {
  border-bottom: 1px solid #CCC;
  margin-left: 10px;
  padding-bottom: 5px;
  position: relative;
  width: 550px;
}

/* line 682, scss/partials/_type.scss */
.pg-document-subheader {
  font-size: 1.3125em;
  line-height: 1em;
  font-style: italic;
  font-weight: normal;
  text-transform: capitalize;
}

/* line 689, scss/partials/_type.scss */
.pg-document-title {
  font-family: 'museo';
  font-weight: 700;
  font-size: 1.5625em;
  line-height: 1.4em;
  color: #333;
  display: block;
  text-transform: none;
  letter-spacing: normal;
  padding: 0;
}

/* line 700, scss/partials/_type.scss */
.pg-document-details {
  font-family: "Gill Sans MT", Verdana, "Trebuchet MS", Calibri, sans-serif;
  font-size: 1em;
  line-height: 1.25em;
  font-style: italic;
}

/* line 706, scss/partials/_type.scss */
.pg-document-text {
  font-family: Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8125em;
  line-height: 1.53846em;
}

/* line 713, scss/partials/_type.scss */
.pg-document-sidebar a.active {
  font-family: 'museo';
  font-weight: 700;
}

/* line 720, scss/partials/_type.scss */
.pg-document-date,
.pg-document-author {
  font-size: 0.875em;
  line-height: 1.71429em;
  font-family: 'museo-sans';
  font-weight: 300;
}

/* line 728, scss/partials/_type.scss */
.pg-document-related-resources h3 {
  color: #fff;
  text-indent: 5px;
  font-family: 'museo';
  font-weight: 700;
}

/* `.Paragraph
---------------------------------------------- */
/* line 739, scss/partials/_type.scss */
.t-para-1 {
  font-size: 1.125em;
  line-height: 1.33333em;
}

/* line 743, scss/partials/_type.scss */
.t-para-2 {
  font-size: 0.75em;
  line-height: 1.66667em;
  color: #666;
}
/* line 747, scss/partials/_type.scss */
.t-para-2 a {
  color: #67B795;
  text-decoration: none;
}
/* line 752, scss/partials/_type.scss */
.t-para-2 strong {
  text-transform: uppercase;
}

/* line 757, scss/partials/_type.scss */
.t-para-4 {
  font-size: 0.75em;
  line-height: 1em;
  color: #7ba9a8;
}

/* line 762, scss/partials/_type.scss */
.t-para-sub-1 {
  font-size: 0.75em;
  line-height: 1.33333em;
  margin-bottom: 0 !important;
}
/* line 766, scss/partials/_type.scss */
.t-para-sub-1 a {
  text-decoration: underline;
}

/* `.Headers
---------------------------------------------- */
/* line 776, scss/partials/_type.scss */
.t-header-1, .m-profile-header-user {
  font-size: 1.875em;
  line-height: 1em;
}

/* line 780, scss/partials/_type.scss */
.t-header-2 {
  font-size: 1.5em;
  line-height: 2em;
}

/* line 784, scss/partials/_type.scss */
.t-header-3 {
  font-size: 1.25em;
  line-height: 1.3em;
}

/* line 788, scss/partials/_type.scss */
.t-header-4 {
  font-size: 0.75em;
  line-height: 1em;
  text-transform: uppercase;
  color: #999;
}

/* line 794, scss/partials/_type.scss */
.t-header-5 {
  font-size: 1em;
  line-height: 1em;
}

/* line 798, scss/partials/_type.scss */
.t-header-6 {
  font-size: 1em;
  line-height: 3em;
  color: #333;
}

/* `.Actions
---------------------------------------------- */
/* line 807, scss/partials/_type.scss */
.t-action-2 {
  font-size: 0.8125em;
  line-height: 1em;
  display: inline;
  color: #5f8f8e;
}

/* `.UI
---------------------------------------------- */
/* line 835, scss/partials/_type.scss */
.ui-btn-1, .ui-btn-2 {
  line-height: inherit;
  color: #267170;
  font-size: 0.8125em;
  line-height: 1em;
}

/* line 839, scss/partials/_type.scss */
.ui-btn-2 {
  line-height: inherit;
  color: #267170;
  font-size: 0.8125em;
  line-height: 1em;
  font-size: 0.8125em;
  line-height: 1em;
}

/* line 845, scss/partials/_type.scss */
form .ui-input {
  line-height: inherit;
}
/* line 848, scss/partials/_type.scss */
form .ui-input.s-placeholder {
  color: #999;
}
/* line 853, scss/partials/_type.scss */
form .uib-label-2 {
  display: inline;
}

/* line 858, scss/partials/_type.scss */
.ui-select-1 {
  line-height: inherit;
  color: #267170;
  font-size: 0.8125em;
  line-height: 1em;
}

/* line 862, scss/partials/_type.scss */
.ui-input-2 {
  font-size: 0.8125em;
  line-height: 2.30769em;
}

/* line 867, scss/partials/_type.scss */
.ui-input-3,
.ui-btn-3 {
  line-height: inherit;
  font-size: 0.875em;
  line-height: 1em;
}

/* line 872, scss/partials/_type.scss */
.ui-btn-3 {
  color: #fff;
}

/* line 876, scss/partials/_type.scss */
.ui-button-orange {
  color: #fff;
  font-family: 'museo';
  font-weight: 700;
}

/* `fat
------------------------- */
/* line 885, scss/partials/_type.scss */
.ui-fat-input {
  font-size: 0.8125em;
  line-height: 1em;
  font-family: 'museo';
  font-weight: 700;
  font-weight: 300;
}

/* line 891, scss/partials/_type.scss */
.ui-fat-button {
  font-size: 0.875em;
  line-height: 0.92857em;
  color: #fff;
  font-family: 'museo';
  font-weight: 700;
  font-weight: 300;
}
/* line 897, scss/partials/_type.scss */
.ui-fat-button:hover {
  text-decoration: none !important;
}
/* line 901, scss/partials/_type.scss */
.ui-fat-button.alt-big {
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1em;
}

/* `.Labels
---------------------------------------------- */
/* line 913, scss/partials/_type.scss */
.t-label-2 {
  font-style: italic;
  color: #ccc;
}

/* `.Annotator
---------------------------------------------- */
/* line 926, scss/partials/_type.scss */
.annotator-hl {
  color: #214389;
  padding: 3px 0;
}

/* `.Classes
---------------------------------------------- */
/* line 939, scss/partials/_type.scss */
.t-center {
  text-align: center;
}

/* line 943, scss/partials/_type.scss */
.t-right {
  text-align: right;
}

/* line 947, scss/partials/_type.scss */
.t-uppercase {
  text-transform: uppercase;
}

/* line 951, scss/partials/_type.scss */
.t-normal {
  font-weight: normal;
}

/* line 955, scss/partials/_type.scss */
.t-underline {
  text-decoration: underline;
}

/* ----------------------------------------------------------------

COLOR

---------------------------------------------------------------- */
/* line 31, scss/partials/_color.scss */
.c-white {
  color: #fff;
}

/* line 31, scss/partials/_color.scss */
.c-black {
  color: #000;
}

/* line 31, scss/partials/_color.scss */
.c-grey-dark {
  color: #404040;
}

/* line 31, scss/partials/_color.scss */
.c-teal-dark {
  color: #5f8f8e;
}

/* line 31, scss/partials/_color.scss */
.c-teal-darker {
  color: #267170;
}

/* line 31, scss/partials/_color.scss */
.c-green-dark {
  color: #5CA889;
}

/* line 31, scss/partials/_color.scss */
.c-bg-white {
  background-color: #fff;
}

/* line 31, scss/partials/_color.scss */
.c-bg-black {
  background-color: #000;
}

/* line 31, scss/partials/_color.scss */
.c-bg-grey-dark {
  background-color: #404040;
}

/* line 31, scss/partials/_color.scss */
.c-bg-teal-dark {
  background-color: #5f8f8e;
}

/* line 31, scss/partials/_color.scss */
.c-bg-teal-darker {
  background-color: #267170;
}

/* line 31, scss/partials/_color.scss */
.c-bg-green-dark {
  background-color: #5CA889;
}

/* line 18, scss/partials/_color.scss */
.c-border-white {
  border: 1px solid #fff;
}

/* line 26, scss/partials/_color.scss */
.c-border-l-white {
  border-left: 1px solid white;
}

/* line 26, scss/partials/_color.scss */
.c-border-r-white {
  border-right: 1px solid white;
}

/* line 26, scss/partials/_color.scss */
.c-border-b-white {
  border-bottom: 1px solid white;
}

/* line 26, scss/partials/_color.scss */
.c-border-t-white {
  border-top: 1px solid white;
}

/* line 18, scss/partials/_color.scss */
.c-border-black {
  border: 1px solid #000;
}

/* line 26, scss/partials/_color.scss */
.c-border-l-black {
  border-left: 1px solid black;
}

/* line 26, scss/partials/_color.scss */
.c-border-r-black {
  border-right: 1px solid black;
}

/* line 26, scss/partials/_color.scss */
.c-border-b-black {
  border-bottom: 1px solid black;
}

/* line 26, scss/partials/_color.scss */
.c-border-t-black {
  border-top: 1px solid black;
}

/* line 18, scss/partials/_color.scss */
.c-border-grey-dark {
  border: 1px solid #404040;
}

/* line 26, scss/partials/_color.scss */
.c-border-l-grey-dark {
  border-left: 1px solid grey-dark;
}

/* line 26, scss/partials/_color.scss */
.c-border-r-grey-dark {
  border-right: 1px solid grey-dark;
}

/* line 26, scss/partials/_color.scss */
.c-border-b-grey-dark {
  border-bottom: 1px solid grey-dark;
}

/* line 26, scss/partials/_color.scss */
.c-border-t-grey-dark {
  border-top: 1px solid grey-dark;
}

/* line 18, scss/partials/_color.scss */
.c-border-teal-dark {
  border: 1px solid #5f8f8e;
}

/* line 26, scss/partials/_color.scss */
.c-border-l-teal-dark {
  border-left: 1px solid teal-dark;
}

/* line 26, scss/partials/_color.scss */
.c-border-r-teal-dark {
  border-right: 1px solid teal-dark;
}

/* line 26, scss/partials/_color.scss */
.c-border-b-teal-dark {
  border-bottom: 1px solid teal-dark;
}

/* line 26, scss/partials/_color.scss */
.c-border-t-teal-dark {
  border-top: 1px solid teal-dark;
}

/* line 18, scss/partials/_color.scss */
.c-border-teal-darker {
  border: 1px solid #267170;
}

/* line 26, scss/partials/_color.scss */
.c-border-l-teal-darker {
  border-left: 1px solid teal-darker;
}

/* line 26, scss/partials/_color.scss */
.c-border-r-teal-darker {
  border-right: 1px solid teal-darker;
}

/* line 26, scss/partials/_color.scss */
.c-border-b-teal-darker {
  border-bottom: 1px solid teal-darker;
}

/* line 26, scss/partials/_color.scss */
.c-border-t-teal-darker {
  border-top: 1px solid teal-darker;
}

/* line 18, scss/partials/_color.scss */
.c-border-green-dark {
  border: 1px solid #5CA889;
}

/* line 26, scss/partials/_color.scss */
.c-border-l-green-dark {
  border-left: 1px solid green-dark;
}

/* line 26, scss/partials/_color.scss */
.c-border-r-green-dark {
  border-right: 1px solid green-dark;
}

/* line 26, scss/partials/_color.scss */
.c-border-b-green-dark {
  border-bottom: 1px solid green-dark;
}

/* line 26, scss/partials/_color.scss */
.c-border-t-green-dark {
  border-top: 1px solid green-dark;
}

/* ----------------------------------------------------------------

SPRITES

	Triangles
	Arrows
	Utility
	Social
	Assorted

---------------------------------------------------------------- */
/* `.Triangles
---------------------------------------------- */
/* line 44, scss/partials/_sprites.scss */
.sp-triangle-d-15-green, .m-profile-tabs a.s-active:after {
  display: block;
  background-position: -48px -0px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  line-height: 0;
  _text-indent: 100%;
  border: 0;
  background-color: transparent;
  background-image: url("/assets/img/icons/milestone-sprite-icons.png");
  width: 15px;
  height: 6px;
}

/* line 49, scss/partials/_sprites.scss */
.sp-triangle-r-10-green, .ui-btn-disclosure:after {
  display: block;
  background-position: -64px -0px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  line-height: 0;
  _text-indent: 100%;
  border: 0;
  background-color: transparent;
  background-image: url("/assets/img/icons/milestone-sprite-icons.png");
  width: 7px;
  height: 10px;
}

/* line 54, scss/partials/_sprites.scss */
.sp-triangle-u-19-modal, .m-overlay:before {
  display: block;
  background-position: -80px -96px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  line-height: 0;
  _text-indent: 100%;
  border: 0;
  background-color: transparent;
  background-image: url("/assets/img/icons/milestone-sprite-icons.png");
  width: 19px;
  height: 10px;
}

/* line 59, scss/partials/_sprites.scss */
.sp-triangle-r-9-grey, .i-toggle {
  display: block;
  background-position: -80px -128px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  line-height: 0;
  _text-indent: 100%;
  border: 0;
  background-color: transparent;
  background-image: url("/assets/img/icons/milestone-sprite-icons.png");
  width: 9px;
  height: 15px;
}

/* line 64, scss/partials/_sprites.scss */
.sp-triangle-d-9-grey, .s-expanded .i-toggle {
  display: block;
  background-position: -96px -128px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  line-height: 0;
  _text-indent: 100%;
  border: 0;
  background-color: transparent;
  background-image: url("/assets/img/icons/milestone-sprite-icons.png");
  width: 15px;
  height: 9px;
}

/* line 69, scss/partials/_sprites.scss */
.sp-triangle-d-6-grey, .i-course-triangle {
  display: block;
  background-position: -32px -160px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  line-height: 0;
  _text-indent: 100%;
  border: 0;
  background-color: transparent;
  background-image: url("/assets/img/icons/milestone-sprite-icons.png");
  width: 6px;
  height: 3px;
}

/* line 74, scss/partials/_sprites.scss */
.sp-triangle-d-6-white {
  display: block;
  background-position: -48px -160px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  line-height: 0;
  _text-indent: 100%;
  border: 0;
  background-color: transparent;
  background-image: url("/assets/img/icons/milestone-sprite-icons.png");
  width: 6px;
  height: 3px;
}

/* line 79, scss/partials/_sprites.scss */
.sp-triangle-d-8-blue {
  display: block;
  background-position: -64px -160px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  line-height: 0;
  _text-indent: 100%;
  border: 0;
  background-color: transparent;
  background-image: url("/assets/img/icons/milestone-sprite-icons.png");
  width: 8px;
  height: 4px;
}

/* `.Arrows
---------------------------------------------- */
/* line 89, scss/partials/_sprites.scss */
.sp-arr-l-curved-19-green, .i-arr-l-curved-19-green {
  display: block;
  background-position: -96px -112px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  line-height: 0;
  _text-indent: 100%;
  border: 0;
  background-color: transparent;
  background-image: url("/assets/img/icons/milestone-sprite-icons.png");
  width: 19px;
  height: 15px;
}

/* line 94, scss/partials/_sprites.scss */
.sp-arr-l-10-blue, .i-arr-breadcrumb-back {
  display: block;
  background-position: -48px -176px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  line-height: 0;
  _text-indent: 100%;
  border: 0;
  background-color: transparent;
  background-image: url("/assets/img/icons/milestone-sprite-icons.png");
  width: 10px;
  height: 10px;
}

/* line 99, scss/partials/_sprites.scss */
.sp-arr-r-13-white, .i-arr-white-button {
  display: block;
  background-position: -0px -64px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  line-height: 0;
  _text-indent: 100%;
  border: 0;
  background-color: transparent;
  background-image: url("/assets/img/icons/milestone-sprite-icons.png");
  width: 13px;
  height: 11px;
}

/* line 104, scss/partials/_sprites.scss */
.sp-arr-r-13-blue, .i-arr-blue-inline {
  display: block;
  background-position: -0px -80px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  line-height: 0;
  _text-indent: 100%;
  border: 0;
  background-color: transparent;
  background-image: url("/assets/img/icons/milestone-sprite-icons.png");
  width: 13px;
  height: 11px;
}

/* `.Utility
---------------------------------------------- */
/* line 114, scss/partials/_sprites.scss */
.sp-cog-14-green, .i-profile-header-cog {
  display: block;
  background-position: -16px -0px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  line-height: 0;
  _text-indent: 100%;
  border: 0;
  background-color: transparent;
  background-image: url("/assets/img/icons/milestone-sprite-icons.png");
  width: 14px;
  height: 14px;
}

/* line 119, scss/partials/_sprites.scss */
.sp-magnifying-glass-15-grey {
  display: block;
  background-position: -0px -0px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  line-height: 0;
  _text-indent: 100%;
  border: 0;
  background-color: transparent;
  background-image: url("/assets/img/icons/milestone-sprite-icons.png");
  width: 15px;
  height: 18px;
}

/* line 124, scss/partials/_sprites.scss */
.sp-doc-16-grey-dark, .i-profile-doc {
  display: block;
  background-position: -48px -64px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  line-height: 0;
  _text-indent: 100%;
  border: 0;
  background-color: transparent;
  background-image: url("/assets/img/icons/milestone-sprite-icons.png");
  width: 14px;
  height: 18px;
}

/* line 129, scss/partials/_sprites.scss */
.sp-article-16-grey-dark, .i-article {
  display: block;
  background-position: -80px -64px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  line-height: 0;
  _text-indent: 100%;
  border: 0;
  background-color: transparent;
  background-image: url("/assets/img/icons/milestone-sprite-icons.png");
  width: 13px;
  height: 13px;
}

/* line 134, scss/partials/_sprites.scss */
.sp-exclamation-18-grey-dark, .i-profile-exclamation, .i-profile-exclamation-orange {
  display: block;
  background-position: -48px -96px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  line-height: 0;
  _text-indent: 100%;
  border: 0;
  background-color: transparent;
  background-image: url("/assets/img/icons/milestone-sprite-icons.png");
  width: 6px;
  height: 18px;
}

/* line 139, scss/partials/_sprites.scss */
.sp-exclamation-15-orange, .i-courses-exlamation {
  display: block;
  background-position: -80px -112px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  line-height: 0;
  _text-indent: 100%;
  border: 0;
  background-color: transparent;
  background-image: url("/assets/img/icons/milestone-sprite-icons.png");
  width: 4px;
  height: 13px;
}

/* `.Social
---------------------------------------------- */
/* line 149, scss/partials/_sprites.scss */
.sp-fb-like-60 {
  display: block;
  background-position: -0px -32px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  line-height: 0;
  _text-indent: 100%;
  border: 0;
  background-color: transparent;
  background-image: url("/assets/img/icons/milestone-sprite-icons.png");
  width: 59px;
  height: 23px;
}

/* line 154, scss/partials/_sprites.scss */
.sp-twitter-60 {
  display: block;
  background-position: -64px -32px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  line-height: 0;
  _text-indent: 100%;
  border: 0;
  background-color: transparent;
  background-image: url("/assets/img/icons/milestone-sprite-icons.png");
  width: 62px;
  height: 23px;
}

/* line 159, scss/partials/_sprites.scss */
.sp-fb-44-green {
  display: block;
  background-position: -0px -64px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  line-height: 0;
  _text-indent: 100%;
  border: 0;
  background-color: transparent;
  background-image: url("/assets/img/icons/milestone-sprite-icons.png");
  width: 44px;
  height: 44px;
}

/* line 164, scss/partials/_sprites.scss */
.sp-twitter-44-green {
  display: block;
  background-position: -0px -112px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  line-height: 0;
  _text-indent: 100%;
  border: 0;
  background-color: transparent;
  background-image: url("/assets/img/icons/milestone-sprite-icons.png");
  width: 44px;
  height: 44px;
}

/* line 169, scss/partials/_sprites.scss */
.sp-facebook-16, .i-facebook-16 {
  display: block;
  background-position: -80px -160px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  line-height: 0;
  _text-indent: 100%;
  border: 0;
  background-color: transparent;
  background-image: url("/assets/img/icons/milestone-sprite-icons.png");
  width: 16px;
  height: 16px;
}

/* line 174, scss/partials/_sprites.scss */
.sp-twitter-16, .i-twitter-16 {
  display: block;
  background-position: -112px -160px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  line-height: 0;
  _text-indent: 100%;
  border: 0;
  background-color: transparent;
  background-image: url("/assets/img/icons/milestone-sprite-icons.png");
  width: 16px;
  height: 16px;
}

/* `.Assorted
---------------------------------------------- */
/* line 184, scss/partials/_sprites.scss */
.sp-star-14-gold {
  display: block;
  background-position: -48px -128px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  line-height: 0;
  _text-indent: 100%;
  border: 0;
  background-color: transparent;
  background-image: url("/assets/img/icons/milestone-sprite-icons.png");
  width: 14px;
  height: 14px;
}

/* line 189, scss/partials/_sprites.scss */
.sp-star-16-green, .i-star-16-green {
  display: block;
  background-position: -80px -0px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  line-height: 0;
  _text-indent: 100%;
  border: 0;
  background-color: transparent;
  background-image: url("/assets/img/icons/milestone-sprite-icons.png");
  width: 16px;
  height: 16px;
}

/* line 194, scss/partials/_sprites.scss */
.sp-feather-18-black, .i-feather, .annotator-note-indicator {
  display: block;
  background-position: -48px -128px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  line-height: 0;
  _text-indent: 100%;
  border: 0;
  background-color: transparent;
  background-image: url("/assets/img/icons/milestone-sprite-icons.png");
  width: 14px;
  height: 14px;
}

/* line 199, scss/partials/_sprites.scss */
.sp-question-22-green-light, .i-question-22-green-light {
  display: block;
  background-position: -112px -0px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  line-height: 0;
  _text-indent: 100%;
  border: 0;
  background-color: transparent;
  background-image: url("/assets/img/icons/milestone-sprite-icons.png");
  width: 22px;
  height: 22px;
}

/* line 204, scss/partials/_sprites.scss */
.sp-highlighter-23-grey-dark, .i-highlighter-23-grey-dark {
  display: block;
  background-position: -112px -64px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  line-height: 0;
  _text-indent: 100%;
  border: 0;
  background-color: transparent;
  background-image: url("/assets/img/icons/milestone-sprite-icons.png");
  width: 23px;
  height: 23px;
}

/* line 209, scss/partials/_sprites.scss */
.sp-magnifying-glass-18-grey, #g-search-submit {
  display: block;
  background-position: -0px -160px;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  line-height: 0;
  _text-indent: 100%;
  border: 0;
  background-color: transparent;
  background-image: url("/assets/img/icons/milestone-sprite-icons.png");
  width: 18px;
  height: 18px;
}

/* ----------------------------------------------------------------

UI

	Buttons
		attributes

	Inputs
		text
		checkboxes
	
	jquery-ui

---------------------------------------------------------------- */
/* `.Buttons
---------------------------------------------- */
/* line 51, scss/partials/_ui.scss */
.ui-btn-1, .ui-btn-2 {
  display: block;
  background-color: #e6efee;
  padding: 7px 12px;
  border: 1px solid #b3cecd;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* line 35, scss/partials/_ui.scss */
.ui-btn-1:hover, .ui-btn-2:hover {
  border: 1px solid #7ba9a8;
  -moz-box-shadow: inset 0px 0px 4px #fff;
  -webkit-box-shadow: inset 0px 0px 4px #fff;
  box-shadow: inset 0px 0px 4px #fff;
}
/* line 54, scss/partials/_ui.scss */
.ui-btn-1:active, .ui-btn-2:active {
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 59, scss/partials/_ui.scss */
.ui-btn-2 {
  padding: 5px 12px;
}

/* line 64, scss/partials/_ui.scss */
.ui-btn-3 {
  height: 24px;
  line-height: 24px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  padding: 0 12px;
  background-color: #203647;
  border: 0;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 73, scss/partials/_ui.scss */
.ui-button-orange {
  background-color: #cb7a16;
  padding: 5px 10px;
}

/* line 78, scss/partials/_ui.scss */
.ui-fat, .ui-fat-input, .ui-fat-button {
  padding: 12px 7px;
}

/* line 83, scss/partials/_ui.scss */
.ui-fat-input {
  background-color: #eeece4;
  border: 1px solid #cacbc1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}
/* line 91, scss/partials/_ui.scss */
.ui-fat-input:hover {
  background-color: #f1f1eb;
}
/* line 95, scss/partials/_ui.scss */
.ui-fat-input:focus {
  background-color: #faf9f7;
}

/* line 100, scss/partials/_ui.scss */
.ui-fat-button {
  position: relative;
  background-color: #213648;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#415360), to(#213648));
  background-image: -webkit-linear-gradient(top, #415360, #213648);
  background-image: -moz-linear-gradient(top, #415360, #213648);
  background-image: -ms-linear-gradient(top, #415360, #213648);
  background-image: -o-linear-gradient(top, #415360, #213648);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #213749;
  cursor: pointer;
}
/* line 108, scss/partials/_ui.scss */
.ui-fat-button:hover {
  background-color: #415360;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#213648), to(#415360));
  background-image: -webkit-linear-gradient(top, #213648, #415360);
  background-image: -moz-linear-gradient(top, #213648, #415360);
  background-image: -ms-linear-gradient(top, #213648, #415360);
  background-image: -o-linear-gradient(top, #213648, #415360);
}
/* line 112, scss/partials/_ui.scss */
.ui-fat-button.alt-big {
  padding: 15px 11px;
}
/* line 116, scss/partials/_ui.scss */
.ui-fat-button.alt-arr {
  padding-right: 40px;
}

/* `attributes
------------------------- */
/* line 126, scss/partials/_ui.scss */
.ui-btn-disclosure {
  position: relative;
  padding-right: 30px;
}
/* line 130, scss/partials/_ui.scss */
.ui-btn-disclosure:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}

/* `.Inputs
---------------------------------------------- */
/* `text
------------------------- */
/* line 150, scss/partials/_ui.scss */
form .ui-input {
  height: inherit;
  width: inherit;
  float: none;
  padding: 0;
  margin: 0;
}
/* line 154, scss/partials/_ui.scss */
form .ui-submit {
  height: inherit;
  width: inherit;
  float: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
/* line 159, scss/partials/_ui.scss */
form .ui-label-2 {
  height: inherit;
  width: inherit;
  float: none;
  padding: 0;
  margin: 0;
}
/* line 163, scss/partials/_ui.scss */
form .ui-checkbox-1 {
  height: inherit;
  width: inherit;
  float: none;
  padding: 0;
  margin: 0;
}

/* line 168, scss/partials/_ui.scss */
.ui-input-2 {
  border: 1px solid #e5e5e5;
  background-color: #fcfcfc;
  padding: 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 175, scss/partials/_ui.scss */
.ui-input-3 {
  height: 24px;
  line-height: 24px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  padding: 0 10px;
  border: 1px solid #e1e1e1;
  width: 100px;
}

/* line 190, scss/partials/_ui.scss */
.ui-input-date {
  width: 205px;
  margin-left: 8px;
  height: 30px;
}

/* `checkboxes
------------------------- */
/* line 202, scss/partials/_ui.scss */
.ui-checkbox-2 span {
  height: 25px;
  width: 25px;
  display: block;
  background-color: #fff;
  border: 1px solid #b8d1d0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
/* line 212, scss/partials/_ui.scss */
.ui-checkbox-2 input {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  border: 0;
  height: 25px;
  width: 25px;
  cursor: pointer;
}
/* line 229, scss/partials/_ui.scss */
.ui-checkbox-2 span.s-checked {
  background-image: url("/assets/img/icons/check-14-green.png");
  background-repeat: no-repeat;
  background-position: center;
}

/* line 202, scss/partials/_ui.scss */
.ui-checkbox-star span, .ui-checkbox-star-reverse span {
  height: 25px;
  width: 25px;
  display: block;
  background-color: #fff;
  border: 1px solid #b8d1d0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
/* line 212, scss/partials/_ui.scss */
.ui-checkbox-star input, .ui-checkbox-star-reverse input {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  border: 0;
  height: 25px;
  width: 25px;
  cursor: pointer;
}
/* line 241, scss/partials/_ui.scss */
.ui-checkbox-star span, .ui-checkbox-star-reverse span {
  height: 18px;
  width: 18px;
  background-image: url("/assets/img/icons/star-14-mint-light.png");
  background-repeat: no-repeat;
  background-position: center;
}
/* line 248, scss/partials/_ui.scss */
.ui-checkbox-star span.s-checked, .ui-checkbox-star-reverse span.s-checked {
  background-image: url("/assets/img/icons/star-14-gold.png");
}
/* line 253, scss/partials/_ui.scss */
.ui-checkbox-star input, .ui-checkbox-star-reverse input {
  height: 18px;
  width: 18px;
}

/* line 262, scss/partials/_ui.scss */
.ui-checkbox-star-reverse span {
  background-image: url("/assets/img/icons/star-14-gold.png");
}
/* line 265, scss/partials/_ui.scss */
.ui-checkbox-star-reverse span.s-checked {
  background-image: url("/assets/img/icons/star-14-mint-light.png");
}

/* line 271, scss/partials/_ui.scss */
.ui-select-1 {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  _vertical-align: middle;
  position: relative;
  overflow: hidden;
  width: 165px;
}
/* line 277, scss/partials/_ui.scss */
.ui-select-1 span {
  display: block;
  background-color: #e6efee;
  padding: 7px 12px;
  border: 1px solid #b3cecd;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding-right: 40px;
  background-image: url("/assets/img/icons/triangle-d-7-green.png");
  background-repeat: no-repeat;
  background-position: 94% center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 35, scss/partials/_ui.scss */
.ui-select-1 span:hover {
  border: 1px solid #7ba9a8;
  -moz-box-shadow: inset 0px 0px 4px #fff;
  -webkit-box-shadow: inset 0px 0px 4px #fff;
  box-shadow: inset 0px 0px 4px #fff;
}
/* line 290, scss/partials/_ui.scss */
.ui-select-1 select {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0;
  opacity: 0;
  border: none;
  background: none;
  top: 0;
  cursor: pointer;
}

/* `.jquery ui
---------------------------------------------- */
/* line 309, scss/partials/_ui.scss */
.ui-datepicker {
  font-size: 13px;
}

/* Landing page changes - Khaliq */
/* line 316, scss/partials/_ui.scss */
.ui-lean-button {
  background-color: #2a4659;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#44677e), to(#2a4659));
  background-image: -webkit-linear-gradient(top, #44677e, #2a4659);
  background-image: -moz-linear-gradient(top, #44677e, #2a4659);
  background-image: -ms-linear-gradient(top, #44677e, #2a4659);
  background-image: -o-linear-gradient(top, #44677e, #2a4659);
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #44677e;
}

/* line 324, scss/partials/_ui.scss */
.ui-leaner, .ui-lean-button {
  padding: 10px 17px;
}

/* ----------------------------------------------------------------

POSITION

	Margins
	Paddings
	Widths
	Heights
	Alignment
	Move
	Classes

---------------------------------------------------------------- */
/* `.Margins
---------------------------------------------- */
/* line 36, scss/partials/_position.scss */
.p-mar-l-5 {
  margin-left: 5px;
}

/* line 36, scss/partials/_position.scss */
.p-mar-r-5 {
  margin-right: 5px;
}

/* line 36, scss/partials/_position.scss */
.p-mar-b-5 {
  margin-bottom: 5px;
}

/* line 36, scss/partials/_position.scss */
.p-mar-t-5 {
  margin-top: 5px;
}

/* line 41, scss/partials/_position.scss */
.p-move-l-5px {
  margin-left: -5px;
}

/* line 36, scss/partials/_position.scss */
.p-mar-l-10 {
  margin-left: 10px;
}

/* line 36, scss/partials/_position.scss */
.p-mar-r-10 {
  margin-right: 10px;
}

/* line 36, scss/partials/_position.scss */
.p-mar-b-10 {
  margin-bottom: 10px;
}

/* line 36, scss/partials/_position.scss */
.p-mar-t-10 {
  margin-top: 10px;
}

/* line 41, scss/partials/_position.scss */
.p-move-l-10px {
  margin-left: -10px;
}

/* line 36, scss/partials/_position.scss */
.p-mar-l-15 {
  margin-left: 15px;
}

/* line 36, scss/partials/_position.scss */
.p-mar-r-15 {
  margin-right: 15px;
}

/* line 36, scss/partials/_position.scss */
.p-mar-b-15 {
  margin-bottom: 15px;
}

/* line 36, scss/partials/_position.scss */
.p-mar-t-15 {
  margin-top: 15px;
}

/* line 41, scss/partials/_position.scss */
.p-move-l-15px {
  margin-left: -15px;
}

/* line 36, scss/partials/_position.scss */
.p-mar-l-20 {
  margin-left: 20px;
}

/* line 36, scss/partials/_position.scss */
.p-mar-r-20 {
  margin-right: 20px;
}

/* line 36, scss/partials/_position.scss */
.p-mar-b-20 {
  margin-bottom: 20px;
}

/* line 36, scss/partials/_position.scss */
.p-mar-t-20 {
  margin-top: 20px;
}

/* line 41, scss/partials/_position.scss */
.p-move-l-20px {
  margin-left: -20px;
}

/* line 36, scss/partials/_position.scss */
.p-mar-l-30 {
  margin-left: 30px;
}

/* line 36, scss/partials/_position.scss */
.p-mar-r-30 {
  margin-right: 30px;
}

/* line 36, scss/partials/_position.scss */
.p-mar-b-30 {
  margin-bottom: 30px;
}

/* line 36, scss/partials/_position.scss */
.p-mar-t-30 {
  margin-top: 30px;
}

/* line 41, scss/partials/_position.scss */
.p-move-l-30px {
  margin-left: -30px;
}

/* `.Paddings
---------------------------------------------- */
/* line 53, scss/partials/_position.scss */
.p-pad-box-5 {
  padding: 5px;
}

/* line 57, scss/partials/_position.scss */
.p-pad-sides-5 {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 62, scss/partials/_position.scss */
.p-pad-caps-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 71, scss/partials/_position.scss */
.p-pad-l-5 {
  padding-left: 5px;
}

/* line 71, scss/partials/_position.scss */
.p-pad-r-5 {
  padding-right: 5px;
}

/* line 71, scss/partials/_position.scss */
.p-pad-b-5 {
  padding-bottom: 5px;
}

/* line 71, scss/partials/_position.scss */
.p-pad-t-5 {
  padding-top: 5px;
}

/* line 53, scss/partials/_position.scss */
.p-pad-box-10 {
  padding: 10px;
}

/* line 57, scss/partials/_position.scss */
.p-pad-sides-10 {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 62, scss/partials/_position.scss */
.p-pad-caps-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 71, scss/partials/_position.scss */
.p-pad-l-10 {
  padding-left: 10px;
}

/* line 71, scss/partials/_position.scss */
.p-pad-r-10 {
  padding-right: 10px;
}

/* line 71, scss/partials/_position.scss */
.p-pad-b-10 {
  padding-bottom: 10px;
}

/* line 71, scss/partials/_position.scss */
.p-pad-t-10 {
  padding-top: 10px;
}

/* line 53, scss/partials/_position.scss */
.p-pad-box-30 {
  padding: 30px;
}

/* line 57, scss/partials/_position.scss */
.p-pad-sides-30 {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 62, scss/partials/_position.scss */
.p-pad-caps-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 71, scss/partials/_position.scss */
.p-pad-l-30 {
  padding-left: 30px;
}

/* line 71, scss/partials/_position.scss */
.p-pad-r-30 {
  padding-right: 30px;
}

/* line 71, scss/partials/_position.scss */
.p-pad-b-30 {
  padding-bottom: 30px;
}

/* line 71, scss/partials/_position.scss */
.p-pad-t-30 {
  padding-top: 30px;
}

/* line 53, scss/partials/_position.scss */
.p-pad-box-45 {
  padding: 45px;
}

/* line 57, scss/partials/_position.scss */
.p-pad-sides-45 {
  padding-left: 45px;
  padding-right: 45px;
}

/* line 62, scss/partials/_position.scss */
.p-pad-caps-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

/* line 71, scss/partials/_position.scss */
.p-pad-l-45 {
  padding-left: 45px;
}

/* line 71, scss/partials/_position.scss */
.p-pad-r-45 {
  padding-right: 45px;
}

/* line 71, scss/partials/_position.scss */
.p-pad-b-45 {
  padding-bottom: 45px;
}

/* line 71, scss/partials/_position.scss */
.p-pad-t-45 {
  padding-top: 45px;
}

/* `.Widths
---------------------------------------------- */
/* line 83, scss/partials/_position.scss */
.p-pct-x-50 {
  width: 50%;
}

/* line 83, scss/partials/_position.scss */
.p-pct-x-100 {
  width: 100%;
}

/* line 89, scss/partials/_position.scss */
.p-x-70 {
  width: 70px;
}

/* line 89, scss/partials/_position.scss */
.p-x-80 {
  width: 80px;
}

/* line 89, scss/partials/_position.scss */
.p-x-90 {
  width: 90px;
}

/* `.Heights
---------------------------------------------- */
/* line 100, scss/partials/_position.scss */
.p-pct-y-100 {
  height: 100%;
}

/* line 106, scss/partials/_position.scss */
.p-y-50px {
  height: 50px;
}

/* `.Alignment
---------------------------------------------- */
/* line 120, scss/partials/_position.scss */
.p-align-l {
  position: absolute;
  left: 0;
}

/* line 120, scss/partials/_position.scss */
.p-align-r {
  position: absolute;
  right: 0;
}

/* line 120, scss/partials/_position.scss */
.p-align-b {
  position: absolute;
  bottom: 0;
}

/* line 120, scss/partials/_position.scss */
.p-align-t {
  position: absolute;
  top: 0;
}

/* line 130, scss/partials/_position.scss */
.p-align-outside-r {
  position: absolute;
  left: 100%;
}

/* line 130, scss/partials/_position.scss */
.p-align-outside-l {
  position: absolute;
  right: 100%;
}

/* line 130, scss/partials/_position.scss */
.p-align-outside-b {
  position: absolute;
  top: 100%;
}

/* line 130, scss/partials/_position.scss */
.p-align-outside-t {
  position: absolute;
  bottom: 100%;
}

/* line 137, scss/partials/_position.scss */
.p-center-80 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}

/* line 146, scss/partials/_position.scss */
.p-z-index-forward {
  z-index: 10000;
}

/* `.Move
---------------------------------------------- */
/* line 160, scss/partials/_position.scss */
.p-move-l-60px {
  margin-left: -60px;
}

/* line 160, scss/partials/_position.scss */
.p-move-r-60px {
  margin-right: -60px;
}

/* line 160, scss/partials/_position.scss */
.p-move-b-60px {
  margin-bottom: -60px;
}

/* line 160, scss/partials/_position.scss */
.p-move-t-60px {
  margin-top: -60px;
}

/* `.Classes
---------------------------------------------- */
/* line 171, scss/partials/_position.scss */
.p-relative {
  position: relative;
}

/* line 175, scss/partials/_position.scss */
.p-group {
  min-height: 1px;
}
/* line 8, scss/partials/_mixins.scss */
.p-group:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* line 179, scss/partials/_position.scss */
.p-left {
  float: left;
}

/* line 183, scss/partials/_position.scss */
.p-right {
  float: right;
}

/* line 187, scss/partials/_position.scss */
.p-center {
  float: none !important;
  margin-left: auto;
  margin-right: auto;
}

/* line 193, scss/partials/_position.scss */
.p-clear {
  clear: both;
}

/* line 197, scss/partials/_position.scss */
.p-block {
  display: block;
}

/* line 201, scss/partials/_position.scss */
.p-inline {
  display: inline;
}

/* line 205, scss/partials/_position.scss */
.p-inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  _vertical-align: middle;
}

/* ----------------------------------------------------------------

LAYOUT

---------------------------------------------------------------- */
/* line 10, scss/partials/_layout.scss */
.l-1 {
  float: left;
  width: 6.9697%;
  padding: 0 1.51515%;
  position: relative;
}

/* line 10, scss/partials/_layout.scss */
.l-2 {
  float: left;
  width: 16.9697%;
  padding: 0 1.51515%;
  position: relative;
}

/* line 10, scss/partials/_layout.scss */
.l-3 {
  float: left;
  width: 26.9697%;
  padding: 0 1.51515%;
  position: relative;
}

/* line 10, scss/partials/_layout.scss */
.l-4 {
  float: left;
  width: 36.9697%;
  padding: 0 1.51515%;
  position: relative;
}

/* line 10, scss/partials/_layout.scss */
.l-5 {
  float: left;
  width: 46.9697%;
  padding: 0 1.51515%;
  position: relative;
}

/* line 10, scss/partials/_layout.scss */
.l-6 {
  float: left;
  width: 56.9697%;
  padding: 0 1.51515%;
  position: relative;
}

/* line 10, scss/partials/_layout.scss */
.l-7 {
  float: left;
  width: 66.9697%;
  padding: 0 1.51515%;
  position: relative;
}

/* line 10, scss/partials/_layout.scss */
.l-8 {
  float: left;
  width: 76.9697%;
  padding: 0 1.51515%;
  position: relative;
}

/* line 10, scss/partials/_layout.scss */
.l-9 {
  float: left;
  width: 86.9697%;
  padding: 0 1.51515%;
  position: relative;
}

/* line 10, scss/partials/_layout.scss */
.l-10 {
  float: left;
  width: 96.9697%;
  padding: 0 1.51515%;
  position: relative;
}

/* line 18, scss/partials/_layout.scss */
.l-site-wrapper {
  margin: 0 auto;
  position: relative;
}

/* line 23, scss/partials/_layout.scss */
.l-content-wrapper {
  width: 990px;
  min-height: 100%;
  margin: 0 auto -215px;
  height: auto !important;
  height: 100%;
  background-color: #fff;
  position: relative;
}

/* line 34, scss/partials/_layout.scss */
.homepage .l-content-wrapper {
  border: 0;
}

/* line 39, scss/partials/_layout.scss */
.l-footer-wrapper {
  position: relative;
  width: 990px;
  margin: 0 auto;
}

/* line 46, scss/partials/_layout.scss */
.l-page {
  position: relative;
  min-height: 1px;
  z-index: 1;
}
/* line 8, scss/partials/_mixins.scss */
.l-page:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* line 52, scss/partials/_layout.scss */
.l-page-content-with-sidebar {
  width: 765px;
  margin-left: 225px;
  float: left;
}

/* line 58, scss/partials/_layout.scss */
.l-sidebar {
  width: 225px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

/* line 66, scss/partials/_layout.scss */
.l-wrapper {
  width: 960px;
  min-height: 1px;
  padding: 0 15px;
  margin: 0 auto;
}
/* line 8, scss/partials/_mixins.scss */
.l-wrapper:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* line 73, scss/partials/_layout.scss */
.l-main {
  min-height: 1px;
  padding: 0 15px;
}
/* line 8, scss/partials/_mixins.scss */
.l-main:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* line 79, scss/partials/_layout.scss */
.homepage .l-wrapper,
.homepage .l-main {
  padding: 0;
}

/* line 89, scss/partials/_layout.scss */
.l-pct-5 {
  width: 5%;
  float: left;
}

/* line 89, scss/partials/_layout.scss */
.l-pct-10 {
  width: 10%;
  float: left;
}

/* line 89, scss/partials/_layout.scss */
.l-pct-15 {
  width: 15%;
  float: left;
}

/* line 89, scss/partials/_layout.scss */
.l-pct-20 {
  width: 20%;
  float: left;
}

/* line 89, scss/partials/_layout.scss */
.l-pct-25 {
  width: 25%;
  float: left;
}

/* line 89, scss/partials/_layout.scss */
.l-pct-30 {
  width: 30%;
  float: left;
}

/* line 89, scss/partials/_layout.scss */
.l-pct-35 {
  width: 35%;
  float: left;
}

/* line 89, scss/partials/_layout.scss */
.l-pct-40 {
  width: 40%;
  float: left;
}

/* line 89, scss/partials/_layout.scss */
.l-pct-45 {
  width: 45%;
  float: left;
}

/* line 89, scss/partials/_layout.scss */
.l-pct-50 {
  width: 50%;
  float: left;
}

/* line 89, scss/partials/_layout.scss */
.l-pct-55 {
  width: 55%;
  float: left;
}

/* line 89, scss/partials/_layout.scss */
.l-pct-60 {
  width: 60%;
  float: left;
}

/* line 89, scss/partials/_layout.scss */
.l-pct-65 {
  width: 65%;
  float: left;
}

/* line 89, scss/partials/_layout.scss */
.l-pct-70 {
  width: 70%;
  float: left;
}

/* line 89, scss/partials/_layout.scss */
.l-pct-75 {
  width: 75%;
  float: left;
}

/* line 89, scss/partials/_layout.scss */
.l-pct-80 {
  width: 80%;
  float: left;
}

/* line 89, scss/partials/_layout.scss */
.l-pct-85 {
  width: 85%;
  float: left;
}

/* line 89, scss/partials/_layout.scss */
.l-pct-90 {
  width: 90%;
  float: left;
}

/* line 89, scss/partials/_layout.scss */
.l-pct-95 {
  width: 95%;
  float: left;
}

/* line 89, scss/partials/_layout.scss */
.l-pct-100 {
  width: 100%;
  float: left;
}

/* line 97, scss/partials/_layout.scss */
.alt-center {
  margin: 0 auto;
  float: none;
}

/* line 104, scss/partials/_layout.scss */
.content-no-side {
  display: block;
  width: 850px;
  margin: 25px 0 0 10px;
  position: relative;
  z-index: 1;
}
/* line 110, scss/partials/_layout.scss */
.content-no-side .textwrap-about {
  padding-bottom: 13px;
  background: url("/images/textwrap-bg.jpg") no-repeat bottom;
  margin-bottom: 27px;
}
/* line 115, scss/partials/_layout.scss */
.content-no-side .text-about {
  width: 825px;
  padding: 0 20px 0 0;
  display: block;
  margin-left: 20px;
}
/* line 121, scss/partials/_layout.scss */
.content-no-side h1 {
  font-size: 30px;
  line-height: 30px;
  color: #666;
  display: block;
  text-transform: none;
  letter-spacing: normal;
  padding-left: 20px;
}
/* line 129, scss/partials/_layout.scss */
.content-no-side h1 a {
  color: #267170;
}
/* line 132, scss/partials/_layout.scss */
.content-no-side h1 span {
  color: #999;
  font-size: 20px;
  font-style: italic;
}
/* line 138, scss/partials/_layout.scss */
.content-no-side h3 {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 18px;
  color: #ccc;
}

/* line 147, scss/partials/_layout.scss */
.textwrap-faq {
  padding: 20px;
  background: url("/images/textwrap-bg.jpg") no-repeat bottom;
  margin-bottom: 27px;
}

/* line 154, scss/partials/_layout.scss */
.main .content-no-side .search-results {
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

/* line 159, scss/partials/_layout.scss */
.main .content-no-side.search-pad {
  padding-bottom: 20px;
}

/* line 164, scss/partials/_layout.scss */
.test-drive-form-activate {
  display: none;
}

/* line 167, scss/partials/_layout.scss */
.contentwrap .edit-password-form .text button {
  background-color: #77A8AA;
  color: #FFF;
  border-color: #FFF;
}

/* line 1, scss/partials/_state.scss */
.s-hidden {
  display: none;
}

/* line 6, scss/partials/_state.scss */
.s-hover-default-cursor:hover, .s-hover-default-cursor:focus {
  cursor: default;
}

/* line 12, scss/partials/_state.scss */
.s-trigger-dropdown {
  position: relative;
}
/* line 17, scss/partials/_state.scss */
.s-trigger-dropdown:hover .s-dropdown, .s-trigger-dropdown:focus .s-dropdown {
  display: block;
}

/* line 23, scss/partials/_state.scss */
.s-dropdown {
  display: none;
  position: absolute;
  left: 0;
}

/* ----------------------------------------------------------------

BASE ELEMENTS

---------------------------------------------------------------- */
/* line 7, scss/partials/_baseElements.scss */
* {
  margin: 0;
}

/* line 11, scss/partials/_baseElements.scss */
button {
  -webkit-appearance: none;
}

/* line 15, scss/partials/_baseElements.scss */
html,
body {
  margin: 0;
}

/* line 20, scss/partials/_baseElements.scss */
html {
  height: 100%;
}

/* line 24, scss/partials/_baseElements.scss */
body {
  position: relative;
  height: 100%;
  -moz-font-feature-settings: "liga=0";
  background-repeat: repeat-x;
  background-position: -50% 0%;
  background-color: #203647;
}

/* line 35, scss/partials/_baseElements.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

/* line 39, scss/partials/_baseElements.scss */
ul {
  padding: 0;
  margin: 0;
}

/* line 44, scss/partials/_baseElements.scss */
li {
  list-style: none;
}

/* line 48, scss/partials/_baseElements.scss */
img {
  max-width: 100%;
  -webkit-transition: width 0.25s ease-in-out;
  -moz-transition: width 0.25s ease-in-out;
  -o-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
}

/* line 53, scss/partials/_baseElements.scss */
a {
  color: #203647;
}

/* line 57, scss/partials/_baseElements.scss */
p {
  margin-top: 0;
}
/* line 60, scss/partials/_baseElements.scss */
p a {
  display: inline;
  text-decoration: underline;
}

/* line 67, scss/partials/_baseElements.scss */
span a {
  display: inline;
}

/* line 72, scss/partials/_baseElements.scss */
input {
  padding: 0;
  -webkit-appearance: auto;
}

/* line 82, scss/partials/_baseElements.scss */
form p,
form .form-section {
  position: relative;
}

/* line 94, scss/partials/_baseElements.scss */
::-moz-selection {
  background: #cbcbcb;
  color: #000;
  text-shadow: none;
}

/* line 98, scss/partials/_baseElements.scss */
::selection {
  background: #cbcbcb;
  color: #000;
  text-shadow: none;
}

/* line 106, scss/partials/_baseElements.scss */
::-webkit-input-placeholder {
  color: #818b91;
}

/* line 110, scss/partials/_baseElements.scss */
:-moz-placeholder {
  color: #818b91;
}

/* line 1, scss/partials/_baseClasses.scss */
.list {
  min-height: 1px;
}
/* line 8, scss/partials/_mixins.scss */
.list:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
/* line 37, scss/partials/_mixins.scss */
.list > li {
  float: left;
}

/* ----------------------------------------------------------------

GLOBAL
	Site

	Header
		login
		user navigation
			dropdown

	Nav
		search

	Footer

---------------------------------------------------------------- */
/* `.Site
---------------------------------------------- */
/* line 32, scss/partials/_global.scss */
#g-shadow-left {
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background-image: url("/assets/img/bg/shadow-left.png");
}

/* line 38, scss/partials/_global.scss */
#g-shadow-right {
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background-image: url("/assets/img/bg/shadow-right.png");
}

/* line 45, scss/partials/_global.scss */
.homepage #g-shadow-left,
.homepage #g-shadow-right {
  display: none;
}

/* line 51, scss/partials/_global.scss */
sup {
  font-size: xx-small;
  vertical-align: super;
}

/* line 55, scss/partials/_global.scss */
sub {
  font-size: xx-small;
  vertical-align: sub;
}

/* `.Header
---------------------------------------------- */
/* `login
------------------------- */
/* line 68, scss/partials/_global.scss */
#g-login {
  padding: 10px 0;
}

/* line 72, scss/partials/_global.scss */
#g-header {
  position: relative;
  z-index: 101;
  padding-top: 10px;
  padding-bottom: 18px;
}

/* line 80, scss/partials/_global.scss */
#g-logo {
  background: url("/assets/img/site/logo.png") no-repeat;
  position: absolute;
  height: 74px;
  width: 191px;
}
/* line 86, scss/partials/_global.scss */
#g-logo:hover {
  text-decoration: none;
}

/* line 91, scss/partials/_global.scss */
#g-header-tagline {
  background: url("/images/tag.gif") no-repeat;
  display: block;
  position: absolute;
  top: 49px;
  left: 240px;
  width: 279px;
  height: 20px;
  text-indent: -5000px;
}

/* `user navigation
------------------------- */
/* line 106, scss/partials/_global.scss */
#g-user-nav {
  float: right;
  margin-top: 15px;
  padding-bottom: 10px;
}
/* line 111, scss/partials/_global.scss */
#g-user-nav li {
  display: inline;
}
/* line 114, scss/partials/_global.scss */
#g-user-nav li:last-child {
  border-right: 0;
  padding-right: 0;
}
/* line 118, scss/partials/_global.scss */
#g-user-nav li:last-child a {
  border-right: 0;
}
/* line 123, scss/partials/_global.scss */
#g-user-nav li li {
  border-right: 0;
}
/* line 126, scss/partials/_global.scss */
#g-user-nav li li a {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
}
/* line 134, scss/partials/_global.scss */
#g-user-nav a {
  display: inline;
  padding: 0 8px 0 6px;
  border-right: 1px solid #f1f1f1;
}
/* line 139, scss/partials/_global.scss */
#g-user-nav em {
  padding: 0 8px 0 12px;
  border-right: 1px solid #f1f1f1;
}

/* line 145, scss/partials/_global.scss */
#g-user-nav-trigger-course-dropdown {
  cursor: pointer;
}
/* line 148, scss/partials/_global.scss */
#g-user-nav-trigger-course-dropdown:hover, #g-user-nav-trigger-course-dropdown:focus {
  padding-bottom: 3px;
  background-color: #f1f1f1;
}

/* line 155, scss/partials/_global.scss */
#g-user-nav-course-dropdown {
  top: 100%;
  background-color: #f1f1f1;
  width: 150px;
}
/* line 160, scss/partials/_global.scss */
#g-user-nav-course-dropdown li {
  display: block;
}
/* line 163, scss/partials/_global.scss */
#g-user-nav-course-dropdown li:hover {
  background-color: #eaeaea;
}

/* line 169, scss/partials/_global.scss */
#g-user-notification {
  background-color: #ff6600;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 0 6px;
  margin-right: 5px;
}

/* `.Nav
---------------------------------------------- */
/* line 181, scss/partials/_global.scss */
.no-grey#g-header-ribbon {
  border: none;
}

/* line 185, scss/partials/_global.scss */
#g-header-ribbon {
  position: relative;
  z-index: 100;
  padding-bottom: 8px;
  padding-top: 8px;
  border-bottom: 1px solid #ddd;
}

/* `search
------------------------- */
/* line 198, scss/partials/_global.scss */
.g-search {
  float: right;
  clear: both;
  position: relative;
  margin-right: 5px;
  padding-top: 8px;
}

/* line 206, scss/partials/_global.scss */
#g-search-content {
  padding-top: 10px;
  margin: 0 23px;
}

/* line 211, scss/partials/_global.scss */
.g-search-form {
  position: relative;
}

/* line 215, scss/partials/_global.scss */
.g-search-input {
  height: 35px;
  padding: 0 10px;
  margin: 0;
  border: 0;
  width: 365px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}

/* line 226, scss/partials/_global.scss */
#g-search-submit {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -9px;
  cursor: pointer;
}

/* line 235, scss/partials/_global.scss */
#g-nav {
  float: left;
}

/* line 239, scss/partials/_global.scss */
#g-nav-ul {
  min-height: 1px;
  padding-right: 6px;
}
/* line 8, scss/partials/_mixins.scss */
#g-nav-ul:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* line 244, scss/partials/_global.scss */
.g-nav-li {
  float: left;
  position: relative;
  margin: 0;
  padding: 0 15px;
  cursor: pointer;
}
/* line 251, scss/partials/_global.scss */
.g-nav-li:first-child {
  border-left: 0;
}
/* line 255, scss/partials/_global.scss */
.g-nav-li:last-child {
  border-right: 0;
}
/* line 259, scss/partials/_global.scss */
.g-nav-li:hover, .g-nav-li:focus, .g-nav-li:active {
  background-color: #203647;
  border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
}
/* line 266, scss/partials/_global.scss */
.g-nav-li:hover .g-nav-li-dropdown, .g-nav-li:focus .g-nav-li-dropdown, .g-nav-li:active .g-nav-li-dropdown {
  left: 0;
}

/* line 277, scss/partials/_global.scss */
.g-nav-li-dropdown {
  position: absolute;
  background-color: #203647;
  visibility: visible;
  width: 250px;
  top: 100%;
  opacity: 1;
  left: -9999px;
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}

/* line 288, scss/partials/_global.scss */
.g-nav-li-dropdown-link {
  padding: 10px 15px;
  border-top: 1px solid #2a3f4f;
  display: block;
  -webkit-transition: background-color 0.05s ease-in-out;
  -moz-transition: background-color 0.05s ease-in-out;
  -o-transition: background-color 0.05s ease-in-out;
  transition: background-color 0.05s ease-in-out;
}
/* line 294, scss/partials/_global.scss */
.g-nav-li-dropdown-link:hover, .g-nav-li-dropdown-link:focus {
  background-color: #1b2d3c;
}

/* line 300, scss/partials/_global.scss */
#g-nav-ul li.search_new {
  margin-left: 25px;
}

/* line 304, scss/partials/_global.scss */
#g-nav-ul a.on:link, #g-nav-ul a.on:visited, #g-nav-ul a.on:hover {
  color: #267170;
  background: url("/images/navon.gif") no-repeat center bottom;
  padding-bottom: 3px;
  border: 0;
}

/* `.Footer
---------------------------------------------- */
/* line 316, scss/partials/_global.scss */
#g-footer-push,
#g-footer {
  height: 215px;
}

/* line 321, scss/partials/_global.scss */
#g-footer {
  background-color: #fcfcfc;
  border-top: 1px solid #f5f5f5;
}
/* line 325, scss/partials/_global.scss */
#g-footer ul {
  padding: 30px;
  border-left: 1px solid #eeeeee;
}
/* line 329, scss/partials/_global.scss */
#g-footer ul.o-1 {
  border-left: 0;
}
/* line 334, scss/partials/_global.scss */
#g-footer li {
  margin-bottom: 10px;
}

/* ----------------------------------------------------------------

MODULES

	content
	sidebar

	Navigation
		sidebars
		tabs

	Tables
		m-table-report

	Lists

	Profile
	Course
	Starred Items
	Highlights
	Inputs
	Overlays
	Separators

	Expand Collapse

---------------------------------------------------------------- */
/* `content
------------------------- */
/* line 35, scss/partials/_modules.scss */
.m-content {
  margin-top: -34px;
  margin-left: 23px;
}

/* line 40, scss/partials/_modules.scss */
.m-subject-content {
  padding: 20px 0 100px;
}

/* line 44, scss/partials/_modules.scss */
.m-page-content-with-sidebar {
  padding: 10px 30px 80px;
}

/* `.Navigation
---------------------------------------------- */
/* `sidebars
------------------------- */
/* line 55, scss/partials/_modules.scss */
.m-sidebar-nav {
  padding: 20px 0;
  width: 210px;
}
/* line 59, scss/partials/_modules.scss */
.m-sidebar-nav a {
  display: block;
  padding: 0.5em 0;
  padding-left: 20px;
  border-bottom: 1px solid #fafafa;
}
/* line 65, scss/partials/_modules.scss */
.m-sidebar-nav a.s-active {
  background-image: url("/assets/img/icons/active-document-section-marker.png");
  background-repeat: no-repeat;
  background-position: left center;
}

/* line 73, scss/partials/_modules.scss */
.m-sidebar-breadcrumb {
  display: block;
  margin-bottom: 5px;
}

/* line 78, scss/partials/_modules.scss */
.m-sidebar-breadcrumb-text {
  padding-left: 12px;
  padding-bottom: 5px;
  display: block;
}

/* line 84, scss/partials/_modules.scss */
.m-sidebar-document {
  padding-right: 40px;
}
/* line 87, scss/partials/_modules.scss */
.m-sidebar-document a {
  cursor: pointer;
}

/* `tabs
------------------------- */
/* line 97, scss/partials/_modules.scss */
.m-content-tabs {
  margin-bottom: 20px;
}
/* line 103, scss/partials/_modules.scss */
.m-content-tabs ul {
  min-height: 1px;
  margin-left: -15px;
  border-bottom: 1px solid #ccc;
}
/* line 8, scss/partials/_mixins.scss */
.m-content-tabs ul:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
/* line 109, scss/partials/_modules.scss */
.m-content-tabs li {
  float: left;
}
/* line 113, scss/partials/_modules.scss */
.m-content-tabs a {
  cursor: pointer;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  border: 1px solid transparent;
}
/* line 120, scss/partials/_modules.scss */
.m-content-tabs a.s-active {
  border: 1px solid #ccc;
  border-bottom: 1px solid #fff;
}

/* line 127, scss/partials/_modules.scss */
.m-profile-tabs {
  position: relative;
  background-color: #f5f5f5;
  border-right: 0;
  border-left: 0;
  z-index: 10;
}
/* line 135, scss/partials/_modules.scss */
.m-profile-tabs ul {
  min-height: 1px;
}
/* line 8, scss/partials/_mixins.scss */
.m-profile-tabs ul:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
/* line 139, scss/partials/_modules.scss */
.m-profile-tabs li {
  float: left;
}
/* line 143, scss/partials/_modules.scss */
.m-profile-tabs a {
  display: block;
  padding: 16px 14px;
}
/* line 147, scss/partials/_modules.scss */
.m-profile-tabs a.s-active {
  position: relative;
  background-color: #eee2d3;
}
/* line 151, scss/partials/_modules.scss */
.m-profile-tabs a.s-active:hover {
  background-color: #eee2d3;
}
/* line 155, scss/partials/_modules.scss */
.m-profile-tabs a.s-active:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
}

/* `.Tables
---------------------------------------------- */
/* line 176, scss/partials/_modules.scss */
.m-table-1-indent {
  padding-left: 100px;
  padding-right: 100px;
}

/* line 181, scss/partials/_modules.scss */
.m-table-1-indent-small {
  padding-left: 50px;
}

/* line 185, scss/partials/_modules.scss */
.m-table-1 {
  margin-bottom: 30px;
}

/* line 189, scss/partials/_modules.scss */
.m-table-1-tr {
  position: relative;
}

/* line 193, scss/partials/_modules.scss */
.m-table-1-tr-linked {
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  background-color: #fefefe;
}
/* line 197, scss/partials/_modules.scss */
.m-table-1-tr-linked:hover {
  background-color: #fcfcfc;
}

/* line 202, scss/partials/_modules.scss */
.m-table-1-th {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

/* line 208, scss/partials/_modules.scss */
.m-table-1-td {
  position: relative;
  vertical-align: top;
  border-bottom: 1px solid #f5f5f5;
}

/* line 214, scss/partials/_modules.scss */
.m-table-1-td-link, .m-table-1-td-date-link {
  display: block;
  padding: 15px;
}

/* line 219, scss/partials/_modules.scss */
.m-table-1-th-date {
  width: 150px;
}

/* line 223, scss/partials/_modules.scss */
.m-table-list {
  padding: 5px 0 0;
}
/* line 226, scss/partials/_modules.scss */
.m-table-list li {
  padding: 5px 0;
}

/* `m-table-report
------------------------- */
/* line 235, scss/partials/_modules.scss */
.m-table-expand-collapse {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}
/* line 240, scss/partials/_modules.scss */
.m-table-expand-collapse .name {
  width: 150px;
}
/* line 244, scss/partials/_modules.scss */
.m-table-expand-collapse .document {
  width: 350px;
}
/* line 248, scss/partials/_modules.scss */
.m-table-expand-collapse .value {
  width: 200px;
}
/* line 252, scss/partials/_modules.scss */
.m-table-expand-collapse tr {
  border-bottom: 1px solid #f5f5f5;
}
/* line 256, scss/partials/_modules.scss */
.m-table-expand-collapse tr.js-trigger-toggle td.o-last, .m-table-expand-collapse tr.js-trigger-toggle td:last-child {
  background-image: url("/assets/img/icons/plus-11-grey.png");
  background-repeat: no-repeat;
  background-position: 95% center;
}
/* line 263, scss/partials/_modules.scss */
.m-table-expand-collapse tr.js-trigger-toggle.s-expanded td.o-last, .m-table-expand-collapse tr.js-trigger-toggle.s-expanded td:last-child {
  background-image: url("/assets/img/icons/minus-9-black.png");
}
/* line 270, scss/partials/_modules.scss */
.m-table-expand-collapse tr.o-odd {
  background-color: #fdfdfd;
}
/* line 275, scss/partials/_modules.scss */
.m-table-expand-collapse th, .m-table-expand-collapse td {
  vertical-align: top;
}
/* line 279, scss/partials/_modules.scss */
.m-table-expand-collapse th {
  padding: 15px 12px 10px;
}
/* line 283, scss/partials/_modules.scss */
.m-table-expand-collapse td {
  padding: 6px 12px;
  border: 1px solid #f5f5f5;
  border-left: 0;
  border-bottom: 0;
}
/* line 289, scss/partials/_modules.scss */
.m-table-expand-collapse td.o-last, .m-table-expand-collapse td:last-child {
  border-right: 0;
}

/* `.Lists
---------------------------------------------- */
/* line 301, scss/partials/_modules.scss */
.m-document-list {
  width: 550px;
}
/* line 304, scss/partials/_modules.scss */
.m-document-list .pdf {
  background-image: url("/assets/img/icons/pdf-16.png");
  background-repeat: no-repeat;
  padding-left: 28px;
  position: relative;
}
/* line 311, scss/partials/_modules.scss */
.m-document-list .li-header {
  display: block;
  margin-bottom: 0.25em;
}
/* line 316, scss/partials/_modules.scss */
.m-document-list .description-text {
  margin-bottom: 1em;
}
/* line 320, scss/partials/_modules.scss */
.m-document-list li {
  margin-bottom: 2px;
  border-top: 1px dotted #6e6e6e;
  padding: 11px 0 5px 0;
}
/* line 325, scss/partials/_modules.scss */
.m-document-list li.no-border {
  border: none;
}
/* line 328, scss/partials/_modules.scss */
.m-document-list li.blue-type {
  color: #203647;
}
/* line 330, scss/partials/_modules.scss */
.m-document-list li.blue-type.overview {
  font-size: 18px;
}
/* line 333, scss/partials/_modules.scss */
.m-document-list li.blue-type.example {
  margin-left: 30px;
}

/* line 339, scss/partials/_modules.scss */
.m-top-pick {
  position: absolute;
  left: 100%;
  margin-left: 10px;
  background-image: url("/assets/img/icons/star-14-gold.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
  top: 50%;
  margin-top: -5px;
}

/* `.Profile
---------------------------------------------- */
/* line 356, scss/partials/_modules.scss */
#m-profile-header {
  padding: 25px;
}

/* line 360, scss/partials/_modules.scss */
#m-profile-header-avatar {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: #eee;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

/* line 367, scss/partials/_modules.scss */
#m-profile-header-info {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-left: 15px;
}

/* line 374, scss/partials/_modules.scss */
.m-profile-header-link {
  position: relative;
  padding-left: 20px;
}

/* `.Courses
---------------------------------------------- */
/* line 384, scss/partials/_modules.scss */
.m-course-header {
  border-bottom: 1px solid #f5f5f5;
}

/* line 388, scss/partials/_modules.scss */
.m-header-title {
  margin-bottom: 5px;
}

/* `.Starred Items
---------------------------------------------- */
/* line 397, scss/partials/_modules.scss */
.m-no-starred-items {
  padding: 75px 0;
  background-image: url("/assets/img/bg/star-148-green-light.png");
  background-position: center;
  background-repeat: no-repeat;
}

/* `.Highlights
---------------------------------------------- */
/* line 410, scss/partials/_modules.scss */
.m-highlight {
  padding: 20px 50px;
  padding-right: 30px;
}

/* line 415, scss/partials/_modules.scss */
.m-highlight-document {
  margin-bottom: 40px;
}

/* line 419, scss/partials/_modules.scss */
.m-highlight-document-header {
  margin-bottom: 5px;
}

/* line 423, scss/partials/_modules.scss */
.m-highlight-section-header {
  position: relative;
  margin-bottom: 10px;
}

/* line 428, scss/partials/_modules.scss */
.m-highlight-document-section {
  padding: 20px 0;
  margin-left: 30px;
}

/* line 433, scss/partials/_modules.scss */
.m-highlight-li {
  position: relative;
  padding-right: 60px;
  margin-bottom: 20px;
}
/* line 438, scss/partials/_modules.scss */
.m-highlight-li:last-child {
  margin-bottom: 0;
}

/* line 443, scss/partials/_modules.scss */
.m-highlight-text-block {
  margin-bottom: 10px;
}

/* line 447, scss/partials/_modules.scss */
.m-highlight-text {
  background-color: rgba(234, 239, 255, 0.3);
}

/* line 451, scss/partials/_modules.scss */
.m-highlight-text.orange {
  background-color: #FFDAB9;
}

/* line 455, scss/partials/_modules.scss */
.m-highlight-note {
  margin: 0;
}

/* line 459, scss/partials/_modules.scss */
.m-highlight-checkbox {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}

/* line 466, scss/partials/_modules.scss */
.m-no-highlights {
  padding: 60px 0;
  background-image: url("/assets/img/bg/highlighter-139-grey-light.png");
  background-position: center;
  background-repeat: no-repeat;
}

/* `.Inputs
---------------------------------------------- */
/* line 479, scss/partials/_modules.scss */
.m-checkbox-wrapper {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 18px;
}

/* line 487, scss/partials/_modules.scss */
.m-checkbox-label {
  margin-left: 40px;
  display: block;
}

/* `.Overlays
---------------------------------------------- */
/* line 499, scss/partials/_modules.scss */
.overlay-wrapper {
  margin-top: 30px;
  -webkit-transition: margin 0.2s ease-in-out;
  -moz-transition: margin 0.2s ease-in-out;
  -o-transition: margin 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out;
}
/* line 503, scss/partials/_modules.scss */
.overlay-wrapper.s-active {
  margin-top: 20px;
}

/* line 509, scss/partials/_modules.scss */
.m-overlay {
  position: relative;
  background-color: #fff;
  border: 1px solid #b3cecd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.2);
}
/* line 516, scss/partials/_modules.scss */
.m-overlay:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 100%;
}

/* line 526, scss/partials/_modules.scss */
.m-overlay-text {
  padding: 10px;
  margin: 0;
}

/* line 542, scss/partials/_modules.scss */
.m-overlay-footer {
  padding: 10px;
  border-top: 1px solid #d7e5e5;
  background-color: #f4f8f7;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
}

/* line 551, scss/partials/_modules.scss */
.m-profile-overlay {
  top: 100%;
  left: 50%;
  margin-top: 10px;
  width: 200px;
  margin-left: -100px;
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  border: 0;
}

/* `.Separators
---------------------------------------------- */
/* line 566, scss/partials/_modules.scss */
.m-separator-2 {
  background-color: #000;
  height: 2px;
  border: 0;
  margin: 0 auto;
  margin-bottom: 1em;
}

/* `.Expand Collapse
---------------------------------------------- */
/* line 579, scss/partials/_modules.scss */
.m-expand-collapse {
  margin-bottom: 15px;
}
/* line 582, scss/partials/_modules.scss */
.m-expand-collapse header {
  border-bottom: 2px solid #f5f5f5;
  background-image: url("/assets/img/icons/sp-arr-r-14-grey.png");
  background-repeat: no-repeat;
  background-position: 98% center;
}
/* line 588, scss/partials/_modules.scss */
.m-expand-collapse header.s-expanded {
  border-bottom: 2px solid #333;
  background-image: url("/assets/img/icons/sp-arr-d-14-black.png");
}

/* ----------------------------------------------------------------

PAGES

	Landing
	Profile
	Course
	Document
	Anthologies

---------------------------------------------------------------- */
/* `.Landing
---------------------------------------------- */
/* line 18, scss/partials/_pages.scss */
.pg-landing .l-content-wrapper {
  width: auto;
  background-color: #eae5dc;
}
/* line 23, scss/partials/_pages.scss */
.pg-landing .l-wrapper {
  width: auto;
}
/* line 27, scss/partials/_pages.scss */
.pg-landing #g-header {
  padding: 15px 0;
  margin-bottom: 25px;
}
/* line 32, scss/partials/_pages.scss */
.pg-landing #g-logo {
  background: url("/assets/img/site/logo-landing.png") no-repeat;
  width: 237px;
  height: 67px;
}
/* line 38, scss/partials/_pages.scss */
.pg-landing .hp_submit {
  border: 0;
}
/* line 42, scss/partials/_pages.scss */
.pg-landing .meta {
  clear: both;
  padding-top: 10px;
  margin-top: 20px;
}
/* line 50, scss/partials/_pages.scss */
.pg-landing .teacher .explore {
  background-color: #76a7aa;
}
/* line 55, scss/partials/_pages.scss */
.pg-landing .teacher .hp_login {
  background-color: #76a7aa;
}
/* line 59, scss/partials/_pages.scss */
.pg-landing .teacher .hp_login .hp_submit {
  background-color: #203647;
}
/* line 64, scss/partials/_pages.scss */
.pg-landing .teacher .join_here a {
  background-color: #203647;
}

/* line 70, scss/partials/_pages.scss */
.pg-landing-structure {
  width: 810px;
  margin: 0 auto;
}

/* line 75, scss/partials/_pages.scss */
.pg-landing-login {
  float: right;
}
/* line 78, scss/partials/_pages.scss */
.pg-landing-login input {
  display: inline;
}
/* line 82, scss/partials/_pages.scss */
.pg-landing-login .ui-submit {
  background-color: #203647;
  border: 0;
  padding: 5px 10px;
}
/* line 87, scss/partials/_pages.scss */
.pg-landing-login .ui-submit:hover {
  background-color: #364a59;
}

/* line 93, scss/partials/_pages.scss */
#pg-landing-login-nav {
  padding: 11px 0;
}
/* line 96, scss/partials/_pages.scss */
#pg-landing-login-nav li {
  display: inline;
  padding-left: 6px;
  margin-left: 3px;
  border-left: 1px solid #203647;
}
/* line 102, scss/partials/_pages.scss */
#pg-landing-login-nav li.o-first {
  border-left: 0;
}

/* line 108, scss/partials/_pages.scss */
#pg-landing-login-label {
  display: block;
  padding-bottom: 8px;
}

/* line 113, scss/partials/_pages.scss */
#pg-landing-top {
  background-image: url("/assets/img/bg/landing-top.png");
  background-repeat: repeat-x;
  background-color: #dfdbce;
  border-bottom: 1px solid #DCDAD5;
  padding: 25px 0 0;
}

/* line 121, scss/partials/_pages.scss */
#pg-landing-bottom {
  border-top: 1px solid #F7F6F3;
  margin-bottom: 80px;
  background-color: #EAE5DC;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EFEDE7), to(#EAE5DC));
  background-image: -webkit-linear-gradient(top, #EFEDE7, #EAE5DC);
  background-image: -moz-linear-gradient(top, #EFEDE7, #EAE5DC);
  background-image: -ms-linear-gradient(top, #EFEDE7, #EAE5DC);
  background-image: -o-linear-gradient(top, #EFEDE7, #EAE5DC);
  background-color: #f7f7ef;
}

/* line 130, scss/partials/_pages.scss */
#pg-landing-masthead {
  background-image: url("/assets/img/bg/rushmore.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 86px 0 34px;
  margin-bottom: 8px;
  clear: both;
}

/* line 142, scss/partials/_pages.scss */
#pg-landing-text {
  background-image: url("/assets/img/bg/perforation-x.png");
  background-position: bottom;
  background-repeat: repeat-x;
  min-height: 1px;
  padding: 48px 0 70px;
}
/* line 8, scss/partials/_mixins.scss */
#pg-landing-text:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* line 148, scss/partials/_pages.scss */
#pg-landing-tagline {
  background-image: url("/assets/img/bg/perforation-x.png");
  background-position: bottom;
  background-repeat: repeat-x;
}

/* line 152, scss/partials/_pages.scss */
#pg-landing-text-left {
  width: 50%;
  float: left;
  background-image: url("/assets/img/bg/perforation-y.png");
  background-position: right;
  background-repeat: repeat-y;
}
/* line 157, scss/partials/_pages.scss */
#pg-landing-text-left p {
  padding-right: 30px;
  padding-left: 15px;
}

/* line 163, scss/partials/_pages.scss */
#pg-landing-text-right {
  width: 50%;
  float: left;
}
/* line 167, scss/partials/_pages.scss */
#pg-landing-text-right p {
  padding-left: 40px;
  padding-right: 15px;
}

/* line 173, scss/partials/_pages.scss */
#pg-landing-text-bottom {
  padding-top: 60px;
}

/* line 178, scss/partials/_pages.scss */
#pg-landing-footer li {
  float: none;
  display: inline;
  padding: 0 30px;
}

/* line 185, scss/partials/_pages.scss */
#pg-landing-joinHere {
  padding: 30px 0;
}
/* line 188, scss/partials/_pages.scss */
#pg-landing-joinHere a {
  margin-left: 20px;
}

/* `.Profile
---------------------------------------------- */
/* line 199, scss/partials/_pages.scss */
#pg-profile {
  padding: 45px 0 40px;
}
/* line 201, scss/partials/_pages.scss */
#pg-profile .profile-course-name a,
#pg-profile .profile-course-name a:visited {
  color: #000;
}
/* line 205, scss/partials/_pages.scss */
#pg-profile .profile-course-name a.hiatus {
  color: grey;
}

/* line 210, scss/partials/_pages.scss */
.pg-profile-header {
  padding-bottom: 30px;
}

/* line 214, scss/partials/_pages.scss */
.pg-profile-highlights-header {
  border-bottom: 1px solid #f5f5f5;
}

/* line 218, scss/partials/_pages.scss */
.pg-profile-section-content {
  width: 98%;
  margin: 0 auto;
}

/* line 223, scss/partials/_pages.scss */
.pg-profile-sidebar-highlights {
  position: relative;
  background-color: #fcfcfc;
  border-right: 1px solid #f1f1f1;
  height: 100%;
}

/* line 230, scss/partials/_pages.scss */
.pg-profile-sidebar-highlights-header {
  padding: 20px 15px;
  background-color: #fbfdfd;
}

/* line 235, scss/partials/_pages.scss */
.pg-profile-sidebar-highlights-ul {
  border-bottom: 1px solid #ececec;
  background-color: #fbfdfd;
}

/* line 240, scss/partials/_pages.scss */
.pg-profile-sidebar-highlights-li {
  position: relative;
  padding: 10px;
  border-top: 1px solid #ececec;
}

/* line 246, scss/partials/_pages.scss */
.pg-profile-sidebar-highlights-footer {
  padding: 10px;
  border-bottom: 1px solid #ececec;
  background-color: #fbfdfd;
}

/* `.Course
---------------------------------------------- */
/* line 257, scss/partials/_pages.scss */
#pg-course-header {
  padding-top: 35px;
  padding-bottom: 35px;
  background: url("/assets/img/icons/nav-content-bg2.png") repeat-x 0 0 #ededed;
}

/* `.Document
---------------------------------------------- */
/* line 269, scss/partials/_pages.scss */
.pg-document-sidebar a {
  color: #203647;
}
/* line 272, scss/partials/_pages.scss */
.pg-document-sidebar a.active {
  background-image: url("/assets/img/icons/active-document-section-marker.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
}
/* line 278, scss/partials/_pages.scss */
.pg-document-sidebar a.active:hover {
  text-decoration: none;
}
/* line 283, scss/partials/_pages.scss */
.pg-document-sidebar a:hover {
  text-decoration: underline;
}

/* line 289, scss/partials/_pages.scss */
.pg-document-headers {
  margin-bottom: 20px;
}

/* line 293, scss/partials/_pages.scss */
.pg-document-details {
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
}

/* line 298, scss/partials/_pages.scss */
.pg-document-text {
  background: #fff;
  display: block;
  padding: 0 0 29px 0;
  margin: 15px 0 29px 0;
  width: 443px;
  float: left;
}

/* line 307, scss/partials/_pages.scss */
.pg-document-related-resources {
  background-color: #203647;
}
/* line 310, scss/partials/_pages.scss */
.pg-document-related-resources h3 {
  margin: 0;
  padding: 5px 0;
}

/* line 318, scss/partials/_pages.scss */
body.dashboard.signup-edu-how-it-works div.textwrap {
  float: none;
}
/* line 320, scss/partials/_pages.scss */
body.dashboard.signup-edu-how-it-works div.textwrap div.text {
  width: 100%;
  padding: 0;
  margin-left: 0;
}
/* line 324, scss/partials/_pages.scss */
body.dashboard.signup-edu-how-it-works div.textwrap div.text #how-works-speakerdeck {
  text-align: center;
}

/* `.CSU
---------------------------------------------- */
/* line 334, scss/partials/_pages.scss */
#droid-font {
  font-family: 'Droid Sans', sans-serif;
}

/* line 338, scss/partials/_pages.scss */
.csu-header .main-image {
  width: 990px;
  height: 305px;
}
/* line 341, scss/partials/_pages.scss */
.csu-header .main-image.home {
  height: 100%;
}
/* line 345, scss/partials/_pages.scss */
.csu-header .image-shadow {
  -webkit-box-shadow: inset 0px 0px 43px #f5f5f5;
  -moz-box-shadow: inset 0px 0px 43px #f5f5f5;
  box-shadow: inset 0px 0px 43px #f5f5f5;
  width: 990px;
  height: 2px;
}
/* line 350, scss/partials/_pages.scss */
.csu-header .bottom {
  position: absolute;
  margin-top: -9px;
}

/* line 357, scss/partials/_pages.scss */
.home.space {
  text-align: center;
  margin-top: -40px;
}
/* line 361, scss/partials/_pages.scss */
.home a.white {
  color: white;
  font-weight: 600;
  font-size: 15px;
}

/* line 368, scss/partials/_pages.scss */
.csu-overlay {
  margin-top: -115px;
  position: absolute;
}
/* line 373, scss/partials/_pages.scss */
.csu-overlay .home .text-box .space {
  padding-top: 40px;
}
/* line 379, scss/partials/_pages.scss */
.csu-overlay .circle {
  width: 189px;
  margin-left: 88px;
  margin-right: 30px;
  -webkit-box-shadow: 0px 0px 43px #afafaf;
  -moz-box-shadow: 0px 0px 43px #afafaf;
  box-shadow: 0px 0px 43px #afafaf;
  border-radius: 95px;
  -moz-border-radius: 95px;
  -webkit-border-radius: 95px;
}
/* line 386, scss/partials/_pages.scss */
.csu-overlay li {
  display: inline;
  float: left;
  position: relative;
}
/* line 392, scss/partials/_pages.scss */
.csu-overlay .text-box {
  width: 200px;
  text-align: center;
  padding-top: 15px;
}
/* line 396, scss/partials/_pages.scss */
.csu-overlay .text-box h1 {
  text-align: center;
  text-transform: uppercase;
  padding-left: 85px;
  width: 100%;
  padding-bottom: 15px;
  color: #2b5671;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
/* line 407, scss/partials/_pages.scss */
.csu-overlay .text-box p {
  width: 261px;
  padding-left: 55px;
  height: 75px;
  color: #6f6f6f;
  font-size: 15px;
}
/* line 414, scss/partials/_pages.scss */
.csu-overlay .text-box a.white {
  color: white;
  font-weight: 600;
  font-size: 15px;
}
/* line 419, scss/partials/_pages.scss */
.csu-overlay .text-box a.highlight {
  color: #e58c00;
  text-decoration: none;
}
/* line 423, scss/partials/_pages.scss */
.csu-overlay .text-box .space {
  padding-left: 85px;
  width: 100%;
  padding-top: 25px;
}

/* line 431, scss/partials/_pages.scss */
.background-texture {
  background-image: url("/images/csu/background-texture.png");
  width: 990px;
  height: 314px;
  margin-top: -8px;
}
/* line 436, scss/partials/_pages.scss */
.background-texture.homeschool {
  height: 275px;
}

/* line 441, scss/partials/_pages.scss */
.csu-logo {
  width: 170px;
  height: 84px;
  float: right;
  margin-top: 5px;
}

/* line 448, scss/partials/_pages.scss */
.texture-separator {
  box-shadow: inset 0px 50px 50px -10px #ebebea;
  -webkit-box-shadow: inset 0px 50px 50px -10px #ebebea;
  -moz-box-shadow: inset 0px 50px 50px -10px #ebebea;
  margin-top: 2px;
  height: 65px;
  width: 990px;
}
/* line 453, scss/partials/_pages.scss */
.texture-separator.bottom {
  margin-top: 20px;
  box-shadow: inset 0px 50px 100px -10px #ebebea;
  -webkit-box-shadow: inset 0px 50px 50px -10px #ebebea;
  -moz-box-shadow: inset 0px 50px 50px -10px #ebebea;
}

/* line 458, scss/partials/_pages.scss */
.bottom-text {
  margin: 71px auto;
  width: 841px;
  margin-top: 0px;
}
/* line 462, scss/partials/_pages.scss */
.bottom-text h1 {
  text-align: center;
  padding-bottom: 25px;
  font-size: 25px;
  color: #2b5671;
}
/* line 468, scss/partials/_pages.scss */
.bottom-text p {
  text-align: center;
  padding-bottom: 30px;
  font-size: 15px;
  color: #6f6f6f;
}
/* line 473, scss/partials/_pages.scss */
.bottom-text p a {
  color: #e58c00;
  text-decoration: none;
}
/* line 478, scss/partials/_pages.scss */
.bottom-text .border {
  background: url("/assets/img/site/border.png") no-repeat;
  width: 840px;
  height: 1px;
}
/* line 483, scss/partials/_pages.scss */
.bottom-text li {
  display: inline;
  float: left;
  position: relative;
  height: 65px;
  padding-left: 6px;
  color: #28475a;
  font-family: Arial;
  font-weight: bold;
  font-size: 17px;
  padding-top: 6px;
  width: 210px;
}
/* line 496, scss/partials/_pages.scss */
.bottom-text ul.call-to-action {
  width: 680px;
  margin: 16px auto;
  height: 30px;
}
/* line 500, scss/partials/_pages.scss */
.bottom-text ul.call-to-action .action {
  width: 189px;
}
/* line 503, scss/partials/_pages.scss */
.bottom-text ul.call-to-action li a {
  margin-left: 8px;
}
/* line 506, scss/partials/_pages.scss */
.bottom-text ul.call-to-action .no-link {
  color: #28475a;
  font-family: Arial;
  font-weight: bold;
  font-size: 17px;
  text-align: left;
  margin-left: 30px;
}
/* line 515, scss/partials/_pages.scss */
.bottom-text .icon {
  float: left;
}
/* line 518, scss/partials/_pages.scss */
.bottom-text .phone {
  width: 18px;
  height: 24px;
}
/* line 522, scss/partials/_pages.scss */
.bottom-text .email {
  width: 22px;
  height: 16px;
  margin-top: 3px;
}
/* line 527, scss/partials/_pages.scss */
.bottom-text .document {
  width: 24px;
  height: 24px;
}

/* Account Page */
/* line 534, scss/partials/_pages.scss */
.edit_information .submit_login {
  width: 75px;
  position: relative;
  top: 50px;
  margin-bottom: 55px;
  margin-left: -15px;
}

/* line 542, scss/partials/_pages.scss */
#login_form .account-login {
  padding: 5px 17px;
  color: white;
  width: auto;
  height: auto;
}

/* line 549, scss/partials/_pages.scss */
.pg-document-related-resources h2 {
  color: white;
  padding: 5px 0;
  margin: 0;
}

/* line 555, scss/partials/_pages.scss */
.m-content .m-content-tabs h2 {
  line-height: 12px;
}

/* line 559, scss/partials/_pages.scss */
.label-indentation label {
  text-indent: -99999px;
  position: absolute;
}

/* Student Register, checkout page */
/* line 565, scss/partials/_pages.scss */
.checkout-button {
  color: white;
  width: auto;
  height: auto;
  padding: 2px 30px;
}

/* line 572, scss/partials/_pages.scss */
.professor_selection .register-h2 {
  color: #267170;
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
}

/* Accessibility updates */
/* line 585, scss/partials/_pages.scss */
.focus-acc {
  outline-color: #5b9dee;
  outline-width: 5px;
  outline-style: auto;
}

/* Textbook Documents Page */
/* line 591, scss/partials/_pages.scss */
ul.sidebar_two li.textbook-sidebar {
  color: #203647;
}
/* line 593, scss/partials/_pages.scss */
ul.sidebar_two li.textbook-sidebar.under {
  text-decoration: underline;
}
/* line 596, scss/partials/_pages.scss */
ul.sidebar_two li.textbook-sidebar.entry {
  border-bottom: solid 1px #cccccc;
  line-height: normal;
  padding-bottom: 5px;
}
/* line 600, scss/partials/_pages.scss */
ul.sidebar_two li.textbook-sidebar.entry :hover {
  text-decoration: underline;
}

/* line 605, scss/partials/_pages.scss */
form li.error {
  color: #FF0000;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 4px;
}

/* line 612, scss/partials/_pages.scss */
form .hidden {
  display: none;
}

/* line 615, scss/partials/_pages.scss */
#customize_login_button {
  top: -42px;
}

/* line 618, scss/partials/_pages.scss */
.crumbs {
  clear: both;
}

/* line 621, scss/partials/_pages.scss */
.breadcrumb-textbook {
  font-size: 14px;
  overflow: hidden;
  padding-bottom: 10px;
}
/* line 625, scss/partials/_pages.scss */
.breadcrumb-textbook li.crumb-li {
  float: left;
}

/* Document page */
/* line 631, scss/partials/_pages.scss */
.overview blockquote {
  font-size: 13px;
}

/* line 636, scss/partials/_pages.scss */
.green-button {
  height: 48px;
  width: 150px;
  color: #FFFFFF;
  font-size: 36px !important;
  text-align: center;
  font-family: "museo";
  margin: 0 0 16px 0;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background: #2ba846;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJiYTg0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZjZkMWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #2ba846 0%, #0f6d1d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2ba846), color-stop(100%, #0f6d1d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2ba846 0%, #0f6d1d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2ba846 0%, #0f6d1d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2ba846 0%, #0f6d1d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2ba846 0%, #0f6d1d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ba846', endColorstr='#0f6d1d',GradientType=0 );
  /* IE6-8 */
}

/* line 660, scss/partials/_pages.scss */
.document-purchase .purchase-query, .document-purchase ul {
  color: green;
  font-size: 18px;
  font-family: "museo";
  font-weight: 500;
}

/* line 666, scss/partials/_pages.scss */
.purchase-document-button {
  display: block;
  width: 150px;
  position: relative;
  outline: none;
}

/* line 672, scss/partials/_pages.scss */
.single-document-purchase {
  outline: none;
}

/* line 675, scss/partials/_pages.scss */
.single-document-purchase:hover {
  cursor: pointer;
}

/* line 678, scss/partials/_pages.scss */
.document-purchase ul li {
  margin-left: 24px;
  font-size: 18px;
}

/* line 682, scss/partials/_pages.scss */
.document-purchase ul li:before {
  content: "• ";
  color: #FF6308;
}

/* line 687, scss/partials/_pages.scss */
.d2c-form-group {
  width: 280px;
  margin-bottom: 16px;
}

/* line 692, scss/partials/_pages.scss */
.d2c-form-group select {
  width: 300px;
  float: left;
}

/* line 696, scss/partials/_pages.scss */
.d2c-form-group input {
  border: 0;
  /* background: url(images/field.png) no-repeat 0 0; */
  background: #fff;
  width: 282px;
  height: 25px;
  line-height: 14px;
  padding: 7px 10px 3px 10px;
  border-radius: 0;
  -webkit-box-shadow: inset 3px 3px 7px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 3px 3px 7px 0 rgba(0, 0, 0, 0.4);
  border: 1px solid #b5b9b9;
}

/* line 710, scss/partials/_pages.scss */
.d2c-overlay {
  background-color: #eeeeee;
  border-radius: 16px;
  border: 2px solid #203546;
  z-index: 1000;
  outline: none;
}

/* line 717, scss/partials/_pages.scss */
.d2c-holder {
  padding: 16px;
}

/* line 720, scss/partials/_pages.scss */
.d2c-container {
  width: 730px;
  height: 550px;
  z-index: 10000;
}

/* line 726, scss/partials/_pages.scss */
.d2c-info {
  width: 370px;
  float: right;
  margin-top: 54px;
}

/* line 732, scss/partials/_pages.scss */
.d2c-info-inner {
  background-color: #d6e4d7;
  height: 410px;
  font-family: "museo";
}

/* line 737, scss/partials/_pages.scss */
.d2c-milestone-logo {
  background: url("/assets/css/images/d2c-milestone-logo.png");
  width: 296px;
  height: 83px;
  margin: 24px auto;
}

/* line 743, scss/partials/_pages.scss */
.d2c-forms {
  width: 310px;
}

/* line 747, scss/partials/_pages.scss */
.d2c-assistance {
  float: right;
  text-align: center;
  margin-top: 16px;
}

/* line 753, scss/partials/_pages.scss */
div.d2c-options > label > input {
  visibility: hidden;
}

/* line 757, scss/partials/_pages.scss */
div.d2c-options > label {
  display: block;
  padding: 0 0 20px 0;
  font-family: "museo";
  font-size: 20px;
}

/* line 764, scss/partials/_pages.scss */
div.d2c-options > label > .img {
  display: inline-block;
  padding: 0px;
  height: 40px;
  width: 40px;
  -webkit-box-shadow: inset 2px 2px 2px #000000;
  -moz-box-shadow: inset 2px 2px 2px #000000;
  box-shadow: inset 2px 2px 2px #000000;
  background: #FFFFFF;
  position: relative;
  top: 8px;
}

/* line 777, scss/partials/_pages.scss */
div.d2c-options > label > input:checked + .img {
  background-image: url("/assets/css/images/checkmark.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
  font-family: "museo";
}

/* line 785, scss/partials/_pages.scss */
.card-only {
  margin-top: 51px;
}

/* line 788, scss/partials/_pages.scss */
.d2c-options p {
  text-align: center;
  font-family: "museo";
}

/* line 793, scss/partials/_pages.scss */
.d2c-submit-button {
  width: 160px;
  height: 50px;
  margin: auto;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  font-family: "museo";
  color: #FFFFFF;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 2px #FFFFFF solid;
  background: #576673;
  background: -moz-linear-gradient(top, #576673 1%, #1f2e3b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #576673), color-stop(100%, #1f2e3b));
  background: -webkit-linear-gradient(top, #576673 1%, #1f2e3b 100%);
  background: -o-linear-gradient(top, #576673 1%, #1f2e3b 100%);
  background: -ms-linear-gradient(top, #576673 1%, #1f2e3b 100%);
  background: linear-gradient(to bottom, #576673 1%, #1f2e3b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#576673', endColorstr='#1f2e3b',GradientType=0 );
  transition: all 0.4s ease;
}
/* line 815, scss/partials/_pages.scss */
.d2c-submit-button.disabled {
  background: #7d9099;
  border-color: #000000;
}

/* line 821, scss/partials/_pages.scss */
.d2c-submit-button:hover {
  border-color: #000000;
  cursor: pointer;
}

/* line 826, scss/partials/_pages.scss */
#submit_payment.hidden {
  display: none;
}

/* line 830, scss/partials/_pages.scss */
.d2c-head {
  margin-top: 60px;
}

/* line 834, scss/partials/_pages.scss */
#d2c-complete-form {
  text-align: center;
  margin-top: 64px;
}

/* line 839, scss/partials/_pages.scss */
#d2c-complete-form p {
  font-size: 18px;
  font-family: "museo";
  line-height: 24px;
}

/* line 844, scss/partials/_pages.scss */
#d2c-complete-form h1 {
  text-align: center;
  font-size: 32px;
  font-family: "museo";
  margin-bottom: 32px;
}

/* line 851, scss/partials/_pages.scss */
#d2c-complete-form .view_documents {
  margin-top: 16px;
  text-decoration: underline;
}

/* line 856, scss/partials/_pages.scss */
#colorbox.d2c-overlay #cboxClose, #colorbox.customize-overlay #cboxClose {
  top: 20px;
  position: absolute;
  right: 16px;
  font-size: 18px !important;
  color: #000000;
  outline: none;
}

/* line 865, scss/partials/_pages.scss */
html.processing button#cboxClose {
  display: none;
}

/* line 869, scss/partials/_pages.scss */
.content.school-home h1, .content.school-home p {
  font-family: "museo";
  color: #233645;
  font-weight: normal;
}

/* line 875, scss/partials/_pages.scss */
.content.school-home table {
  margin: auto;
  font-family: "museo";
}

/* line 879, scss/partials/_pages.scss */
.side-box {
  border: 1px solid;
  font-family: "museo";
  font-size: 26px;
  text-align: center;
  padding: 8px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 8px;
  width: 180px;
}

/* line 890, scss/partials/_pages.scss */
.doc-college-box {
  background: #fcf5ed;
}

/* line 894, scss/partials/_pages.scss */
.doc-k12-box {
  background: #e9f5f5;
}

/* line 898, scss/partials/_pages.scss */
.sidebar-button {
  text-align: center;
  margin: auto;
  width: 140px;
  height: 42px;
  background: #203647;
  color: #FFFFFF;
  font-family: "museo";
  font-size: 24px !important;
  font-weight: 300;
  margin-top: 8px;
}

/* line 910, scss/partials/_pages.scss */
.clear-body {
  background: none;
}

/* line 913, scss/partials/_pages.scss */
.alert.alert-warning, .alert.alert-error {
  color: #FF0000;
  font-size: 12px;
  font-family: "museo";
}

/* line 918, scss/partials/_pages.scss */
.cboxIframe {
  width: 100%;
  height: 100%;
}

/* line 2, scss/partials/_style.scss */
.post-content {
  float: left;
  display: inline;
  width: 750px;
}

/* line 4, scss/partials/_style.scss */
.post-add {
  float: right;
  display: inline;
  position: relative;
}

/* line 5, scss/partials/_style.scss */
.post-add a {
  color: #333333;
  font-size: 13px;
}

/* line 6, scss/partials/_style.scss */
.post-add .ico-book {
  top: 3px;
  position: relative;
  left: 5px;
}

/* line 7, scss/partials/_style.scss */
.post-add .table-checks {
  text-align: right;
}

/* line 8, scss/partials/_style.scss */
.post-add .added .ico-book {
  background: url("/assets/img/icons/ico-book-green.png");
  position: absolute;
  top: 10px;
  right: 8px;
  left: auto;
}

/* line 9, scss/partials/_style.scss */
.post-add .checks {
  padding-bottom: 10px;
}

/* line 11, scss/partials/_style.scss */
.table-small th {
  text-align: right;
  font-size: 13px;
  line-height: 22px;
  font-family: 'museo300', arial, serif;
  color: #333333;
  font-weight: normal;
  border-bottom: 1px solid #e6e6e6;
  padding: 8px 0;
}

/* line 12, scss/partials/_style.scss */
.table-small th a {
  color: #333;
}

/* line 13, scss/partials/_style.scss */
.table-small td {
  text-align: right;
  font-family: 'museo300', arial, serif;
  font-size: 13px;
  line-height: 22px;
  color: #333333;
  border-top: 1px dotted #6e6e6e;
  padding: 11px 0 5px 0;
}

/* line 14, scss/partials/_style.scss */
.table-small .no-border td {
  border: 0;
}

/* line 15, scss/partials/_style.scss */
.table-small td:first-child {
  width: 400px;
  text-align: left;
}

/* line 16, scss/partials/_style.scss */
.table-small .add-button {
  font-size: 13px;
  line-height: 22px;
  color: #333;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 7px 13px 6px 10px;
  position: relative;
}

/* line 17, scss/partials/_style.scss */
.table-small .add-button.all-docs-added {
  width: 16px;
  height: 14px;
  background: url("/assets/img/icons/ico-green.png") no-repeat 0 0;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 18, scss/partials/_style.scss */
.table-small .add-button:hover .tooltip {
  display: block;
}

/* line 19, scss/partials/_style.scss */
.table-small .add-button.active {
  background-color: #203647;
  color: #fff;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
}

/* line 20, scss/partials/_style.scss */
.table-small .add-button.active .ico-book {
  background-image: url("/assets/img/icons/ico-book-white.png");
}

/* line 21, scss/partials/_style.scss */
.table-small .add-button .ico-book {
  top: 2px;
  position: relative;
  margin-left: 7px;
  display: inline-block;
}

/* line 22, scss/partials/_style.scss */
.table-small .m-content .add-button {
  margin-top: -10px;
}

/* line 23, scss/partials/_style.scss */
.table-small .m-content .table-checks {
  margin-top: -10px;
}

/* line 24, scss/partials/_style.scss */
.table-small .m-content .table-checks-holder {
  top: -25px;
}

/* line 25, scss/partials/_style.scss */
.table-title {
  font-size: 11px;
  font-weight: bold;
  color: #76a8aa;
  padding-top: 23px;
}

/* line 26, scss/partials/_style.scss */
.js-table .ui-sortable th.unit-title-row {
  border: none;
}

/* line 27, scss/partials/_style.scss */
.js-table .ui-sortable td.course-title {
  text-align: left;
  padding-left: 20px;
}

/* line 29, scss/partials/_style.scss */
.table-checks-holder {
  position: relative;
  text-align: right;
  float: right;
}

/* line 30, scss/partials/_style.scss */
.table-small .m-content .all-docs .table-checks-holder {
  top: 0;
  float: none;
}

/* line 31, scss/partials/_style.scss */
.table-checks {
  width: 351px;
  position: absolute;
  top: 33px;
  right: 0;
  background-color: #203647;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 15px 13px 10px 13px;
  z-index: 999;
  display: none;
}

/* line 32, scss/partials/_style.scss */
.table-checks.expanded, .table-checks-holder.expanded {
  display: block;
}

/* line 33, scss/partials/_style.scss */
ul.blog .table-checks h4, .table-checks-holder h4 {
  padding-bottom: 15px;
  text-align: right;
  font-size: 12px;
  color: #fff;
  margin: 0;
  line-height: 14px;
  top: 0;
  font-weight: bold;
  text-indent: -1px;
}

/* line 35, scss/partials/_style.scss */
.contentwrap .table-checks-holder .add-button {
  float: right;
  display: inline;
  display: block;
  background-color: #203647;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: 'museo300', arial, serif;
  padding: 7px 15px 7px 10px;
  margin-bottom: 23px;
}

/* line 36, scss/partials/_style.scss */
.contentwrap .table-checks-holder .add-button .ico-book {
  background-image: url("/assets/img/icons/ico-book-white.png");
  position: relative;
  top: 2px;
  margin-left: 5px;
}

/* line 37, scss/partials/_style.scss */
.contentwrap .table-checks-holder .added .ico-book {
  background-image: url("/assets/img/icons/ico-book-green.png");
}

/* line 38, scss/partials/_style.scss */
.contentwrap .table-checks-holder .add-button.added {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
  background: url("/assets/img/icons/check-green.png") no-repeat 31px 9px;
  min-width: 59px;
  min-height: 22px;
}

/* line 40, scss/partials/_style.scss */
#g-header .g-header-user-nav-li .ico-acc {
  position: relative;
  top: 2px;
  padding-right: 10px;
}

/* line 41, scss/partials/_style.scss */
#g-nav .g-nav-li .ico-profile {
  padding: 0 3px 0 7px;
}

/* line 42, scss/partials/_style.scss */
#g-nav .g-nav-li .ico-arr {
  position: relative;
  top: -3px;
  margin-left: 5px;
}

/* line 43, scss/partials/_style.scss */
#g-nav .g-nav-li:hover > a .ico-arr {
  background-image: url("/assets/img/icons/ico-arr-white.png");
}

/* line 45, scss/partials/_style.scss */
p.checks {
  padding-bottom: 14px;
}

/* line 46, scss/partials/_style.scss */
p.checks label {
  position: relative;
  padding: 6px 40px 4px 0;
  line-height: 20px;
  font-size: 13px;
  font-weight: bold;
  font-size: 14px;
  color: #76a8aa;
}

/* line 47, scss/partials/_style.scss */
p.checks label input {
  display: none;
}

/* line 48, scss/partials/_style.scss */
p.checks label span {
  background: url("/assets/img/icons/checkbox.png") no-repeat 0 bottom;
  width: 27px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}

/* line 49, scss/partials/_style.scss */
p.checks label.checked span {
  background-position: 0 0;
  padding: 0;
}

/* line 51, scss/partials/_style.scss */
.course-redesign#courses-educator .second-checks p.checks label {
  display: inline;
  font-weight: normal;
  padding-right: 0;
  padding-left: 36px;
  color: #333333;
  font-family: 'palatino', arial, serif;
  font-size: 12px;
}

/* line 52, scss/partials/_style.scss */
.course-redesign#courses-educator .second-checks p.checks label span {
  background: url("/assets/img/icons/checks2.png") no-repeat 0 0;
  right: auto;
  left: 0;
}

/* line 53, scss/partials/_style.scss */
.course-redesign#courses-educator .second-checks p.checks label.checked span {
  background-position: 0 bottom;
  padding: 0;
}

/* line 55, scss/partials/_style.scss */
.table-small .add-button.added {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
  background: url("/assets/img/icons/check-green.png") no-repeat 31px 9px;
  min-width: 59px;
  min-height: 22px;
  display: inline-block;
}

/* line 57, scss/partials/_style.scss */
.table-small .add-button .tooltip {
  display: none;
}

/* line 58, scss/partials/_style.scss */
.table-small .add-button:hover .tool-remove {
  display: none;
}

/* line 59, scss/partials/_style.scss */
.table-small .add-button.added:hover .tooltip {
  display: none;
}

/* line 60, scss/partials/_style.scss */
.table-small .add-button.added:hover .tool-remove {
  display: block;
}

/* line 61, scss/partials/_style.scss */
.added .ico-book {
  background-image: url("/assets/img/icons/ico-book-green.png");
}

/* line 63, scss/partials/_style.scss */
.tab-holder {
  border: 1px solid #c5c5c5;
  position: relative;
  margin-top: 60px;
  z-index: 9;
  background: url("/assets/img/icons/tab-shadow.png") no-repeat 0 0;
  padding-left: 14px;
}

/* line 65, scss/partials/_style.scss */
.ico-acc {
  width: 14px;
  height: 14px;
  background: url("/assets/img/icons/ico-acc.png") no-repeat 0 0;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 66, scss/partials/_style.scss */
.ico-profile {
  width: 16px;
  height: 14px;
  background: url("/assets/img/icons/ico-profile.png") no-repeat 0 0;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 67, scss/partials/_style.scss */
.ico-arr {
  width: 9px;
  height: 5px;
  background: url("/assets/img/icons/ico-arr.png") no-repeat 0 0;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 68, scss/partials/_style.scss */
.ico-list {
  width: 20px;
  height: 24px;
  background: url("/assets/img/icons/ico-list.png") no-repeat 0 0;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 69, scss/partials/_style.scss */
.ico-pen {
  width: 20px;
  height: 24px;
  background: url("/assets/img/icons/ico-pen.png") no-repeat 0 0;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 70, scss/partials/_style.scss */
.ico-plus {
  width: 10px;
  height: 10px;
  background: url("/assets/img/icons/ico-plus.png") no-repeat 0 0;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 71, scss/partials/_style.scss */
.ico-refresh {
  width: 14px;
  height: 14px;
  background: url("/assets/img/icons/ico-refresh.png") no-repeat 0 0;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 72, scss/partials/_style.scss */
.ico-refresh-white {
  width: 14px;
  height: 14px;
  background: url("/assets/img/icons/ico-refresh-white.png") no-repeat 0 0;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 73, scss/partials/_style.scss */
.ico-update {
  width: 16px;
  height: 16px;
  background: url("/assets/img/icons/ico-update.png") no-repeat 0 0;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 74, scss/partials/_style.scss */
.ico-delete {
  width: 14px;
  height: 14px;
  background: url("/assets/img/icons/ico-delete.png") no-repeat 0 0;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}

/* line 75, scss/partials/_style.scss */
.ico-book {
  width: 16px;
  height: 14px;
  background: url("/assets/img/icons/ico-book.png") no-repeat 0 0;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 76, scss/partials/_style.scss */
.ico-list-plus {
  width: 16px;
  height: 18px;
  background: url("/assets/img/icons/ico-list-add.png") no-repeat 0 0;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 77, scss/partials/_style.scss */
.ico-zoom {
  width: 16px;
  height: 16px;
  background: url("/assets/img/icons/ico-zoom.png") no-repeat 0 0;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  position: relative;
  top: 2px;
}

/* line 78, scss/partials/_style.scss */
.ico-big-list {
  width: 47px;
  height: 57px;
  background: url("/assets/img/icons/ico-list-big.png") no-repeat 0 0;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  position: relative;
  margin-right: 12px;
}

/* line 79, scss/partials/_style.scss */
.ico-big-setting {
  width: 70px;
  height: 69px;
  background: url("/assets/img/icons/ico-big-setting.png") no-repeat 0 0;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  position: relative;
  margin-right: 12px;
}

/* line 80, scss/partials/_style.scss */
.ico-big-news {
  width: 78px;
  height: 60px;
  background: url("/assets/img/icons/ico-news.png") no-repeat 0 0;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  position: relative;
  margin-right: 12px;
}

/* line 81, scss/partials/_style.scss */
.ico-calendar {
  width: 16px;
  height: 16px;
  background: url("/assets/img/icons/ico-cal.png") no-repeat 0 0;
  position: absolute;
  top: 9px;
  left: 10px;
}

/* line 82, scss/partials/_style.scss */
.datepicker-holder {
  position: relative;
}

/* line 83, scss/partials/_style.scss */
.datepicker:hover {
  cursor: pointer;
}

/* line 85, scss/partials/_style.scss */
.tooltip {
  background-color: grey;
  opacity: .97;
  display: none;
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-left: -91px;
  width: 200px;
  /* background: url("/assets/img/icons/tool-bg.png") repeat 0 0; */
  z-index: 999;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
  text-indent: 0;
  font-size: 13px;
  line-height: 15px;
  padding: 10px;
  text-align: center;
}

/*.tooltip.refresh {top:-60px;}*/
/* line 87, scss/partials/_style.scss */
.tooltip2 {
  width: 143px;
  margin-left: -71px;
}

/* line 88, scss/partials/_style.scss */
.tooltip em {
  width: 7px;
  height: 4px;
  background: url("/assets/img/icons/arr-tool.png") no-repeat 0 0;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
}

/*.js-table-row .tooltip {top:-35px;left:0;}*/
/*.second-checks .tooltip {top:-88px;}*/
/* line 92, scss/partials/_style.scss */
.course-redesign .field {
  font-size: 13px;
  color: #333333;
  line-height: 13px;
  border: 1px solid #e3e3e5;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  text-align: right;
  font-family: 'palatino', arial, serif;
  padding: 9px 13px 8px 30px;
  background: none;
}

/* line 93, scss/partials/_style.scss */
.course-redesign .field-small {
  width: 79px;
}

/* line 94, scss/partials/_style.scss */
.course-redesign .field-small.no-border {
  border-color: transparent;
}

/* line 96, scss/partials/_style.scss */
.chzn-container {
  width: 273px !important;
}

/* line 97, scss/partials/_style.scss */
.article-form .vmg-chosen-member-container {
  margin: -48px 0 0 68px;
  position: absolute;
}

/* line 98, scss/partials/_style.scss */
.article-form .vmg-chosen-member-container input {
  width: 235px !important;
}

/* line 99, scss/partials/_style.scss */
.article-form .vmg-chosen-member-container .chzn-drop {
  width: 271px !important;
}

/* line 101, scss/partials/_style.scss */
.page-head {
  padding: 68px 0 23px 0;
  border-bottom: 1px dotted #6e6e6e;
  margin-bottom: 61px;
  float: left;
}

/* line 103, scss/partials/_style.scss */
.page-info {
  width: 440px;
  float: left;
  display: inline;
}

/* line 104, scss/partials/_style.scss */
.page-info h2 {
  font-size: 32px;
  line-height: 35px;
  font-weight: normal;
}

/* line 105, scss/partials/_style.scss */
.page-info ul {
  list-style-type: none;
  padding-top: 18px;
}

/* line 106, scss/partials/_style.scss */
.page-info ul li {
  display: inline;
  padding-right: 17px;
  font-size: 12px;
}

/* line 107, scss/partials/_style.scss */
.page-info ul li strong {
  font-size: 15px;
}

/* line 108, scss/partials/_style.scss */
.main.course-redesign {
  padding: 0 30px 50px 30px;
}

/* line 110, scss/partials/_style.scss */
.page-options {
  float: right;
  display: inline;
  width: 490px;
  padding-top: 30px;
}

/* line 111, scss/partials/_style.scss */
.page-info {
  width: 440px;
  float: left;
  display: inline;
}

/* line 112, scss/partials/_style.scss */
.page-info ul {
  list-style-type: none;
  padding-top: 18px;
}

/* line 113, scss/partials/_style.scss */
.page-info ul li {
  display: inline;
  padding-right: 17px;
  font-size: 14px;
}

/* line 114, scss/partials/_style.scss */
.page-info ul li strong {
  font-size: 15px;
}

/* line 116, scss/partials/_style.scss */
.sources-content {
  width: 610px;
  float: left;
  display: inline;
  padding-top: 5px;
}

/* line 118, scss/partials/_style.scss */
.courses-sidebar {
  float: right;
  display: inline;
  width: 280px;
}

/* line 120, scss/partials/_style.scss */
.course-redesign a.re-button, .course-redesign input.re-button {
  font-family: 'museo700', arial, serif;
  color: #fff;
  background-color: #e58c00;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 7px 15px 3px 17px;
  border-bottom: 2px solid #aa6801;
  position: relative;
}

/* line 121, scss/partials/_style.scss */
.course-redesign a.re-button:hover {
  color: #fff;
}

/* line 122, scss/partials/_style.scss */
.course-redesign a.re-button-green {
  background-color: #76a8aa;
  border-color: #4c7375;
}

/* line 123, scss/partials/_style.scss */
.course-redesign a.re-button-option {
  background: #76a8aa;
  padding: 4px 33px 2px 8px;
  border: 1px solid #669293;
  font-size: 11px;
  font-family: 'palatinoBold', arial, serif;
  min-width: 46px;
  position: relative;
}

/* line 124, scss/partials/_style.scss */
.course-redesign a.re-button-option.active {
  padding: 4px 8px 2px 33px;
  text-align: right;
}

/* line 125, scss/partials/_style.scss */
.course-redesign a {
  text-decoration: none;
}

/* line 126, scss/partials/_style.scss */
.course-redesign h3 {
  font-size: 20px;
  line-height: 25px;
  font-family: 'museo700', arial, serif;
  font-weight: normal;
  color: #76a8aa;
  position: relative;
  text-transform: uppercase;
}

/* line 127, scss/partials/_style.scss */
.course-redesign .new-post {
  margin-bottom: 15px;
  background-color: #76a8aa;
  padding: 19px 16px;
  display: none;
  overflow: hidden;
}

/* line 128, scss/partials/_style.scss */
.course-redesign .new-post .button-submit {
  line-height: 31px;
}

/* line 129, scss/partials/_style.scss */
.course-redesign .widget-post {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  background-color: #f0f0f0;
  margin-bottom: 24px;
  font-size: 13px;
  padding: 17px 10px 10px 20px;
  position: relative;
}

/* line 130, scss/partials/_style.scss */
.course-redesign .widget-post-hide {
  display: none;
}

/* line 131, scss/partials/_style.scss */
.course-redesign .widget-post p {
  padding-bottom: 10px;
}

/* line 132, scss/partials/_style.scss */
.course-redesign .widget-post p strong {
  font-size: 12px;
  font-weight: normal;
  font-family: 'palatinoBold', arial, serif;
}

/* line 133, scss/partials/_style.scss */
.course-redesign .widget-post-meta {
  position: relative;
}

/* line 134, scss/partials/_style.scss */
.course-redesign .widget-post-meta .ico-delete {
  position: absolute;
  top: 1px;
  right: 5px;
}

/* line 136, scss/partials/_style.scss */
.course-redesign .re-button .ico {
  margin-right: 6px;
  position: absolute;
  top: 50%;
  left: 17px;
  margin-top: -3px;
}

/* line 137, scss/partials/_style.scss */
.course-redesign a.button-ico {
  padding-left: 35px;
  margin-bottom: -2px;
}

/* line 138, scss/partials/_style.scss */
.course-redesign .button-ico .ico-list-plus {
  left: 12px;
  margin-top: -7px;
}

/* line 139, scss/partials/_style.scss */
.course-redesign#courses-educator .new-post form .field-textarea {
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  border: 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  resize: none;
  font-family: 'palatino', arial, serif;
  padding: 15px 13px;
  width: 223px;
  height: 88px;
}

/* line 140, scss/partials/_style.scss */
.course-redesign#courses-educator input.button-submit {
  border: 0;
  height: 31px;
  width: 97px;
  text-align: center;
  padding: 0;
  float: right;
  display: inline;
  border-bottom: 2px solid #aa6801;
  margin-top: 13px;
}

/* line 142, scss/partials/_style.scss */
.page-options-buttons {
  float: right;
  display: inline;
}

/* line 143, scss/partials/_style.scss */
.page-options-buttons .button {
  margin-left: 4px;
}

/* line 145, scss/partials/_style.scss */
.side-head {
  padding-bottom: 15px;
  overflow: hidden;
}

/* line 146, scss/partials/_style.scss */
.side-head h3 {
  float: left;
  display: inline;
  padding-top: 5px;
}

/* line 147, scss/partials/_style.scss */
.side-head .ico-update {
  margin-right: 5px;
}

/* line 148, scss/partials/_style.scss */
.side-head .buttons {
  float: right;
  display: inline;
}

/* line 149, scss/partials/_style.scss */
.side-head2 {
  padding-bottom: 0;
}

/* line 150, scss/partials/_style.scss */
.side-head2 .button-ico {
  padding-bottom: 20px;
  border-bottom: 0;
}

/* line 151, scss/partials/_style.scss */
.side-head2 .button .ico {
  top: 15px;
}

/* line 153, scss/partials/_style.scss */
.page-options-menu {
  clear: both;
  float: right;
  display: inline;
  padding-top: 20px;
}

/* line 154, scss/partials/_style.scss */
.page-options-menu ul {
  list-style-type: none;
  float: left;
  display: inline;
  padding-top: 4px;
}

/* line 155, scss/partials/_style.scss */
.page-options-menu ul li {
  float: left;
  display: inline;
  position: relative;
}

/* line 156, scss/partials/_style.scss */
.page-options-menu ul li.no-icon {
  margin-top: 4px;
}

/* line 157, scss/partials/_style.scss */
.page-options-menu ul li.icon-push-down {
  margin-top: -5px;
}

/* line 158, scss/partials/_style.scss */
.page-options-menu ul li + li {
  background: url("/assets/img/icons/line-devider.png") no-repeat 0 center;
  padding-left: 20px;
  margin-left: 4px;
}

/* line 159, scss/partials/_style.scss */
.page-options-menu ul li + li {
  background-position: 0 0;
}

/* line 160, scss/partials/_style.scss */
.page-options-menu ul li a {
  font-size: 12px;
  line-height: 22px;
  color: #333333;
  padding-top: 2px;
  position: relative;
  padding-right: 2px;
}

/* line 161, scss/partials/_style.scss */
.page-options-menu ul li a:hover {
  color: #76a8aa;
}

/* line 162, scss/partials/_style.scss */
.page-options-menu ul li sup, .checks sup, .table sup {
  font-size: 9px;
}

/* line 163, scss/partials/_style.scss */
.page-options-menu ul li sup:hover, .checks sup:hover, .table sup:hover {
  color: #76a8aa;
  cursor: pointer;
}

/*.js-term-refresh .tooltip {top:-92px;}*/
/*.content-options .tooltip.active{top:-120px;}*/
/* line 166, scss/partials/_style.scss */
.table .tooltip {
  z-index: 2000000;
  left: -11px;
}

/* line 167, scss/partials/_style.scss */
.table .tooltip.refresh {
  top: -20px;
  bottom: inherit;
  left: 75%;
  font-weight: 300;
  font-family: "Gill Sans MT",Verdana,"Trebuchet MS",Calibri,sans-serif;
}

/* line 168, scss/partials/_style.scss */
.open-tool .tooltip.active, .table .tooltip.active {
  display: block;
}

/* line 169, scss/partials/_style.scss */
.page-options-menu .buttons {
  float: right;
  display: inline;
  margin-left: 7px;
  min-width: 115px;
  text-align: right;
}

/* line 170, scss/partials/_style.scss */
.page-options-menu .ico, .course-redesign .table .ico {
  margin-right: 5px;
  position: relative;
  top: 2px;
}

/* line 172, scss/partials/_style.scss */
.content-options {
  padding: 19px 0 11px 0;
}

/* line 173, scss/partials/_style.scss */
.content-options-info {
  float: left;
  display: inline;
}

/* line 174, scss/partials/_style.scss */
.content-options-info .checks {
  position: relative;
}

/* line 175, scss/partials/_style.scss */
.content-options-info p {
  float: left;
  display: inline;
}

/* line 176, scss/partials/_style.scss */
.content-options-info p:first-child {
  padding: 6px 8px 0 0;
  z-index: 100;
}

/* line 177, scss/partials/_style.scss */
.content-options-info p {
  font-size: 12px;
}

/* line 178, scss/partials/_style.scss */
.content-options-buttons {
  float: right;
  display: inline;
  padding-bottom: 10px;
}

/* line 180, scss/partials/_style.scss */
.course-redesign .table {
  position: relative;
  clear: left;
  padding-top: 10px;
}

/* line 181, scss/partials/_style.scss */
.course-redesign .table th,
.course-redesign .table td {
  padding: 19px 22px;
  text-align: left;
  font-size: 13px;
  color: #203647;
}

/* line 183, scss/partials/_style.scss */
.course-redesign .table th, .course-redesign .table th a {
  color: #fff;
  font-size: 15px;
  font-family: 'museo700', arial, serif;
  font-weight: normal;
}

/* line 184, scss/partials/_style.scss */
.course-redesign .table th a {
  padding-right: 2px;
}

/* line 185, scss/partials/_style.scss */
.course-redesign .table th {
  background-color: #333333;
}

/* line 186, scss/partials/_style.scss */
.course-redesign .table th:first-child {
  border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  -webkit-border-radius: 3px 0 0 0;
  -o-border-radius: 3px 0 0 0;
}

/* line 187, scss/partials/_style.scss */
.course-redesign .table th.last {
  border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  -webkit-border-radius: 0 3px 0 0;
  -o-border-radius: 0 3px 0 0;
}

/* line 189, scss/partials/_style.scss */
.course-redesign .table td {
  border-right: 1px solid #ecedee;
  border-bottom: 1px solid #ecedee;
}

/* line 190, scss/partials/_style.scss */
.course-redesign .table td:first-child {
  border-left: 1px solid #ecedee;
}

/*.course-redesign .table td.other-source:first-child {background-image:url($icon + 'md-buttons/other-source.png');background-repeat:no-repeat;}*/
/*.course-redesign .table td.primary-source:first-child {background-image:url($icon + 'md-buttons/primary-source.png');background-repeat:no-repeat;}*/
/*.course-redesign .table td.textbook-article:first-child {background-image:url($icon + 'md-buttons/textbook-article.png');background-repeat:no-repeat;}*/
/* line 194, scss/partials/_style.scss */
.course-redesign .table .last td.last {
  border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  -webkit-border-radius: 0 0 3px 0;
  -o-border-radius: 0 0 3px 0;
}

/* line 195, scss/partials/_style.scss */
.course-redesign .table .last td:first-child {
  border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  -webkit-border-radius: 0 0 0 3px;
  -o-border-radius: 0 0 0 3px;
}

/* line 196, scss/partials/_style.scss */
.course-redesign .table .ico-delete {
  position: relative;
}

/* line 197, scss/partials/_style.scss */
.course-redesign .table .ico-delete:hover .tooltip {
  display: block;
}

/* line 199, scss/partials/_style.scss */
.search .md-button {
  position: absolute;
  top: -21px;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 0 10px;
}

/* line 200, scss/partials/_style.scss */
.search .md-button.other-source {
  background-color: #e58c00;
}

/* line 201, scss/partials/_style.scss */
.search .md-button.primary-source {
  background-color: #000033;
}

/* line 202, scss/partials/_style.scss */
.search .md-button.textbook-article {
  background-color: #669999;
}

/* line 203, scss/partials/_style.scss */
.search .md-button.resources {
  background-color: #a31919;
}

/* line 205, scss/partials/_style.scss */
#cboxOverlay {
  background-color: #000;
}

/* line 206, scss/partials/_style.scss */
#colorbox #cboxContent {
  overflow: hidden;
}

/* line 208, scss/partials/_style.scss */
#cboxContent,
#cboxLoadedContent {
  background: none;
}

/* line 211, scss/partials/_style.scss */
.popup .article-head {
  padding-top: 50px;
}

/* line 212, scss/partials/_style.scss */
.article-holder {
  background-color: #f9f5eb;
  padding: 75px 0 90px 0;
  position: relative;
  margin-top: -1px;
}

/* line 214, scss/partials/_style.scss */
.article {
  background-color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  padding: 0 69px;
}

/* line 216, scss/partials/_style.scss */
.popup .article-head {
  padding-top: 50px;
}

/* line 218, scss/partials/_style.scss */
.article-head {
  padding-top: 62px;
  padding-bottom: 33px;
}

/* line 219, scss/partials/_style.scss */
.article-head h2 {
  padding-bottom: 10px;
  font-size: 32px;
}

/* line 221, scss/partials/_style.scss */
.article-form {
  padding-bottom: 37px;
}

/* line 222, scss/partials/_style.scss */
.article-form label {
  font-size: 13px;
  line-height: 37px;
  color: #333333;
  min-width: 87px;
  float: left;
  display: inline;
}

/* line 223, scss/partials/_style.scss */
.article-form2 label {
  min-width: 30px;
  margin-right: 14px;
}

/* line 224, scss/partials/_style.scss */
.article-form p {
  padding-bottom: 19px;
  overflow: hidden;
}

/* line 225, scss/partials/_style.scss */
.article-form .field {
  float: left;
  display: inline;
}

/* line 227, scss/partials/_style.scss */
.field2 {
  border: 0;
  text-align: left;
  background-color: #f0f0f0;
  padding: 13px 13px 10px 13px;
  font-family: 'palatinoBold', arial, serif;
  width: 512px;
  color: #203647;
}

/* line 228, scss/partials/_style.scss */
.field3 {
  width: 127px;
}

/* line 229, scss/partials/_style.scss */
.field4 {
  width: 87px;
}

/* line 230, scss/partials/_style.scss */
.field5 {
  width: 357px;
}

/* line 231, scss/partials/_style.scss */
.field6 {
  width: 570px;
}

/* line 233, scss/partials/_style.scss */
.button {
  font-family: 'museo700', arial, serif;
  color: #fff;
  background-color: #e58c00;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 7px 15px 3px 17px;
  border-bottom: 2px solid #aa6801;
  position: relative;
}

/* line 234, scss/partials/_style.scss */
.button-submit {
  border: 0;
  height: 31px;
  width: 97px;
  text-align: center;
  padding: 0;
  float: right;
  display: inline;
  border-bottom: 2px solid #aa6801;
  margin-top: 13px;
}

/* line 235, scss/partials/_style.scss */
.button-submit2 {
  background-color: #e58c00;
  width: 194px;
  font-family: 'museo700', arial, serif;
  font-size: 17px;
  height: 42px;
  cursor: pointer;
}

/* line 236, scss/partials/_style.scss */
.button-submit3 {
  width: 79px;
}

/* line 238, scss/partials/_style.scss */
.article-form .submit-holder {
  border-top: 1px solid #e9e9e9;
  margin-right: 5px;
  margin-top: 10px;
  padding-top: 26px;
}

/* line 240, scss/partials/_style.scss */
.article-holder .col {
  float: left;
  display: inline;
}

/* line 241, scss/partials/_style.scss */
.article-holder .col1 {
  width: 630px;
}

/* line 242, scss/partials/_style.scss */
.article-holder .col-center {
  margin: 0 auto;
}

/* line 243, scss/partials/_style.scss */
.article-holder .col2 {
  width: 180px;
}

/* line 244, scss/partials/_style.scss */
.article-holder .col3 {
  width: 458px;
}

/* line 246, scss/partials/_style.scss */
.navigation-content {
  background: url("/assets/img/icons/navigation-content-bg.png") repeat-x 0 0 #ececec;
}

/* line 247, scss/partials/_style.scss */
.navigation-content2 {
  background: url("/assets/img/icons/navigation-content-bg.png") repeat-x 0 0 #e7e7e7;
  padding: 30px 0;
}

/* line 248, scss/partials/_style.scss */
.navigation-content2 .navigation-sub-content {
  background: none;
}

/* line 250, scss/partials/_style.scss */
.navigation-sub {
  padding: 16px 52px 0 52px;
  border-top: 1px solid #cccccc;
  position: relative;
  margin-top: -2px;
  z-index: 3;
}

/* line 251, scss/partials/_style.scss */
.navigation-sub ul {
  list-style-type: none;
}

/* line 252, scss/partials/_style.scss */
.navigation-sub ul li {
  float: left;
  display: inline;
}

/* line 253, scss/partials/_style.scss */
.navigation-sub ul li a {
  display: block;
  color: #203647;
  text-transform: uppercase;
  padding: 3px 21px 9px 21px;
}

/* line 254, scss/partials/_style.scss */
.navigation-sub ul li a:hover {
  text-decoration: underline;
}

/* line 255, scss/partials/_style.scss */
.navigation-sub ul li.active a {
  background-color: #fff;
}

/* line 256, scss/partials/_style.scss */
.navigation-sub .ico-list,
.navigation-sub .ico-pen {
  position: relative;
  top: 6px;
  padding-right: 10px;
}

/* line 258, scss/partials/_style.scss */
.navigation-sub-content p {
  padding-bottom: 10px;
}

/* line 259, scss/partials/_style.scss */
.navigation-sub-content p a.active {
  color: #203647;
  font-weight: bold;
}

/* line 260, scss/partials/_style.scss */
.navigation-content .navigation-sub-content p a.hiatus {
  color: grey;
}

/* line 261, scss/partials/_style.scss */
.navigation-sub-content p a {
  color: #333333;
  text-decoration: none;
}

/* line 262, scss/partials/_style.scss */
.navigation-sub-content p a:hover {
  text-decoration: underline;
}

/* line 263, scss/partials/_style.scss */
.navigation-sub-devider {
  background: url("/assets/img/icons/nav-sub-devider.png") no-repeat 0 0;
  height: 21px;
  width: 1px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  position: relative;
  top: 5px;
  margin: 0 15px;
}

/* line 265, scss/partials/_style.scss */
.navigation-sub2 {
  padding: 0;
}

/* line 267, scss/partials/_style.scss */
.dd {
  background-color: #192838;
  width: 250px;
  float: left;
  display: inline;
}

/* line 268, scss/partials/_style.scss */
.dd ul {
  border-top: 1px solid #202f3f;
}

/* line 269, scss/partials/_style.scss */
.dd ul li {
  float: none;
  display: block;
  border-bottom: 1px solid #202f3f;
  padding-top: 0;
  line-height: 15px;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #2a3f50 !important;
}

/* line 270, scss/partials/_style.scss */
.dd ul li a {
  font-family: 'museo300', arial, serif;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  padding-bottom: 8px;
  padding-left: 14px;
  padding-right: 9px;
}

/* line 271, scss/partials/_style.scss */
.dd ul li a:hover {
  background-color: #1b2d3c;
  text-decoration: none;
}

/* line 272, scss/partials/_style.scss */
.dd-holder {
  display: block;
  width: 1003px;
  position: absolute;
  top: 40px;
  left: 9px;
  display: none;
}

/* line 273, scss/partials/_style.scss */
.hovered .dd-holder {
  display: block;
}

/* line 274, scss/partials/_style.scss */
.dd-holder ul li {
  padding: 0;
  border: 0;
}

/* line 275, scss/partials/_style.scss */
.dd-holder > ul > li + li {
  padding-left: 1px;
}

/* line 276, scss/partials/_style.scss */
.datepicker {
  z-index: 100000;
  position: relative;
}

/* line 278, scss/partials/_style.scss */
#g-nav .js-level-2-drop {
  left: -999px;
  top: 0px;
}

/* line 283, scss/partials/_style.scss */
#g-nav .js-level-2-drop.order-1 {
  top: 34px;
}

/* line 286, scss/partials/_style.scss */
#g-nav .js-level-2-drop.order-2 {
  top: 68px;
}

/* Design is a little hacky so for each increase in the ul need to push it down by a fixed amount, might need to add more if client adds more nav elements*/
/* line 290, scss/partials/_style.scss */
#g-nav .js-level-2-drop.order-3 {
  top: 102px;
}

/* line 293, scss/partials/_style.scss */
#g-nav .js-level-2-drop.order-4 {
  top: 136px;
}

/* line 296, scss/partials/_style.scss */
#g-nav .js-level-2-drop.order-5 {
  top: 170px;
}

/* line 299, scss/partials/_style.scss */
#g-nav .js-level-2-drop.order-6 {
  top: 204px;
}

/* line 302, scss/partials/_style.scss */
#g-nav .js-level-2-drop.order-7 {
  top: 238px;
}

/* line 306, scss/partials/_style.scss */
#g-nav .js-level-2-drop.hovered {
  left: 250px;
}

/* line 309, scss/partials/_style.scss */
#g-nav .js-level-1-drop.hovered {
  left: 0;
}

/* line 313, scss/partials/_style.scss */
#g-nav .g-nav-li-dropdown-li:hover > .js-level-2-drop {
  left: 250px;
}

/* line 317, scss/partials/_style.scss */
.courses-trial {
  float: left;
  padding-right: 5px;
}

/* line 322, scss/partials/_style.scss */
.highlights-icon {
  padding-right: 16px;
}

/* line 326, scss/partials/_style.scss */
.highlights-icon.collapse {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-bottom: 6px;
}

/* ----------------------------------------------------------------

ICONS
	Social
	Arrows
	Assorted

---------------------------------------------------------------- */
/* line 15, scss/partials/_icons.scss */
.i-profile-header-cog {
  position: absolute;
  top: 50%;
  margin-top: -8.5px;
  left: 0;
}

/* line 23, scss/partials/_icons.scss */
.i-profile-doc {
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 10px;
  margin-top: -10px;
}

/* line 32, scss/partials/_icons.scss */
.i-profile-exclamation, .i-profile-exclamation-orange {
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 20px;
  margin-top: -9px;
}

/* line 46, scss/partials/_icons.scss */
.i-article {
  position: absolute;
  right: 100%;
  margin-right: 10px;
  top: 50%;
  margin-top: -7px;
}

/* line 55, scss/partials/_icons.scss */
.i-courses-exlamation {
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -7px;
  margin-right: 10px;
}

/* line 64, scss/partials/_icons.scss */
.i-star-16-green {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  _vertical-align: middle;
  margin-right: 10px;
}

/* line 70, scss/partials/_icons.scss */
.i-question-22-green-light {
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -11px;
  margin-left: 5px;
  cursor: pointer;
  z-index: 10;
}

/* line 81, scss/partials/_icons.scss */
.i-highlighter-23-grey-dark {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  _vertical-align: middle;
  margin-right: 10px;
}

/* line 87, scss/partials/_icons.scss */
.i-arr-l-curved-19-green {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  _vertical-align: middle;
  margin-right: 10px;
}

/* line 93, scss/partials/_icons.scss */
.i-toggle {
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -7px;
  margin-left: 15px;
}

/* line 103, scss/partials/_icons.scss */
.s-expanded .i-toggle {
  margin-top: -4px;
}

/* line 109, scss/partials/_icons.scss */
.i-course-triangle {
  margin-left: 5px;
  margin-bottom: 1px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* `.Social
---------------------------------------------- */
/* line 125, scss/partials/_icons.scss */
.i-facebook-16 {
  float: left;
  margin-top: -4px;
  margin-right: 10px;
}

/* line 130, scss/partials/_icons.scss */
.i-twitter-16 {
  float: left;
  margin-top: -4px;
  margin-right: 10px;
}

/* `.Arrows
---------------------------------------------- */
/* line 142, scss/partials/_icons.scss */
.i-arr-breadcrumb-back {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 7px;
}

/* line 148, scss/partials/_icons.scss */
.i-arr-white-button {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}

/* line 157, scss/partials/_icons.scss */
.i-arr-blue-inline {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 5px;
}

/* `.Assorted
---------------------------------------------- */
/* line 166, scss/partials/_icons.scss */
.i-feather {
  margin-top: 2px;
}

/* line 3, scss/partials/_annotator.scss */
.annotator-hl {
  background-color: #eaefff;
}

/* line 7, scss/partials/_annotator.scss */
.annotator-controls {
  opacity: 1 !important;
}

/* line 11, scss/partials/_annotator.scss */
.annotator-note-indicator {
  position: absolute;
  right: 100%;
  margin-right: 15px;
}

/* line 18, scss/partials/_annotator.scss */
a.course-adder {
  color: black;
  background-image: none;
  width: 93%;
  float: left;
}

/* line 25, scss/partials/_annotator.scss */
.annotator-touch-widget .annotator-item-quote {
  display: none;
}
/* line 28, scss/partials/_annotator.scss */
.annotator-touch-widget a.course-adder {
  float: none;
  padding-left: 25px;
}

/* line 33, scss/partials/_annotator.scss */
a.course-adder:after {
  background-image: none;
}

/* line 36, scss/partials/_annotator.scss */
a.course-adder:hover {
  background-color: #d4d4d4;
  background-image: none;
  border-color: #d4d4d4;
  color: black;
  text-shadow: none;
}

/* line 43, scss/partials/_annotator.scss */
a.course-adder ul li input {
  color: black;
}

/* ----------------------------------------------------------------

JS

---------------------------------------------------------------- */
/* line 7, scss/partials/_js.scss */
.js-trigger-toggle {
  cursor: pointer;
}

/* line 11, scss/partials/_js.scss */
.js-toggle-content {
  display: none;
}
/* line 14, scss/partials/_js.scss */
.js-toggle-content.s-expanded {
  display: block;
}

/* line 1, scss/partials/_reduction.scss */
.no-tt {
  text-transform: none;
}
