@charset "UTF-8";
/*$container-max-widths: (
  sm: 1140px,
  md: 1141px,
  lg: 1142px,
  xl: 1143px
) !default;*/
@import "https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic";
#setEnrollmentsForm, .row, .section-pitch-range, .table-header, .pricing__footer, .subscription-features, .pricing__features-list, .page-title, .body-content, .controls, .mxr-preview-container, .field-group-row, .field-group, .optional-field, .form-well .btn-bar {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
#setEnrollmentsForm:before, .row:before, .section-pitch-range:before, .table-header:before, .pricing__footer:before, .subscription-features:before, .pricing__features-list:before, .page-title:before, .body-content:before, .controls:before, .mxr-preview-container:before, .field-group-row:before, .field-group:before, .optional-field:before, .form-well .btn-bar:before, #setEnrollmentsForm:after, .row:after, .section-pitch-range:after, .table-header:after, .pricing__footer:after, .subscription-features:after, .pricing__features-list:after, .page-title:after, .body-content:after, .controls:after, .mxr-preview-container:after, .field-group-row:after, .field-group:after, .optional-field:after, .form-well .btn-bar:after {
  content: "";
  display: table;
}
#setEnrollmentsForm:after, .row:after, .section-pitch-range:after, .table-header:after, .pricing__footer:after, .subscription-features:after, .pricing__features-list:after, .page-title:after, .body-content:after, .controls:after, .mxr-preview-container:after, .field-group-row:after, .field-group:after, .optional-field:after, .form-well .btn-bar:after {
  clear: both;
}

.last {
  margin-right: 0 !important;
}

.team-list {
  padding: 0;
  overflow: hidden;
}

.team-list li {
  float: left;
  list-style: none inside;
}

html, body {
  font-family: "PT Sans Narrow", helvetica, arial, sans-serif;
  font-size: 100%;
  font-weight: 300;
  height: 100%;
}

.content-container, .signup-page, .student-signup-page, .global-errors, footer[role=contentinfo] .content, .page-title .msg, .body-content {
  box-sizing: border-box;
  flex-direction: column;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  overflow: visible;
}

a {
  text-decoration: none;
  color: #2966a3;
}

p {
  line-height: 1.4em;
  margin: 0.5em 0;
  color: #333333;
}

.contact-info {
  list-style: none;
  padding: 0;
  margin: 1em 0;
}

.border-box, #mailing-list-modal, .msg, .rounded-input, .dashboard-container input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.rounded-input, .dashboard-container input {
  display: block;
  height: 28px;
  width: 100px;
  font-size: 14px;
  padding: 0 0.625em;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

@media (max-width: 768px) {
  .rounded-input, .dashboard-container input {
    width: calc(100% - 2px);
    height: 50px;
    padding: 0;
  }
}
.skiplink-text {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
  padding: 5px 20px;
  color: #ffffff;
  background-color: #1e6cfe;
  border-radius: 5px;
  z-index: 100000;
  font-weight: bold;
  text-decoration: underline;
}

a.skiplink-text:active,
a.skiplink-text:focus,
a.skiplink-text:hover {
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
}

area,
input.text,
input[type=text],
input[type=button],
input[type=submit],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 16px;
}

/* normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted #3b99fc;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1, .h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2, .h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3, .h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4, .h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5, .h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6, .h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}

/* 2 */
q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  /* 1 */
  *overflow: visible;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, #setEnrollmentsForm .ms-container:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 25px;
  padding: 0 4px 0 0px;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, #setEnrollmentsForm .fa-pull-left.ms-container:before {
  margin-right: 0.3em;
}
.fa.fa-pull-right, #setEnrollmentsForm .fa-pull-right.ms-container:before {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, #setEnrollmentsForm .pull-left.ms-container:before {
  margin-right: 0.3em;
}
.fa.pull-right, #setEnrollmentsForm .pull-right.ms-container:before {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before, #setEnrollmentsForm .ms-container:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

/*!
 * jQuery UI Bootstrap (0.5)
 * http://addyosmani.github.com/jquery-ui-bootstrap
 *
 * Copyright 2012 - 2013, Addy Osmani
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *
 * Portions copyright jQuery UI & Twitter Bootstrap
 */
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url(/images/jquery-ui/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x;
  color: #404040;
}

.ui-widget-content a {
  color: #404040;
}

.ui-widget-header {
  font-weight: bold;
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border: 1px solid #666;
}

.ui-widget-header a {
  color: #222222;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(/images/jquery-ui/ui-icons_222222_256x240.png);
}

.ui-widget-content .ui-icon {
  background-image: url(/images/jquery-ui/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(/images/jquery-ui/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
  background-image: url(/images/jquery-ui/ui-icons_888888_256x240.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(/images/jquery-ui/ui-icons_454545_256x240.png);
}

.ui-state-active .ui-icon {
  background-image: url(/images/jquery-ui/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(/images/jquery-ui/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(/images/jquery-ui/ui-icons_f6cf3b_256x240.png);
}

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-off {
  background-position: -96px -144px;
}

.ui-icon-radio-on {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/*
 * jQuery UI Datepicker 1.9.0
 *
 * Copyright 2012-10-11, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/datepicker/
 */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  border: 0px;
  font-weight: bold;
  width: 100%;
  padding: 4px 0;
  background-color: #f5f5f5;
  color: #808080;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  /*top: 1px;*/
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  /*left:1px;*/
}

.ui-datepicker .ui-datepicker-next-hover {
  /*right:1px;*/
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}

.ui-datepicker th {
  font-weight: bold;
  color: gray;
}

.ui-datepicker-today a:hover {
  background-color: #808080;
  color: #ffffff;
}

.ui-datepicker-today a {
  background-color: #BFBFBF;
  cursor: pointer;
  padding: 0 4px;
  margin-bottom: 0px;
}

.ui-datepicker td a {
  margin-bottom: 0px;
  border: 0px;
}

.ui-datepicker td:hover {
  color: #ffffff;
}

.ui-datepicker td .ui-state-default {
  border: 0px;
  background: none;
  margin-bottom: 0px;
  padding: 5px;
  color: gray;
  text-align: center;
  filter: none;
}

.ui-datepicker td .ui-state-active {
  background: #BFBFBF;
  margin-bottom: 0px;
  font-size: normal;
  text-shadow: 0px;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ui-datepicker td .ui-state-hover {
  color: #ffffff;
  background: #0064cd;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#049cdb", endColorstr="#0064cd", GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

.ie {
  /*
   * jQuery UI Tabs 1.9.0
   *
   * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
   * Dual licensed under the MIT or GPL Version 2 licenses.
   * http://jquery.org/license
   *
   * http://jqueryui.com/tabs/
   */
}
.ie .ui-corner-all, .ie .ui-corner-top, .ie .ui-corner-right, .ie .ui-corner-left, .ie .ui-corner-bottom {
  border-radius: 0px;
}
.ie .ui-state-active, .ie .ui-tabs-selected {
  border-radius: 0px;
}
.ie .ui-tabs-selected {
  border-radius: 0px;
}
.ie .ui-tabs .ui-tabs-nav li {
  filter: none;
}
.ie .ui-tabs .ui-tabs-nav li a {
  border-radius: 0px;
}

/* 
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */
@font-face {
  font-family: "foundation-icons";
  src: url("../fonts/foundation-icons.eot");
  src: url("../fonts/foundation-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/foundation-icons.woff") format("woff"), url("../fonts/foundation-icons.ttf") format("truetype"), url("../fonts/foundation-icons.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}

.fi-address-book:before {
  content: "\f100";
}

.fi-alert:before {
  content: "\f101";
}

.fi-align-center:before {
  content: "\f102";
}

.fi-align-justify:before {
  content: "\f103";
}

.fi-align-left:before {
  content: "\f104";
}

.fi-align-right:before {
  content: "\f105";
}

.fi-anchor:before {
  content: "\f106";
}

.fi-annotate:before {
  content: "\f107";
}

.fi-archive:before {
  content: "\f108";
}

.fi-arrow-down:before {
  content: "\f109";
}

.fi-arrow-left:before {
  content: "\f10a";
}

.fi-arrow-right:before {
  content: "\f10b";
}

.fi-arrow-up:before {
  content: "\f10c";
}

.fi-arrows-compress:before {
  content: "\f10d";
}

.fi-arrows-expand:before {
  content: "\f10e";
}

.fi-arrows-in:before {
  content: "\f10f";
}

.fi-arrows-out:before {
  content: "\f110";
}

.fi-asl:before {
  content: "\f111";
}

.fi-asterisk:before {
  content: "\f112";
}

.fi-at-sign:before {
  content: "\f113";
}

.fi-background-color:before {
  content: "\f114";
}

.fi-battery-empty:before {
  content: "\f115";
}

.fi-battery-full:before {
  content: "\f116";
}

.fi-battery-half:before {
  content: "\f117";
}

.fi-bitcoin-circle:before {
  content: "\f118";
}

.fi-bitcoin:before {
  content: "\f119";
}

.fi-blind:before {
  content: "\f11a";
}

.fi-bluetooth:before {
  content: "\f11b";
}

.fi-bold:before {
  content: "\f11c";
}

.fi-book-bookmark:before {
  content: "\f11d";
}

.fi-book:before {
  content: "\f11e";
}

.fi-bookmark:before {
  content: "\f11f";
}

.fi-braille:before {
  content: "\f120";
}

.fi-burst-new:before {
  content: "\f121";
}

.fi-burst-sale:before {
  content: "\f122";
}

.fi-burst:before {
  content: "\f123";
}

.fi-calendar:before {
  content: "\f124";
}

.fi-camera:before {
  content: "\f125";
}

.fi-check:before {
  content: "\f126";
}

.fi-checkbox:before {
  content: "\f127";
}

.fi-clipboard-notes:before {
  content: "\f128";
}

.fi-clipboard-pencil:before {
  content: "\f129";
}

.fi-clipboard:before {
  content: "\f12a";
}

.fi-clock:before {
  content: "\f12b";
}

.fi-closed-caption:before {
  content: "\f12c";
}

.fi-cloud:before {
  content: "\f12d";
}

.fi-comment-minus:before {
  content: "\f12e";
}

.fi-comment-quotes:before {
  content: "\f12f";
}

.fi-comment-video:before {
  content: "\f130";
}

.fi-comment:before {
  content: "\f131";
}

.fi-comments:before {
  content: "\f132";
}

.fi-compass:before {
  content: "\f133";
}

.fi-contrast:before {
  content: "\f134";
}

.fi-credit-card:before {
  content: "\f135";
}

.fi-crop:before {
  content: "\f136";
}

.fi-crown:before {
  content: "\f137";
}

.fi-css3:before {
  content: "\f138";
}

.fi-database:before {
  content: "\f139";
}

.fi-die-five:before {
  content: "\f13a";
}

.fi-die-four:before {
  content: "\f13b";
}

.fi-die-one:before {
  content: "\f13c";
}

.fi-die-six:before {
  content: "\f13d";
}

.fi-die-three:before {
  content: "\f13e";
}

.fi-die-two:before {
  content: "\f13f";
}

.fi-dislike:before {
  content: "\f140";
}

.fi-dollar-bill:before {
  content: "\f141";
}

.fi-dollar:before {
  content: "\f142";
}

.fi-download:before {
  content: "\f143";
}

.fi-eject:before {
  content: "\f144";
}

.fi-elevator:before {
  content: "\f145";
}

.fi-euro:before {
  content: "\f146";
}

.fi-eye:before {
  content: "\f147";
}

.fi-fast-forward:before {
  content: "\f148";
}

.fi-female-symbol:before {
  content: "\f149";
}

.fi-female:before {
  content: "\f14a";
}

.fi-filter:before {
  content: "\f14b";
}

.fi-first-aid:before {
  content: "\f14c";
}

.fi-flag:before {
  content: "\f14d";
}

.fi-folder-add:before {
  content: "\f14e";
}

.fi-folder-lock:before {
  content: "\f14f";
}

.fi-folder:before {
  content: "\f150";
}

.fi-foot:before {
  content: "\f151";
}

.fi-foundation:before {
  content: "\f152";
}

.fi-graph-bar:before {
  content: "\f153";
}

.fi-graph-horizontal:before {
  content: "\f154";
}

.fi-graph-pie:before {
  content: "\f155";
}

.fi-graph-trend:before {
  content: "\f156";
}

.fi-guide-dog:before {
  content: "\f157";
}

.fi-hearing-aid:before {
  content: "\f158";
}

.fi-heart:before {
  content: "\f159";
}

.fi-home:before {
  content: "\f15a";
}

.fi-html5:before {
  content: "\f15b";
}

.fi-indent-less:before {
  content: "\f15c";
}

.fi-indent-more:before {
  content: "\f15d";
}

.fi-info:before {
  content: "\f15e";
}

.fi-italic:before {
  content: "\f15f";
}

.fi-key:before {
  content: "\f160";
}

.fi-laptop:before {
  content: "\f161";
}

.fi-layout:before {
  content: "\f162";
}

.fi-lightbulb:before {
  content: "\f163";
}

.fi-like:before {
  content: "\f164";
}

.fi-link:before {
  content: "\f165";
}

.fi-list-bullet:before {
  content: "\f166";
}

.fi-list-number:before {
  content: "\f167";
}

.fi-list-thumbnails:before {
  content: "\f168";
}

.fi-list:before {
  content: "\f169";
}

.fi-lock:before {
  content: "\f16a";
}

.fi-loop:before {
  content: "\f16b";
}

.fi-magnifying-glass:before {
  content: "\f16c";
}

.fi-mail:before {
  content: "\f16d";
}

.fi-male-female:before {
  content: "\f16e";
}

.fi-male-symbol:before {
  content: "\f16f";
}

.fi-male:before {
  content: "\f170";
}

.fi-map:before {
  content: "\f171";
}

.fi-marker:before {
  content: "\f172";
}

.fi-megaphone:before {
  content: "\f173";
}

.fi-microphone:before {
  content: "\f174";
}

.fi-minus-circle:before {
  content: "\f175";
}

.fi-minus:before {
  content: "\f176";
}

.fi-mobile-signal:before {
  content: "\f177";
}

.fi-mobile:before {
  content: "\f178";
}

.fi-monitor:before {
  content: "\f179";
}

.fi-mountains:before {
  content: "\f17a";
}

.fi-music:before {
  content: "\f17b";
}

.fi-next:before {
  content: "\f17c";
}

.fi-no-dogs:before {
  content: "\f17d";
}

.fi-no-smoking:before {
  content: "\f17e";
}

.fi-page-add:before {
  content: "\f17f";
}

.fi-page-copy:before {
  content: "\f180";
}

.fi-page-csv:before {
  content: "\f181";
}

.fi-page-delete:before {
  content: "\f182";
}

.fi-page-doc:before {
  content: "\f183";
}

.fi-page-edit:before {
  content: "\f184";
}

.fi-page-export-csv:before {
  content: "\f185";
}

.fi-page-export-doc:before {
  content: "\f186";
}

.fi-page-export-pdf:before {
  content: "\f187";
}

.fi-page-export:before {
  content: "\f188";
}

.fi-page-filled:before {
  content: "\f189";
}

.fi-page-multiple:before {
  content: "\f18a";
}

.fi-page-pdf:before {
  content: "\f18b";
}

.fi-page-remove:before {
  content: "\f18c";
}

.fi-page-search:before {
  content: "\f18d";
}

.fi-page:before {
  content: "\f18e";
}

.fi-paint-bucket:before {
  content: "\f18f";
}

.fi-paperclip:before {
  content: "\f190";
}

.fi-pause:before {
  content: "\f191";
}

.fi-paw:before {
  content: "\f192";
}

.fi-paypal:before {
  content: "\f193";
}

.fi-pencil:before {
  content: "\f194";
}

.fi-photo:before {
  content: "\f195";
}

.fi-play-circle:before {
  content: "\f196";
}

.fi-play-video:before {
  content: "\f197";
}

.fi-play:before {
  content: "\f198";
}

.fi-plus:before {
  content: "\f199";
}

.fi-pound:before {
  content: "\f19a";
}

.fi-power:before {
  content: "\f19b";
}

.fi-previous:before {
  content: "\f19c";
}

.fi-price-tag:before {
  content: "\f19d";
}

.fi-pricetag-multiple:before {
  content: "\f19e";
}

.fi-print:before {
  content: "\f19f";
}

.fi-prohibited:before {
  content: "\f1a0";
}

.fi-projection-screen:before {
  content: "\f1a1";
}

.fi-puzzle:before {
  content: "\f1a2";
}

.fi-quote:before {
  content: "\f1a3";
}

.fi-record:before {
  content: "\f1a4";
}

.fi-refresh:before {
  content: "\f1a5";
}

.fi-results-demographics:before {
  content: "\f1a6";
}

.fi-results:before {
  content: "\f1a7";
}

.fi-rewind-ten:before {
  content: "\f1a8";
}

.fi-rewind:before {
  content: "\f1a9";
}

.fi-rss:before {
  content: "\f1aa";
}

.fi-safety-cone:before {
  content: "\f1ab";
}

.fi-save:before {
  content: "\f1ac";
}

.fi-share:before {
  content: "\f1ad";
}

.fi-sheriff-badge:before {
  content: "\f1ae";
}

.fi-shield:before {
  content: "\f1af";
}

.fi-shopping-bag:before {
  content: "\f1b0";
}

.fi-shopping-cart:before {
  content: "\f1b1";
}

.fi-shuffle:before {
  content: "\f1b2";
}

.fi-skull:before {
  content: "\f1b3";
}

.fi-social-500px:before {
  content: "\f1b4";
}

.fi-social-adobe:before {
  content: "\f1b5";
}

.fi-social-amazon:before {
  content: "\f1b6";
}

.fi-social-android:before {
  content: "\f1b7";
}

.fi-social-apple:before {
  content: "\f1b8";
}

.fi-social-behance:before {
  content: "\f1b9";
}

.fi-social-bing:before {
  content: "\f1ba";
}

.fi-social-blogger:before {
  content: "\f1bb";
}

.fi-social-delicious:before {
  content: "\f1bc";
}

.fi-social-designer-news:before {
  content: "\f1bd";
}

.fi-social-deviant-art:before {
  content: "\f1be";
}

.fi-social-digg:before {
  content: "\f1bf";
}

.fi-social-dribbble:before {
  content: "\f1c0";
}

.fi-social-drive:before {
  content: "\f1c1";
}

.fi-social-dropbox:before {
  content: "\f1c2";
}

.fi-social-evernote:before {
  content: "\f1c3";
}

.fi-social-facebook:before {
  content: "\f1c4";
}

.fi-social-flickr:before {
  content: "\f1c5";
}

.fi-social-forrst:before {
  content: "\f1c6";
}

.fi-social-foursquare:before {
  content: "\f1c7";
}

.fi-social-game-center:before {
  content: "\f1c8";
}

.fi-social-github:before {
  content: "\f1c9";
}

.fi-social-google-plus:before {
  content: "\f1ca";
}

.fi-social-hacker-news:before {
  content: "\f1cb";
}

.fi-social-hi5:before {
  content: "\f1cc";
}

.fi-social-instagram:before {
  content: "\f1cd";
}

.fi-social-joomla:before {
  content: "\f1ce";
}

.fi-social-lastfm:before {
  content: "\f1cf";
}

.fi-social-linkedin:before {
  content: "\f1d0";
}

.fi-social-medium:before {
  content: "\f1d1";
}

.fi-social-myspace:before {
  content: "\f1d2";
}

.fi-social-orkut:before {
  content: "\f1d3";
}

.fi-social-path:before {
  content: "\f1d4";
}

.fi-social-picasa:before {
  content: "\f1d5";
}

.fi-social-pinterest:before {
  content: "\f1d6";
}

.fi-social-rdio:before {
  content: "\f1d7";
}

.fi-social-reddit:before {
  content: "\f1d8";
}

.fi-social-skillshare:before {
  content: "\f1d9";
}

.fi-social-skype:before {
  content: "\f1da";
}

.fi-social-smashing-mag:before {
  content: "\f1db";
}

.fi-social-snapchat:before {
  content: "\f1dc";
}

.fi-social-spotify:before {
  content: "\f1dd";
}

.fi-social-squidoo:before {
  content: "\f1de";
}

.fi-social-stack-overflow:before {
  content: "\f1df";
}

.fi-social-steam:before {
  content: "\f1e0";
}

.fi-social-stumbleupon:before {
  content: "\f1e1";
}

.fi-social-treehouse:before {
  content: "\f1e2";
}

.fi-social-tumblr:before {
  content: "\f1e3";
}

.fi-social-twitter:before {
  content: "\f1e4";
}

.fi-social-vimeo:before {
  content: "\f1e5";
}

.fi-social-windows:before {
  content: "\f1e6";
}

.fi-social-xbox:before {
  content: "\f1e7";
}

.fi-social-yahoo:before {
  content: "\f1e8";
}

.fi-social-yelp:before {
  content: "\f1e9";
}

.fi-social-youtube:before {
  content: "\f1ea";
}

.fi-social-zerply:before {
  content: "\f1eb";
}

.fi-social-zurb:before {
  content: "\f1ec";
}

.fi-sound:before {
  content: "\f1ed";
}

.fi-star:before {
  content: "\f1ee";
}

.fi-stop:before {
  content: "\f1ef";
}

.fi-strikethrough:before {
  content: "\f1f0";
}

.fi-subscript:before {
  content: "\f1f1";
}

.fi-superscript:before {
  content: "\f1f2";
}

.fi-tablet-landscape:before {
  content: "\f1f3";
}

.fi-tablet-portrait:before {
  content: "\f1f4";
}

.fi-target-two:before {
  content: "\f1f5";
}

.fi-target:before {
  content: "\f1f6";
}

.fi-telephone-accessible:before {
  content: "\f1f7";
}

.fi-telephone:before {
  content: "\f1f8";
}

.fi-text-color:before {
  content: "\f1f9";
}

.fi-thumbnails:before {
  content: "\f1fa";
}

.fi-ticket:before {
  content: "\f1fb";
}

.fi-torso-business:before {
  content: "\f1fc";
}

.fi-torso-female:before {
  content: "\f1fd";
}

.fi-torso:before {
  content: "\f1fe";
}

.fi-torsos-all-female:before {
  content: "\f1ff";
}

.fi-torsos-all:before {
  content: "\f200";
}

.fi-torsos-female-male:before {
  content: "\f201";
}

.fi-torsos-male-female:before {
  content: "\f202";
}

.fi-torsos:before {
  content: "\f203";
}

.fi-trash:before {
  content: "\f204";
}

.fi-trees:before {
  content: "\f205";
}

.fi-trophy:before {
  content: "\f206";
}

.fi-underline:before {
  content: "\f207";
}

.fi-universal-access:before {
  content: "\f208";
}

.fi-unlink:before {
  content: "\f209";
}

.fi-unlock:before {
  content: "\f20a";
}

.fi-upload-cloud:before {
  content: "\f20b";
}

.fi-upload:before {
  content: "\f20c";
}

.fi-usb:before {
  content: "\f20d";
}

.fi-video:before {
  content: "\f20e";
}

.fi-volume-none:before {
  content: "\f20f";
}

.fi-volume-strike:before {
  content: "\f210";
}

.fi-volume:before {
  content: "\f211";
}

.fi-web:before {
  content: "\f212";
}

.fi-wheelchair:before {
  content: "\f213";
}

.fi-widget:before {
  content: "\f214";
}

.fi-wrench:before {
  content: "\f215";
}

.fi-x-circle:before {
  content: "\f216";
}

.fi-x:before {
  content: "\f217";
}

.fi-yen:before {
  content: "\f218";
}

.fi-zoom-in:before {
  content: "\f219";
}

.fi-zoom-out:before {
  content: "\f21a";
}

.msg {
  padding: 10px;
  border-radius: 5px;
  font-size: 0.9em;
  font-weight: 400;
}

.bg-success, [data-status=success] {
  background: #dff0d8;
  color: #327420;
  border-left: 3px solid #50d22d;
  box-shadow: 0 0 0 1px #50d22d;
}

.bg-warning, [data-status=warning] {
  background: #fcf8f2;
  border-left: 3px solid #f0ad4e;
  box-shadow: 0 0 0 1px #f0ad4e;
}

.bg-error, [data-status=error] {
  background: #fdf7f7;
  color: #d9534f;
  border-left: 3px solid #d9534f;
}

.error-msg {
  background: #d9534f;
  color: white;
  padding: 6px 10px;
}

.callout {
  padding: 20px;
  margin: 0 0 20px 0;
  border: 1px solid #eee;
  background: white;
  border-left-width: 5px;
  border-radius: 3px;
}

.callout p {
  margin-top: 0;
}

.callout p:last-child {
  margin-bottom: 0;
}

.callout-error {
  border-left-color: #d9534f;
}
.callout-error .callout-title {
  color: #d9534f;
}

.callout-success {
  border-left-color: #50d22d;
}
.callout-success .callout-title {
  color: #327420;
}

.callout-warning {
  border-left-color: #f0ad4e;
}
.callout-warning .callout-title {
  color: #f0ad4e;
}

.callout-primary {
  border-left-color: #6ba3e7;
}

.callout--sm {
  padding: 12px 15px;
}

.callout-title {
  margin: 0 0 5px 0;
  /*font-weight: 700;*/
  font-size: 18px;
}

.callout__icon {
  vertical-align: middle;
  float: left;
}

.callout .callout__content p {
  margin-bottom: 10px;
}

.callout__content p:last-child {
  margin-bottom: 0 !important;
}

.callout--has-icon .callout__content {
  overflow: hidden;
}

.callout--has-icon .callout__icon {
  float: left;
  margin-right: 15px;
}

.error-label {
  color: #d9534f;
}

td.callout-field-success {
  background-color: #50d22d;
  color: #224917;
}
td.callout-field-success:first-child {
  background-color: #dff0d8 !important;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

/**
*
* .alert-bar
*
**/
.alert-bar {
  display: none;
  padding: 10px 0;
  background: #d64728;
  text-align: center;
  color: white;
  width: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  z-index: 40;
}
.alert-bar a {
  color: white;
  text-decoration: underline;
}
.alert-bar i:first-child {
  margin: 0 10px 0 0;
}
.alert-bar i {
  float: none;
  margin-left: 10px;
}
.alert-bar.active {
  display: block;
}
.alert-bar img {
  vertical-align: middle;
  margin: 0 2px;
  border: 3px solid #B51E18;
}

.alert-bar-bottom {
  position: absolute;
  bottom: 0;
  top: auto;
}

#msEdgeMicAlert {
  padding-bottom: 65px;
}

.fancybox-overlay {
  z-index: 9999;
}

.fancybox-wrap {
  max-width: 80%;
  /*width: 450px !important;*/
  -webkit-transform: translateZ(0);
  z-index: 10000;
}

.fancybox-inner {
  width: auto !important;
}

.fancybox-skin {
  padding: 20px !important;
}

.modal {
  display: none;
}
.modal p {
  margin-top: 0;
}

.modal__title {
  margin: 0 0 10px 0;
  font-size: 18px;
  line-height: 1.8rem !important;
}

.modal__content {
  margin-bottom: 20px;
}

.modal__footer {
  text-align: right;
}

.modal__footer .btn, .modal__footer input[type=submit], .modal__footer .button, .modal__footer button, .modal__footer .btn-flat, .modal__footer .report-container .date-pickers button, .report-container .date-pickers .modal__footer button {
  display: inline-block;
  margin-left: 5px;
  text-align: center;
  margin: 5px 0;
}

@media (max-width: 768px) {
  .modal__footer .btn, .modal__footer input[type=submit], .modal__footer .button, .modal__footer button, .modal__footer .btn-flat, .modal__footer .report-container .date-pickers button, .report-container .date-pickers .modal__footer button {
    width: 100%;
  }
}
/*************************/
/* Dropdown Navigation
/*************************/
.nav {
  font-size: 1em;
  line-height: 3.625em;
  list-style: none;
}
.nav li a {
  display: inline-block;
}
.nav i {
  margin-right: 8px;
}
.nav .dropdown {
  display: none;
  position: absolute;
  padding: 0;
  left: 0;
  top: 38px;
  width: 300px;
  text-transform: capitalize;
  box-shadow: rgba(107, 163, 231, 0.7) 2px 2px 2px;
  z-index: 1000;
  background: #15579a;
}
.nav .dropdown li {
  display: block;
  z-index: 1000;
  position: relative;
  margin: 0;
  padding: 0;
  float: none;
}
.nav .dropdown li.active a {
  background: #6ba3e7;
}
.nav .dropdown li a {
  display: block;
  color: white;
  padding: 8px 20px;
  border-top: 2px solid #6ba3e7;
}
.nav .dropdown li a:hover {
  background: #6ba3e7;
}
.nav .dropdown li:first-child a {
  border: none;
}
.nav li.has-dropdown:hover {
  position: relative;
}
.nav li.has-dropdown:hover .dropdown {
  display: block;
}

.reports-nav .nav .dropdown-anchor {
  position: relative;
}
.reports-nav .nav .dropdown-menu a {
  display: block;
  z-index: 1000;
  position: relative;
  margin: 0;
  float: none;
  color: white;
  padding: 0 20px;
  line-height: 2.7em;
  border-top: 2px solid #6ba3e7;
}
.reports-nav .nav .dropdown-menu a:first-child {
  border: none;
}
.reports-nav .nav .dropdown-menu a:hover {
  background: #6ba3e7;
}
.reports-nav .nav .dropdown-menu a.active {
  background: #6ba3e7;
}

@media (max-width: 850px) {
  .dropdown {
    width: 100%;
  }
}
/* Forms
*************************************/
form {
  padding: 0;
}
form p {
  margin: 0 0 1em 0;
}
form input, form text-area {
  padding: 5px 10px;
}
form input, form select, form textarea, form button {
  font-size: 14px;
}
form .input-label {
  margin: 0 15px 0 0;
  color: #646464;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}
form .input-label:first-letter {
  text-transform: capitalize;
}
form .hasDatepicker {
  display: inline-block;
}

@media (min-width: 768px) {
  form {
    position: relative;
  }
}
.form {
  position: relative;
}

.form-callout {
  margin-bottom: 20px;
  font-size: 18px;
  color: #333;
}

#allStudentInfo .form-well .field-group {
  max-width: 500px;
  margin: 6px auto;
}

.form-well {
  border: 1px solid #f2f2f2;
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px 20px 20px;
  margin: 20px;
  position: relative;
}
.form-well .btn-bar {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f2f2f2;
}
.form-well button {
  font-family: "PT Sans Narrow", helvetica, arial, sans-serif;
  font-weight: normal;
}
.form-well .field-group:last-child {
  margin-bottom: 0;
}
.form-well .field-group:first-child {
  margin-bottom: 15px;
}
.form-well .checkbox-group {
  margin-bottom: 15px;
}
.form-well .checkbox-group .field-group {
  margin-bottom: 10px;
}
.form-well .legal {
  display: block;
  margin: 15px 0;
}

@media screen and (min-width: 850px) {
  .form-well {
    margin: 0 0 20px 0;
  }
}
.checkbox-group-title {
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0;
}

.error-message {
  color: #d9534f;
}

.error-summary {
  display: none;
}
.error-summary.shown {
  display: block;
  color: #d9534f;
  border: 1px solid #d9534f;
  margin: 5px 0;
  padding: 10px;
  max-width: 400px;
}

.required-field-msg {
  font-size: 14px;
}

.required-field-msg, .required-field {
  color: #d0403c;
}

.radio-group {
  display: block;
}
.radio-group .input-label {
  margin-right: 10px;
}
.radio-group input {
  margin-right: 20px;
}
.radio-group .radio-custom-label {
  margin-right: 20px;
}

.buttonset .field-group-inline {
  margin-bottom: 0;
}

.buttonset .input-label {
  font-weight: 300;
}

#toggleNewPitchRange {
  display: block;
}

#cancelToggle {
  display: none;
  background-color: #E9E9E9;
  color: #333;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.field-group {
  position: relative;
  margin: 0 0 15px 0;
}
.field-group input[type=checkbox] {
  float: left;
  margin-right: 10px;
}
.field-group .input-label {
  line-height: 2.2;
  display: block;
  font-size: 15px;
}
.field-group .input-label__desc {
  font-size: 14px;
  font-weight: normal;
}
.field-group .field {
  position: relative;
}
.field-group .field input {
  clear: both;
}
.field-group .field img {
  vertical-align: middle;
}
.field-group .field span {
  font-size: 14px;
  float: left;
  margin-bottom: 5px;
}
.field-group .field--has-desc {
  margin-bottom: 10px;
}

.field-desc {
  overflow: hidden;
  margin: 0 0 10px 0;
  line-height: 1.8;
}

.field-group__error-message {
  margin-top: 10px;
  display: none;
  font-size: 14px;
  clear: both;
}

.field-group__error-message.error-message:empty {
  padding: 0;
  margin: 0;
}

.field-desc--below {
  font-size: 14px;
}

.custom-level-page #pitchRangePicker {
  margin: 0 0 20px 0;
}
.custom-level-page #pitchRangePicker .pitch-selector-container {
  display: flex;
  align-items: center;
}

@media (max-width: 940px) {
  #pitchRangePicker .radio-group {
    display: flex;
    flex-wrap: wrap;
  }
  #pitchRangePicker .radio-group > div {
    width: 50%;
    margin-right: 0;
  }
  #pitchRangePicker .radio-group img {
    align-self: center;
  }
}
#pitchRangePicker .radio-group {
  display: flex;
}
#pitchRangePicker .radio-group .input-label {
  display: inline-block;
  border: 1px solid #C0C0C0;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 160px;
  border-radius: 4px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
#pitchRangePicker .radio-group .input-label:hover {
  cursor: pointer;
  background-color: #F5F5F5;
}
#pitchRangePicker .radio-group .input-label.active {
  background-color: #fff;
  border: 2px solid #055bfe;
}
#pitchRangePicker .radio-group .input-label .radio-custom {
  width: 110px;
  height: 100%;
}
#pitchRangePicker .radio-group .input-label .radio-custom-label {
  display: none;
}
#pitchRangePicker .radio-group .input-label img {
  max-height: 115px;
  padding: 24px 40px 5px 40px;
}
#pitchRangePicker .radio-group .input-label .field-group--radio .input-label {
  margin: 0 20px;
}

#rangeEnsembleFilters button.rangeEnsemble {
  border: 1px solid #C0C0C0;
  background-color: #fff;
  color: #333;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  font-family: "RobotoDraft", "Roboto", "Helvetica Neue, Helvetica, Arial", sans-serif;
  margin: 0 2px;
  padding: 12px 26px;
  font-size: 16px;
}
#rangeEnsembleFilters button.rangeEnsemble.active {
  background: #055bfe;
  color: #fff;
}

.field-group--inline {
  display: inline-block;
  vertical-align: top;
}
.field-group--inline .input-label {
  display: inline-block;
}

