#content {
  padding: 40px 0; }

.page-title {
  color: #333333;
  font: 400 24px/22px "Arimo", sans-serif;
  margin-top: 0; }

.fa-stack-sm {
  width: 1em;
  height: 1em;
  line-height: 1em;
  margin-top: -0.15em; }
  .fa-stack-sm .fa-stack-2x {
    font-size: 1em; }
  .fa-stack-sm .fa-stack-1x {
    font-size: 0.5em; }

.btn-icon .fa {
  color: #333333; }
.btn-icon .fa-stack-2x {
  color: #d3d3d3; }
.btn-icon .fa-stack-1x {
  color: #344b71; }

.btn {
  border-radius: 5px;
  font-weight: 400;
  font-family: "Arimo", sans-serif; }
  .btn:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .fa {
  margin-right: 0.2em; }
  .btn .fa:last-child {
    margin-right: 0; }

.btn-default {
  background-color: #2d4c76;
  border-color: #ffffff;
  color: #ffffff; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .open > .btn-default.dropdown-toggle {
    background-color: #1f3451;
    border-color: #1f3451;
    color: #ffffff; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active {
    background-color: #2d4c76;
    border-color: #2d4c76;
    color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.btn-primary {
  background-color: #603525;
  border-color: #603525;
  color: #ffffff; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
    background-color: #3b2117;
    border-color: #3b2117;
    color: #ffffff; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active {
    background-color: #603525;
    border-color: #603525;
    color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.btn-secondary {
  background-color: #f1f2f2;
  border-color: #f1f2f2;
  color: #344b71; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .open > .btn-secondary.dropdown-toggle {
    background-color: #d7d9d9;
    border-color: #d7d9d9;
    color: #24344e; }
  .btn-secondary.disabled, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled:active, .btn-secondary[disabled], .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled]:active {
    background-color: #f1f2f2;
    border-color: #f1f2f2;
    color: #344b71;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.btn-link {
  color: #344b71;
  font-family: "Arimo", sans-serif; }
  .btn-link:hover, .btn-link:focus, .btn-link:active {
    text-decoration: none;
    color: #24344e; }
  .btn-link.btn-danger {
    color: #d9534f; }
    .btn-link.btn-danger:hover, .btn-link.btn-danger:focus, .btn-link.btn-danger:active {
      color: #c9302c; }

.btn-default-transparent {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff; }
  .btn-default-transparent:hover, .btn-default-transparent:focus, .btn-default-transparent:active, .open > .btn-default-transparent.dropdown-toggle {
    background-color: #2d4c76;
    border-color: #2d4c76;
    color: #ffffff; }
  .btn-default-transparent.disabled, .btn-default-transparent.disabled:hover, .btn-default-transparent.disabled:focus, .btn-default-transparent.disabled:active, .btn-default-transparent[disabled], .btn-default-transparent[disabled]:hover, .btn-default-transparent[disabled]:focus, .btn-default-transparent[disabled]:active {
    background-color: transparent;
    border-color: #2d4c76;
    color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.social-share-widget-ct .btn-default,
.btn-share {
  background-color: #f8d982;
  border-color: #f8d982;
  color: #ffffff; }
  .social-share-widget-ct .btn-default:hover, .social-share-widget-ct .btn-default:focus, .social-share-widget-ct .btn-default:active, .open > .social-share-widget-ct .btn-default.dropdown-toggle,
  .btn-share:hover,
  .btn-share:focus,
  .btn-share:active, .open >
  .btn-share.dropdown-toggle {
    background-color: #f5ca52;
    border-color: #f5ca52;
    color: #ffffff; }
  .social-share-widget-ct .btn-default.disabled, .social-share-widget-ct .btn-default.disabled:hover, .social-share-widget-ct .btn-default.disabled:focus, .social-share-widget-ct .btn-default.disabled:active, .social-share-widget-ct .btn-default[disabled], .social-share-widget-ct .btn-default[disabled]:hover, .social-share-widget-ct .btn-default[disabled]:focus, .social-share-widget-ct .btn-default[disabled]:active,
  .btn-share.disabled,
  .btn-share.disabled:hover,
  .btn-share.disabled:focus,
  .btn-share.disabled:active,
  .btn-share[disabled],
  .btn-share[disabled]:hover,
  .btn-share[disabled]:focus,
  .btn-share[disabled]:active {
    background-color: #f8d982;
    border-color: #f8d982;
    color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.btn-social-provider {
  width: 100%;
  padding: 9px 20px;
  height: 38px;
  background-repeat: no-repeat;
  background-position-x: 15px;
  background-position-y: 9px; }
  @media only screen and (max-width: 767px) {
    .btn-social-provider {
      background-position-x: 5px; } }
  @media only screen and (max-width: 480px) {
    .btn-social-provider {
      background-position-x: 5px; } }
  .btn-social-provider.mod-clever {
    background-image: url('/static/newdesign/images/socialaccount/clever_logo.png?81b640afeb1b');
    color: #ffffff;
    background-color: #3065a7;
    border-color: #3065a7; }
    .btn-social-provider.mod-clever:hover, .btn-social-provider.mod-clever:focus, .btn-social-provider.mod-clever:active {
      background-color: #254d7f; }

.btn-outline {
  background-color: #ffffff;
  border-color: #e6e6e6;
  color: #15315a; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .open > .btn-outline.dropdown-toggle {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #0b1a31; }
  .btn-outline.disabled, .btn-outline.disabled:hover, .btn-outline.disabled:focus, .btn-outline.disabled:active, .btn-outline[disabled], .btn-outline[disabled]:hover, .btn-outline[disabled]:focus, .btn-outline[disabled]:active {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #adadad;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.save-widget {
  display: inline-block;
  position: relative; }

.save-widget-popup {
  font-family: "Arimo", sans-serif;
  font-size: 14px;
  padding: 15px;
  min-width: 250px;
  max-width: 500px; }

.save-widget-section {
  border-bottom: 1px dashed #ccc;
  margin: 0 0 10px;
  padding: 0 0 10px; }

.save-widget-section-title {
  font-family: "Arimo", sans-serif;
  font-weight: normal;
  font-size: 1em;
  margin: 0 0 10px 0; }

.save-widget-section-content {
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px; }

.save-widget-folders-list,
.save-widget-subfolders-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.save-widget-subfolders-list {
  margin-left: 10px; }
  html[dir='rtl'] .save-widget-subfolders-list {
    margin-left: 0;
    margin-right: 10px; }

.save-widget-folder {
  margin: 0 -3px;
  padding: 0 3px; }

.save-widget-folder-link {
  cursor: pointer;
  color: #344b71; }
  .save-widget-folder-link:hover, .save-widget-folder-link:focus {
    background: #e6e6e6; }

.save-widget-group-title {
  font-family: "Arimo", sans-serif;
  font-weight: normal;
  font-size: 1em;
  margin: 0;
  padding: 5px; }
  html[dir='rtl'] .save-widget-group-title {
    padding-left: 0;
    padding-right: 20px; }
  .save-widget-group-title img {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle; }

.save-widget-group-folders {
  margin-left: 20px;
  margin-bottom: 7px; }
  html[dir='rtl'] .save-widget-group-folders {
    margin-left: 0;
    margin-right: 20px; }

.save-widget-buttons {
  text-align: right; }
  .save-widget-buttons html[dir='rtl'] {
    text-align: left; }

.save-widget-new-folder {
  display: none; }

.fa-caret-down {
  position: relative;
  top: 1px;
  margin-left: 8px; }

.tag-dropdown {
  width: 100%; }

.tag-dataset {
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  width: 200px;
  margin-top: 10px;
  padding: 10px; }

.tag-suggestion {
  padding: 3px 0; }

.tabpanel .nav-tabs {
  border: none; }

.tabpanel .nav-tabs > li > a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-right: 0;
  border: none; }

.tabpanel .nav-tabs > li.active > a:hover, .tabpanel .nav-tabs > li.active > a:focus {
  border: none; }

.tabpanel .nav-tabs > li > a .fa {
  color: #d3d3d3; }

.tabpanel .tab-content {
  background-color: #ffffff;
  padding: 15px; }

.tabpanel .nav-tabs.mod-green > li {
  margin-right: 1px;
  margin-top: 1px;
  margin-bottom: 0; }

.tabpanel .nav-tabs.mod-green > li > a {
  background: #94ba4d;
  color: #ffffff; }

.tabpanel .nav-tabs.mod-green > li > a .fa {
  color: #ffffff; }

.tabpanel .nav-tabs.mod-green > li.active > a {
  background-color: #ffffff;
  color: #344b71; }

.tabpanel .nav-tabs.mod-green > li.active > a .fa {
  color: #d3d3d3; }

.unit-label {
  color: #ffffff;
  font: 400 14px / 22px "Arimo", sans-serif;
  background-color: #485060;
  padding: 8px 14px; }

.unit-title-ct {
  margin: 30px 0 40px; }

.unit-number-ct {
  display: inline-block;
  vertical-align: text-top; }

.unit-title {
  color: #344b71;
  font: 700 21px / 22px "Arimo", sans-serif;
  padding-left: 25px;
  display: inline-block;
  vertical-align: top;
  max-width: 80%; }
  @media only screen and (max-width: 767px) {
    .unit-title {
      max-width: 70%; } }
  @media only screen and (max-width: 480px) {
    .unit-title {
      max-width: 60%; } }

.unit-video {
  width: 100%; }

.lessons-list-ct {
  background-color: #ffffff;
  margin-top: 20px; }

.unit-collapsible-btn {
  line-height: 35px;
  height: 35px;
  padding-top: 0; }
  .unit-collapsible-btn .fa {
    font-size: 26px; }
  .unit-collapsible-btn .fa-angle-down {
    display: none;
    margin-right: 0; }
  .unit-collapsible-btn .fa-angle-up {
    display: inline; }
  .unit-collapsible-btn.collapsed .fa-angle-down {
    display: inline; }
  .unit-collapsible-btn.collapsed .fa-angle-up {
    display: none; }

.episode {
  margin-top: 20px; }

.episode-title {
  margin: 0;
  color: #333333;
  font: 700 18px / 22px "Arimo", sans-serif;
  padding: 20px 0 30px 40px;
  border-bottom: 1px solid #d3d3d3; }

.episode-description {
  margin-top: 10px; }

.episode-ct {
  border-left: 5px solid #fbd87a;
  margin-bottom: 0; }
  .episode-ct:nth-child(3n+2) {
    border-color: #94ba4d; }
  .episode-ct:nth-child(3n+3) {
    border-color: #0b6a8e; }

.lesson-ct {
  padding: 10px 60px;
  border-bottom: 1px solid #d3d3d3; }
  @media only screen and (max-width: 480px) {
    .lesson-ct {
      padding: 10px;
      text-align: center; } }
  .episode-ct:last-child .lesson-ct:last-child {
    border-bottom: none; }

.lesson-thumbnail,
.lesson-title {
  display: inline-block; }

.lesson-title {
  margin-left: 40px;
  max-width: 60%;
  vertical-align: middle; }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    .lesson-title {
      max-width: 55%; } }
  @media only screen and (max-width: 767px) {
    .lesson-title {
      max-width: 40%; } }
  @media only screen and (max-width: 480px) {
    .lesson-title {
      display: block;
      max-width: 100%;
      margin-left: 0;
      margin-top: 15px; } }

.lesson-number-title,
.lesson-name {
  font: 600 14px "Arimo", sans-serif; }

.lesson-number-title {
  color: #b5b5b5; }

.related-resource {
  border-top: 1px solid #f1f1f1;
  margin-top: 10px;
  padding-top: 5px; }

.related-resource.mod-no-separator {
  border-top: none;
  margin-top: 0;
  padding-top: 0; }

.related-resource .btn-link {
  margin-right: 5px; }

.related-resource .btn-link.mod-download {
  padding-left: 0; }

.related-resource-title {
  color: #333333;
  font: 700 14px / 22px "Arimo", sans-serif;
  margin: 0; }

.related-resource-title,
.related-resource-action-links {
  margin-left: 65px; }

.related-resource-preview {
  background-color: #cccccc;
  width: 55px;
  height: 38px;
  margin-right: 10px;
  line-height: 38px;
  text-align: center;
  font-size: 12px;
  float: left; }
  .related-resource-preview a {
    display: block;
    color: #333333;
    font-family: "Arimo", sans-serif; }
  .related-resource-preview img {
    vertical-align: top; }
  .related-resource-preview .fa {
    vertical-align: middle; }

.course-details {
  color: #333333;
  font: 400 13px / 22px "Arimo", sans-serif;
  margin-bottom: 0; }
  .course-details .extra-field {
    display: none; }
  .course-details .tags-block {
    margin-bottom: 1em; }
    .course-details .tags-block .twitter-typeahead {
      width: 100%;
      float: left; }
  .course-details .tag-form-input-group .btn-primary {
    height: 34px; }

.course-details-header {
  font-weight: bold;
  margin-top: 1em; }
  .course-details-header:first-child {
    margin-top: 0; }

.formatted-text {
  color: #333333;
  font: 400 14px / 24px "Arimo", sans-serif;
  overflow-wrap: break-word;
  overflow-x: auto; }
  .formatted-text h1, .formatted-text h2, .formatted-text h3, .formatted-text h4 {
    font-family: "Arimo", sans-serif; }
    .formatted-text h1:first-child, .formatted-text h2:first-child, .formatted-text h3:first-child, .formatted-text h4:first-child {
      margin-top: 0; }
    .formatted-text h1:last-child, .formatted-text h2:last-child, .formatted-text h3:last-child, .formatted-text h4:last-child {
      margin-bottom: 0; }
  .formatted-text h1 {
    font-weight: normal;
    font-size: 18px; }
  .formatted-text h2 {
    font-weight: normal;
    font-size: 16px; }
  .formatted-text h3 {
    font-weight: bold;
    font-size: 14px; }
  .formatted-text h4 {
    font-size: 13px;
    font-weight: bold; }
  .formatted-text p {
    margin-bottom: 1em; }
    .formatted-text p:last-child {
      margin-bottom: 0; }
  .formatted-text ul, .formatted-text ol {
    list-style-position: outside;
    margin-left: 2em;
    margin-bottom: 1em; }
    .formatted-text ul:last-child, .formatted-text ol:last-child {
      margin-bottom: 0; }
  .formatted-text table {
    margin-bottom: 1em; }
  .formatted-text th {
    text-align: center; }
  .formatted-text td, .formatted-text th {
    vertical-align: top;
    padding: 2px 10px; }
  .formatted-text table {
    display: block;
    overflow-x: scroll; }
  .formatted-text table[border] td, .formatted-text table[border] th {
    border: 3px solid; }
  .formatted-text table[border="2"] td, .formatted-text table[border="2"] th {
    border: 2px solid; }
  .formatted-text table td, .formatted-text table th,
  .formatted-text table[border="1"] td,
  .formatted-text table[border="1"] th {
    border: 1px solid; }
  .formatted-text table[border="0"] {
    border: none; }
  .formatted-text table > caption {
    caption-side: bottom;
    font-style: italic; }
  .formatted-text .indent-1 {
    margin-left: 4em; }
  .formatted-text .indent-2 {
    margin-left: 8em; }
  .formatted-text .indent-3 {
    margin-left: 12em; }
  .formatted-text blockquote {
    font-size: 1em;
    margin-bottom: 10px;
    padding: 5px 10px; }
  .formatted-text figure {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    text-align: center; }
  .formatted-text .oembed iframe {
    max-width: 100%; }
  .formatted-text img {
    max-width: 100%; }
  .formatted-text abbr {
    cursor: help;
    border-bottom: 1px dotted #777777;
    text-decoration: none; }
  .formatted-text a {
    color: #3876c2;
    text-decoration: underline; }
    .formatted-text a:hover {
      color: #3065a7;
      text-decoration: underline; }
    .formatted-text a:visited {
      color: #804180;
      text-decoration: underline; }

.btn {
  border-radius: 5px;
  font-weight: 400;
  font-family: "Arimo", sans-serif; }
  .btn:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .fa {
  margin-right: 0.2em; }
  .btn .fa:last-child {
    margin-right: 0; }

.btn-default {
  background-color: #2d4c76;
  border-color: #ffffff;
  color: #ffffff; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .open > .btn-default.dropdown-toggle {
    background-color: #1f3451;
    border-color: #1f3451;
    color: #ffffff; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active {
    background-color: #2d4c76;
    border-color: #2d4c76;
    color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.btn-primary {
  background-color: #603525;
  border-color: #603525;
  color: #ffffff; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
    background-color: #3b2117;
    border-color: #3b2117;
    color: #ffffff; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active {
    background-color: #603525;
    border-color: #603525;
    color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.btn-secondary {
  background-color: #f1f2f2;
  border-color: #f1f2f2;
  color: #344b71; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .open > .btn-secondary.dropdown-toggle {
    background-color: #d7d9d9;
    border-color: #d7d9d9;
    color: #24344e; }
  .btn-secondary.disabled, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled:active, .btn-secondary[disabled], .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled]:active {
    background-color: #f1f2f2;
    border-color: #f1f2f2;
    color: #344b71;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.btn-link {
  color: #344b71;
  font-family: "Arimo", sans-serif; }
  .btn-link:hover, .btn-link:focus, .btn-link:active {
    text-decoration: none;
    color: #24344e; }
  .btn-link.btn-danger {
    color: #d9534f; }
    .btn-link.btn-danger:hover, .btn-link.btn-danger:focus, .btn-link.btn-danger:active {
      color: #c9302c; }

.btn-default-transparent {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff; }
  .btn-default-transparent:hover, .btn-default-transparent:focus, .btn-default-transparent:active, .open > .btn-default-transparent.dropdown-toggle {
    background-color: #2d4c76;
    border-color: #2d4c76;
    color: #ffffff; }
  .btn-default-transparent.disabled, .btn-default-transparent.disabled:hover, .btn-default-transparent.disabled:focus, .btn-default-transparent.disabled:active, .btn-default-transparent[disabled], .btn-default-transparent[disabled]:hover, .btn-default-transparent[disabled]:focus, .btn-default-transparent[disabled]:active {
    background-color: transparent;
    border-color: #2d4c76;
    color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.social-share-widget-ct .btn-default,
.btn-share {
  background-color: #f8d982;
  border-color: #f8d982;
  color: #ffffff; }
  .social-share-widget-ct .btn-default:hover, .social-share-widget-ct .btn-default:focus, .social-share-widget-ct .btn-default:active, .open > .social-share-widget-ct .btn-default.dropdown-toggle,
  .btn-share:hover,
  .btn-share:focus,
  .btn-share:active, .open >
  .btn-share.dropdown-toggle {
    background-color: #f5ca52;
    border-color: #f5ca52;
    color: #ffffff; }
  .social-share-widget-ct .btn-default.disabled, .social-share-widget-ct .btn-default.disabled:hover, .social-share-widget-ct .btn-default.disabled:focus, .social-share-widget-ct .btn-default.disabled:active, .social-share-widget-ct .btn-default[disabled], .social-share-widget-ct .btn-default[disabled]:hover, .social-share-widget-ct .btn-default[disabled]:focus, .social-share-widget-ct .btn-default[disabled]:active,
  .btn-share.disabled,
  .btn-share.disabled:hover,
  .btn-share.disabled:focus,
  .btn-share.disabled:active,
  .btn-share[disabled],
  .btn-share[disabled]:hover,
  .btn-share[disabled]:focus,
  .btn-share[disabled]:active {
    background-color: #f8d982;
    border-color: #f8d982;
    color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.btn-social-provider {
  width: 100%;
  padding: 9px 20px;
  height: 38px;
  background-repeat: no-repeat;
  background-position-x: 15px;
  background-position-y: 9px; }
  @media only screen and (max-width: 767px) {
    .btn-social-provider {
      background-position-x: 5px; } }
  @media only screen and (max-width: 480px) {
    .btn-social-provider {
      background-position-x: 5px; } }
  .btn-social-provider.mod-clever {
    background-image: url('/static/newdesign/images/socialaccount/clever_logo.png?81b640afeb1b');
    color: #ffffff;
    background-color: #3065a7;
    border-color: #3065a7; }
    .btn-social-provider.mod-clever:hover, .btn-social-provider.mod-clever:focus, .btn-social-provider.mod-clever:active {
      background-color: #254d7f; }

.material-download-btn {
  background-color: #284d62;
  border-color: #284d62;
  color: #ffffff; }
  .material-download-btn:hover, .material-download-btn:focus, .material-download-btn:active, .open > .material-download-btn.dropdown-toggle {
    background-color: #19313e;
    border-color: #19313e;
    color: #ffffff; }
  .material-download-btn.disabled, .material-download-btn.disabled:hover, .material-download-btn.disabled:focus, .material-download-btn.disabled:active, .material-download-btn[disabled], .material-download-btn[disabled]:hover, .material-download-btn[disabled]:focus, .material-download-btn[disabled]:active {
    background-color: #284d62;
    border-color: #284d62;
    color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40); }

.educational-standards-widget .field {
  margin-bottom: 0.76923em; }
.educational-standards-widget .field.required .label {
  font-weight: bold; }
.educational-standards-widget .field.inline {
  display: inline-block; }
.educational-standards-widget .field.title {
  width: 25em; }
  .educational-standards-widget .field.title input {
    width: 23em; }
.educational-standards-widget .field.event-field input {
  width: 95%; }
.educational-standards-widget .field.event-field textarea {
  resize: none; }
.educational-standards-widget .field.small-field input, .educational-standards-widget .field.small-field select {
  width: 8em; }
.educational-standards-widget .event-btn {
  width: 11em;
  text-align: center; }
.educational-standards-widget .errors {
  color: #ff0000;
  margin-top: -3px;
  margin-bottom: 3px; }
  .educational-standards-widget .errors label {
    font-size: 0.9em;
    text-transform: none; }
.educational-standards-widget label.error {
  display: block;
  color: red; }
.educational-standards-widget input, .educational-standards-widget textarea {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.educational-standards-widget input[type="text"], .educational-standards-widget input[type="password"], .educational-standards-widget input[type='url'], .educational-standards-widget textarea {
  margin: 0;
  padding: 0.46154em 0.76923em;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-color: #e9f3fb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  vertical-align: top;
  font-size: 13px;
  font-family: "Arimo", sans-serif;
  line-height: 1.5; }
  .educational-standards-widget input[type="text"]:focus, .educational-standards-widget input[type="password"]:focus, .educational-standards-widget input[type='url']:focus, .educational-standards-widget textarea:focus {
    background-color: #fff; }
.educational-standards-widget input::-webkit-input-placeholder {
  color: #999999;
  font-size: 13px;
  font-family: "Arimo", sans-serif;
  font-style: italic; }
.educational-standards-widget input:-moz-placeholder {
  color: #999999;
  font-size: 13px;
  font-family: "Arimo", sans-serif;
  font-style: italic; }
.educational-standards-widget input::-moz-placeholder {
  color: #999999;
  font-size: 13px;
  font-family: "Arimo", sans-serif;
  font-style: italic; }
.educational-standards-widget input:-ms-input-placeholder {
  color: #999999;
  font-size: 13px;
  font-family: "Arimo", sans-serif;
  font-style: italic; }
.educational-standards-widget textarea::-webkit-input-placeholder {
  color: #999999;
  font-size: 13px;
  font-family: "Arimo", sans-serif;
  font-style: italic; }
.educational-standards-widget textarea:-moz-placeholder {
  color: #999999;
  font-size: 13px;
  font-family: "Arimo", sans-serif;
  font-style: italic; }
.educational-standards-widget textarea::-moz-placeholder {
  color: #999999;
  font-size: 13px;
  font-family: "Arimo", sans-serif;
  font-style: italic; }
.educational-standards-widget textarea:-ms-input-placeholder {
  color: #999999;
  font-size: 13px;
  font-family: "Arimo", sans-serif;
  font-style: italic; }
.educational-standards-widget .btn-gray {
  display: inline-block;
  margin: 0;
  border: 1px solid #c0c0c0;
  padding: 0.46154em 0.76923em;
  color: #333333;
  font-family: "Arimo", sans-serif;
  font-size: 0.84615em;
  line-height: 1.5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: #e2e2e2;
  text-shadow: 1px 1px 1px #b8b6b6;
  background-image: #d9d9d9;
  background-image: -webkit-linear-gradient(top, #e3e3e3 0%, #e3e3e3 30%, #cecece 70%, #cecece 100%);
  background-image: -moz-linear-gradient(top, #e3e3e3 0%, #e3e3e3 30%, #cecece 70%, #cecece 100%);
  background-image: -o-linear-gradient(top, #e3e3e3 0%, #e3e3e3 30%, #cecece 70%, #cecece 100%);
  background-image: -ms-linear-gradient(top, #e3e3e3 0%, #e3e3e3 30%, #cecece 70%, #cecece 100%);
  background-image: linear-gradient(top, #e3e3e3 0%, #e3e3e3 30%, #cecece 70%, #cecece 100%); }
  .educational-standards-widget .btn-gray:hover {
    color: #000;
    background-image: #d2d2d2;
    background-image: -webkit-linear-gradient(top, #e9e9e9 0%, #e9e9e9 30%, #bababa 70%, #bababa 100%);
    background-image: -moz-linear-gradient(top, #e9e9e9 0%, #e9e9e9 30%, #bababa 70%, #bababa 100%);
    background-image: -o-linear-gradient(top, #e9e9e9 0%, #e9e9e9 30%, #bababa 70%, #bababa 100%);
    background-image: -ms-linear-gradient(top, #e9e9e9 0%, #e9e9e9 30%, #bababa 70%, #bababa 100%);
    background-image: linear-gradient(top, #e9e9e9 0%, #e9e9e9 30%, #bababa 70%, #bababa 100%); }
  .fl-theme-bw .educational-standards-widget .btn-gray, .fl-theme-by .educational-standards-widget .btn-gray, .fl-theme-wb .educational-standards-widget .btn-gray, .fl-theme-yb .educational-standards-widget .btn-gray {
    background-image: none;
    background-color: transparent; }
.educational-standards-widget .btn-plain {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0.61538em 1.07692em;
  height: 2.30769em;
  border: 1px solid #ccc;
  background-color: #ccc;
  color: #fff;
  vertical-align: middle;
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 300;
  font-size: 15px;
  font-family: "Arimo", sans-serif;
  line-height: 1;
  cursor: pointer; }
  .educational-standards-widget .btn-plain:hover {
    border-color: #ed6337;
    background-color: #ed6337;
    color: #fff; }
.educational-standards-widget .btn-blue-plain {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0.61538em 1.07692em;
  height: 2.30769em;
  border: 1px solid #0b6a8e;
  background-color: #0b6a8e;
  color: #fff;
  vertical-align: middle;
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 300;
  font-size: 15px;
  font-family: "Arimo", sans-serif;
  line-height: 1;
  cursor: pointer; }
  .educational-standards-widget .btn-blue-plain:hover {
    border-color: #ed6337;
    background-color: #ed6337;
    color: #fff; }
.educational-standards-widget .btn-green-plain {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0.61538em 1.07692em;
  height: 2.30769em;
  border: 1px solid #573021;
  background-color: #573021;
  color: #fff;
  vertical-align: middle;
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 300;
  font-size: 15px;
  font-family: "Arimo", sans-serif;
  line-height: 1;
  cursor: pointer; }
  .educational-standards-widget .btn-green-plain:hover {
    border-color: #ed6337;
    background-color: #ed6337;
    color: #fff; }
.educational-standards-widget .btn-light-blue-plain {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0.61538em 1.07692em;
  height: 2.30769em;
  border: 1px solid #97c8d2;
  background-color: #97c8d2;
  color: #fff;
  vertical-align: middle;
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 300;
  font-size: 15px;
  font-family: "Arimo", sans-serif;
  line-height: 1;
  cursor: pointer; }
  .educational-standards-widget .btn-light-blue-plain:hover {
    border-color: #ed6337;
    background-color: #ed6337;
    color: #fff; }
.educational-standards-widget .btn-red-plain {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0.61538em 1.07692em;
  height: 2.30769em;
  border: 1px solid #fc8789;
  background-color: #fc8789;
  color: #fff;
  vertical-align: middle;
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 300;
  font-size: 15px;
  font-family: "Arimo", sans-serif;
  line-height: 1;
  cursor: pointer; }
  .educational-standards-widget .btn-red-plain:hover {
    border-color: #ed6337;
    background-color: #ed6337;
    color: #fff; }
.educational-standards-widget .btn-pink-plain {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0.61538em 1.07692em;
  height: 2.30769em;
  border: 1px solid #f49b9b;
  background-color: #f49b9b;
  color: #fff;
  vertical-align: middle;
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 300;
  font-size: 15px;
  font-family: "Arimo", sans-serif;
  line-height: 1;
  cursor: pointer; }
  .educational-standards-widget .btn-pink-plain:hover {
    border-color: #ed6337;
    background-color: #ed6337;
    color: #fff; }
.educational-standards-widget .btn-cancel {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0.61538em 1.07692em;
  height: 2.30769em;
  border: 1px solid transparent;
  background-color: transparent;
  color: #fff;
  vertical-align: middle;
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 300;
  font-size: 15px;
  font-family: "Arimo", sans-serif;
  line-height: 1;
  cursor: pointer;
  color: #344b71; }
  .educational-standards-widget .btn-cancel:hover {
    border-color: #ed6337;
    background-color: #ed6337;
    color: #fff; }
.educational-standards-widget .field.required .label {
  font-weight: normal; }
.educational-standards-widget .label {
  padding-left: 2px; }
  .educational-standards-widget .label label {
    font-size: 1em; }
.educational-standards-widget .hidden {
  display: none; }
.educational-standards-widget select {
  max-width: 100%; }

.align-tool {
  width: 700px;
  height: auto;
  background-color: #f1f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .align-tool {
      width: 280px; } }
  .align-tool h1, .align-tool h3 {
    text-align: center;
    font-family: "Arimo", sans-serif;
    font-weight: normal; }
    html[dir="rtl"] .align-tool h1, html[dir="rtl"] .align-tool h3 {
      font-family: "Arimo", sans-serif; }
  .align-tool h1 {
    margin: 0;
    font-size: 18px; }
  .align-tool h3 {
    font-size: 16px; }
  .align-tool .align-tags-ct {
    float: left;
    width: 280px;
    margin-bottom: 20px;
    padding: 3px 5px;
    border: 1px solid #ccc;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .align-tool .align-tags-ct {
        width: 250px;
        float: none; } }
    html[dir="rtl"] .align-tool .align-tags-ct {
      float: right; }
    .align-tool .align-tags-ct .not-yet-aligned {
      color: #cccccc;
      text-align: center;
      line-height: 30px;
      font-size: 1em; }
  .align-tool .educational-standards-widget {
    margin-top: 10px; }
    .align-tool .educational-standards-widget .label {
      display: block;
      text-align: left;
      color: #2d4c76;
      font-family: "Arimo", sans-serif;
      font-weight: 300;
      font-size: 13px; }
      html[dir="rtl"] .align-tool .educational-standards-widget .label {
        font-family: "Arimo", sans-serif; }
      .align-tool .educational-standards-widget .label label {
        margin-bottom: 0;
        font-weight: 300; }
  .align-tool form {
    margin-top: 20px; }
  .align-tool .buttons {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    text-align: right; }
    html[dir="rtl"] .align-tool .buttons {
      text-align: left; }
    .align-tool .buttons a {
      display: inline-block; }

#align-tag-description {
  display: none;
  width: 280px;
  margin-left: 300px;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #FFE4B8;
  line-height: 1.2em;
  font-family: "Arimo", sans-serif;
  font-size: .92em; }
  @media only screen and (max-width: 767px) {
    #align-tag-description {
      width: 250px;
      margin-left: 0; } }
  html[dir="rtl"] #align-tag-description {
    margin-left: 0;
    margin-right: 300px; }
  #align-tag-description h1 {
    margin-bottom: 10px;
    text-align: center;
    font-family: "Arimo", sans-serif;
    font-weight: bold;
    font-size: 1em; }
  #align-tag-description p {
    margin-bottom: 0; }

.align-tags-ct .align-tags {
  padding: 0;
  margin: 0;
  line-height: 1; }
  .align-tags-ct .align-tags li {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 3px;
    padding: 3px 5px;
    background-color: #FFE4B8;
    border: 2px solid #FFE4B8;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .align-tags-ct .align-tags li:first-child {
      margin-top: 0; }
    .align-tags-ct .align-tags li.user-tag {
      padding-right: 30px; }
      html[dir="rtl"] .align-tags-ct .align-tags li.user-tag {
        padding-left: 30px; }
  .align-tags-ct .align-tags a {
    display: inline-block;
    padding: 1px 5px 1px 3px;
    background-color: #FFE4B8;
    color: #1E4E62; }
    .align-tags-ct .align-tags a.delete {
      display: inline-block;
      position: absolute;
      top: 2px;
      right: 2px;
      width: 14px;
      height: 14px;
      padding: 1px;
      background: #FFFFFF url('/static/images/icon-delete-gray.png?81b640afeb1b') no-repeat 50% 50%;
      font-size: 1em;
      font-weight: bold;
      text-indent: -9999px; }
      html[dir="rtl"] .align-tags-ct .align-tags a.delete {
        right: auto;
        left: 5px; }

.popup-ct {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow-y: scroll; }

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #FFFFFF;
  opacity: 0.7;
  border: none;
  margin: 0px;
  padding: 0px;
  z-index: -1; }

.popup-dialog {
  margin: 50px auto 30px;
  padding: 30px 50px 20px;
  border: 1px solid #ccc;
  overflow: auto;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 4px 16px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 4px 16px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 16px; }
  @media only screen and (max-width: 767px) {
    .popup-dialog {
      padding: 10px; } }

.popup-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 10px;
  font-size: 14px;
  color: #333333; }

.noscroll {
  overflow: hidden; }

.loading-indicator {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black url('/static/images/ajax-loader.gif?81b640afeb1b') no-repeat 50% 50%;
  opacity: 0.4; }

#content {
  padding-top: 20px; }

.courseware-header {
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 40px; }

.page-title {
  font-size: 28px;
  margin-bottom: 35px; }

.unit {
  padding: 25px 0;
  color: #485060; }

.tabpanel {
  margin-top: 20px;
  margin-bottom: 20px; }

.courseware-actions .dropdown {
  display: inline-block; }
.courseware-actions .dropdown-menu {
  right: 0;
  left: auto; }
.courseware-actions .material-download-btn {
  margin: 0;
  padding: 0;
  min-width: 34px; }
.courseware-actions .js-ondownload-show {
  padding-top: 4px; }

.alignment-tags-carousel {
  border: 1px solid #d3d3d3;
  padding: 18px; }

.alignment-tags-carousel-title {
  margin-top: 0;
  font: 400 18px / 34px "Arimo", sans-serif; }
  .alignment-tags-carousel-title.mod-with-btn {
    margin-right: 20px;
    display: inline-block; }
  .alignment-tags-carousel-title .counter {
    font-style: italic; }

.alignment-tags-carousel-controls {
  text-align: center;
  margin-bottom: 20px; }
  .alignment-tags-carousel-controls a {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 27px; }
  .alignment-tags-carousel-controls .fa {
    font-size: 18px; }
  .alignment-tags-carousel-controls .alignment-tags-carousel-left {
    margin-right: 15px; }
  .alignment-tags-carousel-controls .alignment-tags-carousel-right {
    margin-left: 15px; }

.alignment-tags-carousel-indicators {
  position: static;
  vertical-align: top;
  display: inline-block;
  width: auto;
  margin: 0; }
  .alignment-tags-carousel-indicators li {
    width: 20px;
    height: 20px;
    border: 0;
    text-indent: 0;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
    margin: 0;
    font: 12px/20px "Arimo", sans-serif;
    color: #344b71; }
    .alignment-tags-carousel-indicators li.mod-active {
      color: #ffffff;
      width: 20px;
      height: 20px;
      background-color: #344b71;
      margin: 0; }

.carousel-pagination-dots {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top; }

.alignment-tag-head {
  text-align: center; }

.delete-alignment-tag-link {
  position: relative;
  top: 0;
  right: -5px;
  color: #c1cacb;
  font-size: 16px; }

.alignment-tag-link {
  font: 500 13px / 22px "Arimo", sans-serif; }

.alignment-tag-title {
  font: 500 15px / 18px "Arimo", sans-serif;
  margin: 0; }

.standard-grade {
  font: italic 13px / 20px "Arimo", sans-serif;
  display: inline-block;
  margin: 10px 0 15px; }

.alignment-tag-info {
  font: 400 13px / 18px "Arimo", sans-serif;
  margin-bottom: 3px; }
  .alignment-tag-info .alignment-tag-info-title {
    font-family: "Arimo", sans-serif;
    color: #787878; }
  .alignment-tag-info .alignment-tag-info-score {
    font-weight: 600; }
