@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #428bca;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.bs-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .bs-container:before, .bs-container:after {
    content: " ";
    display: table; }
  .bs-container:after {
    clear: both; }
  @media (min-width: 768px) {
    .bs-container {
      width: 750px; } }
  @media (min-width: 992px) {
    .bs-container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .bs-container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: 0%; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: 0%; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: 0%; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: 0%; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: 0%; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: 0%; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999999; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 991px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000000;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; }
  .modal-lg {
    width: 900px; } }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*
 * Picks a colour from two options based on which one is more visible
 * on the given background colour.
 *
 * Usage: pick-visible-color($bg-color, $color-1, $color-2)
 */
html {
  font-size: 16px; }
  html.certs-page {
    font-size: 16px; }

body {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

div {
  box-sizing: border-box; }

h1, h2, h3, h4 {
  text-align: inherit; }

h1 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 130%;
  margin: 2.625rem 0; }

h2 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 130%;
  margin: 1.875rem 0; }

h3 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 130%;
  margin: 1.625rem 0; }

h4 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 130%;
  margin: 1.375rem 0; }

p, ul li {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 170%;
  margin: 0.3125rem 0; }

a:not([class]), a:not([class]):visited, p a:not(.btn), p a:visited:not(.btn) {
  text-decoration: none;
  color: #0B0C1B;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: inline-block; }
  a:not([class]):after, a:not([class]):visited:after, p a:not(.btn):after, p a:visited:not(.btn):after {
    position: absolute;
    bottom: -0.1875rem;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #0B0C1B;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    display: block;
    content: ''; }
  a:not([class]):hover, a:not([class]):focus, a:not([class]):visited:hover, a:not([class]):visited:focus, p a:not(.btn):hover, p a:not(.btn):focus, p a:visited:not(.btn):hover, p a:visited:not(.btn):focus {
    color: #090a16;
    outline: none;
    text-decoration: none; }
    a:not([class]):hover:after, a:not([class]):focus:after, a:not([class]):visited:hover:after, a:not([class]):visited:focus:after, p a:not(.btn):hover:after, p a:not(.btn):focus:after, p a:visited:not(.btn):hover:after, p a:visited:not(.btn):focus:after {
      width: 100%; }
  a:not([class]).a--facebook:hover, a:not([class]).a--facebook:focus, a:not([class]):visited.a--facebook:hover, a:not([class]):visited.a--facebook:focus, p a:not(.btn).a--facebook:hover, p a:not(.btn).a--facebook:focus, p a:visited:not(.btn).a--facebook:hover, p a:visited:not(.btn).a--facebook:focus {
    color: #3a5998 !important; }
  a:not([class]).a--instagram:hover, a:not([class]).a--instagram:focus, a:not([class]):visited.a--instagram:hover, a:not([class]):visited.a--instagram:focus, p a:not(.btn).a--instagram:hover, p a:not(.btn).a--instagram:focus, p a:visited:not(.btn).a--instagram:hover, p a:visited:not(.btn).a--instagram:focus {
    color: #3f729b !important; }
  a:not([class]).a--twitter:hover, a:not([class]).a--twitter:focus, a:not([class]):visited.a--twitter:hover, a:not([class]):visited.a--twitter:focus, p a:not(.btn).a--twitter:hover, p a:not(.btn).a--twitter:focus, p a:visited:not(.btn).a--twitter:hover, p a:visited:not(.btn).a--twitter:focus {
    color: #54aced !important; }
  a:not([class]).a--linkedin:hover, a:not([class]).a--linkedin:focus, a:not([class]):visited.a--linkedin:hover, a:not([class]):visited.a--linkedin:focus, p a:not(.btn).a--linkedin:hover, p a:not(.btn).a--linkedin:focus, p a:visited:not(.btn).a--linkedin:hover, p a:visited:not(.btn).a--linkedin:focus {
    color: #007ab6 !important; }
  a:not([class]).a--youtube:hover, a:not([class]).a--youtube:focus, a:not([class]):visited.a--youtube:hover, a:not([class]):visited.a--youtube:focus, p a:not(.btn).a--youtube:hover, p a:not(.btn).a--youtube:focus, p a:visited:not(.btn).a--youtube:hover, p a:visited:not(.btn).a--youtube:focus {
    color: #ba0000 !important; }
  a:not([class]).a--github:hover, a:not([class]).a--github:focus, a:not([class]):visited.a--github:hover, a:not([class]):visited.a--github:focus, p a:not(.btn).a--github:hover, p a:not(.btn).a--github:focus, p a:visited:not(.btn).a--github:hover, p a:visited:not(.btn).a--github:focus {
    color: #333333 !important; }
  a:not([class]).a--rss:hover, a:not([class]).a--rss:focus, a:not([class]):visited.a--rss:hover, a:not([class]):visited.a--rss:focus, p a:not(.btn).a--rss:hover, p a:not(.btn).a--rss:focus, p a:visited:not(.btn).a--rss:hover, p a:visited:not(.btn).a--rss:focus {
    color: #ff8700 !important; }
  a:not([class]).a--meetup:hover, a:not([class]).a--meetup:focus, a:not([class]):visited.a--meetup:hover, a:not([class]):visited.a--meetup:focus, p a:not(.btn).a--meetup:hover, p a:not(.btn).a--meetup:focus, p a:visited:not(.btn).a--meetup:hover, p a:visited:not(.btn).a--meetup:focus {
    color: #e51937 !important; }
  a:not([class]).a--email:hover, a:not([class]).a--email:focus, a:not([class]):visited.a--email:hover, a:not([class]):visited.a--email:focus, p a:not(.btn).a--email:hover, p a:not(.btn).a--email:focus, p a:visited:not(.btn).a--email:hover, p a:visited:not(.btn).a--email:focus {
    color: #dc4e41 !important; }

.content-wrapper .btn-link, .content-wrapper a, .content-wrapper a:not(.btn), .content-wrapper a:visited, .content-wrapper a:visited:not(.btn) {
  color: #0B0C1B; }

.a--button {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
  text-shadow: none; }
  .a--button:hover, .a--button:focus {
    border: none;
    outline: none;
    background: none;
    box-shadow: none;
    text-shadow: none; }

.a--container {
  width: 100%;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  margin: 0 auto;
  max-width: 75rem; }
  @media (min-width: 1680px) {
    .a--container {
      max-width: 87.5rem; } }

.a--container-full {
  width: 100%;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1680px) {
    .a--container-full {
      max-width: 1600px; } }
  @media (max-width: 991px) {
    .a--container-full {
      padding-left: 0;
      padding-right: 0; } }

span.a--underlined {
  position: relative;
  display: inline-block; }
  span.a--underlined:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.625rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 3px;
    content: "";
    background-color: #0C6B8C;
    background-image: -webkit-linear-gradient(left, #1BA5C0, #0C6B8C);
    background-image: linear-gradient(to right,#1BA5C0, #0C6B8C); }

.spacer {
  width: 100%; }
  .spacer.one-rem {
    height: 0.625rem; }

.discovery-course-tile {
  list-style-type: none;
  display: inline-block; }

.window-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  min-height: 100vh;
  width: 100%;
  background-color: #F5F5F5; }
  .window-wrap .a--site-nav {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0; }
    .window-wrap .a--site-nav__container {
      width: 75rem;
      max-width: 100%;
      margin: 0 auto;
      padding: 0 1.25rem; }
  .window-wrap .content-wrapper {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    width: 100%;
    max-width: unset; }
  .window-wrap .a--footer {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0; }

body.discussion .window-wrap .content-wrapper {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  max-width: 1600px;
  margin: 0 auto; }

a.nav-skip {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -600px;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #fcfcfc;
  padding: 15px 10px; }
  a.nav-skip:focus {
    position: relative;
    top: auto;
    width: auto;
    height: auto;
    margin: 0; }

.bs-container:before, .bs-container:after {
  display: none; }

.window-wrap .btn-default {
  color: #0B0C1B; }
  .window-wrap .btn-default:hover, .window-wrap .btn-default:focus {
    color: #0B0C1B;
    border-color: #0B0C1B; }

.fa {
  font-family: 'FontAwesome' !important; }

.hidden-element {
  display: none !important; }

.a--modal {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65); }
  .a--modal__outer-container {
    width: 100%;
    height: 100%;
    padding: 1.25rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .a--modal .a--container {
    position: relative; }
  .a--modal__close-button {
    position: absolute;
    top: -1rem;
    right: -1rem;
    z-index: 10001;
    width: 2rem;
    height: 2rem;
    padding: 2px;
    border-radius: 100%;
    font-size: 1.25rem;
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    text-shadow: none;
    background-color: #0B0C1B;
    color: #fff;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    .a--modal__close-button:hover, .a--modal__close-button:focus, .a--modal__close-button:hover:not(:disabled), .a--modal__close-button:focus:not(:disabled) {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
      background: none;
      outline: none;
      background-color: #0B0C1B; }
  .a--modal__video__container {
    padding: 0;
    -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.4); }

.modal-backdrop {
  opacity: 0 !important; }

.a--bottom-slideout-modal {
  background-color: rgba(0, 0, 0, 0.01);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: 0 !important; }
  .a--bottom-slideout-modal__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    min-height: 25vh;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 1.875rem;
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12); }
  .a--bottom-slideout-modal__title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 2rem; }
    @media (max-width: 767px) {
      .a--bottom-slideout-modal__title {
        font-size: 1.5rem; } }
  .a--bottom-slideout-modal__controls {
    margin-top: 1.875rem; }
  .a--bottom-slideout-modal__content {
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400; }
    .a--bottom-slideout-modal__content input[type="checkbox"], .a--bottom-slideout-modal__content input[type="radio"] {
      margin: 0.625rem; }
  .a--bottom-slideout-modal__control-button {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    padding: 0;
    vertical-align: inherit;
    text-shadow: none;
    letter-spacing: 0;
    border: 2px solid #6B0AEA;
    display: inline-block;
    padding: 0.625rem 1.25rem;
    margin: 0.625rem 0.625rem 0.625rem 0;
    font-size: 1.125rem;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    border-radius: 3.125rem;
    position: relative; }
    .a--bottom-slideout-modal__control-button:hover, .a--bottom-slideout-modal__control-button:focus, .a--bottom-slideout-modal__control-button:hover:not(:disabled), .a--bottom-slideout-modal__control-button:focus:not(:disabled) {
      background: none;
      border: none;
      box-shadow: none;
      text-shadow: none; }
    .a--bottom-slideout-modal__control-button:hover, .a--bottom-slideout-modal__control-button:focus {
      outline: none !important; }
    .a--bottom-slideout-modal__control-button:before {
      position: absolute;
      border-radius: 3.125rem;
      top: 0;
      bottom: 0;
      left: 0;
      width: 0%;
      background-color: rgba(255, 255, 255, 0.35);
      content: "";
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
    .a--bottom-slideout-modal__control-button:hover:before, .a--bottom-slideout-modal__control-button:focus:before {
      width: 100%;
      background-color: rgba(255, 255, 255, 0.1); }
    .a--bottom-slideout-modal__control-button:hover, .a--bottom-slideout-modal__control-button:focus, .a--bottom-slideout-modal__control-button:hover:not(:disabled), .a--bottom-slideout-modal__control-button:focus:not(:disabled) {
      color: rgba(255, 255, 255, 0.8); }
    .a--bottom-slideout-modal__control-button.action {
      background-color: #6B0AEA; }
      .a--bottom-slideout-modal__control-button.action:hover, .a--bottom-slideout-modal__control-button.action:focus, .a--bottom-slideout-modal__control-button.action:hover:not(:disabled), .a--bottom-slideout-modal__control-button.action:focus:not(:disabled) {
        background-color: #6B0AEA; }
    .a--bottom-slideout-modal__control-button.dismiss {
      border: 2px solid rgba(11, 12, 27, 0.8) !important;
      color: rgba(11, 12, 27, 0.8);
      padding: 0.5rem 1.125rem; }
      .a--bottom-slideout-modal__control-button.dismiss:hover, .a--bottom-slideout-modal__control-button.dismiss:focus, .a--bottom-slideout-modal__control-button.dismiss:hover:not(:disabled), .a--bottom-slideout-modal__control-button.dismiss:focus:not(:disabled) {
        border: 2px solid rgba(11, 12, 27, 0.8) !important;
        color: rgba(11, 12, 27, 0.8); }
    .a--bottom-slideout-modal__control-button.warning {
      background-color: #e74c3c; }
      .a--bottom-slideout-modal__control-button.warning:hover, .a--bottom-slideout-modal__control-button.warning:focus, .a--bottom-slideout-modal__control-button.warning:hover:not(:disabled), .a--bottom-slideout-modal__control-button.warning:focus:not(:disabled) {
        background-color: #e74c3c; }

.a--expanding-section__target {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-height: 0;
  overflow: hidden;
  opacity: 0; }

.a--expanding-section.a--expanded .a--expanding-section__target {
  max-height: 6.25rem;
  opacity: 1; }

.a--footer {
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
  background-color: #fff;
  color: #0B0C1B;
  border-top: none; }
  .a--footer__main-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
    @media (max-width: 991px) {
      .a--footer__main-wrapper {
        display: block; } }
  .a--footer__main {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    @media (max-width: 991px) {
      .a--footer__main {
        display: block; } }
  .a--footer__logo {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    padding-right: 1.875rem;
    margin-right: 1.875rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    border-right: 1px solid rgba(11, 12, 27, 0.3);
    opacity: 1; }
    .a--footer__logo img {
      width: 3.75rem; }
    @media (max-width: 991px) {
      .a--footer__logo {
        border-bottom: 1px solid rgba(11, 12, 27, 0.3);
        border-right: none;
        margin: 0 0 1.875rem;
        padding: 0 0 1.875rem; }
        .a--footer__logo img {
          display: block;
          margin: 0 auto; } }
  .a--footer__copyright-text {
    font-size: 0.75rem;
    color: #0B0C1B;
    padding: 0;
    margin: 0 0 0.625rem; }
  .a--footer__links-container {
    padding: 0;
    margin: 0; }
    .a--footer__links-container li {
      display: inline-block;
      list-style-type: none;
      margin: 0.3125rem 0.9375rem 0.3125rem 0; }
      .a--footer__links-container li a, .a--footer__links-container li a:not(.btn) {
        text-decoration: none;
        color: #0090c1; }
        .a--footer__links-container li a:hover, .a--footer__links-container li a:focus, .a--footer__links-container li a:not(.btn):hover, .a--footer__links-container li a:not(.btn):focus {
          color: #0fc2ff;
          text-decoration: underline;
          text-decoration-style: dotted; }
        .a--footer__links-container li a.menu-btn, .a--footer__links-container li a:not(.btn).menu-btn {
          border-radius: 3.125rem;
          padding: 0.625rem 1.25rem;
          border: 2px solid #0090c1;
          background-color: #0090c1;
          color: #fff; }
          .a--footer__links-container li a.menu-btn:hover, .a--footer__links-container li a.menu-btn:focus, .a--footer__links-container li a:not(.btn).menu-btn:hover, .a--footer__links-container li a:not(.btn).menu-btn:focus {
            background-color: #fff;
            color: #0090c1;
            border: 2px solid #0090c1;
            text-decoration: none; }
    @media (max-width: 991px) {
      .a--footer__links-container {
        text-align: center;
        margin-bottom: 1.875rem; } }
  .a--footer__powered-by {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1; }
    .a--footer__powered-by:hover, .a--footer__powered-by:focus {
      opacity: 1; }
    @media (max-width: 991px) {
      .a--footer__powered-by {
        -webkit-box-pack: distribute;
        -moz-box-pack: distribute;
        box-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -ms-justify-content: space-around;
        -o-justify-content: space-around;
        justify-content: space-around;
        -ms-flex-pack: distribute;
        margin: 0 auto; } }
    .a--footer__powered-by p {
      font-size: 0.75rem;
      margin: 0 0.9375rem 0 0; }
    .a--footer__powered-by #footer-appsembler-logo {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      opacity: 0.5; }
      .a--footer__powered-by #footer-appsembler-logo:hover, .a--footer__powered-by #footer-appsembler-logo:focus {
        opacity: 1; }
      .a--footer__powered-by #footer-appsembler-logo img {
        width: 6.25rem;
        margin: 0 0.9375rem 0 0; }
    .a--footer__powered-by #footer-openedx-logo {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      opacity: 0.7;
      margin-bottom: 0.375rem; }
      .a--footer__powered-by #footer-openedx-logo:hover, .a--footer__powered-by #footer-openedx-logo:focus {
        opacity: 1; }
      .a--footer__powered-by #footer-openedx-logo img {
        width: 4rem;
        margin: 0 0.9375rem 0 0; }
  .a--footer__edx-disclaimer {
    text-align: center;
    border-top: 1px solid rgba(11, 12, 27, 0.25);
    color: #0B0C1B;
    font-size: 0.625rem;
    margin-top: 2.1875rem;
    padding-top: 2.1875rem; }

.window-wrap .global-header {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  box-shadow: none;
  border-bottom: 2px solid #0B0C1B;
  overflow: visible; }
  @media (max-width: 991px) {
    .window-wrap .global-header {
      padding: 0.9375rem 1.25rem; } }
  .window-wrap .global-header .main-header {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991px) {
      .window-wrap .global-header .main-header {
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center; } }
    .window-wrap .global-header .main-header .header-logo-section {
      flex-grow: 0;
      flex-shrink: 1;
      margin-right: 2.5rem;
      display: flex;
      align-items: center;
      padding: 0.9375rem 0;
      padding-top: 1.875rem;
      padding-bottom: 1.875rem; }
      .window-wrap .global-header .main-header .header-logo-section a {
        filter: grayscale(0);
        flex-shrink: 0;
        flex-grow: 0; }
        .window-wrap .global-header .main-header .header-logo-section a .logo {
          height: 3.125rem;
          width: auto; }
          .window-wrap .global-header .main-header .header-logo-section a .logo.logo-positive {
            display: inline-block; }
          .window-wrap .global-header .main-header .header-logo-section a .logo.logo-negative {
            display: none; }
        .window-wrap .global-header .main-header .header-logo-section a:hover, .window-wrap .global-header .main-header .header-logo-section a:focus {
          filter: grayscale(1);
          cursor: pointer;
          text-decoration: none;
          opacity: 0.65; }
          .window-wrap .global-header .main-header .header-logo-section a:hover:after, .window-wrap .global-header .main-header .header-logo-section a:focus:after {
            display: none; }
      .window-wrap .global-header .main-header .header-logo-section .course-header {
        font-size: 0.8125rem;
        margin-left: 1.25rem;
        padding-right: 1.25rem;
        color: #0B0C1B; }
        .window-wrap .global-header .main-header .header-logo-section .course-header .provider {
          display: none; }
        .window-wrap .global-header .main-header .header-logo-section .course-header .course-number {
          display: inline-block;
          font-weight: bold;
          margin: 0 0.3125rem 0 0; }
        .window-wrap .global-header .main-header .header-logo-section .course-header .course-name {
          display: inline-block; }
    @media (max-width: 991px) {
      .window-wrap .global-header .main-header .hamburger-menu {
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        flex-shrink: 0;
        -ms-flex-negative: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        -ms-flex-positive: 0;
        position: relative;
        left: 0;
        margin-left: auto;
        width: 2rem;
        height: 2rem;
        box-sizing: border-box;
        top: 2px; } }
    .window-wrap .global-header .main-header .nav-links {
      display: flex;
      flex-grow: 1;
      flex-shrink: 1; }
      @media (max-width: 991px) {
        .window-wrap .global-header .main-header .nav-links {
          display: none; } }
      .window-wrap .global-header .main-header .nav-links .main, .window-wrap .global-header .main-header .nav-links .secondary {
        float: unset;
        display: flex; }
      .window-wrap .global-header .main-header .nav-links .main {
        flex-grow: 1;
        flex-shrink: 1;
        margin: 0;
        display: flex;
        padding: 0; }
      .window-wrap .global-header .main-header .nav-links .secondary {
        flex-grow: 0;
        flex-shrink: 0;
        margin: 0 0 0 2.5rem;
        display: flex;
        padding: 0; }
        .window-wrap .global-header .main-header .nav-links .secondary .nav-item {
          padding: 0; }
          @media (min-width: 992px) {
            .window-wrap .global-header .main-header .nav-links .secondary .nav-item {
              padding: 0; } }
        .window-wrap .global-header .main-header .nav-links .secondary .toggle-user-dropdown {
          color: #0B0C1B; }
      .window-wrap .global-header .main-header .nav-links .nav-item {
        margin: 0 1.25rem;
        display: flex;
        align-items: center; }
        @media (min-width: 992px) {
          .window-wrap .global-header .main-header .nav-links .nav-item.nav-item-my-courses {
            margin-left: auto; } }
        .window-wrap .global-header .main-header .nav-links .nav-item.button-item {
          align-items: center; }
        .window-wrap .global-header .main-header .nav-links .nav-item a {
          padding: 1.25rem 0 1rem;
          border-bottom: 4px solid rgba(11, 12, 27, 0);
          color: #0B0C1B;
          font-size: 0.9375rem;
          display: flex;
          align-items: center;
          margin: 0; }
          .window-wrap .global-header .main-header .nav-links .nav-item a:hover, .window-wrap .global-header .main-header .nav-links .nav-item a:focus {
            border-bottom: 2px solid #0B0C1B; }
          .window-wrap .global-header .main-header .nav-links .nav-item a.menu-title {
            display: flex;
            align-items: center;
            padding: 0.5rem 0;
            margin: 0;
            border: none; }
            .window-wrap .global-header .main-header .nav-links .nav-item a.menu-title .user-image-frame {
              margin: 0 0.625rem 0 0; }
            .window-wrap .global-header .main-header .nav-links .nav-item a.menu-title:hover, .window-wrap .global-header .main-header .nav-links .nav-item a.menu-title:focus {
              border: none;
              color: #0B0C1B; }
        .window-wrap .global-header .main-header .nav-links .nav-item.nav-item-dropdown {
          display: flex;
          align-items: center;
          position: relative; }
          .window-wrap .global-header .main-header .nav-links .nav-item.nav-item-dropdown a:hover, .window-wrap .global-header .main-header .nav-links .nav-item.nav-item-dropdown a:focus {
            text-decoration: none; }
          .window-wrap .global-header .main-header .nav-links .nav-item.nav-item-dropdown .dropdown-user-menu {
            position: absolute;
            top: 100%;
            width: auto;
            min-width: 11.25rem;
            max-width: 80%; }
            [dir="rtl"] .window-wrap .global-header .main-header .nav-links .nav-item.nav-item-dropdown .dropdown-user-menu {
              right: auto;
              left: 0; }
            .window-wrap .global-header .main-header .nav-links .nav-item.nav-item-dropdown .dropdown-user-menu .dropdown-item {
              white-space: unset; }
            .window-wrap .global-header .main-header .nav-links .nav-item.nav-item-dropdown .dropdown-user-menu .dropdown-nav-item a {
              padding: 1.25rem;
              color: #0B0C1B; }
        .window-wrap .global-header .main-header .nav-links .nav-item .a--cta-button {
          border-radius: 3.125rem;
          padding: 0.625rem 1.25rem;
          background-color: #fff;
          color: #6B0AEA;
          border: 2px solid #6B0AEA;
          border-color: #6B0AEA; }
          .window-wrap .global-header .main-header .nav-links .nav-item .a--cta-button:hover, .window-wrap .global-header .main-header .nav-links .nav-item .a--cta-button:focus {
            background-color: #6B0AEA;
            color: #fff;
            border: 2px solid #6B0AEA;
            text-decoration: none; }
      .window-wrap .global-header .main-header .nav-links a.register-btn {
        border-radius: 3.125rem;
        padding: 0.625rem 1.25rem;
        background-color: #fff;
        color: #6B0AEA;
        border: 2px solid #6B0AEA;
        border-color: #6B0AEA; }
        .window-wrap .global-header .main-header .nav-links a.register-btn:hover, .window-wrap .global-header .main-header .nav-links a.register-btn:focus {
          background-color: #6B0AEA;
          color: #fff;
          border: 2px solid #6B0AEA;
          text-decoration: none; }
      .window-wrap .global-header .main-header .nav-links a.sign-in-btn, .window-wrap .global-header .main-header .nav-links a.menu-btn {
        border-radius: 3.125rem;
        padding: 0.625rem 1.25rem;
        border: 2px solid #6B0AEA;
        border-color: #6B0AEA;
        background-color: #6B0AEA;
        color: #fff; }
        .window-wrap .global-header .main-header .nav-links a.sign-in-btn:hover, .window-wrap .global-header .main-header .nav-links a.sign-in-btn:focus, .window-wrap .global-header .main-header .nav-links a.menu-btn:hover, .window-wrap .global-header .main-header .nav-links a.menu-btn:focus {
          background-color: #fff;
          color: #6B0AEA;
          border: 2px solid #6B0AEA;
          text-decoration: none; }
  .window-wrap .global-header.slim .main-header .header-logo-section {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; }
  .window-wrap .global-header .mobile-menu {
    border-color: #0B0C1B; }
    .window-wrap .global-header .mobile-menu .mobile-nav-link a {
      padding: 1.25rem;
      font-weight: normal;
      color: #0B0C1B; }
    .window-wrap .global-header .mobile-menu .mobile-nav-link .btn {
      border: none; }

.a--hero-section-01 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
  background-position: center center;
  background-size: cover;
  background-color: #0B0C1B;
  line-height: 150%; }
  .a--hero-section-01__container {
    padding-left: 1.875rem;
    padding-right: 1.875rem; }
  .a--hero-section-01 h1 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 3.625rem;
    margin: 0 0 1.25rem;
    color: inherit; }
    @media (max-width: 991px) {
      .a--hero-section-01 h1 {
        font-size: 2.625rem; } }
  .a--hero-section-01 p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    margin: 0;
    color: inherit;
    opacity: 0.9; }
  .a--hero-section-01__cta-container {
    margin: 2.1875rem 0 0; }
    .a--hero-section-01__cta-container .a--cta {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 400;
      background-color: #6B0AEA;
      border: 2px solid #6B0AEA;
      display: inline-block;
      padding: 0.9375rem 1.25rem;
      font-size: 1.25rem;
      margin: 0.625rem;
      color: #ffffff;
      border-radius: 3.125rem;
      position: relative; }
      .a--hero-section-01__cta-container .a--cta:before {
        position: absolute;
        border-radius: 3.125rem;
        top: 0;
        bottom: 0;
        left: 0;
        width: 0%;
        background-color: rgba(255, 255, 255, 0.35);
        content: "";
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out; }
      .a--hero-section-01__cta-container .a--cta:hover:before, .a--hero-section-01__cta-container .a--cta:focus:before {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.1); }
      .a--hero-section-01__cta-container .a--cta:hover, .a--hero-section-01__cta-container .a--cta:focus {
        color: rgba(255, 255, 255, 0.8);
        color: white; }

.a--heading-plus-text-plus-cta {
  padding: 4.375rem 0;
  line-height: 150%; }
  .a--heading-plus-text-plus-cta h2 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.625rem;
    margin: 0 0 1.875rem;
    color: #0B0C1B;
    text-transform: none; }
  .a--heading-plus-text-plus-cta__cta-container {
    margin: 2.1875rem 0 0; }
  .a--heading-plus-text-plus-cta .a--cta {
    background-color: #6B0AEA;
    border: 2px solid #6B0AEA;
    display: inline-block;
    padding: 0.9375rem 1.25rem;
    margin: 0.625rem;
    font-size: 1.125rem;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    border-radius: 3.125rem;
    position: relative; }
    .a--heading-plus-text-plus-cta .a--cta:before {
      position: absolute;
      border-radius: 3.125rem;
      top: 0;
      bottom: 0;
      left: 0;
      width: 0%;
      background-color: rgba(255, 255, 255, 0.35);
      content: "";
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
    .a--heading-plus-text-plus-cta .a--cta:hover:before, .a--heading-plus-text-plus-cta .a--cta:focus:before {
      width: 100%;
      background-color: rgba(255, 255, 255, 0.1); }
    .a--heading-plus-text-plus-cta .a--cta:hover, .a--heading-plus-text-plus-cta .a--cta:focus {
      color: rgba(255, 255, 255, 0.8); }
  .a--heading-plus-text-plus-cta.centered {
    text-align: center; }
    .a--heading-plus-text-plus-cta.centered p {
      max-width: 57.5rem;
      margin: 0.625rem auto; }
  .a--heading-plus-text-plus-cta.negative {
    background-color: #0B0C1B;
    color: #fff; }
    .a--heading-plus-text-plus-cta.negative h2 {
      color: #fff; }
    .a--heading-plus-text-plus-cta.negative .a--cta {
      background-color: transparent;
      border: 2px solid #fff;
      color: #fff; }
      .a--heading-plus-text-plus-cta.negative .a--cta:hover, .a--heading-plus-text-plus-cta.negative .a--cta:focus {
        color: rgba(255, 255, 255, 0.8); }

.a--plain-content {
  padding: 3.125rem 0;
  background-color: transparent;
  line-height: 150%;
  font-size: 1rem; }
  .a--plain-content h1 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.625rem;
    margin: 0 0 1.875rem;
    color: #0B0C1B;
    text-transform: none; }
  .a--plain-content h2 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    margin: 2.5rem 0 1.875rem;
    color: #0B0C1B;
    text-transform: none; }
  .a--plain-content h3 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.125rem;
    margin: 1.875rem 0 1.25rem;
    color: rgba(11, 12, 27, 0.8);
    text-transform: none; }
  .a--plain-content h4 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700; }
  .a--plain-content a:not(.btn):hover, .a--plain-content a:not(.btn):focus, .a--plain-content a:visited:not(.btn):hover, .a--plain-content a:visited:not(.btn):focus {
    text-decoration: underline !important;
    text-decoration-style: dotted; }

.a--expanding-sections-list-01 {
  padding: 1.875rem 0;
  line-height: 150%; }
  .a--expanding-sections-list-01__container {
    padding: 0 0.9375rem;
    margin: 0 auto; }
  .a--expanding-sections-list-01__item {
    list-style-type: none;
    padding: 1.5625rem 0;
    border-bottom: 1px solid rgba(11, 12, 27, 0.2); }
    .a--expanding-sections-list-01__item:last-child {
      border-bottom: none; }
    .a--expanding-sections-list-01__item__title {
      background: none;
      border: none;
      border-radius: 0;
      box-shadow: none;
      height: auto;
      padding: 0;
      vertical-align: inherit;
      text-shadow: none;
      letter-spacing: 0;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 700;
      color: #0B0C1B;
      margin: 0;
      font-size: 1.125rem;
      cursor: pointer;
      text-align: left;
      line-height: 150%; }
      .a--expanding-sections-list-01__item__title:hover, .a--expanding-sections-list-01__item__title:focus, .a--expanding-sections-list-01__item__title:hover:not(:disabled), .a--expanding-sections-list-01__item__title:focus:not(:disabled) {
        background: none;
        border: none;
        box-shadow: none;
        text-shadow: none; }
    .a--expanding-sections-list-01__item.a--expanded .a--expanding-sections-list-01__item__title {
      margin: 0 0 0.9375rem; }

.a--line-separator__container {
  background-color: rgba(11, 12, 27, 0.2);
  height: 1px; }
  .a--line-separator__container.two-px {
    height: 2px; }
  .a--line-separator__container.five-px {
    height: 5px; }
  .a--line-separator__container.eight-px {
    height: 8px; }

.a--photo-grid-01 {
  padding: 3.75rem 0; }
  .a--photo-grid-01__single-container {
    overflow: hidden; }
  .a--photo-grid-01__photo {
    background-size: cover;
    width: 100%;
    display: block;
    margin: 0.9375rem 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .a--photo-grid-01__photo:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .a--photo-grid-01__photo:hover, .a--photo-grid-01__photo:focus {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }

.a--course-tile-01__wrapper {
  padding: 0.9375rem;
  width: 25%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 1199px) {
    .a--course-tile-01__wrapper {
      width: 33.3%; } }
  @media (max-width: 991px) {
    .a--course-tile-01__wrapper {
      width: 50%; } }
  @media (max-width: 767px) {
    .a--course-tile-01__wrapper {
      width: 100%; } }

.a--course-tile-01__container {
  border: 1px solid #dedede;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 3px 2px rgba(0, 0, 0, 0.1); }
  .a--course-tile-01__container:hover, .a--course-tile-01__container:focus {
    cursor: pointer;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }

.a--course-tile-01__image {
  width: 100%;
  height: auto;
  padding-bottom: 66%;
  background-size: cover;
  background-position: center center;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-positive: 0;
  border-bottom: 4px solid #0B0C1B; }

.a--course-tile-01__info {
  padding: 1.875rem 1.25rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  background-color: #fff; }

.a--course-tile-01__code, .a--course-tile-01__organization {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  color: rgba(11, 12, 27, 0.8);
  margin: 0 0 0.3125rem; }

.a--course-tile-01__title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0 0 0.9375rem;
  color: #0B0C1B;
  display: block; }

.a--course-tile-01__organization {
  border-top: 1px solid rgba(11, 12, 27, 0.1);
  padding-top: 0.9375rem;
  display: block; }

.a--course-tile-01__start-date {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #0B0C1B;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin: 0; }

.a--course-tile-01-parent-element {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2; }
  .a--course-tile-01-parent-element.courses-listing-narrower li.courses-listing-item {
    padding: 0.9375rem;
    width: 33.3%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1199px) {
      .a--course-tile-01-parent-element.courses-listing-narrower li.courses-listing-item {
        width: 50%; } }
    @media (max-width: 991px) {
      .a--course-tile-01-parent-element.courses-listing-narrower li.courses-listing-item {
        width: 50%; } }
    @media (max-width: 767px) {
      .a--course-tile-01-parent-element.courses-listing-narrower li.courses-listing-item {
        width: 100%; } }
  .a--course-tile-01-parent-element li.courses-listing-item {
    padding: 0.9375rem;
    width: 25%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1199px) {
      .a--course-tile-01-parent-element li.courses-listing-item {
        width: 33.3%; } }
    @media (max-width: 991px) {
      .a--course-tile-01-parent-element li.courses-listing-item {
        width: 50%; } }
    @media (max-width: 767px) {
      .a--course-tile-01-parent-element li.courses-listing-item {
        width: 100%; } }
    .a--course-tile-01-parent-element li.courses-listing-item .a--course-tile-01__wrapper {
      padding: 0;
      width: 100%; }

.a--course-tile-02__wrapper {
  padding: 0.9375rem;
  width: 25%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (min-width: 1200px) {
    .a--course-tile-02__wrapper:first-of-type {
      width: 50%;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-positive: 1;
      -webkit-flex-shrink: 1;
      -moz-flex-shrink: 1;
      flex-shrink: 1;
      -ms-flex-negative: 1; }
      .a--course-tile-02__wrapper:first-of-type .a--course-tile-02__container {
        background-color: #0B0C1B;
        border: none;
        text-align: left; }
      .a--course-tile-02__wrapper:first-of-type .a--course-tile-02__code, .a--course-tile-02__wrapper:first-of-type .a--course-tile-02__organization {
        color: rgba(255, 255, 255, 0.8); }
      .a--course-tile-02__wrapper:first-of-type .a--course-tile-02__title, .a--course-tile-02__wrapper:first-of-type .a--course-tile-02__start-date {
        color: #fff; }
      .a--course-tile-02__wrapper:first-of-type .a--course-tile-02__image {
        opacity: 1; }
      .a--course-tile-02__wrapper:first-of-type .a--course-tile-02__info {
        width: 22.5rem; }
      .a--course-tile-02__wrapper:first-of-type .a--course-tile-02__title {
        font-size: 2rem;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 700; } }
  @media (max-width: 1199px) {
    .a--course-tile-02__wrapper {
      width: 33.3%; } }
  @media (max-width: 991px) {
    .a--course-tile-02__wrapper {
      width: 50%; } }
  @media (max-width: 767px) {
    .a--course-tile-02__wrapper {
      width: 100%; } }

.a--course-tile-02__container {
  border: 1px solid #dedede;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  display: block;
  width: 100%;
  min-height: 17.5rem;
  position: relative;
  overflow: hidden;
  text-align: left; }
  .a--course-tile-02__container:hover, .a--course-tile-02__container:focus {
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }

.a--course-tile-02__image {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  border-radius: 100%;
  background-size: cover;
  background-position: center center;
  position: absolute;
  opacity: 0.1;
  width: 280px;
  height: 280px;
  bottom: -56px;
  right: -40px; }
  @media (max-width: 1199px) {
    .a--course-tile-02__image {
      width: 280px;
      height: 280px;
      bottom: -56px;
      right: -40px; } }
  @media (max-width: 991px) {
    .a--course-tile-02__image {
      width: 260px;
      height: 260px;
      bottom: -52px;
      right: -37.14286px; } }
  @media (max-width: 767px) {
    .a--course-tile-02__image {
      width: 140px;
      height: 140px;
      bottom: -28px;
      right: -20px; } }

.a--course-tile-02__info {
  padding: 1.875rem 1.25rem; }

.a--course-tile-02__code, .a--course-tile-02__organization {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  color: rgba(11, 12, 27, 0.8);
  margin: 0 0 0.3125rem; }

.a--course-tile-02__title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0 0 0.9375rem;
  padding-bottom: 0.9375rem;
  color: #0B0C1B;
  display: block;
  border-bottom: 1px solid rgba(11, 12, 27, 0.2); }

.a--course-tile-02__start-date {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #0B0C1B;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin: 0; }

.a--course-tile-02-parent-element {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2; }
  .a--course-tile-02-parent-element.courses-listing-narrower li.courses-listing-item {
    padding: 0.9375rem;
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 1200px) {
      .a--course-tile-02-parent-element.courses-listing-narrower li.courses-listing-item:first-of-type {
        width: 100%; }
        .a--course-tile-02-parent-element.courses-listing-narrower li.courses-listing-item:first-of-type .a--course-tile-02__container {
          background-color: #0B0C1B;
          border: none; }
        .a--course-tile-02-parent-element.courses-listing-narrower li.courses-listing-item:first-of-type .a--course-tile-02__code, .a--course-tile-02-parent-element.courses-listing-narrower li.courses-listing-item:first-of-type .a--course-tile-02__organization {
          color: rgba(255, 255, 255, 0.8); }
        .a--course-tile-02-parent-element.courses-listing-narrower li.courses-listing-item:first-of-type .a--course-tile-02__title, .a--course-tile-02-parent-element.courses-listing-narrower li.courses-listing-item:first-of-type .a--course-tile-02__start-date {
          color: #fff; }
        .a--course-tile-02-parent-element.courses-listing-narrower li.courses-listing-item:first-of-type .a--course-tile-02__image {
          opacity: 1; }
        .a--course-tile-02-parent-element.courses-listing-narrower li.courses-listing-item:first-of-type .a--course-tile-02__info {
          width: 22.5rem; }
        .a--course-tile-02-parent-element.courses-listing-narrower li.courses-listing-item:first-of-type .a--course-tile-02__title {
          font-size: 2rem;
          font-family: "Roboto", sans-serif;
          font-style: normal;
          font-weight: 700; } }
    @media (max-width: 1199px) {
      .a--course-tile-02-parent-element.courses-listing-narrower li.courses-listing-item {
        width: 50%; } }
    @media (max-width: 991px) {
      .a--course-tile-02-parent-element.courses-listing-narrower li.courses-listing-item {
        width: 50%; } }
    @media (max-width: 767px) {
      .a--course-tile-02-parent-element.courses-listing-narrower li.courses-listing-item {
        width: 100%; } }
  .a--course-tile-02-parent-element li.courses-listing-item {
    padding: 0.9375rem;
    width: 25%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 1200px) {
      .a--course-tile-02-parent-element li.courses-listing-item:first-of-type {
        width: 50%; }
        .a--course-tile-02-parent-element li.courses-listing-item:first-of-type .a--course-tile-02__container {
          background-color: #0B0C1B;
          border: none; }
        .a--course-tile-02-parent-element li.courses-listing-item:first-of-type .a--course-tile-02__code, .a--course-tile-02-parent-element li.courses-listing-item:first-of-type .a--course-tile-02__organization {
          color: rgba(255, 255, 255, 0.8); }
        .a--course-tile-02-parent-element li.courses-listing-item:first-of-type .a--course-tile-02__title, .a--course-tile-02-parent-element li.courses-listing-item:first-of-type .a--course-tile-02__start-date {
          color: #fff; }
        .a--course-tile-02-parent-element li.courses-listing-item:first-of-type .a--course-tile-02__image {
          opacity: 1; }
        .a--course-tile-02-parent-element li.courses-listing-item:first-of-type .a--course-tile-02__info {
          width: 22.5rem; }
        .a--course-tile-02-parent-element li.courses-listing-item:first-of-type .a--course-tile-02__title {
          font-size: 2rem;
          font-family: "Roboto", sans-serif;
          font-style: normal;
          font-weight: 700; } }
    @media (max-width: 1199px) {
      .a--course-tile-02-parent-element li.courses-listing-item {
        width: 33.3%; } }
    @media (max-width: 991px) {
      .a--course-tile-02-parent-element li.courses-listing-item {
        width: 50%; } }
    @media (max-width: 767px) {
      .a--course-tile-02-parent-element li.courses-listing-item {
        width: 100%; } }
    .a--course-tile-02-parent-element li.courses-listing-item .a--course-tile-02__wrapper {
      padding: 0;
      width: 100% !important; }
      .a--course-tile-02-parent-element li.courses-listing-item .a--course-tile-02__wrapper .a--course-tile-02__container {
        border: 1px solid #dedede;
        padding: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #fff;
        display: block;
        width: 100%;
        min-height: 17.5rem;
        position: relative;
        overflow: hidden; }
        .a--course-tile-02-parent-element li.courses-listing-item .a--course-tile-02__wrapper .a--course-tile-02__container:hover, .a--course-tile-02-parent-element li.courses-listing-item .a--course-tile-02__wrapper .a--course-tile-02__container:focus {
          -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
          -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
          box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }
      .a--course-tile-02-parent-element li.courses-listing-item .a--course-tile-02__wrapper .a--course-tile-02__image {
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        flex-shrink: 0;
        -ms-flex-negative: 0;
        border-radius: 100%;
        background-size: cover;
        background-position: center center;
        position: absolute;
        opacity: 0.1;
        width: 280px;
        height: 280px;
        bottom: -56px;
        right: -40px; }
        @media (max-width: 1199px) {
          .a--course-tile-02-parent-element li.courses-listing-item .a--course-tile-02__wrapper .a--course-tile-02__image {
            width: 280px;
            height: 280px;
            bottom: -56px;
            right: -40px; } }
        @media (max-width: 991px) {
          .a--course-tile-02-parent-element li.courses-listing-item .a--course-tile-02__wrapper .a--course-tile-02__image {
            width: 260px;
            height: 260px;
            bottom: -52px;
            right: -37.14286px; } }
        @media (max-width: 767px) {
          .a--course-tile-02-parent-element li.courses-listing-item .a--course-tile-02__wrapper .a--course-tile-02__image {
            width: 140px;
            height: 140px;
            bottom: -28px;
            right: -20px; } }
      .a--course-tile-02-parent-element li.courses-listing-item .a--course-tile-02__wrapper .a--course-tile-02__info {
        padding: 1.875rem 1.25rem; }
      .a--course-tile-02-parent-element li.courses-listing-item .a--course-tile-02__wrapper .a--course-tile-02__code, .a--course-tile-02-parent-element li.courses-listing-item .a--course-tile-02__wrapper .a--course-tile-02__organization {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 0.875rem;
        color: rgba(11, 12, 27, 0.8);
        margin: 0 0 0.3125rem; }
      .a--course-tile-02-parent-element li.courses-listing-item .a--course-tile-02__wrapper .a--course-tile-02__title {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 1.25rem;
        margin: 0 0 0.9375rem;
        padding-bottom: 0.9375rem;
        color: #0B0C1B;
        display: block;
        border-bottom: 1px solid rgba(11, 12, 27, 0.2); }
      .a--course-tile-02-parent-element li.courses-listing-item .a--course-tile-02__wrapper .a--course-tile-02__start-date {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 700;
        color: #0B0C1B;
        font-size: 0.875rem;
        text-transform: uppercase;
        margin: 0; }

.a--course-tile-03 {
  margin: 0.9375rem;
  display: block;
  max-width: 57.5rem;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: left;
  position: relative;
  background-color: #fff; }
  .a--course-tile-03:hover, .a--course-tile-03:focus {
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    z-index: 10; }
  @media (min-width: 768px) {
    .a--course-tile-03 {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      margin: 0.9375rem 0; }
      .a--course-tile-03__image {
        display: block;
        width: 16.25rem;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        flex-shrink: 0;
        -ms-flex-negative: 0;
        height: 11.25rem;
        margin-left: 1.25rem;
        margin-right: 0.625rem; } }
  .a--course-tile-03__image {
    background-size: cover;
    background-position: center center; }
  .a--course-tile-03__info-container {
    padding: 1.875rem 1.25rem;
    width: 100%; }
  .a--course-tile-03__code {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 0.875rem;
    color: rgba(11, 12, 27, 0.8);
    margin: 0; }
  .a--course-tile-03__title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.75rem;
    margin: 0 0 0.9375rem;
    color: #0B0C1B;
    display: block; }
  .a--course-tile-03__separator-line {
    width: 6.25rem;
    height: 0.125rem;
    background-color: #0B0C1B;
    display: block;
    margin-bottom: 0.9375rem; }
  .a--course-tile-03__start-date {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: rgba(11, 12, 27, 0.8);
    font-size: 0.875rem;
    text-transform: none;
    margin: 0; }
    .a--course-tile-03__start-date span {
      text-transform: none;
      margin-right: 0.3125rem;
      color: rgba(11, 12, 27, 0.5); }
  .a--course-tile-03__description {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    margin: 0.625rem 0; }
  .a--course-tile-03__more-info {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem; }

.a--course-tile-03-parent-element {
  position: relative;
  z-index: 2; }
  .a--course-tile-03-parent-element li.courses-listing-item {
    list-style-type: none; }

.a--course-listing-01__container {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem; }
  .a--course-listing-01__container.centered {
    text-align: center; }
    .a--course-listing-01__container.centered .a--course-listing-01__header {
      max-width: 100%; }
    .a--course-listing-01__container.centered .a--course-tile-03 {
      margin: 0.625rem auto; }

.a--course-listing-01__header {
  margin-bottom: 3.125rem;
  max-width: 48.75rem; }

.a--course-listing-01__section-heading {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.625rem;
  margin: 0 0 1.25rem;
  color: #0B0C1B;
  text-transform: none;
  text-align: inherit; }

.a--course-listing-01__courses {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.a--discovery-search-01 {
  width: 100%;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  padding: 0 1.25rem;
  border-bottom: 1px solid rgba(11, 12, 27, 0.25); }
  .a--discovery-search-01__main {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 1.875rem 0; }
    .a--discovery-search-01__main h2 {
      margin: 0 1.875rem 0 0;
      font-size: 1.5rem;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 700;
      color: rgba(11, 12, 27, 0.7); }
    .a--discovery-search-01__main__content {
      width: 100%;
      -webkit-flex-shrink: 1;
      -moz-flex-shrink: 1;
      flex-shrink: 1;
      -ms-flex-negative: 1; }
  .a--discovery-search-01__expand-area-wrapper {
    display: none; }
  .a--discovery-search-01__expand-button {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    padding: 0;
    vertical-align: inherit;
    text-shadow: none;
    letter-spacing: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    font-size: 1.25rem;
    color: rgba(11, 12, 27, 0.7);
    transition: all 0.3s ease-in-out;
    width: 3rem;
    height: 3rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    border: 2px solid rgba(11, 12, 27, 0);
    border-radius: 2.5rem; }
    .a--discovery-search-01__expand-button:hover, .a--discovery-search-01__expand-button:focus, .a--discovery-search-01__expand-button:hover:not(:disabled), .a--discovery-search-01__expand-button:focus:not(:disabled) {
      background: none;
      border: none;
      box-shadow: none;
      text-shadow: none; }
    .a--discovery-search-01__expand-button:hover, .a--discovery-search-01__expand-button:focus {
      outline: none !important; }
    .a--discovery-search-01__expand-button .inactive {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
    .a--discovery-search-01__expand-button .active {
      display: none; }
    .a--discovery-search-01__expand-button:hover, .a--discovery-search-01__expand-button:focus, .a--discovery-search-01__expand-button:hover:not(:disabled), .a--discovery-search-01__expand-button:focus:not(:disabled) {
      background: none;
      color: #0B0C1B;
      border: 2px solid #0b0c1b; }
    .a--discovery-search-01__expand-button.activated {
      color: rgba(11, 12, 27, 0.3); }
      .a--discovery-search-01__expand-button.activated .inactive {
        display: none; }
      .a--discovery-search-01__expand-button.activated .active {
        display: block; }
  .a--discovery-search-01__expand-area {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 1.875rem 0;
    border-bottom: 1px solid rgba(11, 12, 27, 0.25); }
  .a--discovery-search-01__search-button {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    padding: 0;
    vertical-align: inherit;
    text-shadow: none;
    letter-spacing: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    font-size: 1.25rem;
    color: rgba(11, 12, 27, 0.7); }
    .a--discovery-search-01__search-button:hover, .a--discovery-search-01__search-button:focus, .a--discovery-search-01__search-button:hover:not(:disabled), .a--discovery-search-01__search-button:focus:not(:disabled) {
      background: none;
      border: none;
      box-shadow: none;
      text-shadow: none; }
    .a--discovery-search-01__search-button:hover, .a--discovery-search-01__search-button:focus {
      outline: none !important; }
  .a--discovery-search-01 input[type="text"] {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    padding: 0;
    vertical-align: inherit;
    text-shadow: none;
    letter-spacing: 0;
    width: 100%;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
    -ms-flex-negative: 1;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #0B0C1B; }
    .a--discovery-search-01 input[type="text"]:hover, .a--discovery-search-01 input[type="text"]:focus, .a--discovery-search-01 input[type="text"]:hover:not(:disabled), .a--discovery-search-01 input[type="text"]:focus:not(:disabled) {
      background: none;
      border: none;
      box-shadow: none;
      text-shadow: none; }
    .a--discovery-search-01 input[type="text"]:hover, .a--discovery-search-01 input[type="text"]:focus {
      outline: none !important; }
  .a--discovery-search-01__filters {
    padding: 1.875rem 0; }
    .a--discovery-search-01__filters button.clear-filters, .a--discovery-search-01__filters button.facet-option {
      background: none;
      border: none;
      border-radius: 0;
      box-shadow: none;
      height: auto;
      padding: 0;
      vertical-align: inherit;
      text-shadow: none;
      letter-spacing: 0;
      background-color: rgba(11, 12, 27, 0.4);
      color: rgba(11, 12, 27, 0.8);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      padding: 0.625rem 0.9375rem;
      margin: 0.5rem; }
      .a--discovery-search-01__filters button.clear-filters:hover, .a--discovery-search-01__filters button.clear-filters:focus, .a--discovery-search-01__filters button.clear-filters:hover:not(:disabled), .a--discovery-search-01__filters button.clear-filters:focus:not(:disabled), .a--discovery-search-01__filters button.facet-option:hover, .a--discovery-search-01__filters button.facet-option:focus, .a--discovery-search-01__filters button.facet-option:hover:not(:disabled), .a--discovery-search-01__filters button.facet-option:focus:not(:disabled) {
        background: none;
        border: none;
        box-shadow: none;
        text-shadow: none; }
      .a--discovery-search-01__filters button.clear-filters:hover, .a--discovery-search-01__filters button.clear-filters:focus, .a--discovery-search-01__filters button.facet-option:hover, .a--discovery-search-01__filters button.facet-option:focus {
        outline: none !important; }
      .a--discovery-search-01__filters button.clear-filters:hover, .a--discovery-search-01__filters button.clear-filters:focus, .a--discovery-search-01__filters button.facet-option:hover, .a--discovery-search-01__filters button.facet-option:focus {
        background-color: #0B0C1B;
        color: #fff;
        padding: 0.625rem 0.9375rem; }
    .a--discovery-search-01__filters ul.active-filters {
      padding: 0;
      margin: 0;
      display: inline-block; }
      .a--discovery-search-01__filters ul.active-filters li {
        list-style-type: none;
        display: inline-block;
        margin: 0.625rem 0.9375rem; }

.a--discovery-facets {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  position: initial; }
  .a--discovery-facets__heading {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: rgba(11, 12, 27, 0.7);
    font-size: 1.25rem;
    margin: 0 0 1.25rem;
    border-bottom: 1px solid rgba(11, 12, 27, 0.2);
    padding: 0 0 1.25rem; }
  .a--discovery-facets__group-title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #0B0C1B;
    font-size: 1rem;
    margin: 0.9375rem 0 0.9375rem; }
  .a--discovery-facets__list {
    margin: 0;
    padding: 0 0 0.9375rem;
    border-bottom: 1px solid rgba(11, 12, 27, 0.2); }
    .a--discovery-facets__list li {
      list-style-type: none; }
  .a--discovery-facets__toggle button {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    padding: 0;
    vertical-align: inherit;
    text-shadow: none;
    letter-spacing: 0;
    padding: 0.625rem 0 1.25rem;
    font-size: 0.75rem; }
    .a--discovery-facets__toggle button:hover, .a--discovery-facets__toggle button:focus, .a--discovery-facets__toggle button:hover:not(:disabled), .a--discovery-facets__toggle button:focus:not(:disabled) {
      background: none;
      border: none;
      box-shadow: none;
      text-shadow: none; }
    .a--discovery-facets__toggle button:hover, .a--discovery-facets__toggle button:focus {
      outline: none !important; }
  .a--discovery-facets__facet-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    width: 100%; }
  .a--discovery-facets__facet-option {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    padding: 0;
    vertical-align: inherit;
    text-shadow: none;
    letter-spacing: 0;
    list-style-type: none;
    padding: 0.5rem 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .a--discovery-facets__facet-option:hover, .a--discovery-facets__facet-option:focus, .a--discovery-facets__facet-option:hover:not(:disabled), .a--discovery-facets__facet-option:focus:not(:disabled) {
      background: none;
      border: none;
      box-shadow: none;
      text-shadow: none; }
    .a--discovery-facets__facet-option:hover, .a--discovery-facets__facet-option:focus {
      outline: none !important; }
    .a--discovery-facets__facet-option span.name {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-shrink: 1;
      -moz-flex-shrink: 1;
      flex-shrink: 1;
      -ms-flex-negative: 1;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 400;
      width: 100%;
      font-size: 1rem; }
    .a--discovery-facets__facet-option span.disable-label {
      font-size: 0.75rem;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 700;
      display: inline-block;
      margin-left: 0.625rem; }
    .a--discovery-facets__facet-option span.count {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      flex-shrink: 0;
      -ms-flex-negative: 0;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 700;
      background-color: #0B0C1B;
      padding: 0.1875rem 0.5rem;
      border-radius: 1.875rem;
      font-size: 0.75rem;
      color: #fff;
      width: 2rem;
      height: 2rem;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      border-radius: 100%; }
      .a--discovery-facets__facet-option span.count span.count-number {
        font-size: 0.75rem;
        line-height: 0.75rem; }
    .a--discovery-facets__facet-option.selected span.name {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 700; }
    .a--discovery-facets__facet-option:hover span.name, .a--discovery-facets__facet-option:focus span.name {
      color: #0B0C1B;
      text-decoration: underline; }
    .a--discovery-facets__facet-option:hover span.count, .a--discovery-facets__facet-option:focus span.count {
      background: #0B0C1B; }

.a--dashboard-course-listing-01 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  list-style-type: none;
  padding: 0.9375rem 0;
  border-bottom: 1px solid rgba(11, 12, 27, 0.3); }
  .a--dashboard-course-listing-01:last-child {
    border-bottom: none;
    margin-bottom: 3.125rem; }
  .a--dashboard-course-listing-01__container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .a--dashboard-course-listing-01__container {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .a--dashboard-course-listing-01__course-image {
    width: 15rem;
    margin-right: 1.875rem;
    min-height: 11.25rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    background-size: cover;
    background-position: center center;
    opacity: 1;
    position: relative; }
    .a--dashboard-course-listing-01__course-image:hover, .a--dashboard-course-listing-01__course-image:focus {
      opacity: 0.6; }
    @media (max-width: 767px) {
      .a--dashboard-course-listing-01__course-image {
        width: 100%;
        margin: 0 0 1.25rem; } }
    .a--dashboard-course-listing-01__course-image .course-blocked-overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: black;
      background-image: -webkit-linear-gradient(bottom, black, black);
      background-image: linear-gradient(to top,black, black);
      opacity: 0.7; }
    .a--dashboard-course-listing-01__course-image .course-blocked-label {
      font-size: 1.375rem;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 700;
      letter-spacing: 1px;
      color: rgba(255, 255, 255, 0.8);
      display: block;
      width: 100%;
      text-align: center; }
  .a--dashboard-course-listing-01__details-wrapper {
    padding: 0.625rem 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
    -ms-flex-negative: 1;
    width: 100%; }
  .a--dashboard-course-listing-01__details-container {
    width: 100%; }
  .a--dashboard-course-listing-01__course-name, .a--dashboard-course-listing-01__course-name:not(.btn) {
    display: block;
    color: #0B0C1B;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 0.625rem;
    font-size: 1.25rem;
    line-height: 130%; }
    .a--dashboard-course-listing-01__course-name:hover, .a--dashboard-course-listing-01__course-name:focus, .a--dashboard-course-listing-01__course-name:not(.btn):hover, .a--dashboard-course-listing-01__course-name:not(.btn):focus {
      text-decoration: underline;
      text-decoration-style: dotted;
      opacity: 0.7; }
    @media (max-width: 767px) {
      .a--dashboard-course-listing-01__course-name, .a--dashboard-course-listing-01__course-name:not(.btn) {
        font-size: 1rem; } }
  .a--dashboard-course-listing-01__course-organisation-id {
    color: rgba(11, 12, 27, 0.85);
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 0.9375rem;
    font-size: 1rem; }
  .a--dashboard-course-listing-01__course-dates {
    padding: 0.9375rem 0;
    border-top: 1px solid rgba(11, 12, 27, 0.2);
    border-bottom: 1px solid rgba(11, 12, 27, 0.2); }
    .a--dashboard-course-listing-01__course-dates .course-ended {
      color: #c0392b; }
    .a--dashboard-course-listing-01__course-dates .course-started {
      color: #27ae60; }
    .a--dashboard-course-listing-01__course-dates .course-coming-soon {
      color: rgba(11, 12, 27, 0.7); }
    .a--dashboard-course-listing-01__course-dates .course-starts-soon {
      color: #0B0C1B; }
  .a--dashboard-course-listing-01__course-options {
    padding: 0.625rem 0 0 0;
    margin: 0; }
    .a--dashboard-course-listing-01__course-options li {
      display: inline-block;
      margin: 0.3125rem 1.25rem 0 0;
      list-style-type: none;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 700; }
      .a--dashboard-course-listing-01__course-options li a:hover, .a--dashboard-course-listing-01__course-options li a:focus, .a--dashboard-course-listing-01__course-options li a:visited:hover, .a--dashboard-course-listing-01__course-options li a:visited:focus, .a--dashboard-course-listing-01__course-options li a:not(.btn):hover, .a--dashboard-course-listing-01__course-options li a:not(.btn):focus, .a--dashboard-course-listing-01__course-options li a:visited:not(.btn):hover, .a--dashboard-course-listing-01__course-options li a:visited:not(.btn):focus, .a--dashboard-course-listing-01__course-options li .btn-link:hover, .a--dashboard-course-listing-01__course-options li .btn-link:focus {
        text-decoration: underline;
        text-decoration-style: dotted;
        opacity: 0.7; }
  .a--dashboard-course-listing-01__courseware-link {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    margin-left: 1.875rem; }
    .a--dashboard-course-listing-01__courseware-link a, .a--dashboard-course-listing-01__courseware-link a:not(.btn) {
      display: block;
      padding: 0.9375rem 1.5625rem;
      border: 2px solid #0B0C1B;
      border-radius: 3.125rem;
      background: #6B0AEA;
      border-color: #6B0AEA;
      color: #fff;
      opacity: 1;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .a--dashboard-course-listing-01__courseware-link a.a--enter-course-blocked, .a--dashboard-course-listing-01__courseware-link a:not(.btn).a--enter-course-blocked {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        opacity: 0.6; }
      .a--dashboard-course-listing-01__courseware-link a:hover, .a--dashboard-course-listing-01__courseware-link a:focus, .a--dashboard-course-listing-01__courseware-link a:not(.btn):hover, .a--dashboard-course-listing-01__courseware-link a:not(.btn):focus {
        background: #fff;
        color: #6B0AEA; }
      .a--dashboard-course-listing-01__courseware-link a.archived, .a--dashboard-course-listing-01__courseware-link a:not(.btn).archived {
        background: #ffffff;
        border-color: #6B0AEA;
        color: #6B0AEA; }
        .a--dashboard-course-listing-01__courseware-link a.archived:hover, .a--dashboard-course-listing-01__courseware-link a.archived:focus, .a--dashboard-course-listing-01__courseware-link a:not(.btn).archived:hover, .a--dashboard-course-listing-01__courseware-link a:not(.btn).archived:focus {
          color: #6B0AEA; }
  .a--dashboard-course-listing-01 .wrapper-messages-primary {
    padding: 0;
    margin-top: 1.5625rem;
    border: none; }
    .a--dashboard-course-listing-01 .wrapper-messages-primary .messages-list {
      padding: 0;
      margin: 0; }
      .a--dashboard-course-listing-01 .wrapper-messages-primary .messages-list .message.message-status {
        color: #0B0C1B;
        background-color: #fafafa;
        padding: 1.25rem 0.9375rem;
        margin: 0;
        border: none;
        border-top: 4px solid #ddd; }
        .a--dashboard-course-listing-01 .wrapper-messages-primary .messages-list .message.message-status.course-status-certrendering {
          border-color: #f0ad4e; }
        .a--dashboard-course-listing-01 .wrapper-messages-primary .messages-list .message.message-status.course-status-certavailable {
          border-color: #5cb85c; }
        .a--dashboard-course-listing-01 .wrapper-messages-primary .messages-list .message.message-status.course-status-certnotavailable {
          border-color: #d9534f; }
        .a--dashboard-course-listing-01 .wrapper-messages-primary .messages-list .message.message-status.course-status-processing {
          border-color: #ddd; }
      .a--dashboard-course-listing-01 .wrapper-messages-primary .messages-list .message p span {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 700; }
      .a--dashboard-course-listing-01 .wrapper-messages-primary .messages-list .message .actions {
        padding: 0;
        margin: 1.25rem 0 0; }
        .a--dashboard-course-listing-01 .wrapper-messages-primary .messages-list .message .actions .action {
          display: inline-block;
          list-style-type: none;
          margin-right: 0.9375rem; }
          .a--dashboard-course-listing-01 .wrapper-messages-primary .messages-list .message .actions .action .btn {
            display: block;
            font-family: "Roboto", sans-serif;
            font-style: normal;
            font-weight: 400;
            padding: 0.625rem 0.9375rem;
            color: #ffffff;
            border: 2px solid #6B0AEA;
            background-color: #6B0AEA;
            border-radius: 3.125rem; }
          .a--dashboard-course-listing-01 .wrapper-messages-primary .messages-list .message .actions .action .cta {
            display: block; }

.a--dashboard__content .search-info {
  margin: 0.625rem 0 2.1875rem; }
  .a--dashboard__content .search-info .search-back-to-courses {
    display: inline-block;
    padding: 0 0 0.3125rem;
    border-bottom: 2px solid rgba(11, 12, 27, 0.7);
    color: rgba(11, 12, 27, 0.7);
    margin-bottom: 1.875rem;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700; }
    .a--dashboard__content .search-info .search-back-to-courses:hover, .a--dashboard__content .search-info .search-back-to-courses:focus {
      border-color: #0B0C1B;
      color: #0B0C1B; }
  .a--dashboard__content .search-info h2 {
    font-size: 1.75rem;
    margin: 0 0 0.625rem; }
  .a--dashboard__content .search-info .search-count {
    color: rgba(11, 12, 27, 0.7);
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700; }

.a--dashboard__content .search-result-list {
  margin: 1.25rem 0 0;
  padding: 0; }
  .a--dashboard__content .search-result-list li.search-results-item {
    list-style-type: none;
    padding: 1.875rem 0;
    border-top: 1px solid rgba(11, 12, 27, 0.25); }
    .a--dashboard__content .search-result-list li.search-results-item .result-excerpt {
      margin-bottom: 0.9375rem; }
    .a--dashboard__content .search-result-list li.search-results-item .result-link i {
      margin: 0 0.625rem 0 0.3125rem; }
    .a--dashboard__content .search-result-list li.search-results-item .result-course-name {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 700;
      color: rgba(11, 12, 27, 0.75); }
    .a--dashboard__content .search-result-list li.search-results-item .result-location {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 400;
      color: rgba(11, 12, 27, 0.75); }
    .a--dashboard__content .search-result-list li.search-results-item .result-type {
      font-family: "Roboto", sans-serif;
      font-style: italic;
      font-weight: 700;
      margin-left: 0.625rem;
      display: inline-block;
      color: rgba(11, 12, 27, 0.5); }

.a--dashboard__content .search-load-next {
  display: inline-block;
  padding: 0.625rem 0.9375rem;
  border: 2px solid rgba(11, 12, 27, 0.7);
  color: rgba(11, 12, 27, 0.7);
  margin-top: 1.875rem;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700; }
  .a--dashboard__content .search-load-next:hover, .a--dashboard__content .search-load-next:focus {
    border-color: #0B0C1B;
    color: #0B0C1B; }

body.view-in-course .wrapper-preview-menu {
  width: 100%;
  padding: 0.9375rem 0; }
  body.view-in-course .wrapper-preview-menu .preview-menu {
    width: 75rem;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1.25rem; }

body.view-in-course .content-wrapper .container .course-wrapper {
  width: 93.75rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 2.5rem;
  background: none;
  border: none;
  box-shadow: none; }
  body.view-in-course .content-wrapper .container .course-wrapper.legacy-nav-enabled {
    width: 93.75rem;
    padding: 0;
    display: grid;
    grid-template-columns: 15rem 1fr;
    grid-column-gap: 2.5rem; }
    @media (max-width: 1700px) {
      body.view-in-course .content-wrapper .container .course-wrapper.legacy-nav-enabled {
        grid-template-columns: 15rem 1fr;
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }
    @media (max-width: 991px) {
      body.view-in-course .content-wrapper .container .course-wrapper.legacy-nav-enabled {
        grid-template-columns: 1fr;
        grid-gap: 1.25rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
  body.view-in-course .content-wrapper .container .course-wrapper .course-content {
    width: 100%;
    margin: 0;
    padding: 1.875rem 6.25rem;
    border-radius: 0.9375rem;
    background-color: #fff; }
    @media (max-width: 991px) {
      body.view-in-course .content-wrapper .container .course-wrapper .course-content {
        padding: 1.25rem; } }
    body.view-in-course .content-wrapper .container .course-wrapper .course-content main {
      padding: 0; }
    body.view-in-course .content-wrapper .container .course-wrapper .course-content .breadcrumbs {
      padding: 0.625rem 0; }
  body.view-in-course .content-wrapper .container .course-wrapper .a--course-content__nav__mobile-toggle {
    display: block;
    padding: 0.625rem 1.25rem;
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color: #6B0AEA;
    margin: 1.25rem;
    border-radius: 2.5rem;
    text-align: center; }
    body.view-in-course .content-wrapper .container .course-wrapper .a--course-content__nav__mobile-toggle .bookmark-text, body.view-in-course .content-wrapper .container .course-wrapper .a--course-content__nav__mobile-toggle:before {
      color: #6B0AEA;
      background-color: #ffffff; }
    @media (min-width: 991px) {
      body.view-in-course .content-wrapper .container .course-wrapper .a--course-content__nav__mobile-toggle {
        display: none; } }
  body.view-in-course .content-wrapper .container .course-wrapper .course-index {
    transition: all 0.3s ease-in-out;
    opacity: 0.6;
    padding: 3.125rem 0 1.875rem;
    border: none; }
    body.view-in-course .content-wrapper .container .course-wrapper .course-index:hover, body.view-in-course .content-wrapper .container .course-wrapper .course-index:focus {
      opacity: 1; }
    @media (max-width: 991px) {
      body.view-in-course .content-wrapper .container .course-wrapper .course-index {
        padding: 1.25rem;
        filter: grayscale(0);
        opacity: 1;
        display: none; } }
    body.view-in-course .content-wrapper .container .course-wrapper .course-index .wrapper-course-modes {
      margin-bottom: 1.875rem; }
    body.view-in-course .content-wrapper .container .course-wrapper .course-index .courseware-bookmarks-button {
      width: 100%;
      margin-bottom: 0.9375rem; }
      body.view-in-course .content-wrapper .container .course-wrapper .course-index .courseware-bookmarks-button .bookmarks-list-button {
        border-radius: 3.125rem;
        background-color: #ffffff;
        color: #6B0AEA;
        border: 2px solid #6B0AEA;
        font-size: 0.875rem;
        font-weight: normal;
        padding: 0.5rem 0.9375rem; }
        body.view-in-course .content-wrapper .container .course-wrapper .course-index .courseware-bookmarks-button .bookmarks-list-button:hover, body.view-in-course .content-wrapper .container .course-wrapper .course-index .courseware-bookmarks-button .bookmarks-list-button:focus {
          background-color: #6B0AEA;
          color: #ffffff;
          border: 2px solid #6B0AEA; }
    body.view-in-course .content-wrapper .container .course-wrapper .course-index .courseware-search-bar {
      width: 100%;
      margin-bottom: 0.9375rem; }
      body.view-in-course .content-wrapper .container .course-wrapper .course-index .courseware-search-bar .search-form {
        width: 100%; }
        body.view-in-course .content-wrapper .container .course-wrapper .course-index .courseware-search-bar .search-form .search-field-wrapper {
          display: grid;
          grid-template-columns: 1fr 4.375rem;
          width: 100%; }
        body.view-in-course .content-wrapper .container .course-wrapper .course-index .courseware-search-bar .search-form .search-field {
          border-top-left-radius: 3.125rem;
          border-bottom-left-radius: 3.125rem;
          padding-left: 1.25rem;
          height: 2.625rem; }
        body.view-in-course .content-wrapper .container .course-wrapper .course-index .courseware-search-bar .search-form button {
          background-color: #6B0AEA;
          color: #ffffff;
          border-top-right-radius: 3.125rem;
          border-bottom-right-radius: 3.125rem;
          height: 2.625rem;
          position: relative;
          font-size: 0.875rem;
          text-align: center;
          padding-right: 0.625rem;
          line-height: 0; }
    body.view-in-course .content-wrapper .container .course-wrapper .course-index .accordion {
      margin-top: 0.9375rem; }
      body.view-in-course .content-wrapper .container .course-wrapper .course-index .accordion .course-navigation .button-chapter, body.view-in-course .content-wrapper .container .course-wrapper .course-index .accordion .course-navigation .accordion-nav {
        box-shadow: none; }
        body.view-in-course .content-wrapper .container .course-wrapper .course-index .accordion .course-navigation .button-chapter:hover span, body.view-in-course .content-wrapper .container .course-wrapper .course-index .accordion .course-navigation .button-chapter:hover p, body.view-in-course .content-wrapper .container .course-wrapper .course-index .accordion .course-navigation .button-chapter:focus span, body.view-in-course .content-wrapper .container .course-wrapper .course-index .accordion .course-navigation .button-chapter:focus p, body.view-in-course .content-wrapper .container .course-wrapper .course-index .accordion .course-navigation .accordion-nav:hover span, body.view-in-course .content-wrapper .container .course-wrapper .course-index .accordion .course-navigation .accordion-nav:hover p, body.view-in-course .content-wrapper .container .course-wrapper .course-index .accordion .course-navigation .accordion-nav:focus span, body.view-in-course .content-wrapper .container .course-wrapper .course-index .accordion .course-navigation .accordion-nav:focus p {
          text-decoration: underline;
          text-decoration-style: dotted; }
      body.view-in-course .content-wrapper .container .course-wrapper .course-index .accordion .course-navigation .chapter-content-container {
        background: none;
        border: none; }
        body.view-in-course .content-wrapper .container .course-wrapper .course-index .accordion .course-navigation .chapter-content-container .chapter-menu {
          padding: 0 0 0 0.9375rem;
          margin-left: 0.625rem;
          border-left: 1px solid #dedede; }
          body.view-in-course .content-wrapper .container .course-wrapper .course-index .accordion .course-navigation .chapter-content-container .chapter-menu .menu-item {
            margin: 0.625rem 0; }
        body.view-in-course .content-wrapper .container .course-wrapper .course-index .accordion .course-navigation .chapter-content-container .menu-item.graded .subtitle {
          display: grid;
          align-items: center;
          grid-template-columns: 1fr auto;
          grid-gap: 0.5rem; }
          body.view-in-course .content-wrapper .container .course-wrapper .course-index .accordion .course-navigation .chapter-content-container .menu-item.graded .subtitle .subtitle-name {
            display: block; }
          body.view-in-course .content-wrapper .container .course-wrapper .course-index .accordion .course-navigation .chapter-content-container .menu-item.graded .subtitle .menu-icon {
            position: relative;
            top: 0;
            left: 0;
            right: 0;
            color: #0B0C1B; }
      body.view-in-course .content-wrapper .container .course-wrapper .course-index .accordion .course-navigation .menu-item a {
        font-size: 0.875rem;
        padding: 0 0 0 0.625rem; }
        body.view-in-course .content-wrapper .container .course-wrapper .course-index .accordion .course-navigation .menu-item a p {
          margin: 0; }
      body.view-in-course .content-wrapper .container .course-wrapper .course-index .accordion .course-navigation .menu-item.active a {
        color: #0B0C1B;
        background: none;
        text-decoration: underline; }
      body.view-in-course .content-wrapper .container .course-wrapper .course-index .accordion .course-navigation .button-chapter {
        background: none;
        color: #0B0C1B; }
        body.view-in-course .content-wrapper .container .course-wrapper .course-index .accordion .course-navigation .button-chapter .group-heading {
          display: flex;
          align-items: center;
          padding: 0.9375rem 0;
          font-size: 1.125rem; }
          body.view-in-course .content-wrapper .container .course-wrapper .course-index .accordion .course-navigation .button-chapter .group-heading .icon {
            position: relative;
            left: 0;
            top: 0;
            margin-right: 0.625rem;
            width: 0.9375rem;
            flex-grow: 0;
            flex-shrink: 0; }
  body.view-in-course .content-wrapper .container .course-wrapper .page-header {
    padding: 0.9375rem 0;
    opacity: 0.7;
    transition: all 0.3s ease-in-out; }
    body.view-in-course .content-wrapper .container .course-wrapper .page-header:hover, body.view-in-course .content-wrapper .container .course-wrapper .page-header:focus {
      opacity: 1; }

body.view-in-course .content-wrapper .container-footer {
  padding: 3.125rem 0;
  text-align: center;
  font-style: italic;
  color: #464cac;
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto; }
  body.view-in-course .content-wrapper .container-footer .course-license {
    text-align: center; }

body.view-in-course .wrap-instructor-info.studio-view {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  padding: 0.9375rem 0; }

body.view-in-course .wrap-instructor-info .instructor-info-action {
  display: inline-block;
  margin-left: 1.25rem;
  float: none; }

body.view-in-course .xmodule_display.xmodule_HtmlBlock img {
  height: auto; }

.breadcrumbs .nav-item a, .breadcrumbs .nav-item a:visited {
  color: #0B0C1B; }

.xmodule_display.xmodule_SequenceModule .sequence-nav {
  margin: 0 0 2.5rem;
  border-bottom: 2px solid #dedede; }

.xmodule_display.xmodule_SequenceModule .sequence-nav-button {
  border-bottom: none;
  border-top: none;
  position: relative; }
  .xmodule_display.xmodule_SequenceModule .sequence-nav-button:hover, .xmodule_display.xmodule_SequenceModule .sequence-nav-button:active, .xmodule_display.xmodule_SequenceModule .sequence-nav-button.active, .xmodule_display.xmodule_SequenceModule .sequence-nav-button.focused {
    border-color: #0B0C1B !important; }
  .xmodule_display.xmodule_SequenceModule .sequence-nav-button.button-previous {
    border-left: none; }
  .xmodule_display.xmodule_SequenceModule .sequence-nav-button.button-next {
    border-right: none; }

.xmodule_display.xmodule_SequenceModule .sequence-nav ol li {
  border-top: none; }
  .xmodule_display.xmodule_SequenceModule .sequence-nav ol li button {
    border-bottom: none; }
    .xmodule_display.xmodule_SequenceModule .sequence-nav ol li button.nav-item {
      position: relative; }
      .xmodule_display.xmodule_SequenceModule .sequence-nav ol li button.nav-item .fa-bookmark {
        color: #0B0C1B; }
      .xmodule_display.xmodule_SequenceModule .sequence-nav ol li button.nav-item:after {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 0;
        background-color: #0B0C1B;
        transition: all 0.3s ease-in-out; }
      .xmodule_display.xmodule_SequenceModule .sequence-nav ol li button.nav-item:hover, .xmodule_display.xmodule_SequenceModule .sequence-nav ol li button.nav-item:active, .xmodule_display.xmodule_SequenceModule .sequence-nav ol li button.nav-item.active, .xmodule_display.xmodule_SequenceModule .sequence-nav ol li button.nav-item.focused {
        border-color: #0B0C1B; }
        .xmodule_display.xmodule_SequenceModule .sequence-nav ol li button.nav-item:hover:after, .xmodule_display.xmodule_SequenceModule .sequence-nav ol li button.nav-item:active:after, .xmodule_display.xmodule_SequenceModule .sequence-nav ol li button.nav-item.active:after, .xmodule_display.xmodule_SequenceModule .sequence-nav ol li button.nav-item.focused:after {
          height: 6px; }
    .xmodule_display.xmodule_SequenceModule .sequence-nav ol li button .is-hidden {
      display: none !important; }

.xmodule_display.xmodule_SequenceModule .xblock-student_view h1, .xmodule_display.xmodule_SequenceModule .xblock-student_view h2, .xmodule_display.xmodule_SequenceModule .xblock-student_view h3, .xmodule_display.xmodule_SequenceModule .xblock-student_view h4 {
  text-transform: none;
  letter-spacing: 0; }

.xmodule_display.xmodule_SequenceModule .xblock-student_view h1 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 130%;
  margin: 2.625rem 0; }

.xmodule_display.xmodule_SequenceModule .xblock-student_view h2 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 130%;
  color: #0B0C1B;
  margin: 1.875rem 0; }

.xmodule_display.xmodule_SequenceModule .xblock-student_view h3 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 130%;
  color: #0B0C1B;
  margin: 1.625rem 0; }

.xmodule_display.xmodule_SequenceModule .xblock-student_view h4 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 130%;
  color: #0B0C1B;
  margin: 1.375rem 0; }

.xmodule_display.xmodule_SequenceModule .xblock-student_view h5 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 130%;
  color: #0B0C1B;
  margin: 1.375rem 0; }

.xmodule_display.xmodule_SequenceModule .xblock-student_view h6 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 204%;
  color: rgba(11, 12, 27, 0.75);
  margin: 1.375rem 0; }

.xmodule_display.xmodule_SequenceModule .xblock-student_view h3.problem-header, .xmodule_display.xmodule_SequenceModule .xblock-student_view h3.scorm_name, .xmodule_display.xmodule_SequenceModule .xblock-student_view h3.hd.hd-2, .xmodule_display.xmodule_SequenceModule .xblock-student_view h3.openassessment__title, .xmodule_display.xmodule_SequenceModule .xblock-student_view h3.discussion-module-title, .xmodule_display.xmodule_SequenceModule .xblock-student_view h2.problem-header {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 130%;
  color: #0B0C1B;
  margin: 1.375rem 0;
  display: inline-block; }

.xmodule_display.xmodule_SequenceModule .xblock-student_view h3.problem-title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 130%;
  color: #0B0C1B;
  margin: 1.375rem 0;
  display: block; }

.xmodule_display.xmodule_SequenceModule .xblock-student_view .problem h4, .xmodule_display.xmodule_SequenceModule .xblock-student_view .feedback h3 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 130%;
  color: #0B0C1B;
  margin: 1.375rem 0;
  display: block; }

.xmodule_display.xmodule_SequenceModule .xblock-student_view p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 200% !important; }
  @media (max-width: 991px) {
    .xmodule_display.xmodule_SequenceModule .xblock-student_view p {
      font-size: 1rem; } }

.xmodule_display.xmodule_SequenceModule .xblock-student_view ul, .xmodule_display.xmodule_SequenceModule .xblock-student_view ol {
  padding: 0 0 0 1.875rem; }

.xmodule_display.xmodule_SequenceModule .xblock-student_view ul li, .xmodule_display.xmodule_SequenceModule .xblock-student_view ol li, .xmodule_display.xmodule_SequenceModule .xblock-student_view .xmodule_display.xmodule_CapaModule div.problem p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 170%; }

.xmodule_display.xmodule_SequenceModule .xblock-student_view a {
  position: relative;
  display: inline;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .xmodule_display.xmodule_SequenceModule .xblock-student_view a:hover, .xmodule_display.xmodule_SequenceModule .xblock-student_view a:focus {
    text-decoration: underline; }
  .xmodule_display.xmodule_SequenceModule .xblock-student_view a.loupe {
    border-bottom: none; }
    .xmodule_display.xmodule_SequenceModule .xblock-student_view a.loupe:hover, .xmodule_display.xmodule_SequenceModule .xblock-student_view a.loupe:focus {
      border-bottom: none; }

.xmodule_display.xmodule_SequenceModule .xblock-student_view .discussion-module .btn {
  background-color: #6B0AEA;
  color: #ffffff;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .xmodule_display.xmodule_SequenceModule .xblock-student_view .discussion-module .btn:hover, .xmodule_display.xmodule_SequenceModule .xblock-student_view .discussion-module .btn:focus {
    background-color: #4907a1 !important;
    color: #ffffff !important;
    border: none !important; }

.xmodule_display.xmodule_SequenceModule .xblock-student_view .discussion-module a.forum-nav-thread-link {
  display: flex;
  align-items: center;
  padding: 0.625rem; }

.course-wrapper .course-content .xblock.xblock-student_view-vertical, .course-wrapper .course-content .xblock.xblock-public_view-vertical, .course-wrapper .courseware-results-wrapper .xblock.xblock-student_view-vertical, .course-wrapper .courseware-results-wrapper .xblock.xblock-public_view-vertical {
  display: grid;
  grid-template-columns: 3fr 1fr;
  align-items: center;
  grid-column-gap: 2.5rem;
  grid-row-gap: 1.875rem; }
  @media (max-width: 991px) {
    .course-wrapper .course-content .xblock.xblock-student_view-vertical, .course-wrapper .course-content .xblock.xblock-public_view-vertical, .course-wrapper .courseware-results-wrapper .xblock.xblock-student_view-vertical, .course-wrapper .courseware-results-wrapper .xblock.xblock-public_view-vertical {
      display: block; } }
  .course-wrapper .course-content .xblock.xblock-student_view-vertical .unit-title, .course-wrapper .course-content .xblock.xblock-public_view-vertical .unit-title, .course-wrapper .courseware-results-wrapper .xblock.xblock-student_view-vertical .unit-title, .course-wrapper .courseware-results-wrapper .xblock.xblock-public_view-vertical .unit-title {
    margin: 0 !important; }
  .course-wrapper .course-content .xblock.xblock-student_view-vertical .vert-mod, .course-wrapper .course-content .xblock.xblock-public_view-vertical .vert-mod, .course-wrapper .courseware-results-wrapper .xblock.xblock-student_view-vertical .vert-mod, .course-wrapper .courseware-results-wrapper .xblock.xblock-public_view-vertical .vert-mod {
    grid-column-start: span 2;
    padding-top: 1.25rem;
    border-top: 1px solid #dedede; }
  .course-wrapper .course-content .xblock.xblock-student_view-vertical .bookmark-button-wrapper, .course-wrapper .course-content .xblock.xblock-public_view-vertical .bookmark-button-wrapper, .course-wrapper .courseware-results-wrapper .xblock.xblock-student_view-vertical .bookmark-button-wrapper, .course-wrapper .courseware-results-wrapper .xblock.xblock-public_view-vertical .bookmark-button-wrapper {
    margin-bottom: 0;
    text-align: right; }
    @media (max-width: 991px) {
      .course-wrapper .course-content .xblock.xblock-student_view-vertical .bookmark-button-wrapper, .course-wrapper .course-content .xblock.xblock-public_view-vertical .bookmark-button-wrapper, .course-wrapper .courseware-results-wrapper .xblock.xblock-student_view-vertical .bookmark-button-wrapper, .course-wrapper .courseware-results-wrapper .xblock.xblock-public_view-vertical .bookmark-button-wrapper {
        margin: 1.25rem 0;
        text-align: left; } }
    .course-wrapper .course-content .xblock.xblock-student_view-vertical .bookmark-button-wrapper .bookmark-button, .course-wrapper .course-content .xblock.xblock-public_view-vertical .bookmark-button-wrapper .bookmark-button, .course-wrapper .courseware-results-wrapper .xblock.xblock-student_view-vertical .bookmark-button-wrapper .bookmark-button, .course-wrapper .courseware-results-wrapper .xblock.xblock-public_view-vertical .bookmark-button-wrapper .bookmark-button {
      padding: 0.5rem 0.9375rem;
      background-color: #ffffff; }
      .course-wrapper .course-content .xblock.xblock-student_view-vertical .bookmark-button-wrapper .bookmark-button .bookmark-text, .course-wrapper .course-content .xblock.xblock-student_view-vertical .bookmark-button-wrapper .bookmark-button:before, .course-wrapper .course-content .xblock.xblock-public_view-vertical .bookmark-button-wrapper .bookmark-button .bookmark-text, .course-wrapper .course-content .xblock.xblock-public_view-vertical .bookmark-button-wrapper .bookmark-button:before, .course-wrapper .courseware-results-wrapper .xblock.xblock-student_view-vertical .bookmark-button-wrapper .bookmark-button .bookmark-text, .course-wrapper .courseware-results-wrapper .xblock.xblock-student_view-vertical .bookmark-button-wrapper .bookmark-button:before, .course-wrapper .courseware-results-wrapper .xblock.xblock-public_view-vertical .bookmark-button-wrapper .bookmark-button .bookmark-text, .course-wrapper .courseware-results-wrapper .xblock.xblock-public_view-vertical .bookmark-button-wrapper .bookmark-button:before {
        color: #6B0AEA; }
      .course-wrapper .course-content .xblock.xblock-student_view-vertical .bookmark-button-wrapper .bookmark-button:hover, .course-wrapper .course-content .xblock.xblock-student_view-vertical .bookmark-button-wrapper .bookmark-button:focus, .course-wrapper .course-content .xblock.xblock-public_view-vertical .bookmark-button-wrapper .bookmark-button:hover, .course-wrapper .course-content .xblock.xblock-public_view-vertical .bookmark-button-wrapper .bookmark-button:focus, .course-wrapper .courseware-results-wrapper .xblock.xblock-student_view-vertical .bookmark-button-wrapper .bookmark-button:hover, .course-wrapper .courseware-results-wrapper .xblock.xblock-student_view-vertical .bookmark-button-wrapper .bookmark-button:focus, .course-wrapper .courseware-results-wrapper .xblock.xblock-public_view-vertical .bookmark-button-wrapper .bookmark-button:hover, .course-wrapper .courseware-results-wrapper .xblock.xblock-public_view-vertical .bookmark-button-wrapper .bookmark-button:focus {
        background-color: #6B0AEA !important;
        text-decoration: none !important;
        outline: none !important; }
        .course-wrapper .course-content .xblock.xblock-student_view-vertical .bookmark-button-wrapper .bookmark-button:hover .bookmark-text, .course-wrapper .course-content .xblock.xblock-student_view-vertical .bookmark-button-wrapper .bookmark-button:hover:before, .course-wrapper .course-content .xblock.xblock-student_view-vertical .bookmark-button-wrapper .bookmark-button:focus .bookmark-text, .course-wrapper .course-content .xblock.xblock-student_view-vertical .bookmark-button-wrapper .bookmark-button:focus:before, .course-wrapper .course-content .xblock.xblock-public_view-vertical .bookmark-button-wrapper .bookmark-button:hover .bookmark-text, .course-wrapper .course-content .xblock.xblock-public_view-vertical .bookmark-button-wrapper .bookmark-button:hover:before, .course-wrapper .course-content .xblock.xblock-public_view-vertical .bookmark-button-wrapper .bookmark-button:focus .bookmark-text, .course-wrapper .course-content .xblock.xblock-public_view-vertical .bookmark-button-wrapper .bookmark-button:focus:before, .course-wrapper .courseware-results-wrapper .xblock.xblock-student_view-vertical .bookmark-button-wrapper .bookmark-button:hover .bookmark-text, .course-wrapper .courseware-results-wrapper .xblock.xblock-student_view-vertical .bookmark-button-wrapper .bookmark-button:hover:before, .course-wrapper .courseware-results-wrapper .xblock.xblock-student_view-vertical .bookmark-button-wrapper .bookmark-button:focus .bookmark-text, .course-wrapper .courseware-results-wrapper .xblock.xblock-student_view-vertical .bookmark-button-wrapper .bookmark-button:focus:before, .course-wrapper .courseware-results-wrapper .xblock.xblock-public_view-vertical .bookmark-button-wrapper .bookmark-button:hover .bookmark-text, .course-wrapper .courseware-results-wrapper .xblock.xblock-public_view-vertical .bookmark-button-wrapper .bookmark-button:hover:before, .course-wrapper .courseware-results-wrapper .xblock.xblock-public_view-vertical .bookmark-button-wrapper .bookmark-button:focus .bookmark-text, .course-wrapper .courseware-results-wrapper .xblock.xblock-public_view-vertical .bookmark-button-wrapper .bookmark-button:focus:before {
          color: #ffffff;
          text-decoration: none; }

.xmodule_display.xmodule_ProblemBlock div.problem .action .submit-attempt-container .submit.btn-brand, .xmodule_display.xmodule_SequenceModule .xblock-student_view-problem-builder .mentoring .input-main, .xmodule_display.xmodule_SequenceModule .xblock-student_view-freetextresponse .action .check, .xmodule_display.xmodule_SequenceModule .xblock-student_view-poll form .input-main, .xmodule_display.xmodule_SequenceModule .xblock-student_view-step-builder .submit .input-main, .xmodule_display.xmodule_SequenceModule .xblock-student_view-step-builder .submit .input-review {
  background: none;
  box-shadow: none;
  border-radius: 3.125rem;
  padding: 0.625rem 1.25rem;
  border: 2px solid #6B0AEA;
  background-color: #6B0AEA;
  color: #ffffff;
  min-width: 11.25rem; }
  .xmodule_display.xmodule_ProblemBlock div.problem .action .submit-attempt-container .submit.btn-brand:hover, .xmodule_display.xmodule_ProblemBlock div.problem .action .submit-attempt-container .submit.btn-brand:focus, .xmodule_display.xmodule_SequenceModule .xblock-student_view-problem-builder .mentoring .input-main:hover, .xmodule_display.xmodule_SequenceModule .xblock-student_view-problem-builder .mentoring .input-main:focus, .xmodule_display.xmodule_SequenceModule .xblock-student_view-freetextresponse .action .check:hover, .xmodule_display.xmodule_SequenceModule .xblock-student_view-freetextresponse .action .check:focus, .xmodule_display.xmodule_SequenceModule .xblock-student_view-poll form .input-main:hover, .xmodule_display.xmodule_SequenceModule .xblock-student_view-poll form .input-main:focus, .xmodule_display.xmodule_SequenceModule .xblock-student_view-step-builder .submit .input-main:hover, .xmodule_display.xmodule_SequenceModule .xblock-student_view-step-builder .submit .input-main:focus, .xmodule_display.xmodule_SequenceModule .xblock-student_view-step-builder .submit .input-review:hover, .xmodule_display.xmodule_SequenceModule .xblock-student_view-step-builder .submit .input-review:focus {
    background-color: #ffffff;
    color: #6B0AEA;
    border: 2px solid #6B0AEA; }

.xmodule_display.xmodule_SequenceModule .xblock-student_view-freetextresponse .action .save, .xmodule_display.xmodule_SequenceModule .xblock-student_view-step-builder .submit .input-next, .xmodule_display.xmodule_SequenceModule .xblock-student_view-step-builder .submit .input-previous {
  background: none;
  box-shadow: none;
  border-radius: 3.125rem;
  padding: 0.625rem 1.25rem;
  border: 1px solid #6B0AEA;
  background-color: #fff;
  color: #6B0AEA;
  min-width: 11.25rem; }
  .xmodule_display.xmodule_SequenceModule .xblock-student_view-freetextresponse .action .save:hover, .xmodule_display.xmodule_SequenceModule .xblock-student_view-freetextresponse .action .save:focus, .xmodule_display.xmodule_SequenceModule .xblock-student_view-step-builder .submit .input-next:hover, .xmodule_display.xmodule_SequenceModule .xblock-student_view-step-builder .submit .input-next:focus, .xmodule_display.xmodule_SequenceModule .xblock-student_view-step-builder .submit .input-previous:hover, .xmodule_display.xmodule_SequenceModule .xblock-student_view-step-builder .submit .input-previous:focus {
    background-color: #6B0AEA;
    color: #ffffff;
    border: 2px solid #6B0AEA; }

.course-wrapper .course-content div.timed-exam .exam-action-button.btn-pl-primary {
  border-radius: 3.125rem;
  padding: 0.625rem 1.25rem;
  border: 2px solid #6B0AEA;
  background-color: #6B0AEA;
  color: #ffffff;
  min-width: 11.25rem; }
  .course-wrapper .course-content div.timed-exam .exam-action-button.btn-pl-primary:hover, .course-wrapper .course-content div.timed-exam .exam-action-button.btn-pl-primary:focus {
    background-color: #ffffff;
    color: #6B0AEA;
    border: 2px solid #6B0AEA; }

.modal.staff-modal {
  width: 980px;
  max-width: 100%; }
  .modal.staff-modal .inner-wrapper {
    padding: 1.5625rem; }

.xmodule_display.xmodule_VideoBlock .video {
  margin-left: -3.125rem;
  margin-right: -3.125rem;
  padding: 1.25rem 2.5rem;
  border-radius: 0.625rem; }

.xmodule_display.xmodule_VideoBlock .video .video-wrapper .video-player > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.xblock .video {
  font-size: 1rem;
  margin-left: clacRem(-50);
  margin-right: clacRem(-50);
  padding: 1.875rem 2rem; }
  .xblock .video .tc-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    border: 0.5rem solid rgba(11, 12, 27, 0.04);
    border-radius: 0.3125rem;
    box-sizing: border-box; }
    .xblock .video .tc-wrapper .video-wrapper {
      width: 100%;
      margin: 0; }
      .xblock .video .tc-wrapper .video-wrapper .video-player {
        width: 100% !important;
        height: auto !important;
        overflow: hidden;
        max-width: 100% !important;
        position: relative;
        padding-bottom: 56.25%; }
        .xblock .video .tc-wrapper .video-wrapper .video-player iframe {
          position: absolute;
          top: 0 !important;
          bottom: 0 !important;
          left: 0 !important;
          right: 0 !important;
          width: 100% !important;
          height: 100% !important; }
  .xblock .video.is-captions-rendered:not(.closed) .tc-wrapper {
    grid-template-columns: 2fr 1fr;
    background-color: #fff;
    border: 0.5rem solid rgba(11, 12, 27, 0.04); }
    .xblock .video.is-captions-rendered:not(.closed) .tc-wrapper .video-wrapper {
      width: 100% !important;
      height: auto !important;
      background-color: transparent; }
    .xblock .video.is-captions-rendered:not(.closed) .tc-wrapper .subtitles {
      display: block;
      width: 100%;
      padding: 1.25rem;
      background-color: #fff;
      box-sizing: border-box;
      max-height: unset !important;
      position: relative; }
      .xblock .video.is-captions-rendered:not(.closed) .tc-wrapper .subtitles .subtitles-menu {
        position: absolute;
        top: 1.25rem;
        bottom: 1.25rem;
        left: 1.25rem;
        right: 1.25rem; }
  .xblock .video .subtitles li span, .xblock .video .subtitles li a {
    font-size: 1rem;
    color: #0B0C1B; }
    .xblock .video .subtitles li span:hover, .xblock .video .subtitles li span:focus, .xblock .video .subtitles li a:hover, .xblock .video .subtitles li a:focus {
      color: #0B0C1B; }
  .xblock .video .wrapper-downloads h4.hd.hd-5 {
    color: #373c88;
    font-size: 1.25rem;
    margin: 0 0 0.9375rem; }
  .xblock .video .wrapper-downloads {
    padding: 0.3125rem 0.5rem 0.9375rem;
    opacity: 0.5;
    transition: all 0.3s ease-in-out; }
    .xblock .video .wrapper-downloads:hover, .xblock .video .wrapper-downloads:focus {
      opacity: 1; }
    .xblock .video .wrapper-downloads .wrapper-download-video .btn-link, .xblock .video .wrapper-downloads .list-download-transcripts .btn-link {
      font-weight: bold;
      border: none;
      outline: none;
      color: #0B0C1B;
      border-radius: 0;
      padding: 0 0 4px;
      margin: 0 0 0.9375rem; }
      .xblock .video .wrapper-downloads .wrapper-download-video .btn-link:hover, .xblock .video .wrapper-downloads .wrapper-download-video .btn-link:focus, .xblock .video .wrapper-downloads .list-download-transcripts .btn-link:hover, .xblock .video .wrapper-downloads .list-download-transcripts .btn-link:focus {
        color: #0B0C1B; }

.course-wrapper .xblock .xblock-student_view-discussion {
  margin-left: -3.125rem;
  margin-right: -3.125rem;
  padding: 1.25rem 2.5rem;
  border-radius: 0.625rem;
  background-color: #f5f5f5; }
  .course-wrapper .xblock .xblock-student_view-discussion .discussion-module {
    display: grid;
    grid-template-columns: 3fr auto;
    grid-column-gap: 2.5rem;
    grid-row-gap: 0.625rem;
    align-items: center; }
    .course-wrapper .xblock .xblock-student_view-discussion .discussion-module .discussion-show {
      background: none;
      background-color: rgba(255, 255, 255, 0);
      color: #6B0AEA;
      border: 2px solid #6B0AEA;
      outline: none;
      font-size: 0.875rem;
      border-radius: 3.125rem;
      padding: 0.5rem 1rem;
      height: auto;
      min-width: 7.5rem; }
      .course-wrapper .xblock .xblock-student_view-discussion .discussion-module .discussion-show:hover, .course-wrapper .xblock .xblock-student_view-discussion .discussion-module .discussion-show:focus {
        outline: none;
        background-color: #6B0AEA !important;
        color: #ffffff !important;
        border: 2px solid #6B0AEA !important; }
    .course-wrapper .xblock .xblock-student_view-discussion .discussion-module .inline-discussion {
      grid-column-start: span 2;
      position: relative;
      background-color: #fff;
      margin-bottom: 1.875rem; }
      .course-wrapper .xblock .xblock-student_view-discussion .discussion-module .inline-discussion .add_post_btn_container {
        height: auto; }
      .course-wrapper .xblock .xblock-student_view-discussion .discussion-module .inline-discussion .new-post-btn {
        position: absolute;
        bottom: -1.25rem;
        right: 0.625rem;
        z-index: 4;
        background: none;
        background-color: #6B0AEA;
        color: #ffffff;
        border: 2px solid #6B0AEA;
        outline: none;
        font-size: 0.875rem;
        border-radius: 3.125rem;
        padding: 0.5rem 1rem;
        height: auto; }
        .course-wrapper .xblock .xblock-student_view-discussion .discussion-module .inline-discussion .new-post-btn:hover, .course-wrapper .xblock .xblock-student_view-discussion .discussion-module .inline-discussion .new-post-btn:focus {
          outline: none;
          color: #6B0AEA !important;
          background-color: #ffffff !important;
          border: 2px solid #6B0AEA !important; }
      .course-wrapper .xblock .xblock-student_view-discussion .discussion-module .inline-discussion .inline-threads {
        border-radius: 0.3125rem;
        border: none; }
      .course-wrapper .xblock .xblock-student_view-discussion .discussion-module .inline-discussion .forum-nav-thread {
        padding: 0.625rem; }
        .course-wrapper .xblock .xblock-student_view-discussion .discussion-module .inline-discussion .forum-nav-thread .forum-nav-thread-link:hover, .course-wrapper .xblock .xblock-student_view-discussion .discussion-module .inline-discussion .forum-nav-thread .forum-nav-thread-link:focus {
          background-color: #fff;
          text-decoration: underline; }
        .course-wrapper .xblock .xblock-student_view-discussion .discussion-module .inline-discussion .forum-nav-thread .forum-nav-thread-title {
          font-size: 1.125rem; }
        .course-wrapper .xblock .xblock-student_view-discussion .discussion-module .inline-discussion .forum-nav-thread .thread-preview-body {
          font-size: 0.875rem;
          white-space: nowrap; }
        .course-wrapper .xblock .xblock-student_view-discussion .discussion-module .inline-discussion .forum-nav-thread .forum-nav-thread-labels li {
          font-size: 0.875rem; }
        .course-wrapper .xblock .xblock-student_view-discussion .discussion-module .inline-discussion .forum-nav-thread p {
          font-size: 0.875rem; }
      .course-wrapper .xblock .xblock-student_view-discussion .discussion-module .inline-discussion .search-alerts .search-alert {
        display: grid;
        grid-template-columns: 1fr auto;
        padding: 1.25rem;
        align-items: center;
        grid-gap: 1.25rem; }
        .course-wrapper .xblock .xblock-student_view-discussion .discussion-module .inline-discussion .search-alerts .search-alert p {
          font-size: 1rem;
          font-style: italic;
          color: #292c63; }

.xmodule_display.xmodule_ProblemBlock div.problem .action {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.25rem;
  padding: 1.875rem 0; }
  @media (max-width: 991px) {
    .xmodule_display.xmodule_ProblemBlock div.problem .action {
      grid-template-columns: 1fr; } }
  .xmodule_display.xmodule_ProblemBlock div.problem .action .problem-hint {
    order: 3;
    grid-column-start: span 2; }
    @media (max-width: 991px) {
      .xmodule_display.xmodule_ProblemBlock div.problem .action .problem-hint {
        grid-column-start: span 1; } }
    .xmodule_display.xmodule_ProblemBlock div.problem .action .problem-hint.notification li {
      font-size: 1rem; }
  .xmodule_display.xmodule_ProblemBlock div.problem .action .problem-action-buttons-wrapper {
    order: 2;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end; }
  .xmodule_display.xmodule_ProblemBlock div.problem .action .submit-attempt-container {
    order: 1;
    padding: 0 !important;
    margin: 0; }

.xmodule_display.xmodule_ProblemBlock div.problem .choicegroup label {
  padding-left: 2.8125rem; }

.course-bookmarks .bookmarks-results-list {
  margin-top: 1.25rem; }
  .course-bookmarks .bookmarks-results-list .bookmarks-results-list-item {
    padding: 0 1.25rem 1.875rem 1.25rem; }
  .course-bookmarks .bookmarks-results-list .list-item-content {
    overflow: visible; }

.xmodule_display.xmodule_SequenceModule .sequence-nav-button.focused, .xmodule_display.xmodule_SequenceModule .sequence-nav-button:hover, .xmodule_display.xmodule_SequenceModule .sequence-nav-button:active, .xmodule_display.xmodule_SequenceModule .sequence-nav-button.active, .xmodule_display.xmodule_SequenceModule .sequence-nav button.focused, .xmodule_display.xmodule_SequenceModule .sequence-nav button:hover, .xmodule_display.xmodule_SequenceModule .sequence-nav button:active, .xmodule_display.xmodule_SequenceModule .sequence-nav button.active {
  background-color: #0B0C1B;
  color: #fff; }

.xmodule_display.xmodule_SequenceModule .sequence-nav-button.focused .icon, .xmodule_display.xmodule_SequenceModule .sequence-nav-button:hover .icon, .xmodule_display.xmodule_SequenceModule .sequence-nav-button:active .icon, .xmodule_display.xmodule_SequenceModule .sequence-nav-button.active .icon, .xmodule_display.xmodule_SequenceModule .sequence-nav button.focused .icon, .xmodule_display.xmodule_SequenceModule .sequence-nav button:hover .icon, .xmodule_display.xmodule_SequenceModule .sequence-nav button:active .icon, .xmodule_display.xmodule_SequenceModule .sequence-nav button.active .icon {
  color: #fff; }

.course-wrapper .course-content .vert-mod > div ul, .course-wrapper .courseware-results-wrapper .vert-mod > div ul {
  padding-left: 1.5rem; }

.course-wrapper .course-content .hd-1.unit-title {
  color: #0B0C1B; }

.xmodule_display.xmodule_SequenceModule .xblock-student_view-problem-builder h3, .xmodule_display.xmodule_SequenceModule .xblock-student_view-step-builder h3, .xmodule_display.xmodule_SequenceModule .xblock-student_view-poll h3 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 130%;
  color: #0B0C1B;
  margin: 1.375rem 0;
  display: inline-block; }

.xblock-student_view-step-builder .submit {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .xblock-student_view-step-builder .submit button, .xblock-student_view-step-builder .submit input {
    margin-right: 1rem; }

.xmodule_display.xmodule_SequenceModule .xblock-student_view-poll form .input-main {
  margin-top: 1rem; }

.search-results .search-results-item .result-type {
  display: block;
  position: relative;
  bottom: 0;
  right: 0;
  opacity: 0.7;
  font-size: 0.75rem; }

.xmodule_display.xmodule_ProblemBlock div.problem .choicegroup input + label.choicegroup_partially-correct, .xmodule_display.xmodule_ProblemBlock div.problem .choicetextgroup input + label.choicegroup_partially-correct, .xmodule_display.xmodule_ConditionalModule div.problem .xmodule_display.xmodule_ProblemBlock .choicegroup input + label.choicegroup_partially-correct, .xmodule_display.xmodule_ConditionalModule div.problem .xmodule_display.xmodule_ProblemBlock .choicetextgroup input + label.choicegroup_partially-correct, .xmodule_display.xmodule_ProblemBlock div.problem .choicetextgroup .choicegroup input + label.choicetextgroup_partially-correct, .xmodule_display.xmodule_ProblemBlock div.problem .choicetextgroup input + label.choicetextgroup_partially-correct, .xmodule_display.xmodule_ProblemBlock div.problem .choicetextgroup .choicegroup input + section.choicetextgroup_partially-correct, .xmodule_display.xmodule_ProblemBlock div.problem .choicetextgroup input + section.choicetextgroup_partially-correct, .xmodule_display.xmodule_ConditionalModule div.problem .choicetextgroup .xmodule_display.xmodule_ProblemBlock .choicegroup input + label.choicetextgroup_partially-correct, .xmodule_display.xmodule_ConditionalModule div.problem .xmodule_display.xmodule_ProblemBlock .choicetextgroup input + label.choicetextgroup_partially-correct, .xmodule_display.xmodule_ConditionalModule div.problem .choicetextgroup .xmodule_display.xmodule_ProblemBlock .choicegroup input + section.choicetextgroup_partially-correct, .xmodule_display.xmodule_ConditionalModule div.problem .xmodule_display.xmodule_ProblemBlock .choicetextgroup input + section.choicetextgroup_partially-correct, .xmodule_display.xmodule_ProblemBlock div.problem .choicegroup input:focus + label.choicegroup_partially-correct, .xmodule_display.xmodule_ProblemBlock div.problem .choicetextgroup input:focus + label.choicegroup_partially-correct, .xmodule_display.xmodule_ConditionalModule div.problem .xmodule_display.xmodule_ProblemBlock .choicegroup input:focus + label.choicegroup_partially-correct, .xmodule_display.xmodule_ConditionalModule div.problem .xmodule_display.xmodule_ProblemBlock .choicetextgroup input:focus + label.choicegroup_partially-correct, .xmodule_display.xmodule_ProblemBlock div.problem .choicetextgroup .choicegroup input:focus + label.choicetextgroup_partially-correct, .xmodule_display.xmodule_ProblemBlock div.problem .choicetextgroup input:focus + label.choicetextgroup_partially-correct, .xmodule_display.xmodule_ProblemBlock div.problem .choicetextgroup .choicegroup input:focus + section.choicetextgroup_partially-correct, .xmodule_display.xmodule_ProblemBlock div.problem .choicetextgroup input:focus + section.choicetextgroup_partially-correct, .xmodule_display.xmodule_ConditionalModule div.problem .choicetextgroup .xmodule_display.xmodule_ProblemBlock .choicegroup input:focus + label.choicetextgroup_partially-correct, .xmodule_display.xmodule_ConditionalModule div.problem .xmodule_display.xmodule_ProblemBlock .choicetextgroup input:focus + label.choicetextgroup_partially-correct, .xmodule_display.xmodule_ConditionalModule div.problem .choicetextgroup .xmodule_display.xmodule_ProblemBlock .choicegroup input:focus + section.choicetextgroup_partially-correct, .xmodule_display.xmodule_ConditionalModule div.problem .xmodule_display.xmodule_ProblemBlock .choicetextgroup input:focus + section.choicetextgroup_partially-correct, .xmodule_display.xmodule_ProblemBlock div.problem .choicegroup input:hover + label.choicegroup_partially-correct, .xmodule_display.xmodule_ProblemBlock div.problem .choicetextgroup input:hover + label.choicegroup_partially-correct, .xmodule_display.xmodule_ConditionalModule div.problem .xmodule_display.xmodule_ProblemBlock .choicegroup input:hover + label.choicegroup_partially-correct, .xmodule_display.xmodule_ConditionalModule div.problem .xmodule_display.xmodule_ProblemBlock .choicetextgroup input:hover + label.choicegroup_partially-correct, .xmodule_display.xmodule_ProblemBlock div.problem .choicetextgroup .choicegroup input:hover + label.choicetextgroup_partially-correct, .xmodule_display.xmodule_ProblemBlock div.problem .choicetextgroup input:hover + label.choicetextgroup_partially-correct, .xmodule_display.xmodule_ProblemBlock div.problem .choicetextgroup .choicegroup input:hover + section.choicetextgroup_partially-correct, .xmodule_display.xmodule_ProblemBlock div.problem .choicetextgroup input:hover + section.choicetextgroup_partially-correct, .xmodule_display.xmodule_ConditionalModule div.problem .choicetextgroup .xmodule_display.xmodule_ProblemBlock .choicegroup input:hover + label.choicetextgroup_partially-correct, .xmodule_display.xmodule_ConditionalModule div.problem .xmodule_display.xmodule_ProblemBlock .choicetextgroup input:hover + label.choicetextgroup_partially-correct, .xmodule_display.xmodule_ConditionalModule div.problem .choicetextgroup .xmodule_display.xmodule_ProblemBlock .choicegroup input:hover + section.choicetextgroup_partially-correct, .xmodule_display.xmodule_ConditionalModule div.problem .xmodule_display.xmodule_ProblemBlock .choicetextgroup input:hover + section.choicetextgroup_partially-correct {
  border: 2px solid #f39c12; }

.xmodule_display.xmodule_ProblemBlock div.problem .indicator-container .status.partially-correct .status-icon::after {
  color: #f39c12; }

.content-wrapper .profile-wrapper {
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  display: block;
  background: none; }
  .content-wrapper .profile-wrapper .course-info {
    width: 75rem;
    max-width: 100%;
    padding: 1.875rem 4.375rem;
    border: none;
    display: block;
    background-color: #fff;
    border-radius: 0.9375rem;
    margin: 0 auto 3.125rem; }
    .content-wrapper .profile-wrapper .course-info .progress-certificates-title {
      color: #0B0C1B;
      margin: 0 0 1.25rem; }
    .content-wrapper .profile-wrapper .course-info .auto-cert-message {
      border-color: #0B0C1B; }
    .content-wrapper .profile-wrapper .course-info .chapters {
      margin-top: 3.125rem; }
  .content-wrapper .profile-wrapper .auto-cert-message .msg-content {
    width: 100%; }
    .content-wrapper .profile-wrapper .auto-cert-message .msg-content h4.title, .content-wrapper .profile-wrapper .auto-cert-message .msg-content p.copy {
      width: 100%;
      text-align: center; }

.profile-wrapper .course-info .wrapper-msg.wrapper-auto-cert .auto-cert-message .has-actions .msg-content {
  width: 100%; }

.profile-wrapper .course-info .wrapper-msg.wrapper-auto-cert .auto-cert-message .has-actions .msg-actions {
  width: 100%;
  text-align: center;
  margin-top: 10px; }

body.view-in-course .content-wrapper .static_tab_wrapper {
  width: 75rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 3.75rem 4.375rem;
  border: none;
  border-radius: 0.9375rem; }
  @media (max-width: 991px) {
    body.view-in-course .content-wrapper .static_tab_wrapper {
      padding: 1.25rem; } }

body.view-in-course .content-wrapper .xmodule_display.xmodule_StaticTabBlock h1, body.view-in-course .content-wrapper .xmodule_display.xmodule_StaticTabBlock h2, body.view-in-course .content-wrapper .xmodule_display.xmodule_StaticTabBlock h3, body.view-in-course .content-wrapper .xmodule_display.xmodule_StaticTabBlock h4 {
  text-transform: none;
  letter-spacing: 0; }

body.view-in-course .content-wrapper .xmodule_display.xmodule_StaticTabBlock h1 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 130%;
  margin: 2.625rem 0; }

body.view-in-course .content-wrapper .xmodule_display.xmodule_StaticTabBlock h2 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 130%;
  color: #0B0C1B;
  margin: 1.875rem 0; }

body.view-in-course .content-wrapper .xmodule_display.xmodule_StaticTabBlock h3 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 130%;
  color: #0B0C1B;
  margin: 1.625rem 0; }

body.view-in-course .content-wrapper .xmodule_display.xmodule_StaticTabBlock h4 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 130%;
  color: #0B0C1B;
  margin: 1.375rem 0; }

body.view-in-course .content-wrapper .xmodule_display.xmodule_StaticTabBlock h5 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 130%;
  color: #0B0C1B;
  margin: 1.375rem 0; }

body.view-in-course .content-wrapper .xmodule_display.xmodule_StaticTabBlock h6 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 204%;
  color: rgba(11, 12, 27, 0.75);
  margin: 1.375rem 0; }

body.view-in-course .content-wrapper .xmodule_display.xmodule_StaticTabBlock p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 200% !important; }
  @media (max-width: 991px) {
    body.view-in-course .content-wrapper .xmodule_display.xmodule_StaticTabBlock p {
      font-size: 1rem; } }

body.view-in-course .content-wrapper .xmodule_display.xmodule_StaticTabBlock ul, body.view-in-course .content-wrapper .xmodule_display.xmodule_StaticTabBlock ol {
  padding: 0 0 0 1.875rem; }

body.view-in-course .content-wrapper .xmodule_display.xmodule_StaticTabBlock ul li, body.view-in-course .content-wrapper .xmodule_display.xmodule_StaticTabBlock ol li, body.view-in-course .content-wrapper .xmodule_display.xmodule_StaticTabBlock .xmodule_display.xmodule_CapaModule div.problem p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 170%; }

.content-wrapper .discussion.page-content-container {
  width: 75rem;
  max-width: 100%;
  margin: 0 auto 3.125rem;
  padding: 0.625rem 0 0;
  border: none;
  display: block;
  background-color: #fff;
  border-radius: 0.9375rem; }
  @media (max-width: 991px) {
    .content-wrapper .discussion.page-content-container {
      padding: 0; } }
  .content-wrapper .discussion.page-content-container .page-header {
    border: none;
    align-items: center;
    padding: 1.25rem 4.375rem;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 3.125rem;
    width: 100%;
    border-bottom: 1px solid #dedede; }
    @media (max-width: 991px) {
      .content-wrapper .discussion.page-content-container .page-header {
        grid-template-columns: 1fr;
        padding: 1.25rem;
        grid-gap: 0.625rem; } }
    .content-wrapper .discussion.page-content-container .page-header .breadcrumbs {
      margin: 0.5rem 0; }
      .content-wrapper .discussion.page-content-container .page-header .breadcrumbs .nav-item {
        display: inline-block; }
    .content-wrapper .discussion.page-content-container .page-header button.all-topics {
      padding: 0.5rem 1.25rem;
      border: 2px solid #0B0C1B;
      border-radius: 3.125rem;
      display: flex;
      align-items: center;
      font-size: 1rem;
      transition: all 0.3s ease-in-out;
      color: #0B0C1B; }
      .content-wrapper .discussion.page-content-container .page-header button.all-topics .fa {
        font-size: 1.5rem;
        flex-grow: 0;
        flex-shrink: 0;
        margin-right: 0.9375rem;
        text-decoration: none !important; }
      .content-wrapper .discussion.page-content-container .page-header button.all-topics:hover {
        color: #0B0C1B;
        text-decoration: none;
        cursor: pointer;
        border-color: #0B0C1B; }
      .content-wrapper .discussion.page-content-container .page-header button.all-topics:focus {
        color: #ffffff;
        background-color: #6B0AEA;
        outline: none; }
    .content-wrapper .discussion.page-content-container .page-header .forum-search .field-input {
      border-top-left-radius: 3.125rem;
      border-bottom-left-radius: 3.125rem;
      padding-left: 0.9375rem; }
    .content-wrapper .discussion.page-content-container .page-header .forum-search .field-label {
      margin: 0;
      top: 3px;
      left: 15px; }
    .content-wrapper .discussion.page-content-container .page-header .page-header-secondary {
      margin: 0;
      -webkit-box-lines: single;
      -moz-box-lines: single;
      box-lines: single;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      @media (max-width: 991px) {
        .content-wrapper .discussion.page-content-container .page-header .page-header-secondary {
          -webkit-box-lines: multiple;
          -moz-box-lines: multiple;
          box-lines: multiple;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .content-wrapper .discussion.page-content-container .page-header .page-header-secondary .forum-search {
        width: 100%;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-flex-shrink: 1;
        -moz-flex-shrink: 1;
        flex-shrink: 1;
        -ms-flex-negative: 1; }
  .content-wrapper .discussion.page-content-container .page-content {
    padding: 0; }
    .content-wrapper .discussion.page-content-container .page-content .discussion-body {
      display: grid;
      grid-template-columns: 20rem 1fr; }
      @media (max-width: 991px) {
        .content-wrapper .discussion.page-content-container .page-content .discussion-body {
          grid-template-columns: 1fr; } }
      .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-nav {
        padding: 1.875rem 1.875rem 3.75rem 4.375rem;
        width: 100%;
        max-width: unset;
        background-color: #e7e7e7; }
        @media (max-width: 991px) {
          .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-nav {
            padding: 1.25rem; } }
        .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-nav .forum-nav-browse-filter {
          position: relative; }
          .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-nav .forum-nav-browse-filter .forum-nav-browse-filter-input {
            padding: 0.625rem;
            height: auto !important;
            font-size: 1rem !important; }
          .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-nav .forum-nav-browse-filter .icon {
            font-size: 0.875rem;
            color: #999;
            top: 0;
            bottom: 0;
            right: 0;
            display: flex;
            align-items: center;
            padding-right: 0.9375rem;
            margin: 0; }
        .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-nav .forum-nav-browse-menu-wrapper {
          position: relative; }
          .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-nav .forum-nav-browse-menu-wrapper:after {
            content: '';
            display: block;
            background-color: #E7E7E7;
            left: 0;
            right: 0;
            bottom: 0;
            height: 3.125rem;
            position: absolute;
            background: linear-gradient(180deg, rgba(231, 231, 231, 0) 0%, #e7e7e7 100%); }
        .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-nav .forum-nav-browse-menu {
          padding-bottom: 3.75rem; }
        .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-nav .discussion-thread-list-container .forum-nav-refine-bar .forum-nav-filter-main, .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-nav .discussion-thread-list-container .forum-nav-refine-bar .forum-nav-sort {
          float: unset;
          width: 100%;
          display: block;
          margin: 0 0 0.5rem;
          text-align: left; }
        .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-nav .discussion-thread-list-container .forum-nav-thread-list {
          margin: 0 -0.9375rem; }
          .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-nav .discussion-thread-list-container .forum-nav-thread-list .forum-nav-thread-link {
            padding: 1.25rem 0.9375rem; }
            .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-nav .discussion-thread-list-container .forum-nav-thread-list .forum-nav-thread-link .forum-nav-thread-title {
              font-size: 1rem;
              line-height: 120%; }
            .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-nav .discussion-thread-list-container .forum-nav-thread-list .forum-nav-thread-link .thread-preview-body, .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-nav .discussion-thread-list-container .forum-nav-thread-list .forum-nav-thread-link .forum-nav-thread-labels {
              font-size: 0.875rem; }
              .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-nav .discussion-thread-list-container .forum-nav-thread-list .forum-nav-thread-link .thread-preview-body .post-label, .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-nav .discussion-thread-list-container .forum-nav-thread-list .forum-nav-thread-link .forum-nav-thread-labels .post-label {
                font-size: 0.875rem; }
                .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-nav .discussion-thread-list-container .forum-nav-thread-list .forum-nav-thread-link .thread-preview-body .post-label.post-label-following, .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-nav .discussion-thread-list-container .forum-nav-thread-list .forum-nav-thread-link .forum-nav-thread-labels .post-label.post-label-following {
                  color: #0B0C1B; }
      .content-wrapper .discussion.page-content-container .page-content .discussion-body main.discussion-column {
        padding: 2.5rem 4.375rem;
        width: 100%;
        max-width: unset;
        margin: 0; }
        @media (max-width: 991px) {
          .content-wrapper .discussion.page-content-container .page-content .discussion-body main.discussion-column {
            padding: 1.875rem 1.25rem; } }
      .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .thread-main-wrapper .discussion-post {
        padding: 0; }
        .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .thread-main-wrapper .discussion-post .post-header {
          display: block;
          padding-right: 6.25rem;
          position: relative; }
          .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .thread-main-wrapper .discussion-post .post-header .post-header-content .post-title {
            margin: 0 0 0.9375rem;
            font-size: 2rem; }
          .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .thread-main-wrapper .discussion-post .post-header .post-header-content .posted-details {
            font-size: 0.875rem;
            font-weight: normal; }
          .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .thread-main-wrapper .discussion-post .post-header .post-header-actions {
            float: unset;
            position: absolute;
            top: 0;
            right: 0; }
            .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .thread-main-wrapper .discussion-post .post-header .post-header-actions .actions-item {
              display: flex;
              justify-content: flex-end;
              margin: 2px 0; }
              .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .thread-main-wrapper .discussion-post .post-header .post-header-actions .actions-item.is-hidden {
                display: none; }
              .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .thread-main-wrapper .discussion-post .post-header .post-header-actions .actions-item .action-button {
                padding: 3px;
                display: flex;
                align-items: center; }
                .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .thread-main-wrapper .discussion-post .post-header .post-header-actions .actions-item .action-button:hover {
                  cursor: pointer; }
                .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .thread-main-wrapper .discussion-post .post-header .post-header-actions .actions-item .action-button .action-icon {
                  width: 1.75rem;
                  height: 1.75rem;
                  display: flex;
                  align-items: center;
                  justify-content: center; }
                .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .thread-main-wrapper .discussion-post .post-header .post-header-actions .actions-item .action-button.action-follow:hover, .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .thread-main-wrapper .discussion-post .post-header .post-header-actions .actions-item .action-button.action-follow:focus {
                  border-color: #0B0C1B; }
                  .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .thread-main-wrapper .discussion-post .post-header .post-header-actions .actions-item .action-button.action-follow:hover .action-label, .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .thread-main-wrapper .discussion-post .post-header .post-header-actions .actions-item .action-button.action-follow:focus .action-label {
                    color: #0B0C1B; }
                .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .thread-main-wrapper .discussion-post .post-header .post-header-actions .actions-item .action-button.action-follow.is-checked .action-icon {
                  background-color: #0B0C1B;
                  border: 1px solid #0B0C1B; }
              .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .thread-main-wrapper .discussion-post .post-header .post-header-actions .actions-item .actions-dropdown .actions-dropdown-list button.action-list-item {
                font-size: 0.875rem;
                padding: 0.375rem;
                border: none; }
                .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .thread-main-wrapper .discussion-post .post-header .post-header-actions .actions-item .actions-dropdown .actions-dropdown-list button.action-list-item:hover {
                  cursor: pointer; }
        .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .thread-main-wrapper .discussion-post .post-context {
          font-size: 0.875rem;
          line-height: 180%; }
      .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .post-extended-content {
        padding: 0; }
        .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .post-extended-content .response-btn-count-wrapper {
          margin: 1.25rem 0 0;
          padding: 1.25rem 0 1.875rem;
          border-top: 1px dotted #dedede;
          display: grid;
          grid-template-columns: 1fr auto;
          grid-column-gap: 2.5rem;
          align-items: center; }
          .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .post-extended-content .response-btn-count-wrapper .add-response, .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .post-extended-content .response-btn-count-wrapper .response-count {
            padding: 0;
            margin: 0; }
        .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .post-extended-content .discussion-response {
          padding: 1.875rem 1.25rem;
          border-radius: 0.46875rem;
          min-height: 10rem; }
          .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .post-extended-content .discussion-response .response-header {
            position: relative;
            padding-right: 6.25rem;
            margin: 0; }
            .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .post-extended-content .discussion-response .response-header .username {
              font-size: 1rem;
              font-weight: bold; }
            .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .post-extended-content .discussion-response .response-header .posted-details {
              font-size: 0.75rem;
              font-weight: normal; }
            .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .post-extended-content .discussion-response .response-header .response-header-actions {
              float: unset;
              position: absolute;
              top: 0;
              right: 0; }
              .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .post-extended-content .discussion-response .response-header .response-header-actions .actions-item {
                display: flex;
                justify-content: flex-end;
                margin: 2px 0; }
                .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .post-extended-content .discussion-response .response-header .response-header-actions .actions-item.is-hidden {
                  display: none; }
                .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .post-extended-content .discussion-response .response-header .response-header-actions .actions-item .action-button {
                  padding: 3px;
                  display: flex;
                  align-items: center; }
                  .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .post-extended-content .discussion-response .response-header .response-header-actions .actions-item .action-button:hover {
                    cursor: pointer; }
                  .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .post-extended-content .discussion-response .response-header .response-header-actions .actions-item .action-button .action-icon {
                    width: 1.75rem;
                    height: 1.75rem;
                    display: flex;
                    align-items: center;
                    justify-content: center; }
                .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .post-extended-content .discussion-response .response-header .response-header-actions .actions-item .actions-dropdown .actions-dropdown-list button.action-list-item {
                  font-size: 0.875rem;
                  padding: 0.375rem; }
                  .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .post-extended-content .discussion-response .response-header .response-header-actions .actions-item .actions-dropdown .actions-dropdown-list button.action-list-item:hover {
                    cursor: pointer; }
          .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .post-extended-content .discussion-response .response-body {
            margin: 1.25rem 3.125rem 0 0;
            border-top: 1px dotted #dedede;
            padding: 1.25rem 0 0.625rem 0; }
        .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .post-extended-content .response-pagination .response-display-count {
          color: #303476;
          font-style: italic; }
        .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .post-extended-content .discussion-reply-new {
          margin-top: 1.875rem;
          padding-top: 1.875rem;
          border-top: 1px dotted #dedede; }
          .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .post-extended-content .discussion-reply-new .add-response {
            padding: 0;
            margin: 0 0 1.25rem 0; }
          .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .post-extended-content .discussion-reply-new .reply-body .wmd-input {
            font-size: 1rem; }
            .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .post-extended-content .discussion-reply-new .reply-body .wmd-input .wmd-preview-container {
              padding: 0.625rem; }
              .content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .post-extended-content .discussion-reply-new .reply-body .wmd-input .wmd-preview-container .wmd-preview-label {
                margin: 0 0 0.3125rem; }
      .content-wrapper .discussion.page-content-container .page-content .discussion-body .view-discussion-home .home-header {
        margin: 0 0 1.25rem;
        padding: 0 0 1.25rem;
        border-bottom: 1px dotted #dedede; }
        .content-wrapper .discussion.page-content-container .page-content .discussion-body .view-discussion-home .home-header .label {
          font-size: 0.875rem;
          display: block;
          margin: 0 0 0.625rem;
          font-style: italic; }
        .content-wrapper .discussion.page-content-container .page-content .discussion-body .view-discussion-home .home-header .home-title {
          margin: 0 0 0.9375rem;
          font-size: 2rem; }
      .content-wrapper .discussion.page-content-container .page-content .discussion-body .view-discussion-home .label-settings {
        font-size: 0.875rem;
        display: block;
        margin: 0 0 0.625rem;
        font-style: italic; }
      .content-wrapper .discussion.page-content-container .page-content .discussion-body .view-discussion-home .home-helpgrid {
        box-shadow: none; }
        .content-wrapper .discussion.page-content-container .page-content .discussion-body .view-discussion-home .home-helpgrid .row-title {
          font-size: 0.875rem;
          padding: 2.5rem 1.25rem; }

.forum-nav-filter-main-control, .forum-nav-filter-cohort-control, .forum-nav-sort-control {
  width: 100%; }

.discussion.inline-discussion .inline-thread .forum-nav-bar .all-posts-btn {
  color: #0B0C1B; }

.discussion .actions-dropdown .action-list-item:hover, .discussion .actions-dropdown .action-list-item:focus {
  color: #0B0C1B; }

.discussion .action-button.action-follow.is-checked .action-icon, .discussion .action-button.action-follow:hover .action-icon, .discussion .action-button.action-follow:focus .action-icon {
  color: #0B0C1B; }

.field-label .field-input:checked + .field-input-label {
  color: #0B0C1B; }

.content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .thread-main-wrapper .discussion-post .post-header .post-header-actions .actions-item .action-button.is-checked .action-icon {
  color: #fff; }

.discussion .action-button.action-follow.is-checked .action-icon, .discussion .action-button.action-follow:hover .action-icon, .discussion .action-button:focus .action-icon {
  background-color: #0B0C1B;
  border: none;
  color: #fff; }

.forum-nav-thread.never-read .forum-nav-thread-link {
  border-color: #0B0C1B;
  color: #0B0C1B; }

.forum-new-post-form .post-field, .edit-post-form .post-field {
  width: 100%; }
  .forum-new-post-form .post-field .edit-post-body, .edit-post-form .post-field .edit-post-body {
    width: 100%; }

.content-wrapper .discussion.page-content-container .page-content .discussion-body .forum-content .discussion-article .post-extended-content .discussion-response .response-header .response-header-actions .actions-item .actions-dropdown .actions-dropdown-list button.action-list-item {
  border: none; }

.edit-post-body .wmd-panel, .discussion-response .response-body, .discussion-post .post-body {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word; }

.a--404-content__container {
  max-width: 61.25rem;
  margin: 5rem auto 7.5rem;
  text-align: center; }
  .a--404-content__container h1 {
    font-size: 2.625rem;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #0B0C1B;
    margin: 2.5rem 0 0.9375rem; }
  .a--404-content__container h3 {
    font-size: 1.125rem;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #212451;
    margin: 0.3125rem 0; }
  .a--404-content__container p {
    font-size: 0.875rem;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #212451;
    margin: 0.3125rem 0; }
    .a--404-content__container p a {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 700;
      color: #0B0C1B; }
      .a--404-content__container p a:hover, .a--404-content__container p a:focus {
        color: #212451; }
  .a--404-content__container svg {
    fill: #0B0C1B;
    max-width: 30rem;
    width: 80%; }

.content-wrapper .a--course-about-01__header {
  padding: 5.625rem 0;
  position: relative;
  overflow: hidden; }
  .content-wrapper .a--course-about-01__header__background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 1; }
  .content-wrapper .a--course-about-01__header__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5); }
  .content-wrapper .a--course-about-01__header__content {
    position: relative;
    z-index: 3; }
    @media (min-width: 991px) {
      .content-wrapper .a--course-about-01__header__content {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center; } }
  .content-wrapper .a--course-about-01__header__image {
    width: 30%;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    max-width: 20rem;
    margin-right: 3.125rem;
    position: relative;
    -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.75); }
    .content-wrapper .a--course-about-01__header__image img {
      width: 100%;
      height: auto; }
    @media (max-width: 991px) {
      .content-wrapper .a--course-about-01__header__image {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1.875rem; } }
  .content-wrapper .a--course-about-01__header__video-trigger {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    text-align: center; }
    .content-wrapper .a--course-about-01__header__video-trigger i {
      margin: 0 auto;
      color: #fff;
      font-size: 4rem;
      text-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.5);
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .content-wrapper .a--course-about-01__header__video-trigger:hover i, .content-wrapper .a--course-about-01__header__video-trigger:focus i {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
  .content-wrapper .a--course-about-01__header__info {
    width: 100%;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
    -ms-flex-negative: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1; }
  .content-wrapper .a--course-about-01__header__title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 3.25rem;
    color: #fff;
    margin: 0 0 1.875rem; }
    @media (max-width: 991px) {
      .content-wrapper .a--course-about-01__header__title {
        font-size: 2rem; } }
  .content-wrapper .a--course-about-01__header__description {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    color: #fff;
    margin: -0.625rem 0 1.875rem; }

.content-wrapper .a--course-about-01__courseware-button-wrapper #register_error {
  display: inline-block; }

.content-wrapper .a--course-about-01__social-share {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin: 0 0 1.875rem; }
  .content-wrapper .a--course-about-01__social-share .expand-on-parent-hover {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    white-space: nowrap;
    max-width: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    margin-right: 0; }
  .content-wrapper .a--course-about-01__social-share:hover, .content-wrapper .a--course-about-01__social-share:focus {
    opacity: 1; }
    .content-wrapper .a--course-about-01__social-share:hover .expand-on-parent-hover, .content-wrapper .a--course-about-01__social-share:focus .expand-on-parent-hover {
      max-width: 18.75rem;
      margin-right: 0.9375rem; }
  .content-wrapper .a--course-about-01__social-share__helper {
    display: block;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400; }
  .content-wrapper .a--course-about-01__social-share a {
    font-size: 1.25rem;
    margin: 0 0.625rem;
    color: #fff;
    opacity: 0.7; }
    .content-wrapper .a--course-about-01__social-share a:hover, .content-wrapper .a--course-about-01__social-share a:focus {
      opacity: 1; }

.content-wrapper .a--course-about-01__courseware-btn, .content-wrapper .a--course-about-01__courseware-btn:not(.btn) {
  background-color: #6B0AEA;
  border: 2px solid #6B0AEA;
  display: inline-block;
  padding: 0.9375rem 1.25rem;
  font-size: 1rem;
  margin: 0.625rem 1.25rem 0.625rem 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  border-radius: 3.125rem;
  position: relative; }
  .content-wrapper .a--course-about-01__courseware-btn:before, .content-wrapper .a--course-about-01__courseware-btn:not(.btn):before {
    position: absolute;
    border-radius: 3.125rem;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    background-color: rgba(255, 255, 255, 0.35);
    content: "";
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .content-wrapper .a--course-about-01__courseware-btn:hover:before, .content-wrapper .a--course-about-01__courseware-btn:focus:before, .content-wrapper .a--course-about-01__courseware-btn:not(.btn):hover:before, .content-wrapper .a--course-about-01__courseware-btn:not(.btn):focus:before {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1); }
  .content-wrapper .a--course-about-01__courseware-btn:visited, .content-wrapper .a--course-about-01__courseware-btn:visited:not(.btn), .content-wrapper .a--course-about-01__courseware-btn:not(.btn):visited, .content-wrapper .a--course-about-01__courseware-btn:not(.btn):visited:not(.btn) {
    color: #fff; }
  .content-wrapper .a--course-about-01__courseware-btn:hover, .content-wrapper .a--course-about-01__courseware-btn:focus, .content-wrapper .a--course-about-01__courseware-btn:not(.btn):hover, .content-wrapper .a--course-about-01__courseware-btn:not(.btn):focus {
    color: rgba(255, 255, 255, 0.8); }

.content-wrapper .a--course-about-01__overview {
  padding: 1.875rem 0 3.125rem;
  background-color: transparent;
  line-height: 150%;
  display: block;
  width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  -ms-flex-negative: 1; }
  @media (max-width: 992px) {
    .content-wrapper .a--course-about-01__overview {
      width: 100%; } }
  .content-wrapper .a--course-about-01__overview h1 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.625rem;
    margin: 0 0 1.875rem;
    color: #0B0C1B;
    text-transform: none; }
  .content-wrapper .a--course-about-01__overview h2 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    margin: 2.5rem 0 1.875rem;
    color: #0B0C1B;
    text-transform: none; }
  .content-wrapper .a--course-about-01__overview h3 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.125rem;
    margin: 1.875rem 0 1.25rem;
    color: rgba(11, 12, 27, 0.8);
    text-transform: none; }
  .content-wrapper .a--course-about-01__overview h4 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700; }
  .content-wrapper .a--course-about-01__overview p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400; }
  .content-wrapper .a--course-about-01__overview .teacher .teacher-image {
    margin-top: 1.875rem; }
    .content-wrapper .a--course-about-01__overview .teacher .teacher-image img {
      float: none; }

.content-wrapper .a--course-about-01__info {
  display: block;
  width: 30%;
  max-width: 20rem;
  margin-right: 3.125rem;
  padding: 3.125rem 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-positive: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0; }
  @media (max-width: 991px) {
    .content-wrapper .a--course-about-01__info {
      width: 100%;
      max-width: 100%; } }
  .content-wrapper .a--course-about-01__info li {
    list-style-type: none;
    border-bottom: 1px solid rgba(11, 12, 27, 0.2);
    padding: 1.25rem 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    font-size: 1rem; }
    .content-wrapper .a--course-about-01__info li:last-child {
      border-bottom: none; }
    .content-wrapper .a--course-about-01__info li i {
      margin-right: 0.9375rem;
      color: rgba(11, 12, 27, 0.75); }
    .content-wrapper .a--course-about-01__info li p {
      color: rgba(11, 12, 27, 0.75);
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 300;
      margin-right: 0.9375rem;
      display: inline-block;
      width: 8.125rem; }
    .content-wrapper .a--course-about-01__info li span {
      color: #0B0C1B;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 400;
      display: inline-block; }

.content-wrapper .a--course-about-01__content {
  padding-bottom: 2.5rem; }
  @media (min-width: 992px) {
    .content-wrapper .a--course-about-01__content__container {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }

.a--course-catalogue-01__courses {
  margin-bottom: 3.125rem; }
  .a--course-catalogue-01__courses li.courses-listing-item {
    list-style-type: none; }
  @media (max-width: 767px) {
    .a--course-catalogue-01__courses > .a--container {
      display: flex;
      flex-direction: column; }
      .a--course-catalogue-01__courses > .a--container .courses-listing {
        order: 3; }
      .a--course-catalogue-01__courses > .a--container .search-facets {
        order: 2;
        display: none; } }
  .a--course-catalogue-01__courses .a--search-facets-mobile-trigger {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    padding: 0;
    vertical-align: inherit;
    text-shadow: none;
    letter-spacing: 0;
    background-color: #6B0AEA;
    border: 2px solid #6B0AEA;
    display: none;
    padding: 0.9375rem 1.25rem;
    margin: 0.625rem;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    border-radius: 3.125rem;
    position: relative; }
    .a--course-catalogue-01__courses .a--search-facets-mobile-trigger:hover, .a--course-catalogue-01__courses .a--search-facets-mobile-trigger:focus, .a--course-catalogue-01__courses .a--search-facets-mobile-trigger:hover:not(:disabled), .a--course-catalogue-01__courses .a--search-facets-mobile-trigger:focus:not(:disabled) {
      background: none;
      border: none;
      box-shadow: none;
      text-shadow: none; }
    .a--course-catalogue-01__courses .a--search-facets-mobile-trigger:before {
      position: absolute;
      border-radius: 3.125rem;
      top: 0;
      bottom: 0;
      left: 0;
      width: 0%;
      background-color: rgba(255, 255, 255, 0.35);
      content: "";
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
    .a--course-catalogue-01__courses .a--search-facets-mobile-trigger:hover:before, .a--course-catalogue-01__courses .a--search-facets-mobile-trigger:focus:before {
      width: 100%;
      background-color: rgba(255, 255, 255, 0.1); }
    .a--course-catalogue-01__courses .a--search-facets-mobile-trigger:hover, .a--course-catalogue-01__courses .a--search-facets-mobile-trigger:focus, .a--course-catalogue-01__courses .a--search-facets-mobile-trigger:hover:not(:disabled), .a--course-catalogue-01__courses .a--search-facets-mobile-trigger:focus:not(:disabled) {
      background-color: #6B0AEA;
      border: 2px solid #6B0AEA;
      color: #ffffff; }
    @media (max-width: 767px) {
      .a--course-catalogue-01__courses .a--search-facets-mobile-trigger {
        display: block;
        margin: 0 auto 0.9375rem; } }
    .a--course-catalogue-01__courses .a--search-facets-mobile-trigger i {
      display: inline-block;
      margin-right: 0.3125rem; }
    .a--course-catalogue-01__courses .a--search-facets-mobile-trigger span.button-label--active {
      display: none; }
    .a--course-catalogue-01__courses .a--search-facets-mobile-trigger span.button-label--non-active {
      display: inline-block; }
    .a--course-catalogue-01__courses .a--search-facets-mobile-trigger.a--active span.button-label--active {
      display: inline-block; }
    .a--course-catalogue-01__courses .a--search-facets-mobile-trigger.a--active span.button-label--non-active {
      display: none; }

.login-register {
  padding: 2.5rem 4.375rem;
  max-width: 34.375rem;
  margin: 2.5rem auto;
  border-radius: 0.9375rem;
  overflow: hidden;
  min-height: unset; }
  .login-register .form-wrapper {
    padding: 0; }
    .login-register .form-wrapper .action-label {
      font-size: 1rem;
      margin: 0 0 1.25rem;
      padding: 0 0 1.25rem;
      border-bottom: 1px solid #ccc; }
    .login-register .form-wrapper .status {
      background: none !important;
      padding: 1.875rem 4.375rem;
      border: none !important;
      box-shadow: none; }
      @media (max-width: 991px) {
        .login-register .form-wrapper .status {
          padding: 1.875rem 1.25rem; } }
      .login-register .form-wrapper .status h4.message-title {
        font-size: 1.5rem;
        font-weight: bold;
        margin: 0 0 1.25rem; }
      .login-register .form-wrapper .status .message-copy p {
        line-height: 160%;
        font-size: 0.875rem;
        margin: 0 0 0.625rem; }
    .login-register .form-wrapper .paragon__alert {
      margin: -2.5rem -4.375rem 1.875rem -4.375rem;
      padding: 1.875rem 4.375rem; }
  .login-register .js-form-feedback {
    margin: -2.5rem -4.375rem 3.125rem; }
    .login-register .js-form-feedback .js-form-errors {
      padding: 1.875rem 4.375rem; }
      .login-register .js-form-feedback .js-form-errors h4 {
        margin: 0 0 1.25rem; }
  .login-register .toggle-form {
    min-width: unset;
    max-width: unset;
    padding: 0 0 1.25rem;
    margin: 0 0 1.25rem;
    border-bottom: 1px dotted #0B0C1B; }
  .login-register h2, .login-register .section-title {
    margin: 0 0 1.875rem;
    font-size: 2.625rem;
    color: #0B0C1B;
    text-align: left; }
  .login-register form .section-title.lines {
    margin: 0 0 1.875rem;
    font-size: 1.5rem;
    color: #0B0C1B;
    text-align: left; }
    .login-register form .section-title.lines:after {
      display: none; }
    .login-register form .section-title.lines .text {
      top: 0;
      padding: 0;
      background: none;
      font-size: 2.625rem;
      line-height: 120%; }
  .login-register form .form-field {
    margin: 0 0 1.25rem; }
    .login-register form .form-field .label, .login-register form .form-field .label.focus-out, .login-register form .form-field label.focus-out, .login-register form .form-field label.focus-in {
      font-size: 0.875rem;
      display: block;
      margin: 0 0 0.625rem;
      color: #0B0C1B;
      position: relative;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 0; }
    .login-register form .form-field .input-block {
      font-size: 1.125rem;
      padding: 0.5rem 0.3125rem;
      border: none;
      border-radius: 0;
      border-top: 2px solid rgba(11, 12, 27, 0);
      border-bottom: 2px solid #464cac;
      transition: all 0.3s ease-in-out;
      height: auto;
      box-shadow: none;
      margin: 0.625rem 0;
      background-color: #fff;
      min-height: 3.1875rem; }
      .login-register form .form-field .input-block:hover, .login-register form .form-field .input-block:focus {
        outline: none;
        padding: 0.75rem 0.25rem;
        border-bottom: 2px solid #0B0C1B; }
      .login-register form .form-field .input-block:focus {
        outline: none;
        padding: 0.75rem 0.25rem;
        border-top: 2px solid #0B0C1B;
        border-bottom: 2px solid #0B0C1B;
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2); }
    .login-register form .form-field select.input-inline, .login-register form .form-field select.input-block {
      -webkit-appearance: auto; }
    .login-register form .form-field textarea.input-block {
      border: 2px solid #464cac;
      padding: 0.625rem;
      font-size: 1rem; }
      .login-register form .form-field textarea.input-block:hover, .login-register form .form-field textarea.input-block:focus {
        border-color: #0B0C1B;
        padding: 0.625rem;
        box-shadow: none; }
    .login-register form .form-field .tip {
      font-size: 0.8125rem;
      font-style: italic;
      color: #373c88; }
    .login-register form .form-field .field-link {
      font-size: 1rem;
      display: block;
      margin: 1.25rem 0 0;
      color: #0B0C1B; }
      .login-register form .form-field .field-link:hover, .login-register form .form-field .field-link:focus {
        color: #0B0C1B;
        text-decoration: underline; }
    .login-register form .form-field.checkbox-terms_of_service {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
      .login-register form .form-field.checkbox-terms_of_service .checkbox {
        margin-right: 1.25rem; }
    .login-register form .form-field .paragon__form-group label {
      font-size: 0.875rem;
      display: block;
      margin: 0 0 0.625rem;
      color: #0B0C1B;
      position: relative;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 0; }
    .login-register form .form-field .paragon__form-group .paragon__form-control {
      font-size: 1.125rem;
      padding: 0.5rem 0.3125rem;
      border: none;
      border-radius: 0;
      border-top: 2px solid rgba(11, 12, 27, 0);
      border-bottom: 2px solid #464cac;
      transition: all 0.3s ease-in-out;
      height: auto;
      box-shadow: none;
      margin: 0.625rem 0;
      background-color: #fff;
      min-height: 3.1875rem; }
      .login-register form .form-field .paragon__form-group .paragon__form-control:hover, .login-register form .form-field .paragon__form-group .paragon__form-control:focus {
        outline: none;
        padding: 0.75rem 0.25rem;
        border-bottom: 2px solid #0B0C1B; }
      .login-register form .form-field .paragon__form-group .paragon__form-control:focus {
        outline: none;
        padding: 0.75rem 0.25rem;
        border-top: 2px solid #0B0C1B;
        border-bottom: 2px solid #0B0C1B;
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2); }
    .login-register form .form-field .paragon__form-group .paragon__invalid-feedback {
      font-size: 0.875rem;
      margin: 0.625rem 0 0; }
  .login-register form .action {
    border-radius: 3.125rem;
    padding: 0.625rem 1.875rem;
    border: 2px solid #6B0AEA;
    min-width: 40%;
    margin: 1.875rem 1.875rem 0 0;
    outline: none;
    box-shadow: none !important;
    font-size: 1.125rem; }
    .login-register form .action.action-primary {
      background-color: #6B0AEA;
      color: #ffffff; }
      .login-register form .action.action-primary:hover, .login-register form .action.action-primary:focus {
        background-color: #ffffff;
        color: #6B0AEA;
        border: 2px solid #6B0AEA; }
    .login-register form .action.action-secondary {
      background-color: #ffffff;
      color: #6B0AEA;
      border: 2px solid #6B0AEA; }
      .login-register form .action.action-secondary:hover, .login-register form .action.action-secondary:focus {
        background-color: #6B0AEA;
        color: #ffffff;
        border: 2px solid #6B0AEA; }
  .login-register form .plaintext-field {
    font-size: 0.875rem;
    line-height: 180%; }
  .login-register form .checkbox-optional_fields_toggle {
    display: flex;
    align-items: center; }
    .login-register form .checkbox-optional_fields_toggle .input-block {
      margin-right: 0.9375rem;
      width: 1.25rem;
      height: 1.25rem; }
      .login-register form .checkbox-optional_fields_toggle .input-block:hover, .login-register form .checkbox-optional_fields_toggle .input-block:focus {
        border: 1px solid #0B0C1B;
        box-shadow: none !important; }
    .login-register form .checkbox-optional_fields_toggle label {
      font-size: 0.875rem; }

.user-account-logout-container {
  padding: 3.75rem 4.375rem;
  max-width: 36.25rem;
  margin: 5.625rem auto;
  border-radius: 0.9375rem;
  overflow: hidden; }
  .user-account-logout-container h1 {
    margin: 0 0 1.875rem;
    font-size: 2.625rem;
    color: #0B0C1B; }
  .user-account-logout-container p {
    font-size: 1.125rem;
    line-height: 180%;
    margin: 0.625rem 0; }
  .user-account-logout-container #iframeContainer {
    display: none; }
  .user-account-logout-container .login-providers {
    margin: 2.5rem 0 0; }
    .user-account-logout-container .login-providers .section-title.lines {
      margin: 0 0 1.25rem;
      padding: 0 0 1.25rem; }
      .user-account-logout-container .login-providers .section-title.lines h2 {
        font-size: 1.5rem;
        font-weight: normal;
        margin: 0 auto; }
    .user-account-logout-container .login-providers button.login-provider {
      padding: 0;
      border-radius: 3.125rem;
      overflow: hidden;
      border: 1px solid #eee;
      background-color: #fff;
      margin: 1.25rem auto;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      width: 15rem;
      height: auto;
      -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.15);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.15); }
      .user-account-logout-container .login-providers button.login-provider .icon {
        position: relative;
        left: 0;
        top: 0;
        width: 2.75rem;
        height: 2.75rem;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        text-align: center;
        background-color: #0B0C1B;
        color: #fff;
        line-height: 100%;
        font-size: 0.875rem; }
      .user-account-logout-container .login-providers button.login-provider span {
        color: #0B0C1B;
        font-size: 1rem;
        letter-spacing: 0;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        padding: 0.75rem 0.9375rem; }
      .user-account-logout-container .login-providers button.login-provider:hover, .user-account-logout-container .login-providers button.login-provider:focus, .user-account-logout-container .login-providers button.login-provider:hover:not(:disabled) {
        background-color: #0B0C1B; }
        .user-account-logout-container .login-providers button.login-provider:hover .icon, .user-account-logout-container .login-providers button.login-provider:focus .icon, .user-account-logout-container .login-providers button.login-provider:hover:not(:disabled) .icon {
          background-color: black;
          color: #fff; }
        .user-account-logout-container .login-providers button.login-provider:hover span, .user-account-logout-container .login-providers button.login-provider:focus span, .user-account-logout-container .login-providers button.login-provider:hover:not(:disabled) span {
          color: #fff; }
  .user-account-logout-container .register-form.register-fields-disabled .required-fields, .user-account-logout-container .register-form.register-fields-disabled .checkbox-optional_fields_toggle, .user-account-logout-container .register-form.register-fields-disabled .optional-fields, .user-account-logout-container .register-form.register-fields-disabled .register-button, .user-account-logout-container .register-form.register-fields-disabled .view-disabled, .user-account-logout-container .register-form.register-fields-disabled .checkbox-terms_of_service {
    display: none; }

.login-register .form-wrapper .login-providers, .financial-assistance-wrapper .financial-assistance-form .form-wrapper .login-providers {
  margin-top: 2.5rem;
  padding-top: 1.875rem;
  border-top: 1px solid #ddd; }

.register-form.register-fields-disabled {
  display: none; }

.login-register form.register-form .section-title.lines .text {
  font-size: 2rem; }
  @media (max-width: 991px) {
    .login-register form.register-form .section-title.lines .text {
      font-size: 1.75rem; } }

.login-register .login-provider, .financial-assistance-wrapper .financial-assistance-form .login-provider {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 16.25rem;
  margin: 0.3125rem auto;
  border: 2px solid #0B0C1B;
  color: #0B0C1B;
  height: auto; }
  .login-register .login-provider:hover, .login-register .login-provider:focus, .financial-assistance-wrapper .financial-assistance-form .login-provider:hover, .financial-assistance-wrapper .financial-assistance-form .login-provider:focus {
    background-color: #0B0C1B;
    color: #fff; }

.login-register .login-provider .icon, .financial-assistance-wrapper .financial-assistance-form .login-provider .icon  {
  background: none;
  background-color: blue;
  color: #fff;
  width: 2.25rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0; }

.login-register .login-provider span, .financial-assistance-wrapper .financial-assistance-form .login-provider span {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  margin-left: 0.625rem;
  font-size: 1rem;
  display: block;
  padding: 0.75rem 0;
  letter-spacing: normal; }

.wrapper-account-settings a:not(.btn):hover, .wrapper-account-settings a:not(.btn):focus, .wrapper-account-settings a:visited:not(.btn):hover, .wrapper-account-settings a:visited:not(.btn):focus {
  text-decoration: underline !important;
  text-decoration-style: dotted; }

.wrapper-account-settings .account-settings-container .wrapper-header {
  height: auto;
  width: 100%; }
  .wrapper-account-settings .account-settings-container .wrapper-header .header-title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.625rem;
    line-height: 130%;
    margin: 2.625rem 0;
    color: #0B0C1B; }
  .wrapper-account-settings .account-settings-container .wrapper-header .account-nav {
    width: 100%;
    float: none; }
    .wrapper-account-settings .account-settings-container .wrapper-header .account-nav button.account-nav-link {
      font-size: 1rem;
      display: inline-block;
      float: none; }
    .wrapper-account-settings .account-settings-container .wrapper-header .account-nav #orders-tab {
      display: none; }

.wrapper-account-settings .account-settings-container .account-settings-section-body .u-field .field .field-label {
  font-size: 0.875rem;
  margin: 0 0 0.625rem 0; }

.wrapper-account-settings .account-settings-container .account-settings-section-body .u-field .field .field-input {
  font-size: 1rem; }

.wrapper-account-settings .account-settings-container .account-settings-section-body .u-field .field .u-field-link {
  font-size: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid #0B0C1B;
  background: transparent;
  color: #0B0C1B;
  width: 100%; }
  .wrapper-account-settings .account-settings-container .account-settings-section-body .u-field .field .u-field-link:hover, .wrapper-account-settings .account-settings-container .account-settings-section-body .u-field .field .u-field-link:focus {
    background: #0B0C1B;
    color: #fff;
    cursor: pointer; }

.wrapper-account-settings .account-settings-container .account-settings-section-body .u-field .u-field-message .u-field-message-notification {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  padding: 0;
  margin-bottom: 0.625rem; }
  .wrapper-account-settings .account-settings-container .account-settings-section-body .u-field .u-field-message .u-field-message-notification .fa {
    margin-right: 0.625rem; }
  .wrapper-account-settings .account-settings-container .account-settings-section-body .u-field .u-field-message .u-field-message-notification a {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700; }

.wrapper-account-settings .account-settings-container .account-settings-section-body .u-field-language_proficiencies {
  display: none; }

.wrapper-account-settings .account-settings-container .account-deletion-details {
  padding-bottom: 3.125rem; }
  .wrapper-account-settings .account-settings-container .account-deletion-details .btn-outline-primary.paragon__btn {
    font-size: 1rem;
    padding: 0.75rem 1rem;
    min-width: 30%;
    border: 1px solid #0B0C1B;
    background: transparent;
    color: #0B0C1B; }
    .wrapper-account-settings .account-settings-container .account-deletion-details .btn-outline-primary.paragon__btn:hover, .wrapper-account-settings .account-settings-container .account-deletion-details .btn-outline-primary.paragon__btn:focus {
      background: #0B0C1B;
      color: #fff;
      cursor: pointer; }
  .wrapper-account-settings .account-settings-container .account-deletion-details .delete-confirmation-wrapper .paragon__modal-header, .wrapper-account-settings .account-settings-container .account-deletion-details .delete-success-wrapper .paragon__modal-header {
    padding: 0.625rem 1.25rem 1.25rem; }
  .wrapper-account-settings .account-settings-container .account-deletion-details .delete-confirmation-wrapper .paragon__modal-body, .wrapper-account-settings .account-settings-container .account-deletion-details .delete-success-wrapper .paragon__modal-body {
    padding: 1.25rem; }
  .wrapper-account-settings .account-settings-container .account-deletion-details .delete-confirmation-wrapper .paragon__alert, .wrapper-account-settings .account-settings-container .account-deletion-details .delete-success-wrapper .paragon__alert {
    padding: 1.25rem; }
  .wrapper-account-settings .account-settings-container .account-deletion-details .delete-confirmation-wrapper .next-steps, .wrapper-account-settings .account-settings-container .account-deletion-details .delete-success-wrapper .next-steps {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
  .wrapper-account-settings .account-settings-container .account-deletion-details .delete-confirmation-wrapper .modal-alert .alert-content .alert-title, .wrapper-account-settings .account-settings-container .account-deletion-details .delete-success-wrapper .modal-alert .alert-content .alert-title {
    font-size: 1rem;
    margin-bottom: 1.25rem;
    margin-top: 0; }
  .wrapper-account-settings .account-settings-container .account-deletion-details .delete-confirmation-wrapper .paragon__modal-footer, .wrapper-account-settings .account-settings-container .account-deletion-details .delete-success-wrapper .paragon__modal-footer {
    padding: 1.25rem; }
    .wrapper-account-settings .account-settings-container .account-deletion-details .delete-confirmation-wrapper .paragon__modal-footer .paragon__btn, .wrapper-account-settings .account-settings-container .account-deletion-details .delete-success-wrapper .paragon__modal-footer .paragon__btn {
      font-size: 1rem;
      padding: 0.75rem 1rem;
      line-height: 140%;
      border: 1px solid #0B0C1B;
      color: #fff;
      background: #0B0C1B;
      margin-left: 0.625rem;
      box-shadow: none; }
      .wrapper-account-settings .account-settings-container .account-deletion-details .delete-confirmation-wrapper .paragon__modal-footer .paragon__btn:hover, .wrapper-account-settings .account-settings-container .account-deletion-details .delete-confirmation-wrapper .paragon__modal-footer .paragon__btn:focus, .wrapper-account-settings .account-settings-container .account-deletion-details .delete-success-wrapper .paragon__modal-footer .paragon__btn:hover, .wrapper-account-settings .account-settings-container .account-deletion-details .delete-success-wrapper .paragon__modal-footer .paragon__btn:focus {
        background: black;
        color: #fff;
        cursor: pointer;
        box-shadow: none; }
      .wrapper-account-settings .account-settings-container .account-deletion-details .delete-confirmation-wrapper .paragon__modal-footer .paragon__btn.paragon__btn-outline-primary, .wrapper-account-settings .account-settings-container .account-deletion-details .delete-success-wrapper .paragon__modal-footer .paragon__btn.paragon__btn-outline-primary {
        background: transparent;
        color: #0B0C1B; }
        .wrapper-account-settings .account-settings-container .account-deletion-details .delete-confirmation-wrapper .paragon__modal-footer .paragon__btn.paragon__btn-outline-primary:hover, .wrapper-account-settings .account-settings-container .account-deletion-details .delete-confirmation-wrapper .paragon__modal-footer .paragon__btn.paragon__btn-outline-primary:focus, .wrapper-account-settings .account-settings-container .account-deletion-details .delete-success-wrapper .paragon__modal-footer .paragon__btn.paragon__btn-outline-primary:hover, .wrapper-account-settings .account-settings-container .account-deletion-details .delete-success-wrapper .paragon__modal-footer .paragon__btn.paragon__btn-outline-primary:focus {
          background: #0B0C1B;
          color: #fff; }
      .wrapper-account-settings .account-settings-container .account-deletion-details .delete-confirmation-wrapper .paragon__modal-footer .paragon__btn:disabled, .wrapper-account-settings .account-settings-container .account-deletion-details .delete-success-wrapper .paragon__modal-footer .paragon__btn:disabled {
        border-color: #a4a6a8; }

.container {
  min-width: 20rem; }

.container > div.sysadmin-dashboard-wrapper {
  border: none;
  padding: 1.875rem 0.625rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  box-shadow: none; }

section.sysadmin-dashboard-content {
  width: 100%; }
  section.sysadmin-dashboard-content h1 {
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #0B0C1B;
    font-size: 2.25rem;
    margin: 0 0 1.875rem; }
  section.sysadmin-dashboard-content h2.instructor-nav a {
    margin: 0.5rem;
    display: inline-block;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400; }
  section.sysadmin-dashboard-content h2, section.sysadmin-dashboard-content h3 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: rgba(11, 12, 27, 0.75);
    font-size: 1.125rem;
    margin: 1.875rem 0 1.875rem;
    display: block; }
  section.sysadmin-dashboard-content ul.list-input {
    padding: 0;
    margin: 0; }
    section.sysadmin-dashboard-content ul.list-input li {
      list-style-type: none;
      padding: 0.9375rem 0;
      border-bottom: 1px solid #ddd; }
      section.sysadmin-dashboard-content ul.list-input li label {
        width: 100%;
        font-size: 0.75rem;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        color: rgba(11, 12, 27, 0.8);
        margin: 0 0 0.625rem;
        display: block; }
      section.sysadmin-dashboard-content ul.list-input li input {
        width: 100%;
        font-size: 1rem;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        padding: 0.625rem;
        height: auto; }
  section.sysadmin-dashboard-content .form-actions {
    padding: 0.9375rem 0; }
  section.sysadmin-dashboard-content button {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    padding: 0;
    vertical-align: inherit;
    text-shadow: none;
    letter-spacing: 0;
    background-color: #6B0AEA;
    border: 2px solid #6B0AEA;
    display: inline-block;
    padding: 0.9375rem 1.25rem;
    margin: 0.625rem 1.25rem;
    min-width: 16.25rem;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    border-radius: 3.125rem;
    position: relative;
    max-width: 100%;
    width: auto !important; }
    section.sysadmin-dashboard-content button:hover, section.sysadmin-dashboard-content button:focus, section.sysadmin-dashboard-content button:hover:not(:disabled), section.sysadmin-dashboard-content button:focus:not(:disabled) {
      background: none;
      border: none;
      box-shadow: none;
      text-shadow: none; }
    section.sysadmin-dashboard-content button:hover, section.sysadmin-dashboard-content button:focus {
      outline: none !important; }
    section.sysadmin-dashboard-content button:before {
      position: absolute;
      border-radius: 3.125rem;
      top: 0;
      bottom: 0;
      left: 0;
      width: 0%;
      background-color: rgba(255, 255, 255, 0.35);
      content: "";
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
    section.sysadmin-dashboard-content button:hover:before, section.sysadmin-dashboard-content button:focus:before {
      width: 100%;
      background-color: rgba(255, 255, 255, 0.1); }
    section.sysadmin-dashboard-content button:hover, section.sysadmin-dashboard-content button:focus, section.sysadmin-dashboard-content button:hover:not(:disabled), section.sysadmin-dashboard-content button:focus:not(:disabled) {
      color: rgba(255, 255, 255, 0.8);
      background-color: #6B0AEA; }
  section.sysadmin-dashboard-content ol li {
    padding: 0.9375rem 0.625rem;
    border-bottom: 1px solid #ddd; }
    section.sysadmin-dashboard-content ol li:last-child {
      border-bottom: none; }
  section.sysadmin-dashboard-content table {
    width: 100%; }

span#djangopid, span#edxver {
  margin: 3.125rem 0.625rem;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #0B0C1B; }

.instructor-dashboard-wrapper-2 {
  background: none !important;
  border: none !important; }
  .instructor-dashboard-wrapper-2 .instructor-dashboard-content-2 {
    width: 75rem;
    max-width: 100%;
    margin: 0 auto 3.125rem;
    padding: 1.875rem 4.375rem;
    border: none;
    display: block;
    background-color: #fff;
    border-radius: 0.9375rem; }
  .instructor-dashboard-wrapper-2 h2.hd-2 {
    margin: 0.5rem 0; }
  .instructor-dashboard-wrapper-2 h3.hd-3 {
    margin: 0.625rem 0; }
  .instructor-dashboard-wrapper-2 table {
    width: 100%;
    max-width: 40rem; }
    .instructor-dashboard-wrapper-2 table > caption {
      margin: 0.625rem 0; }
  .instructor-dashboard-wrapper-2 .instructor-nav {
    margin-top: 0.9375rem; }
    .instructor-dashboard-wrapper-2 .instructor-nav .nav-item {
      margin-right: 0.9375rem;
      display: inline-block;
      padding: 0.625rem 0; }
      .instructor-dashboard-wrapper-2 .instructor-nav .nav-item:focus {
        border-bottom: 2px solid #0B0C1B;
        outline: none; }
      .instructor-dashboard-wrapper-2 .instructor-nav .nav-item.active-section {
        color: #0B0C1B;
        border-bottom: 2px solid #0B0C1B; }
  .instructor-dashboard-wrapper-2 .idash-section .message-warning .message-title {
    display: inline-block;
    padding: 0.9375rem;
    border: 2px solid #ffc01f;
    color: #222; }
  .instructor-dashboard-wrapper-2 .idash-section .message-confirmation {
    border: 2px solid #008401;
    background-color: #fff; }
  .instructor-dashboard-wrapper-2 section.idash-section#cohort_management .cohort-management-settings .form-cancel {
    background-color: #fff;
    border: 2px solid #00759c;
    padding: 0.5rem 1.0625rem;
    opacity: 1; }
    .instructor-dashboard-wrapper-2 section.idash-section#cohort_management .cohort-management-settings .form-cancel:hover, .instructor-dashboard-wrapper-2 section.idash-section#cohort_management .cohort-management-settings .form-cancel:focus {
      opacity: 0.5; }
  .instructor-dashboard-wrapper-2 section.idash-section#cohort_management .cohort-management-group-setup {
    color: #333; }

.open-response-assessment-block .backgrid .parent_name {
  width: 11.25rem; }

.open-response-assessment-block .backgrid .name {
  width: 14.375rem; }

div.gradebook-wrapper .student-table tr.highlight td a:focus, div.gradebook-wrapper .student-table tr.highlight td a:hover {
  text-decoration: underline !important; }

.idash-section .data-display-table .slick-header .slick-header-columns .slick-header-column {
  height: auto; }

.idash-section .data-display-table .slick-row .slick-cell {
  height: 6.25rem; }

.content-wrapper .dashboard {
  width: 75rem;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  padding: 2.5rem 1.25rem;
  grid-template-columns: 1fr 18.75rem; }
  @media (max-width: 991px) {
    .content-wrapper .dashboard {
      grid-template-columns: 1fr;
      grid-gap: 0.9375rem; } }
  .content-wrapper .dashboard:before, .content-wrapper .dashboard:after {
    display: none; }
  .content-wrapper .dashboard .main-container {
    padding: 0; }
    @media (max-width: 991px) {
      .content-wrapper .dashboard .main-container {
        order: 2; } }
    .content-wrapper .dashboard .main-container .my-courses .wrapper-header-courses {
      padding-bottom: 1.875rem; }
      @media (max-width: 991px) {
        .content-wrapper .dashboard .main-container .my-courses .wrapper-header-courses {
          padding-bottom: 0.9375rem; } }
      .content-wrapper .dashboard .main-container .my-courses .wrapper-header-courses .header-courses {
        margin: 0;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 1.875rem;
        line-height: 130%; }
    .content-wrapper .dashboard .main-container .my-courses .listing-courses {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 1.25rem; }
      .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item {
        background-color: #fff;
        border-radius: 0.9375rem;
        border: 1px solid #dedede;
        padding: 0;
        margin: 0;
        overflow: hidden; }
        .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course-container {
          padding-bottom: 0;
          border: none;
          border-radius: 0; }
        .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details {
          padding: 1.875rem 1.25rem;
          display: grid;
          grid-template-columns: 15rem 1fr;
          grid-gap: 1.875rem; }
          @media (max-width: 991px) {
            .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details {
              grid-template-columns: 1fr; } }
          .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details .wrapper-course-image {
            width: 100%;
            order: 1;
            max-height: unset;
            position: relative;
            overflow: hidden;
            border-radius: 0.46875rem; }
            @media (max-width: 991px) {
              .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details .wrapper-course-image {
                display: block; } }
            .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details .wrapper-course-image:before {
              content: '';
              display: block;
              padding-bottom: 75%; }
            .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details .wrapper-course-image .cover, .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details .wrapper-course-image .course-target-link.cover {
              position: absolute;
              top: -100%;
              bottom: -100%;
              left: 0;
              right: 0;
              display: flex;
              align-items: center; }
              .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details .wrapper-course-image .cover .course-image, .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details .wrapper-course-image .course-target-link.cover .course-image {
                width: 100%;
                height: auto; }
          .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details .wrapper-course-details {
            order: 2;
            display: grid;
            grid-template-columns: 1fr 10rem;
            grid-column-gap: 1.875rem;
            grid-template-areas: "courseTitle actions" "courseInfo actions"; }
            @media (max-width: 991px) {
              .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details .wrapper-course-details {
                grid-template-columns: 1fr;
                grid-gap: 0.9375rem;
                grid-template-areas: "courseTitle" "courseInfo" "actions"; } }
            .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details .wrapper-course-details .course-title {
              grid-area: courseTitle;
              margin: 0 0 1.25rem;
              align-self: center;
              padding: 0; }
              @media (max-width: 991px) {
                .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details .wrapper-course-details .course-title {
                  margin: 0; } }
              .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details .wrapper-course-details .course-title .course-target-link {
                font: inherit;
                font-style: normal;
                margin: 0;
                color: #0B0C1B; }
            .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details .wrapper-course-details .course-info {
              grid-area: courseInfo;
              align-self: center; }
            .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details .wrapper-course-details .wrapper-course-actions {
              grid-area: actions;
              margin: 0;
              align-self: center; }
              .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details .wrapper-course-details .wrapper-course-actions .course-actions {
                display: grid;
                grid-template-columns: 1fr;
                grid-gap: 0.625rem; }
                .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details .wrapper-course-details .wrapper-course-actions .course-actions .actions-item .action {
                  display: block;
                  float: unset; }
              .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details .wrapper-course-details .wrapper-course-actions .wrapper-action-more {
                width: 100%; }
              .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details .wrapper-course-details .wrapper-course-actions .enter-course {
                border: 2px solid #6B0AEA;
                border-radius: 3.125rem;
                padding: 0.625rem 1.25rem;
                background-color: #6B0AEA;
                color: #ffffff;
                width: 100%; }
                .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details .wrapper-course-details .wrapper-course-actions .enter-course:hover, .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details .wrapper-course-details .wrapper-course-actions .enter-course:focus {
                  background-color: #ffffff;
                  color: #6B0AEA;
                  border: 2px solid #6B0AEA; }
              .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details .wrapper-course-details .wrapper-course-actions .action-more {
                border: 2px solid #dedede;
                border-radius: 3.125rem;
                padding: 0.375rem 1.25rem;
                background: none;
                outline: none;
                width: 100%;
                margin: 0; }
                .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details .wrapper-course-details .wrapper-course-actions .action-more:hover, .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details .wrapper-course-details .wrapper-course-actions .action-more:focus {
                  background: none;
                  border-color: #0B0C1B;
                  color: #0B0C1B; }
          .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details .hd.hd-2.sr {
            order: 3; }
          .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details:after {
            display: none; }
        .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .wrapper-messages-primary {
          background-color: #eee; }
          .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .wrapper-messages-primary .messages-list {
            background-color: #eee; }
            .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .wrapper-messages-primary .messages-list .message {
              padding: 1.875rem;
              border: none; }
  .content-wrapper .dashboard .side-container {
    padding: 3.75rem 1.875rem; }
    @media (max-width: 991px) {
      .content-wrapper .dashboard .side-container {
        order: 1;
        padding: 0;
        margin: 0; } }
    .content-wrapper .dashboard .side-container .dashboard-search-bar .search-form label {
      font-size: 0.875rem;
      margin: 0 0 0.625rem;
      display: block; }
    .content-wrapper .dashboard .side-container .dashboard-search-bar .search-form .search-field-wrapper {
      display: grid;
      grid-template-columns: 1fr auto; }
      .content-wrapper .dashboard .side-container .dashboard-search-bar .search-form .search-field-wrapper .search-field {
        font-size: 1rem;
        padding: 0.625rem 0.9375rem;
        height: auto;
        border-radius: 0; }
        .content-wrapper .dashboard .side-container .dashboard-search-bar .search-form .search-field-wrapper .search-field:focus {
          outline-color: #6B0AEA; }
      .content-wrapper .dashboard .side-container .dashboard-search-bar .search-form .search-field-wrapper .search-button, .content-wrapper .dashboard .side-container .dashboard-search-bar .search-form .search-field-wrapper .cancel-button {
        height: 100%;
        border-top-right-radius: 3.125rem;
        border-bottom-right-radius: 3.125rem;
        position: relative;
        padding: 0.625rem;
        min-width: 3.125rem;
        background: none;
        border: 2px solid #0B0C1B;
        color: #0B0C1B; }
        .content-wrapper .dashboard .side-container .dashboard-search-bar .search-form .search-field-wrapper .search-button:hover, .content-wrapper .dashboard .side-container .dashboard-search-bar .search-form .search-field-wrapper .search-button:focus, .content-wrapper .dashboard .side-container .dashboard-search-bar .search-form .search-field-wrapper .cancel-button:hover, .content-wrapper .dashboard .side-container .dashboard-search-bar .search-form .search-field-wrapper .cancel-button:focus {
          background-color: #0B0C1B;
          color: #0B0C1B; }
    .content-wrapper .dashboard .side-container .dashboard-search-results {
      padding: 0.625rem 0; }
      .content-wrapper .dashboard .side-container .dashboard-search-results .search-info {
        margin: 0; }
        .content-wrapper .dashboard .side-container .dashboard-search-results .search-info .search-count, .content-wrapper .dashboard .side-container .dashboard-search-results .search-info h2 {
          float: unset; }
      .content-wrapper .dashboard .side-container .dashboard-search-results p {
        font-size: 0.875rem; }
  .content-wrapper .dashboard .empty-dashboard-message p {
    font-size: 1.25rem;
    color: #0B0C1B;
    text-shadow: none; }
  .content-wrapper .dashboard .empty-dashboard-message a.btn {
    box-shadow: none;
    border-radius: 3.125rem;
    background-color: #6B0AEA;
    color: #ffffff;
    border: 2px solid #6B0AEA;
    letter-spacing: normal;
    margin: 0.9375rem 0 0;
    padding: 0.9375rem 1.5625rem; }
    .content-wrapper .dashboard .empty-dashboard-message a.btn:hover, .content-wrapper .dashboard .empty-dashboard-message a.btn:focus {
      background: #ffffff;
      color: #6B0AEA; }

div#unenroll-modal {
  background: none;
  overflow: unset;
  box-shadow: none; }
  div#unenroll-modal input.submit-button {
    background: none;
    border-radius: 3.125rem;
    padding: 0.625rem 1.875rem;
    background-color: #fff;
    color: #6B0AEA;
    border: 2px solid #6B0AEA;
    border-color: #6B0AEA;
    text-shadow: none;
    box-shadow: none; }
    div#unenroll-modal input.submit-button:hover, div#unenroll-modal input.submit-button:focus {
      background-color: #6B0AEA;
      color: #fff;
      border: 2px solid #6B0AEA;
      text-decoration: none; }

.content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details .wrapper-course-details .wrapper-course-actions .enter-course, .wrapper-messages-primary .message.message-status.course-status-certavailable .actions-primary .action-certificate .btn {
  background: none;
  letter-spacing: normal;
  border: 2px solid #6B0AEA;
  border-radius: 3.125rem;
  padding: 0.625rem 1.25rem;
  background-color: #6B0AEA;
  color: #ffffff;
  width: 100%; }
  .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details .wrapper-course-details .wrapper-course-actions .enter-course:hover, .content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details .wrapper-course-details .wrapper-course-actions .enter-course:focus, .wrapper-messages-primary .message.message-status.course-status-certavailable .actions-primary .action-certificate .btn:hover, .wrapper-messages-primary .message.message-status.course-status-certavailable .actions-primary .action-certificate .btn:focus {
    background-color: #ffffff;
    color: #6B0AEA;
    border: 2px solid #6B0AEA; }

.profile-wrapper .tickLabel {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.content-wrapper .wiki-wrapper section.wiki .breadcrumbs-header {
  height: auto;
  padding: 0.625rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  .content-wrapper .wiki-wrapper section.wiki .breadcrumbs-header .pull-right {
    margin: 0.9375rem 1.25rem 0.9375rem auto; }
    @media (max-width: 767px) {
      .content-wrapper .wiki-wrapper section.wiki .breadcrumbs-header .pull-right {
        margin: 0.9375rem; } }
  .content-wrapper .wiki-wrapper section.wiki .breadcrumbs-header .breadcrumb li a:hover, .content-wrapper .wiki-wrapper section.wiki .breadcrumbs-header .breadcrumb li a:focus {
    text-decoration: underline !important; }

.content-wrapper .wiki-wrapper section.wiki #hint_id_content {
  position: relative;
  margin-bottom: 1.25rem; }

@media (max-width: 767px) {
  .content-wrapper .wiki-wrapper section.wiki .main-article {
    float: none;
    width: 100%;
    padding: 1.875rem 1.5625rem; } }

@media (max-width: 767px) {
  .content-wrapper .wiki-wrapper section.wiki .article-functions {
    float: none;
    width: 100%; } }

.view-profile .window-wrap, .view-profile .content-wrapper {
  background-color: #F5F5F5; }

.content-wrapper .wrapper-profile {
  width: 75rem;
  max-width: 100%;
  margin: 1.875rem auto 3.125rem;
  padding: 0;
  border: 1px solid #dedede;
  display: block;
  background-color: #fff;
  border-radius: 0.9375rem;
  overflow: hidden; }
  .content-wrapper .wrapper-profile .profile .wrapper-profile-field-account-privacy {
    padding: 1.875rem 4.375rem;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column-gap: 3.75rem;
    align-items: center; }
    @media (max-width: 991px) {
      .content-wrapper .wrapper-profile .profile .wrapper-profile-field-account-privacy {
        padding: 1.25rem;
        grid-template-columns: 1fr; } }
    .content-wrapper .wrapper-profile .profile .wrapper-profile-field-account-privacy .u-field-message {
      margin: 0.9375rem 0 0; }
    .content-wrapper .wrapper-profile .profile .wrapper-profile-field-account-privacy .wrapper-profile-records a:after {
      display: none; }
    .content-wrapper .wrapper-profile .profile .wrapper-profile-field-account-privacy .wrapper-profile-records a:hover, .content-wrapper .wrapper-profile .profile .wrapper-profile-field-account-privacy .wrapper-profile-records a:focus {
      text-decoration: none; }
    .content-wrapper .wrapper-profile .profile .wrapper-profile-field-account-privacy .wrapper-profile-records .profile-records-button {
      border-radius: 3.125rem;
      padding: 0.625rem 1.25rem;
      background-color: #ffffff;
      color: #6B0AEA;
      border: 2px solid #6B0AEA; }
      .content-wrapper .wrapper-profile .profile .wrapper-profile-field-account-privacy .wrapper-profile-records .profile-records-button:hover, .content-wrapper .wrapper-profile .profile .wrapper-profile-field-account-privacy .wrapper-profile-records .profile-records-button:focus {
        background-color: #6B0AEA;
        color: #ffffff;
        border: 2px solid #6B0AEA; }
  .content-wrapper .wrapper-profile .profile .profile-header {
    padding: 1.875rem 4.375rem;
    border-bottom: 1px solid #dedede; }
    @media (max-width: 991px) {
      .content-wrapper .wrapper-profile .profile .profile-header {
        padding: 1.875rem 1.25rem; } }
    .content-wrapper .wrapper-profile .profile .profile-header .header {
      margin: 0 0 1.25rem;
      font-size: 2rem; }
  .content-wrapper .wrapper-profile .profile .wrapper-profile-sections {
    padding: 1.875rem 4.375rem;
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 2.5rem; }
    .content-wrapper .wrapper-profile .profile .wrapper-profile-sections:after {
      display: none; }
    @media (max-width: 991px) {
      .content-wrapper .wrapper-profile .profile .wrapper-profile-sections {
        padding: 1.875rem 1.25rem;
        grid-template-columns: 1fr; } }
    .content-wrapper .wrapper-profile .profile .wrapper-profile-sections .wrapper-profile-section-container-one {
      padding-top: 0.625rem; }
      .content-wrapper .wrapper-profile .profile .wrapper-profile-sections .wrapper-profile-section-container-one .wrapper-profile-section-one {
        border-top: 8px solid #0B0C1B; }
      .content-wrapper .wrapper-profile .profile .wrapper-profile-sections .wrapper-profile-section-container-one .profile-section-one-fields {
        margin: 0;
        padding: 1.875rem 0 0; }
        .content-wrapper .wrapper-profile .profile .wrapper-profile-sections .wrapper-profile-section-container-one .profile-section-one-fields .u-field {
          padding: 0.625rem 0; }
          .content-wrapper .wrapper-profile .profile .wrapper-profile-sections .wrapper-profile-section-container-one .profile-section-one-fields .u-field:first-child {
            padding: 0; }
            .content-wrapper .wrapper-profile .profile .wrapper-profile-sections .wrapper-profile-section-container-one .profile-section-one-fields .u-field:first-child .u-field-value {
              font-size: 1.5rem;
              font-weight: bold; }
          .content-wrapper .wrapper-profile .profile .wrapper-profile-sections .wrapper-profile-section-container-one .profile-section-one-fields .u-field .u-field-title {
            font-size: 0.875rem;
            display: block;
            margin: 0 0 0.625rem;
            color: #292c63; }
          .content-wrapper .wrapper-profile .profile .wrapper-profile-sections .wrapper-profile-section-container-one .profile-section-one-fields .u-field .u-field-value {
            font-size: 1rem; }
  .content-wrapper .wrapper-profile .learner-achievements .learner-message .message-actions .btn-brand {
    color: #0B0C1B;
    background: none;
    border: 2px solid #0B0C1B; }
    .content-wrapper .wrapper-profile .learner-achievements .learner-message .message-actions .btn-brand:hover, .content-wrapper .wrapper-profile .learner-achievements .learner-message .message-actions .btn-brand:focus {
      color: #fff;
      background: #0B0C1B; }

.view-profile .u-field {
  transition: all 0.3s ease-in-out; }

.view-profile .wrapper-profile-section-container-two .u-field.mode-placeholder:hover {
  border: 2px dashed #0B0C1B;
  background-color: #5e64bd; }
  .view-profile .wrapper-profile-section-container-two .u-field.mode-placeholder:hover span {
    color: #0B0C1B; }

.u-field.editable-toggle.mode-display:hover {
  background-color: #5e64bd; }
  .u-field.editable-toggle.mode-display:hover .message-can-edit {
    color: #0B0C1B; }

.u-field.mode-placeholder:hover {
  border: 2px dashed #0B0C1B; }

.view-profile .wrapper-profile-section-container-two .u-field.mode-placeholder:hover .u-field-title, .view-profile .wrapper-profile-section-container-two .u-field.mode-placeholder:hover i {
  color: #0B0C1B; }

.amc--element--cta-button {
  display: table;
  border-radius: 3.125rem;
  text-decoration: none;
  border-style: solid; }
  .amc--element--cta-button:hover, .amc--element--cta-button:focus {
    opacity: 0.7; }

.amc--element--heading {
  margin: 0;
  padding: 0; }

.amc--element--image-graphic {
  display: block;
  height: auto; }

.amc--element--paragraph-text  {
  margin: 0;
  padding: 0; }

.amc--element--popup-video-cta-button {
  display: inline-block;
  border-radius: 3.125rem;
  text-decoration: none;
  border-style: solid; }
  .amc--element--popup-video-cta-button:hover, .amc--element--popup-video-cta-button:focus {
    opacity: 0.7; }

.amc--element--content-block {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 170%; }
  .amc--element--content-block strong {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700; }
  .amc--element--content-block a {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #0B0C1B; }
  .amc--element--content-block h1 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.625rem;
    line-height: 130%;
    color: #0B0C1B; }
  .amc--element--content-block h2 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 130%;
    color: #0B0C1B; }
  .amc--element--content-block h3 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 130%;
    color: #0B0C1B; }
  .amc--element--content-block h4 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 130%;
    color: #0B0C1B; }

.amc--element--courses-listing {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .amc--element--courses-listing.course-tile-03--parent-element li.courses-listing-item {
    list-style-type: none; }
  .amc--element--courses-listing.course-tile-03--parent-element .a--course-tile-03 {
    margin: 0.9375rem auto; }

.amc--layout--two-col-50-50__column .course-tile-01--parent-element .a--course-tile-01__wrapper {
  width: 50%; }
  @media (max-width: 1199px) {
    .amc--layout--two-col-50-50__column .course-tile-01--parent-element .a--course-tile-01__wrapper {
      width: 50%; } }
  @media (max-width: 991px) {
    .amc--layout--two-col-50-50__column .course-tile-01--parent-element .a--course-tile-01__wrapper {
      width: 100%; } }
  @media (max-width: 767px) {
    .amc--layout--two-col-50-50__column .course-tile-01--parent-element .a--course-tile-01__wrapper {
      width: 100%; } }

.amc--layout--two-col-50-50__column .course-tile-01--parent-element .a--course-tile-02__wrapper {
  padding: 0.9375rem;
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (min-width: 1200px) {
    .amc--layout--two-col-50-50__column .course-tile-01--parent-element .a--course-tile-02__wrapper:first-of-type {
      width: 100%; }
      .amc--layout--two-col-50-50__column .course-tile-01--parent-element .a--course-tile-02__wrapper:first-of-type .a--course-tile-02__info {
        width: 22.5rem;
        max-width: 100%; } }
  @media (max-width: 1199px) {
    .amc--layout--two-col-50-50__column .course-tile-01--parent-element .a--course-tile-02__wrapper {
      width: 50%; } }
  @media (max-width: 991px) {
    .amc--layout--two-col-50-50__column .course-tile-01--parent-element .a--course-tile-02__wrapper {
      width: 100%; } }
  @media (max-width: 767px) {
    .amc--layout--two-col-50-50__column .course-tile-01--parent-element .a--course-tile-02__wrapper {
      width: 100%; } }

.amc--layout--two-col-33-66 .amc--column_one .course-tile-01--parent-element .a--course-tile-01__wrapper {
  width: 100%; }
  @media (max-width: 1199px) {
    .amc--layout--two-col-33-66 .amc--column_one .course-tile-01--parent-element .a--course-tile-01__wrapper {
      width: 100%; } }
  @media (max-width: 991px) {
    .amc--layout--two-col-33-66 .amc--column_one .course-tile-01--parent-element .a--course-tile-01__wrapper {
      width: 100%; } }
  @media (max-width: 767px) {
    .amc--layout--two-col-33-66 .amc--column_one .course-tile-01--parent-element .a--course-tile-01__wrapper {
      width: 100%; } }

.amc--layout--two-col-33-66 .amc--column_one .course-tile-01--parent-element .a--course-tile-02__wrapper {
  padding: 0.9375rem;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (min-width: 1200px) {
    .amc--layout--two-col-33-66 .amc--column_one .course-tile-01--parent-element .a--course-tile-02__wrapper:first-of-type {
      width: 100%; }
      .amc--layout--two-col-33-66 .amc--column_one .course-tile-01--parent-element .a--course-tile-02__wrapper:first-of-type .a--course-tile-02__info {
        width: 22.5rem;
        max-width: 100%; } }
  @media (max-width: 1199px) {
    .amc--layout--two-col-33-66 .amc--column_one .course-tile-01--parent-element .a--course-tile-02__wrapper {
      width: 100%; } }
  @media (max-width: 991px) {
    .amc--layout--two-col-33-66 .amc--column_one .course-tile-01--parent-element .a--course-tile-02__wrapper {
      width: 100%; } }
  @media (max-width: 767px) {
    .amc--layout--two-col-33-66 .amc--column_one .course-tile-01--parent-element .a--course-tile-02__wrapper {
      width: 100%; } }

.amc--layout--two-col-33-66 .amc--column_two .course-tile-01--parent-element .a--course-tile-01__wrapper {
  width: 50%; }
  @media (max-width: 1199px) {
    .amc--layout--two-col-33-66 .amc--column_two .course-tile-01--parent-element .a--course-tile-01__wrapper {
      width: 50%; } }
  @media (max-width: 991px) {
    .amc--layout--two-col-33-66 .amc--column_two .course-tile-01--parent-element .a--course-tile-01__wrapper {
      width: 100%; } }
  @media (max-width: 767px) {
    .amc--layout--two-col-33-66 .amc--column_two .course-tile-01--parent-element .a--course-tile-01__wrapper {
      width: 100%; } }

.amc--layout--two-col-33-66 .amc--column_two .course-tile-01--parent-element .a--course-tile-02__wrapper {
  padding: 0.9375rem;
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (min-width: 1200px) {
    .amc--layout--two-col-33-66 .amc--column_two .course-tile-01--parent-element .a--course-tile-02__wrapper:first-of-type {
      width: 100%; }
      .amc--layout--two-col-33-66 .amc--column_two .course-tile-01--parent-element .a--course-tile-02__wrapper:first-of-type .a--course-tile-02__info {
        width: 22.5rem;
        max-width: 100%; } }
  @media (max-width: 1199px) {
    .amc--layout--two-col-33-66 .amc--column_two .course-tile-01--parent-element .a--course-tile-02__wrapper {
      width: 50%; } }
  @media (max-width: 991px) {
    .amc--layout--two-col-33-66 .amc--column_two .course-tile-01--parent-element .a--course-tile-02__wrapper {
      width: 100%; } }
  @media (max-width: 767px) {
    .amc--layout--two-col-33-66 .amc--column_two .course-tile-01--parent-element .a--course-tile-02__wrapper {
      width: 100%; } }

.amc--layout--two-col-66-33 .amc--column_one .course-tile-01--parent-element .a--course-tile-01__wrapper {
  width: 50%; }
  @media (max-width: 1199px) {
    .amc--layout--two-col-66-33 .amc--column_one .course-tile-01--parent-element .a--course-tile-01__wrapper {
      width: 50%; } }
  @media (max-width: 991px) {
    .amc--layout--two-col-66-33 .amc--column_one .course-tile-01--parent-element .a--course-tile-01__wrapper {
      width: 100%; } }
  @media (max-width: 767px) {
    .amc--layout--two-col-66-33 .amc--column_one .course-tile-01--parent-element .a--course-tile-01__wrapper {
      width: 100%; } }

.amc--layout--two-col-66-33 .amc--column_one .course-tile-01--parent-element .a--course-tile-02__wrapper {
  padding: 0.9375rem;
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (min-width: 1200px) {
    .amc--layout--two-col-66-33 .amc--column_one .course-tile-01--parent-element .a--course-tile-02__wrapper:first-of-type {
      width: 100%; }
      .amc--layout--two-col-66-33 .amc--column_one .course-tile-01--parent-element .a--course-tile-02__wrapper:first-of-type .a--course-tile-02__info {
        width: 22.5rem;
        max-width: 100%; } }
  @media (max-width: 1199px) {
    .amc--layout--two-col-66-33 .amc--column_one .course-tile-01--parent-element .a--course-tile-02__wrapper {
      width: 50%; } }
  @media (max-width: 991px) {
    .amc--layout--two-col-66-33 .amc--column_one .course-tile-01--parent-element .a--course-tile-02__wrapper {
      width: 100%; } }
  @media (max-width: 767px) {
    .amc--layout--two-col-66-33 .amc--column_one .course-tile-01--parent-element .a--course-tile-02__wrapper {
      width: 100%; } }

.amc--layout--two-col-66-33 .amc--column_two .course-tile-01--parent-element .a--course-tile-01__wrapper {
  width: 100%; }
  @media (max-width: 1199px) {
    .amc--layout--two-col-66-33 .amc--column_two .course-tile-01--parent-element .a--course-tile-01__wrapper {
      width: 100%; } }
  @media (max-width: 991px) {
    .amc--layout--two-col-66-33 .amc--column_two .course-tile-01--parent-element .a--course-tile-01__wrapper {
      width: 100%; } }
  @media (max-width: 767px) {
    .amc--layout--two-col-66-33 .amc--column_two .course-tile-01--parent-element .a--course-tile-01__wrapper {
      width: 100%; } }

.amc--layout--two-col-66-33 .amc--column_two .course-tile-01--parent-element .a--course-tile-02__wrapper {
  padding: 0.9375rem;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (min-width: 1200px) {
    .amc--layout--two-col-66-33 .amc--column_two .course-tile-01--parent-element .a--course-tile-02__wrapper:first-of-type {
      width: 100%; }
      .amc--layout--two-col-66-33 .amc--column_two .course-tile-01--parent-element .a--course-tile-02__wrapper:first-of-type .a--course-tile-02__info {
        width: 22.5rem;
        max-width: 100%; } }
  @media (max-width: 1199px) {
    .amc--layout--two-col-66-33 .amc--column_two .course-tile-01--parent-element .a--course-tile-02__wrapper {
      width: 100%; } }
  @media (max-width: 991px) {
    .amc--layout--two-col-66-33 .amc--column_two .course-tile-01--parent-element .a--course-tile-02__wrapper {
      width: 100%; } }
  @media (max-width: 767px) {
    .amc--layout--two-col-66-33 .amc--column_two .course-tile-01--parent-element .a--course-tile-02__wrapper {
      width: 100%; } }

.amc--layout--three-col .amc--layout--three-col__column .course-tile-01--parent-element .a--course-tile-01__wrapper {
  width: 100%;
  max-width: 26.25rem; }
  @media (max-width: 1199px) {
    .amc--layout--three-col .amc--layout--three-col__column .course-tile-01--parent-element .a--course-tile-01__wrapper {
      width: 100%; } }
  @media (max-width: 991px) {
    .amc--layout--three-col .amc--layout--three-col__column .course-tile-01--parent-element .a--course-tile-01__wrapper {
      width: 100%; } }
  @media (max-width: 767px) {
    .amc--layout--three-col .amc--layout--three-col__column .course-tile-01--parent-element .a--course-tile-01__wrapper {
      width: 100%; } }

.amc--layout--three-col .amc--layout--three-col__column .course-tile-01--parent-element .a--course-tile-02__wrapper {
  padding: 0.9375rem;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (min-width: 1200px) {
    .amc--layout--three-col .amc--layout--three-col__column .course-tile-01--parent-element .a--course-tile-02__wrapper:first-of-type {
      width: 100%; }
      .amc--layout--three-col .amc--layout--three-col__column .course-tile-01--parent-element .a--course-tile-02__wrapper:first-of-type .a--course-tile-02__info {
        width: 22.5rem;
        max-width: 100%; } }
  @media (max-width: 1199px) {
    .amc--layout--three-col .amc--layout--three-col__column .course-tile-01--parent-element .a--course-tile-02__wrapper {
      width: 100%; } }
  @media (max-width: 991px) {
    .amc--layout--three-col .amc--layout--three-col__column .course-tile-01--parent-element .a--course-tile-02__wrapper {
      width: 100%; } }
  @media (max-width: 767px) {
    .amc--layout--three-col .amc--layout--three-col__column .course-tile-01--parent-element .a--course-tile-02__wrapper {
      width: 100%; } }

.amc--layout {
  background-repeat: no-repeat; }
  .amc--layout__container {
    padding: 0;
    display: grid; }
  .amc--layout__column {
    padding: 0 0.9375rem; }

.amc--layout--single-column .amc--layout__container {
  grid-template-columns: 1fr; }

.amc--layout--three-col .amc--layout__container {
  grid-template-columns: 1fr; }
  @media (min-width: 768px) {
    .amc--layout--three-col .amc--layout__container {
      grid-template-columns: 1fr 1fr 1fr; } }

.amc--layout--two-col-33-66 .amc--layout__container {
  grid-template-columns: 1fr; }
  @media (min-width: 768px) {
    .amc--layout--two-col-33-66 .amc--layout__container {
      grid-template-columns: 1fr 2fr; } }

.amc--layout--two-col-50-50 .amc--layout__container {
  grid-template-columns: 1fr; }
  @media (min-width: 768px) {
    .amc--layout--two-col-50-50 .amc--layout__container {
      grid-template-columns: 1fr 1fr; } }

.amc--layout--two-col-66-33 .amc--layout__container {
  grid-template-columns: 1fr; }
  @media (min-width: 768px) {
    .amc--layout--two-col-66-33 .amc--layout__container {
      grid-template-columns: 2fr 1fr; } }

.amc--style-classes.align-content-center > .amc--layout__container {
  align-items: center; }

.amc--style-classes.align-content-top > .amc--layout__container {
  align-items: flex-start; }

.amc--style-classes.align-content-bottom > .amc--layout__container {
  align-items: flex-end; }

.amc--style-classes.bg-img-size--default {
  background-size: initial;
  background-position: center center; }

.amc--style-classes.bg-img-size--cover {
  background-size: cover;
  background-position: center center; }

.amc--style-classes.bg-img-size--contain {
  background-size: contain;
  background-position: center center; }

.amc--style-classes.border-width--none {
  border: none; }

.amc--style-classes.border-width--1px {
  border-width: 1px; }

.amc--style-classes.border-width--2px {
  border-width: 2px; }

.amc--style-classes.border-width--3px {
  border-width: 3px; }

.amc--style-classes.border-width--4px {
  border-width: 4px; }

.amc--style-classes.border-width--5px {
  border-width: 5px; }

.amc--style-classes.border-width--8px {
  border-width: 8px; }

.amc--style-classes.border-width--10px {
  border-width: 10px; }

.amc--style-classes.font--primary--light {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300; }

.amc--style-classes.font--primary--light-italic {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 300; }

.amc--style-classes.font--primary--regular {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400; }

.amc--style-classes.font--primary--regular-italic {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 400; }

.amc--style-classes.font--primary--bold {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700; }

.amc--style-classes.font--primary--bold-italic {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700; }

.amc--style-classes.font--primary--black {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 800; }

.amc--style-classes.font--accent {
  font-family: "Roboto", cursive;
  font-weight: normal; }

.amc--style-classes.font-size--8px {
  font-size: 0.5rem; }

.amc--style-classes.font-size--9px {
  font-size: 0.5625rem; }

.amc--style-classes.font-size--10px {
  font-size: 0.625rem; }

.amc--style-classes.font-size--12px {
  font-size: 0.75rem; }

.amc--style-classes.font-size--14px {
  font-size: 0.875rem; }

.amc--style-classes.font-size--16px {
  font-size: 1rem; }

.amc--style-classes.font-size--18px {
  font-size: 1.125rem; }

.amc--style-classes.font-size--20px {
  font-size: 1.25rem; }

.amc--style-classes.font-size--24px {
  font-size: 1.5rem; }

.amc--style-classes.font-size--28px {
  font-size: 1.75rem; }

.amc--style-classes.font-size--32px {
  font-size: 2rem; }

.amc--style-classes.font-size--36px {
  font-size: 2.25rem; }

.amc--style-classes.font-size--42px {
  font-size: 2.625rem; }

.amc--style-classes.font-size--48px {
  font-size: 3rem; }

.amc--style-classes.font-size--72px {
  font-size: 4.5rem; }

.amc--style-classes.marg-t-0 {
  margin-top: 0; }

.amc--style-classes.marg-t-5 {
  margin-top: 0.3125rem; }

.amc--style-classes.marg-t-10 {
  margin-top: 0.625rem; }

.amc--style-classes.marg-t-15 {
  margin-top: 0.9375rem; }

.amc--style-classes.marg-t-20 {
  margin-top: 1.25rem; }

.amc--style-classes.marg-t-30 {
  margin-top: 1.875rem; }

.amc--style-classes.marg-t-50 {
  margin-top: 3.125rem; }

.amc--style-classes.marg-t-75 {
  margin-top: 4.6875rem; }

.amc--style-classes.marg-t-100 {
  margin-top: 6.25rem; }

.amc--style-classes.marg-r-auto {
  margin-right: auto; }

.amc--style-classes.marg-r-0 {
  margin-right: 0; }

.amc--style-classes.marg-r-5 {
  margin-right: 0.3125rem; }

.amc--style-classes.marg-r-10 {
  margin-right: 0.625rem; }

.amc--style-classes.marg-r-15 {
  margin-right: 0.9375rem; }

.amc--style-classes.marg-r-20 {
  margin-right: 1.25rem; }

.amc--style-classes.marg-r-30 {
  margin-right: 1.875rem; }

.amc--style-classes.marg-r-50 {
  margin-right: 3.125rem; }

.amc--style-classes.marg-r-75 {
  margin-right: 4.6875rem; }

.amc--style-classes.marg-r-100 {
  margin-right: 6.25rem; }

.amc--style-classes.marg-b-0 {
  margin-bottom: 0; }

.amc--style-classes.marg-b-5 {
  margin-bottom: 0.3125rem; }

.amc--style-classes.marg-b-10 {
  margin-bottom: 0.625rem; }

.amc--style-classes.marg-b-15 {
  margin-bottom: 0.9375rem; }

.amc--style-classes.marg-b-20 {
  margin-bottom: 1.25rem; }

.amc--style-classes.marg-b-30 {
  margin-bottom: 1.875rem; }

.amc--style-classes.marg-b-50 {
  margin-bottom: 3.125rem; }

.amc--style-classes.marg-b-75 {
  margin-bottom: 4.6875rem; }

.amc--style-classes.marg-b-100 {
  margin-bottom: 6.25rem; }

.amc--style-classes.marg-l-auto {
  margin-left: auto; }

.amc--style-classes.marg-l-0 {
  margin-left: 0; }

.amc--style-classes.marg-l-5 {
  margin-left: 0.3125rem; }

.amc--style-classes.marg-l-10 {
  margin-left: 0.625rem; }

.amc--style-classes.marg-l-15 {
  margin-left: 0.9375rem; }

.amc--style-classes.marg-l-20 {
  margin-left: 1.25rem; }

.amc--style-classes.marg-l-30 {
  margin-left: 1.875rem; }

.amc--style-classes.marg-l-50 {
  margin-left: 3.125rem; }

.amc--style-classes.marg-l-75 {
  margin-left: 4.6875rem; }

.amc--style-classes.marg-l-100 {
  margin-left: 6.25rem; }

.amc--style-classes.padd-t-0 {
  padding-top: 0; }

.amc--style-classes.padd-t-5 {
  padding-top: 0.3125rem; }

.amc--style-classes.padd-t-10 {
  padding-top: 0.625rem; }

.amc--style-classes.padd-t-15 {
  padding-top: 0.9375rem; }

.amc--style-classes.padd-t-20 {
  padding-top: 1.25rem; }

.amc--style-classes.padd-t-30 {
  padding-top: 1.875rem; }

.amc--style-classes.padd-t-50 {
  padding-top: 3.125rem; }

.amc--style-classes.padd-t-75 {
  padding-top: 4.6875rem; }

.amc--style-classes.padd-t-100 {
  padding-top: 6.25rem; }

.amc--style-classes.padd-t-200 {
  padding-top: 12.5rem; }

.amc--style-classes.padd-t-300 {
  padding-top: 18.75rem; }

.amc--style-classes.padd-t-500 {
  padding-top: 31.25rem; }

.amc--style-classes.padd-r-0 {
  padding-right: 0; }

.amc--style-classes.padd-r-5 {
  padding-right: 0.3125rem; }

.amc--style-classes.padd-r-10 {
  padding-right: 0.625rem; }

.amc--style-classes.padd-r-15 {
  padding-right: 0.9375rem; }

.amc--style-classes.padd-r-20 {
  padding-right: 1.25rem; }

.amc--style-classes.padd-r-30 {
  padding-right: 1.875rem; }

.amc--style-classes.padd-r-50 {
  padding-right: 3.125rem; }

.amc--style-classes.padd-r-75 {
  padding-right: 4.6875rem; }

.amc--style-classes.padd-r-100 {
  padding-right: 6.25rem; }

.amc--style-classes.padd-r-200 {
  padding-right: 12.5rem; }

.amc--style-classes.padd-r-300 {
  padding-right: 18.75rem; }

.amc--style-classes.padd-r-500 {
  padding-right: 31.25rem; }

.amc--style-classes.padd-b-0 {
  padding-bottom: 0; }

.amc--style-classes.padd-b-5 {
  padding-bottom: 0.3125rem; }

.amc--style-classes.padd-b-10 {
  padding-bottom: 0.625rem; }

.amc--style-classes.padd-b-15 {
  padding-bottom: 0.9375rem; }

.amc--style-classes.padd-b-20 {
  padding-bottom: 1.25rem; }

.amc--style-classes.padd-b-30 {
  padding-bottom: 1.875rem; }

.amc--style-classes.padd-b-50 {
  padding-bottom: 3.125rem; }

.amc--style-classes.padd-b-75 {
  padding-bottom: 4.6875rem; }

.amc--style-classes.padd-b-100 {
  padding-bottom: 6.25rem; }

.amc--style-classes.padd-b-200 {
  padding-bottom: 12.5rem; }

.amc--style-classes.padd-b-300 {
  padding-bottom: 18.75rem; }

.amc--style-classes.padd-b-500 {
  padding-bottom: 31.25rem; }

.amc--style-classes.padd-l-0 {
  padding-left: 0; }

.amc--style-classes.padd-l-5 {
  padding-left: 0.3125rem; }

.amc--style-classes.padd-l-10 {
  padding-left: 0.625rem; }

.amc--style-classes.padd-l-15 {
  padding-left: 0.9375rem; }

.amc--style-classes.padd-l-20 {
  padding-left: 1.25rem; }

.amc--style-classes.padd-l-30 {
  padding-left: 1.875rem; }

.amc--style-classes.padd-l-50 {
  padding-left: 3.125rem; }

.amc--style-classes.padd-l-75 {
  padding-left: 4.6875rem; }

.amc--style-classes.padd-l-100 {
  padding-left: 6.25rem; }

.amc--style-classes.padd-l-200 {
  padding-left: 12.5rem; }

.amc--style-classes.padd-l-300 {
  padding-left: 18.75rem; }

.amc--style-classes.padd-l-500 {
  padding-left: 31.25rem; }

.amc--style-classes.text-align--left {
  text-align: left; }

.amc--style-classes.text-align--center {
  text-align: center; }

.amc--style-classes.text-align--right {
  text-align: right; }

.amc--style-classes.set-width--10percent {
  width: 10%; }

.amc--style-classes.set-width--20percent {
  width: 20%; }

.amc--style-classes.set-width--30percent {
  width: 30%; }

.amc--style-classes.set-width--40percent {
  width: 40%; }

.amc--style-classes.set-width--50percent {
  width: 50%; }

.amc--style-classes.set-width--60percent {
  width: 60%; }

.amc--style-classes.set-width--70percent {
  width: 70%; }

.amc--style-classes.set-width--80percent {
  width: 80%; }

.amc--style-classes.set-width--90percent {
  width: 90%; }

.amc--style-classes.set-width--100percent {
  width: 100%; }

.a--accomplishment--header-logo {
  width: auto; }

.a--accomplishment--wrapper {
  margin-bottom: 2.5rem;
  width: 100%;
  font-size: 4px;
  background-color: #f0f0f0; }
  @media (min-width: 900px) and (max-width: 1200px) {
    .a--accomplishment--wrapper {
      font-size: 3px; } }
  @media (max-width: 639px) {
    .a--accomplishment--wrapper > .a--container {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }

.a--accomplishment__body-wrapper {
  width: 100%;
  position: relative;
  margin: 0 auto; }
  @media screen {
    .a--accomplishment__body-wrapper {
      position: relative;
      top: -3rem; } }
  @media (min-width: 900px) {
    .a--accomplishment__body-wrapper.landscape.paper-eu-a4 {
      width: 297em;
      height: 210em; }
    .a--accomplishment__body-wrapper.landscape.paper-us-letter {
      width: 279.4em;
      height: 215.9em; }
    .a--accomplishment__body-wrapper.portrait.paper-eu-a4 {
      width: 210em;
      height: 297em; }
    .a--accomplishment__body-wrapper.portrait.paper-us-letter {
      width: 215.9em;
      height: 279.4em; } }

@media print {
  .layout-accomplishment {
    margin: 0 !important;
    padding: 0; }
  .a--accomplishment--wrapper {
    margin: 0;
    padding: 0; }
    .a--accomplishment--wrapper .bs-container {
      padding: 0; } }

@media print and (min-width: 900px) {
  .a--accomplishment__body-wrapper.landscape.paper-eu-a4 {
    width: 29.7cm;
    height: 21cm; }
  .a--accomplishment__body-wrapper.landscape.paper-us-letter {
    width: 27.94cm;
    height: 21.59cm; }
  .a--accomplishment__body-wrapper.portrait.paper-eu-a4 {
    width: 29.7cm;
    height: 21cm; }
  .a--accomplishment__body-wrapper.portrait.paper-us-letter {
    width: 27.94cm;
    height: 21.59cm; } }

.a--accomplishment-design-01 {
  color: #0B0C1B; }
  .a--accomplishment-design-01__body-wrapper {
    background-color: #0B0C1B;
    background-image: -webkit-linear-gradient(left, #0B0C1B, black);
    background-image: linear-gradient(to right,#0B0C1B, black);
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
  .a--accomplishment-design-01__body {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    padding: 7.5em 6em 3em; }
    @media (max-width: 900px) {
      .a--accomplishment-design-01__body {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media screen {
      .a--accomplishment-design-01__body {
        padding: 7.5em 6em; } }
  .a--accomplishment-design-01__platform-info {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    width: 30%;
    padding: 5em;
    position: relative;
    z-index: 1;
    background-color: #F8F8F8;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    @media (max-width: 900px) {
      .a--accomplishment-design-01__platform-info {
        width: 100%; } }
    .a--accomplishment-design-01__platform-info__main {
      text-align: center;
      margin: 5em; }
      .a--accomplishment-design-01__platform-info__main .organisation-logo {
        max-width: 100%;
        display: block;
        height: auto;
        margin: 0 auto 6em; }
      .a--accomplishment-design-01__platform-info__main .platform-name {
        font-size: 4em;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        margin: 0 0 1.5em; }
      .a--accomplishment-design-01__platform-info__main p {
        font-size: 3em;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 300;
        margin: 1em; }
    .a--accomplishment-design-01__platform-info__signatures {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; }
      .a--accomplishment-design-01__platform-info__signatures .signature-container {
        margin: 5em;
        text-align: center; }
        .a--accomplishment-design-01__platform-info__signatures .signature-container .signee-signature {
          display: block;
          max-width: 100%;
          max-height: 15em;
          height: auto;
          margin: 0 auto 0.5em; }
        .a--accomplishment-design-01__platform-info__signatures .signature-container .signee-name {
          display: block;
          font-size: 3.5em;
          font-family: "Roboto", sans-serif;
          font-style: normal;
          font-weight: 400;
          line-height: 150%; }
        .a--accomplishment-design-01__platform-info__signatures .signature-container .signee-title {
          display: block;
          font-size: 2.5em;
          font-family: "Roboto", sans-serif;
          font-style: normal;
          font-weight: 400;
          text-transform: uppercase;
          color: #212451; }
        .a--accomplishment-design-01__platform-info__signatures .signature-container .signee-organisation {
          display: block;
          font-size: 2.5em;
          font-family: "Roboto", sans-serif;
          font-style: normal;
          font-weight: 400;
          color: #212451; }
  .a--accomplishment-design-01__main {
    display: flex;
    align-items: center;
    width: 70%;
    padding: 10em;
    position: relative;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    @media (max-width: 900px) {
      .a--accomplishment-design-01__main {
        width: 100%; } }
    .a--accomplishment-design-01__main__content .main-header {
      display: flex;
      align-items: center; }
      @media (max-width: 639px) {
        .a--accomplishment-design-01__main__content .main-header {
          display: block; } }
      .a--accomplishment-design-01__main__content .main-header .accomplishment-type-symbol {
        width: 15em;
        margin-right: 5em; }
        .a--accomplishment-design-01__main__content .main-header .accomplishment-type-symbol img {
          width: 100%;
          height: auto; }
      .a--accomplishment-design-01__main__content .main-header .course-info {
        color: #0B0C1B;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 4.5em;
        line-height: 150%; }
    .a--accomplishment-design-01__main__content .vertical-divider-bar {
      display: block;
      width: 90em;
      max-width: 100%;
      height: 1em;
      background-color: #0B0C1B;
      margin: 10em 0; }
      @media (max-width: 639px) {
        .a--accomplishment-design-01__main__content .vertical-divider-bar {
          width: 100%; } }
    .a--accomplishment-design-01__main__content p {
      font-size: 4em;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 300; }
    .a--accomplishment-design-01__main__content .student-name {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 400;
      color: #0B0C1B;
      font-size: 18em; }
      @media (max-width: 639px) {
        .a--accomplishment-design-01__main__content .student-name {
          font-size: 6em; } }
    .a--accomplishment-design-01__main__content .course-name-main {
      color: #0B0C1B;
      font-size: 6em;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 300; }
      @media (max-width: 639px) {
        .a--accomplishment-design-01__main__content .course-name-main {
          font-size: 5em; } }

.a--accomplishment-design-01__certificate-info-print-only {
  overflow: visible;
  color: #fff; }
  .a--accomplishment-design-01__certificate-info-print-only .info-upper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 1em; }
    @media (max-width: 639px) {
      .a--accomplishment-design-01__certificate-info-print-only .info-upper {
        display: block; } }
  .a--accomplishment-design-01__certificate-info-print-only .info-right {
    margin-left: auto; }
    @media (max-width: 639px) {
      .a--accomplishment-design-01__certificate-info-print-only .info-right {
        margin-bottom: 1em; } }
  .a--accomplishment-design-01__certificate-info-print-only a {
    color: #fff;
    font-weight: bolder;
    word-break: break-word; }
  @media screen {
    .a--accomplishment-design-01__certificate-info-print-only {
      padding: 0 2em 2em;
      font-size: 0.8rem; } }

.a--accomplishment-design-01__body-wrapper.portrait .a--accomplishment-design-01__body {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }

.a--accomplishment-design-01__body-wrapper.portrait .a--accomplishment-design-01__platform-info {
  order: 2;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  width: 100%; }
  .a--accomplishment-design-01__body-wrapper.portrait .a--accomplishment-design-01__platform-info__main {
    width: 30%; }
  .a--accomplishment-design-01__body-wrapper.portrait .a--accomplishment-design-01__platform-info__signatures {
    width: 69%;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }

.a--accomplishment-design-01__body-wrapper.portrait .a--accomplishment-design-01__main {
  order: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  width: 100%; }

@media print {
  .a--accomplishment-design-01__body {
    width: 100%;
    padding: 1.5cm 1cm 0.7cm; }
  .a--accomplishment-design-01__platform-info {
    width: 30%;
    background-color: #F8F8F8; }
    .a--accomplishment-design-01__platform-info__main {
      margin: 0.2cm 0.5cm 0.5cm; }
      .a--accomplishment-design-01__platform-info__main .organisation-logo {
        margin-bottom: 0.6cm; }
      .a--accomplishment-design-01__platform-info__main .platform-name {
        font-size: 12pt;
        margin: 0 0 0.15cm; }
      .a--accomplishment-design-01__platform-info__main p {
        font-size: 8pt;
        margin: 0.4cm; }
    .a--accomplishment-design-01__platform-info__signatures .signature-container {
      margin: 0.2cm; }
      .a--accomplishment-design-01__platform-info__signatures .signature-container .signee-signature {
        margin: 0 auto; }
      .a--accomplishment-design-01__platform-info__signatures .signature-container .signee-name {
        font-size: 10pt; }
      .a--accomplishment-design-01__platform-info__signatures .signature-container .signee-title {
        font-size: 8pt; }
      .a--accomplishment-design-01__platform-info__signatures .signature-container .signee-organisation {
        font-size: 8pt; }
  .a--accomplishment-design-01__main {
    width: 69%;
    padding: 1cm;
    background-color: #fff; }
    .a--accomplishment-design-01__main__content .main-header .accomplishment-type-symbol {
      width: 1.5cm;
      margin-right: 0.5cm; }
    .a--accomplishment-design-01__main__content .main-header .course-info {
      font-size: 14pt; }
    .a--accomplishment-design-01__main__content .vertical-divider-bar {
      width: 9cm;
      height: 0.1cm;
      margin: 1cm 0; }
    .a--accomplishment-design-01__main__content p {
      font-size: 12pt; }
    .a--accomplishment-design-01__main__content .student-name {
      font-size: 36pt; }
    .a--accomplishment-design-01__main__content .course-name-main {
      font-size: 16pt; }
  .a--accomplishment-design-01__certificate-info-print-only {
    margin-bottom: 0.7cm;
    font-size: 0.25cm;
    padding: 0 1.1cm;
    color: #fff; }
    .a--accomplishment-design-01__certificate-info-print-only .info-upper {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }

.a--site-message {
  min-height: 100vh;
  display: flex;
  flex-direction: column; }
  .a--site-message__header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    flex-shrink: 0;
    flex-grow: 0; }
    .a--site-message__header .header-logo {
      height: 3.125rem;
      width: auto;
      display: block; }
  .a--site-message__content {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    align-items: center;
    width: 92rem;
    max-width: 90%;
    text-align: center;
    padding-bottom: 5rem; }
    .a--site-message__content h1 {
      font-size: 6.4rem;
      font-weight: bold;
      color: #0B0C1B;
      margin: 0 0 3rem; }
    .a--site-message__content p {
      font-size: 1.6rem; }
    .a--site-message__content svg {
      fill: #0B0C1B;
      max-width: 48rem;
      width: 80%;
      margin-bottom: 5rem; }

.wrapper-account-settings .account-settings-container .wrapper-header .account-nav #accounts-tab {
  display: none;
  color: false; }

.view-discussion-home .helpgrid-row.helpgrid-row-notification {
  display: none; }

.poll-block .export-results-button-wrapper {
  visibility: hidden; }

.content-wrapper .btn-link, .content-wrapper a, .content-wrapper a:not(.btn), .content-wrapper a:visited, .content-wrapper a:visited:not(.btn) {
  color: #0075b4; }

.a--accomplishment-design-01__certificate-info-print-only .info-bottom a {
  color: white; }

.content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details .wrapper-course-details .course-title {
  margin-bottom: 0.375rem; }

.content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details .wrapper-course-details  {
  grid-template-columns: 1fr 11.25rem; }

.content-wrapper .dashboard .main-container .my-courses .listing-courses .course-item .course .details .wrapper-course-details .wrapper-course-actions .enter-course, .wrapper-messages-primary .message.message-status.course-status-certavailable .actions-primary .action-certificate .btn {
  padding: 0.625rem; }

.course-grading-completion-details {
  padding-top: 0.9375rem;
  margin-top: 0.9375rem;
  border-top: 1px solid #ddd;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.625rem; }
  .course-grading-completion-details .details-title {
    font-weight: bold;
    font-size: 0.9375rem;
    color: #999; }
  .course-grading-completion-details p {
    color: #555;
    font-size: 0.75rem; }
  .course-grading-completion-details .completion-graph-container {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: 0.625rem; }
    .course-grading-completion-details .completion-graph-container .completion-current-value {
      display: block;
      font-size: 1rem;
      font-weight: bold;
      color: #555; }
    .course-grading-completion-details .completion-graph-container .completion-graph {
      width: 100%;
      height: 6px;
      background-color: #aaa;
      border-radius: 10px; }
      .course-grading-completion-details .completion-graph-container .completion-graph .completion-graph-line {
        display: block;
        height: 100%;
        border-radius: 10px;
        background-color: #0B0C1B; }
  .course-grading-completion-details .grading-details  .larger-paragraph {
    font-size: 0.875rem; }

.dashboard .main-container .my-courses .course .details .wrapper-course-details .course-title a,
.dashboard .main-container .my-courses .course .details .wrapper-course-details .course-title span {
  font: inherit !important; }

.dashboard .main-container .my-courses .course .details .wrapper-course-details .course-info [class*="info-"] {
  font: inherit !important; }

.dashboard .main-container .my-courses .course .details .wrapper-course-details .course-info .info-date-block-container .info-date-block {
  font: inherit !important; }

.dashboard .main-container .my-courses .course .details .enter-course {
  font: inherit !important; }

.wrapper-preview-menu {
  width: 100%;
  padding: 0.9375rem 0;
  background-color: #0B0C1B; }
  .wrapper-preview-menu .preview-menu {
    width: 75rem;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1.25rem; }
    @media (max-width: 991px) {
      .wrapper-preview-menu .preview-menu {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.content-wrapper, body.view-in-course .content-wrapper {
  padding: 0;
  margin: 0 auto; }
  .content-wrapper .navbar.course-tabs, .content-wrapper .wrapper-course-material, body.view-in-course .content-wrapper .navbar.course-tabs, body.view-in-course .content-wrapper .wrapper-course-material {
    width: 75rem;
    max-width: 100%;
    margin: 0 auto;
    padding: 1.25rem 4.375rem !important;
    overflow-x: auto; }
    @media (max-width: 991px) {
      .content-wrapper .navbar.course-tabs, .content-wrapper .wrapper-course-material, body.view-in-course .content-wrapper .navbar.course-tabs, body.view-in-course .content-wrapper .wrapper-course-material {
        padding: 1.25rem !important; } }
    .content-wrapper .navbar.course-tabs .course-material, .content-wrapper .wrapper-course-material .course-material, body.view-in-course .content-wrapper .navbar.course-tabs .course-material, body.view-in-course .content-wrapper .wrapper-course-material .course-material {
      width: 62.5rem;
      margin: 0 auto; }
    .content-wrapper .navbar.course-tabs .navbar-nav, .content-wrapper .navbar.course-tabs .tabs.course-tabs, .content-wrapper .wrapper-course-material .navbar-nav, .content-wrapper .wrapper-course-material .tabs.course-tabs, body.view-in-course .content-wrapper .navbar.course-tabs .navbar-nav, body.view-in-course .content-wrapper .navbar.course-tabs .tabs.course-tabs, body.view-in-course .content-wrapper .wrapper-course-material .navbar-nav, body.view-in-course .content-wrapper .wrapper-course-material .tabs.course-tabs {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      overflow-x: auto; }
      .content-wrapper .navbar.course-tabs .navbar-nav .nav-item, .content-wrapper .navbar.course-tabs .navbar-nav .tab, .content-wrapper .navbar.course-tabs .tabs.course-tabs .nav-item, .content-wrapper .navbar.course-tabs .tabs.course-tabs .tab, .content-wrapper .wrapper-course-material .navbar-nav .nav-item, .content-wrapper .wrapper-course-material .navbar-nav .tab, .content-wrapper .wrapper-course-material .tabs.course-tabs .nav-item, .content-wrapper .wrapper-course-material .tabs.course-tabs .tab, body.view-in-course .content-wrapper .navbar.course-tabs .navbar-nav .nav-item, body.view-in-course .content-wrapper .navbar.course-tabs .navbar-nav .tab, body.view-in-course .content-wrapper .navbar.course-tabs .tabs.course-tabs .nav-item, body.view-in-course .content-wrapper .navbar.course-tabs .tabs.course-tabs .tab, body.view-in-course .content-wrapper .wrapper-course-material .navbar-nav .nav-item, body.view-in-course .content-wrapper .wrapper-course-material .navbar-nav .tab, body.view-in-course .content-wrapper .wrapper-course-material .tabs.course-tabs .nav-item, body.view-in-course .content-wrapper .wrapper-course-material .tabs.course-tabs .tab {
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        flex-shrink: 0;
        -ms-flex-negative: 0;
        font-size: 1rem;
        margin: 0;
        transition: all 0.3s ease-in-out;
        margin-right: 1.875rem; }
        .content-wrapper .navbar.course-tabs .navbar-nav .nav-item .nav-link, .content-wrapper .navbar.course-tabs .navbar-nav .nav-item a, .content-wrapper .navbar.course-tabs .navbar-nav .tab .nav-link, .content-wrapper .navbar.course-tabs .navbar-nav .tab a, .content-wrapper .navbar.course-tabs .tabs.course-tabs .nav-item .nav-link, .content-wrapper .navbar.course-tabs .tabs.course-tabs .nav-item a, .content-wrapper .navbar.course-tabs .tabs.course-tabs .tab .nav-link, .content-wrapper .navbar.course-tabs .tabs.course-tabs .tab a, .content-wrapper .wrapper-course-material .navbar-nav .nav-item .nav-link, .content-wrapper .wrapper-course-material .navbar-nav .nav-item a, .content-wrapper .wrapper-course-material .navbar-nav .tab .nav-link, .content-wrapper .wrapper-course-material .navbar-nav .tab a, .content-wrapper .wrapper-course-material .tabs.course-tabs .nav-item .nav-link, .content-wrapper .wrapper-course-material .tabs.course-tabs .nav-item a, .content-wrapper .wrapper-course-material .tabs.course-tabs .tab .nav-link, .content-wrapper .wrapper-course-material .tabs.course-tabs .tab a, body.view-in-course .content-wrapper .navbar.course-tabs .navbar-nav .nav-item .nav-link, body.view-in-course .content-wrapper .navbar.course-tabs .navbar-nav .nav-item a, body.view-in-course .content-wrapper .navbar.course-tabs .navbar-nav .tab .nav-link, body.view-in-course .content-wrapper .navbar.course-tabs .navbar-nav .tab a, body.view-in-course .content-wrapper .navbar.course-tabs .tabs.course-tabs .nav-item .nav-link, body.view-in-course .content-wrapper .navbar.course-tabs .tabs.course-tabs .nav-item a, body.view-in-course .content-wrapper .navbar.course-tabs .tabs.course-tabs .tab .nav-link, body.view-in-course .content-wrapper .navbar.course-tabs .tabs.course-tabs .tab a, body.view-in-course .content-wrapper .wrapper-course-material .navbar-nav .nav-item .nav-link, body.view-in-course .content-wrapper .wrapper-course-material .navbar-nav .nav-item a, body.view-in-course .content-wrapper .wrapper-course-material .navbar-nav .tab .nav-link, body.view-in-course .content-wrapper .wrapper-course-material .navbar-nav .tab a, body.view-in-course .content-wrapper .wrapper-course-material .tabs.course-tabs .nav-item .nav-link, body.view-in-course .content-wrapper .wrapper-course-material .tabs.course-tabs .nav-item a, body.view-in-course .content-wrapper .wrapper-course-material .tabs.course-tabs .tab .nav-link, body.view-in-course .content-wrapper .wrapper-course-material .tabs.course-tabs .tab a {
          padding: 0.75rem 0.25rem;
          color: #0B0C1B;
          font-size: 1rem;
          font-family: "Roboto", sans-serif;
          font-style: normal;
          font-weight: 400; }
          .content-wrapper .navbar.course-tabs .navbar-nav .nav-item .nav-link:hover, .content-wrapper .navbar.course-tabs .navbar-nav .nav-item .nav-link:focus, .content-wrapper .navbar.course-tabs .navbar-nav .nav-item a:hover, .content-wrapper .navbar.course-tabs .navbar-nav .nav-item a:focus, .content-wrapper .navbar.course-tabs .navbar-nav .tab .nav-link:hover, .content-wrapper .navbar.course-tabs .navbar-nav .tab .nav-link:focus, .content-wrapper .navbar.course-tabs .navbar-nav .tab a:hover, .content-wrapper .navbar.course-tabs .navbar-nav .tab a:focus, .content-wrapper .navbar.course-tabs .tabs.course-tabs .nav-item .nav-link:hover, .content-wrapper .navbar.course-tabs .tabs.course-tabs .nav-item .nav-link:focus, .content-wrapper .navbar.course-tabs .tabs.course-tabs .nav-item a:hover, .content-wrapper .navbar.course-tabs .tabs.course-tabs .nav-item a:focus, .content-wrapper .navbar.course-tabs .tabs.course-tabs .tab .nav-link:hover, .content-wrapper .navbar.course-tabs .tabs.course-tabs .tab .nav-link:focus, .content-wrapper .navbar.course-tabs .tabs.course-tabs .tab a:hover, .content-wrapper .navbar.course-tabs .tabs.course-tabs .tab a:focus, .content-wrapper .wrapper-course-material .navbar-nav .nav-item .nav-link:hover, .content-wrapper .wrapper-course-material .navbar-nav .nav-item .nav-link:focus, .content-wrapper .wrapper-course-material .navbar-nav .nav-item a:hover, .content-wrapper .wrapper-course-material .navbar-nav .nav-item a:focus, .content-wrapper .wrapper-course-material .navbar-nav .tab .nav-link:hover, .content-wrapper .wrapper-course-material .navbar-nav .tab .nav-link:focus, .content-wrapper .wrapper-course-material .navbar-nav .tab a:hover, .content-wrapper .wrapper-course-material .navbar-nav .tab a:focus, .content-wrapper .wrapper-course-material .tabs.course-tabs .nav-item .nav-link:hover, .content-wrapper .wrapper-course-material .tabs.course-tabs .nav-item .nav-link:focus, .content-wrapper .wrapper-course-material .tabs.course-tabs .nav-item a:hover, .content-wrapper .wrapper-course-material .tabs.course-tabs .nav-item a:focus, .content-wrapper .wrapper-course-material .tabs.course-tabs .tab .nav-link:hover, .content-wrapper .wrapper-course-material .tabs.course-tabs .tab .nav-link:focus, .content-wrapper .wrapper-course-material .tabs.course-tabs .tab a:hover, .content-wrapper .wrapper-course-material .tabs.course-tabs .tab a:focus, body.view-in-course .content-wrapper .navbar.course-tabs .navbar-nav .nav-item .nav-link:hover, body.view-in-course .content-wrapper .navbar.course-tabs .navbar-nav .nav-item .nav-link:focus, body.view-in-course .content-wrapper .navbar.course-tabs .navbar-nav .nav-item a:hover, body.view-in-course .content-wrapper .navbar.course-tabs .navbar-nav .nav-item a:focus, body.view-in-course .content-wrapper .navbar.course-tabs .navbar-nav .tab .nav-link:hover, body.view-in-course .content-wrapper .navbar.course-tabs .navbar-nav .tab .nav-link:focus, body.view-in-course .content-wrapper .navbar.course-tabs .navbar-nav .tab a:hover, body.view-in-course .content-wrapper .navbar.course-tabs .navbar-nav .tab a:focus, body.view-in-course .content-wrapper .navbar.course-tabs .tabs.course-tabs .nav-item .nav-link:hover, body.view-in-course .content-wrapper .navbar.course-tabs .tabs.course-tabs .nav-item .nav-link:focus, body.view-in-course .content-wrapper .navbar.course-tabs .tabs.course-tabs .nav-item a:hover, body.view-in-course .content-wrapper .navbar.course-tabs .tabs.course-tabs .nav-item a:focus, body.view-in-course .content-wrapper .navbar.course-tabs .tabs.course-tabs .tab .nav-link:hover, body.view-in-course .content-wrapper .navbar.course-tabs .tabs.course-tabs .tab .nav-link:focus, body.view-in-course .content-wrapper .navbar.course-tabs .tabs.course-tabs .tab a:hover, body.view-in-course .content-wrapper .navbar.course-tabs .tabs.course-tabs .tab a:focus, body.view-in-course .content-wrapper .wrapper-course-material .navbar-nav .nav-item .nav-link:hover, body.view-in-course .content-wrapper .wrapper-course-material .navbar-nav .nav-item .nav-link:focus, body.view-in-course .content-wrapper .wrapper-course-material .navbar-nav .nav-item a:hover, body.view-in-course .content-wrapper .wrapper-course-material .navbar-nav .nav-item a:focus, body.view-in-course .content-wrapper .wrapper-course-material .navbar-nav .tab .nav-link:hover, body.view-in-course .content-wrapper .wrapper-course-material .navbar-nav .tab .nav-link:focus, body.view-in-course .content-wrapper .wrapper-course-material .navbar-nav .tab a:hover, body.view-in-course .content-wrapper .wrapper-course-material .navbar-nav .tab a:focus, body.view-in-course .content-wrapper .wrapper-course-material .tabs.course-tabs .nav-item .nav-link:hover, body.view-in-course .content-wrapper .wrapper-course-material .tabs.course-tabs .nav-item .nav-link:focus, body.view-in-course .content-wrapper .wrapper-course-material .tabs.course-tabs .nav-item a:hover, body.view-in-course .content-wrapper .wrapper-course-material .tabs.course-tabs .nav-item a:focus, body.view-in-course .content-wrapper .wrapper-course-material .tabs.course-tabs .tab .nav-link:hover, body.view-in-course .content-wrapper .wrapper-course-material .tabs.course-tabs .tab .nav-link:focus, body.view-in-course .content-wrapper .wrapper-course-material .tabs.course-tabs .tab a:hover, body.view-in-course .content-wrapper .wrapper-course-material .tabs.course-tabs .tab a:focus {
            outline: none;
            border-color: #0B0C1B; }
        .content-wrapper .navbar.course-tabs .navbar-nav .nav-item.active .nav-link, .content-wrapper .navbar.course-tabs .navbar-nav .nav-item.active a, .content-wrapper .navbar.course-tabs .navbar-nav .nav-item:hover .nav-link, .content-wrapper .navbar.course-tabs .navbar-nav .nav-item:hover a, .content-wrapper .navbar.course-tabs .navbar-nav .nav-item:focus .nav-link, .content-wrapper .navbar.course-tabs .navbar-nav .nav-item:focus a, .content-wrapper .navbar.course-tabs .navbar-nav .tab.active .nav-link, .content-wrapper .navbar.course-tabs .navbar-nav .tab.active a, .content-wrapper .navbar.course-tabs .navbar-nav .tab:hover .nav-link, .content-wrapper .navbar.course-tabs .navbar-nav .tab:hover a, .content-wrapper .navbar.course-tabs .navbar-nav .tab:focus .nav-link, .content-wrapper .navbar.course-tabs .navbar-nav .tab:focus a, .content-wrapper .navbar.course-tabs .tabs.course-tabs .nav-item.active .nav-link, .content-wrapper .navbar.course-tabs .tabs.course-tabs .nav-item.active a, .content-wrapper .navbar.course-tabs .tabs.course-tabs .nav-item:hover .nav-link, .content-wrapper .navbar.course-tabs .tabs.course-tabs .nav-item:hover a, .content-wrapper .navbar.course-tabs .tabs.course-tabs .nav-item:focus .nav-link, .content-wrapper .navbar.course-tabs .tabs.course-tabs .nav-item:focus a, .content-wrapper .navbar.course-tabs .tabs.course-tabs .tab.active .nav-link, .content-wrapper .navbar.course-tabs .tabs.course-tabs .tab.active a, .content-wrapper .navbar.course-tabs .tabs.course-tabs .tab:hover .nav-link, .content-wrapper .navbar.course-tabs .tabs.course-tabs .tab:hover a, .content-wrapper .navbar.course-tabs .tabs.course-tabs .tab:focus .nav-link, .content-wrapper .navbar.course-tabs .tabs.course-tabs .tab:focus a, .content-wrapper .wrapper-course-material .navbar-nav .nav-item.active .nav-link, .content-wrapper .wrapper-course-material .navbar-nav .nav-item.active a, .content-wrapper .wrapper-course-material .navbar-nav .nav-item:hover .nav-link, .content-wrapper .wrapper-course-material .navbar-nav .nav-item:hover a, .content-wrapper .wrapper-course-material .navbar-nav .nav-item:focus .nav-link, .content-wrapper .wrapper-course-material .navbar-nav .nav-item:focus a, .content-wrapper .wrapper-course-material .navbar-nav .tab.active .nav-link, .content-wrapper .wrapper-course-material .navbar-nav .tab.active a, .content-wrapper .wrapper-course-material .navbar-nav .tab:hover .nav-link, .content-wrapper .wrapper-course-material .navbar-nav .tab:hover a, .content-wrapper .wrapper-course-material .navbar-nav .tab:focus .nav-link, .content-wrapper .wrapper-course-material .navbar-nav .tab:focus a, .content-wrapper .wrapper-course-material .tabs.course-tabs .nav-item.active .nav-link, .content-wrapper .wrapper-course-material .tabs.course-tabs .nav-item.active a, .content-wrapper .wrapper-course-material .tabs.course-tabs .nav-item:hover .nav-link, .content-wrapper .wrapper-course-material .tabs.course-tabs .nav-item:hover a, .content-wrapper .wrapper-course-material .tabs.course-tabs .nav-item:focus .nav-link, .content-wrapper .wrapper-course-material .tabs.course-tabs .nav-item:focus a, .content-wrapper .wrapper-course-material .tabs.course-tabs .tab.active .nav-link, .content-wrapper .wrapper-course-material .tabs.course-tabs .tab.active a, .content-wrapper .wrapper-course-material .tabs.course-tabs .tab:hover .nav-link, .content-wrapper .wrapper-course-material .tabs.course-tabs .tab:hover a, .content-wrapper .wrapper-course-material .tabs.course-tabs .tab:focus .nav-link, .content-wrapper .wrapper-course-material .tabs.course-tabs .tab:focus a, body.view-in-course .content-wrapper .navbar.course-tabs .navbar-nav .nav-item.active .nav-link, body.view-in-course .content-wrapper .navbar.course-tabs .navbar-nav .nav-item.active a, body.view-in-course .content-wrapper .navbar.course-tabs .navbar-nav .nav-item:hover .nav-link, body.view-in-course .content-wrapper .navbar.course-tabs .navbar-nav .nav-item:hover a, body.view-in-course .content-wrapper .navbar.course-tabs .navbar-nav .nav-item:focus .nav-link, body.view-in-course .content-wrapper .navbar.course-tabs .navbar-nav .nav-item:focus a, body.view-in-course .content-wrapper .navbar.course-tabs .navbar-nav .tab.active .nav-link, body.view-in-course .content-wrapper .navbar.course-tabs .navbar-nav .tab.active a, body.view-in-course .content-wrapper .navbar.course-tabs .navbar-nav .tab:hover .nav-link, body.view-in-course .content-wrapper .navbar.course-tabs .navbar-nav .tab:hover a, body.view-in-course .content-wrapper .navbar.course-tabs .navbar-nav .tab:focus .nav-link, body.view-in-course .content-wrapper .navbar.course-tabs .navbar-nav .tab:focus a, body.view-in-course .content-wrapper .navbar.course-tabs .tabs.course-tabs .nav-item.active .nav-link, body.view-in-course .content-wrapper .navbar.course-tabs .tabs.course-tabs .nav-item.active a, body.view-in-course .content-wrapper .navbar.course-tabs .tabs.course-tabs .nav-item:hover .nav-link, body.view-in-course .content-wrapper .navbar.course-tabs .tabs.course-tabs .nav-item:hover a, body.view-in-course .content-wrapper .navbar.course-tabs .tabs.course-tabs .nav-item:focus .nav-link, body.view-in-course .content-wrapper .navbar.course-tabs .tabs.course-tabs .nav-item:focus a, body.view-in-course .content-wrapper .navbar.course-tabs .tabs.course-tabs .tab.active .nav-link, body.view-in-course .content-wrapper .navbar.course-tabs .tabs.course-tabs .tab.active a, body.view-in-course .content-wrapper .navbar.course-tabs .tabs.course-tabs .tab:hover .nav-link, body.view-in-course .content-wrapper .navbar.course-tabs .tabs.course-tabs .tab:hover a, body.view-in-course .content-wrapper .navbar.course-tabs .tabs.course-tabs .tab:focus .nav-link, body.view-in-course .content-wrapper .navbar.course-tabs .tabs.course-tabs .tab:focus a, body.view-in-course .content-wrapper .wrapper-course-material .navbar-nav .nav-item.active .nav-link, body.view-in-course .content-wrapper .wrapper-course-material .navbar-nav .nav-item.active a, body.view-in-course .content-wrapper .wrapper-course-material .navbar-nav .nav-item:hover .nav-link, body.view-in-course .content-wrapper .wrapper-course-material .navbar-nav .nav-item:hover a, body.view-in-course .content-wrapper .wrapper-course-material .navbar-nav .nav-item:focus .nav-link, body.view-in-course .content-wrapper .wrapper-course-material .navbar-nav .nav-item:focus a, body.view-in-course .content-wrapper .wrapper-course-material .navbar-nav .tab.active .nav-link, body.view-in-course .content-wrapper .wrapper-course-material .navbar-nav .tab.active a, body.view-in-course .content-wrapper .wrapper-course-material .navbar-nav .tab:hover .nav-link, body.view-in-course .content-wrapper .wrapper-course-material .navbar-nav .tab:hover a, body.view-in-course .content-wrapper .wrapper-course-material .navbar-nav .tab:focus .nav-link, body.view-in-course .content-wrapper .wrapper-course-material .navbar-nav .tab:focus a, body.view-in-course .content-wrapper .wrapper-course-material .tabs.course-tabs .nav-item.active .nav-link, body.view-in-course .content-wrapper .wrapper-course-material .tabs.course-tabs .nav-item.active a, body.view-in-course .content-wrapper .wrapper-course-material .tabs.course-tabs .nav-item:hover .nav-link, body.view-in-course .content-wrapper .wrapper-course-material .tabs.course-tabs .nav-item:hover a, body.view-in-course .content-wrapper .wrapper-course-material .tabs.course-tabs .nav-item:focus .nav-link, body.view-in-course .content-wrapper .wrapper-course-material .tabs.course-tabs .nav-item:focus a, body.view-in-course .content-wrapper .wrapper-course-material .tabs.course-tabs .tab.active .nav-link, body.view-in-course .content-wrapper .wrapper-course-material .tabs.course-tabs .tab.active a, body.view-in-course .content-wrapper .wrapper-course-material .tabs.course-tabs .tab:hover .nav-link, body.view-in-course .content-wrapper .wrapper-course-material .tabs.course-tabs .tab:hover a, body.view-in-course .content-wrapper .wrapper-course-material .tabs.course-tabs .tab:focus .nav-link, body.view-in-course .content-wrapper .wrapper-course-material .tabs.course-tabs .tab:focus a {
          color: #0B0C1B;
          border-bottom-color: #0B0C1B; }
        .content-wrapper .navbar.course-tabs .navbar-nav .nav-item a.active, .content-wrapper .navbar.course-tabs .navbar-nav .tab a.active, .content-wrapper .navbar.course-tabs .tabs.course-tabs .nav-item a.active, .content-wrapper .navbar.course-tabs .tabs.course-tabs .tab a.active, .content-wrapper .wrapper-course-material .navbar-nav .nav-item a.active, .content-wrapper .wrapper-course-material .navbar-nav .tab a.active, .content-wrapper .wrapper-course-material .tabs.course-tabs .nav-item a.active, .content-wrapper .wrapper-course-material .tabs.course-tabs .tab a.active, body.view-in-course .content-wrapper .navbar.course-tabs .navbar-nav .nav-item a.active, body.view-in-course .content-wrapper .navbar.course-tabs .navbar-nav .tab a.active, body.view-in-course .content-wrapper .navbar.course-tabs .tabs.course-tabs .nav-item a.active, body.view-in-course .content-wrapper .navbar.course-tabs .tabs.course-tabs .tab a.active, body.view-in-course .content-wrapper .wrapper-course-material .navbar-nav .nav-item a.active, body.view-in-course .content-wrapper .wrapper-course-material .navbar-nav .tab a.active, body.view-in-course .content-wrapper .wrapper-course-material .tabs.course-tabs .nav-item a.active, body.view-in-course .content-wrapper .wrapper-course-material .tabs.course-tabs .tab a.active {
          color: #0B0C1B;
          border-bottom-color: #0B0C1B; }
  .content-wrapper .course-view.page-content-container, body.view-in-course .content-wrapper .course-view.page-content-container {
    width: 75rem;
    max-width: 100%;
    margin: 0 auto;
    padding: 1.875rem 4.375rem;
    border: none;
    border-radius: 0.9375rem; }
    @media (max-width: 991px) {
      .content-wrapper .course-view.page-content-container, body.view-in-course .content-wrapper .course-view.page-content-container {
        padding: 1.25rem; } }
  .content-wrapper .course-updates.page-content-container, body.view-in-course .content-wrapper .course-updates.page-content-container {
    width: 75rem;
    max-width: 100%;
    margin: 0 auto;
    padding: 1.875rem 4.375rem;
    border: none;
    border-radius: 0.9375rem;
    margin-bottom: 4.375rem; }
    @media (max-width: 991px) {
      .content-wrapper .course-updates.page-content-container, body.view-in-course .content-wrapper .course-updates.page-content-container {
        padding: 1.25rem; } }
    .content-wrapper .course-updates.page-content-container .page-header, body.view-in-course .content-wrapper .course-updates.page-content-container .page-header {
      padding: 0.625rem 0; }
    .content-wrapper .course-updates.page-content-container .page-content, body.view-in-course .content-wrapper .course-updates.page-content-container .page-content {
      padding: 0; }
      .content-wrapper .course-updates.page-content-container .page-content .date, body.view-in-course .content-wrapper .course-updates.page-content-container .page-content .date {
        font-weight: bold; }
      .content-wrapper .course-updates.page-content-container .page-content .article-content, body.view-in-course .content-wrapper .course-updates.page-content-container .page-content .article-content {
        font-size: 1rem;
        line-height: 170%;
        margin: 0.625rem 0 0; }
    .content-wrapper .course-updates.page-content-container .breadcrumbs, body.view-in-course .content-wrapper .course-updates.page-content-container .breadcrumbs {
      padding: 0.625rem 0; }
      .content-wrapper .course-updates.page-content-container .breadcrumbs .fa.fa-angle-right, body.view-in-course .content-wrapper .course-updates.page-content-container .breadcrumbs .fa.fa-angle-right {
        margin: 0 0.3125rem; }

.content-wrapper .btn, .content-wrapper a.btn {
  border-radius: 3.125rem;
  padding: 0.625rem 1.25rem;
  border: 2px solid #6B0AEA; }
  .content-wrapper .btn.btn-primary, .content-wrapper a.btn.btn-primary {
    background-color: #6B0AEA;
    color: #ffffff; }
    .content-wrapper .btn.btn-primary:hover, .content-wrapper .btn.btn-primary:focus, .content-wrapper a.btn.btn-primary:hover, .content-wrapper a.btn.btn-primary:focus {
      background-color: #ffffff;
      color: #6B0AEA;
      border: 2px solid #6B0AEA;
      text-decoration: none;
      box-shadow: none; }
  .content-wrapper .btn.btn-outline-primary, .content-wrapper a.btn.btn-outline-primary {
    background-color: #ffffff;
    color: #6B0AEA;
    border: 2px solid #6B0AEA; }
    .content-wrapper .btn.btn-outline-primary:hover, .content-wrapper .btn.btn-outline-primary:focus, .content-wrapper a.btn.btn-outline-primary:hover, .content-wrapper a.btn.btn-outline-primary:focus {
      background-color: #6B0AEA;
      color: #ffffff;
      border: 2px solid #6B0AEA;
      text-decoration: none;
      box-shadow: none; }
  .content-wrapper .btn.search-button, .content-wrapper a.btn.search-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 0.9375rem; }

.content-wrapper .btn-brand {
  border-radius: 3.125rem;
  padding: 0.625rem 1.25rem;
  border: 2px solid #6B0AEA;
  background-color: #6B0AEA;
  color: #ffffff; }
  .content-wrapper .btn-brand:hover, .content-wrapper .btn-brand:focus {
    background-color: #ffffff;
    color: #6B0AEA;
    border: 2px solid #6B0AEA; }

.course-view.page-content-container .page-header {
  border: none;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1.25rem; }
  .course-view.page-content-container .page-header .page-header-main .page-title {
    margin: 1.25rem 0;
    font-weight: bold;
    color: #0B0C1B;
    font-size: 2rem; }

.course-view.page-content-container .page-header-search .search-form .field-input.search-input, .course-view.page-content-container .page-header-search .search-form .field-input.search-field {
  border-top-left-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
  padding-left: 1.25rem; }

.course-view.page-content-container .page-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 3.125rem;
  padding: 0; }
  @media (max-width: 991px) {
    .course-view.page-content-container .page-content {
      grid-template-columns: 1fr; } }
  .course-view.page-content-container .page-content .page-content-main .section-update-message .btn.btn-primary {
    float: none;
    margin-top: 0.625rem;
    border: none;
    padding: 0.625rem 0;
    text-decoration: underline;
    text-decoration-style: dotted;
    color: #0B0C1B;
    opacity: 1;
    background: none; }
    .course-view.page-content-container .page-content .page-content-main .section-update-message .btn.btn-primary:hover, .course-view.page-content-container .page-content .page-content-main .section-update-message .btn.btn-primary:focus {
      background: none;
      border: none;
      color: #0B0C1B;
      opacity: 0.5;
      outline: none; }
  .course-view.page-content-container .page-content .course-sidebar {
    min-width: unset;
    max-width: unset;
    padding-left: 3.125rem;
    border-left: 1px solid #dedede;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.875rem; }
    @media (max-width: 991px) {
      .course-view.page-content-container .page-content .course-sidebar {
        padding: 1.25rem;
        border-left: none; } }
    .course-view.page-content-container .page-content .course-sidebar .section:not(:last-child) {
      margin-bottom: 0;
      border-bottom: 1px solid #dedede;
      padding-bottom: 1.875rem; }
    .course-view.page-content-container .page-content .course-sidebar .section h3 {
      margin-left: 0 0 1.25rem;
      padding-bottom: 1.25rem;
      border-bottom: 2px solid #0B0C1B;
      display: block; }
    .course-view.page-content-container .page-content .course-sidebar .section .date-summary-container .date-summary {
      padding: 0;
      margin-bottom: 0.9375rem;
      padding-bottom: 0.9375rem;
      border-bottom: 1px dotted #dedede;
      display: grid;
      grid-template-columns: 1.25rem 1fr;
      grid-gap: 0.625rem;
      align-items: center; }
      .course-view.page-content-container .page-content .course-sidebar .section .date-summary-container .date-summary .date.localized-datetime {
        font-size: 0.875rem;
        margin-bottom: 0.3125rem; }
      .course-view.page-content-container .page-content .course-sidebar .section .date-summary-container .date-summary .heading {
        font-size: 1rem; }
      .course-view.page-content-container .page-content .course-sidebar .section .date-summary-container .date-summary .date-summary-link a {
        color: #0B0C1B;
        margin-top: 0.625rem; }
    .course-view.page-content-container .page-content .course-sidebar .section .date-summary-container:last-child .date-summary {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    .course-view.page-content-container .page-content .course-sidebar .course-tool-link {
      font-weight: bold;
      color: #0B0C1B;
      font-size: 1rem; }
      .course-view.page-content-container .page-content .course-sidebar .course-tool-link:visited {
        color: #0B0C1B; }
    .course-view.page-content-container .page-content .course-sidebar .section-handouts ol {
      padding-left: 1.875rem; }
    .course-view.page-content-container .page-content .course-sidebar .section-handouts a {
      font-weight: 600;
      columns: #0B0C1B;
      margin-top: 0.625rem; }

.course-outline {
  display: grid;
  grid-template-columns: 1fr; }
  .course-outline #expand-collapse-outline-all-button {
    font-size: 0.875rem;
    float: none;
    margin-left: auto;
    padding: 0.3125rem 0;
    background: none;
    color: #0B0C1B;
    border: none;
    border-bottom: 1px dotted #0B0C1B;
    border-radius: 0;
    transition: all 0.3s ease-in-out; }
    .course-outline #expand-collapse-outline-all-button:hover, .course-outline #expand-collapse-outline-all-button:focus {
      padding: 0.5rem 0;
      background: none;
      color: #0B0C1B;
      border: none;
      border-bottom: 1px dotted #0B0C1B; }
  .course-outline .block-tree .outline-button, .course-outline .block-tree .section .section-name {
    outline: none;
    padding: 0.9375rem 0; }
    .course-outline .block-tree .outline-button:hover, .course-outline .block-tree .outline-button:focus, .course-outline .block-tree .section .section-name:hover, .course-outline .block-tree .section .section-name:focus {
      text-decoration: underline; }
  .course-outline .section-title, .course-outline .subsection-title {
    font-size: 1rem; }

.course-outline .block-tree .section ol.outline-item .subsection .subsection-text .details .subtitle {
  font-size: 0.75rem; }

.window-wrap > form.settings-language-form {
  display: none; }

.cc-grower {
  position: fixed;
  bottom: 1.875rem;
  left: 0;
  right: 0;
  padding: 0 1.875rem;
  overflow: visible !important;
  z-index: 999999; }
  .cc-grower .cc-banner.cc-bottom {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    color: #0B0C1B;
    max-width: 56.25rem;
    width: 100%;
    margin: 0 auto;
    padding: 1.875rem;
    transition: all 0.3s ease-in-out; }
    .cc-grower .cc-banner.cc-bottom:hover {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
    .cc-grower .cc-banner.cc-bottom .cc-link {
      color: #0B0C1B;
      font-weight: bold;
      text-decoration: underline; }
      .cc-grower .cc-banner.cc-bottom .cc-link:hover {
        opacity: 0.5; }
    .cc-grower .cc-banner.cc-bottom .cc-btn {
      border-radius: 3.125rem;
      padding: 0.625rem 1.25rem;
      background-color: #6B0AEA;
      color: #ffffff;
      border: 2px solid #6B0AEA; }
      .cc-grower .cc-banner.cc-bottom .cc-btn:hover, .cc-grower .cc-banner.cc-bottom .cc-btn:focus {
        background-color: #ffffff;
        color: #6B0AEA;
        border: 2px solid #6B0AEA;
        text-decoration: none; }