.field-group--has-error input {
  border-color: #d9534f;
}
.field-group--has-error .checkbox-custom + .checkbox-custom-label:before, .field-group--has-error .radio-custom + .radio-custom-label:before {
  color: #d9534f;
}
.field-group--has-error .error-message {
  display: block;
}

.field-group-descr {
  margin: 0 0 20px 0;
}

.field-callout {
  margin-bottom: 10px;
}

.field-inline {
  display: inline-block;
}

.field-group-row .field-group {
  float: left;
  margin-left: 20px;
  margin-top: 0;
}
.field-group-row .field-group:first-child {
  margin-left: 0;
}

.field-group--checkbox .input-label {
  margin: 5px 0 0 32px;
  font-weight: 400;
  line-height: 20px;
}
.field-group--checkbox .field-desc {
  margin-left: 35px;
}

.field-group--radio .field-desc {
  margin-left: 30px;
}

.field-group--inline {
  display: inline-block;
  margin-right: 25px;
}

.activator-page .field-group--inline label.input-label {
  margin: 0 0 0 28px;
}

#chooseLeapStyleContainer .field-group--inline label.input-label {
  margin: 0 0 0 28px;
}

#chooseLeapStyleContainer .field-group--radio input {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  overflow: hidden !important;
}

.field-group--radio label.input-label {
  margin: 0 0 0 28px;
}

.field-group .optional-field .input-label,
.input-label__desc {
  font-weight: normal;
  font-size: 16px;
  line-height: 2.2;
}

@media (max-width: 768px) {
  .field-group .input-label {
    font-size: 13px;
  }
}
.checkbox-custom {
  opacity: 0;
  position: absolute !important;
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
  position: relative;
  display: block;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
  font-family: "FontAwesome";
  content: "\f096";
  font-size: 26px;
  color: #c4d9ed;
  position: absolute;
  z-index: 2;
  /*background: #fff;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;*/
}

.radio-custom + .radio-custom-label:before {
  content: "\f10c";
  font-size: 24px;
}

.checkbox-custom + .checkbox-custom-label:after, .radio-custom + .radio-custom-label:after {
  font-family: "FontAwesome";
  content: "\f0c8";
  font-size: 24px;
  position: absolute;
  z-index: 1;
  color: white;
}

.radio-custom + .radio-custom-label:after {
  content: "\f111";
  font-size: 24px;
}

.for-checkbox {
  position: relative;
  height: 34px;
  width: 26px;
  margin: 0;
  padding: 0;
}
.for-checkbox.with-text {
  padding: 10px 0 0 30px;
  width: inherit;
}
.for-checkbox.with-text.bulk-archive-all {
  padding: 1px 0 0 30px;
  width: 200px;
  margin-bottom: 4px;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
  font-family: "FontAwesome";
  content: "\f14a";
  font-size: 24px;
  color: #1e6cfe;
}

/*.radio-custom:checked + .radio-custom-label:before {
    content: $fa-var-circle;
    color: $srfRed;
    font-size: 20px;
}*/
.radio-custom:checked + .radio-custom-label:after {
  content: "\f111";
  color: currentColor;
  z-index: 2;
}

.radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
  /*background: $srfRed;*/
  /*box-shadow: inset 0px 0px 0px 4px #fff;*/
}

.radio-custom-label,
.checkbox-custom-label {
  position: absolute;
  top: 0px;
  left: 0;
  line-height: 1.3;
}

.radio-custom-label {
  top: -2px;
}

.radio-custom:focus + .radio-custom-label:before {
  outline: 1px dotted -webkit-focus-ring-color;
}

.max-100 {
  max-width: 100px;
}

.max-200 {
  max-width: 200px;
}

.max-600 {
  max-width: 600px;
}

/* New Account Activator */
.activator-page .container .button {
  float: right;
}

.activator-page a {
  cursor: pointer;
}

.activator-page .form-well {
  margin-bottom: 15px;
}
.activator-page .form-well h4 {
  margin-top: 0;
}
.activator-page .form-well .field-group {
  margin-bottom: 0;
}

.newTeacherMain .field-group--checkbox .input-label {
  line-height: 38px;
}

.studentGroup, .teacherAdminGroup {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 15px 15px 0;
}

.field-group .field input.studentTotal, .field-group .field input.teacherTotal {
  width: 165px;
}

.linkTeacherContainer .newTeacherGroup {
  padding-top: 25px;
  border-top: 1px solid #e0e6e8;
}

.newTeacherGroup {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newTeacherGroup .field-group:not(:last-child) {
  padding-right: 15px;
}

@media (min-width: 768px) {
  .trial--checkbox {
    margin-top: 34px;
  }

  .studentGroup, .teacherAdminGroup {
    flex-direction: row;
  }
}
.linkTeacher {
  background-image: url("/assets/images/linkTeacher.png");
  background-repeat: no-repeat;
  text-align: left;
  padding-right: 10px;
  padding-left: 42px;
  background-position: 0px;
  font-size: 16px;
  background-size: 26px;
  font-weight: 500;
}

.newTeacher {
  background-image: url("/assets/images/newTeacher.png");
  background-repeat: no-repeat;
  text-align: left;
  padding-right: 10px;
  padding-left: 42px;
  background-position: 0px;
  font-size: 16px;
  background-size: 26px;
  font-weight: 500;
}

.removeTeacher {
  display: none;
  margin: 0 0 20px 0;
}

.secondary-form.teacher {
  margin-top: 14px;
}

.cloned .field-group--inline label.input-label {
  line-height: 38px;
}
.cloned .linkTeacherContainer {
  margin-top: 14px;
}

.includeStudents {
  padding-bottom: 18px;
}

.newTeacherGroup.cloned .removeTeacher {
  display: block;
}

.break {
  flex-basis: 100%;
  height: 0;
}

.subLength {
  font-weight: 500;
  color: #444;
  line-height: 1.3;
  padding: 0.7em 1.4em 0.7em 0.8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0;
  /* border-radius: .5em; */
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  width: 100px;
  font-size: 17px;
  border: 2px solid #e0e6e8;
  box-shadow: none;
  letter-spacing: none;
}

.label-indent {
  margin-left: 30px;
}

.separated {
  border-bottom: 1px solid #D1D9DD;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.icon-label {
  display: flex;
  align-items: center;
}
.icon-label img {
  height: 20px;
  margin-right: 10px;
}

.tos-links {
  text-align: center;
}
.tos-links a {
  display: inline-block;
  padding: 10px;
  font-size: 0.9em;
}

.bulk-archive-buttons {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.bulk-archive-buttons button {
  margin-left: 20px;
}

.screen-reader-only {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0 0, 0 0, 0 0);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
  overflow: hidden !important;
}

.multiple-errors {
  color: red;
  padding: 10px;
}
.multiple-errors:empty {
  display: none;
}
.multiple-errors ol {
  color: red;
}

.practiceSettingsForm section {
  margin-bottom: 15px;
}
.practiceSettingsForm .error-message {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 10px;
}
.practiceSettingsForm .field-group--has-error .boolean-right-check-group {
  border: 1px solid #d9534f;
}
.practiceSettingsForm .levels-container .pss-select-all {
  border-bottom: 1px solid #DEDEDE;
}
.practiceSettingsForm .pss-select-all {
  width: 100%;
  max-width: 380px;
  padding: 0 0 20px 0;
}
@media screen and (min-width: 960px) {
  .practiceSettingsForm .pss-select-all {
    max-width: 100%;
    padding: 0px 20px 20px 0;
  }
}
.practiceSettingsForm .boolean-right-check-group {
  display: inline-flex;
  border-radius: 6px;
  flex-direction: column;
  width: 100%;
  max-width: 380px;
  border: 1px solid transparent;
  margin-bottom: -7px;
}
.practiceSettingsForm .boolean-right-check-group .checkbox {
  margin: 0;
}
.practiceSettingsForm .boolean-right-check-group .checkbox span {
  font-size: 19px;
  background: #fff;
  padding: 2px;
  color: #606878;
  transition: box-shadow 0.4s ease;
  height: 100%;
  width: 100%;
  line-height: 46px;
  display: inline-block;
  border: 1px solid transparent;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}
.practiceSettingsForm .boolean-right-check-group .checkbox span:nth-child(2n) {
  border-right: 1px solid #ccc;
}
.practiceSettingsForm .boolean-right-check-group .checkbox input[type=checkbox]:checked + span {
  background: #f9fdff;
  color: #0074db;
}
.practiceSettingsForm .boolean-right-check-group .checkbox input[type=checkbox] + span span:after {
  content: "•";
  float: right;
  color: #ccc;
  font-size: 2em;
}
.practiceSettingsForm .boolean-right-check-group .checkbox input[type=checkbox]:checked + span span:after {
  content: "✓";
  float: right;
  color: #0074db;
  font-size: 1em;
}
.practiceSettingsForm .boolean-right-check-group .checkbox input[type=checkbox] + span span {
  display: inline-block;
  padding-left: 20px;
  padding-right: 10px;
  border: none;
}
.practiceSettingsForm .boolean-right-check-group .checkbox input[type=checkbox]:focus + span span {
  outline: 2px dotted #0074db;
}
@media screen and (min-width: 960px) {
  .practiceSettingsForm .boolean-right-check-group {
    flex-direction: row;
    min-width: 760px;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #efefef;
  }
  .practiceSettingsForm .boolean-right-check-group .checkbox {
    width: 379px;
  }
}
.practiceSettingsForm .form-well {
  margin-bottom: 20px;
}
.practiceSettingsForm .pss-radio {
  margin-right: 2px;
}
.practiceSettingsForm .field .input-label .pss-radio-custom-label {
  font-weight: normal;
  float: none;
  font-size: 16px;
}
.practiceSettingsForm .pss-radio:focus {
  outline: none;
}
.practiceSettingsForm .pss-radio:focus + span {
  outline: 2px dotted #4854FF;
}
.practiceSettingsForm .radio-group .field-group {
  margin-bottom: 0;
}

.pss-section {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px 0;
}
.pss-section:first-of-type {
  margin-top: 12px;
}
.pss-section h3 {
  margin: 0;
}
.pss-section .field-group {
  margin: 4px 20px 0 0;
}
.pss-section [data-value=LetStudentChoose], .pss-section [data-value=Locked], .pss-section [data-value=Disabled] {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 12px;
  font-style: italic;
  display: block;
  color: #707070;
}

.pss-level-list {
  margin: 0 0 15px 15px;
  max-width: 560px;
  position: relative;
}
.pss-level-list h4 {
  margin-bottom: 12px;
  font-weight: 400;
}
.pss-level-list h4:first-of-type {
  margin-top: 0;
}
.pss-level-list h4::before {
  content: "■";
  position: absolute;
  left: -1.2em;
  /* Adjust this value so that it appears where you want. */
  font-size: 0.6em;
  /* Adjust this value so that it appears what size you want. */
}

button.tiny-button {
  background-color: white;
  padding: 2px;
  font-size: 1em;
  color: #4854FF;
  font-family: "Roboto", sans-serif;
}

.mixer-button-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #D1D1D1;
  flex-direction: row;
  border: 1px solid transparent;
  max-width: 759px;
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
}
.mixer-button-list li {
  width: 378px;
  font-size: 19px;
  background: #fffffd;
  border: 1px solid transparent;
  border-bottom: 1px solid #D1D1D1;
  line-height: 46px;
  position: relative;
}
.mixer-button-list li.selected {
  background: #F9FDFF;
  color: #0074db;
}
.mixer-button-list li.selected::after {
  content: "✓";
  position: absolute;
  right: 10px;
  top: 8px;
  color: #0074db;
}
.mixer-button-list a {
  color: #606878;
  display: inline-block;
  padding: 8px 22px;
  width: 100%;
}
.mixer-button-list a:hover {
  background-color: #EAF5FF;
}

.mxr-btn, .icon-wrap, .mxr-btn-list a {
  font-family: "PT Sans Narrow", helvetica, arial, sans-serif;
  font-size: 22px;
  padding: 12px 20px;
  display: inline-block;
  box-sizing: border-box;
  background: #cadcf0;
  border: none;
  border-radius: 5px;
}
.mxr-btn:hover, .icon-wrap:hover, .mxr-btn-list a:hover {
  background: #6a8caf;
  color: white;
}
.mxr-btn.active, .active.icon-wrap, .mxr-btn-list a.active {
  background: #d64728;
  color: white;
}
.mxr-btn.active:hover, .active.icon-wrap:hover, .mxr-btn-list a.active:hover {
  background: #c14024;
}
.mxr-btn.disabled, .disabled.icon-wrap, .mxr-btn-list a.disabled {
  opacity: 0.2;
  /*&:hover {
    background: lighten($mxr-color, 5);
  }*/
  cursor: default;
}

.mxr-btn-list {
  overflow: hidden;
  *zoom: 1;
  box-sizing: border-box;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.mxr-btn-list li {
  font-size: 20px;
  float: left;
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
  margin-left: 0;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  /*cursor: pointer;*/
  color: #2966a3;
}

.mxr-btn-list a {
  width: 100%;
}

.mxr-btn-list li.selected a {
  background: #d64728;
  color: white;
}
.mxr-btn-list li.selected a:hover {
  background: #d64728;
}

.mxr-btn-list li a:hover {
  background: #6a8caf;
  color: white;
}

.mxr-btn-list--small li {
  font-size: 16px;
}

.mxr-btn-list--small a {
  font-size: 16px;
}

.icon-wrap {
  padding: 20px 20px 20px 20px;
  margin: 0 2px 5px 0;
  text-align: center;
  width: 75px;
  height: 75px;
  cursor: pointer;
}
.icon-wrap i {
  display: inline-block;
  float: none;
}
.icon-wrap.active, .icon-wrap.active:hover {
  background-color: white;
}

.rhythms-and-rests img {
  max-width: 100%;
  width: 50px;
  cursor: pointer;
}

.controls {
  float: left;
  position: relative;
  top: 15px;
}
.controls.left .pitch {
  margin: 15px 0 0 10px;
}
.controls.right .pitch {
  margin: 15px 10px 0 0;
}

.control {
  background-size: 100%;
  background-image: linear-gradient(#f3f4f5, #c3c3c3);
  border-radius: 15px;
  border: 1px solid #bfbfbf;
  padding: 0 3px;
  float: left;
}

.controls .pitch a:first-child {
  padding-bottom: 3px;
}

.controls a {
  display: block;
  position: relative;
  text-align: center;
  padding: 6px 0;
  border-top: 1px solid #bfbfbf;
  width: 20px;
  color: #545454;
  font-size: 12px;
  font-weight: bold;
}
.controls a:first-child {
  border: none;
}
.controls a.arrow-up:before {
  content: "";
  width: 0;
  height: 0;
  line-height: 12px;
  display: inline-block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 12px solid #545454;
}
.controls a.arrow-down:before {
  content: "";
  width: 0;
  height: 0;
  line-height: 12px;
  display: inline-block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 12px solid #545454;
}

.mxr-preview {
  float: left;
  display: none;
  margin: 0;
  display: inline-block !important;
  width: auto;
  position: relative;
  text-transform: uppercase;
  display: block;
  overflow: visible !important;
}
.mxr-preview svg {
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  position: relative;
  left: -15px;
}
.mxr-preview path {
  fill: #444;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("../images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.misc-icons-sprite,
.main-navigation .account-link:before {
  background: url("../images/misc-icons.png") no-repeat;
}

.report-icons-sprite,
.spr-chart-blue,
.spr-people-blue,
.spr-people-gray,
.spr-person-gray {
  background: url("../images/report-icons.png") no-repeat;
}

.social-icons-sprite,
.spr-twitter,
.spr-facebook {
  background: url("../images/social-icons.png") no-repeat;
}

/*.feature-icons-sprite,
.home-features .feature-icons-customize,
.home-features .feature-icons-ensemble,
.home-features .feature-icons-generate,
.home-features .feature-icons-levels,
.home-features .feature-icons-time,
.home-features .feature-icons-unlimited {
    background: url('../images/feature-icons.png') no-repeat
}
.home-features {
    padding-top: 80px
}
.home-features .feature-icons-customize {
    background-position: 0 -120px
}
.home-features .feature-icons-ensemble {
    background-position: 0 -180px
}
.home-features .feature-icons-generate {
    background-position: 0 -60px
}
.home-features .feature-icons-levels {
    background-position: 0 -300px
}
.home-features .feature-icons-time {
    background-position: 0 0
}
.home-features .feature-icons-unlimited {
    background-position: 0 -240px
}
*/
.spr-chart-blue {
  background-position: 0 -48px;
  height: 24px;
  width: 24px;
}

.spr-people-blue {
  background-position: 0 0;
  height: 24px;
  width: 36px;
}

.spr-people-gray {
  background-position: 0 -24px;
  height: 24px;
  width: 36px;
}

.spr-person-gray {
  background-position: 0 -72px;
  height: 28px;
  width: 28px;
}

.spr-social-icons {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.spr-twitter {
  width: 25px;
  height: 25px;
  background-position: 0 -150px;
  height: 15px;
  width: 15px;
}

.spr-facebook {
  width: 25px;
  height: 25px;
  background-position: 0 -165px;
  height: 15px;
  width: 15px;
}

.add-link {
  background-color: transparent;
  color: #2966a3;
}
.add-link:hover {
  text-decoration: underline;
  background-color: transparent;
  color: inherit;
}
.add-link.link-teacher {
  font-family: "Roboto", sans-serif;
  background-image: url("/assets/images/linkTeacher.png");
  background-repeat: no-repeat;
  text-align: left;
  padding-right: 10px;
  padding-left: 42px;
  background-position: 0;
  font-size: 16px;
  background-size: 26px;
  font-weight: 500;
}
.add-link.add-school {
  font-family: "Roboto", sans-serif;
  background-image: url("/assets/images/newTeacher.png");
  background-repeat: no-repeat;
  text-align: left;
  padding-right: 10px;
  padding-left: 42px;
  background-position: 0;
  font-size: 16px;
  background-size: 26px;
  font-weight: 500;
}

.educator-info.removable {
  border-top: 1px solid #e0e6e8;
  margin-top: 30px;
  padding-top: 20px;
}
.educator-info .input-fields {
  display: flex;
  justify-content: space-between;
}
.educator-info .remove {
  font-family: "Roboto", sans-serif;
  padding: 0 0 15px 0;
  background: inherit;
  color: #2966a3;
  font-size: 1em;
}

.student-accounts {
  margin-bottom: 10px;
}
.student-accounts .input-fields {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.school-info .school-name {
  width: 100%;
  max-width: 750px;
}
.school-info .close-school {
  float: right;
  font-size: 100%;
  color: #1e6cfe;
  border: 1px solid #1e6cfe;
  background: transparent;
  padding: 2px 10px;
}
.school-info .gc-school {
  display: block;
}
.school-info .educator-info .input-field {
  width: 450px;
}
.school-info .subscription-length label {
  font-size: 15px;
  line-height: 28px;
}
.school-info .subscription-length select {
  -webkit-appearance: none;
}
.school-info .subscription-length span {
  display: block;
}

.subscription-length .field-group {
  display: flex;
}
.subscription-length .field-group .field {
  position: relative;
}

select::-ms-expand {
  display: none;
}

.subscription-length .field:after {
  content: "\f078";
  font: normal normal normal 17px/1 FontAwesome;
  color: #333;
  right: 12px;
  top: 5px;
  height: 49px;
  padding: 15px 0px 0px 8px;
  border-left: 1px solid #dfe1e6;
  position: absolute;
  pointer-events: none;
}

.subscription-length select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  display: inline-block;
  width: 120px;
  height: 50px;
  margin: 4px 4px 0 0;
  padding: 0px 18px;
  font-size: 18px;
  line-height: 2;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dfe1e6;
  -ms-word-break: normal;
  word-break: normal;
}

.nasu-form .error-messages {
  font-size: 20px;
  color: red;
  padding-left: 30px;
}
.nasu-form .bottom-row {
  display: flex;
  justify-content: space-between;
}
.nasu-form .button-area {
  width: 530px;
}
.nasu-form .wide {
  width: 100%;
}

.input-field {
  display: inline-block;
}
.input-field textarea {
  width: 100%;
}
.input-field .input-label {
  white-space: nowrap;
}
.input-field input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.input-field .checkbox-label {
  margin-left: 28px;
}
.input-field .check-label:before {
  font-family: "FontAwesome";
  content: "\f096";
  font-size: 30px;
  color: #c4d9ed;
  float: left;
  z-index: 2;
  margin-top: -13px;
  margin-right: 5px;
}
.input-field input[type=checkbox]:checked + .check-label:before {
  font-family: "FontAwesome";
  content: "\f14a";
  font-size: 28px;
  color: #d64728;
}
.input-field input[type=checkbox]:focus + div {
  outline: thin dotted #3b99fc;
  width: 100%;
  height: 100%;
}

.youtube-lazy {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  overflow: hidden;
  width: 100%;
  background: transparent;
}
.youtube-lazy:hover {
  background-color: transparent;
}
.youtube-lazy img {
  opacity: 0.9;
  margin-top: -62px;
  margin-bottom: -68px;
}
.youtube-lazy .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.youtube-lazy .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}
.youtube-lazy .play-button,
.youtube-lazy .play-button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube-lazy.loading img {
  opacity: 0.4;
}
.youtube-lazy.loading .play-button {
  margin: 5px auto;
  font-size: 18px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-indent: -9999em;
  animation: load5 1.1s infinite ease;
  background: transparent;
}
.youtube-lazy.loading .play-button:before {
  display: none;
}

@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #012347, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #012347, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #012347, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #012347, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #012347, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #012347, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #012347, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #012347;
  }
}
.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 20px;
}

.navbar-left {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.navbar-left .navbar-brand__img {
  height: 38px;
  max-height: 38px;
  margin: 0;
  max-width: none;
  position: static;
  top: auto;
  z-index: auto;
}

.navbar-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.navbar-center .top-nav-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}

.navbar-center .top-nav-links li {
  margin: 0;
}

.navbar-center .top-nav-links li a {
  color: #646f79;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 0;
  display: block;
}

.navbar-center .top-nav-links li a:hover {
  color: #333;
}

.navbar-right {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 20px;
}

.navbar-right .auth-links {
  display: flex;
  align-items: center;
  gap: 15px;
}

.navbar-right .auth-links .nav-link {
  color: #646f79;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.navbar-right .auth-links .nav-link.signup-link {
  border: 2px solid #4854FF;
  color: #4854FF;
  font-weight: 600;
  padding: 2px 12px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.navbar-right .auth-links .nav-link:hover {
  color: #333;
  background-color: #f5f5f5;
}

@media (max-width: 959px) {
  .navbar-center .top-nav-links {
    display: none !important;
  }

  .navbar-right .auth-links {
    display: none !important;
  }

  .navbar-topbar {
    display: block !important;
  }

  .navbar-topbar[data-toggle=collapse] ul {
    display: none;
  }

  .navbar-topbar[data-toggle=open] ul {
    display: block;
  }
}
@media (max-width: 768px) {
  .navbar-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    padding: 10px 20px;
  }

  .navbar-center {
    display: none;
  }

  .navbar-left {
    flex: 0 0 auto;
    justify-content: flex-start;
  }

  .navbar-right {
    flex: 0 0 auto;
    justify-content: flex-end;
  }
}
@media (max-width: 959px) and (min-width: 850px) {
  .navbar-topbar {
    display: block !important;
  }
}
.import-level-btn {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 10px;
}

@media screen and (min-width: 400px) {
  .import-level-btn {
    margin-left: 0;
    margin-bottom: 11px;
  }
}
.custom-level-share {
  padding-top: 9px;
  padding-bottom: 10px;
  white-space: nowrap;
}

.userLevels td.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#custom-level-import-form {
  min-height: 400px;
}
#custom-level-import-form .share-error, #custom-level-import-form .import-level-duplicate-name {
  display: none;
}
#custom-level-import-form .import-level-duplicate-name.show-error {
  color: red;
  display: block;
  line-height: 1em;
}
#custom-level-import-form label.show-error {
  color: red;
}
#custom-level-import-form label.show-error .share-error {
  display: block;
  line-height: 1em;
}

button g {
  fill: black;
  stroke: black;
}

@media (forced-colors: active) and (prefers-color-scheme: dark) {
  button g {
    fill: CanvasText;
    stroke: CanvasText;
  }
}
/*$misc-icons-layout: smart;
@import "misc-icons/*.png";

$report-icons-sprite-dimensions: true;
@import "report-icons/*.png"; 

$social-icons-sprite-dimensions: true;
@import "social-icons/*.png"; */
body {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  /* 1, 3 */
  /*min-height: 100vh;*/
  height: 100vh;
}

.main-content {
  background-color: #f7f7f7;
}

.content {
  min-height: 90vh;
  flex: 0 0 auto;
  min-height: 65px;
  box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
}

/*.main-navigation {
  @extend .content-container;
  padding: 0;
  @extend %clearfixer;
  text-align:right;
  ul {
    padding: 0;
    margin: 0;
  }
  li {
    display: block;
    float: left;
    text-align: center;
    position: relative;
    &.current {
      a {
        color: white;
      }
      &:after {
        content: "";
        bottom: -1px;
        height: 0;
        left: 48%;
        width: 0;
        display: block;
        position: absolute;
        border: 5px solid transparent;
        border-bottom: 5px solid adjust-color($c2, $saturation: -30, $lightness: 12);
      }
    }
  }
  a {
    display: inline-block;
    padding: 15px 1em;
    line-height: 30px;
    color: darken($c2, 15);
  }
  .sub-navigation {
    float: right;
  }
  .home {
    width: auto;
    display:block;
    float: left;
    background: image-url("SRF.png") no-repeat left 14px;
    text-align: left;
    a {
      color: #cccccc;
      padding: 15px 0 15px 68px;
    }
  }
  .account-links {
    padding-left: 1em;
    margin-left: 1em;
    border-left: 1px solid #333;
    a {
      padding-right: 0;
    }
  }
  .account-link {
    padding-left: 25px;
    position: relative;
    &:before {
      //@include misc-icons-sprite(user, $dimensions: true);
      content: '';
      display: block;
      position: absolute;
      left: 0;
      margin: .4em .25em 0 0;
      line-height: 2em;
    }
  }
}*/
.body-content {
  margin-bottom: 6em;
}

.tools .dropdown-menu a, .tools .dropdown-menu button {
  width: 90%;
  margin: 5px auto !important;
  display: block;
  text-align: center;
}
.tools .dropdown-menu a {
  line-height: 38px !important;
  background-color: #fff;
  color: #333;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}
.tools .dropdown-menu button {
  background-color: #fff;
  color: #333;
  font-weight: 400;
  font-size: 18px;
}
.tools .dropdown-menu button:hover {
  background-color: #edf1f2;
}

@media screen and (max-width: 768px) {
  .sub-title {
    padding: 1em 1.5em;
    margin: 0;
  }

  .tools {
    padding: 15px 0;
  }
  .tools a, .tools button {
    text-align: center;
    margin: 0 8px 8px 0;
    text-align: center;
    display: flex;
    flex: auto;
    justify-content: center;
  }
}
.page-title h1, .page-title h2 {
  float: left;
  color: #1b5998;
  text-transform: capitalize;
  margin: 0;
}
.page-title .msg {
  margin-top: 1em;
}
.page-title .tools {
  text-align: right;
  font-size: 12px;
  margin: 5px 0 0 0;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.page-title .tools a, .page-title .tools button {
  height: 40px;
  line-height: 16px;
  margin: 0 5px 5px 0;
  vertical-align: top;
  white-space: nowrap;
}
.page-title .tools .inner-dropdown-toggle {
  padding-top: 7px;
  font-size: 26px;
  border: 1px solid #E5E5E5;
  background-color: #ffffff;
  color: #000000;
}
.page-title .tools .inner-dropdown-toggle.dropdown-toggle:after {
  display: none;
}

@media screen and (max-width: 450px) {
  .table-header a {
    flex: 1;
    max-width: 50%;
    height: 44px;
  }
  .table-header a:last-of-type {
    margin: 0 0 0 10px;
  }

  .page-title .tools {
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .page-title .tools a, .page-title .tools button {
    flex: 2;
    width: 50%;
    min-width: 35%;
    margin-top: 10px;
    height: 44px;
  }
  .page-title .tools .inner-dropdown-toggle {
    flex: 1;
    min-width: 10%;
  }
}
.table-header a {
  height: 36px;
}

@media screen and (max-width: 767px) {
  .dataTables_filter {
    padding: 20px;
  }
}
@media screen and (max-width: 850px) {
  .recentAssignmentsSearchPlace, .table0SearchPlace, .table1SearchPlace, .studentFilterPlace {
    width: 100%;
  }

  .dataTables_filter label {
    display: flex;
    align-items: center;
    width: calc(100% - 2px);
    height: 50px;
    padding: 0;
  }
  .dataTables_filter label input {
    margin-left: 5px;
    width: calc(100% - 72px);
    height: 50px;
  }
}
.sub-title {
  background-color: #dbe6f0;
  border-bottom: 1px solid #e1edfa;
  padding: 1em 3.5em;
  margin-bottom: 2em;
}
@media screen and (min-width: 769px) {
  .content {
    margin-bottom: 30px;
  }
}
.content {
  margin-bottom: 0px;
  z-index: 2;
}

footer[role=contentinfo] {
  border-top: 3px double #bed9f4;
  padding: 3em 0;
}
footer[role=contentinfo] p {
  float: left;
  padding-left: 80px;
  background: image-url("SRF.png") no-repeat left -57px;
  color: #cccccc;
  margin: 0;
}
footer[role=contentinfo] p a {
  color: #ccc;
}
footer[role=contentinfo] .footer-nav {
  float: right !important;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: right;
}
footer[role=contentinfo] li {
  list-style: none;
  display: block;
  float: left;
  margin-left: 1em;
  line-height: 2em;
}

/* Style the tab */
.tab {
  overflow: hidden;
  margin: 40px 0;
  padding: 0;
  max-width: 80%;
  text-align: center;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  border-bottom: 5px solid transparent;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  background: transparent;
  color: #333;
  display: flex;
  flex-direction: column;
}
.tab button span {
  width: 100%;
  margin: 20px 0 0 0;
}
.tab button img {
  width: 60px;
  margin: 0 auto;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
  color: #333;
}

/* Create an active/current tablink class */
.tab button.active {
  border-bottom: 5px solid #1e6cfe;
  color: #1e6cfe;
  font-weight: 500;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.tabcontent p {
  padding: 5px 0 0 0;
}
.tabcontent h2, .tabcontent p {
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
}
.tabcontent .primary-wrapper {
  padding-top: 40px;
}
.tabcontent iframe {
  max-width: 640px;
  margin: 40px auto;
  display: block;
}

.integrations .page-title h1 {
  margin-top: 20px;
}
.integrations .page-title h1, .integrations h2 {
  font-weight: 700;
}
.integrations .page-title p {
  text-align: center;
  margin: 0;
  display: block;
  max-width: 80%;
  font-size: 20px;
}
.integrations h3 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.02px;
  line-height: 30px;
}
.integrations h4 {
  color: #000;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Lato", sans-serif;
}
.integrations .page-title ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 20px;
}
.integrations .primary-content {
  float: none;
  margin: 0 auto 40px auto;
}

.benefits li {
  align-items: center;
  justify-content: center;
  display: inline-block;
}

@media screen and (min-width: 650px) {
  .benefits {
    column-count: 2;
  }
}
.benefits {
  padding: 0 0 30px 0;
  text-align: center;
  column-count: 1;
}
.benefits img {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  padding: 7px;
  background-color: rgba(21, 144, 166, 0.15);
  border-radius: 10px;
}
.benefits span {
  text-align: left;
  width: 350px;
  padding: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.6rem;
  color: #58595B;
  font-size: 17px;
  font-weight: 400;
}
.benefits .small {
  padding: 11px;
}

.secondary-section {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
}
.secondary-section .secondary-option {
  flex-direction: row;
  width: 40%;
  display: block;
  margin-right: 10px;
  border: 1px solid grey;
  height: 125px;
  text-align: center;
  padding-top: 50px;
  font-weight: bold;
}
.secondary-section .secondary-option:hover {
  background: #1e6cfe;
  color: #fff;
}

.questions {
  padding: 20px 0 0 0;
}

@media (min-width: 768px) {
  form {
    padding: 0 0 3em;
  }
}
form {
  padding: 0;
}

.data-table caption, #practice-log caption {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0 0, 0 0, 0 0);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
  overflow: hidden !important;
}

.data-table form.delete-button-form {
  padding: 0;
  display: inline-block;
}
.data-table form.delete-button-form button[type=submit] {
  padding: 10px 15px;
}

.global-errors {
  display: block;
  margin: 0 auto 2em;
}
.global-errors .errors {
  display: block;
  text-align: center;
  background: #fdfdf1;
  padding: 0.5em 0;
  color: #b1351a;
}

.error-message {
  color: #d9534f;
}

.site-header-message {
  display: block;
  padding: 1em 5%;
  background-color: #8fb2e4;
  color: #fff;
}
.site-header-message.warning, .site-header-message.error {
  background-color: #ff3631;
}
.site-header-message a {
  color: #fff;
}
.site-header-message .button {
  margin: 0 0 0 1em;
  padding: 2px 1em;
  font-size: 80%;
  float: right;
}

.site-popup-message {
  bottom: -15px;
  left: -200px;
  width: 400px;
  margin-left: 50%;
  position: absolute;
  z-index: 50;
  background: #eee;
  border: 1px solid #bbb;
  padding: 2em 1em 2.75em;
  text-align: center;
  border-radius: 3px;
  box-shadow: #999 0 0 6px;
}
.site-popup-message .button {
  display: block;
  margin: 2em auto 0;
  padding: 2px 1em;
  font-size: 80%;
}

.tiny-form {
  text-align: center;
}
.tiny-form label {
  display: inline-block;
  margin-right: 1em;
}
.tiny-form p {
  color: #666;
  margin-bottom: 2em;
}
.tiny-form input, .tiny-form label {
  vertical-align: top !important;
}
.tiny-form input[type=submit] {
  margin-top: 2em;
}
.tiny-form .error-message {
  color: #b1351a;
}

label,
textarea {
  display: block;
}

input {
  display: inline-block;
}

textarea {
  width: 60%;
  height: 8em;
}

input[type=text],
input[type=password],
textarea,
select[multiple] {
  font-size: 18px;
  line-height: 175%;
  border: 1px solid #bed9f4;
  padding: 0.25em;
  margin: 0;
}

select[multiple] {
  padding: 12px 10px;
}

input[type=text],
input[type=password] {
  min-height: 30px;
}

input[type=checkbox] {
  float: left;
  /*margin-right: 1em;
  margin-top: 0.25em;*/
  margin: 5px 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}

label {
  color: #303030;
  line-height: 2em;
  margin-bottom: 1em;
  padding: 0;
}

.input-label {
  font-size: 16px;
}

input[type=submit],
.button {
  border-radius: 3px;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 0;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  background: #5c99d6;
  background-size: 100%;
  background-image: linear-gradient(#93bfec, #3c8cdd);
  border: 1px solid #2680d9;
  border-bottom-color: #5299e0;
  color: white;
  display: inline-block;
  padding: 0.5em 3em;
  margin: 1em 1em 1em 0;
}
input[type=submit]:hover,
.button:hover {
  background-size: 100%;
  background-image: linear-gradient(#7db3e8, #2680d9);
}
input[type=submit]:active, input[type=submit].button-active,
.button:active,
.button.button-active {
  background-size: 100%;
  background-image: linear-gradient(#27619b, #3380cc);
}

input[type=text].narrow-field {
  width: 100px;
}

.sidebar .button {
  margin: 30px 0 10px 0;
}

#writeAssignment_ids_course .field-group--checkbox {
  width: 230px;
}

dt, dd {
  margin: 0 0 1em 0;
}

.fancybox-inner {
  padding: 1px;
}

fancybox-wrap fancybox-desktop fancybox-type-inline fancybox-opened {
  width: 80%;
  left: 5%;
}

#mailing-list-modal h2 {
  margin: 0 0 10px 0;
}
#mailing-list-modal form {
  width: 350px;
  padding-bottom: 0;
}
#mailing-list-modal input[type=submit] {
  margin-bottom: 0;
}

.mailing-list-signup .msg {
  margin-bottom: 10px;
  display: none;
}
.mailing-list-signup input {
  width: 100%;
}

.no-fieldset-border {
  padding: 0;
  border: none;
  margin: 30px 0;
}
.no-fieldset-border legend {
  font-weight: 500;
  font-size: 16px;
  color: #333;
}
.no-fieldset-border legend.radio-legend {
  font-weight: normal;
  margin-bottom: 20px;
}

.hint {
  background: white;
  width: 100%;
  margin-bottom: 10px;
}

.hide-fieldset {
  padding: 0;
  border: none;
}
.hide-fieldset legend {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  overflow: hidden !important;
}

.sr-only {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  overflow: hidden !important;
}

.rhythmPicker {
  display: flex;
  flex-wrap: wrap;
}
.rhythmPicker button {
  margin: 5px;
  width: 66px;
  height: 66px;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: initial;
  background-color: initial;
}
.rhythmPicker button g {
  fill: #000000;
  stroke: #000000;
}
.rhythmPicker button.active {
  background-color: #ffffff;
  border: 2px solid #0074db;
  position: relative;
}
.rhythmPicker button.active:after {
  content: "✓";
  position: absolute;
  top: 0;
  left: 2px;
  color: #0074db;
}
.rhythmPicker button:hover {
  color: initial;
  background-color: transparent;
  border-bottom: 2px solid #0074db;
  border-radius: 0;
}
.rhythmPicker button:focus {
  background: transparent;
  border: 3px solid #0074db;
}

.clef-group {
  display: flex;
  justify-content: space-between;
  max-width: 740px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.form-well button.clef-choice {
  background: transparent;
  height: 160px;
  width: 160px;
  background-size: contain;
  color: black;
  font-size: 16px;
  font-weight: bold;
  font-family: roboto, sans-serif;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #C0C0C0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.form-well button.clef-choice img {
  max-height: 85px;
}
.form-well button.clef-choice:hover {
  border: 2px solid #0074db;
  background-color: #F5F5F5;
}
.form-well button.clef-choice.selected:before {
  position: absolute;
  z-index: 2;
  font-family: "FontAwesome";
  content: "\f14a";
  font-size: 28px;
  color: #d64728;
  top: 0;
  left: 65px;
}

.preview-box .control {
  background: #ffffff;
}

input[type=checkbox]:focus + div {
  outline: thin dotted #3b99fc;
  width: 100%;
  height: 100%;
}

.report-container .date-pickers .data-table button {
  display: none;
}

.topbar-title-container {
  width: 30%;
}

.educator-page .topbar-header .page-title {
  align-items: flex-start;
  display: flex;
  width: 100%;
  flex-direction: row;
}

@media (min-width: 768px) {
  .educator-page.course-detail .table-header {
    padding: 25px 0 15px 25px;
  }
}
@media (max-width: 768px) {
  .educator-page .topbar-header .page-title {
    flex-direction: column;
  }

  .educator-page .table-header a[title=Edit] {
    flex: 1;
    max-width: 25%;
    height: 44px;
    justify-content: center;
    text-align: center;
    padding: 10px;
  }

  .table-header.studentPage .fa, .table-header.studentPage #setEnrollmentsForm .ms-container:before, #setEnrollmentsForm .table-header.studentPage .ms-container:before {
    display: none;
  }
}
@media (max-width: 992px) {
  .educator-page .topbar-header .page-title {
    margin: 0;
    padding: 30px 0 30px 0;
  }
}
@media (max-width: 850px) {
  .educator-page.course-detail section {
    padding: 20px 20px 0 20px;
  }
  .educator-page.course-detail section .table-header {
    padding-bottom: 20px;
  }
}
.educator-page.container {
  box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
  background-color: #fff;
}

.edit-practice-settings.container {
  box-shadow: none;
  background-color: transparent;
}

.dataTables_length {
  display: none;
}

#classesTable > tbody > tr > td[data-title=Title], .home-section table > tbody > tr > td[data-title=Name], .userLevels > tbody > tr > td[data-title=Classes] {
  width: 50%;
}

.curr-assignments.dataTable > tbody > tr > td:first-of-type {
  flex: 1 auto;
  width: 100%;
  font-size: 16px;
  color: #000;
}

.code .code-table.dataTable > tbody > tr > td:first-of-type {
  width: 20%;
}

.registration-col {
  display: flex;
  width: 100%;
  min-width: 440px;
}

.copy-to-clipboard {
  white-space: nowrap;
  margin-left: 10px;
}

@keyframes glowing {
  0% {
    background-color: white;
    box-shadow: none;
  }
  50% {
    background-color: yellow;
    box-shadow: 0 0 10px #888888;
  }
  100% {
    background-color: white;
    box-shadow: none;
  }
}
.glowing {
  animation: glowing 1s;
}

.dashboard-container #recentAssignments.dataTable > tbody > tr > td[data-title=Assignment] {
  background-image: url("/assets/images/Assignment-Icon.png");
  background-repeat: no-repeat;
  text-align: left;
  padding-right: 10px;
  background-position: 22px 30px;
  padding-left: 42px;
}

.dataTable.recentConfigs > tbody > tr > td[data-title=Instrument] {
  flex: 1 auto;
  width: 50%;
  font-size: 16px;
  color: #616161;
}

@media screen and (max-width: 850px) {
  .content-container .dataTable > tbody > tr > td, .signup-page .dataTable > tbody > tr > td, .student-signup-page .dataTable > tbody > tr > td, .page-title .msg .dataTable > tbody > tr > td, footer[role=contentinfo] .content .dataTable > tbody > tr > td, .global-errors .dataTable > tbody > tr > td, .body-content .dataTable > tbody > tr > td {
    padding: 0;
  }

  .educator-page.container.course-detail.single-course .table-header {
    padding: 20px;
  }
  .educator-page.container.course-detail.single-course .table-header h2 {
    padding: 0;
  }

  .single-course .dataTables_wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    word-break: break-word;
  }
  .single-course .dataTables_wrapper .data-table td:last-of-type {
    justify-content: space-around;
    display: flex;
  }
  .single-course .dataTables_wrapper .data-table td:last-of-type a {
    flex-grow: 1;
  }
  .single-course .dataTables_wrapper .data-table td:last-of-type a:first-of-type {
    margin-right: 10px;
  }
  .single-course .dataTables_wrapper .data-table td div:empty {
    display: none;
  }

  .dashboard-container #recentAssignments.dataTable > tbody > tr > td[data-title=Assignment] {
    background-position: 15px 22px;
    padding-left: 36px;
    font-size: 20px;
  }

  .dashboard-container:not(.gradebook) .dataTable > tbody > tr, .container:not(.gradebook) .dataTable > tbody > tr, .content-container .dataTable > tbody > tr, .signup-page .dataTable > tbody > tr, .student-signup-page .dataTable > tbody > tr, .body-content .dataTable > tbody > tr, .page-title .msg .dataTable > tbody > tr, footer[role=contentinfo] .content .dataTable > tbody > tr, .global-errors .dataTable > tbody > tr {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    width: auto;
    padding: 10px;
    background: #fff;
    padding: 20px 25px;
    box-shadow: 0px 7px 8px -4px #e0e0e0;
    margin: 0 0 20px 0;
    border-radius: 8px;
    background: #fff;
  }
  .dashboard-container:not(.gradebook) .dataTable > tbody > tr td, .container:not(.gradebook) .dataTable > tbody > tr td, .content-container .dataTable > tbody > tr td, .signup-page .dataTable > tbody > tr td, .student-signup-page .dataTable > tbody > tr td, .body-content .dataTable > tbody > tr td, .page-title .msg .dataTable > tbody > tr td, footer[role=contentinfo] .content .dataTable > tbody > tr td, .global-errors .dataTable > tbody > tr td {
    flex: 1 100%;
  }
  .dashboard-container:not(.gradebook) .dataTable > tbody > tr > td, .container:not(.gradebook) .dataTable > tbody > tr > td, .content-container .dataTable > tbody > tr > td, .signup-page .dataTable > tbody > tr > td, .student-signup-page .dataTable > tbody > tr > td, .body-content .dataTable > tbody > tr > td, .page-title .msg .dataTable > tbody > tr > td, footer[role=contentinfo] .content .dataTable > tbody > tr > td, .global-errors .dataTable > tbody > tr > td {
    flex: 1 100%;
  }

  .student-detail.container .data-table > tbody > tr {
    margin: 20px;
  }
}
@media (max-width: 850px) {
  .dataTable:not(.recentConfigs) > tbody > tr td, .dataTable:not(.savedConfigs) > tbody > tr td {
    padding: 0;
  }
}
.btn.option-alert, input.option-alert[type=submit], .option-alert.button, button.option-alert, .option-alert.btn-flat, .report-container .date-pickers button.option-alert {
  display: block;
  margin-top: 15px;
  background-color: #fff;
  box-shadow: 0px 7px 8px -4px #e0e0e0;
  color: #055bfe;
}
.btn.option-alert:hover, input.option-alert[type=submit]:hover, .option-alert.button:hover, button.option-alert:hover, .option-alert.btn-flat:hover {
  box-shadow: 0px 7px 8px -4px #e0e0e0;
  color: #055bfe;
  background-color: #fff;
  border: 1px solid #055bfe;
}
@media (min-width: 840px) {
  .btn.option-alert, input.option-alert[type=submit], .option-alert.button, button.option-alert, .option-alert.btn-flat, .report-container .date-pickers button.option-alert {
    max-width: 368px;
    margin: 15px auto;
  }
}

span.overdue {
  color: #d9534f;
}

#studentActivity_info {
  float: left;
  margin-top: 20px;
}

#studentActivity_paginate {
  float: right;
}

.dataTable > tbody > tr > td.saveButton button {
  border-color: #1e6cfe;
  color: #1e6cfe;
  background: #fff;
}
.dataTable > tbody > tr > td.saveButton button:hover {
  background: #eeeeee;
}

.dataTable > tbody > tr > td.deleteButtonTd button {
  border: 1px solid #1e6cfe;
  color: #1e6cfe;
  background: #fff;
}
.dataTable > tbody > tr > td.deleteButtonTd button:hover {
  background: #eeeeee;
}

.dataTable > tbody > tr > td.practiceButton a {
  background: #1e6cfe;
}

table.dataTable.savedConfigs {
  table-layout: fixed;
}
table.dataTable.savedConfigs a {
  white-space: nowrap;
}

@media (max-width: 850px) {
  #recentAssignments .not-completed.not-graded td[data-title=Status] {
    display: inline-flex;
    background: #F5F5F5;
    border-radius: 4px;
    color: #4e4e4e;
    margin: 10px 15px 0 15px;
    float: left;
    width: 100%;
    padding: 9px 20px;
    height: 70px;
    line-height: 50px;
    font-size: 16px;
  }

  #recentAssignments .not-completed.not-graded td[data-title=Grade] {
    display: none;
  }

  #recentAssignments .completed.not-graded td[data-title=Grade] {
    display: none;
  }

  #recentAssignments .completed.graded td[data-title=Status] {
    display: none;
  }

  #recentAssignments .not-completed.not-graded.overdue td[data-title=Status] {
    color: #FF4954;
    background: #FFF1F2;
    margin: 5px 16px;
    height: 70px;
    line-height: 50px;
    font-size: 16px;
    padding-bottom: 0px;
    border-radius: 8px;
  }

  #recentAssignments tr.overdue td[data-title=Grade] {
    display: none;
  }

  .clickable-row td[data-title=Instrument], .clickable-row td[data-title=Level] {
    flex: 1 auto;
  }

  .clickable-row td[data-title=Title], .clickable-row td[data-title=Name] {
    display: flex;
    font-weight: 500;
    font-size: 17px;
    color: #000;
    padding: 20px 20px 0 15px;
  }

  #recentAssignments td[data-title=Ungraded] {
    flex: 1 auto;
  }
  #recentAssignments td[data-title=Due] {
    flex: 1 100%;
    flex: 10;
  }

  #classesTable .clickable-row td[data-title=Enrolled], #classesTable .clickable-row td[data-title="Enrolled?"], #classesTable .clickable-row td[data-title=Assignments] {
    flex: 1 auto;
  }

  #classesTable .clickable-row td[data-title=Assignments] {
    flex: 10;
  }

  #voucher .clickable-row td[data-title=Code] {
    font-weight: bold;
  }

  .dashboard-container .dataTable.recentConfigs > tbody > tr > td[data-title=Instrument] {
    flex: 1 auto;
    width: 50%;
    font-size: 20px;
    font-weight: 500;
    color: #000;
  }
  .dashboard-container .dataTable.savedConfigs > tbody > tr > td[data-title=Instrument] {
    flex: 1 auto;
    width: 50%;
    padding: 20px 20px 0 0;
    font-weight: 500;
    font-size: 17px;
    color: #616161;
  }
  .dashboard-container .dataTable > tbody > tr > td[data-title=Level] {
    flex: 1 100%;
    width: 50%;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-align: left;
  }
  .dashboard-container .dataTable > tbody > tr > td[data-title=Key], .dashboard-container .dataTable > tbody > tr > td[data-title=Time], .dashboard-container .dataTable > tbody > tr > td[data-title=Measures] {
    flex: 1 auto;
    width: 33%;
  }
  .dashboard-container .dataTable > tbody > tr > td[data-title=Time] {
    text-align: center;
  }
  .dashboard-container .dataTable > tbody > tr > td[data-title=Measures] {
    text-align: right;
    padding-right: 0;
  }
  .dashboard-container .dataTable > tbody > tr > td[data-title=Measures]:after {
    content: attr(data-title);
  }
  .dashboard-container .dataTable > tbody > tr > td[data-title=Expires]::before {
    content: attr(data-title);
    padding-right: 5px;
  }
  .dashboard-container .dataTable > tbody > tr > td.saveButton, .dashboard-container .dataTable > tbody > tr > td.practiceButton, .dashboard-container .dataTable > tbody > tr > td.deleteButtonTd {
    flex: 1 auto;
    width: 50%;
  }
  .dashboard-container .dataTable > tbody > tr > td.saveButton button, .dashboard-container .dataTable > tbody > tr > td.saveButton a, .dashboard-container .dataTable > tbody > tr > td.practiceButton button, .dashboard-container .dataTable > tbody > tr > td.practiceButton a, .dashboard-container .dataTable > tbody > tr > td.deleteButtonTd button, .dashboard-container .dataTable > tbody > tr > td.deleteButtonTd a {
    width: 100%;
    height: 50px;
    line-height: 36px;
  }
}
@media (max-width: 850px) and (max-width: 850px) {
  .dataTable > tbody > tr > td.deleteButtonTd {
    margin: 10px 0 0 0;
  }

  .dataTable > tbody > tr > td.practiceButton {
    margin: 10px 0 0 0;
  }

  .dataTable > tbody > tr > td.saveButton {
    margin: 10px 0 0 0;
  }

  #report-table > tbody > tr > td {
    font-size: 15px;
    color: #000;
  }

  #report-table.dataTable > tbody > tr > td[data-title=Level] {
    font-size: 15.5px;
    font-weight: 500;
    padding: 2px 0 2px 0;
  }
  #report-table.dataTable > tbody > tr > td[data-title=Level]:before {
    padding-right: 0;
    font-size: 15.5px;
    font-weight: 500;
  }

  #report-table > tbody > tr > td[data-title=Compositions] {
    order: 2;
  }

  #report-table > tbody > tr > td[data-title=Time], #report-table > tbody > tr > td[data-title=Key], #report-table > tbody > tr > td[data-title=Compositions] {
    flex-direction: row;
  }

  #report-table > tbody > tr > td[data-title=Instrument]:before, #report-table > tbody > tr > td[data-title=Time]:before, #report-table > tbody > tr > td[data-title=Key]:before, #report-table > tbody > tr > td[data-title=Compositions]:before, #report-table > tbody > tr > td[data-title="Time Spent"]:before {
    content: attr(data-title);
    text-align: left;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 13.5px;
    color: #838383;
    line-height: 18px;
    padding-top: 8px;
  }
}
@media (max-width: 850px) {
  .dataTable > tbody > tr > td.saveButton {
    padding: 0 5px 0px 0;
  }
}
@media (max-width: 850px) {
  .dataTable > tbody > tr > td.deleteButtonTd {
    padding: 0 5px 20px 0;
  }
}
@media (max-width: 850px) {
  .dataTable > tbody > tr > td.practiceButton {
    padding: 0 0 0px 5px;
  }
}
@media (max-width: 850px) {
  .dataTable > tbody > tr > td[data-title=Level]:before {
    content: attr(data-title);
    text-align: left;
    padding-right: 10px;
  }
}
@media (max-width: 850px) {
  .dataTable > tbody > tr > td[data-title=Attempts]:before {
    content: attr(data-title);
    text-align: left;
    padding-right: 10px;
  }
}
@media (max-width: 850px) {
  .clickable-row td[data-title=Username] {
    display: none;
  }
}
@media (max-width: 850px) {
  .clickable-row td[data-title=Enrolled], .clickable-row td[data-title="Enrolled?"], .clickable-row td[data-title=Assignments] {
    padding-right: 30px;
    font-weight: bold;
    padding: 1rem 1.2rem 1.6em 0;
  }
}
@media (max-width: 850px) and (max-width: 450px) {
  .clickable-row td[data-title=Enrolled], .clickable-row td[data-title="Enrolled?"], .clickable-row td[data-title=Assignments] {
    width: 100%;
    padding-bottom: 0px;
  }
  .clickable-row td[data-title=Enrolled]:last-of-type, .clickable-row td[data-title="Enrolled?"]:last-of-type, .clickable-row td[data-title=Assignments]:last-of-type {
    padding-bottom: 10px;
  }
}
@media (max-width: 850px) {
  .dataTable > tbody > tr td.actions {
    display: flex;
    flex-direction: row;
    vertical-align: center;
    align-items: center;
    padding-top: 10px;
  }
}
@media (max-width: 850px) {
  .dataTable > tbody > tr > td a.deleteLink {
    margin-top: 10px;
  }
}
@media (max-width: 850px) {
  .dataTable > tbody > tr td[data-title="Account Created"]::before {
    content: attr(data-title);
    padding-right: 10px;
    font-weight: normal;
  }
}
@media (max-width: 850px) {
  .dataTable > tbody > tr td[data-title="Subscription Ends"]::before {
    content: attr(data-title);
    padding-right: 10px;
  }
}
@media (max-width: 850px) {
  .dataTable > tbody > tr td[data-title=Classes]::before {
    content: attr(data-title);
    padding: 0 10px 10px 0;
  }
}
@media (max-width: 850px) {
  .dataTable > tbody > tr td[data-title="Archive?"]::before {
    content: attr(data-title);
    display: inline-block;
    font-weight: normal;
    padding-right: 10px;
  }
}
@media (max-width: 850px) {
  .dataTable > tbody > tr td[data-title=Enrolled]::before, .dataTable > tbody > tr td[data-title="Enrolled?"]::before {
    content: attr(data-title);
    background-repeat: no-repeat;
    background-image: url("/assets/images/User-icon.png");
    padding-left: 25px;
    padding-right: 6px;
    font-weight: normal;
  }
}
@media (max-width: 850px) {
  .dataTable > tbody > tr td[data-title=Assignments]::before {
    content: attr(data-title);
    background-repeat: no-repeat;
    background-image: url("/assets/images/Assignment-Icon.png");
    padding-left: 20px;
    padding-right: 6px;
    font-weight: normal;
  }
}
@media (max-width: 850px) {
  #recentAssignments tr {
    box-shadow: 0px 7px 8px -4px #e0e0e0;
    padding: 10px 10px 30px 10px;
    margin: 0 0 20px 0;
    border-radius: 8px;
    background: #fff;
  }
  #recentAssignments tr:first-of-type {
    border-top: 1px solid #e0e0e0;
  }
}
@media (max-width: 850px) {
  #recentAssignments td {
    padding: 0 15px;
  }
}
@media (max-width: 850px) {
  #recentAssignments td[data-title=Due] {
    flex: 1 100%;
    display: inline-flex;
    order: 0;
    padding-top: 0px;
  }
}
@media (max-width: 850px) {
  #recentAssignments td.actions {
    order: 3;
  }
}
@media (max-width: 850px) {
  #recentAssignments td.actions a {
    background-image: url("/assets/images/arrow.svg");
    background-repeat: no-repeat;
    text-align: left;
    padding-left: 20px;
    background-position: right 20px center;
    background-size: 22px;
    color: #1e6cfe;
  }
}
@media (max-width: 850px) {
  #recentAssignments td.actions a {
    height: 70px;
    line-height: 55px;
    border: 1px solid #1e6cfe;
    color: #1e6cfe;
    background-color: #fff;
    width: 100%;
    font-size: 17px;
  }
}
@media (max-width: 850px) {
  #recentAssignments td[data-title=Due]:before {
    content: attr(data-title);
    text-align: left;
    padding-right: 8px;
    font-weight: bold;
  }
}
@media (max-width: 850px) {
  #recentAssignments.student td[data-title=Teacher], #recentAssignments.student td[data-title=Course] {
    flex: 1 auto;
  }
}
@media screen and (max-width: 850px) and (min-width: 568px) {
  #recentAssignments td[data-title=Due] {
    flex: 1 100%;
  }

  #recentAssignments td[data-title=Ungraded], #recentAssignments td[data-title=Grade] {
    max-width: 100%;
  }
}
@media (max-width: 850px) {
  #recentAssignments td[data-title=Grade], #recentAssignments .completed.not-graded td[data-title=Status] {
    display: inline-flex;
    border-radius: 4px;
    color: #4e4e4e;
    border: 1px solid #DBDBDB;
    order: 2;
    margin: 10px 15px 5px 15px;
    float: left;
    width: 100%;
    padding: 9px 20px;
    height: 70px;
    line-height: 50px;
    font-size: 17px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  }
  #recentAssignments td[data-title=Grade] div, #recentAssignments .completed.not-graded td[data-title=Status] div {
    font-weight: bold;
  }
}
@media (max-width: 850px) {
  #studentRecentAssignments td[data-title=Assignment] {
    flex: 1 100%;
    font-weight: 500;
    font-size: 17px;
    color: #000;
    padding: 15px 20px 0 15px;
  }
}
@media (max-width: 850px) {
  #recentAssignments td[data-title=Assignment] {
    flex: 1 100%;
    font-weight: 500;
    font-size: 17px;
    color: #000;
    padding: 15px 20px 0 15px;
  }
}
@media (max-width: 850px) {
  .data-table td[data-title=Name] {
    display: flex;
    font-weight: 500;
    font-size: 17px;
    color: #000;
    padding: 15px 20px 0 5px;
  }
}
@media (max-width: 850px) {
  #recentAssignments td[data-title=Ungraded]:before, #recentAssignments td[data-title=Grade]:before {
    content: attr(data-title);
    text-align: left;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .toggle {
    margin: 0 0 21px 21px;
  }
}
.toggle {
  display: flex;
}
.toggle a {
  flex: 1 auto;
  padding: 10px;
  color: grey;
  border: 1px solid grey;
}
.toggle a.active {
  border: 1px solid #1e6cfe;
  color: #1e6cfe;
  background: #fff;
}

.input-label .description {
  font-weight: 400;
  color: #58595b;
  margin-left: 24px;
}

.current, .input-label .description.current {
  color: #b8b8b8;
}

.trigger-content .fieldLabelText {
  font-size: 15px;
  font-weight: bold;
  color: #5f6368;
}

.code .user-password-form {
  flex-direction: column;
}
.code .user-password-form input[type=submit] {
  margin-left: 26px;
}

@media screen and (min-width: 768px) {
  .code .user-password-form {
    flex-direction: row;
  }
}
.login-page form .form-well .googleSignIn {
  background: url("/images/web/googleSignIn.svg") left 10px center no-repeat;
  text-align: center;
  color: #1e6cfe;
  border: 1px solid #1e6cfe;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 8px 0;
}

.login-page form .form-well .cleverSignIn {
  background: url("/images/web/clever.svg") left 10px center no-repeat;
  text-align: center;
  color: #1e6cfe;
  border: 1px solid #1e6cfe;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 8px 0;
  background-size: 30px;
}

.login-page form .form-well .classLinkSignIn {
  background: url("/images/web/classLink.svg") left 10px center no-repeat;
  text-align: center;
  color: #1e6cfe;
  border: 1px solid #1e6cfe;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 8px 0;
  background-size: 30px;
}

.user-password-form {
  display: flex;
  width: 100%;
  border: 1px solid #dde6ef;
  padding: 15px;
  align-items: center;
  flex-direction: column;
}
.user-password-form label {
  padding: 26px 26px 0 26px;
  flex: 1;
  width: 100%;
}
.user-password-form label span {
  padding-top: 10px;
  display: inline;
}

.educator-page.custom-level-page .body-content {
  padding: 0 10px 10px 10px;
}
.educator-page.custom-level-page .body-content form {
  padding: 0;
}
.educator-page.custom-level-page .body-content form .required-field-msg {
  position: relative;
  top: 0;
  right: 0;
  margin: 0;
  padding-top: 5px;
}
.educator-page.custom-level-page .body-content form h2 {
  padding: 0;
}

@media screen and (min-width: 850px) {
  .custom-level-page .body-content {
    padding: 0 50px 50px 50px;
  }
}
.educator-page .form {
  padding: 0 20px;
}
.educator-page td[data-title=Assignment] {
  width: 20%;
}
.educator-page .body-content {
  position: relative;
}
.educator-page .dt-buttons {
  position: absolute;
  top: 0;
  right: 30px;
  display: none;
}
.educator-page .buttons-csv, .educator-page .buttons-print {
  margin: 20px 0 0 10px;
}
.educator-page.student-detail .dt-buttons, .educator-page.course-detail .dt-buttons {
  top: -90px;
}
@media screen and (min-width: 850px) {
  .educator-page .dt-buttons {
    display: block;
  }
  .educator-page .buttons-csv, .educator-page .buttons-print {
    margin: 35px 0 0 10px;
  }
}

.span-1 {
  width: 3.4166666667%;
  padding: 0 2%;
  margin-left: 1%;
  float: left;
}

.span-2 {
  width: 11.8333333333%;
  padding: 0 2%;
  margin-left: 1%;
  float: left;
}

.span-3, .dashboard-container .secondary-content {
  width: 20.25%;
  padding: 0 2%;
  margin-left: 1%;
  float: left;
}

.span-4, .secondary-content {
  width: 28.6666666667%;
  padding: 0 2%;
  margin-left: 1%;
  float: left;
}

.span-5, footer[role=contentinfo] .footer-nav {
  width: 37.0833333333%;
  padding: 0 2%;
  margin-left: 1%;
  float: left;
}

.span-6, .account-subscription-details {
  width: 45.5%;
  padding: 0 2%;
  margin-left: 1%;
  float: left;
}

.span-7 {
  width: 53.9166666667%;
  padding: 0 2%;
  margin-left: 1%;
  float: left;
}

.span-8, .primary-content {
  width: 62.3333333333%;
  padding: 0 2%;
  margin-left: 1%;
  float: left;
}

.span-9, .dashboard-container .primary-content {
  width: 70.75%;
  padding: 0 2%;
  margin-left: 1%;
  float: left;
}

.span-10 {
  width: 79.1666666667%;
  padding: 0 2%;
  margin-left: 1%;
  float: left;
}

.span-11 {
  width: 87.5833333333%;
  padding: 0 2%;
  margin-left: 1%;
  float: left;
}

.span-12 {
  width: 96%;
  padding: 0 2%;
  margin-left: 1%;
  float: left;
}

.prepend-1 {
  padding-left: 3.4166666667%;
}

.append-1 {
  padding-right: 3.4166666667%;
}

.prepend-2 {
  padding-left: 11.8333333333%;
}

.append-2 {
  padding-right: 11.8333333333%;
}

.prepend-3 {
  padding-left: 20.25%;
}

.append-3 {
  padding-right: 20.25%;
}

.prepend-4 {
  padding-left: 28.6666666667%;
}

.append-4 {
  padding-right: 28.6666666667%;
}

.prepend-5 {
  padding-left: 37.0833333333%;
}

.append-5 {
  padding-right: 37.0833333333%;
}

.prepend-6 {
  padding-left: 45.5%;
}

.append-6 {
  padding-right: 45.5%;
}

.first-col, .dashboard-container .primary-content {
  margin-left: 0;
  padding-left: 0;
}

.primary-content {
  position: relative;
  margin: 0 auto;
  margin-bottom: 1em;
  box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  margin-top: 35px;
}

.primary-content.centered-page {
  float: none;
}

@media screen and (min-width: 800px) {
  .primary-content.padded-page {
    margin-left: 35px;
  }
}
.primary-wrapper {
  padding: 0 30px 30px 30px;
}

@media (max-width: 800px) {
  .span-1, .span-2, .span-3, .dashboard-container .secondary-content, .span-4, .secondary-content, .span-5, footer[role=contentinfo] .footer-nav, .span-6, .account-subscription-details, .span-7, .span-8, .primary-content, .span-9, .dashboard-container .primary-content, .span-10, .span-11, .span-12 {
    width: 100%;
    padding: 0 2%;
    margin-right: 0;
    margin-left: 0;
  }
}
/* 
Pricing & Signup Page
=======================================
*/
.pricing-page .body-content {
  overflow: visible;
  display: flex;
  flex-direction: row;
}

@media (max-width: 800px) {
  .pricing-page .body-content {
    overflow: visible;
    display: flex;
    flex-direction: column;
  }
}
.pricing-content {
  position: relative;
  border-radius: 3px;
  color: #333;
}
.pricing-content p {
  margin: 0 0 10px 0;
  color: black;
}
.pricing-content .slide-out-panel {
  padding: 10px;
  border: 2px solid #9cb3c9;
}
.pricing-content .slide-out-panel.open {
  margin: 20px 0;
}

.pricing__header {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 20px 20px;
  margin: 0;
}

.pricing__title {
  margin: 0 0 15px;
}
.pricing__title small {
  font-weight: normal;
}

.pricing__section {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 12px 0 12px 30px;
}

.educator-features, .subscription-features {
  width: 100%;
}

@media (min-width: 1100px) {
  .pricing__section {
    display: flex;
    flex-direction: row;
  }

  .educator-features, .subscription-features {
    width: 45%;
  }
}
.features-list {
  margin: 0;
  padding: 0;
}
.features-list li {
  margin: 0 0 12px 20px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  list-style: none;
}
.features-list li .fa, .features-list li #setEnrollmentsForm .ms-container:before, #setEnrollmentsForm .features-list li .ms-container:before {
  color: #1e6cfe;
}
.features-list li:list-child {
  margin-bottom: 0;
}

.feature-callout {
  clear: both;
  display: block;
  font-weight: 500;
  font-size: 16px;
}

.subscription-features {
  margin-bottom: 20px;
}

.input-number-group {
  display: flex;
  justify-content: left;
  padding: 20px 0;
}
.input-number-group input[type=number]::-webkit-inner-spin-button,
.input-number-group input[type=number]::-webkit-outer-spin-button {
  appearance: none;
}
.input-number-group .input-group-button {
  line-height: calc(80px/2 - 5px);
}
.input-number-group .input-number {
  width: 80px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  display: block;
  margin: 0;
}
.input-number-group .input-number {
  border: 1px solid #D1D1D1;
  background: #fff;
  height: 40px;
  user-select: none;
  border-radius: 5px;
}
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  border: 1px solid #D1D1D1;
  background: #F6F6F6;
  height: 40px;
  user-select: none;
  border-radius: 5px;
  display: inline-block;
  width: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 400;
  padding: 0;
  color: #5f6368;
}
.input-number-group .input-number-decrement {
  margin-right: 0.3rem;
}
.input-number-group .input-number-increment {
  margin-left: 0.3rem;
}

@media (max-width: 960px) {
  .input-number-group .input-number {
    width: 100%;
    max-width: 80px;
  }
}
@media (min-width: 1100px) {
  .subscription-features .features-list {
    float: left;
    box-sizing: border-box;
  }
}
#discountCodeTd .promo-code-entry {
  display: flex;
}
#discountCodeTd .promo-code-entry input[type=submit] {
  margin-left: 10px;
}

.pricing__footer {
  text-align: left;
  text-transform: capitalize;
}
.pricing__footer input[type=submit] {
  float: right;
  margin: 0;
}
.pricing__footer .button {
  margin: 0;
  font-weight: 600;
  border-radius: 30px;
  padding: 12px 30px;
}

.slide-out-panel {
  display: none;
}

.pricing-calculator .quantity-input {
  width: 150px;
  margin: 0;
  font-size: 1px;
  display: inline-block;
}
.pricing-calculator h1, .pricing-calculator h2 {
  margin-top: 0;
  font-weight: 500;
  margin: 0 0 0.5em 0;
  line-height: 35px;
  width: auto;
  font-size: 1.35em;
}
.pricing-calculator h3 {
  clear: both;
}
.pricing-calculator button, .pricing-calculator input[type=submit] {
  padding: 0.5em 1em;
  margin: 0;
}
.pricing-calculator .actions {
  text-align: right;
}
.pricing-calculator input[type=text] {
  min-height: 20px;
}

@media (max-width: 960px) {
  .pricing-calculator .dataTable td {
    width: 100%;
    border: none !important;
  }
}
.pricing-calculator .dataTable {
  margin-bottom: 10px;
  /*
  -moz-box-shadow:    0px -1px 2px 0px #ccc;
  -webkit-box-shadow: 0px -1px 2px 0px #ccc;
  box-shadow:         0px -1px 2px 0px #ccc;
  */
}
.pricing-calculator .dataTable .title-row {
  background: black;
  font-weight: 700;
  font-size: 18px;
}
.pricing-calculator .dataTable .title-row label {
  color: white;
}
.pricing-calculator .dataTable .title-row td {
  border-color: black;
}
.pricing-calculator .dataTable .option-row {
  background: #e1edfa;
}
.pricing-calculator .dataTable .total-row td {
  color: #000;
  background: #bed9f4;
}
.pricing-calculator .dataTable .sub-row td:first-child {
  padding-left: 40px;
}
.pricing-calculator .dataTable tbody {
  border-bottom: 0;
}
.pricing-calculator .dataTable td {
  padding: 20px;
  border: 1px solid #ccc;
  font-weight: 700;
}
.pricing-calculator .dataTable td:first-child {
  background: none;
  font-weight: 300;
}
.pricing-calculator .dataTable td .form-group {
  margin-top: 10px;
}
.pricing-calculator .dataTable td .form-group:first-child {
  margin-top: 0;
}
.pricing-calculator .dataTable label {
  color: #000;
  margin-bottom: 0;
  line-height: 22px;
  padding-top: 8px;
}
.pricing-calculator .dataTable input[type=checkbox] {
  margin-top: 2px;
}

.total-row {
  display: flex;
  padding-left: 20px;
  justify-content: space-between;
  color: #000;
}
.total-row .price-field {
  background: #bed9f4;
}

.pricing-calculator__error-msg {
  white-space: nowrap;
  margin-left: 10px;
  padding: 10px 15px;
  display: block;
}

.dataTable .pricing-calculator__error-msg a {
  color: #fff;
  text-decoration: underline;
}

.secondary-field {
  display: none;
}

@media (max-width: 850px) {
  .body-content .dataTable > tbody > tr > td.price-field.secondary-field {
    padding-bottom: 0;
    display: block;
  }

  .body-content .dataTable > tbody > tr > td.price-field {
    width: 100%;
    padding: 20px;
  }

  .pricing-calculator .dataTable label {
    height: auto;
    padding-bottom: 20px;
  }

  div.pricing-calculator-section {
    border-radius: 8px;
    display: block;
    box-shadow: 0px 7px 8px -4px #e0e0e0;
    padding: 20px;
  }
  div.pricing-calculator-section label {
    line-height: 1;
    min-height: 60px;
  }

  div.price-field {
    width: 100%;
  }

  div.promo-code-entry {
    display: block;
  }

  #promo-code {
    margin-bottom: 10px;
  }
}
.price-field {
  width: 100px;
  text-align: right;
  background-color: #f2f2f2;
  padding: 20px;
  display: flex;
  align-items: center;
}

.pricing-calculator {
  padding: 0 20px 20px 20px;
}

.pricing-calculator-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #cccccc;
  margin-bottom: 30px;
}
.pricing-calculator-section label {
  display: block;
  line-height: 0.7;
  margin-left: 20px;
}

.student-acct-quantity {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
.student-acct-quantity .input-number-group {
  margin-left: 20px;
  padding: 0;
}

.calc-prices {
  display: flex;
  height: 120px;
}
.calc-prices .inner {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.calc-prices .inner:empty {
  display: none;
}

.promo-code-entry {
  padding-left: 20px;
  display: flex;
}

.pricing-calculator-section__title {
  width: 100%;
}

.pricing-calculator-section__description {
  font-size: 16px;
  border-top: 1px solid #e5ecf3;
  margin-top: 0;
  padding-top: 10px;
  clear: both;
}
.pricing-calculator-section__description a {
  text-decoration: underline;
}

.form-horizontal .form-group label {
  color: black;
  display: inline-block;
  margin: 0 10px 0 0;
  min-width: 115px;
}
.form-horizontal .form-group .form-control {
  margin: 20px 0 0 0;
}
.form-horizontal .form-group input {
  display: inline-block;
}
.form-horizontal .form-group input[type=checkbox] {
  margin-top: 5px;
}

.cost-details table {
  margin: 0;
  width: 100%;
}
.cost-details tr {
  border: none;
}
.cost-details tfoot {
  border-top: 1px solid #e6e6e6;
}

@media (min-width: 960px) {
  #discountCodeTd input[type=text] {
    width: 300px;
  }
}
#discountCodeTd input {
  display: block;
}

#calculator-panel {
  line-height: 1;
  list-style: none;
}
#calculator-panel input {
  display: inline-block;
  margin-right: 10px;
  width: 70px;
  line-height: 20px;
}
#calculator-panel label {
  color: #333;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  line-height: 20px;
}

main#main-content .pricing-page.new-invoice {
  max-width: 700px;
}
main#main-content .pricing-page.new-invoice ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
}
main#main-content .pricing-page.new-invoice ::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
main#main-content .pricing-page.new-invoice :-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
}
main#main-content .pricing-page.new-invoice :-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
main#main-content .pricing-page.new-invoice h1 {
  margin-left: 25px;
}
main#main-content .pricing-page.new-invoice .quote-notes {
  margin: 0 25px 10px 25px;
  font-style: italic;
  color: #333333;
}
main#main-content .pricing-page.new-invoice .invoice textarea {
  width: 100%;
}
main#main-content .pricing-page.new-invoice .one-line {
  display: flex;
}
main#main-content .pricing-page.new-invoice .larger {
  flex-grow: 2;
}
main#main-content .pricing-page.new-invoice .smaller {
  margin-left: 5px;
  width: 140px;
}
main#main-content .pricing-page.new-invoice .smallest {
  margin-left: 5px;
  width: 90px;
}
main#main-content .pricing-page.new-invoice .grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  grid-column-gap: 8px;
}
main#main-content .pricing-page.new-invoice .grid.row3 {
  grid-template-columns: 2fr repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
main#main-content .pricing-page.new-invoice .grid.row3 label {
  margin: 0;
}
@media screen {
  main#main-content .pricing-page.new-invoice .grid {
    grid-row-gap: 12px;
  }
}
main#main-content .pricing-page.new-invoice .explanation {
  padding: 0 25px;
}
main#main-content .pricing-page.new-invoice .btn-bar {
  margin-left: 25px;
}
main#main-content .pricing-page.new-invoice .btn-bar.invoice {
  display: flex;
  justify-content: flex-end;
  margin-right: 25px;
}
main#main-content .pricing-page.new-invoice .btn-bar.invoice .invoice-btn {
  text-align: right;
}
main#main-content .pricing-page.new-invoice .btn-bar.invoice .invoice-btn .field-group {
  text-align: left;
}
main#main-content .pricing-page.new-invoice .date {
  float: right;
  font-weight: bold;
}
main#main-content .pricing-page.new-invoice .grid > div {
  display: flex;
  align-items: center;
  line-height: 1.3;
}
main#main-content .pricing-page.new-invoice .grid > div.spacer {
  height: 50px;
}
main#main-content .pricing-page.new-invoice .grid.col4 > div:nth-child(4n) {
  justify-content: flex-end;
}
main#main-content .pricing-page.new-invoice .grid.row3 > div:nth-child(3n) {
  justify-content: flex-end;
}
main#main-content .pricing-page.new-invoice .th {
  font-weight: bold;
}
main#main-content .pricing-page.new-invoice .total {
  font-weight: bold;
}
main#main-content .pricing-page.new-invoice .form-error {
  color: red;
}
main#main-content .pricing-page.new-invoice input[type=text].input-error {
  border: 1px solid red;
}
main#main-content .pricing-page.new-invoice input[readonly] {
  border: none;
  background: #f0f0f0;
}
main#main-content .pricing-page.new-invoice .file-input {
  display: block;
  padding: 0px;
}
main#main-content .pricing-page.new-invoice .apply-btn {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
main#main-content .pricing-page.new-invoice .footnotes p {
  margin-top: 1em;
  margin-bottom: 2em;
}
main#main-content .pricing-page.new-invoice .custom-message {
  font-weight: bold;
}
main#main-content .pricing-page.new-invoice .print-only {
  display: none;
}
main#main-content .pricing-page.new-invoice .form-error-messages {
  color: red;
  display: inline-block;
  margin-left: 20px;
}
main#main-content .pricing-page.new-invoice .req {
  color: red;
  vertical-align: super;
}

.column-a,
.column-b {
  width: 47.25%;
  margin-right: 5%;
  float: left;
}

.column-b {
  margin-right: 0;
}

.levels-container .show-hide-btn {
  font-weight: 400;
  display: inline-block;
  color: #1e6cfe;
}

.levels-container .input-label {
  margin-bottom: 10px;
}

.team-list li {
  width: 15.1%;
  margin-right: 1%;
  padding: 15% 2% 20px;
  background-color: #eeeeee;
  margin-bottom: 20px;
}
.team-list li:nth-child(5n) {
  margin-right: 0;
}
.team-list strong {
  display: block;
  font-weight: normal;
}

/* SIGNUP
=============================== */
div.student-signup-page {
  max-width: 500px;
}
div.student-signup-page .primary-content {
  width: 100%;
}

.signup-page, .student-signup-page {
  overflow: auto;
}

.signup-page aside {
  margin: 0 auto;
}
.signup-page aside .cost-details {
  width: 250px;
}
.cc-disclaimer {
  font-size: 90%;
  color: #707070;
  border-top: 1px dotted #eee;
  padding-top: 0.5em;
  margin-top: 2em;
  text-align: center;
}

.signup-title small,
.billing-title small {
  opacity: 0.6;
  font-weight: normal;
}

.billing-title {
  text-align: center;
}

.plan-form {
  border-radius: 3px;
  margin: 0 10% 1em 0;
  border: 1px solid #eee;
  overflow: hidden;
}
.plan-form .plan-heading {
  cursor: pointer;
  padding: 1em;
  display: block;
  margin: 0;
  color: #333;
}
.plan-form .plan-heading:hover {
  background: #f6fafd;
}
.plan-form form {
  padding: 1em 1em 0.5em;
  display: none;
  overflow: hidden;
  margin-bottom: 1em;
}

.selected-plan .plan-heading,
.selected-plan .plan-heading:hover {
  background: #42668a;
  color: #fff;
  cursor: default;
}
.selected-plan form {
  display: block;
}

.educator-signup .input-label {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 30px;
}
.educator-signup .legal .input-label {
  display: block;
}

.signup-form {
  display: block;
  overflow: hidden;
  min-height: 25em;
  padding-bottom: 2em;
}
.signup-form fieldset {
  display: block;
  overflow: auto;
  padding: 0;
  border: 0;
}
.signup-form .student-quantity {
  overflow: auto;
  display: block;
  clear: both;
  margin-bottom: 1em;
}
.signup-form input[type=submit],
.signup-form input[type=image] {
  padding: 1em;
  width: 100%;
  float: none;
  vertical-align: text-bottom;
  margin: 0 auto;
  display: block;
}
.signup-form input[type=text] {
  width: 100%;
}
.signup-form ::-webkit-input-placeholder {
  color: #79a6d2;
}
.signup-form ::-moz-input-placeholder {
  color: #79a6d2;
}
.signup-form .form-well {
  padding: 10px 40px 10px 40px;
  overflow: hidden;
}
@media (min-width: 860px) {
  .signup-form .form-well {
    max-width: 500px;
    margin: 0 auto;
  }
}
.signup-form .required-field {
  display: none;
}
.signup-form .input-label {
  margin: 0;
}

.student-signup-page .signup-form input[type=submit] {
  padding: 1em;
  float: none;
  width: 100%;
  margin: 0 auto;
}

.signup-form input[type=text],
.signup-form input[type=password],
.billing-form input[type=text],
.billing-form input[type=password] {
  border-radius: 3px;
  margin: 0;
  padding: 0.25em 0.5em;
}

.promo-form {
  padding: 1em 0 2em;
  margin-bottom: 1em;
  border-bottom: 1px solid #eee;
  overflow: auto;
}
.promo-form input[type=text] {
  width: 120px;
  float: left;
  font-size: 18px;
  min-height: 21px;
}
.promo-form input[type=submit] {
  float: left;
  vertical-align: top;
  margin: 0 0 0 0.5em;
  font-size: 74%;
  border-radius: 3px;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 0;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  background: #aeaeae;
  background-size: 100%;
  background-image: linear-gradient(#d5d5d5, #a2a2a2);
  border: 1px solid #959595;
  border-bottom-color: #aeaeae;
  color: white;
}
.promo-form input[type=submit]:hover {
  background-size: 100%;
  background-image: linear-gradient(#c8c8c8, #959595);
}
.promo-form input[type=submit]:active, .promo-form input[type=submit].button-active {
  background-size: 100%;
  background-image: linear-gradient(#767676, #959595);
}
.promo-form input[type=submit].accepted, .promo-form input[type=submit].rejected {
  box-shadow: none;
  text-shadow: none;
}
.promo-form input[type=submit].accepted {
  background: #72d54c;
  border-color: #00b700;
}
.promo-form input[type=submit].rejected {
  background: #d52000;
  border-color: #9f2e10;
}

@media (max-width: 769px) {
  .pricing-calculator button, .pricing-calculator input[type=submit] {
    width: 100%;
  }

  .payment-links .cc-link, .payment-links .paypal-link {
    width: 100% !important;
  }

  .payment-links .cc-link img {
    margin: 0 auto;
    display: block;
    padding: 20px;
  }

  .payment-links {
    padding-bottom: 20px;
  }
  .payment-links .cc-links {
    width: 100% !important;
    float: none !important;
  }
  .payment-links .cc-links #cardCheckout {
    width: 100%;
  }
  .payment-links .cc-links img {
    margin: 0 auto;
  }
}
.payment-links {
  clear: both;
  overflow: auto;
  padding-right: 5px;
  justify-content: flex-end;
  max-width: 500px;
  padding-bottom: 20px;
  padding-top: 10px;
  margin: 0 auto;
}

.payment-links input {
  margin: 0 auto;
}
.payment-links .cc-link, .payment-links .paypal-link {
  padding: 0 0 3px 15px;
  width: 100%;
}
.payment-links .cc-link button, .payment-links .paypal-link button {
  width: 100%;
  height: 50px;
}
.payment-links .paypal-link button {
  border: 1px solid #D1D1D1;
  color: #6F6E72;
  background: #fff;
}
.payment-links .cc-link img {
  margin-top: 10px;
}
/*
.cc-link,
.paypal-link {
  @include grid(2, 0, $padding-allowance: 4.1);
  float: left;
  overflow: hidden;
  padding: 0 2%;
  min-height: 7.5em;
  input {
    display: block;
    margin-bottom: 1em !important;
  }
}
*/
/*
.po-link {
  clear: both;
  border-top: 1px solid #eee;
  padding-top: 1em;
}
.cc-link {
  border-right: 1px dashed #ddd;
  img {
    margin-bottom: 1em;
  }
}
.paypal-link {
  margin-right: 0;
}
*/
@media (min-width: 768px) {
  .billing-page {
    padding: 2em;
    border: 1px solid #507395;
  }
}
.billing-page {
  border-radius: 4px;
  overflow: auto;
  max-width: 450px;
  width: 100%;
  margin: 0 auto 4em;
  background: #fff;
  border: none;
  box-shadow: 0 5px 20px 0 rgba(21, 27, 38, 0.08);
  padding: 1em;
}
.billing-page > header {
  background: #507395;
  color: #fff;
  padding: 1em 4em;
  margin: -2em -4em 2em;
  font-weight: bold;
}
.billing-page input {
  width: 99%;
}
.billing-page fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.billing-page fieldset label {
  width: 54%;
  margin-right: 4%;
  float: left;
}
.billing-page fieldset .cvc-label {
  width: 35%;
  float: right;
}
.billing-page fieldset .input-label {
  display: block;
  float: left;
  margin-right: 4%;
}
.billing-page label {
  color: #666;
}
.billing-page select {
  margin: 1.75em 0 0 1em;
}
.billing-page [type=submit] {
  margin-top: 3em;
}

@media (min-width: 768px) {
  .signup-info {
    width: 34% !important;
  }
}
.signup-info {
  display: block;
  float: right;
  width: 100%;
  padding: 20px;
  overflow: auto;
}
.signup-info blockquote,
.signup-info cite {
  display: block;
}
.signup-info blockquote {
  font-family: georgia, times new roman, serif;
  font-size: 120%;
  line-height: 150%;
  font-weight: normal;
  color: #707070;
  margin: 0 0 3em 0;
}
.signup-info cite {
  margin-top: 0.5em;
}

.order-details {
  padding: 1em;
  margin-bottom: 3em;
  background: #f9f9f9;
}
.order-details header {
  font-weight: bold;
  color: #b1351a;
  padding-bottom: 0.5em;
}
.order-details p {
  color: #666;
  margin: 0.5em 0;
}
.order-details footer {
  color: #666;
  font-weight: bold;
  margin-top: 1em;
  padding: 0.5em 0 0;
  border-top: 1px solid #ddd;
}

.po-link {
  display: block;
  margin: 0;
  padding: 0.5em 1em;
  background-color: #f9f9f9;
}
.po-link strong {
  display: block;
}

.educator-fields {
  margin: 0;
}
.educator-fields label {
  width: 45%;
  line-height: 200%;
  float: left;
  margin-right: 5%;
  color: #666;
  text-transform: capitalize;
}
.educator-fields label input {
  width: 99%;
}

.signup-submit {
  clear: both;
}

#errors {
  background: #fdfdf1;
  color: #c20000;
  border-left: 4px solid orange;
  padding-left: 1em;
  line-height: 2em;
  margin-bottom: 0.5em;
}

.tos {
  display: block;
  border-width: 1px 0;
  padding: 1em 0;
  margin: -2em 0 2em;
  width: 80%;
  font-size: 90%;
  color: #999;
}

@media (min-width: 768px) {
  .user-account-forms {
    width: 60% !important;
  }
}
.user-account-forms {
  width: 100%;
  padding: 1em 5%;
  margin: 0 0 5em 0;
  float: left;
  background: #fff;
  /*.fieldLabelText {
    margin-right: 10px;
  }*/
}
.user-account-forms input {
  width: 100%;
  padding: 0.5em 1em;
  display: block;
  box-sizing: border-box;
}
.user-account-forms input[type=checkbox] {
  width: auto;
  float: none;
  display: inline-block;
  vertical-align: baseline;
}

@media (min-width: 768px) {
  .account-subscription-details {
    width: 40% !important;
  }

  table td {
    padding: 0.5em 0;
  }
}
.account-subscription-details {
  margin: 0 0 5em 0;
  width: 100%;
  padding: 1em 5%;
  float: left;
}
.account-subscription-details small, .account-subscription-details strong, .account-subscription-details em, .account-subscription-details span {
  display: block;
}
.account-subscription-details small {
  font-size: 90%;
  color: #707070;
}
.account-subscription-details em {
  font-weight: bold;
  font-style: normal;
  color: #b1351a;
}
.account-subscription-details ul, .account-subscription-details li {
  list-style: none inside;
  color: #666;
  padding: 0;
  margin: 0;
}
.account-subscription-details p, .account-subscription-details ul {
  margin-bottom: 1.5em;
}
.account-subscription-details li {
  padding: 0.5em 0;
  border-top: 1px dotted #eee;
  margin-bottom: 1em;
}
.account-subscription-details form {
  margin-bottom: 30px;
}

.extend-account-heading,
.add-students-heading {
  font-weight: normal;
  font-size: 80%;
  margin: 1.5em 0 0.5em;
  color: #999;
}

.srf-billing-details {
  display: block;
  float: none;
}
.srf-billing-details li:first-child {
  font-weight: bold;
}

.srf-billing-details,
.receipt-details {
  list-style: none;
  padding: 0;
}
.srf-billing-details li,
.receipt-details li {
  padding: 0 0 0.25em;
}

.receipt-details {
  padding: 1em 0;
  margin: 2em 0 3em;
  border: 1px dashed #333;
  border-width: 1px 0;
  width: 100%;
}
.receipt-details .transaction-id {
  color: #b1351a;
  font-size: 130%;
  font-weight: bold;
  font-style: normal;
}
.receipt-details strong {
  display: inline-block;
  min-width: 5em;
}

@media (min-width: 1050px) {
  .srf-billing-details {
    float: right;
  }

  .receipt-details {
    width: 66%;
  }
}
table {
  clear: both;
  width: 100%;
  margin: 0em 0 5em;
}
table th {
  font-weight: bold;
  text-align: left;
}
table tr {
  border-bottom: 1px dotted #eee;
}
table td {
  padding: 15px 15px 15px 0;
}

.discount-codes-used form {
  margin: 0;
  padding: 0;
}
.discount-codes-used td {
  height: 30px;
}
.discount-codes-used .code-user-name {
  width: 50%;
}
.discount-codes-used .code-created-date {
  width: 20%;
  color: #999;
}
.content-container.billing-details, .billing-details.body-content, .page-title .billing-details.msg, footer[role=contentinfo] .billing-details.content, .billing-details.global-errors, .billing-details.signup-page, .billing-details.student-signup-page {
  padding: 0 35px;
}

.pay-splitter {
  line-height: 2px;
  margin: 20px;
  text-align: center;
  padding: 10px 0;
}
.pay-splitter span {
  background-color: #fff;
  width: 50px;
  padding: 14px;
  font-size: 1em;
}
.pay-splitter .rule {
  border-bottom: 1px solid #D1D1D1;
  text-align: center;
  width: 100%;
  display: block;
}

.contact-info {
  color: #707070;
}

.legal-page .company-name {
  color: #999;
  display: inline-block;
  margin-right: 0.25em;
}
.legal-page p, .legal-page ol, .legal-page ul {
  line-height: 1.75em;
  margin-bottom: 1.75em;
  max-width: 600px;
  margin: 0 auto;
  font-size: 17px;
}
.legal-page ul {
  padding: 20px 0;
}
.legal-page h2 {
  text-align: center;
  line-height: 1.5em;
}

/*************************/
/* General Blog Styling
/*************************/
.blog .primary-content {
  width: 100%;
  float: none;
  text-align: center;
  margin-top: 20px;
}
.blog .primary-content div {
  width: 100%;
}
.blog .primary-content article {
  max-width: 840px;
  margin: 0 auto;
  text-align: left;
}

.blog-nav {
  margin: 0 auto;
}
.blog-nav .back-button {
  text-align: left;
  margin: 30px 0 0 20px;
  display: block;
  font-weight: 500;
}

.blog-single.blog article {
  margin-top: 30px;
}

.blog-archive article {
  display: flex;
  flex-direction: row;
}
.blog-archive article h2.entry-title {
  color: #2966a3;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  padding: 40px 0 20px 0;
}
.blog-archive article .entry-content {
  color: #231F20;
}
.blog-archive article a {
  width: 100%;
  margin: 2px;
}

.blog-single article {
  position: relative;
  margin: 0 auto;
  margin-bottom: 1em;
  box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
}

.body-content.blog img, iframe {
  width: 100%;
}

.body-content.blog img {
  max-width: 500px;
  vertical-align: center;
  display: flex;
  border: 1px solid lightgrey;
  margin: 30px auto;
}

.body-content.blog {
  width: 100%;
  margin-bottom: 25px;
}
.body-content.blog p {
  font-size: 18px;
  line-height: 30px;
  color: #676d76;
  font-weight: 400;
}
.body-content.blog h3 {
  font-size: 23px;
  padding-top: 20px;
  font-weight: 400;
  color: #231F20;
}
.body-content.blog .read-more {
  text-decoration: underline;
  color: #6ba3e7;
}
.body-content.blog .byline {
  color: #707070;
  font-size: 16px;
  margin: 10px 0 0 0;
}
.body-content.blog .entry-title {
  padding-top: 10px;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}
.body-content.blog article .img-container {
  float: none;
  display: block;
  width: 100%;
  min-height: 1px;
  margin: 0 auto;
}
.body-content.blog article .featured-img {
  border: 4px solid #f2f2f2;
  max-width: 100%;
  width: 100%;
  margin: 10px 0;
  /*
     @include float(left);		
     max-width: 200px;
  margin-right: 1.25em;
   */
}
.body-content.blog article header {
  position: relative;
}
.body-content.blog article header .btn-share {
  position: absolute;
  right: 10px;
  top: 20px;
}
.body-content.blog article .entry-title {
  padding-top: 0;
}
.body-content.blog article .entry-content {
  overflow: hidden;
  padding-top: 15px;
  line-height: 1.6em;
  margin: 0 auto;
}
.body-content.blog article .entry-content h1, .body-content.blog article .entry-content h2, .body-content.blog article .entry-content h4, .body-content.blog article .entry-content h5, .body-content.blog article .entry-content h6 {
  color: #2956b6;
}
.body-content.blog article .entry-content ol li, .body-content.blog article .entry-content ul li {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
  color: #676d76;
  font-weight: 400;
}

.blog-single .entry-content {
  max-width: 680px;
  line-height: 2.25em;
}
.blog-single header {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.blog-single .img-container {
  max-width: 840px;
}

@media screen and (max-width: 1400px) {
  .blog-archive .primary-content {
    width: 100%;
    padding: 1px 20px 20px 20px;
  }
}
@media screen and (min-width: 840px) {
  .blog-archive article h2.entry-title {
    font-size: 26px;
  }
}
/*************************/
/* Archive Page
/*************************/
.blog-archive.body-content.blog .entry-title {
  margin: 0;
}
.blog-archive.body-content.blog article {
  margin-bottom: 0;
  margin-top: 40px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 35px;
}
.blog-archive.body-content.blog .excerpt {
  margin-top: 0;
}
.blog-archive.body-content.blog h1 {
  text-align: center;
}
.blog-archive.body-content.blog header {
  position: relative;
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.blog-archive.body-content.blog p.byline {
  font-size: 14px;
  margin: 0 0 10px 0;
}
.blog-archive.body-content.blog .entry-content {
  padding: 0 0 0 0;
}

.blog-prev-next {
  padding-top: 20px;
}
.blog-prev-next ul {
  padding: 0;
}
.blog-prev-next .prev-link {
  float: left;
}
.blog-prev-next .next-link {
  float: right;
}

/*************************/
/* Single Post
/*************************/
.body-content.blog.blog-single .entry-title {
  font-size: 37px;
  font-weight: 400;
  line-height: 44px;
}
.body-content.blog.blog-single .entry-content h1, .body-content.blog.blog-single .entry-content h2, .body-content.blog.blog-single .entry-content h3, .body-content.blog.blog-single .entry-content h4, .body-content.blog.blog-single .entry-content h5, .body-content.blog.blog-single .entry-content h6 {
  margin: 0 0 10px 0;
}
.body-content.blog.blog-single .entry-content ol, .body-content.blog.blog-single .entry-content ul {
  margin: 0 0 10px 0;
}

@media screen and (max-width: 480px) {
  .blog-single .entry-title {
    font-size: 29px;
    line-height: 36px;
  }

  .body-content.blog p {
    font-size: 16px;
  }

  .body-content.blog article .entry-content ul li {
    font-size: 16px;
  }
}
/*************************/
/* Image Galleries
/*************************/
dl.gallery img {
  border: 4px solid #f2f2f2;
  max-width: 100px;
}
dl.gallery dt {
  margin: 0 0 0 10px;
  float: left;
}
dl.gallery dt:first-child {
  margin-left: 0;
}

/*$container-max-widths: (
  sm: 1140px,
  md: 1141px,
  lg: 1142px,
  xl: 1143px
) !default;*/
#main-content {
  flex: 1 0 auto;
}

#main-content #content.content-container, #main-content #content.body-content, #main-content .page-title #content.msg, .page-title #main-content #content.msg, #main-content footer[role=contentinfo] #content.content, footer[role=contentinfo] #main-content #content.content, #main-content #content.global-errors, #main-content #content.signup-page, #main-content #content.student-signup-page {
  padding: 0 20px;
  word-wrap: break-word;
}
#main-content #content.content-container ul li, #main-content #content.body-content ul li, #main-content .page-title #content.msg ul li, .page-title #main-content #content.msg ul li, #main-content footer[role=contentinfo] #content.content ul li, footer[role=contentinfo] #main-content #content.content ul li, #main-content #content.global-errors ul li, #main-content #content.signup-page ul li, #main-content #content.student-signup-page ul li {
  font-size: 80%;
}

.dashboard-container.home-section section p {
  padding: 0px 0 10px 0;
}
.dashboard-container.home-section section .table-header {
  padding: 20px 0 0 0;
}
.dashboard-container.home-section .data-table {
  background: #fff;
}

.dashboard-container table {
  width: 100%;
}
.dashboard-container section p {
  max-width: 650px;
  margin: 0;
  padding: 0px 10px 10px 21px;
}
.dashboard-container section header {
  position: relative;
  margin-top: 10px;
}
.dashboard-container section header h2 {
  margin: 0 0.25em 0.5em 0;
}
.dashboard-container .dataTables_length {
  right: 225px;
}
.dashboard-container .tabs {
  margin-bottom: 30px;
  position: relative;
}

@media (min-width: 850px) {
  .dashboard-container section header {
    display: flex;
  }
}
@media (max-width: 850px) {
  .dashboard-container section p {
    margin: 0;
    padding: 10px 0;
  }
}
.body-content.forgotPw {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 850px;
}
.body-content.forgotPw label {
  max-width: 400px;
}

.dataTables_wrapper {
  overflow: visible;
  position: relative;
}

.sidebar .button {
  margin: 5px 0 0 0;
  text-align: center;
  width: 100%;
}

.sidebar .button.btn-green {
  background: #038669;
}
.sidebar .button.btn-green:hover {
  background-color: #16A085;
}

@media (max-width: 450px) {
  .dashboard-container section header h2, .dashboard-container section header h1 {
    width: 100%;
  }
}
.warning-icon {
  padding-right: 5px;
}

.sidebar .widget {
  margin-bottom: 1em;
  box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
}
.sidebar .msg-widget i, .sidebar .reports-widget i {
  margin-right: 5px;
}
.sidebar .widget.welcome {
  padding: 0;
}
.sidebar p {
  margin: 0.5em 0;
}
.sidebar .secondary-callout {
  text-align: center;
}
.sidebar .secondary-callout p {
  margin: 0 0 10px 0;
}
.sidebar .expire-warning {
  background: #ff4954;
  background: linear-gradient(90deg, #ff4954 0%, #c987ff 100%);
  color: #fff;
  font-weight: 400;
  padding: 20px;
  border-radius: 0 0 5px 5px;
}
.sidebar .expire-warning span {
  font-weight: 600;
}
.sidebar .expire-warning .button {
  background: #fff;
  color: #F2577C;
}
.sidebar .welcome-message-container {
  padding: 20px;
}
.sidebar .welcome-message {
  margin-top: 0;
}
.sidebar .welcome-message span {
  font-weight: 500;
}
.sidebar .btn-lg-secondary {
  border: 1px solid #1e6cfe;
  color: #1e6cfe;
  background: none;
}
.sidebar .btn-lg-secondary:hover {
  border: 1px solid #1e6cfe;
  color: #1e6cfe;
  background: #F7FAFF;
}

.widget h2, .widget .widget__title {
  padding-bottom: 10px;
  display: block;
  line-height: 1.15em;
  margin: 0;
  font-size: 1.125em;
  font-weight: 500;
}
.widget ul {
  padding-left: 20px;
}
.widget ul li {
  margin-bottom: 10px;
}
.widget img {
  max-width: 100%;
}

.configurations-widget a {
  font-weight: 700;
}
.configurations-widget .detail {
  display: block;
  color: #58595B;
}

.dashboard-container .col-lg-9 {
  padding: 0;
}

@media (min-width: 768px) {
  .reports-widget {
    display: block;
  }

  .dashboard-container .col-lg-9 {
    padding: 0 15px;
  }
  .dashboard-container table {
    width: 100%;
  }
  .dashboard-container g p {
    padding: 0px 0px 30px 0px;
  }
  .dashboard-container g header {
    margin-top: 10px;
  }
}
.error-description {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-left: 3px solid #f36d33;
  color: #666;
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  margin-top: 32px;
  max-width: 100%;
  overflow: auto;
  padding: 1em 1.5em;
  display: block;
  word-wrap: break-word;
}

.error-page {
  max-width: 560px;
  padding: 50px 0 100px 0;
  margin: 0 auto;
  text-align: center;
}
.error-page p {
  line-height: 2rem;
  color: #6f7782;
}
.error-page button:first-of-type {
  margin-right: 20px;
}
.error-page .page-title h1 {
  font-weight: 700;
  font-size: 36px !important;
}
.error-page h3 {
  margin: 0;
}
.error-page .page-title {
  margin: 0;
  padding-top: 10px;
}
.error-page img {
  width: 350px;
}
.error-page ul {
  padding: 0;
  list-style-type: none;
}
.error-page ul li {
  margin: 5px;
}
.error-page .secondary {
  border: 1px solid #6f7782;
  background: transparent;
  color: #6f7782;
}
.error-page .secondary:hover {
  background: #e9e9e9;
  color: #000000;
}

/* Configuration Panel
*************************************/
.educator-page {
  /*.page-title {
  	border-bottom: 0;
  	padding: 1.5em 5% 1em 5%;
  }*/
  /*table {
  	margin-bottom: 40px;
  }*/
  /*
  input[type=number]{
  	margin-bottom: 10px;
  }
  input[type=checkbox]{
  	margin-right: 5px;
  }
  */
}
.educator-page #recentAssignments th.action {
  width: 200px !important;
}
.educator-page .assignment-title {
  display: flex;
  align-self: stretch;
}
.educator-page .assignment-details {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
.educator-page .assignment-details p {
  margin-top: 0;
  line-height: 1.8;
}

@media screen and (min-width: 500px) {
  .assignmentEditor .checkbox-group {
    width: 100%;
    max-width: 700px;
    display: flex;
    flex-wrap: wrap;
  }
}
.checkbox-group .input-label:focus-within {
  outline: thin dotted #3b99fc;
}

.scheduleAssignment[type=checkbox] {
  zoom: 1.5;
  margin: 0 6px 0 0;
}

.scheduleAssignment[type=checkbox]:focus {
  outline: -webkit-focus-ring-color auto 1px;
}

.scheduleAssignmentLabel {
  font-weight: 400;
  font-size: 16px;
  color: #333;
  line-height: 22px;
  display: inline-flex;
  cursor: pointer;
  position: relative;
}

.scheduleAssignmentLabel > span {
  padding: 0rem 0.25rem;
}

.scheduleAssignmentLabel > input {
  height: 15px;
  width: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1.9px solid #c4d9ed;
  border-radius: 3px;
  outline: none;
  transition-duration: 0.3s;
  cursor: pointer;
}

.scheduleAssignmentLabel > input:checked {
  background-color: #fff;
  font-family: "FontAwesome";
  content: "\f14a";
  border: 1.9px solid #d64728;
}

.scheduleAssignmentLabel > input:checked + span::before {
  font-family: "FontAwesome";
  content: "\f14a";
  text-align: center;
  position: absolute;
  color: #d64728;
  left: 1px;
  top: 0rem;
  zoom: 1.6;
}

.scheduleAssignmentLabel > input:active {
  border: 2px solid #34495E;
}

.checkbox-custom {
  top: 0px;
  left: 0px;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border: 2px solid #FFFFFF;
}

.checkbox-custom::after {
  content: "";
  left: 12px;
  top: 12px;
  height: 0px;
  width: 0px;
  border-radius: 5px;
  border: solid #009BFF;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(0deg) scale(0);
  -ms-transform: rotate(0deg) scale(0);
  transform: rotate(0deg) scale(0);
  opacity: 1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.completion-field {
  border-bottom: 1px solid #DADADA;
  padding: 0 0 10px 0;
  margin-bottom: 25px;
}
.completion-field label {
  font-weight: 400;
}

.top-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.page-title {
  flex-direction: column;
}
.page-title .breadcrumb {
  clear: both;
  padding: 0;
  display: flex;
  align-self: stretch;
  padding-left: 20px;
  margin: 20px 20px 20px 0;
}
.page-title .breadcrumb a {
  display: flex;
  font-size: 18px;
  font-weight: 400;
  color: #1e6cfe;
  padding-left: 16px;
  line-height: 18px;
  padding-bottom: 15px;
  margin-top: 5px;
}
.page-title .breadcrumb a i {
  margin: 12px auto;
}
.page-title .breadcrumb:before {
  content: "❮";
  color: #1e6cfe;
}

.breadcrumbs {
  margin: 20px 0;
  font-weight: 400;
}

.code .breadcrumbs {
  width: 100%;
  padding: 0 20px 10px 20px;
  margin: 0;
}

.page-alert {
  margin: 20px;
}

@media (min-width: 992px) {
  .page-alert {
    width: 960px;
    max-width: 100%;
    margin: 20px auto 0 auto;
  }

  .login-page .page-alert {
    width: inherit;
  }
}
@media (min-width: 1260px) {
  .page-alert {
    width: 1120px;
    max-width: 100%;
  }
}
.educator-page .page-alert {
  margin: 20px;
}

.filter-dropdown-toggle {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: transparent;
  color: #333;
  padding: 20px 25px 20px 25px;
}
.filter-dropdown-toggle:hover {
  background: #f5f5f5;
  color: #333;
}

.course-detail .table-header h2 {
  padding-right: 10px;
}

.recentAssignmentsSearchPlace, .table0SearchPlace, .table1SearchPlace {
  flex: 1 auto;
}

@media (min-width: 850px) {
  .recentAssignmentsSearchPlace {
    margin-right: 10px;
  }
}
.table-header {
  display: flex;
  flex-flow: row wrap;
}
.table-header h2 {
  flex: 1 100%;
}
.table-header .toggle {
  display: block;
}
.table-header .toggle a {
  margin: 0;
}
.table-header .toggle a:first-child {
  border-radius: 5px 0 0 5px;
  margin-right: -1px;
}
.table-header .toggle a:last-child {
  border-radius: 0 5px 5px 0;
}

@media (max-width: 400px) {
  .toggle.active-assignment-choice a:last-child {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .table-header .toggle {
    display: flex;
    flex: 1 auto;
    max-width: 250px;
  }
}
@media (min-width: 850px) {
  .table-header {
    display: flex;
    flex: inherit;
  }
  .table-header h2 {
    flex: initial;
  }
}
.sort-item-btn {
  background: transparent;
  border: none;
  text-align: left;
  color: #333;
}

.body-content .action-parent {
  border-top: 1px solid #dde6ef;
  display: block;
}

.enrollments-list, .dataTables_paginate {
  padding: 0 10px 15px 25px;
}

.educator-page .table-header {
  padding: 0;
}

.course-page-instructions {
  padding: 0 10px 15px 25px;
  max-width: 800px;
}

@media (min-width: 850px) {
  .body-content .action-parent {
    display: none;
  }
}
.educator-page.container:not(.student-detail) {
  margin: 0 auto;
}
.educator-page.container:not(.student-detail) .page-title .breadcrumb {
  padding: 10px 0 0 20px;
}
.educator-page.container:not(.student-detail) h1, .educator-page.container:not(.student-detail) h2, .educator-page.container:not(.student-detail) .body-content p {
  padding: 0 20px 0 20px;
}
.educator-page.container:not(.student-detail) .for-checkbox.with-text {
  margin: 0 0 20px 20px;
}
.educator-page.container:not(.student-detail) #bulkArchiveForm {
  padding: 0 20px 0 20px;
}
.educator-page.container:not(.student-detail) #DataTables_Table_0_wrapper {
  padding: 0 20px;
}
.educator-page.container:not(.student-detail) .code-table {
  padding: 0 20px;
}
.educator-page.container:not(.student-detail) #DataTables_Table_1_wrapper {
  padding: 0 20px;
}

.educator-page.container:not(.small-title) {
  margin: 0 auto;
}
.educator-page.container:not(.small-title) .page-title .breadcrumb {
  padding: 10px 0 0 20px;
}
.educator-page.container:not(.small-title) h1, .educator-page.container:not(.small-title) .body-content p {
  padding: 0 20px 0 20px;
}
.educator-page.container:not(.small-title) h2 {
  padding: 0 20px 0 0;
}
.educator-page.container:not(.small-title) .for-checkbox.with-text {
  margin: 0 0 20px 20px;
}
.educator-page.container:not(.small-title) #bulkArchiveForm {
  padding: 0 20px 0 20px;
}
.educator-page.container:not(.small-title) #DataTables_Table_0_wrapper {
  padding: 0 20px;
}
.educator-page.container:not(.small-title) .code-table {
  padding: 0 20px;
}
.educator-page.container:not(.small-title) #DataTables_Table_1_wrapper {
  padding: 0 20px;
}

@media (min-width: 850px) {
  .enrollments-list, .dataTables_paginate {
    padding: 0 10px 15px 48px;
  }

  .course-page-instructions {
    padding: 0 10px 15px 48px;
  }
}
.tools a i {
  margin: 0 5px;
  line-height: 16px;
}

.page-sub h1, .page-sub h2 {
  float: left;
  font-weight: 500;
  margin: 0 0 0.5em 0;
  line-height: 35px;
  width: auto;
  font-size: 1.35em;
  padding-right: 10px;
}

@media (min-width: 770px) {
  .toggle {
    padding-left: 10px;
  }
}
@media (min-width: 850px) {
  .table-header h1:first-of-type, h2 a:first-of-type {
    margin-left: 0;
  }
}
#enrollments a {
  white-space: nowrap;
}

.table-header {
  line-height: 20px;
  margin-bottom: 0;
  padding: 15px 0 0 0;
}
.table-header h1, .table-header h2 {
  float: left;
  font-weight: 500;
  margin: 0 0 0.5em 0;
  line-height: 35px;
  width: auto;
  font-size: 1.35em;
}
.table-header a {
  vertical-align: middle;
  float: left;
  font-size: 15px;
  margin: 0 0 10px 10px;
  border: 1px solid #1e6cfe;
  padding: 6px 7px;
  border-radius: 5px;
  color: #1e6cfe;
  background: #fff;
  font-weight: 400;
  display: flex;
  white-space: nowrap;
}
.table-header a:last-of-type {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .table-header a:first-of-type {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  .table-header a {
    width: 50%;
    margin-left: 0;
    margin-bottom: 10px;
    height: 44px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .table-header a:not(:last-of-type) {
    margin-right: 10px;
  }
  .table-header a:last-of-type {
    margin: 0;
  }
}
.table-header a i {
  margin: 0 5px;
  font-size: 22px;
  line-height: 20px;
}
.table-header a p {
  display: inline;
  line-height: 0px;
}
.table-header .toggle a {
  vertical-align: middle;
  float: left;
  font-size: 17px;
  margin-left: 0;
  border: 1px solid grey;
  padding: 6px 12px;
  border-radius: 5px;
  color: grey;
  background: #fff;
  font-weight: 400;
  height: 36px;
  line-height: 21px;
}
.table-header .toggle a.active {
  border: 2px solid #1e6cfe;
  color: #1e6cfe;
  font-weight: 500;
}

@media (max-width: 768px) {
  .toggle {
    float: right;
  }
  .toggle .toggle a {
    height: 50px;
    line-height: 36px;
  }
}
.enrollments-list {
  list-style: none;
}
.enrollments-list i {
  margin-right: 10px;
  color: #58595B;
}
.enrollments-list li {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .table-header .toggle {
    width: 100%;
  }
  .table-header h1, .table-header h2 {
    padding-right: 10px;
  }
}
.rhythms-and-rests.field-group--has-error {
  background: #f2dede;
  border-radius: 10px;
  border: 1px solid #d9534f;
  padding: 20px;
  color: #d9534f;
}

.add-row-btn, .delete-row-btn {
  font-size: 24px;
  color: #6ba3e7;
  cursor: pointer;
}

.tabs {
  width: 100%;
}
.tabs a {
  display: inline-block;
  padding: 12px 0;
  margin: 0 22px 0 0;
  color: black;
}
.tabs a.active {
  background: transparent;
  background-color: #fff;
  color: #1e6cfe;
}
.tabs a:first-of-type {
  margin: 0 22px 0 0;
}

@media screen and (max-width: 768px) {
  div.signup-title {
    padding-top: 0px;
    margin-top: 0px;
  }
}
div.student-signup-page {
  padding: 0 30px 30px 30px;
}
div.student-signup-page input[type=text] {
  font-size: 18px;
  width: 100%;
  text-align: center;
  padding: 1em 0;
  letter-spacing: 0.025em;
}
div.student-signup-page p {
  margin: 0 0 2em 0;
}
div.student-signup-page form .input-label {
  margin: 0;
}

.student-signup-page .multiple-choice-button {
  margin: 20px 0 20px 0;
}

.multiple-choice-button {
  text-align: center;
}
.multiple-choice-button a {
  color: white;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  background: #fff;
  padding: 20px 30px;
  margin: 5px;
  display: inline-block;
  border-radius: 40px;
  border: 3px solid transparent;
  box-shadow: 0 5px 10px 0 rgba(21, 27, 38, 0.08);
}
.multiple-choice-button a.active, .multiple-choice-button a:hover {
  border: 3px solid #055bfe;
}

.section-title {
  margin: 1.25em 0 0.75em 0;
  color: #000;
  text-shadow: none;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.02px;
  line-height: 30px;
}

form input, form select, form textarea {
  font-size: 18px;
  padding: 10px;
  line-height: 1.4;
  min-height: 0;
  max-width: 100%;
}

input[type=text], input[type=password], input[type=number] {
  min-height: 0;
  background-color: #fff;
  border: 2px solid #e0e6e8;
  border-radius: 3px;
  height: 50px;
  line-height: normal;
  margin: 0;
  padding: 0 0 0 16px;
  transition: border 0.15s;
  width: 100%;
  position: relative;
}
input[type=text]:active, input[type=text]:focus, input[type=password]:active, input[type=password]:focus, input[type=number]:active, input[type=number]:focus {
  border-color: #256EFF;
}

.selectedInstruments {
  display: none;
  margin-right: 10%;
}
.selectedInstruments h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.selectedInstruments ul {
  padding: 0;
  font-size: 16px;
  margin-top: 0;
}
.selectedInstruments ul li {
  list-style-type: none;
}

@media screen and (max-width: 768px) {
  .pitch-selector-container {
    flex-direction: column;
  }

  .pitch-selector {
    order: -1;
  }
}
.empty-pitch-alert {
  padding-top: 20px;
}

.section-pitch-range .clefTitle, .section-pitch-range .instrumentTitle, .section-pitch-range .pitchTitle {
  display: none;
  font-weight: bold;
  font-size: 20px;
  flex: 1;
  text-align: center;
}
.section-pitch-range .clefTitle {
  flex: 2;
  margin-left: 5%;
}
.section-pitch-range .changeClef, .section-pitch-range .clef-selector, .section-pitch-range .changeInstruments {
  display: none;
}
.section-pitch-range .changeClef, .section-pitch-range .changeInstruments {
  color: #767676;
  background-color: transparent;
}
.section-pitch-range .changeClef:hover, .section-pitch-range .changeInstruments:hover {
  color: #000;
  background-color: transparent;
}
.section-pitch-range .changeClef i, .section-pitch-range .changeInstruments i {
  margin-right: 5px;
}
.section-pitch-range .instrument-selector {
  display: none;
}
.section-pitch-range .pitch-selector {
  display: none;
}
.section-pitch-range .confirmInstrument, .section-pitch-range .addGroup {
  display: none;
  margin-left: 10px;
}
.section-pitch-range .confirmInstrument.disabled, .section-pitch-range .addGroup.disabled {
  background: #F5F5F5;
  color: #C0C0C0;
}
.section-pitch-range #cancelToggle {
  margin-left: auto;
  background: transparent;
  color: #767676;
}
.section-pitch-range .pitchRangeNav {
  display: flex;
}
@media (max-width: 768px) {
  .section-pitch-range .pitchRangeNav {
    flex-wrap: wrap;
  }
  .section-pitch-range .pitchRangeNav p, .section-pitch-range .pitchRangeNav button {
    flex-basis: 100%;
  }
  .section-pitch-range .pitchRangeNav #changeClef, .section-pitch-range .pitchRangeNav #cancelToggle, .section-pitch-range .pitchRangeNav #changeInstruments {
    flex-basis: 50%;
  }
  .section-pitch-range #changeClef, .section-pitch-range #changeInstruments {
    order: -2;
    text-align: left;
  }
  .section-pitch-range #cancelToggle {
    order: -1;
    text-align: right;
  }
  .section-pitch-range #rangeEnsembleFilters button {
    margin-bottom: 10px;
  }
  .section-pitch-range .mixer-button-list li {
    width: 100%;
  }
  .section-pitch-range .field-group--inline {
    margin-right: 0;
  }
  .section-pitch-range .clefTitle {
    margin-left: 0;
  }
}
.section-pitch-range .mxr-preview-container {
  background: white;
  border-radius: 15px;
  padding: 20px 25px 45px 0;
  margin: 0 0 0 0;
}
.section-pitch-range .instrument-selector, .section-pitch-range .row {
  box-sizing: border-box;
  overflow: hidden;
}
.section-pitch-range .instrument-selector.active, .section-pitch-range .row.active {
  background-color: #fff;
  display: block;
}
.section-pitch-range .pitch-range-selector {
  box-sizing: border-box;
  width: 328px;
  /*float: right;*/
  margin: 0 auto;
}
.section-pitch-range .mixer-button-list {
  margin: 0 auto;
}
.section-pitch-range #rangeEnsembleFilters {
  max-width: 764px;
  margin: 0 auto;
}
.section-pitch-range .clef-selector .radio-group {
  max-width: 800px;
  margin: 0 auto;
}
.section-pitch-range .btn-bar {
  padding: 0;
}
.section-pitch-range .form {
  margin-bottom: 50px;
}
.section-pitch-range .row {
  background: white;
  padding: 40px 0 0 0;
  border-radius: 10px;
}

.btn-bar {
  padding: 20px 0;
}

.btn-grid .mxr-btn-list li {
  width: 49.25%;
  margin-right: 1%;
}
.btn-grid .mxr-btn-list li:nth-child(2n+2) {
  width: 49.25%;
  margin-right: 0;
}

.tabs a {
  text-align: center;
  text-decoration: none;
  font-size: 1.075rem;
  font-weight: 500;
  color: #707070;
}

.tabs a:hover {
  color: #256EFF;
}

.active {
  color: white;
}

.tabs a.active {
  display: block;
  font-weight: 500;
}

.tabs .icon {
  display: none;
}

#tabs {
  margin: 0 0 0 15px;
  padding: 1px;
  list-style: none;
  align-items: flex-end;
  display: flex;
  flex: 1 0 auto;
  justify-content: flex-start;
  max-width: 100%;
}
#tabs li {
  margin: 0;
  padding: 0;
}

.tabs a {
  min-width: 1px;
  padding-bottom: 12px;
  transition-duration: 0.2s;
  transition-property: box-shadow, color;
  word-wrap: break-word;
}

.table-header {
  padding: 20px 0 20px 0;
}

@media screen and (max-width: 850px) {
  .sidebar .widget {
    margin: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .dashboard-container section {
    margin-bottom: 50px;
  }
  .dashboard-container .col-lg-9 {
    padding-right: 0;
  }

  .sidebar {
    padding: 35px 0;
  }
}
@media screen and (max-width: 1200px) {
  .dashboard-container .col-lg-3 {
    width: 100%;
    clear: both;
  }
  .dashboard-container .welcome {
    display: none;
  }

  .sidebar {
    padding: 35px 0 35px 0;
  }

  #tabs {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
  }

  .tabs a {
    flex-grow: 1;
    display: inline-block;
    float: none;
  }
}
@media screen and (max-width: 850px) {
  .table-header {
    padding: 20px 0 0px 0;
  }

  #tabs {
    width: auto;
    position: relative;
    background: transparent;
    background-color: #fff;
    padding: 0;
  }
  #tabs li {
    width: 100%;
  }

  .tabs a.active {
    display: block;
    font-weight: 500;
    border: none;
    color: #000;
  }

  .tabs a:hover {
    border: none;
  }

  .tabs a {
    display: none;
  }

  .tabs li a.icon {
    position: absolute;
    display: block;
    background: transparent;
    left: -28px;
    width: 100%;
    text-align: left;
    top: -2px;
  }

  .tabs.responsive a.icon {
    width: 50px;
  }

  .tabs a {
    border: none;
    text-align: left;
    font-size: 16px;
    padding: 15px;
  }
}
@media screen and (max-width: 850px) {
  .tabs.responsive {
    position: relative;
  }

  .tabs.responsive a {
    float: none;
    display: block !important;
    text-align: left;
    width: 100%;
  }

  .tabs.responsive a.active {
    padding-bottom: 20px;
  }
}
@media (min-width: 960px) {
  .btn-grid .mxr-btn-list li {
    width: 24.125%;
    margin-right: 1%;
  }
  .btn-grid .mxr-btn-list li:nth-child(2n+2) {
    width: 24.125%;
    margin-right: 1%;
  }
  .btn-grid .mxr-btn-list li:nth-child(4n+4) {
    width: 24.125%;
    margin-right: 0;
  }
}
.instrument-selector__filters {
  margin-bottom: 15px;
}

/* Music Prefs Panel
*************************************/
.music-preferences-panel .field-group {
  margin-bottom: 10px;
}

.music-preferences-panel .buttonset {
  margin-bottom: 15px;
}

.music-preferences-panel .field-group__error-message {
  clear: both;
}

section.educator-page.course-detail.container {
  margin-bottom: 47px;
}

.class-detail-page .class-detail-tab-wrapper {
  margin-bottom: 40px;
}
.class-detail-page .sub-tabs a {
  margin-bottom: 12px;
  margin-right: 22px;
  font-size: 1.075rem;
  font-weight: 500;
  color: #707070;
  min-width: 1px;
  transition-duration: 0.2s;
  transition-property: box-shadow, color;
  flex-grow: 1;
  display: inline-block;
  float: none;
  padding: 12px 0;
}
.class-detail-page .sub-tabs a:hover {
  color: #256EFF;
}
.class-detail-page .sub-tabs a.active {
  color: #1e6cfe;
  text-decoration: underline;
}
.class-detail-page .pss-section {
  padding: 20px 0 30px 0;
}
.class-detail-page #recentAssignments td:nth-child(3) {
  white-space: nowrap;
}
.class-detail-page .recentAssignmentsSearchPlace {
  width: inherit;
}
.class-detail-page section {
  background: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
  margin: 0 auto 20px auto;
  padding: 10px 20px;
  width: 100%;
}
@media (min-width: 990px) {
  .class-detail-page section {
    margin: 0 auto;
    max-width: 1140px;
  }
  .class-detail-page .tab-content {
    padding: 20px 50px;
  }
}
.class-detail-page .student-activity-range {
  display: flex;
  margin: 10px 0;
}
@media (min-width: 850px) {
  .class-detail-page .student-activity-range {
    margin: 0;
  }
}
.class-detail-page .student-activity-range button {
  background: transparent;
  color: #000000;
  border: 1px solid #e0e0e0;
  font-size: 40px;
  padding: 0 10px 4px;
  line-height: 26px;
  overflow: hidden;
}
.class-detail-page .current-week {
  padding: 12px;
  margin: 0 10px;
  border: 1px solid #e0e0e0;
}
.class-detail-page .half-sections {
  margin: 0 auto 40px auto;
}
@media (min-width: 576px) {
  .class-detail-page .half-sections {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: 960px;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .class-detail-page .half-sections {
    width: 1140px;
    max-width: 100%;
  }
}
.class-detail-page .section-header {
  justify-content: space-between;
  align-items: center;
}
.class-detail-page .section-header a {
  vertical-align: middle;
  font-size: 15px;
  margin: 0 0 0 10px;
  border: 1px solid #1e6cfe;
  padding: 6px 7px;
  border-radius: 5px;
  color: #1e6cfe;
  background: #fff;
  font-weight: 400;
  display: inline-flex;
  height: 36px;
}
@media (min-width: 768px) {
  .class-detail-page .section-header {
    display: flex;
  }
  .class-detail-page .section-header a {
    float: left;
    display: flex;
  }
}
@media (min-width: 990px) {
  .class-detail-page .section.container {
    width: 100%;
  }
  .class-detail-page .half-sections > section, .class-detail-page .half-sections > .double-section {
    width: calc(50% - 20px);
    margin-left: 0;
  }
}
.class-detail-page .double-section {
  margin-top: 40px;
  width: 100%;
}
.class-detail-page .double-section section {
  margin: 0;
  width: 100%;
}
@media (min-width: 990px) {
  .class-detail-page .double-section {
    margin-top: 0;
  }
}
.class-detail-page .table-like-list {
  list-style: none;
  padding-left: 0;
}
.class-detail-page .table-like-list.clickable li {
  padding: 0;
}
.class-detail-page .table-like-list.clickable li a {
  background-image: url(/assets/images/chevron-right-large.svg);
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: 25px;
  background-origin: content-box;
  padding: 20px;
  display: inline-block;
  width: 100%;
}
.class-detail-page .table-like-list li {
  padding: 20px;
}
.class-detail-page .table-like-list li:nth-child(odd) {
  background-color: #f5f5f5;
}
.class-detail-page #studentActivity_filter label, .class-detail-page #recentAssignments_filter label {
  margin-bottom: 0;
}
.class-detail-page #studentActivity .sort {
  display: none;
}
.class-detail-page .student-activity-range button[disabled] {
  visibility: hidden;
}

.course-detail .description-container {
  display: none;
}
.course-detail .description-container.desc-open {
  display: flex;
}
.course-detail .info-button {
  display: flex;
  align-items: center;
}
.course-detail .info-button .open-info {
  display: inherit;
}
.course-detail .info-button .close-info {
  display: none;
}
.course-detail .info-button.info-open .open-info {
  display: none;
}
.course-detail .info-button.info-open .close-info {
  display: inherit;
}

.desktop-only {
  visibility: hidden;
  position: absolute;
}

.tools-right {
  position: relative;
  width: calc(100% - 30px);
  display: flex;
  white-space: nowrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tools-right > button, .tools-right > a, .tools-right .class-actions {
  width: 48%;
  margin-top: 10px;
  text-align: center;
  height: 53px;
}
.tools-right .a11y-dropdown-selector {
  width: 100%;
  height: 100%;
}
.tools-right .a11y-dropdown {
  text-align: left;
}
.tools-right .info-button {
  display: flex;
  justify-content: center;
}
.tools-right .info-button:focus {
  margin-top: 10px;
}

@media screen and (min-width: 480px) {
  .tools-right {
    flex-wrap: nowrap;
  }
  .tools-right > button, .tools-right > a, .tools-right .class-actions {
    width: inherit;
    margin: 10px 8px;
  }
}
@media screen and (min-width: 768px) {
  .course-detail .description-container {
    display: flex;
  }
  .course-detail .btn-flat.secondary.info-button, .course-detail .report-container .date-pickers button.secondary.info-button, .report-container .date-pickers .course-detail button.secondary.info-button {
    display: none;
  }

  .mobile-only {
    visibility: hidden;
  }

  .desktop-only {
    visibility: visible;
    position: inherit;
  }

  .course-overview.educator-page .topbar-header .page-title {
    display: flex;
    grid-column-gap: 10px;
    width: calc(100% - 30px);
  }
  .course-overview.educator-page .topbar-header .page-title:before {
    content: none;
  }
  .course-overview.educator-page .topbar-header .page-title .tools-right {
    position: absolute;
    right: 40px;
    width: 453px;
  }
  .course-overview.educator-page .topbar-header .page-title .tools-right button, .course-overview.educator-page .topbar-header .page-title .tools-right a {
    margin-left: 10px;
  }
  .course-overview.educator-page .topbar-header .page-title .tools-right .btn-flat:focus, .course-overview.educator-page .topbar-header .page-title .tools-right .report-container .date-pickers button:focus, .report-container .date-pickers .course-overview.educator-page .topbar-header .page-title .tools-right button:focus {
    margin: 10px 8px;
  }
}
td[data-title="Enrolled?"] label.for-checkbox {
  width: inherit;
}

td[data-title="Enrolled?"] .text {
  margin-left: 30px;
  line-height: 2;
  font-weight: normal;
}

td[data-title="Archive?"] label.for-checkbox {
  width: inherit;
}

td[data-title="Archive?"] .text {
  margin-left: 30px;
  line-height: 2;
  font-weight: normal;
}

/*************************/
/* Form Elements
/*************************/
.paginate_button {
  background: #1e6cfe;
  color: white;
  border: none;
  border-radius: 5px;
  font-weight: 400;
  padding: 12px 20px;
  font-size: 16px;
  margin-top: 10px;
}
.paginate_button:hover {
  cursor: pointer;
}
.paginate_button.previous {
  float: left;
}
.paginate_button.next {
  float: right;
}
.paginate_button.disabled {
  visibility: hidden;
}

td.sorting_1 {
  background: none;
  padding: 0;
  color: #202124 !important;
  letter-spacing: 0.4px !important;
}

@media screen and (max-width: 850px) {
  .date-picker {
    padding-top: 0;
  }

  .clickable-row {
    position: relative;
  }

  .clickable-row::after {
    content: url("/assets/images/chevron-right-large.svg");
    position: absolute;
    right: 20px;
    vertical-align: middle;
    top: 42%;
  }

  .dataTables_length {
    display: none;
  }

  .dataTables_filter {
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  #report-table_wrapper #report-table_filter.dataTables_filter {
    width: 70%;
    margin-top: 8px;
    padding-right: 10px;
  }
  #report-table_wrapper #report-table_filter.dataTables_filter input {
    height: 42px;
    width: 100%;
  }

  .dt-buttons {
    margin: 15px 15px 15px 0;
  }
}
@media screen and (min-width: 850px) {
  .clickable-row td:last-child {
    background-image: url("/assets/images/chevron-right-large.svg");
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: 25px;
    background-origin: content-box;
  }
}
.clickable-row:hover {
  border: 1px solid #256EFF;
  cursor: pointer;
  background-color: #fff;
}

tr.clickable-row:nth-child(odd) {
  background-color: #fbfbfb;
}

@media screen and (min-width: 960px) {
  .clickable-row:hover {
    background-color: #E7F0FE !important;
    cursor: pointer;
  }
  .clickable-row:hover [data-title=assignment] {
    font-weight: 500;
  }
}
.btn-flat, .report-container .date-pickers button {
  background: #6ba3e7;
  font-family: "PT Sans Narrow", helvetica, arial, sans-serif;
  display: inline-block;
  border-radius: 4px;
  color: white;
  border-width: 0;
  padding: 8px 10px;
}
.btn-flat.secondary, .report-container .date-pickers button.secondary {
  background-color: transparent;
  color: #000000;
  border: 1px solid lightgrey;
}
.btn-flat.secondary:hover, .report-container .date-pickers button.secondary:hover {
  background-color: transparent;
  color: #000000;
  border: 1px solid lightgrey;
}
.btn-flat:hover, .report-container .date-pickers button:hover {
  background-color: #15579a;
}
.btn-flat.btn-green, .report-container .date-pickers button.btn-green {
  background: #76d576;
}
.btn-flat.btn-green:hover, .report-container .date-pickers button.btn-green:hover {
  background-color: #2A9941;
}
.btn-flat.btn-sm, .report-container .date-pickers button.btn-sm {
  padding: 2px 10px 4px 10px;
}
.btn-flat.btn-sm i, .report-container .date-pickers button.btn-sm i {
  position: relative;
  top: 2px;
  font-size: 20px;
}
.btn-flat.disabled, .report-container .date-pickers button.disabled {
  cursor: default;
  background: #e6e6e6;
}
.btn-flat:focus, .report-container .date-pickers button:focus {
  outline: thin dotted #3b99fc;
  margin: 0 0 1px 1px;
}

.btn-lg {
  font-size: 20px;
  padding: 15px 25px;
}

.btn-error {
  background: #d64728;
}

/*************************/
/* Dashboard
/*************************/
#instrument {
  position: relative;
}

.recentAssignments_length {
  float: right;
}

.dataTables_info {
  text-align: center;
}

.emptyReportContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  height: 80%;
}

.emptyReportImg {
  background-image: url("/assets/images/search-box.svg");
  background-repeat: no-repeat;
  opacity: 0.2;
  color: #000;
  font-weight: 400;
  background-position: center;
  padding: 35px;
}

.emptyReportText {
  text-align: center;
  font-weight: 400;
  display: block;
  font-size: 17px;
}
.emptyReportText h2 {
  font-weight: 600;
  padding: 0;
  margin: 10px 0 0 0;
  font-size: 17px;
}

.report-container {
  padding: 20px 0;
  margin-bottom: 0;
  z-index: 1;
  /*font-family: $sans-regular;*/
}
.report-container .nav {
  justify-content: space-between;
  display: flex;
}
.report-container p {
  font-size: 1em;
}
.report-container h2 {
  margin: 0 0 10px 0;
  color: #15579a;
  font-weight: bold;
  font-size: 1.125em;
  text-transform: capitalize;
}
.report-container p {
  margin-top: 0;
}
.report-container .date-pickers {
  overflow: hidden;
  *zoom: 1;
}
.report-container .date-pickers button {
  float: left;
  display: inline-block;
  margin: 32px 0 0 20px;
}
.report-container .dataTables_wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  justify-content: space-between;
}
.report-container .dt-buttons {
  padding: 2px 0 0 0;
}
.report-container .dataTables_filter {
  margin-bottom: 10px;
  padding: 15px 48px 0px 10px;
}
.report-container input[type=text] {
  min-height: 0;
  background-color: #fff;
  border: 2px solid #e0e6e8;
  border-radius: 3px;
  height: 50px;
  line-height: normal;
  margin: 0;
  padding: 0 16px;
  transition: border 0.15s;
  width: 100%;
  position: relative;
}
.report-container select {
  background: #fff;
  color: #333;
  border: 1px solid #999;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: border 0.15s;
  width: 100%;
  font-size: 18px;
  display: block;
  background-image: url(/assets/images/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  padding: 10px 30px 10px 18px;
  background-position: 100% 8px;
  border-radius: 4px;
}
.report-container h1 {
  margin-left: 12px;
}

@media screen and (min-width: 850px) {
  .report-container h1 {
    margin-left: 32px;
  }

  label.dropdown {
    margin: 0;
  }

  .dropdown {
    font-weight: 400;
    color: #333;
    display: inline-block;
    position: relative;
    margin: 0.25em 0;
  }

  .dd-button {
    display: inline-block;
    border: 1px solid gray;
    border-radius: 4px;
    padding: 10px 30px 10px 20px;
    background-color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
  }

  .dd-button:hover {
    background-color: #eeeeee;
  }

  input.dd-input {
    display: none;
  }

  .dd-menu {
    position: absolute;
    top: 100%;
    z-index: 10;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    list-style-type: none;
    min-width: 190px;
    left: 0;
    top: 60px;
  }

  .dd-input + .dd-menu {
    display: none;
  }

  .dd-input:checked + .dd-menu {
    display: block;
  }

  .dataTable > tbody > tr > td.actions .dd-menu li {
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
  }

  .dd-menu li:hover {
    background-color: #f6f6f6;
  }

  .dd-menu li .btn-flat, .dd-menu li .report-container .date-pickers button, .report-container .date-pickers .dd-menu li button {
    display: block;
    margin: -10px -20px;
    padding: 8px 20px;
    background: transparent;
    color: black;
  }

  .dd-menu li.divider {
    padding: 0 !important;
    border-bottom: 1px solid #cccccc;
    margin: 10px 0;
  }
  .dd-menu li.divider:hover {
    background: none;
  }
}
@media screen and (max-width: 960px) {
  .dropdown {
    display: none;
  }
}
/*************************/
/* Datatables
/*************************/
/* -- import Roboto Font ---------------------------- */
/* -- You can use this tables in Bootstrap (v3) projects. -- */
/* -- Box model ------------------------------- */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* -- Demo style ------------------------------- */
html, body {
  position: relative;
  min-height: 100%;
  height: 100%;
}

html {
  position: relative;
  overflow-x: hidden;
  padding: 0;
  min-height: 100%;
  font-size: 62.5%;
}

body {
  font-family: "RobotoDraft", "Roboto", "Helvetica Neue, Helvetica, Arial", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.01rem;
  color: #212121;
  background-color: #F6F6F6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

#demo {
  margin: 20px auto;
  max-width: 960px;
}

#demo h1 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: 0;
  font-weight: 300;
  color: #212121;
  text-transform: inherit;
  margin-bottom: 1rem;
  text-align: center;
}

#demo h2 {
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.01rem;
  font-weight: 400;
  color: #212121;
  text-align: center;
}

.shadow-z-1 {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}

/* -- Material Design Table style -------------- */
.dataTables_filter_top input .buttons-csv, .dataTables_filter_top input .buttons-print, #report-table_wrapper .buttons-csv, #report-table_wrapper .buttons-print {
  margin: 5px 0px 0 10px;
}

@media (min-width: 1050px) {
  .report-container {
    position: relative;
  }
  .report-container .dataTables_wrapper {
    position: relative;
    margin-top: 68px;
    width: 100%;
  }

  .hasReport .reports-nav .date-picker {
    top: 225px;
  }
  .hasReport #report-table_wrapper .dataTables_filter {
    padding-top: 47px;
  }
  .hasReport .dt-buttons {
    padding: 48px 0 0 0;
  }

  .dataTables_filter input, .table-header input, .dataTables_filter_top input {
    width: 50%;
  }

  #report-table_wrapper .dataTables_filter {
    width: 220px;
    padding: 0;
  }
  #report-table_wrapper .dt-buttons {
    margin-left: auto;
  }
  #report-table_wrapper .dt-buttons .buttons-csv {
    margin-top: 0;
  }
  #report-table_wrapper .dt-buttons .buttons-print {
    margin-top: 0;
  }
}
.dataTables_filter input, .table-header input, .dataTables_filter_top input {
  background-image: url(/assets/images/search-icon.png);
  background-repeat: no-repeat;
  background-position: 10px;
  text-indent: 30px;
  height: 37px;
  margin-left: 10px;
  min-width: 200px;
}

@media (max-width: 400px) {
  .dataTables_filter_top input, #report-table_wrapper .dataTables_filter input {
    height: 44px;
  }
}
@media (max-width: 850px) {
  .dataTables_filter_top input, #report-table_wrapper .dataTables_filter input {
    height: 50px;
  }
}
.educator-page:not(.course-detail.single-course) .table0SearchPlace #DataTables_Table_0_filter.dataTables_filter_top {
  margin-top: 30px;
}
.educator-page:not(.course-detail.single-course) .table0SearchPlace #DataTables_Table_0_filter.dataTables_filter_top label {
  margin: 0;
}

@media (max-width: 850px) {
  .report-container .dataTables_filter {
    padding: 0;
  }

  .dataTables_filter_top input {
    margin-left: 0;
    min-width: 140px;
    width: 100%;
    margin-right: 50px;
  }
}
.hero--search {
  background: #1a2038;
  padding: 20px;
}
.hero--search .page-title h1, .hero--search .contact-search {
  color: #fff;
}

.card-list {
  display: flex;
}

@media (max-width: 1200px) {
  .card-list {
    flex-direction: column;
    text-align: center;
  }
}
.card__icon {
  width: 60px;
  max-height: 100px;
}

@media (min-width: 720px) {
  .card, .content-section, .page--contact .col-lg-8 {
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
    border-radius: 5px;
    padding: 20px;
    margin: 20px;
    flex: 1;
  }
}
.card.card-list__card {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.page--contact .col-lg-8 {
  background: none;
  box-shadow: none;
}

.section--contact-form textarea {
  width: 100%;
}

.imNotARobot {
  padding: 20px 0;
}

@media (min-width: 960px) {
  #search-form {
    width: 100%;
    margin: 20px auto;
    padding: 20px;
    max-width: 800px;
  }
}
#search-form {
  width: calc(100% - 45px);
  margin: 20px auto;
  padding: 20px;
  max-width: 800px;
}

.search-results-dropdown ul {
  padding: 0;
}

.search-result {
  box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
  border-radius: 5px;
  padding: 20px;
  margin: 20px;
  background: white;
  list-style-type: none;
}
.search-result h2, .search-result .search-result__category {
  font-size: 1em;
  color: #5c5a5a;
}
.search-result a {
  display: inline-block;
}

.button-bar {
  display: flex;
  margin-bottom: 10px;
}

#report-table_wrapper .dataTable > tfoot > tr > th:first-child {
  padding-left: 35px;
}
#report-table_wrapper .dt-buttons, #report-table_wrapper .dataTables_filter {
  display: inline-block;
}
#report-table_wrapper .compositions {
  max-width: 25%;
}

@media (min-width: 850px) {
  .educator-page .dataTable > thead > tr > th:first-child,
.educator-page .dataTable > thead > tr > td:first-child,
.educator-page .dataTable > tbody > tr > th:first-child,
.educator-page .dataTable > tbody > tr > td:first-child,
.educator-page .dataTable > tfoot > tr > th:first-child,
.educator-page .dataTable > tfoot > tr > td:first-child {
    padding-left: 25px;
  }
}
.student-detail .dataTable > thead > tr > th:last-child,
.student-detail .dataTable > thead > tr > td:last-child,
.student-detail .dataTable > tbody > tr > th:last-child,
.student-detail .dataTable > tbody > tr > td:last-child,
.student-detail .dataTable > tfoot > tr > th:last-child,
.student-detail .dataTable > tfoot > tr > td:last-child {
  min-width: 190px;
}

@media (min-width: 992px) {
  .educator-page .dataTable > thead > tr > th:first-child,
.educator-page .dataTable > thead > tr > td:first-child,
.educator-page .dataTable > tbody > tr > th:first-child,
.educator-page .dataTable > tbody > tr > td:first-child,
.educator-page .dataTable > tfoot > tr > th:first-child,
.educator-page .dataTable > tfoot > tr > td:first-child {
    padding-left: 48px;
  }
}
@media (min-width: 768px) {
  .dataTable > thead > tr > th:first-child,
.dataTable > thead > tr > td:first-child,
.dataTable > tbody > tr > th:first-child,
.dataTable > tbody > tr > td:first-child,
.dataTable > tfoot > tr > th:first-child,
.dataTable > tfoot > tr > td:first-child {
    padding-left: 22px;
  }
}
@media (min-width: 960px) {
  .dashboard-container .dataTable {
    box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
  }
}
.dataTable {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  border-radius: 5px;
}
.dataTable > thead > tr > th,
.dataTable > thead > tr > td,
.dataTable > tbody > tr > th,
.dataTable > tbody > tr > td,
.dataTable > tfoot > tr > th,
.dataTable > tfoot > tr > td {
  text-align: left;
  padding: 1.6rem 1.2rem 1.6em 0;
  vertical-align: top;
  border-top: 0;
  letter-spacing: 0.2px;
  font-size: 15px;
  font-weight: 400;
  color: #5f6368;
}
.dataTable > thead > tr > th {
  font-weight: 500;
  color: #666a6f;
  font-size: 0.9em;
  vertical-align: bottom;
  padding: 1rem 0.8rem;
  min-width: 115px;
}
.dataTable > caption + thead > tr:first-child > th,
.dataTable > caption + thead > tr:first-child > td,
.dataTable > colgroup + thead > tr:first-child > th,
.dataTable > colgroup + thead > tr:first-child > td,
.dataTable > thead:first-child > tr:first-child > th,
.dataTable > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.dataTable > tbody + tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.dataTable .table {
  background-color: #fff;
}
.dataTable .no-border {
  border: 0;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 1.6rem 1.2rem 1.6em 0/2;
}

.table-bordered {
  border: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 0;
  border-bottom: 1px solid #e0e0e0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.dataTable > tbody > tr.odd {
  background-color: rgba(228, 228, 228, 0.3);
}

.dataTables_empty {
  background-color: #fff;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: rgba(0, 0, 0, 0.12);
}

td.actions {
  padding: 1.2rem;
}

.dataTable > tbody > tr > td a {
  min-width: 75px;
  text-align: center;
}

.dataTable > tbody > tr > td .dropdown a {
  text-align: left;
}

#tabs div .action-parent {
  display: none;
}

@media (min-width: 1120px) {
  #tabs div .action-parent {
    display: block;
  }
}
@media screen and (max-width: 850px) {
  .dataTable > thead:first-child > tr .level, .dataTable > thead:first-child > tr .grade, .dataTable > thead:first-child > tr .attempts, .dataTable > thead:first-child > tr .status {
    width: 90px !important;
  }

  .dataTable > thead:first-child > tr:first-child > th {
    width: 125px;
  }

  .dataTable > thead:first-child > tr:first-child > th:first-child {
    padding-left: 20px;
  }

  .dataTable > tbody > tr > td:first-child {
    padding-left: 0px;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    color: #000;
  }

  .dataTable.has-action-dropdown > tbody > tr > td.actions .dd-menu li a {
    display: block;
  }

  .dataTable.has-action-dropdown > tbody > tr > td.actions .action-parent {
    display: none;
  }

  .dataTable.has-action-dropdown > tbody > tr > td.actions .action-parent a {
    display: none;
  }

  .dataTable.has-action-dropdown td.actions > a {
    display: none;
  }

  .dataTable.has-action-dropdown td.actions > form {
    display: none;
  }
}
.dataTable > tbody > tr > td:first-child {
  min-width: 225px;
}

.empty-container {
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.empty-title {
  font-weight: bold;
}

.empty-body {
  text-align: center;
}

.MultiCheckBox {
  border: 1px solid #e2e2e2;
  padding: 5px;
  border-radius: 4px;
  cursor: pointer;
}

.MultiCheckBox .k-icon {
  font-size: 15px;
  float: right;
  font-weight: bolder;
  margin-top: -7px;
  height: 10px;
  width: 14px;
  color: #787878;
}

.MultiCheckBoxDetail {
  display: none;
  position: absolute;
  border: 1px solid #e2e2e2;
  overflow-y: hidden;
}

.MultiCheckBoxDetailBody {
  overflow-y: scroll;
}

.MultiCheckBoxDetail .cont {
  clear: both;
  overflow: hidden;
  padding: 2px;
}

.MultiCheckBoxDetail .cont:hover {
  background-color: #cfcfcf;
}

.MultiCheckBoxDetailBody > div > div {
  float: left;
}

.MultiCheckBoxDetailHeader {
  overflow: hidden;
  position: relative;
  height: 28px;
  background-color: #3d3d3d;
}

.MultiCheckBoxDetailHeader > input {
  position: absolute;
  top: 4px;
  left: 3px;
}

.MultiCheckBoxDetailHeader > div {
  position: absolute;
  top: 5px;
  left: 24px;
  color: #fff;
}

@media screen and (max-width: 850px) {
  .dataTable > tbody > tr > td[data-title=Released], [data-title=Completed] {
    display: none;
  }

  .dataTable > tbody > tr.odd {
    background-color: #fff;
  }

  .dataTable > tbody > tr > td[data-title=Student] {
    font-size: 18px;
  }

  .table-no-header thead {
    display: none;
  }
}
@media screen and (max-width: 850px) and (max-width: 850px) {
  .dataTable > thead,
.dataTable > tfoot {
    display: none;
  }
  .dataTable > tbody > tr {
    text-align: left;
  }
}
@media screen and (max-width: 850px) {
  .table-striped.table-mc-red > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-red > tbody > tr:nth-child(odd) > th {
    background-color: #fde0dc;
  }
}
@media screen and (max-width: 850px) {
  .table-hover.table-mc-red > tbody > tr:hover > td,
.table-hover.table-mc-red > tbody > tr:hover > th {
    background-color: #f9bdbb;
  }
}
@media screen and (max-width: 850px) and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-red > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }

  .table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td:nth-child(odd) {
    background-color: #fde0dc;
  }

  .table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover {
    background-color: #fff;
  }

  .table-responsive-vertical .table-hover.table-mc-red > tbody > tr > td:hover {
    background-color: #f9bdbb;
  }
}
@media screen and (max-width: 850px) {
  .table-striped.table-mc-pink > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > th {
    background-color: #fce4ec;
  }
}
@media screen and (max-width: 850px) {
  .table-hover.table-mc-pink > tbody > tr:hover > td,
.table-hover.table-mc-pink > tbody > tr:hover > th {
    background-color: #f8bbd0;
  }
}
@media screen and (max-width: 850px) and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-pink > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }

  .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td:nth-child(odd) {
    background-color: #fce4ec;
  }

  .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover {
    background-color: #fff;
  }

  .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr > td:hover {
    background-color: #f8bbd0;
  }
}
@media screen and (max-width: 850px) {
  .table-striped.table-mc-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > th {
    background-color: #f3e5f5;
  }
}
@media screen and (max-width: 850px) {
  .table-hover.table-mc-purple > tbody > tr:hover > td,
.table-hover.table-mc-purple > tbody > tr:hover > th {
    background-color: #e1bee7;
  }
}
@media screen and (max-width: 850px) and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-purple > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }

  .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td:nth-child(odd) {
    background-color: #f3e5f5;
  }

  .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover {
    background-color: #fff;
  }

  .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr > td:hover {
    background-color: #e1bee7;
  }
}
@media screen and (max-width: 850px) {
  .table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > th {
    background-color: #ede7f6;
  }
}
@media screen and (max-width: 850px) {
  .table-hover.table-mc-deep-purple > tbody > tr:hover > td,
.table-hover.table-mc-deep-purple > tbody > tr:hover > th {
    background-color: #d1c4e9;
  }
}
@media screen and (max-width: 850px) and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }

  .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td:nth-child(odd) {
    background-color: #ede7f6;
  }

  .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover {
    background-color: #fff;
  }

  .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr > td:hover {
    background-color: #d1c4e9;
  }
}
@media screen and (max-width: 850px) {
  .table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > th {
    background-color: #e8eaf6;
  }
}
@media screen and (max-width: 850px) {
  .table-hover.table-mc-indigo > tbody > tr:hover > td,
.table-hover.table-mc-indigo > tbody > tr:hover > th {
    background-color: #c5cae9;
  }
}
@media screen and (max-width: 850px) and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }

  .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td:nth-child(odd) {
    background-color: #e8eaf6;
  }

  .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover {
    background-color: #fff;
  }

  .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr > td:hover {
    background-color: #c5cae9;
  }
}
@media screen and (max-width: 850px) {
  .table-striped.table-mc-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > th {
    background-color: #e7e9fd;
  }
}
@media screen and (max-width: 850px) {
  .table-hover.table-mc-blue > tbody > tr:hover > td,
.table-hover.table-mc-blue > tbody > tr:hover > th {
    background-color: #d0d9ff;
  }
}
@media screen and (max-width: 850px) and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-blue > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }

  .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td:nth-child(odd) {
    background-color: #e7e9fd;
  }

  .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover {
    background-color: #fff;
  }

  .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr > td:hover {
    background-color: #d0d9ff;
  }
}
@media screen and (max-width: 850px) {
  .table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > th {
    background-color: #e1f5fe;
  }
}
@media screen and (max-width: 850px) {
  .table-hover.table-mc-light-blue > tbody > tr:hover > td,
.table-hover.table-mc-light-blue > tbody > tr:hover > th {
    background-color: #b3e5fc;
  }
}
@media screen and (max-width: 850px) and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }

  .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td:nth-child(odd) {
    background-color: #e1f5fe;
  }

  .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover {
    background-color: #fff;
  }

  .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr > td:hover {
    background-color: #b3e5fc;
  }
}
@media screen and (max-width: 850px) {
  .table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > th {
    background-color: #e0f7fa;
  }
}
@media screen and (max-width: 850px) {
  .table-hover.table-mc-cyan > tbody > tr:hover > td,
.table-hover.table-mc-cyan > tbody > tr:hover > th {
    background-color: #b2ebf2;
  }
}
@media screen and (max-width: 850px) and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }

  .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td:nth-child(odd) {
    background-color: #e0f7fa;
  }

  .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover {
    background-color: #fff;
  }

  .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr > td:hover {
    background-color: #b2ebf2;
  }
}
@media screen and (max-width: 850px) {
  .table-striped.table-mc-teal > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > th {
    background-color: #e0f2f1;
  }
}
@media screen and (max-width: 850px) {
  .table-hover.table-mc-teal > tbody > tr:hover > td,
.table-hover.table-mc-teal > tbody > tr:hover > th {
    background-color: #b2dfdb;
  }
}
@media screen and (max-width: 850px) and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-teal > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }

  .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td:nth-child(odd) {
    background-color: #e0f2f1;
  }

  .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover {
    background-color: #fff;
  }

  .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr > td:hover {
    background-color: #b2dfdb;
  }
}
@media screen and (max-width: 850px) {
  .table-striped.table-mc-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-green > tbody > tr:nth-child(odd) > th {
    background-color: #d0f8ce;
  }
}
@media screen and (max-width: 850px) {
  .table-hover.table-mc-green > tbody > tr:hover > td,
.table-hover.table-mc-green > tbody > tr:hover > th {
    background-color: #a3e9a4;
  }
}
@media screen and (max-width: 850px) and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-green > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }

  .table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td:nth-child(odd) {
    background-color: #d0f8ce;
  }

  .table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover {
    background-color: #fff;
  }

  .table-responsive-vertical .table-hover.table-mc-green > tbody > tr > td:hover {
    background-color: #a3e9a4;
  }
}
@media screen and (max-width: 850px) {
  .table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > th {
    background-color: #f1f8e9;
  }
}
@media screen and (max-width: 850px) {
  .table-hover.table-mc-light-green > tbody > tr:hover > td,
.table-hover.table-mc-light-green > tbody > tr:hover > th {
    background-color: #dcedc8;
  }
}
@media screen and (max-width: 850px) and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }

  .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td:nth-child(odd) {
    background-color: #f1f8e9;
  }

  .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover {
    background-color: #fff;
  }

  .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr > td:hover {
    background-color: #dcedc8;
  }
}
@media screen and (max-width: 850px) {
  .table-striped.table-mc-lime > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > th {
    background-color: #f9fbe7;
  }
}
@media screen and (max-width: 850px) {
  .table-hover.table-mc-lime > tbody > tr:hover > td,
.table-hover.table-mc-lime > tbody > tr:hover > th {
    background-color: #f0f4c3;
  }
}
@media screen and (max-width: 850px) and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-lime > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }

  .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td:nth-child(odd) {
    background-color: #f9fbe7;
  }

  .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover {
    background-color: #fff;
  }

  .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr > td:hover {
    background-color: #f0f4c3;
  }
}
@media screen and (max-width: 850px) {
  .table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > th {
    background-color: #fffde7;
  }
}
@media screen and (max-width: 850px) {
  .table-hover.table-mc-yellow > tbody > tr:hover > td,
.table-hover.table-mc-yellow > tbody > tr:hover > th {
    background-color: #fff9c4;
  }
}
@media screen and (max-width: 850px) and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }

  .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td:nth-child(odd) {
    background-color: #fffde7;
  }

  .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover {
    background-color: #fff;
  }

  .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr > td:hover {
    background-color: #fff9c4;
  }
}
@media screen and (max-width: 850px) {
  .table-striped.table-mc-amber > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > th {
    background-color: #fff8e1;
  }
}
@media screen and (max-width: 850px) {
  .table-hover.table-mc-amber > tbody > tr:hover > td,
.table-hover.table-mc-amber > tbody > tr:hover > th {
    background-color: #ffecb3;
  }
}
@media screen and (max-width: 850px) and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-amber > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }

  .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td:nth-child(odd) {
    background-color: #fff8e1;
  }

  .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover {
    background-color: #fff;
  }

  .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr > td:hover {
    background-color: #ffecb3;
  }
}
@media screen and (max-width: 850px) {
  .table-striped.table-mc-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > th {
    background-color: #fff3e0;
  }
}
@media screen and (max-width: 850px) {
  .table-hover.table-mc-orange > tbody > tr:hover > td,
.table-hover.table-mc-orange > tbody > tr:hover > th {
    background-color: #ffe0b2;
  }
}
@media screen and (max-width: 850px) and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-orange > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }

  .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td:nth-child(odd) {
    background-color: #fff3e0;
  }

  .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover {
    background-color: #fff;
  }

  .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr > td:hover {
    background-color: #ffe0b2;
  }
}
@media screen and (max-width: 850px) {
  .table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > th {
    background-color: #fbe9e7;
  }
}
@media screen and (max-width: 850px) {
  .table-hover.table-mc-deep-orange > tbody > tr:hover > td,
.table-hover.table-mc-deep-orange > tbody > tr:hover > th {
    background-color: #ffccbc;
  }
}
@media screen and (max-width: 850px) and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }

  .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td:nth-child(odd) {
    background-color: #fbe9e7;
  }

  .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover {
    background-color: #fff;
  }

  .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr > td:hover {
    background-color: #ffccbc;
  }
}
@media screen and (max-width: 850px) {
  table.dataTable thead th {
    position: relative;
    background-image: none !important;
  }
}
@media screen and (max-width: 850px) {
  table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 12px;
    right: 8px;
    display: block;
    font-family: FontAwesome;
  }
}
@media screen and (max-width: 850px) {
  table.dataTable thead th.sorting:after {
    content: "\f0dc";
    color: #ddd;
    font-size: 0.8em;
    padding-top: 0.12em;
  }
}
@media screen and (max-width: 850px) {
  table.dataTable thead th.sorting_asc:after {
    content: "\f0de";
  }
}
@media screen and (max-width: 850px) {
  table.dataTable thead th.sorting_desc:after {
    content: "\f0dd";
  }
}
@media screen and (max-width: 850px) {
  .dataTables_scrollHead {
    z-index: 1;
  }
}
@media screen and (max-width: 850px) {
  .DTFC_LeftWrapper {
    z-index: 2;
  }
}
@media screen and (max-width: 850px) {
  .DTFC_LeftBodyLiner td {
    white-space: nowrap;
  }
}
@media screen and (max-width: 850px) {
  .DTFC_LeftHeadWrapper th {
    background: transparent;
    font-weight: 500;
  }
  .DTFC_LeftHeadWrapper th:after {
    border-bottom-color: #5488D8 !important;
    border-top-color: #5488D8 !important;
  }
}
@media screen and (max-width: 850px) {
  .DTFC_LeftBodyWrapper {
    border-right: 1px solid #ccc;
  }
}
@media screen and (max-width: 850px) {
  .DTFC_LeftBodyWrapper tr:nth-child(odd) {
    background: #fafafa;
  }
}
@media screen and (max-width: 850px) {
  .dt-buttons {
    margin: 10px 0 20px 0;
    float: left;
  }
}
@media screen and (max-width: 850px) {
  .dt-button {
    cursor: pointer;
    display: inline-block;
    margin-left: 3px;
  }
  .dt-button:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 850px) {
  span.overdue {
    color: #d9534f;
  }
}
@media screen and (max-width: 850px) {
  td.overdue {
    color: #d9534f;
  }
}
.datepicker {
  z-index: 10;
}

/*************************/
/* Datepickers + Typepicker
/*************************/
.reports-nav a {
  color: black;
  font-weight: 400;
  font-size: 1.2em;
}

.page-title.reports-nav {
  padding: 0 15px;
}

.date-picker dl {
  padding-right: 10px;
}

@media screen and (min-width: 850px) {
  #report-table.dataTable {
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
    background-color: #fff;
    border-radius: 5px;
  }

  .page-title.reports-nav {
    padding: 0 35px;
  }

  .report-container .dataTables_wrapper {
    padding: 0 35px;
  }

  .report-submit {
    margin-top: 50px;
  }
}
.student-report {
  padding: 25px 0 10px 5px;
}

@media (min-width: 1050px) {
  .reports-nav div.nav {
    flex-direction: row;
    justify-content: flex-start;
  }
  .reports-nav .date-picker {
    position: absolute;
    left: 0;
    top: 155px;
    border-top: none;
    padding-top: 15px;
    margin-top: 0;
  }
  .reports-nav .date-picker button {
    height: 35px;
    line-height: 10px;
    border: 1px solid;
  }
}
@media (min-width: 550px) {
  .reports-nav .date-picker {
    flex-direction: row;
    align-items: center;
  }
  .reports-nav input[type=text] {
    width: 160px;
  }
}
.reports-nav form {
  width: 100%;
}
.reports-nav .nav {
  box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.reports-nav .nav dl {
  margin: 0;
}
.reports-nav .nav .dropdown-anchor {
  margin-top: 6px;
}
.reports-nav .nav dd.error {
  color: #d9534f;
}
@media screen and (min-width: 1050px) {
  .type-picker {
    margin-right: 20px;
  }

  .view-picker {
    max-width: 50%;
    overflow: hidden;
  }

  .nav .date-picker dd input[type=text], .nav .view-picker dd input[type=text] {
    height: 36px;
  }

  .nav .date-picker dd button.bn_date, .nav .view-picker dd button.bn_date {
    right: 2px;
    top: 2px;
  }
}
.type-picker .label {
  font-size: 13.5px;
  font-weight: 400;
  color: #343434;
  margin-bottom: 0;
}
.type-picker .dropdown-menu {
  top: 0;
  position: relative;
}
.type-picker .dropdown-toggle {
  padding-bottom: 6px;
  margin-top: 24px;
}
.type-picker .dropdown-anchor {
  display: none;
}

.date-picker {
  display: flex;
  flex-direction: column;
  z-index: 3;
  padding-top: 10px;
  border-top: 1px solid #ededed;
  padding-top: 15px;
  margin-top: 15px;
}

.report-submit {
  margin-top: 10px;
  border: 1px solid grey;
  background: white;
  color: black;
}

.student-report {
  width: 100%;
  text-align: left;
  z-index: 3;
}

.reports-nav a {
  color: #2966a3;
  font-size: 18px;
}

.student-name {
  font-weight: 700;
  text-align: left;
  width: 100%;
  padding: 0;
  line-height: 35px;
  font-size: 1.35em;
}

.type-picker label {
  font-size: 13.5px;
  font-weight: 400;
  color: #343434;
  margin-bottom: 0;
}

.date-picker dt, .view-picker dt {
  margin-bottom: 0;
}
.date-picker dt label, .view-picker dt label {
  font-size: 13.5px;
  font-weight: 400;
  color: #343434;
  margin-bottom: 0;
}
.date-picker .date-field, .view-picker .date-field {
  position: relative;
}
.date-picker dd input[type=text], .view-picker dd input[type=text] {
  height: 43px;
  padding-right: 10px;
}
.date-picker dd button.bn_date, .view-picker dd button.bn_date {
  padding: 5px;
  /* font-size: 10px; */
  /* width: 9px; */
  position: absolute;
  right: 5px;
  top: 5px;
  height: 32px;
}
.date-picker dd button.bn_date img, .view-picker dd button.bn_date img {
  width: 18px;
}
.date-picker input, .view-picker input {
  width: 100px;
}

/*************************/
/* Sprites Dashboard
/*************************/
.spr-report-icons {
  display: inline-block;
}

/*.spr-chart-blue {
    @include report-icons-sprite(chart-blue);
}
.spr-people-blue {
    @include report-icons-sprite(people-blue);
}
.spr-people-gray {
    @include report-icons-sprite(people-gray);
}
.spr-person-gray {
	@include report-icons-sprite(person-gray);
}

.spr-social-icons {
	@include inline-block;
}
.spr-twitter {
	width: 25px;
	height: 25px;
	//@include social-icons-sprite(twitter-15x15);
}
.spr-facebook {
	width: 25px;
	height: 25px;
	//@include social-icons-sprite(facebook-15x15);
}
*/
/*************************/
/* Icons
/*************************/
.fi-green {
  color: #76d576;
}

.fi-blue {
  color: #6ba3e7;
}

/*************************/
/* Dialogs
/*************************/
.dialog {
  display: none;
}
.dialog h2 {
  margin-top: 0;
}

.content-box {
  background: #e3e3e3;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 10px;
}

/*************************/
/* Referrals
/*************************/
ul.referral-options {
  display: block;
  padding: 0;
  overflow: hidden;
  margin: 0;
  list-style: none;
}
ul.referral-options li {
  padding: 0;
  margin-bottom: 15px;
  position: relative;
  border: none;
}
ul.referral-options li i {
  margin: 0 5px;
  font-size: 25px;
  position: relative;
  top: 4px;
}
ul.referral-options li i.fi-social-twitter {
  color: #2599D8;
}
ul.referral-options li i.fi-social-facebook {
  color: #2E448B;
}
ul.referral-options li:before {
  float: left;
  position: absolute;
  left: -26px;
  font: bold 14px sans-serif;
  text-align: center;
  color: #fff;
  line-height: 20px;
  width: 20px;
  height: 20px;
  background: #b1351a;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
ul.referral-options input {
  font-size: 14px;
  margin-top: 10px;
  padding: 5px 10px;
  width: 250px;
}

h2 i {
  margin: 10px 10px 0 0;
}

@media screen and (max-width: 768px) {
  html {
    margin: 0px;
  }
}
@media screen and (max-width: 850px) {
  .btn--sm, .data-table .btn-flat, .data-table .report-container .date-pickers button, .report-container .date-pickers .data-table button, .data-table .dt-button {
    font-size: 17px;
    font-weight: 400;
    padding: 5px 12px;
  }
}
.raffle-container {
  margin-bottom: 20px;
}
.raffle-container .msg {
  margin-bottom: 10px;
  display: none;
}
.raffle-container form {
  padding-bottom: 0;
}
.raffle-container form select {
  display: block;
  margin-left: 1px;
}

@media (min-width: 960px) {
  #setEnrollmentsForm {
    width: 750px;
  }
  #setEnrollmentsForm .ms-container {
    width: 750px;
  }
}
#setEnrollmentsForm {
  position: relative;
  padding-bottom: 10px;
}
#setEnrollmentsForm .ms-container {
  position: relative;
  margin-bottom: 10px;
}
#setEnrollmentsForm .ms-container:before {
  position: absolute;
  top: 125px;
  left: 50%;
  margin-left: -15px;
  font-size: 30px;
}
#setEnrollmentsForm .ms-container .ms-list {
  height: 300px;
}
#setEnrollmentsForm button {
  float: right;
  bottom: 0;
  right: 0;
  margin: 0;
}

.form-title h3:first-child, .form-actions a:first-child {
  width: 55%;
}

.form-actions {
  margin-bottom: 10px;
}
.form-actions a {
  text-decoration: underline;
  display: inline-block;
}

h3 {
  margin: 15px 0;
}

.import-title {
  margin: 10px 0 30px 0;
}
.import-title h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
.import-title div {
  color: #000000;
}

.import-cards {
  list-style: none;
  margin: 0;
  padding: 0;
}

.import-card {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.import-card h2 {
  font-size: 20px;
  font-weight: bold;
}
.import-card .date-picker-wrapper .field-group {
  display: flex;
  align-items: flex-end;
}
.import-card .date-picker-wrapper .input-label {
  white-space: nowrap;
}
.import-card .date-picker-wrapper .field-desc {
  max-width: 500px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.import-card-contents {
  display: flex;
  column-gap: 15px;
  justify-content: space-between;
  color: #000000;
  flex-direction: column;
}
@media (min-width: 790px) {
  .import-card-contents {
    flex-direction: row;
  }
}

.import-card-contents div {
  width: 100%;
}
@media (min-width: 790px) {
  .import-card-contents div {
    width: 25%;
  }
}

.import-card-contents .import-wide {
  width: 100%;
}
@media (min-width: 790px) {
  .import-card-contents .import-wide {
    width: 50%;
  }
}

.import-card-contents dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

.import-card-action-row {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.import-card-action-row a {
  color: #ffffff;
  background-color: #2A6FEC;
  border-radius: 4px;
  padding: 10px 20px;
  display: inline-block;
  white-space: nowrap;
}

.import-pseudo-button {
  color: #ffffff;
  background-color: #2A6FEC;
  border-radius: 4px;
  padding: 10px 20px;
  display: inline-block;
  white-space: nowrap;
  margin-right: 10px;
}

.import-ok-button.validated .import-pseudo-button {
  background-color: #ffffff;
  color: #2A6FEC;
}

.import-ok-button:focus .import-pseudo-button {
  text-decoration: underline;
}

.import-still-needed {
  margin-right: 10px;
}
.import-still-needed:empty {
  margin-right: 0;
}

.import-flex-row {
  border-top: 1px solid #f7f7f7;
  display: flex;
}

.import-flex-row > div {
  width: 50%;
}

.import-limit-height .checkbox-group {
  max-height: 600px;
  overflow: auto;
  border: 1px solid #e2e2e2;
  padding: 10px 20px;
}

.import-import h3 {
  font-size: 18px;
  font-weight: bold;
}

.import-import table {
  margin-bottom: 0;
}

.import-import table tr:nth-child(even) td {
  background-color: #f8f8f8;
}

.import-import td:nth-child(1), .import-import th:nth-child(1) {
  padding-left: 20px;
}

.import-pill {
  font-size: 12px;
  font-weight: bold;
  color: #5FA36C;
  border: 1px solid #5FA36C;
  border-radius: 8px;
  padding: 0 10px;
  display: inline-block;
  line-height: 1.5;
  white-space: nowrap;
}

.import-pill-red {
  font-size: 12px;
  font-weight: bold;
  color: red;
  border: 1px solid red;
  border-radius: 8px;
  padding: 0 10px;
  display: inline-block;
  line-height: 1.5;
  white-space: nowrap;
}

.import-import #addSubscriptions {
  text-align: right;
  font-weight: bold;
}

.import-import .btn-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1em;
  width: 100%;
}

.import-student-list {
  max-height: 0;
  overflow: hidden;
  display: block;
  transition: max-height 0.5s ease;
  opacity: 0.5;
  margin: 0;
  box-shadow: #eee 1px 1px 4px;
}
.import-student-list thead {
  font-size: 0.85em;
}
.import-student-list thead tr {
  height: 50px;
}
.import-student-list.open {
  border: 1px solid #eee;
  max-height: 600px;
  overflow: auto;
  opacity: 1;
}
.import-student-list th {
  width: 50%;
}

.update-names {
  padding: 20px 0;
}
.update-names .field-group .input-label .field--has-desc {
  position: absolute;
}
.update-names .field-group .field-desc--below {
  position: absolute;
  top: 32px;
  left: 22px;
}

.import-more .summary-wrapper {
  border: 1px solid #E9E9E9;
  font-size: 1em;
  margin-bottom: -1px;
  padding-left: 80px;
  position: relative;
}
.import-more .summary-wrapper:hover {
  background: #FCFCFC;
}
.import-more .summary-wrapper:after {
  content: "\f078";
  font: normal normal normal 17px/1 FontAwesome;
  color: #2A6FEC;
  left: 0;
  top: 0px;
  height: 92px;
  padding: 36px 20px 0px 20px;
  border-right: 1px solid #E9E9E9;
  position: absolute;
  pointer-events: none;
}

.import-student-summary {
  display: flex;
  justify-content: space-between;
  max-width: 500px;
}
.import-student-summary dt {
  margin-bottom: 0;
}

.import-student-number {
  font-size: 24px;
  font-weight: bold;
}

.import-student-label {
  font-size: 16px;
  color: black;
}

.import-have-enough, .import-have-some, .import-have-none, .import-has-no-date {
  display: none;
}
.import-have-enough.import-active, .import-have-some.import-active, .import-have-none.import-active, .import-has-no-date.import-active {
  display: block;
  margin-top: 20px;
}

.import-check-instructions {
  display: none;
}
.import-check-instructions.import-active {
  display: initial;
}

.import-have-some, .import-have-none {
  background: #1e6cfe;
  color: white;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: bold;
  text-align: center;
}

.import-purchase-link {
  margin: 20px 0;
  background: white;
  color: #1e6cfe;
  padding: 10px 20px;
  border-radius: 8px;
  display: inline-block;
  font-weight: normal;
}
.import-purchase-link:focus {
  text-decoration: underline;
}

.import-ok-msg {
  max-width: 600px;
  margin-right: 20px;
  padding-left: 20px;
  text-align: left;
}

.import-vouchers-empty {
  border: 1px solid #bbbbbb;
  padding: 10px 20px;
}

.import-card .bg-error {
  padding: 10px;
}
.import-card .bg-error:empty {
  display: none;
}

/*$container-max-widths: (
  sm: 1140px,
  md: 1141px,
  lg: 1142px,
  xl: 1143px
) !default;*/
header[role=banner] {
  box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
}
header[role=banner] h1 {
  color: #000;
  text-shadow: none;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.02px;
  text-transform: capitalize;
  margin: 0;
  white-space: nowrap;
}

nav {
  background-color: #ffffff;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 20px;
}

.navbar-left {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.navbar-left .navbar-brand__img {
  height: 38px;
  max-height: 38px;
  margin: 0;
  max-width: none;
  position: static;
  top: auto;
  z-index: auto;
}

.navbar-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.navbar-center .top-nav-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}

.navbar-center .top-nav-links li {
  margin: 0;
  line-height: 12px;
}

.navbar-center .top-nav-links li a {
  color: #646f79;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 0;
  display: block;
}

.navbar-center .top-nav-links li a:hover {
  color: #333;
}

.navbar-right {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 20px;
}

.navbar-right .auth-links {
  display: flex;
  align-items: center;
  gap: 15px;
}

.navbar-right .auth-links .nav-link {
  color: #646f79;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.navbar-right .auth-links .nav-link.signup-link {
  border: 2px solid #4854FF;
  color: #4854FF;
  font-weight: 600;
  padding: 2px 12px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.navbar-right .auth-links .nav-link:hover {
  color: #333;
  background-color: #f5f5f5;
}

@media (max-width: 768px) {
  .navbar-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }

  .navbar-center {
    display: none;
  }

  .navbar-left {
    flex: 0 0 auto;
    justify-content: flex-start;
  }

  .navbar-right {
    flex: 0 0 auto;
    justify-content: flex-end;
  }
}
.account-settings {
  display: none;
}

.home-button {
  margin-left: 12px;
}

.top-line {
  display: flex;
  justify-content: space-between;
}

.sub-line {
  display: flex;
  align-items: center;
  width: auto;
  flex-shrink: 0;
  flex-direction: row;
  justify-content: space-between;
}

.page-label {
  font-weight: bold;
  margin-top: 16px;
}

.lti-wrap {
  flex-direction: column;
  margin: 6px 0 6px 0;
}

@media (min-width: 850px) {
  nav {
    padding: 0 35px;
  }
  nav .account-settings {
    display: block;
  }
  nav .home-button {
    margin-left: 0;
    padding: 3px 0 13px 0;
  }

  .notification-window {
    top: 55px;
  }

  .sub-line {
    display: flex;
    align-items: center;
    width: auto;
    flex-shrink: 0;
    flex-direction: row;
  }

  .logo-container {
    margin-left: 0;
  }

  #tabs {
    margin-left: 0;
  }

  .lti-wrap {
    flex-direction: row;
  }
}
@media (max-width: 640px) {
  .login-page .user-fields :nth-child(1) {
    order: 1;
  }

  .login-page .user-fields :nth-child(2) {
    order: 2;
  }

  .login-page .user-fields :nth-child(3) {
    order: 3;
  }

  .login-page .user-fields :nth-child(4) {
    order: 4;
  }

  .login-page .user-fields :nth-child(5) {
    order: 5;
  }

  .login-page .user-fields :nth-child(6) {
    order: 7;
  }

  .login-page .user-fields :nth-child(7) {
    order: 6;
  }

  .login-page .user-fields :nth-child(8) {
    order: 8;
  }

  .login-page .user-fields :nth-child(9) {
    order: 9;
  }

  .login-page .user-fields :nth-child(10) {
    order: 10;
  }

  .login-page .user-fields :nth-child(11) {
    order: 11;
  }

  .login-page .user-fields :nth-child(12) {
    order: 12;
  }

  .login-page .right {
    text-align: center;
    clear: both;
    width: 100%;
    padding-bottom: 10px;
    float: none;
  }
}
.login-page .right {
  text-align: right;
  margin-left: auto;
}

.center {
  text-align: center;
}

.secondary-actions {
  margin-right: 12px;
}

.notification-window {
  position: absolute;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  top: 60px;
  box-shadow: 0 2px 6px 0 rgba(21, 27, 38, 0.25);
  border-radius: 4px 0 0 4px;
  display: none;
  font-weight: 400;
  font-size: 16.5px;
}
.notification-window .notification-window-wrapper {
  padding-bottom: 10px;
}
.notification-window .title {
  padding: 25px 0 0 35px;
  font-weight: 500;
  font-size: 1.35em;
  color: #231F20;
}
.notification-window .notification-list-wrapper {
  padding-left: 40px;
}
.notification-window .notification-list {
  padding: 0;
  margin: 5px 0;
}
.notification-window .notification-list li {
  padding: 15px 37px 20px 37px;
  background-image: url("/assets/images/notification-assignment.svg"), url("/assets/images/chevron-right-large.svg");
  background-origin: content-box;
  background-repeat: no-repeat;
  text-align: left;
  background-position: left 5px, right 24px;
  background-size: 24px, 24px;
}
.notification-window .notification-list li.clickable-row:hover {
  border: none;
  outline: 1px solid #256EFF;
}
.notification-window .notification-list li.clickable-row::after {
  display: none;
}
.notification-window .notification-list .notification-item-title {
  font-weight: 500;
  color: #231F20;
}
.notification-window .notification-list .notification-item-description {
  padding-bottom: 2px;
}
.notification-window .notification-list .date-time {
  display: inline-block;
  color: #858f9b;
  font-weight: 600;
  font-size: 15px;
  padding-left: 3px;
}

.notifications-wrapper {
  padding: 0 15px;
}

.notifications {
  background-image: url(/assets/images/bell.svg);
  background-size: 19px;
  height: 42px;
  width: 42px;
  background-repeat: no-repeat;
  background-position: 14px;
  border-radius: 50%;
  display: none;
}
.notifications:hover {
  background-image: url(/assets/images/bell-active.svg);
  background-color: #EDEEFF;
  cursor: pointer;
}

.pill {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #231F20;
  display: inline-block;
  padding: 0px 6px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
}
.pill.due {
  color: #01947e;
  background-color: #d1f6f1;
}
.pill.overdue {
  color: #ff1524;
  background-color: #fbe6e7;
}
.pill.graded {
  color: #222c31;
  background-color: #f3f3f3;
}

@media (min-width: 850px) {
  .notifications-wrapper {
    padding: 0 10px 0 0;
  }

  .notification-window {
    width: 450px;
  }

  .secondary-actions {
    margin-right: 0;
  }

  .notifications {
    background-size: 16px;
    height: 38px;
    width: 38px;
    background-position: 12px;
  }
}
@media (min-width: 768px) {
  .sub-line {
    width: auto;
    flex-shrink: 1;
  }

  .home-button {
    margin-left: 12px;
    padding: 0;
  }
}
.account-settings {
  position: relative;
}
.account-settings a {
  color: #000;
  font-weight: 500;
}
.account-settings .dropdown-toggle {
  line-height: inherit;
}

.user-name {
  max-width: 165px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (min-width: 1200px) {
  .user-name {
    max-width: 240px;
  }
}
@media (min-width: 850px) {
  header nav {
    padding: 0 0 0 35px;
  }
}
.mobile-nav.open {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  padding: 20px;
}

.mobile-nav .top-nav-links {
  display: block;
}

.mobile-nav .top-nav-links li {
  display: block;
}

footer .top-nav-links {
  display: block;
}

@media (max-width: 960px) {
  #mobile-nav .top-nav-links {
    display: block;
  }
}

.top-nav-links {
  display: none;
}
@media (min-width: 960px) {
  .top-nav-links {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    align-items: center;
  }
  .top-nav-links li {
    height: 32px;
    margin-top: 6px;
    margin: 0 20px;
  }
  .top-nav-links a {
    font-size: 16.5px;
    font-weight: 500;
    color: #646f79;
    white-space: nowrap;
  }
  .top-nav-links .account-settings a {
    color: #000;
    font-weight: 500;
  }
}

.mobileAccountLink {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  align-items: center;
}
@media (min-width: 850px) {
  .mobileAccountLink li {
    height: 32px;
    margin-top: 6px;
    margin: 0 20px;
  }
  .mobileAccountLink a {
    font-size: 16.5px;
    font-weight: 500;
    color: #646f79;
    white-space: nowrap;
  }
  .mobileAccountLink .account-settings a {
    color: #000;
    font-weight: 500;
  }
}

.fancybox-heading {
  color: #231F20;
  font-weight: 300;
  font-size: 1.5em;
  margin: 0 0 0.83em 0;
}
.fancybox-heading i {
  margin-right: 10px;
}

.dataTables_paginate {
  padding-bottom: 80px;
}

.dataTables_paginate a {
  margin-right: 20px;
}

.dataTables_length {
  float: left;
  padding: 15px 10px 15px 48px;
}

.dataTables_filter {
  width: 100%;
  padding: 20px;
}

@media (min-width: 850px) {
  .dataTables_filter {
    width: 50%;
    padding: 15px 48px 15px 10px;
  }
}
#prefsFormDiv fieldset {
  padding: 0;
  border: none;
}
#prefsFormDiv fieldset legend {
  font-weight: bold;
}

.navbar-topbar[data-toggle=collapse] ul {
  display: none;
}

.navbar-topbar[data-toggle=open] ul {
  display: flex;
  position: absolute;
  left: 0;
  list-style: none;
  flex-direction: column;
  background: #000000;
  width: 100%;
  z-index: 5;
}
.navbar-topbar[data-toggle=open] ul li {
  margin-bottom: 6px;
}
.navbar-topbar[data-toggle=open] ul li a {
  width: 100%;
  font-size: 16.5px;
  color: #fff;
  font-weight: 500;
  padding: 10px 20px;
  line-height: 1.625;
  display: inline-block;
}

/* Dropdown Button */
.dropbtn {
  color: #646f79;
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 30px;
  margin: 0px 2px;
  padding: 0;
  text-decoration: none;
  background: none;
  border: none;
  color: #646f79;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 0;
  display: block;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding-bottom: 15px;
  border: 1px solid #333;
  color: #646f79;
}

/* Links inside the dropdown */
.dropdown-content a {
  font-size: 17.4px;
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #646f79;
  padding: 12px 0 0 24px;
  text-decoration: none;
  display: block;
}

.nav-link-dropdown {
  display: none;
}

.mobile-link {
  display: block;
}
#mobile-nav .dropdown {
  display: none;
}

@media (min-width: 960px) {
  p, li {
    font-size: 18px;
    line-height: 1.65;
  }

  .nav-link-dropdown {
    display: block;
  }

  .nav-link-dropdown:hover .dropdown-content {
    display: block;
  }

  .nav-link-dropdown:hover {
    cursor: pointer;
  }

  .navbar-topbar ul li .mobile-link, .mobile-link {
    display: none;
  }
}
@media (max-width: 959px) {
  .navbar-center .top-nav-links {
    display: none;
  }

  .navbar-right .auth-links {
    display: none;
  }

  .navbar-topbar {
    display: block;
  }

  .navbar-topbar[data-toggle=collapse] ul {
    display: none;
  }

  .navbar-topbar[data-toggle=open] ul {
    display: block;
  }
}
@media (max-width: 959px) and (min-width: 850px) {
  .navbar-topbar {
    display: block;
  }
}
.float-xs-right {
  float: right !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }

  .nav-link__label-wrap {
    font-weight: 600 !important;
    padding: 10px 20px !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 1201px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}

.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}

.navbar::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 576px) {
  .navbar {
    border-radius: 0.25rem;
  }
}
.navbar-full {
  z-index: 1000;
}

@media (min-width: 576px) {
  .navbar-full {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 576px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}

@media (min-width: 576px) {
  .navbar-sticky-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: 3.6em;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden;
}

.navbar-divider::before {
  content: " ";
}

.navbar-text {
  display: inline-block;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
}

.navbar-toggler {
  width: 2.5em;
  height: 2em;
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent no-repeat center center;
  background-size: 24px 24px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 575px) {
  .navbar-toggleable-xs .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
  }

  .navbar-toggleable-xs .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .navbar-toggleable-xs .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable-xs {
    display: block;
  }
}
.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
  }

  .navbar-toggleable-sm .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block;
  }

  .navbar-nav .nav-item {
    float: left;
    font-size: 1.25em;
    height: 72px;
    line-height: 68px;
  }
}
.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
  }

  .navbar-toggleable-md .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block;
  }
}
.navbar-toggleable-lg::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
  }

  .navbar-toggleable-lg .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    display: block;
  }
}
.navbar-toggleable-xl {
  display: block;
}

.navbar-toggleable-xl::after {
  content: "";
  display: table;
  clear: both;
}

.navbar-toggleable-xl .navbar-brand {
  display: block;
  float: none;
  margin-top: 0.5rem;
  margin-right: 0;
}

.navbar-toggleable-xl .navbar-nav {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-nav .nav-item {
  float: none;
  font-size: 1.1em;
}

.navbar-nav .nav-link {
  display: block;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
}

.navbar-nav .nav-link + .nav-link {
  margin-left: 1rem;
}

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-toggler {
  color: white;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-toggler:focus,
.navbar-dark .navbar-toggler:hover {
  color: white;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-toggler {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075);
}

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 575px) {
  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable-xs {
    display: block !important;
  }
}
.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important;
  }
}
.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 1120px) {
  #tabs li .action-parent {
    display: none !important;
  }
}
@media (max-width: 1120px) {
  .tabs a[data-dashboard="5"], .tabs a[data-dashboard="6"], .tabs a[data-dashboard="7"], .tabs a[data-dashboard="8"] {
    display: none;
  }

  .tabs a[data-mobile-dropdown="0"], .tabs [data-mobile-dropdown="1"], .tabs a[data-mobile-dropdown="2"], .tabs a[data-mobile-dropdown="3"], .tabs a[data-mobile-dropdown="4"] {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important;
  }
}
#tabs li .action-parent {
  display: block;
}
#tabs li .action-parent button {
  border: none;
  font-size: 1.075rem;
  font-weight: 500;
  color: #707070;
  padding: 0 0 17px 0;
}

@media (max-width: 850px) {
  #tabs li .action-parent {
    display: none;
  }

  .tabs a.active {
    display: block !important;
  }
}
.class-detail-page .tabs a.active {
  display: inline-block;
}

.action-parent {
  position: relative;
}
.action-parent .dropdown-toggle {
  padding: 14px 12px;
  border: 1px solid gray;
  color: #333;
  background-color: #ffffff;
}
.action-parent .dropdown-menu a {
  text-align: left;
  color: #333;
  padding: 10px 20px;
}
.action-parent .deleteButton {
  background-color: #ffffff;
  color: #333;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 1em;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  padding-top: 6px;
  line-height: 14px;
}

.dropdown-toggle::after, .right-info::after {
  display: inline-block;
  margin-left: 0.3em;
  content: "▾";
  position: absolute;
}

.open .dropdown-toggle::after, .open .right-info::after {
  transform: rotate(180deg);
}

.dropdown-toggle:focus, .right-info:focus {
  outline: thin dotted;
}

.dropup .dropdown-toggle::after, .dropup .right-info::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #2b2d2f;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
}

.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  color: #818a91;
}

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

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

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

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #818a91;
  white-space: nowrap;
}

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

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

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0.5;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 25px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 50px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 50px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 50px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 50px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-5px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-5px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(5px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(5px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.15s 0.4s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 16px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.1s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  transition-delay: 0.1s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.15s 0.4s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 16px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.1s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(270deg);
  transition-delay: 0.1s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -50px;
  top: -50px;
  transform: translate3d(50px, 50px, 0) rotate(45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -50px;
  top: -50px;
  transform: translate3d(-50px, 50px, 0) rotate(-45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -50px;
  top: 50px;
  transform: translate3d(50px, -50px, 0) rotate(-45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -50px;
  top: 50px;
  transform: translate3d(-50px, -50px, 0) rotate(45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-3.5714285714px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(3.5714285714px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(90deg);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.15s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 8px;
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 16px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

[class*=icon--] {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.container, .recentAssignments_wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  word-break: break-word;
}

.container::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .page-alert, .container {
    width: 1140px;
    max-width: 100%;
  }

  .login-page .page-alert {
    max-width: 740px;
  }
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin: 0;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

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

@media (min-width: 576px) {
  .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 35px;
    padding-left: 35px;
  }
}
@media (min-width: 1200px) {
  .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 35px;
    padding-left: 35px;
  }
}
.col-xs-1 {
  float: left;
  width: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

.pull-xs-0 {
  right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.push-xs-0 {
  left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm-1 {
    float: left;
    width: 8.33333%;
  }

  .col-sm-2 {
    float: left;
    width: 16.66667%;
  }

  .col-sm-3 {
    float: left;
    width: 25%;
  }

  .col-sm-4 {
    float: left;
    width: 33.33333%;
  }

  .col-sm-5 {
    float: left;
    width: 41.66667%;
  }

  .col-sm-6 {
    float: left;
    width: 50%;
  }

  .col-sm-7 {
    float: left;
    width: 58.33333%;
  }

  .col-sm-8 {
    float: left;
    width: 66.66667%;
  }

  .col-sm-9 {
    float: left;
    width: 75%;
  }

  .col-sm-10 {
    float: left;
    width: 83.33333%;
  }

  .col-sm-11 {
    float: left;
    width: 91.66667%;
  }

  .col-sm-12 {
    float: left;
    width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.33333%;
  }

  .pull-sm-2 {
    right: 16.66667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.33333%;
  }

  .pull-sm-5 {
    right: 41.66667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.33333%;
  }

  .pull-sm-8 {
    right: 66.66667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.33333%;
  }

  .pull-sm-11 {
    right: 91.66667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.33333%;
  }

  .push-sm-2 {
    left: 16.66667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.33333%;
  }

  .push-sm-5 {
    left: 41.66667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.33333%;
  }

  .push-sm-8 {
    left: 66.66667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.33333%;
  }

  .push-sm-11 {
    left: 91.66667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    float: left;
    width: 8.33333%;
  }

  .col-md-2 {
    float: left;
    width: 16.66667%;
  }

  .col-md-3 {
    float: left;
    width: 25%;
  }

  .col-md-4 {
    float: left;
    width: 33.33333%;
  }

  .col-md-5 {
    float: left;
    width: 41.66667%;
  }

  .col-md-6 {
    float: left;
    width: 50%;
  }

  .col-md-7 {
    float: left;
    width: 58.33333%;
  }

  .col-md-8 {
    float: left;
    width: 66.66667%;
  }

  .col-md-9 {
    float: left;
    width: 75%;
  }

  .col-md-10 {
    float: left;
    width: 83.33333%;
  }

  .col-md-11 {
    float: left;
    width: 91.66667%;
  }

  .col-md-12 {
    float: left;
    width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.33333%;
  }

  .pull-md-2 {
    right: 16.66667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.33333%;
  }

  .pull-md-5 {
    right: 41.66667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.33333%;
  }

  .pull-md-8 {
    right: 66.66667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.33333%;
  }

  .pull-md-11 {
    right: 91.66667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.33333%;
  }

  .push-md-2 {
    left: 16.66667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.33333%;
  }

  .push-md-5 {
    left: 41.66667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.33333%;
  }

  .push-md-8 {
    left: 66.66667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.33333%;
  }

  .push-md-11 {
    left: 91.66667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    float: left;
    width: 8.33333%;
  }

  .col-lg-2 {
    float: left;
    width: 16.66667%;
  }

  .col-lg-3 {
    float: left;
    width: 25%;
  }

  .col-lg-4 {
    float: left;
    width: 33.33333%;
  }

  .col-lg-5 {
    float: left;
    width: 41.66667%;
  }

  .col-lg-6 {
    float: left;
    width: 50%;
  }

  .col-lg-7 {
    float: left;
    width: 58.33333%;
  }

  .col-lg-8 {
    float: left;
    width: 66.66667%;
  }

  .dashboard-container .col-lg-9 {
    float: left;
    width: 100%;
  }

  .col-lg-9 {
    float: left;
    width: 75%;
  }

  .col-lg-10 {
    float: left;
    width: 83.33333%;
  }

  .col-lg-11 {
    float: left;
    width: 91.66667%;
  }

  .col-lg-12 {
    float: left;
    width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.33333%;
  }

  .pull-lg-2 {
    right: 16.66667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.33333%;
  }

  .pull-lg-5 {
    right: 41.66667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.33333%;
  }

  .pull-lg-8 {
    right: 66.66667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.33333%;
  }

  .pull-lg-11 {
    right: 91.66667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.33333%;
  }

  .push-lg-2 {
    left: 16.66667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.33333%;
  }

  .push-lg-5 {
    left: 41.66667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.33333%;
  }

  .push-lg-8 {
    left: 66.66667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.33333%;
  }

  .push-lg-11 {
    left: 91.66667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    float: left;
    width: 8.33333%;
  }

  .col-xl-2 {
    float: left;
    width: 16.66667%;
  }

  .col-xl-3 {
    float: left;
    width: 25%;
  }

  .col-xl-4 {
    float: left;
    width: 33.33333%;
  }

  .col-xl-5 {
    float: left;
    width: 41.66667%;
  }

  .col-xl-6 {
    float: left;
    width: 50%;
  }

  .col-xl-7 {
    float: left;
    width: 58.33333%;
  }

  .col-xl-8 {
    float: left;
    width: 66.66667%;
  }

  .dashboard-container .col-lg-9 {
    float: left;
    width: 75%;
  }

  .col-xl-9 {
    float: left;
    width: 75%;
  }

  .col-xl-10 {
    float: left;
    width: 83.33333%;
  }

  .col-xl-11 {
    float: left;
    width: 91.66667%;
  }

  .col-xl-12 {
    float: left;
    width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.33333%;
  }

  .pull-xl-2 {
    right: 16.66667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.33333%;
  }

  .pull-xl-5 {
    right: 41.66667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.33333%;
  }

  .pull-xl-8 {
    right: 66.66667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.33333%;
  }

  .pull-xl-11 {
    right: 91.66667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.33333%;
  }

  .push-xl-2 {
    left: 16.66667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.33333%;
  }

  .push-xl-5 {
    left: 41.66667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.33333%;
  }

  .push-xl-8 {
    left: 66.66667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.33333%;
  }

  .push-xl-11 {
    left: 91.66667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.container,
.row,
[class*=col-] {
  box-sizing: border-box;
}

/***************************************
* Navigation
****************************************/
/* TODO: Remove, forces nav open due to a bug */
.navbar-collapse.collapse.in {
  display: block !important;
}

.mobile-nav .navbar-nav .nav-item .nav-link {
  font-weight: 400;
}

.page--home .mobile-nav {
  top: 60px;
  position: absolute;
  width: 100%;
}

.page--home .mobile-nav.collapse.in {
  display: block;
}
.page--home .mobile-nav.collapse.in li a {
  font-weight: 400;
}

.navbar {
  background: rgba(0, 0, 0, 0.9);
  font-weight: 100;
  left: 0;
  line-height: 3em;
  border-radius: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 0;
  max-height: 54px;
}

.page--home .navbar .navbar-nav {
  margin: 0;
}

.navbar-topbar {
  padding: 0 20px;
}

.navbar .nav-item {
  display: inline-block;
  float: none;
  font-size: 1rem;
  position: relative;
  border-bottom: 1px solid #3e3e3e;
}

.navbar .nav-item a {
  color: black;
}

.navbar-nav .nav-item + .nav-item {
  margin-left: 0;
}

.navbar-nav .nav-link {
  box-sizing: border-box;
  color: black;
  line-height: inherit;
  padding: 0 10px;
  vertical-align: middle;
  display: none;
  position: relative;
}

.navbar-nav .nav-link + .nav-link {
  margin-left: 0;
}

.navbar--fixed {
  position: fixed;
  background: #fff;
  height: 100px;
}

.navbar--small .nav-link {
  font-size: 0.9375rem;
}

.navbar--small {
  line-height: 3.625;
}

.navbar--small .navbar-brand img {
  max-height: 40px;
}

.mobile-nav .navbar-nav .nav-item .nav-link {
  color: #fff;
}

body .navbar-nav .nav-link {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.625;
  color: #646f79;
}
body .navbar-nav .navbar-brand img {
  max-height: 40px;
}

.navbar {
  background: transparent;
}
.navbar .navbar-nav {
  display: block;
  margin-right: 20px;
}
.navbar .navbar-nav li a {
  font-size: 1rem;
  font-weight: 500;
  color: #646f79;
}

@media (min-width: 768px) {
  .navbar .navbar-nav {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
  }
  .navbar .navbar-nav .nav-link {
    display: inline-block;
  }

  .navbar-brand__img {
    margin-top: 10px !important;
  }
}
.navbar-brand {
  display: inline-block;
  font-weight: 300;
  font-size: 1rem;
  margin: 0;
  text-transform: capitalize;
  color: #333;
  padding: 0;
}

.navbar-brand__label {
  font-size: 0.8rem;
}

.navbar--fixed .navbar-brand__img {
  position: fixed;
  top: 2px;
  z-index: 9999;
}

.page--home .navbar-brand__img {
  position: fixed;
}

.navbar-brand__img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  max-width: 52px;
  max-height: 40px;
  position: relative;
  top: 2px;
  z-index: 9999;
}

.navbar-brand__img {
  margin-bottom: 14px;
  margin-top: 10px;
}

.navbar-user {
  text-transform: capitalize;
}

.navbar-toggle {
  color: white;
  position: absolute;
  top: 20px;
  right: 25px;
  padding: 0;
  line-height: 1;
  background: transparent !important;
}

.hamburger {
  padding: 0;
  display: block;
  width: 25px;
  height: 25px;
}

@media (max-width: 768px) {
  .navbar-toggle {
    top: 20px;
  }
}
/***************************************
* Dropdown Menu
****************************************/
.dropdown-menu {
  background: #fff;
  border-radius: 0;
  border: none;
  left: auto;
  right: 0;
  padding: 10px 0;
  margin-top: 0px;
  width: 200px;
  border: 1px solid #d5dce0;
  box-shadow: 0 5px 20px 0 rgba(21, 27, 38, 0.08);
}

.dropdown-menu .nav-link {
  width: 100%;
  padding: 0 20px;
  height: 40px;
  display: flex;
  align-items: center;
}
.dropdown-menu .nav-link:hover {
  background-color: #edf1f2;
}

@media (max-width: 849px) {
  .dropdown-menu {
    width: 100%;
  }
  .dropdown-menu .sort-item-btn {
    width: 100%;
  }
}
@media (min-width: 850px) {
  .dropdown-menu {
    background: #fff;
    position: absolute;
  }
}
/***************************************
* Main Nav
****************************************/
.main-nav {
  /*padding: 0 50px;*/
  display: none;
}

.main-nav .navbar-nav {
  float: right;
}

/***************************************
* Mobile Nav
****************************************/
.mobile-nav {
  clear: both;
}

/*.mobile-nav .nav {
	top: 50px;
}*/
.mobile-nav .nav-link {
  font-size: 1rem;
  line-height: 1;
}

.mobile-nav .nav-item {
  background: black;
  display: block;
  line-height: 1rem;
  margin: 0;
  margin-left: 0;
  width: 100%;
}

.mobile-nav.nav-item + .nav-item {
  margin-left: 0;
}

.mobile-nav .nav-item a {
  display: block;
  padding: 10px 20px;
}

@media (min-width: 981px) {
  .main-nav,
.navbar-brand {
    font-size: 0.9375rem;
    line-height: 3.625;
  }

  .navbar-brand__img {
    max-height: 40px;
  }
}
.navbar--fixed .navbar-brand__img {
  margin-top: 12px;
}

header .a11y-dropdown-wrapper {
  display: none;
}

@media (min-width: 960px) {
  .navbar-toggle {
    display: none;
  }

  .mobile-nav,
.mobile-nav.collapse.in {
    display: none;
  }
}
@media (min-width: 850px) {
  header .a11y-dropdown-wrapper {
    display: block;
  }
}
@media (min-width: 850px) {
  .navbar--fixed .navbar-nav {
    line-height: 3.7125;
  }

  .navbar {
    background: black;
    line-height: 5.3125;
  }

  .navbar--fixed {
    background: #fff;
  }

  .navbar-brand__label {
    font-size: 1rem;
    display: none;
  }

  .navbar-brand__img {
    max-width: 52px;
  }

  .navbar .nav-item {
    border: none;
  }

  .navbar .nav-item.active .nav-link,
.navbar .nav-item:hover .nav-link,
.navbar .nav-item:focus .nav-link {
    color: #256EFF;
  }
  .navbar-nav .nav-link {
    padding: 0 10px;
  }

  .main-nav {
    display: block;
    /*padding: 0 25px;*/
  }
}
.logo-container {
  position: relative;
  display: flex;
  height: 100%;
}

@media (min-width: 850px) and (max-width: 900px) {
  .nav-item--user .nav-link__label-wrap {
    display: inline-block;
    float: left;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 780px) {
  .navbar-nav .nav-link {
    padding: 0 15px;
  }

  .navbar-brand {
    padding-left: 0px;
  }

  .main-nav {
    /*padding: 0 50px;*/
  }
}
@media (min-width: 1100px) {
  .navbar-brand__label {
    display: inline-block;
  }
}
button {
  cursor: pointer;
}

.btn, input[type=submit], .button, button, .btn-flat, .report-container .date-pickers button {
  color: white;
  background: #e32c25;
  border: none;
  border-radius: 5px;
  font-weight: 400;
  padding: 12px 20px;
  font-size: 16px;
  /*text-transform: uppercase;*/
}
.btn:hover, input[type=submit]:hover, .button:hover, button:hover, .btn-flat:hover, .report-container .date-pickers button:hover {
  color: white;
  background: #bd1e18;
}

.sidebar .btn--lg {
  margin: 30px 0 0 0;
}

.btn--lg {
  padding: 30px 30px;
}

.btn--sm, .data-table .btn-flat, .data-table .report-container .date-pickers button, .report-container .date-pickers .data-table button {
  font-size: 15.5px;
  font-weight: 400;
  padding: 6px 15px;
  border-radius: 5px;
  /*text-transform: uppercase;*/
}

.btn--sm[type=submit], .data-table [type=submit].btn-flat, .data-table .report-container .date-pickers button[type=submit], .report-container .date-pickers .data-table button[type=submit] {
  padding: 8px 15px;
}

.btn--xs {
  font-size: 12px;
  padding: 5px 10px;
  /*text-transform: uppercase;*/
}

.btn--link {
  color: #e32c25;
}

.btn--default, input[type=submit], .button, button, .btn-flat, .report-container .date-pickers button {
  background: #1e6cfe;
  text-transform: none;
}
.btn--default:hover, input[type=submit]:hover, .button:hover, button:hover, .btn-flat:hover, .report-container .date-pickers button:hover {
  color: white;
  background: #055bfe;
}

.btn--primary {
  background: #e32c25;
}

.btn--secondary, .modal__cancel {
  background: #E6E7E8;
  color: #58595B;
}
.btn--secondary:hover, .modal__cancel:hover {
  color: #58595B;
  background: #cbced0;
}

.button-bar__btn {
  margin-left: 10px;
}

.saveButton button {
  border: 1px solid #1e6cfe;
  color: #1e6cfe;
  background: #fff;
  padding: 10px 16px;
}

@media (max-width: 767px) {
  .btn-flat, .report-container .date-pickers button {
    padding: 12px 12px;
  }
}
.modal {
  border: none;
}

.modal-content {
  border-radius: 0;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.modal-title {
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: 400;
  float: left;
  width: 90%;
}

.modal-header,
.modal-body,
.modal-footer {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 15px;
}

.modal-header {
  /*padding-top: 20px;*/
  margin-bottom: 10px;
  padding: 20px 20px 0 20px;
}

.modal-body {
  margin-bottom: 20px;
}

.modal-footer {
  margin-bottom: 0;
}

.modal__alert {
  display: none;
}

/* Contextual 
*******************************/
.modal-body p {
  line-height: 1.4;
  margin-bottom: 10px;
}

/* Modifier : Alert
*******************************/
.modal--alert .modal-content {
  border-left: 4px solid #f66;
  background: #f8f8f8;
}

.modal--alert .modal-title {
  width: 100%;
}

.modal--centered,
.modal--centered .modal-footer {
  text-align: center;
}

.modal-footer .button-bar__btn {
  display: inline-block;
}

/* Modifier : Vertically Centered 
*************************************/
.modal--centered {
  text-align: center;
}

.modal--centered:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal--centered .modal-dialog {
  display: inline-block;
  vertical-align: middle;
}

/***************************************
* Site Footer
****************************************/
.site-footer {
  color: white;
  background: #333333;
  flex: none;
}

.site-footer-top {
  background: #231F20;
  padding: 50px 0;
}

.site-footer__copyright {
  background: black;
  font-size: 14px;
  padding: 20px;
  color: white;
  text-align: center;
}

.site-footer__copyright a {
  margin: 0 5px;
}

.site-footer [class*=col-] {
  margin-bottom: 20px;
}

.footer-nav {
  list-style: none;
}

/***************************************
* Override for current theme 
***************************************/
html {
  font-size: 15px;
}

body {
  font-family: "Roboto", sans-serif;
  color: #58595B;
  width: 100%;
  min-width: 0;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

body.sheet-music-page {
  padding-top: 55px;
}

h1, h2, h3, h4, h5, h6 {
  color: #231F20;
  font-weight: 300;
}

header {
  box-sizing: border-box;
}

p {
  font-size: 17px;
  font-weight: 400;
}

p, ul, ol {
  line-height: 1.6rem;
  color: #58595B;
}

input[type=search] {
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 16px;
}

input[type=submit], .button, button, .btn-flat, .report-container .date-pickers button {
  font-family: "Roboto", sans-serif;
  text-shadow: none;
  box-shadow: none;
}

.teacherLogin {
  text-align: center;
  margin: 0 auto;
}

.login-page {
  height: 100vh;
}
.login-page .forgotPw {
  margin: 0 auto;
  text-align: center;
  display: block;
  font-size: 0.8em;
  font-weight: 400;
  color: #055bfe;
}
.login-page .split {
  display: flex;
  padding-top: 6px;
  width: 100%;
}
.login-page .split span {
  margin: 0 15px;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 22px 0;
}
.login-page .signupCallout {
  text-align: center;
  font-size: 0.8em;
  padding-top: 15px;
  width: 100%;
}
.login-page hr {
  box-sizing: content-box;
  height: 0px;
  overflow-x: visible;
  overflow-y: visible;
  border-bottom-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom: 1px solid #d0d0d0;
  border-left-width: 0px;
  width: 100%;
}
.login-page input[type=submit] {
  width: 100%;
  height: 52px;
}
.login-page h4 {
  font-weight: bold;
}

@media (min-width: 850px) and (max-width: 1000px) {
  .btn-flat, .report-container .date-pickers button {
    margin: 2px;
  }
}
.nav {
  font-size: 1rem;
  line-height: 3.625em;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}

.navbar {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
}

.mobile-nav .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-weight: 500;
}

.mobile-nav.collapsing {
  left: 0;
  top: 60px;
  position: absolute;
  width: 100%;
}

.mobile-nav.collapse.in {
  display: block;
  left: 0;
  top: 60px;
  position: absolute;
  width: 100%;
}

.navbar--small .nav-link {
  line-height: 3.625rem;
}

.navbar-nav .nav-item + .nav-item {
  margin-left: 0;
}

.navbar, .site-footer {
  font-family: "Roboto";
}

.nav-item--user {
  list-style-type: none;
  position: absolute;
  right: 40px;
  top: 20px;
  z-index: 2;
}
.nav-item--user a {
  color: #000;
  font-weight: 500;
}

select[name=voucherId] {
  width: 500px;
  height: 44px;
  margin: 15px 0;
}

.navbar {
  background: transparent;
}
.navbar .navbar-nav {
  display: none;
  margin-right: 20px;
}
.navbar .navbar-nav li a {
  font-size: 1rem;
  font-weight: 500;
  color: #646f79;
}

.mobile-nav.collapse.in .navbar-nav {
  position: relative;
  left: 0;
  width: 100%;
  display: block;
  margin-top: 12px;
}

@media (min-width: 960px) {
  .navbar {
    background: transparent;
  }
  .navbar .navbar-nav {
    display: block;
  }

  .mobile-nav.collapse.in .navbar-nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .nav-item--user {
    display: none;
    position: relative;
    top: 0;
    right: 0;
    margin-top: -20px;
    margin-bottom: 15px;
  }

  .mobile-nav > .nav-item--user {
    display: block;
    color: #fff;
  }

  select[name=voucherId] {
    width: 100%;
  }

  .mobile-nav {
    background: #34363a;
  }
}
.mobileAccountLink .nav-item {
  padding: 10px 0 0 40px;
}

.mobile-nav.collapse {
  display: none;
}

.mobile-nav {
  background-color: black;
  z-index: 9999;
}
.mobile-nav li {
  padding: 22px 0;
}
.mobile-nav li a {
  font-size: 16.5px;
  color: #fff;
  font-weight: 500;
  padding: 10px 20px;
  line-height: 1.625;
}

.content {
  width: 100%;
}

.topbar {
  align-items: center;
  background: #fBFBFB;
  display: flex;
  flex-shrink: 0;
  border-top: 1px solid #dde6ef;
  padding: 0;
}

@media (min-width: 850px) {
  .student-detail .topbar {
    padding-bottom: 20px;
  }
}
@media (min-width: 993px) {
  .topbar {
    margin-top: 30px;
    background: #ffffff;
    border-top: none;
  }
}
@media (min-width: 1200px) {
  .custom-level-page {
    margin: 0 auto;
  }
}
.educator-page .topbar-header {
  min-height: 90px;
  border-bottom: 1px solid #dde6ef;
  position: relative;
}

@media (min-width: 768px) {
  .topbar-title-container {
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  .topbar-title-container {
    width: 300px;
  }
}
.main-content .topbar-title-container h1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 50px);
}

.topbar-header {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  min-width: 1px;
  width: 100%;
}

.educator-page.container .topbar-header h1, .educator-page.container .topbar-header .page-title .breadcrumb {
  padding: 0;
  margin: 0;
}

.educator-page.container.course-detail .table-header h2 {
  padding: 0 0 20px 0;
  margin: 0;
}

.topbar-header {
  padding: 0 20px;
}

.page-title > h1, .page-title > h2 {
  padding: 34px 20px 34px 20px !important;
  font-size: 30px !important;
}

.gradebook-search {
  padding: 0px 20px 34px 20px;
  width: 100%;
}

.page-title {
  align-items: center;
  display: flex;
  margin-top: 20px;
  max-width: 100%;
  min-height: 50px;
}
.page-title h2 {
  font-weight: 700;
  text-align: left;
  width: 100%;
  color: #000;
  text-shadow: none;
  letter-spacing: -0.02px;
  padding: 34px 20px 34px 20px;
  font-size: 30px;
  float: left;
  text-transform: capitalize;
  margin: 0;
}

.blog-page.page-title {
  min-height: 100px;
  line-height: 1.8em;
}

.topbar-title-wrapper {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  align-self: stretch;
}

.topbar-title-container {
  min-width: fit-content;
  max-width: 50%;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  align-items: center;
  color: #151b26;
  display: flex;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  align-self: stretch;
  flex-wrap: wrap;
  align-items: center;
  flex-flow: column wrap;
  flex: 1;
}
.topbar-title-container p {
  margin: 0px;
  padding: 0 15px 5px 0;
}

.topwrap {
  width: 100%;
}

.description-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 10px 0;
  width: 100%;
}
.description-container.closed {
  display: none;
}

@media screen and (min-width: 768px) {
  .description-container.closed {
    display: flex;
  }
}
.page-title h1, .page-title h2 {
  color: #000;
  text-shadow: none;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.02px;
  padding: 18px 12px 18px 0;
}

.page-title.billing-title h2 {
  text-align: center;
}

.educator-page.container.small-title .page-title {
  padding: 20px 20px 0 20px;
}
.educator-page.container.small-title .page-title .breadcrumb {
  margin: 0;
  padding: 0;
}
.educator-page.container.small-title h1, .educator-page.container.small-title h2, .educator-page.container.small-title .body-content p {
  padding: 0 20px 0 20px;
}

.educator-page .page-title h1 {
  font-weight: 700;
  text-align: left;
  width: 100%;
  padding: 0;
  line-height: 35px;
}

.educator-page .page-sub {
  padding: 34px 20px 34px 20px;
}

.educator-page.container:not(.student-detail) .page-sub h2 {
  padding-left: 0;
}

.edit-enrollment .body-content, .edit-enrollment .breadcrumb {
  padding: 0 50px;
}

.educator-page .body-content .form h2 {
  padding: 23px 0 0 0;
}

.educator-page h2.form {
  padding: 23px 0 0 48px;
}

.educator-page.single-page .page-title, .pricing-page {
  padding: 20px 0 10px 0;
}
.educator-page.single-page .page-title h1, .pricing-page h1 {
  font-weight: 700;
  text-align: left;
  width: 100%;
  padding: 0 16px 0 16px;
}

.pricing-page h1 {
  text-align: center;
}

.educator-page.single-page .page-title h1 {
  width: fit-content;
}

@media (min-width: 680px) and (max-width: 1199px) {
  .educator-page.single-page .page-title h1 {
    padding: 0 36px;
  }

  #tabs h1 {
    padding: 0;
  }
}
@media (max-width: 680px) {
  .edit-enrollment .body-content, .edit-enrollment .breadcrumb {
    padding: 0 20px;
  }

  .educator-page.single-page .page-title h1 {
    padding: 0 24px;
  }
}
.buttons-csv, .buttons-print {
  float: left;
  font-size: 15px;
  border: 1px solid #1e6cfe;
  padding: 6px 7px;
  margin: 35px 0px 0 10px;
  border-radius: 5px;
  color: #1e6cfe;
  background: #fff;
  font-weight: 400;
  height: 36px;
}

.mxr-btn, .mxr-btn-list a, .icon-wrap,
.btn-flat, .report-container .date-pickers button, .dataTables_paginate a, .dt-button {
  font-family: "Roboto" !important;
}

.actions {
  text-align: right;
}
@media (max-width: 760px) {
  .site-footer {
    padding-bottom: 80px;
  }
}
.site-footer {
  flex-shrink: 0;
  font-size: 1em;
}
.site-footer .top-nav-links {
  padding-bottom: 10px;
}
.site-footer .top-nav-links li {
  display: inline-block;
}
.site-footer .top-nav-links li a {
  font-size: 16.5px;
  padding: 0;
  color: #aaa;
  display: block;
}

.site-footer h4 {
  color: white;
}

.site-footer a {
  color: #e32c25;
}

.sheet-music-header {
  padding: 0 50px 0 50px;
}

.content-container, .body-content, .page-title .msg, footer[role=contentinfo] .content, .global-errors, .signup-page, .student-signup-page {
  max-width: 100%;
  min-width: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .site-footer {
    flex-shrink: 0;
  }
  .site-footer .nav {
    display: flex;
    justify-content: space-evenly;
    max-width: 800px;
    flex-direction: row;
    padding-bottom: 10px;
    margin: 0 auto 20px auto;
    font-size: 0.9em;
  }
  .site-footer .nav li a {
    padding: 0;
  }

  .content-container, .body-content, .page-title .msg, footer[role=contentinfo] .content, .global-errors, .signup-page, .student-signup-page,
.page-title {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 960px) {
  .content-container, .body-content, .page-title .msg, footer[role=contentinfo] .content, .global-errors, .signup-page, .student-signup-page,
.page-title {
    width: 100%;
  }
}
/*body.sheet-music-page:not(.page--home){
  padding-top: 0;
}*/
.mxr .row {
  margin: 0;
}

.msg {
  padding: 15px;
}

.modal-title {
  margin: 0;
}

.modal-header {
  border-bottom: 0;
}

.modal-footer {
  border-top: 0;
  display: block;
}

.modal-footer > :not(:last-child) {
  margin: 0;
}

@media (min-width: 768px) {
  .fancybox-wrap {
    max-width: 600px;
  }
}
.fancybox-wrap .modal-title {
  width: 100%;
}

.fancybox-wrap .modal {
  position: relative;
}

.fancybox-inner {
  overflow: hidden !important;
}

.fancybox-margin {
  margin-right: 0 !important;
}

.fancybox-wrap input {
  max-width: 100%;
  box-sizing: border-box;
}

.field-group .msg {
  margin: 10px 0 0 0;
}

.logo-container {
  position: relative;
  display: flex;
  height: 100%;
}

@media (max-width: 850px) {
  .topbar-header,
#tabs {
    width: 100%;
    display: block;
  }

  .tabs a {
    padding: 17px 12px;
    margin-bottom: 12px;
    font-size: 1.2em;
    font-weight: 600;
  }

  .topbar {
    padding: 0;
  }

  .page-title h1 {
    padding: 18px 12px 18px 0;
  }
}
@media (max-width: 640px) {
  .page-title h1 {
    padding: 18px 30px 18px 0px;
  }
}
@media (max-width: 360px) {
  .page-title h1 {
    padding: 18px 55px 18px 0px;
    font-size: 1em;
  }
}
/***************************************
* Dashboard
***************************************/
.dashboard-container {
  max-width: 100%;
  min-width: 0;
  padding: 0;
}

.dashboard-container .container {
  width: 100%;
}

.dashboard-container .dataTables_wrapper {
  width: 100%;
  overflow-y: inherit;
  _overflow: auto;
}

@media (min-width: 1200px) {
  .dashboard-container .dataTables_wrapper {
    padding: 0px 10px 15px 0;
  }
}
.dataTables_wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.dataTables_wrapper::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

#setup header h2 {
  margin-bottom: 10px;
}

#setup p, #setup ul, #setup ol {
  line-height: 1.4rem;
}

.dashboard-container {
  flex: 1;
}

.page-content {
  flex: 1;
}

.content-container, .body-content, .page-title .msg, footer[role=contentinfo] .content, .global-errors, .signup-page, .student-signup-page {
  min-width: 0;
  padding: 0;
  margin: 0 auto;
  overflow: visible;
}

.custom-level-page .form-well {
  margin: 0px;
}

@media (min-width: 850px) {
  .form-well {
    margin: 0 24px;
  }
}
.form-well {
  box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
}

@media screen and (max-width: 640px) {
  .signup-page form {
    padding: 0 20px 20px 20px;
    margin: 0 auto;
  }
}
.message-page.lti-warning .form-well {
  margin: 0 auto;
  padding: 20px 0;
}

@media screen and (max-width: 840px) {
  .message-page.lti-warning .form-well {
    width: 80%;
    padding: 20px;
  }
}
.message-page {
  padding: 0 20px 20px 20px;
  margin: 0 auto;
}
.message-page .form-well {
  float: none;
  width: 100%;
  padding: 0;
  max-width: 800px;
}

.login-page {
  padding: 0 20px 20px 20px;
  margin: 0 auto;
}
.login-page .form-well {
  margin: 0 auto;
  float: none;
  width: 100%;
  padding: 0;
  max-width: 600px;
}
.login-page .user-fields {
  display: flex;
  flex-wrap: wrap;
  border: none;
  max-width: 500px;
  margin: 0 auto;
  padding: 40px 20px 20px 20px;
}
@media screen and (max-width: 640px) {
  .login-page .user-fields {
    padding: 20px;
  }
}

.login-page .field-group {
  width: 100%;
}
.login-page .field-group .input-label {
  margin: 0;
}
.login-page input[type=submit] {
  margin-right: 0;
  margin-top: 2px;
}
.login-page .field-group--checkbox .input-label {
  margin-left: 28px;
  line-height: 32px;
}

.signup-page {
  max-width: 1400px;
}
.signup-page .form-well {
  border: none;
  margin: 10px auto;
}
.signup-page .form-well .btn-bar {
  padding-right: 5%;
}
.signup-page .form-well .user-fields {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .login-page, .signup-page form {
    width: 95%;
    padding: 0;
  }

  .user-fields {
    border: none;
    margin: 0 auto;
    padding: 0;
  }

  .signup-page .form-well {
    border: none;
    margin: 0 auto;
    padding: 0;
  }
}
.voucher-buttons {
  display: flex;
  flex-direction: column;
}

.disableCode {
  margin: 0;
  width: 100%;
}

.voucher-form {
  margin: 5px;
}
.voucher-form input {
  margin: 0;
}
.voucher-form .disableCode {
  color: grey;
  border: 1px solid grey;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .content-container, .body-content, .page-title .msg, footer[role=contentinfo] .content, .global-errors, .signup-page, .student-signup-page {
    padding: 0;
  }
}
.dashboard-container .col-lg-9 {
  position: inherit;
}

.dashboard-container .col-lg-9 .btn-lg {
  float: right;
  display: block;
}

@media (min-width: 992px) {
  .dashboard-container .col-lg-9 {
    padding: 0 35px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .dashboard-container .col-lg-9 .btn-lg {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 1199px) {
  .body-content .educator-page {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .dashboard-container, .body-content, .content-container, .page-title .msg, footer[role=contentinfo] .content, .global-errors, .signup-page, .student-signup-page {
    max-width: 1575px;
    min-width: 0;
    padding: 0px;
  }

  .hero--search {
    padding: 24px;
  }
}
.student-detail .table-header {
  padding: 20px 20px 0 20px;
}

@media (max-width: 992px) {
  .dashboard-button .btn-lg {
    max-width: 200px;
    text-align: center;
  }

  .dashboard-container {
    padding: 0;
  }

  .dashboard-container .btn-lg {
    font-weight: 400;
    padding: 12px;
    width: calc(100% - 32px);
  }

  p {
    font-size: 18px;
    line-height: 1.8rem !important;
  }

  .educator-page {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .dashboard-container .col-lg-9 .dashboard-button {
    position: fixed;
    bottom: 0px;
    background-color: #fff;
    z-index: 9999;
    width: 100%;
    left: 0;
    border: 1px solid #e0e0e0;
    text-align: center;
  }

  .dashboard-button .btn-lg {
    max-width: 100%;
    text-align: center;
  }
}
.admin-body, .about-page {
  padding: 0 25px;
}
.admin-body h2, .about-page h2 {
  line-height: 30px;
}

input[name=voucherPassword] {
  width: 225px;
}

.about-page .form-well {
  margin: 10px 0;
}
.about-page .form-well label {
  width: 50%;
}
.about-page .form-well a {
  margin: 5px;
}
.about-page .form-well a, .about-page .form-well form {
  white-space: nowrap;
}
.about-page .form-well:last-of-type button {
  margin-top: 20px;
}

.about-page {
  padding: 0 25px;
}
.about-page table {
  width: 100%;
}
.about-page table tr th {
  padding-right: 25px;
}
.about-page table td:last-child {
  width: 260px;
}
.about-page table td a, .about-page table td form {
  white-space: nowrap;
  display: inline-block;
  height: 40px;
}
.about-page table td form input {
  padding: 9px 14px;
}
.about-page table td:last-of-type {
  min-width: 100%;
}
.about-page form table td {
  display: block;
  box-sizing: border-box;
  clear: both;
}
.about-page form table td img {
  margin-top: 10px;
}

.admin-page, .admin-body {
  max-width: 1240px;
  padding: 10px 40px 40px 40px;
  margin: 20px auto;
  box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
  background-color: #fff;
}
.admin-page p, .admin-body p {
  max-width: 840px;
}

.dashboard-container.lti-warning .col-lg-9 {
  font-weight: 400;
  width: 100%;
}

.lti-page {
  line-height: 1.6rem;
  color: #58595B;
  font-size: 17px;
  font-weight: 400;
}
.lti-page li {
  max-width: 750px;
  margin: 20px 0;
}

.bn_date {
  background-color: #ffffff;
}
.bn_date:hover {
  background-color: #dddddd;
}

.date-field {
  display: flex;
  max-width: 200px;
}

.datepicker {
  padding: 2px;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

div#month-wrap {
  height: 36px;
  background-color: #6ba3e7;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div#month-wrap button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: transparent;
  padding: 0;
}
div#month-wrap button svg {
  height: 20px;
  fill: #ffffff;
}
div#month-wrap button:focus {
  background-color: #ffffff;
}
div#month-wrap button:focus svg {
  fill: #1fc599;
}

div#bn_prev {
  margin: 3px;
}

div#bn_next {
  margin: 3px;
}

div#bn_prev:hover,
div#bn_prev:focus,
div#bn_next:hover,
div#bn_next:focus {
  margin: 2px;
  background-color: #1fc599;
  border: 1px solid #800;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

img.bn_img {
  margin: 0;
  padding: 2px;
}

div#month {
  font-weight: bold;
  font-size: 1.2em;
  color: #ffffff;
}

table#cal {
  width: 314px;
  font-size: 1.2em;
  text-align: center;
  margin: 0;
}

table#cal th,
table#cal td {
  width: 35px;
  padding: 0;
  font-size: 14px;
}

table#cal th {
  height: 30px;
  text-align: center;
}

table#cal td {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  height: 40px;
}

table#cal td.today {
  background-color: #FFF0C4;
}

table#cal td.future {
  color: #000000;
  font-weight: bold;
}

table#cal td.empty {
  background-color: #f9f9f9;
  border: 1px solid #eee;
}

table#cal td:hover,
table#cal td.focus {
  background-color: #1fc599;
  color: #fff;
  font-weight: bold;
  position: relative;
}
table#cal td:hover:after,
table#cal td.focus:after {
  content: "*";
  position: absolute;
  top: 0;
  left: 4px;
}

table#cal td.empty:hover {
  background-color: #f9f9f9;
  border: 1px solid #eee;
}

.offscreen {
  position: absolute;
  left: -200em;
  top: -100em;
}

.datepicker[aria-hidden=true] {
  display: none;
}

/* Button styles */
.a11y-dropdown-selector {
  background: transparent;
  text-align: left;
  border: none;
  font-size: 16px;
  color: #707070;
  padding: 0 1.2em 0 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.a11y-dropdown-selector:hover {
  color: #256EFF;
  background-color: #ffffff;
}
.a11y-dropdown-selector:focus {
  outline: thin dotted #3b99fc;
}

.a11y-dropdown-label {
  position: relative;
}

.a11y-dropdown-label:after {
  display: inline-block;
  content: "▾";
  position: absolute;
  margin-left: 0.2em;
  line-height: 1em;
}

[aria-expanded=true] .a11y-dropdown-label:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Overlay styles */
.a11y-dropdown {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  display: table;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

[aria-expanded=true] + .a11y-dropdown {
  visibility: visible;
  opacity: 1;
}

/* Dropdown styles */
[aria-expanded=true] + .a11y-dropdown ul {
  visibility: visible;
  opacity: 1;
  height: initial;
  padding: 12px;
}

.a11y-dropdown ul {
  list-style: none;
  padding: 0;
  position: absolute;
  height: 0;
  right: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  z-index: 5;
  opacity: 0;
  -webkit-transition: -webkit-opacity 0.5s;
  transition: -webkit-opacity 0.5s;
  transition: opacity 0.5s;
  transition: opacity 0.5s, -webkit-opacity 0.5s;
}

.a11y-dropdown ul a {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding: 8px 20px;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  color: #000000;
}
.a11y-dropdown ul a:hover {
  background-color: #edf1f2;
}

.a11y-dropdown li {
  display: block;
}

.class-actions .a11y-dropdown-selector {
  font-size: 26px;
  color: #000000;
  border: 1px solid #E5E5E5;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.class-actions .a11y-dropdown {
  position: fixed;
}
.class-actions .a11y-dropdown ul {
  text-align: left;
  width: 200px;
  margin-top: 0;
}
.class-actions .a11y-dropdown ul a {
  width: 100%;
  text-align: center;
}
.class-actions .a11y-dropdown button {
  background-color: transparent;
  color: #000000;
  width: 100%;
  padding: 8px 20px;
  text-align: left;
}
.class-actions .a11y-dropdown button:hover {
  background-color: transparent;
}

.class-actions .a11y-dropdown ul a {
  text-align: left;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 20px;
}

.navbar-left {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.navbar-left .navbar-brand__img {
  height: 38px;
  max-height: 38px;
  margin: 0;
  max-width: none;
  position: static;
  top: auto;
  z-index: auto;
}

.navbar-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.navbar-center .top-nav-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}

.navbar-center .top-nav-links li {
  margin: 0;
}

.navbar-center .top-nav-links li a {
  color: #646f79;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 0;
  display: block;
}

.navbar-center .top-nav-links li a:hover {
  color: #333;
}

.navbar-right {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 20px;
}

.navbar-right .auth-links {
  display: flex;
  align-items: center;
  gap: 15px;
}

.navbar-right .auth-links .nav-link {
  color: #646f79;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.navbar-right .auth-links .nav-link.signup-link {
  border: 2px solid #4854FF;
  color: #4854FF;
  font-weight: 600;
  padding: 2px 12px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.navbar-right .auth-links .nav-link:hover {
  color: #333;
  background-color: #f5f5f5;
}

@media (max-width: 959px) {
  .navbar-center .top-nav-links {
    display: none;
  }

  .navbar-right .auth-links {
    display: none;
  }

  .navbar-topbar {
    display: block;
  }

  .navbar-topbar[data-toggle=collapse] ul {
    display: none;
  }

  .navbar-topbar[data-toggle=open] ul {
    display: block;
  }
}
@media (max-width: 768px) {
  .navbar-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    padding: 10px 20px;
  }

  .navbar-center {
    display: none;
  }

  .navbar-left {
    flex: 0 0 auto;
    justify-content: flex-start;
  }

  .navbar-right {
    flex: 0 0 auto;
    justify-content: flex-end;
  }
}
@media (max-width: 959px) and (min-width: 850px) {
  .navbar-topbar {
    display: block;
  }
}
table.dataTable thead th {
  position: relative;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
  position: absolute;
  top: 12px;
  right: 8px;
  display: block;
  font-family: FontAwesome;
}

table.dataTable thead th.sorting:after {
  content: "\f0dc";
  color: #ddd;
  font-size: 0.8em;
  padding-top: 0.12em;
}

table.dataTable thead th.sorting_asc:after {
  content: "\f0de";
}

table.dataTable thead th.sorting_desc:after {
  content: "\f0dd";
}

.course-detail table.dataTable .action {
  width: 220px !important;
}

@media screen and (min-width: 850px) {
  .create-class {
    padding: 0 50px;
  }
}
.create-class .body-content {
  padding: 0 20px 20px 20px;
}

.purchase-title {
  margin: 0 auto;
  max-width: 450px;
  width: 100%;
}
.purchase-title .billing-title {
  display: flex;
  flex-direction: row;
}

.courseSettings .tab-contents {
  margin-top: 34px;
  background: white;
  padding-top: 25px;
}

@media (max-width: 850px) {
  .practiceSettings {
    background-color: #fff;
  }
}
.practiceSettings {
  margin-top: 34px;
  padding-bottom: 30px;
}
.practiceSettings .tab-contents {
  background: white;
}
.practiceSettings .tab-contents .section-header {
  display: flex;
  align-items: center;
}
.practiceSettings .tab-contents .section-header a {
  vertical-align: middle;
  font-size: 15px;
  margin: 0 0 0 10px;
  border: 1px solid #1e6cfe;
  padding: 6px 7px;
  border-radius: 5px;
  color: #1e6cfe;
  background: #fff;
  font-weight: 400;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 36px;
}
.practiceSettings h3 {
  font-weight: 500;
  font-size: 1.4rem;
}
.practiceSettings .pss-label {
  color: #666666;
  padding-right: 1em;
  margin-bottom: 10px;
  display: inline-block;
}
.practiceSettings .pss-value {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 12px;
  font-style: italic;
  display: block;
  color: #707070;
}
.practiceSettings ul {
  list-style: none;
  padding: 0 0 0 0px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .practiceSettings ul:not(.pss-levels) {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
.practiceSettings .pss-list li {
  width: 378px;
  font-size: 18px;
  background: #fffffd;
  line-height: 36px;
  position: relative;
  color: #606878;
  padding-left: 12px;
}
.practiceSettings .pss-list li::before {
  content: "■";
  position: absolute;
  left: 0;
  /* Adjust this value so that it appears where you want. */
  font-size: 0.6em;
  /* Adjust this value so that it appears what size you want. */
}
.practiceSettings .pss-levels li {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  border: 1px solid #bbbbbb;
  background-color: #f0f0f0;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 0 5px;
}

.edit-practice-settings .page-title h1 {
  font-weight: 300;
  font-size: 1.5em;
  margin: 10px 0 0 0;
}
.edit-practice-settings h2 {
  font-weight: 500;
  font-size: 1.4rem;
  margin: 0;
}
.edit-practice-settings .pss-section {
  padding: 40px;
}

div.loader-spinner {
  margin: 5px 60px;
  font-size: 4px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load5 1.1s infinite ease;
  transform: scale(0.4);
}

@-webkit-keyframes load5 {
  0%, 100% {
    box-shadow: 0 -2.6em 0 0 #0281f3, 1.8em -1.8em 0 0 rgba(2, 129, 243, 0.2), 2.5em 0 0 0 rgba(2, 129, 243, 0.2), 1.75em 1.75em 0 0 rgba(2, 129, 243, 0.2), 0 2.5em 0 0 rgba(2, 129, 243, 0.2), -1.8em 1.8em 0 0 rgba(2, 129, 243, 0.2), -2.6em 0 0 0 rgba(2, 129, 243, 0.5), -1.8em -1.8em 0 0 rgba(2, 129, 243, 0.7);
  }
  12.5% {
    box-shadow: 0 -2.6em 0 0 rgba(2, 129, 243, 0.7), 1.8em -1.8em 0 0 #0281f3, 2.5em 0 0 0 rgba(2, 129, 243, 0.2), 1.75em 1.75em 0 0 rgba(2, 129, 243, 0.2), 0 2.5em 0 0 rgba(2, 129, 243, 0.2), -1.8em 1.8em 0 0 rgba(2, 129, 243, 0.2), -2.6em 0 0 0 rgba(2, 129, 243, 0.2), -1.8em -1.8em 0 0 rgba(2, 129, 243, 0.5);
  }
  25% {
    box-shadow: 0 -2.6em 0 0 rgba(2, 129, 243, 0.5), 1.8em -1.8em 0 0 rgba(2, 129, 243, 0.7), 2.5em 0 0 0 #0281f3, 1.75em 1.75em 0 0 rgba(2, 129, 243, 0.2), 0 2.5em 0 0 rgba(2, 129, 243, 0.2), -1.8em 1.8em 0 0 rgba(2, 129, 243, 0.2), -2.6em 0 0 0 rgba(2, 129, 243, 0.2), -1.8em -1.8em 0 0 rgba(2, 129, 243, 0.2);
  }
  37.5% {
    box-shadow: 0 -2.6em 0 0 rgba(2, 129, 243, 0.2), 1.8em -1.8em 0 0 rgba(2, 129, 243, 0.5), 2.5em 0 0 0 rgba(2, 129, 243, 0.7), 1.75em 1.75em 0 0 #0281f3, 0 2.5em 0 0 rgba(2, 129, 243, 0.2), -1.8em 1.8em 0 0 rgba(2, 129, 243, 0.2), -2.6em 0 0 0 rgba(2, 129, 243, 0.2), -1.8em -1.8em 0 0 rgba(2, 129, 243, 0.2);
  }
  50% {
    box-shadow: 0 -2.6em 0 0 rgba(2, 129, 243, 0.2), 1.8em -1.8em 0 0 rgba(2, 129, 243, 0.2), 2.5em 0 0 0 rgba(2, 129, 243, 0.5), 1.75em 1.75em 0 0 rgba(2, 129, 243, 0.7), 0 2.5em 0 0 #0281f3, -1.8em 1.8em 0 0 rgba(2, 129, 243, 0.2), -2.6em 0 0 0 rgba(2, 129, 243, 0.2), -1.8em -1.8em 0 0 rgba(2, 129, 243, 0.2);
  }
  62.5% {
    box-shadow: 0 -2.6em 0 0 rgba(2, 129, 243, 0.2), 1.8em -1.8em 0 0 rgba(2, 129, 243, 0.2), 2.5em 0 0 0 rgba(2, 129, 243, 0.2), 1.75em 1.75em 0 0 rgba(2, 129, 243, 0.5), 0 2.5em 0 0 rgba(2, 129, 243, 0.7), -1.8em 1.8em 0 0 #0281f3, -2.6em 0 0 0 rgba(2, 129, 243, 0.2), -1.8em -1.8em 0 0 rgba(2, 129, 243, 0.2);
  }
  75% {
    box-shadow: 0 -2.6em 0 0 rgba(2, 129, 243, 0.2), 1.8em -1.8em 0 0 rgba(2, 129, 243, 0.2), 2.5em 0 0 0 rgba(2, 129, 243, 0.2), 1.75em 1.75em 0 0 rgba(2, 129, 243, 0.2), 0 2.5em 0 0 rgba(2, 129, 243, 0.5), -1.8em 1.8em 0 0 rgba(2, 129, 243, 0.7), -2.6em 0 0 0 #0281f3, -1.8em -1.8em 0 0 rgba(2, 129, 243, 0.2);
  }
  87.5% {
    box-shadow: 0 -2.6em 0 0 rgba(2, 129, 243, 0.2), 1.8em -1.8em 0 0 rgba(2, 129, 243, 0.2), 2.5em 0 0 0 rgba(2, 129, 243, 0.2), 1.75em 1.75em 0 0 rgba(2, 129, 243, 0.2), 0 2.5em 0 0 rgba(2, 129, 243, 0.2), -1.8em 1.8em 0 0 rgba(2, 129, 243, 0.5), -2.6em 0 0 0 rgba(2, 129, 243, 0.7), -1.8em -1.8em 0 0 #0281f3;
  }
}
@keyframes load5 {
  0%, 100% {
    box-shadow: 0 -2.6em 0 0 #0281f3, 1.8em -1.8em 0 0 rgba(2, 129, 243, 0.2), 2.5em 0 0 0 rgba(2, 129, 243, 0.2), 1.75em 1.75em 0 0 rgba(2, 129, 243, 0.2), 0 2.5em 0 0 rgba(2, 129, 243, 0.2), -1.8em 1.8em 0 0 rgba(2, 129, 243, 0.2), -2.6em 0 0 0 rgba(2, 129, 243, 0.5), -1.8em -1.8em 0 0 rgba(2, 129, 243, 0.7);
  }
  12.5% {
    box-shadow: 0 -2.6em 0 0 rgba(2, 129, 243, 0.7), 1.8em -1.8em 0 0 #0281f3, 2.5em 0 0 0 rgba(2, 129, 243, 0.2), 1.75em 1.75em 0 0 rgba(2, 129, 243, 0.2), 0 2.5em 0 0 rgba(2, 129, 243, 0.2), -1.8em 1.8em 0 0 rgba(2, 129, 243, 0.2), -2.6em 0 0 0 rgba(2, 129, 243, 0.2), -1.8em -1.8em 0 0 rgba(2, 129, 243, 0.5);
  }
  25% {
    box-shadow: 0 -2.6em 0 0 rgba(2, 129, 243, 0.5), 1.8em -1.8em 0 0 rgba(2, 129, 243, 0.7), 2.5em 0 0 0 #0281f3, 1.75em 1.75em 0 0 rgba(2, 129, 243, 0.2), 0 2.5em 0 0 rgba(2, 129, 243, 0.2), -1.8em 1.8em 0 0 rgba(2, 129, 243, 0.2), -2.6em 0 0 0 rgba(2, 129, 243, 0.2), -1.8em -1.8em 0 0 rgba(2, 129, 243, 0.2);
  }
  37.5% {
    box-shadow: 0 -2.6em 0 0 rgba(2, 129, 243, 0.2), 1.8em -1.8em 0 0 rgba(2, 129, 243, 0.5), 2.5em 0 0 0 rgba(2, 129, 243, 0.7), 1.75em 1.75em 0 0 #0281f3, 0 2.5em 0 0 rgba(2, 129, 243, 0.2), -1.8em 1.8em 0 0 rgba(2, 129, 243, 0.2), -2.6em 0 0 0 rgba(2, 129, 243, 0.2), -1.8em -1.8em 0 0 rgba(2, 129, 243, 0.2);
  }
  50% {
    box-shadow: 0 -2.6em 0 0 rgba(2, 129, 243, 0.2), 1.8em -1.8em 0 0 rgba(2, 129, 243, 0.2), 2.5em 0 0 0 rgba(2, 129, 243, 0.5), 1.75em 1.75em 0 0 rgba(2, 129, 243, 0.7), 0 2.5em 0 0 #0281f3, -1.8em 1.8em 0 0 rgba(2, 129, 243, 0.2), -2.6em 0 0 0 rgba(2, 129, 243, 0.2), -1.8em -1.8em 0 0 rgba(2, 129, 243, 0.2);
  }
  62.5% {
    box-shadow: 0 -2.6em 0 0 rgba(2, 129, 243, 0.2), 1.8em -1.8em 0 0 rgba(2, 129, 243, 0.2), 2.5em 0 0 0 rgba(2, 129, 243, 0.2), 1.75em 1.75em 0 0 rgba(2, 129, 243, 0.5), 0 2.5em 0 0 rgba(2, 129, 243, 0.7), -1.8em 1.8em 0 0 #0281f3, -2.6em 0 0 0 rgba(2, 129, 243, 0.2), -1.8em -1.8em 0 0 rgba(2, 129, 243, 0.2);
  }
  75% {
    box-shadow: 0 -2.6em 0 0 rgba(2, 129, 243, 0.2), 1.8em -1.8em 0 0 rgba(2, 129, 243, 0.2), 2.5em 0 0 0 rgba(2, 129, 243, 0.2), 1.75em 1.75em 0 0 rgba(2, 129, 243, 0.2), 0 2.5em 0 0 rgba(2, 129, 243, 0.5), -1.8em 1.8em 0 0 rgba(2, 129, 243, 0.7), -2.6em 0 0 0 #0281f3, -1.8em -1.8em 0 0 rgba(2, 129, 243, 0.2);
  }
  87.5% {
    box-shadow: 0 -2.6em 0 0 rgba(2, 129, 243, 0.2), 1.8em -1.8em 0 0 rgba(2, 129, 243, 0.2), 2.5em 0 0 0 rgba(2, 129, 243, 0.2), 1.75em 1.75em 0 0 rgba(2, 129, 243, 0.2), 0 2.5em 0 0 rgba(2, 129, 243, 0.2), -1.8em 1.8em 0 0 rgba(2, 129, 243, 0.5), -2.6em 0 0 0 rgba(2, 129, 243, 0.7), -1.8em -1.8em 0 0 #0281f3;
  }
}

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