body,
html {
  padding: 0;
  margin: 0;
}
body.nightMode {
  filter: invert(86%);
}
body.nightMode img,
body.nightMode [noInvert],
body.nightMode video,
body.nightMode .videoPageHeader {
  filter: invert(100%);
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -webkit-overflow-scrolling: touch;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  font-weight: 300;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #dedede;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #dedede;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
div[contenteditable] {
  -moz-user-select: text;
  -ms-user-select: text;
  -webkit-user-select: text;
  user-select: text;
}
li {
  padding: 0;
}
hr {
  margin-top: 16px;
  margin-bottom: 16px;
}
ul,
ol {
  list-style-type: none;
  padding: 0px;
}
/*
    New page styles.
*/
*,
:after,
:before {
  box-sizing: border-box;
}
.normal {
  font-weight: 300 !important;
}
.bold {
  font-weight: 400 !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container-fluid:before,
.container-fluid:after,
.container:before,
.container:after,
.navbar-collapse:before,
.navbar-collapse:after,
.navbar-header:before,
.navbar-header:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
.container-fluid:after,
.container:after,
.navbar-collapse:after,
.navbar-header:after,
.nav:after,
.navbar:after,
.btn-toolbar:after,
.clearfix:after,
.modal-footer:after,
.modal-header:after,
.pager:after,
.panel-body:after,
.row:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.navbar:after,
.navbar-ug:after,
.navbar-header:after,
.navbar-collapse:after,
.nav:after {
  clear: both;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  .container {
    width: 460px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.containerNew {
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 480px) {
  .containerNew {
    width: 460px;
  }
}
@media (min-width: 768px) {
  .containerNew {
    width: 750px;
    margin-left: 125px;
  }
}
.containerCFP {
  margin: 0 auto;
  width: 66%;
}
@media (min-width: 480px) {
  .containerCFP {
    max-width: 900px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xxs-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xxs-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xxs-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xxs-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xxs-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xxs-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xxs-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xxs-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xxs-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xxs-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xxs-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xxs-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  float: left;
}
.col-xxs-12 {
  width: 100%;
}
.col-xxs-11 {
  width: 91.66666667%;
}
.col-xxs-10 {
  width: 83.33333333%;
}
.col-xxs-9 {
  width: 75%;
}
.col-xxs-8 {
  width: 66.66666667%;
}
.col-xxs-7 {
  width: 58.33333333%;
}
.col-xxs-6 {
  width: 50%;
}
.col-xxs-5 {
  width: 41.66666667%;
}
.col-xxs-4 {
  width: 33.33333333%;
}
.col-xxs-3 {
  width: 25%;
}
.col-xxs-2 {
  width: 16.66666667%;
}
.col-xxs-1 {
  width: 8.33333333%;
}
.col-xxs-pull-12 {
  right: 100%;
}
.col-xxs-pull-11 {
  right: 91.66666667%;
}
.col-xxs-pull-10 {
  right: 83.33333333%;
}
.col-xxs-pull-9 {
  right: 75%;
}
.col-xxs-pull-8 {
  right: 66.66666667%;
}
.col-xxs-pull-7 {
  right: 58.33333333%;
}
.col-xxs-pull-6 {
  right: 50%;
}
.col-xxs-pull-5 {
  right: 41.66666667%;
}
.col-xxs-pull-4 {
  right: 33.33333333%;
}
.col-xxs-pull-3 {
  right: 25%;
}
.col-xxs-pull-2 {
  right: 16.66666667%;
}
.col-xxs-pull-1 {
  right: 8.33333333%;
}
.col-xxs-pull-0 {
  right: auto;
}
.col-xxs-push-12 {
  left: 100%;
}
.col-xxs-push-11 {
  left: 91.66666667%;
}
.col-xxs-push-10 {
  left: 83.33333333%;
}
.col-xxs-push-9 {
  left: 75%;
}
.col-xxs-push-8 {
  left: 66.66666667%;
}
.col-xxs-push-7 {
  left: 58.33333333%;
}
.col-xxs-push-6 {
  left: 50%;
}
.col-xxs-push-5 {
  left: 41.66666667%;
}
.col-xxs-push-4 {
  left: 33.33333333%;
}
.col-xxs-push-3 {
  left: 25%;
}
.col-xxs-push-2 {
  left: 16.66666667%;
}
.col-xxs-push-1 {
  left: 8.33333333%;
}
.col-xxs-push-0 {
  left: auto;
}
.col-xxs-offset-12 {
  margin-left: 100%;
}
.col-xxs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xxs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xxs-offset-9 {
  margin-left: 75%;
}
.col-xxs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xxs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xxs-offset-6 {
  margin-left: 50%;
}
.col-xxs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xxs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xxs-offset-3 {
  margin-left: 25%;
}
.col-xxs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xxs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xxs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 480px) {
  .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 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.navbar {
  position: relative;
  min-height: 50px;
  /*margin-bottom: @navbar-margin-bottom;*/
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-ug {
  position: relative;
  min-height: 50px;
}
@media (min-width: 768px) {
  .navbar-ug {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  /*position: fixed;*/
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #eee;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #d5d5d5;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #eee;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #aaa;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #aaa;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #aaa;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #eee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #aaa;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #aaa;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #eee;
}
.navbar-default .navbar-link:hover {
  color: #aaa;
}
.navbar-default .btn-link {
  color: #eee;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #aaa;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #dedede;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #dedede;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #dedede;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
.navbar-nav {
  margin: 7.5px 15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .navbar-nav > li {
    float: left;
  }
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-right {
    float: right!important;
    margin-right: -15px;
  }
}
.navbar-default .navbar-nav > li > a {
  color: #f8f8f8;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #eee;
  background-image: none;
  border: 0px solid transparent;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-toggle .btn-icon-bar {
  background-color: cornflowerblue;
}
.navbar-toggle.collapsed {
  background-color: transparent;
}
.navbar-toggle.collapsed .btn-icon-bar {
  background-color: #f7f7f7;
}
.navbar-toggle .btn-icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .btn-icon-bar + .btn-icon-bar {
  margin-top: 4px;
}
@media (max-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-default .navbar-collapse {
  border-color: #e7e7e7;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.content-row-ug {
  justify-content: center;
  padding-top: 4%;
  padding-bottom: 2%;
  padding-left: 10%;
  padding-right: 10%;
  align-items: center;
}
.content-row-ug img {
  width: 80%;
  margin-right: 10px;
}
.content-row-ug h1 {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
}
.content-row-ug h3 {
  font-size: 22px;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #7030a0;
}
.content-row-ug h4 {
  font-size: 18px;
  font-family: 'Montserrat';
  font-weight: 100;
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 24px;
}
@media screen and (max-width: 600px) {
  .content-row-ug img {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .content-row-ug img {
    display: none;
  }
}
@media screen and (max-width: 1900px) {
  .content-row-ug img {
    width: 330px;
    margin-right: 20%;
  }
  .content-row-ug div {
    max-width: 600px;
    margin-right: 5%;
  }
  .content-row-ug h1 {
    margin-top: 3%;
  }
}
@media screen and (max-width: 2200px) {
  .content-row-ug div {
    max-width: 600px;
  }
}
.font400 {
  font-weight: 400;
}
.font500 {
  font-weight: 500;
}
.font600 {
  font-weight: 600;
}
.loadingBtnUG {
  text-align: center;
  font-size: 12px;
}
.signInText {
  font-family: Montserrat;
  font-size: 17px;
}
.vflex {
  display: flex;
  flex-flow: column nowrap;
}
.copyright {
  padding-top: 1.5rem;
  background-color: #480564;
  text-align: center;
  color: white;
}
.copyright.isPulp {
  background-color: transparent;
}
.copyright.isPulp > :first-child {
  margin-bottom: 0;
  border: 0;
}
.copyright.isPulp > :first-child > :first-child {
  text-align: center;
}
.copyright.isNative {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: white;
  color: grey;
}
.copyright.isNative a {
  color: grey;
}
.copyright a {
  text-decoration: none;
  color: white;
}
.copyright .list-unstyled {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 680px) {
  .copyright .list-unstyled li {
    display: inline-block;
    margin-right: 1rem;
  }
}
.copyright .li-space-lg li {
  margin-bottom: 0.5rem;
}
.copyright .statement {
  margin-bottom: 12px;
}
@media (min-width: 680px) {
  .copyright {
    text-align: left;
  }
}
.darwinLandingCover {
  justify-content: center;
  display: flex;
  text-align: left;
}
.darwinLandingCover h1 {
  font-family: 'Montserrat';
  font-size: 48px;
  margin-bottom: 10px;
}
@media (max-width: 320px) {
  .darwinLandingCover h1 {
    font-size: 26px;
    margin-bottom: 5px;
  }
}
@media (min-width: 320px) and (max-width: 680px) {
  .darwinLandingCover h1 {
    font-size: 30px;
    margin-bottom: 5px;
  }
}
@media (min-height: 500px) and (min-width: 780px) and (max-height: 830px) and (max-width: 1370px) {
  .darwinLandingCover h1 {
    font-size: 36px;
    margin-bottom: 6px;
  }
}
.darwinLandingCover h3 {
  font-size: 22px;
  font-family: 'Montserrat';
  font-weight: 400;
}
.darwinLandingCover h4 {
  font-size: 18px;
  font-family: 'Montserrat';
  font-weight: 100;
}
.darwinLandingCover alignMobile {
  display: block;
}
@media (max-width: 680px) {
  .darwinLandingCover alignMobile {
    display: flex;
  }
}
@media (max-width: 680px) {
  .darwinLandingCover {
    text-align: center;
    align-items: center;
    height: 350px;
  }
}
#whiteDarwinLogo {
  height: 100px;
}
@media (max-width: 680px) {
  #whiteDarwinLogo {
    height: 60px;
    margin-bottom: 40%;
  }
}
@media (min-height: 500px) and (min-width: 780px) and (max-height: 830px) and (max-width: 1370px) {
  #whiteDarwinLogo {
    height: 70px;
  }
}
.padDarwinLogo {
  padding-top: 12%;
}
@media (min-height: 1100px) {
  .padDarwinLogo {
    padding-top: 25%;
  }
}
@media (min-height: 500px) and (min-width: 780px) and (max-height: 830px) and (max-width: 1370px) {
  .padDarwinLogo {
    padding-top: 8%;
  }
}
.firstLine {
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 10px;
}
.examName {
  font-weight: 800;
  font-size: 75px;
  line-height: 0.8;
}
@media (max-width: 680px) {
  .examName {
    font-size: 40px;
  }
}
.preparation {
  font-size: 96px;
  font-weight: 300;
  justify-content: center;
  margin-bottom: 10px;
  line-height: 1;
}
@media (max-width: 680px) {
  .preparation {
    line-height: 0.8;
    font-size: 42px;
  }
}
@media (max-width: 680px) {
  .loginArea {
    display: flex;
    align-items: center;
    min-height: 78px;
  }
}
.ribbonText {
  font-family: Montserrat;
  font-weight: 400;
  position: absolute;
  right: 0;
  bottom: 60px;
  font-size: 2.5vw;
  background-color: #d800c7;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 20px;
  width: calc(100% - 140px);
  line-height: 70px;
  z-index: -1;
}
@media (max-width: 680px) {
  .ribbonText {
    font-size: 4vw;
    font-weight: 500;
    bottom: 0;
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    line-height: 52px;
    letter-spacing: 0px;
  }
}
@media (min-width: 680px) {
  .ribbonText {
    text-transform: uppercase;
  }
}
@media (max-width: 330px) {
  .emptyDiv {
    height: 30%;
  }
}
@media (min-width: 331px) and (max-width: 680px) {
  .emptyDiv {
    height: 40%;
  }
}
@media (min-width: 331px) and (max-width: 680px) and (max-height: 645px) {
  .emptyDiv {
    height: calc(40% - 62px);
  }
}
.examLine {
  display: block;
}
@media (max-width: 680px) {
  .examLine {
    display: flex;
  }
}
.center-illustration {
  justify-content: center;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 1%;
  margin-bottom: -4%;
  display: grid;
}
.center-illustration img {
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
  width: 75%;
}
.center-illustration h1 {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
}
.center-illustration div {
  align-content: center;
}
@media screen and (max-width: 800px) {
  .center-illustration img {
    width: 90%;
  }
}
.material-btn-with-icon {
  display: inline-block;
  position: relative;
  background: white;
  cursor: pointer;
  height: 40px;
  line-height: 35px;
  padding: 0 2rem;
  color: #6500cb;
  padding-top: 5px;
  justify-content: center;
  font-size: 15px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  outline: none;
  border: none;
  user-select: none;
  border-radius: 2px;
  transition: all 0.3s ease-out;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5%;
  min-width: 132px;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.225);
}
.material-btn-with-icon:hover {
  text-decoration: none;
  box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
}
.material-btn-with-icon div {
  margin-top: 5px;
  margin-right: 2px;
}
@media screen and (min-width: 600px) {
  .onclick-menu {
    display: none;
  }
}
.onclick-menu:focus {
  /* clicking on label should toggle the menu */
  pointer-events: none;
}
.onclick-menu:focus .onclick-menu-content {
  /*  opacity is 1 in opened state (see below) */
  opacity: 1;
  visibility: visible;
  /* don't let pointer-events affect descendant elements */
  pointer-events: auto;
}
.menu-icon-ug {
  right: 0;
  top: 0;
  position: fixed;
  margin-top: 15px;
  margin-right: 10%;
  font-size: 22px;
}
.onclick-menu-content {
  right: 0;
  top: 0;
  margin-top: 40px;
  margin-right: 10px;
  float: right;
  position: absolute;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: visibility .5s;
  background: #fff;
  color: #6500cb;
  font-family: Montserrat;
  font-size: 14px;
  padding: 10px;
  border-radius: 4px;
  width: 200px;
  text-align: left;
}
.onclick-menu-content li {
  margin-top: 10px;
}
.mpbtn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.42;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.mpbtn-default {
  color: #333;
  background-color: #fff;
  border-radius: #ccc;
}
.mpbtn-apple-outline {
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
}
.mpbtn-google-dark {
  color: #fff;
  background-color: #4285F4;
}
.mpbtn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.333333;
  border-radius: 6px;
}
.mpbtn-lgNew {
  padding: 10px 12px;
  font-size: 18px;
  line-height: 1.333333;
  border-radius: 6px;
}
@media (max-width: 680px) {
  .mpbtn-lgNew {
    padding: 10px 8px;
  }
}
.mpbtn-lgNewStart {
  padding: 16px 36px;
  font-size: 20px;
  line-height: 28px;
  border-radius: 100px;
}
@media (max-width: 680px) {
  .mpbtn-lgNewStart {
    font-size: 14px;
    padding: 10px 24px;
  }
}
.action-footer-ug {
  justify-content: center;
  display: flex;
  margin: 10px;
  padding: 25px;
  text-align: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .action-footer-ug {
    display: block;
  }
}
.action-footer-ug h3 {
  margin: 10px;
}
.action-footer-ug .loginArea {
  display: flex;
  align-items: center;
  height: 78px;
}
@media (max-width: 680px) {
  .action-footer-ug .loginArea {
    justify-content: center;
  }
}
.intro-header {
  text-align: center;
  color: #f8f8f8;
  background-image: url('../images/stethoscope.keyboard_cd.jpg');
  background-size: cover;
}
@media (min-width: 768px) {
  .intro-header {
    background-image: url('../images/stethoscope.keyboard_cl.jpg');
  }
}
.intro-header-ug {
  text-align: center;
  color: #f8f8f8;
  background-image: url('../Images/indian-man-using-laptop.jpg');
  background-size: cover;
  height: 100%;
  background-position: 70%;
  position: relative;
  min-height: 560px;
  z-index: 0;
}
@media (max-width: 680px) {
  .intro-header-ug {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
}
@media (orientation: landscape) and (max-width: 900px) {
  .intro-header-ug {
    min-height: 700px;
  }
}
.intro-cover {
  padding-top: 50px;
  /* padding-bottom: 50px; */
  background-color: rgba(51, 122, 183, 0.95);
  background-color: rgba(39, 56, 72, 0.6);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,777777+16,383838+36,000000+64,c1c1c1+85,c1c1c1+85,e5e5e5+99&0.1+1,0.5+32,0.5+68,0.1+100
background: -moz-linear-gradient(left,  rgba(255,255,255,0.1) 0%, rgba(247,247,247,0.1) 1%, rgba(119,119,119,0.29) 16%, rgba(69,69,69,0.5) 32%, rgba(56,56,56,0.5) 36%, rgba(0,0,0,0.5) 64%, rgba(37,37,37,0.5) 68%, rgba(193,193,193,0.29) 85%, rgba(229,229,229,0.11) 99%, rgba(229,229,229,0.1) 100%);
background: -webkit-linear-gradient(left,  rgba(255,255,255,0.1) 0%,rgba(247,247,247,0.1) 1%,rgba(119,119,119,0.29) 16%,rgba(69,69,69,0.5) 32%,rgba(56,56,56,0.5) 36%,rgba(0,0,0,0.5) 64%,rgba(37,37,37,0.5) 68%,rgba(193,193,193,0.29) 85%,rgba(229,229,229,0.11) 99%,rgba(229,229,229,0.1) 100%);
background: linear-gradient(to right,  rgba(255,255,255,0.1) 0%,rgba(247,247,247,0.1) 1%,rgba(119,119,119,0.29) 16%,rgba(69,69,69,0.5) 32%,rgba(56,56,56,0.5) 36%,rgba(0,0,0,0.5) 64%,rgba(37,37,37,0.5) 68%,rgba(193,193,193,0.29) 85%,rgba(229,229,229,0.11) 99%,rgba(229,229,229,0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#1ae5e5e5',GradientType=1 );
*/
}
.intro-cover-ug {
  margin: 0;
  position: relative;
  height: calc(100% - 130px);
}
@media (max-width: 680px) {
  .intro-cover-ug {
    height: calc(100% - 52px);
  }
}
.intro-message {
  position: relative;
  padding-top: 15%;
  padding-bottom: 15%;
  height: calc(300%);
}
@media (min-width: 768px) {
  .intro-message {
    height: calc(230%);
  }
}
.intro-message-ug {
  position: relative;
  padding-top: 12.5%;
  padding-bottom: 7.5%;
}
@media (min-height: 1100px) {
  .intro-message-ug {
    padding-top: 25%;
    padding-bottom: 15%;
  }
}
@media (max-width: 680px) {
  .intro-message-ug {
    padding-bottom: 8%;
    padding-top: 5%;
    padding-left: 8%;
    padding-right: 8%;
    height: 155px;
  }
}
@media (min-height: 500px) and (min-width: 780px) and (max-height: 830px) and (max-width: 1370px) {
  .intro-message-ug {
    padding-top: 7.5%;
    padding-bottom: 5%;
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 60px;
  /*change with size of arrow to make sit on bottom */
  /*   background-image: url(); */
  /*   background-size: contain; */
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.intro-message > h1 {
  font-size: 40px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  margin: 0;
}
.intro-message > h3 {
  font-size: 24px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.intro-divider {
  width: 400px;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
ul.intro-social-buttons {
  font-family: 'Montserrat', Arial, 'sans-serif';
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
ul.intro-social-buttons > li > a.network-name {
  font-size: 14px;
  line-height: 24px;
  min-width: 150px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
ul.intro-social-buttons > li > a.network-name > span {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}
ul.intro-social-buttons > li > a.network-name > span:first-child {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
ul.intro-social-buttons > li > a.network-name:hover {
  background-color: #eeeeee;
}
ul.intro-social-buttons > li > a.network-name > span.googleIcn {
  margin-top: -11px;
  margin-bottom: -11px;
  display: inline-block;
  margin-left: -17px;
  height: 46px;
  overflow: hidden;
}
ul.intro-social-buttons > li > a.network-name > span.googleIcn.googleIcnBg {
  background: white;
  border-radius: 4px;
  height: 36px;
  width: 36px;
  margin-left: -13px;
  margin-right: 4px;
}
ul.intro-social-buttons > li > a.network-name > span.googleIcn.googleIcnBg > svg {
  margin-left: -4px;
  margin-top: -4px;
}
ul.intro-social-buttons-ug {
  font-family: 'Montserrat', Arial, 'sans-serif';
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 0;
}
ul.intro-social-buttons-ug > li {
  display: block;
  margin-bottom: 10px;
}
ul.intro-social-buttons-ug > li:last-child {
  margin-bottom: 0;
}
ul.intro-social-buttons-ug > li > a.network-name {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
ul.intro-social-buttons-ug > li > a.network-name > span {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}
ul.intro-social-buttons-ug > li > a.network-name > span:first-child {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
ul.intro-social-buttons-ug > li > a.network-name:hover {
  background-color: #eeeeee;
}
ul.intro-social-buttons-ug > li > a.network-name > span.googleIcn {
  margin-top: -11px;
  margin-bottom: -11px;
  display: inline-block;
  margin-left: -17px;
  height: 46px;
  overflow: hidden;
}
ul.intro-social-buttons-ug > li > a.network-name > span.googleIcn.googleIcnBg {
  background: white;
  border-radius: 4px;
  height: 36px;
  width: 36px;
  margin-left: -13px;
  margin-right: 4px;
}
ul.intro-social-buttons-ug > li > a.network-name > span.googleIcn.googleIcnBg > svg {
  margin-left: -4px;
  margin-top: -4px;
}
@media (max-width: 680px) {
  ul.intro-social-buttons-ug {
    align-items: center;
  }
  ul.intro-social-buttons-ug > li > a.mpbtn-google-dark > span {
    line-height: 24px;
  }
  ul.intro-social-buttons-ug > li > a.network-name {
    font-size: 14px;
    line-height: 14px;
  }
  ul.intro-social-buttons-ug > li > a.network-name > span.googleIcn {
    margin-left: -5px;
    height: 26px;
  }
}
.sizeGoogleIcn {
  height: 46px;
  width: 46px;
}
@media (max-width: 680px) {
  .sizeGoogleIcn {
    height: 26px;
    width: 26px;
  }
}
.signInBtnWidth {
  width: 200px;
}
@media (max-width: 680px) {
  .signInBtnWidth {
    width: 170px;
  }
}
@media (max-width: 768px) {
  .intro-message {
    padding-bottom: 15%;
  }
  .intro-message > h1 {
    font-size: 29px;
  }
  ul.intro-social-buttons {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
  }
  ul.intro-social-buttons > li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.intro-social-buttons > li:last-child {
    margin-bottom: 0;
  }
  .intro-divider {
    width: 100%;
  }
}
.intro-footer-row1 {
  padding-bottom: 0;
}
.intro-footer-row1 .row > div {
  margin-bottom: 25px;
}
.intro-footer-row1 .highlightWord {
  display: block;
}
.intro-footer-row1-ug {
  padding-bottom: 0;
}
.intro-footer-row1-ug .row > div {
  margin-bottom: 25px;
}
.intro-footer-row1-ug .highlightWord {
  display: block;
}
.intro-header-row2 small {
  display: block;
  font-size: 12px;
}
@media (min-width: 768px) {
  .intro-footer-row1 .highlightWord {
    display: inline;
  }
}
@media (min-width: 768px) {
  .intro-footer-row1-ug .highlightWord {
    display: inline;
  }
}
.intro-header-row2 .row > div {
  min-height: 85px;
}
.intro-header-row2 h4 {
  font-size: 24px;
}
.intro-header-row2 .row > div > h4 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .intro-header-row2 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .intro-header-row2 .row > :nth-child(2n) {
    background-color: rgba(27, 40, 52, 0.8);
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
}
.featured-exams {
  margin-top: 35px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .featured-exams h3 {
    text-align: center;
  }
}
.exam-name {
  text-align: center;
}
.benifits h5 > div {
  display: inline-block;
}
.benifits h5 {
  text-align: center;
}
.benifits .row > div {
  height: 160px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .benifits .row > div {
    height: 170px;
  }
}
.lighttext {
  font-size: 12px;
  color: #333;
  max-width: 150px;
  text-align: center;
  margin: auto;
}
.feature-set > div:nth-child(2n) {
  text-align: right;
}
.intro-footer-ug .background-ug {
  padding-bottom: 10px;
  background-color: #6500cb;
  color: #f7f7f7;
  padding-left: 10px;
}
.intro-footer .container {
  background-color: #6495ed;
  color: #f7f7f7;
}
.intro-footer h4 {
  border-bottom: 1px white solid;
}
.intro-footer ol:before,
.intro-footer ol:after {
  clear: both;
}
.intro-footer-ug ol:before,
.intro-footer-ug ol:after {
  clear: both;
}
.header {
  text-align: center;
}
@media (min-width: 768px) {
  .feature-set > div:nth-child(4n+3),
  .feature-set > div:nth-child(4n) {
    background-color: aliceblue;
    border-width: 1px 0;
    border-color: blue;
    border-style: solid;
  }
}
@media (max-width: 768px) {
  .feature-set > div:nth-child(2n) {
    background-color: aliceblue;
    border-width: 1px 0;
    border-color: blue;
    border-style: solid;
  }
}
.user-photo {
  height: 400px;
  width: 400px;
  background-size: cover;
  background-position: 50% 50%;
}
@keyframes slide1 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  20% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(-100%, 0, 0);
    opacity: 1;
  }
  26% {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  94% {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  95% {
    transform: translate3d(100%, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide2 {
  0% {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  19% {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  20% {
    transform: translate3d(100%, 0, 0);
    opacity: 1;
  }
  25% {
    transform: translate3d(0, 0, 0);
  }
  45% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-100%, 0, 0);
    opacity: 1;
  }
  51% {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
}
@keyframes slide3 {
  0% {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  44% {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  45% {
    transform: translate3d(100%, 0, 0);
    opacity: 1;
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  70% {
    transform: translate3d(0, 0, 0);
  }
  75% {
    transform: translate3d(-100%, 0, 0);
    opacity: 1;
  }
  76% {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
}
@keyframes slide4 {
  0% {
    transform: translate3d(-100%, 0, 0);
    opacity: 1;
  }
  1% {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  69% {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  70% {
    transform: translate3d(100%, 0, 0);
    opacity: 1;
  }
  75% {
    transform: translate3d(0, 0, 0);
  }
  95% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
    opacity: 1;
  }
}
#mainScreenContent {
  overflow: scroll;
  overflow-x: hidden;
  height: calc(100% - 51px);
}
@media (min-width: 768px) {
  #mainScreenContent {
    overflow: scroll;
    overflow-x: hidden;
  }
}
#mainScreenContentDarwin {
  overflow: scroll;
  overflow-x: hidden;
  height: 100%;
}
#mainScreenContentAboutUs {
  overflow: auto;
  overflow-x: hidden;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: calc(100% - 51px);
}
#loadingProgress,
#loginDivs {
  display: none;
}
#loadingProgress,
#loginDivsFooter {
  display: none;
}
#MainScreen[st] #startPracticeDiv {
  display: none;
}
#MainScreen[st] #startPracticeDivFooter {
  display: none;
}
#MainScreen[st='loading'] #loadingProgress,
#MainScreen[st='login'] #loginDivs {
  display: block;
}
#MainScreen[st='loading'] #loadingProgress,
#MainScreen[st='login'] #loginDivsFooter {
  display: block;
}
.progressBox {
  border: 1px white solid;
  width: 350px;
  padding: 2px;
  margin: 0 auto 8px auto;
}
.progressBox.themeColor {
  border: 1px #5c0088 solid;
}
.progressBox > .progressBar {
  background-color: white;
  height: 10px;
  width: calc(94%);
  -webkit-transform: scaleX(0.99);
  -ms-transform: scaleX(0.99);
  -o-transform: scaleX(0.99);
  transform: scaleX(0.99);
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 1, 0.75, 1);
  animation-timing-function: cubic-bezier(0.15, 1, 0.75, 1);
  -webkit-transform-origin: left 0;
  -moz-transform-origin: left 0;
  -ms-transform-origin: left 0;
  transform-origin: left 0;
  -webkit-animation-name: progressBarMatter;
  animation-name: progressBarMatter;
}
.progressBox > .progressBar.themeColor {
  background-color: #5c0088;
}
@media (max-width: 480px) {
  .progressBox {
    width: 90%;
  }
}
@-webkit-keyframes progressBarMatter {
  from {
    -webkit-transform: scale3d(0, 1, 1);
  }
  to {
    -webkit-transform: scale3d(0.99, 1, 1);
  }
}
@-moz-keyframes progressBarMatter {
  from {
    -moz-transform: scale3d(0, 1, 1);
  }
  to {
    -moz-transform: scale3d(0.99, 1, 1);
  }
}
@keyframes progressBarMatter {
  from {
    transform: scale3d(0, 1, 1);
  }
  to {
    transform: scale3d(0.99, 1, 1);
  }
}
#fontDownloaderDiv {
  position: absolute;
  height: 1px;
  width: 1px;
  margin-bottom: -1px;
  margin-right: -1px;
  visibility: hidden;
  top: -1px;
  left: 0;
  overflow: hidden;
}
#fontDownloaderDiv > div:nth-child(9n) {
  font-family: 'Montserrat';
  font-weight: 300;
}
#fontDownloaderDiv > div:nth-child(9n+1) {
  font-family: 'Montserrat';
  font-weight: 400;
}
#fontDownloaderDiv > div:nth-child(9n+2) {
  font-family: 'Montserrat';
  font-weight: 500;
}
#fontDownloaderDiv > div:nth-child(9n+7) {
  font-family: 'appicons';
}
#fontDownloaderDiv > div:nth-child(9n+8) {
  font-family: 'icomoon';
}
.loadingText {
  font-size: 12px;
  text-align: center;
  color: white;
}
.loadingText.themeColor {
  color: #5c0088;
}
.leftAlignProgressBarDiv {
  margin: 20px 0;
}
@media (min-width: 680px) {
  .leftAlignProgressBarDiv {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
  }
  .leftAlignProgressBarDiv > div {
    margin: 8px 0;
  }
  .leftAlignProgressBarDiv .loadingText {
    text-align: left;
  }
}
.slides-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, #8c00df 0%, #6600cc 100%);
}
.landscape-mobile {
  height: 100%;
  position: relative;
}
.hidden {
  display: none;
}
.whiteDiv {
  background: white;
  height: 52%;
}
.slideText {
  font-family: Montserrat, Sans-serif;
  text-align: center;
  position: relative;
  height: 80%;
}
.signInHeader {
  color: #212121;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  bottom: 60%;
  font-family: sans-serif;
}
.loginBtnContainer {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
}
.onBoardingBtn {
  height: 46px;
  display: inline-block;
  width: 232px;
  font-size: 18px;
  border-radius: 28px;
  font-family: sans-serif-medium, sans-serif;
  border: none;
  background: linear-gradient(to bottom, #8c00df 0%, #6600cc 100%);
  color: white;
  outline: none;
  position: relative;
  margin-top: 2px;
  margin-left: 2px;
}
.googleBtn {
  background: white;
  color: black;
  font-weight: 700;
  font-family: sans-serif-medium, Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: 0.5;
  position: relative;
  display: block;
  margin: auto;
  -webkit-box-shadow: 0 1px 16px rgba(150, 150, 150, 0.3), 0 0 40px rgba(255, 255, 255, 0.1) inset;
  -moz-box-shadow: 0 1px 16px rgba(150, 150, 150, 0.3), 0 0 40px rgba(255, 255, 255, 0.1) inset;
  box-shadow: 0 1px 16px rgba(150, 150, 150, 0.3), 0 0 40px rgba(255, 255, 255, 0.1) inset;
}
.appleBtn {
  background: black;
  font-weight: 700;
  font-family: sans-serif-medium, Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: 0.5;
  position: relative;
  display: block;
  margin: auto;
  margin-top: 20px;
  -webkit-box-shadow: 0 1px 16px rgba(150, 150, 150, 0.3), 0 0 40px rgba(255, 255, 255, 0.1) inset;
  -moz-box-shadow: 0 1px 16px rgba(150, 150, 150, 0.3), 0 0 40px rgba(255, 255, 255, 0.1) inset;
  box-shadow: 0 1px 16px rgba(150, 150, 150, 0.3), 0 0 40px rgba(255, 255, 255, 0.1) inset;
}
.appleBtn .iosIcon {
  font-size: 24px;
  position: absolute;
  left: 12.5%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.appleBtn .iosText {
  margin-left: 20px;
}
.googleBtn svg {
  width: 24px;
  position: absolute;
  left: 35%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.googleBtn span {
  margin-left: 30px;
}
.fbBtn {
  background: #3b66b8;
  color: white;
  letter-spacing: 0.5;
  margin: auto;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: sans-serif-medium, Montserrat, sans-serif;
  position: relative;
  display: block;
}
.fbBtn svg {
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fbBtn span {
  margin-left: 25px;
}
.purpleDiv {
  height: 40%;
  position: relative;
  text-align: center;
  background: linear-gradient(to bottom, #8c00df 0%, #6600cc 100%);
  color: white;
}
.waveSvg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: -1px;
}
.stars-bg {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
}
.oldCompatMessage {
  position: absolute;
  background-color: #fcb05b;
  border-radius: 4px;
  transform: translate3d(0, 12px, 0);
  color: #212121;
  margin: auto;
  padding: 6px;
  max-width: 500px;
  height: auto !important;
  text-align: left;
  left: 0;
  right: 0;
  z-index: 2000;
}
.oldCompatMessage a {
  font-weight: bold;
}
.oldCompatMessage .warningHeader {
  font-size: 16px;
  color: #D84315;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 600px) {
  .oldCompatMessage {
    max-width: 286px;
  }
}
.oldCompatMessage.oldCompatMessageDarwin {
  margin-right: auto;
}
.oldCompatMessage.oldCompatMessageDarwinNative {
  transform: translate3d(0, -30px, 0);
}
.oldCompatMessage.oldCompatMessageGifted {
  position: absolute;
  top: 20px;
  right: 20px;
}
.textAlignCenter {
  text-align: center;
}
[class^="icon-"], [class*=" icon-"], [data-icon] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*Study Circle Icons*/
[data-icon="goal_time"]:before,
.icon-goal_time:before {
    content: "\e917";
}
[data-icon="rank"]:before,
.icon-rank:before {
    content: "\e916";
}
[data-icon="teamwork"]:before,
.icon-teamwork:before {
    content: "\e918";
}

/* V3 Icons */
[data-icon="v3_7days"]:before,
.icon-v3_7days:before {
  content: "\e90d";
}
[data-icon="v3_15days"]:before,
.icon-v3_15days:before {
  content: "\e90e";
}
[data-icon="v3_30days"]:before,
.icon-v3_30days:before {
  content: "\e90f";
}
[data-icon="v3Easy"]:before,
.icon-v3_Easy:before {
  content: "\e910";
}
[data-icon="v3Par"]:before,
.icon-v3_Par:before {
  content: "\e913";
}
[data-icon="v3Hard"]:before,
.icon-v3_Hard:before {
  content: "\e911";
}
[data-icon="v3New"]:before,
.icon-v3_New:before {
  content: "\e912";
}
[data-icon="v3RepeatCorrect"]:before,
.icon-v3_RepeatCorrect:before {
  content: "\e914";
}
[data-icon="v3RepeatWrong"]:before,
.icon-v3_RepeatWrong:before {
  content: "\e915";
}
[data-icon="flashcard"]:before,
.icon-flashcard:before {
  content: "\e906";
}
[data-icon="android"]:before,
.icon-android-icon:before {
    content: "\e909";
}
[data-icon="ios"]:before,
.icon-ios_icon:before {
    content: "\e90a";
}
[data-icon="blog"]:before,
.icon-blog:before {
  content: "\e905";
}
[data-icon="contribution"]:before,
.icon-contribution:before {
  content: "\e901";
}
[data-icon="pin"]:before,
.icon-pin:before {
  content: "\e902";
}
[data-icon="submit_test"]:before,
.icon-submit_test:before {
  content: "\e904";
}
[data-icon="submit"]:before,
.icon-submit:before {
  content: "\e903";
}
[data-icon="profile"]:before,
.icon-profile:before {
  content: "\e851";
}
[data-icon="question"]:before,
.icon-question:before {
  content: "\e611";
}
[data-icon="answer"]:before,
.icon-answer:before {
  content: "\e613";
}
[data-icon="add"]:before,
.icon-add:before {
  content: "\e145";
}
[data-icon="add-photo"]:before,
.icon-add-photo:before {
  content: "\e439";
}
[data-icon="brightness_high"]:before,
.icon-brightness_high:before {
  content: "\e1ac";
}
[data-icon="call_to_action"]:before,
.icon-call_to_action:before {
  content: "\e06c";
}
[data-icon="delete"]:before,
.icon-delete:before {
  content: "\e872";
}
[data-icon="extension"]:before,
.icon-extension:before {
  content: "\e87b";
}
[data-icon="help"]:before,
.icon-help:before {
  content: "\e887";
}
[data-icon="help_outline"]:before,
.icon-help_outline:before {
  content: "\e8fd";
}
[data-icon="info"]:before,
.icon-info:before {
  content: "\e88e";
}
[data-icon="info_outline"]:before,
.icon-info_outline:before {
  content: "\e88f";
}
[data-icon="expand-more"]:before,
.icon-expand-more:before,
[data-icon="angle-down"]:before,
.icon-angle-down:before {
  content: "\e313";
}
[data-icon="angle-left"]:before,
.icon-angle-left:before {
  content: "\e314";
}
[data-icon="angle-right"]:before,
.icon-angle-right:before {
  content: "\e315";
}
[data-icon="angle-up"]:before,
.icon-angle-up:before,
[data-icon="expand-less"]:before,
.icon-expand-less:before {
  content: "\e316";
}
[data-icon="minus"]:before,
.icon-minus:before {
    content: "\e92b";
}
[data-icon="loupe"]:before,
.icon-loupe:before {
  content: "\e402";
}
[data-icon="notifications"]:before,
.icon-notifications:before {
  content: "\e7f4";
}
[data-icon="share"]:before,
.icon-share:before {
  content: "\e80d";
}
[data-icon="stars"]:before,
.icon-stars:before {
  content: "\e8d0";
}

[data-icon="swap_horiz"]:before,
.icon-swap_horiz:before {
  content: "\e8d4";
}

[data-icon="swap_vert"]:before,
.icon-swap_vert:before {
  content: "\e8d5";
}

[data-icon="stats"]:before,
.icon-stats:before {
  content: "\e600";
}

[data-icon="nightmode"]:before,
.icon-nightmode:before {
  content: "\e42e";
}

[data-icon="sunny"]:before,
.icon-sunny:before {
  content: "\e430";
}

[data-icon="feedback"]:before,
.icon-feedback:before {
  content: "\e293";
}

[data-icon="stopwatch2"]:before,
.icon-stopwatch2:before {
  content: "\e610";
}

[data-icon="home"]:before,
.icon-home:before {
  content: "\e620";
}
[data-icon="thumbs-up-down"]:before,
.icon-thumbs-up-down:before {
  content: "\e614";
}

[data-icon="flag"]:before,
.icon-flag:before {
  content: "\e629";
}
[data-icon="arrow-back"]:before,
.icon-arrow-back:before {
  content: "\e62a";
}
[data-icon="arrow-forward"]:before,
.icon-arrow-forward:before {
  content: "\e62b";
}
[data-icon="check2"]:before,
.icon-check2:before {
  content: "\e62c";
}
[data-icon="close"]:before,
.icon-close:before {
  content: "\e62d";
}
[data-icon="menu"]:before,
.icon-menu:before {
  content: "\e635";
}
[data-icon="menu-darwin"]:before,
.icon-menu-button-of-three-lines:before {
    content: "\e90b";
    color: #fff;
}

[data-icon="font-change"]:before,
.icon-font-change:before {
	content: "\e90c";
}

[data-icon="more-horiz"]:before,
.icon-more-horiz:before {
  content: "\e636";
}
[data-icon="more-vert"]:before,
.icon-more-vert:before {
  content: "\e637";
}
[data-icon="unfold-less"]:before,
.icon-unfold-less:before {
  content: "\e638";
}
[data-icon="unfold-more"]:before,
.icon-unfold-more:before {
  content: "\e639";
}
[data-icon="person"]:before,
.icon-person:before {
  content: "\e607";
}
[data-icon="check-box"]:before,
.icon-check-box:before {
  content: "\e631";
}
[data-icon="check-box-outline-blank"]:before,
.icon-check-box-outline-blank:before {
  content: "\e632";
}
[data-icon="radio-button-off"]:before,
.icon-radio-button-off:before {
  content: "\e633";
}
[data-icon="radio-button-on"]:before,
.icon-radio-button-on:before {
  content: "\e634";
}
[data-icon="book"]:before,
.icon-book:before {
  content: "\e608";
}
[data-icon="people"]:before,
.icon-people:before {
  content: "\e900";
}
[data-icon="bubbles"]:before,
.icon-bubbles:before {
  content: "\e60f";
}
[data-icon="flag2"]:before,
.icon-flag2:before {
  content: "\e630";
}
[data-icon="googleplus"]:before,
.icon-googleplus:before {
  content: "\e63a";
}
[data-icon="warn"]:before,
.icon-warn:before {
  content: "\e628";
}
[data-icon="sort-down"]:before,
.icon-sort-down:before {
  content: "\f0dd";
}
[data-icon="sort-up"]:before,
.icon-sort-up:before {
  content: "\f0de";
}
[data-icon="bars"]:before,
.icon-bars:before {
  content: "\e601";
}
[data-icon="clipboard"]:before,
.icon-clipboard:before {
  content: "\e603";
}
[data-icon="clipboard2"]:before,
.icon-clipboard2:before {
  content: "\e604";
}
[data-icon="edit"]:before,
.icon-edit:before {
  content: "\e605";
}
[data-icon="check-empty"]:before,
.icon-check-empty:before {
  content: "\e60a";
}
[data-icon="signout"]:before,
.icon-signout:before {
  content: "\e60b";
}
[data-icon="signin"]:before,
.icon-signin:before {
  content: "\e60c";
}
[data-icon="resize-small"]:before,
.icon-resize-small:before {
  content: "\e60e";
}
[data-icon="chart-alt"]:before,
.icon-chart-alt:before {
  content: "\e602";
}
[data-icon="cog"]:before,
.icon-cog:before {
  content: "\e616";
}
[data-icon="stop"]:before,
.icon-stop:before {
  content: "\e617";
}
[data-icon="facebook"]:before,
.icon-facebook:before {
  content: "\e612";
}
[data-icon="chevron-sign-up"]:before,
.icon-chevron-sign-up:before {
  content: "\e61c";
}
[data-icon="chevron-sign-down"]:before,
.icon-chevron-sign-down:before {
  content: "\e61d";
}
[data-icon="check"]:before,
.icon-check:before {
  content: "\e606";
}
[data-icon="resize-full"]:before,
.icon-resize-full:before {
  content: "\e60d";
}
[data-icon="reply"]:before,
.icon-reply:before {
  content: "\e618";
}
[data-icon="signup"]:before,
.icon-signup:before {
  content: "\e623";
}
[data-icon="star"]:before,
.icon-star:before {
  content: "\e626";
}
[data-icon="star2"]:before,
.icon-star2:before {
  content: "\e627";
}
[data-icon="thumbs-up"]:before,
.icon-thumbs-up:before {
  content: "\e624";
}
[data-icon="thumbs-down"]:before,
.icon-thumbs-down:before {
  content: "\e625";
}
[data-icon="zoom_in"]:before,
.icon-thumbs-down:before {
  content: "\e8ff";
}
[data-icon="zoom_out"]:before,
.icon-thumbs-down:before {
  content: "\e907";
}
[data-icon="more"]:before,
.icon-more:before{
  content: "\e619";
}
[data-icon="filter"]:before,
.icon-more:before{
  content: "\e908";
}
[data-icon="premium_lock"]:before,
.icon-premium_lock:before {
    content: "\e919";
}
[data-icon="pause-circle"]:before,
.icon-pause-circle:before {
    content: "\e91a";
}

[data-icon="play-circle"]:before,
.icon-play-circle:before {
    content: "\e91b";
}

[data-icon="replay"]:before,
.icon-replay:before {
    content: "\e91c";
}

[data-icon="volume-down"]:before,
.icon-volume-down:before {
    content: "\e91d";
}

[data-icon="volume-off"]:before,
.icon-volume-off:before {
    content: "\e91e";
}

[data-icon="volume-up"]:before,
.icon-volume-up:before {
    content: "\e91f";
}

[data-icon="forward-10"]:before,
.icon-forward-10:before {
    content: "\e920";
}

[data-icon="replay-10"]:before,
.icon-replay-10:before {
    content: "\e921";
}

[data-icon="fullscreen"]:before,
.icon-fullscreen:before {
    content: "\e922";
}

[data-icon="fullscreen-exit"]:before,
.icon-fullscreen-exit:before {
    content: "\e923";
}

[data-icon="bookmark"]:before,
.icon-bookmark:before {
    content: "\e924";
}

[data-icon="search"]:before,
.icon-search:before {
    content: "\e925";
}

[data-icon="play-circle-filled"]:before,
.icon-play-circle-filled:before {
    content: "\e926";
}

[data-icon="arrow-down-circle-filled"]:before,
.icon-arrow-down-circle-filled:before {
    content: "\e927";
}

[data-icon="video-menu"]:before,
.icon-video-menu:before {
    content: "\e928";
}

[data-icon="discussed_questions"]:before,
.icon-video-menu:before {
    content: "\e929";
}

[data-icon="flashcard_bm"]:before,
.icon-video-menu:before {
    content: "\e92a";
}

[data-icon="one-finger-click"]:before,
.icon-one-finger-click:before {
    content: "\e92c";
}

[data-icon="settings"]:before,
.icon-settings:before {
    content: "\e8b8";
}

[data-icon="spinner"]:before,
.icon-spinner:before {
    content: "\e97c";
}

[data-icon="arrow-up"]:before,
.icon-arrow-up:before {
    content: "\e92e";
}

[data-icon="arrow-down"]:before,
.icon-arrow-down:before {
    content: "\e92d";
}

[data-icon="comment"]:before,
.icon-comment:before {
    content: "\e92f";
}

[data-icon="eliminate"]:before,
.icon-eliminate:before {
    content: "\e930";
    color: #ff4949;
}

[data-icon="create"]:before,
.icon-create:before {
    content: "\e932";
}

[data-icon="play"]:before,
.icon-play:before {
    content: "\e934";
}

[data-icon="notifications_on"]:before,
.icon-notifications:before {
    content: "\e933";
}

[data-icon="concept"]:before,
.icon-concept:before {
    content: "\e936";
}

[data-icon="hint"]:before,
.icon-hint:before {
    content: "\e935";
}

[data-icon="streaks"]:before,
.icon-streaks:before {
    content: "\e937";
}

[data-icon="earth"]:before,
.icon-earth:before {
  content: "\e938";
}

[data-icon="smile"]:before,
.icon-smile:before {
  content: "\e9e1";
}

[data-icon="list"]:before,
.icon-smile:before {
  content: "\e939";
}

[data-icon="copy"]:before,
.icon-copy:before {
  content: "\e941";
}

[data-icon='tania']:before,
.icon-tania:before {
  content: "\e93b";
}

[data-icon='tania-head']:before,
.icon-tania-head:before {
  content: "\e93c";
}

[data-icon="record_voice_over"]:before,
.icon-record_voice_over:before {
  content: "\e93a";
}

[data-icon="play"]:before,
.icon-play:before {
  content: "\e93b";
}

[data-icon="pause"]:before,
.icon-pause:before {
  content: "\e93c";
}

[data-icon="stop1"]:before,
.icon-stop1:before {
  content: "\e93d";
}

[data-icon="play1"]:before,
.icon-play1:before {
  content: "\e934";
}

[data-icon="pause1"]:before,
.icon-pause1:before {
  content: "\e93e";
}

[data-icon="functions"]:before,
.icon-functions:before {
  content: "\e93f";
}

[data-icon="table"]:before,
.icon-table:before {
  content: "\e940";
}

[data-icon="premium_unlock"]:before,
.icon-premium_unlock:before {
  content: "\e942";
}

[data-icon="shield"]:before,
.icon-shield:before {
  content: "\e943";
}

[data-icon="free_tier"]:before,
.icon-free_tier:before {
  content: "\e946";
}

[data-icon="plan_tier_1"]:before,
.icon-plan_tier_1:before {
  content: "\e945";
}

[data-icon="plan_tier_2"]:before,
.icon-plan_tier_2:before {
  content: "\e944";
}

[data-icon="calendar"]:before,
.icon-calendar:before {
  content: "\e947";
}

[data-icon="history"]:before,
.icon-history:before {
  content: "\e949";
}

[data-icon="pencil2"]:before,
.icon-pencil2:before {
  content: "\e948";
}

[data-icon="rocket"]:before,
.icon-rocket:before {
  content: "\e94a";
}

[data-icon="eye"]:before,
.icon-eye:before {
  content: "\e94c";
}

[data-icon="eye-blocked"]:before,
.icon-eye-blocked:before {
  content: "\e94b";
}

[data-icon="send"]:before,
.icon-send:before {
  content: "\e94f";
}

[data-icon="flag-o"]:before,
.icon-flag-o:before {
  content: "\e94d";
}

[data-icon="flag"]:before,
.icon-flag:before {
  content: "\e94e";
}

[data-icon="bookmark_outline"]:before,
.icon-bookmark_outline:before {
  content: "\e950";
}

[data-icon="thumbs-down1"]:before,
.icon-thumbs-down1:before {
  content: "\e951";
}

[data-icon="thumbs-up1"]:before,
.icon-thumbs-up1:before {
  content: "\e952";
}

[data-icon='tania']:before,
.icon-tania:before {
  content: "\e953";
}

[data-icon='tania-head']:before,
.icon-tania-head:before {
  content: "\e954";
}
/* stylelint-disable font-family-no-missing-generic-family-keyword */
@font-face {
  font-family: 'KaTeX_AMS';
  src: url(fonts/KaTeX_AMS-Regular.woff2) format('woff2'), url(fonts/KaTeX_AMS-Regular.woff) format('woff'), url(fonts/KaTeX_AMS-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KaTeX_Caligraphic';
  src: url(fonts/KaTeX_Caligraphic-Bold.woff2) format('woff2'), url(fonts/KaTeX_Caligraphic-Bold.woff) format('woff'), url(fonts/KaTeX_Caligraphic-Bold.ttf) format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'KaTeX_Caligraphic';
  src: url(fonts/KaTeX_Caligraphic-Regular.woff2) format('woff2'), url(fonts/KaTeX_Caligraphic-Regular.woff) format('woff'), url(fonts/KaTeX_Caligraphic-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KaTeX_Fraktur';
  src: url(fonts/KaTeX_Fraktur-Bold.woff2) format('woff2'), url(fonts/KaTeX_Fraktur-Bold.woff) format('woff'), url(fonts/KaTeX_Fraktur-Bold.ttf) format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'KaTeX_Fraktur';
  src: url(fonts/KaTeX_Fraktur-Regular.woff2) format('woff2'), url(fonts/KaTeX_Fraktur-Regular.woff) format('woff'), url(fonts/KaTeX_Fraktur-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KaTeX_Main';
  src: url(fonts/KaTeX_Main-Bold.woff2) format('woff2'), url(fonts/KaTeX_Main-Bold.woff) format('woff'), url(fonts/KaTeX_Main-Bold.ttf) format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'KaTeX_Main';
  src: url(fonts/KaTeX_Main-BoldItalic.woff2) format('woff2'), url(fonts/KaTeX_Main-BoldItalic.woff) format('woff'), url(fonts/KaTeX_Main-BoldItalic.ttf) format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'KaTeX_Main';
  src: url(fonts/KaTeX_Main-Italic.woff2) format('woff2'), url(fonts/KaTeX_Main-Italic.woff) format('woff'), url(fonts/KaTeX_Main-Italic.ttf) format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'KaTeX_Main';
  src: url(fonts/KaTeX_Main-Regular.woff2) format('woff2'), url(fonts/KaTeX_Main-Regular.woff) format('woff'), url(fonts/KaTeX_Main-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KaTeX_Math';
  src: url(fonts/KaTeX_Math-BoldItalic.woff2) format('woff2'), url(fonts/KaTeX_Math-BoldItalic.woff) format('woff'), url(fonts/KaTeX_Math-BoldItalic.ttf) format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'KaTeX_Math';
  src: url(fonts/KaTeX_Math-Italic.woff2) format('woff2'), url(fonts/KaTeX_Math-Italic.woff) format('woff'), url(fonts/KaTeX_Math-Italic.ttf) format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'KaTeX_SansSerif';
  src: url(fonts/KaTeX_SansSerif-Bold.woff2) format('woff2'), url(fonts/KaTeX_SansSerif-Bold.woff) format('woff'), url(fonts/KaTeX_SansSerif-Bold.ttf) format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'KaTeX_SansSerif';
  src: url(fonts/KaTeX_SansSerif-Italic.woff2) format('woff2'), url(fonts/KaTeX_SansSerif-Italic.woff) format('woff'), url(fonts/KaTeX_SansSerif-Italic.ttf) format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'KaTeX_SansSerif';
  src: url(fonts/KaTeX_SansSerif-Regular.woff2) format('woff2'), url(fonts/KaTeX_SansSerif-Regular.woff) format('woff'), url(fonts/KaTeX_SansSerif-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KaTeX_Script';
  src: url(fonts/KaTeX_Script-Regular.woff2) format('woff2'), url(fonts/KaTeX_Script-Regular.woff) format('woff'), url(fonts/KaTeX_Script-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KaTeX_Size1';
  src: url(fonts/KaTeX_Size1-Regular.woff2) format('woff2'), url(fonts/KaTeX_Size1-Regular.woff) format('woff'), url(fonts/KaTeX_Size1-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KaTeX_Size2';
  src: url(fonts/KaTeX_Size2-Regular.woff2) format('woff2'), url(fonts/KaTeX_Size2-Regular.woff) format('woff'), url(fonts/KaTeX_Size2-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KaTeX_Size3';
  src: url(fonts/KaTeX_Size3-Regular.woff2) format('woff2'), url(fonts/KaTeX_Size3-Regular.woff) format('woff'), url(fonts/KaTeX_Size3-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KaTeX_Size4';
  src: url(fonts/KaTeX_Size4-Regular.woff2) format('woff2'), url(fonts/KaTeX_Size4-Regular.woff) format('woff'), url(fonts/KaTeX_Size4-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KaTeX_Typewriter';
  src: url(fonts/KaTeX_Typewriter-Regular.woff2) format('woff2'), url(fonts/KaTeX_Typewriter-Regular.woff) format('woff'), url(fonts/KaTeX_Typewriter-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
.katex {
  font: normal 1.21em KaTeX_Main, Times New Roman, serif;
  line-height: 1.2;
  text-indent: 0;
  text-rendering: auto;
}
.katex * {
  -ms-high-contrast-adjust: none !important;
}
.katex .katex-version::after {
  content: "0.11.0";
}
.katex .katex-mathml {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.katex .katex-html {
  /* \newline is an empty block at top level, between .base elements */
}
.katex .katex-html > .newline {
  display: block;
}
.katex .base {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  width: min-content;
}
.katex .strut {
  display: inline-block;
}
.katex .textbf {
  font-weight: bold;
}
.katex .textit {
  font-style: italic;
}
.katex .textrm {
  font-family: KaTeX_Main;
}
.katex .textsf {
  font-family: KaTeX_SansSerif;
}
.katex .texttt {
  font-family: KaTeX_Typewriter;
}
.katex .mathdefault {
  font-family: KaTeX_Math;
  font-style: italic;
}
.katex .mathit {
  font-family: KaTeX_Main;
  font-style: italic;
}
.katex .mathrm {
  font-style: normal;
}
.katex .mathbf {
  font-family: KaTeX_Main;
  font-weight: bold;
}
.katex .boldsymbol {
  font-family: KaTeX_Math;
  font-weight: bold;
  font-style: italic;
}
.katex .amsrm {
  font-family: KaTeX_AMS;
}
.katex .mathbb,
.katex .textbb {
  font-family: KaTeX_AMS;
}
.katex .mathcal {
  font-family: KaTeX_Caligraphic;
}
.katex .mathfrak,
.katex .textfrak {
  font-family: KaTeX_Fraktur;
}
.katex .mathtt {
  font-family: KaTeX_Typewriter;
}
.katex .mathscr,
.katex .textscr {
  font-family: KaTeX_Script;
}
.katex .mathsf,
.katex .textsf {
  font-family: KaTeX_SansSerif;
}
.katex .mathboldsf,
.katex .textboldsf {
  font-family: KaTeX_SansSerif;
  font-weight: bold;
}
.katex .mathitsf,
.katex .textitsf {
  font-family: KaTeX_SansSerif;
  font-style: italic;
}
.katex .mainrm {
  font-family: KaTeX_Main;
  font-style: normal;
}
.katex .vlist-t {
  display: inline-table;
  table-layout: fixed;
}
.katex .vlist-r {
  display: table-row;
}
.katex .vlist {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
}
.katex .vlist > span {
  display: block;
  height: 0;
  position: relative;
}
.katex .vlist > span > span {
  display: inline-block;
}
.katex .vlist > span > .pstrut {
  overflow: hidden;
  width: 0;
}
.katex .vlist-t2 {
  margin-right: -2px;
}
.katex .vlist-s {
  display: table-cell;
  vertical-align: bottom;
  font-size: 1px;
  width: 2px;
  min-width: 2px;
}
.katex .msupsub {
  text-align: left;
}
.katex .mfrac > span > span {
  text-align: center;
}
.katex .mfrac .frac-line {
  display: inline-block;
  width: 100%;
  border-bottom-style: solid;
}
.katex .mfrac .frac-line,
.katex .overline .overline-line,
.katex .underline .underline-line,
.katex .hline,
.katex .hdashline,
.katex .rule {
  min-height: 1px;
}
.katex .mspace {
  display: inline-block;
}
.katex .llap,
.katex .rlap,
.katex .clap {
  width: 0;
  position: relative;
}
.katex .llap > .inner,
.katex .rlap > .inner,
.katex .clap > .inner {
  position: absolute;
}
.katex .llap > .fix,
.katex .rlap > .fix,
.katex .clap > .fix {
  display: inline-block;
}
.katex .llap > .inner {
  right: 0;
}
.katex .rlap > .inner,
.katex .clap > .inner {
  left: 0;
}
.katex .clap > .inner > span {
  margin-left: -50%;
  margin-right: 50%;
}
.katex .rule {
  display: inline-block;
  border: solid 0;
  position: relative;
}
.katex .overline .overline-line,
.katex .underline .underline-line,
.katex .hline {
  display: inline-block;
  width: 100%;
  border-bottom-style: solid;
}
.katex .hdashline {
  display: inline-block;
  width: 100%;
  border-bottom-style: dashed;
}
.katex .sqrt > .root {
  margin-left: 0.27777778em;
  margin-right: -0.55555556em;
}
.katex .sizing.reset-size1.size1,
.katex .fontsize-ensurer.reset-size1.size1 {
  font-size: 1em;
}
.katex .sizing.reset-size1.size2,
.katex .fontsize-ensurer.reset-size1.size2 {
  font-size: 1.2em;
}
.katex .sizing.reset-size1.size3,
.katex .fontsize-ensurer.reset-size1.size3 {
  font-size: 1.4em;
}
.katex .sizing.reset-size1.size4,
.katex .fontsize-ensurer.reset-size1.size4 {
  font-size: 1.6em;
}
.katex .sizing.reset-size1.size5,
.katex .fontsize-ensurer.reset-size1.size5 {
  font-size: 1.8em;
}
.katex .sizing.reset-size1.size6,
.katex .fontsize-ensurer.reset-size1.size6 {
  font-size: 2em;
}
.katex .sizing.reset-size1.size7,
.katex .fontsize-ensurer.reset-size1.size7 {
  font-size: 2.4em;
}
.katex .sizing.reset-size1.size8,
.katex .fontsize-ensurer.reset-size1.size8 {
  font-size: 2.88em;
}
.katex .sizing.reset-size1.size9,
.katex .fontsize-ensurer.reset-size1.size9 {
  font-size: 3.456em;
}
.katex .sizing.reset-size1.size10,
.katex .fontsize-ensurer.reset-size1.size10 {
  font-size: 4.148em;
}
.katex .sizing.reset-size1.size11,
.katex .fontsize-ensurer.reset-size1.size11 {
  font-size: 4.976em;
}
.katex .sizing.reset-size2.size1,
.katex .fontsize-ensurer.reset-size2.size1 {
  font-size: 0.83333333em;
}
.katex .sizing.reset-size2.size2,
.katex .fontsize-ensurer.reset-size2.size2 {
  font-size: 1em;
}
.katex .sizing.reset-size2.size3,
.katex .fontsize-ensurer.reset-size2.size3 {
  font-size: 1.16666667em;
}
.katex .sizing.reset-size2.size4,
.katex .fontsize-ensurer.reset-size2.size4 {
  font-size: 1.33333333em;
}
.katex .sizing.reset-size2.size5,
.katex .fontsize-ensurer.reset-size2.size5 {
  font-size: 1.5em;
}
.katex .sizing.reset-size2.size6,
.katex .fontsize-ensurer.reset-size2.size6 {
  font-size: 1.66666667em;
}
.katex .sizing.reset-size2.size7,
.katex .fontsize-ensurer.reset-size2.size7 {
  font-size: 2em;
}
.katex .sizing.reset-size2.size8,
.katex .fontsize-ensurer.reset-size2.size8 {
  font-size: 2.4em;
}
.katex .sizing.reset-size2.size9,
.katex .fontsize-ensurer.reset-size2.size9 {
  font-size: 2.88em;
}
.katex .sizing.reset-size2.size10,
.katex .fontsize-ensurer.reset-size2.size10 {
  font-size: 3.45666667em;
}
.katex .sizing.reset-size2.size11,
.katex .fontsize-ensurer.reset-size2.size11 {
  font-size: 4.14666667em;
}
.katex .sizing.reset-size3.size1,
.katex .fontsize-ensurer.reset-size3.size1 {
  font-size: 0.71428571em;
}
.katex .sizing.reset-size3.size2,
.katex .fontsize-ensurer.reset-size3.size2 {
  font-size: 0.85714286em;
}
.katex .sizing.reset-size3.size3,
.katex .fontsize-ensurer.reset-size3.size3 {
  font-size: 1em;
}
.katex .sizing.reset-size3.size4,
.katex .fontsize-ensurer.reset-size3.size4 {
  font-size: 1.14285714em;
}
.katex .sizing.reset-size3.size5,
.katex .fontsize-ensurer.reset-size3.size5 {
  font-size: 1.28571429em;
}
.katex .sizing.reset-size3.size6,
.katex .fontsize-ensurer.reset-size3.size6 {
  font-size: 1.42857143em;
}
.katex .sizing.reset-size3.size7,
.katex .fontsize-ensurer.reset-size3.size7 {
  font-size: 1.71428571em;
}
.katex .sizing.reset-size3.size8,
.katex .fontsize-ensurer.reset-size3.size8 {
  font-size: 2.05714286em;
}
.katex .sizing.reset-size3.size9,
.katex .fontsize-ensurer.reset-size3.size9 {
  font-size: 2.46857143em;
}
.katex .sizing.reset-size3.size10,
.katex .fontsize-ensurer.reset-size3.size10 {
  font-size: 2.96285714em;
}
.katex .sizing.reset-size3.size11,
.katex .fontsize-ensurer.reset-size3.size11 {
  font-size: 3.55428571em;
}
.katex .sizing.reset-size4.size1,
.katex .fontsize-ensurer.reset-size4.size1 {
  font-size: 0.625em;
}
.katex .sizing.reset-size4.size2,
.katex .fontsize-ensurer.reset-size4.size2 {
  font-size: 0.75em;
}
.katex .sizing.reset-size4.size3,
.katex .fontsize-ensurer.reset-size4.size3 {
  font-size: 0.875em;
}
.katex .sizing.reset-size4.size4,
.katex .fontsize-ensurer.reset-size4.size4 {
  font-size: 1em;
}
.katex .sizing.reset-size4.size5,
.katex .fontsize-ensurer.reset-size4.size5 {
  font-size: 1.125em;
}
.katex .sizing.reset-size4.size6,
.katex .fontsize-ensurer.reset-size4.size6 {
  font-size: 1.25em;
}
.katex .sizing.reset-size4.size7,
.katex .fontsize-ensurer.reset-size4.size7 {
  font-size: 1.5em;
}
.katex .sizing.reset-size4.size8,
.katex .fontsize-ensurer.reset-size4.size8 {
  font-size: 1.8em;
}
.katex .sizing.reset-size4.size9,
.katex .fontsize-ensurer.reset-size4.size9 {
  font-size: 2.16em;
}
.katex .sizing.reset-size4.size10,
.katex .fontsize-ensurer.reset-size4.size10 {
  font-size: 2.5925em;
}
.katex .sizing.reset-size4.size11,
.katex .fontsize-ensurer.reset-size4.size11 {
  font-size: 3.11em;
}
.katex .sizing.reset-size5.size1,
.katex .fontsize-ensurer.reset-size5.size1 {
  font-size: 0.55555556em;
}
.katex .sizing.reset-size5.size2,
.katex .fontsize-ensurer.reset-size5.size2 {
  font-size: 0.66666667em;
}
.katex .sizing.reset-size5.size3,
.katex .fontsize-ensurer.reset-size5.size3 {
  font-size: 0.77777778em;
}
.katex .sizing.reset-size5.size4,
.katex .fontsize-ensurer.reset-size5.size4 {
  font-size: 0.88888889em;
}
.katex .sizing.reset-size5.size5,
.katex .fontsize-ensurer.reset-size5.size5 {
  font-size: 1em;
}
.katex .sizing.reset-size5.size6,
.katex .fontsize-ensurer.reset-size5.size6 {
  font-size: 1.11111111em;
}
.katex .sizing.reset-size5.size7,
.katex .fontsize-ensurer.reset-size5.size7 {
  font-size: 1.33333333em;
}
.katex .sizing.reset-size5.size8,
.katex .fontsize-ensurer.reset-size5.size8 {
  font-size: 1.6em;
}
.katex .sizing.reset-size5.size9,
.katex .fontsize-ensurer.reset-size5.size9 {
  font-size: 1.92em;
}
.katex .sizing.reset-size5.size10,
.katex .fontsize-ensurer.reset-size5.size10 {
  font-size: 2.30444444em;
}
.katex .sizing.reset-size5.size11,
.katex .fontsize-ensurer.reset-size5.size11 {
  font-size: 2.76444444em;
}
.katex .sizing.reset-size6.size1,
.katex .fontsize-ensurer.reset-size6.size1 {
  font-size: 0.5em;
}
.katex .sizing.reset-size6.size2,
.katex .fontsize-ensurer.reset-size6.size2 {
  font-size: 0.6em;
}
.katex .sizing.reset-size6.size3,
.katex .fontsize-ensurer.reset-size6.size3 {
  font-size: 0.7em;
}
.katex .sizing.reset-size6.size4,
.katex .fontsize-ensurer.reset-size6.size4 {
  font-size: 0.8em;
}
.katex .sizing.reset-size6.size5,
.katex .fontsize-ensurer.reset-size6.size5 {
  font-size: 0.9em;
}
.katex .sizing.reset-size6.size6,
.katex .fontsize-ensurer.reset-size6.size6 {
  font-size: 1em;
}
.katex .sizing.reset-size6.size7,
.katex .fontsize-ensurer.reset-size6.size7 {
  font-size: 1.2em;
}
.katex .sizing.reset-size6.size8,
.katex .fontsize-ensurer.reset-size6.size8 {
  font-size: 1.44em;
}
.katex .sizing.reset-size6.size9,
.katex .fontsize-ensurer.reset-size6.size9 {
  font-size: 1.728em;
}
.katex .sizing.reset-size6.size10,
.katex .fontsize-ensurer.reset-size6.size10 {
  font-size: 2.074em;
}
.katex .sizing.reset-size6.size11,
.katex .fontsize-ensurer.reset-size6.size11 {
  font-size: 2.488em;
}
.katex .sizing.reset-size7.size1,
.katex .fontsize-ensurer.reset-size7.size1 {
  font-size: 0.41666667em;
}
.katex .sizing.reset-size7.size2,
.katex .fontsize-ensurer.reset-size7.size2 {
  font-size: 0.5em;
}
.katex .sizing.reset-size7.size3,
.katex .fontsize-ensurer.reset-size7.size3 {
  font-size: 0.58333333em;
}
.katex .sizing.reset-size7.size4,
.katex .fontsize-ensurer.reset-size7.size4 {
  font-size: 0.66666667em;
}
.katex .sizing.reset-size7.size5,
.katex .fontsize-ensurer.reset-size7.size5 {
  font-size: 0.75em;
}
.katex .sizing.reset-size7.size6,
.katex .fontsize-ensurer.reset-size7.size6 {
  font-size: 0.83333333em;
}
.katex .sizing.reset-size7.size7,
.katex .fontsize-ensurer.reset-size7.size7 {
  font-size: 1em;
}
.katex .sizing.reset-size7.size8,
.katex .fontsize-ensurer.reset-size7.size8 {
  font-size: 1.2em;
}
.katex .sizing.reset-size7.size9,
.katex .fontsize-ensurer.reset-size7.size9 {
  font-size: 1.44em;
}
.katex .sizing.reset-size7.size10,
.katex .fontsize-ensurer.reset-size7.size10 {
  font-size: 1.72833333em;
}
.katex .sizing.reset-size7.size11,
.katex .fontsize-ensurer.reset-size7.size11 {
  font-size: 2.07333333em;
}
.katex .sizing.reset-size8.size1,
.katex .fontsize-ensurer.reset-size8.size1 {
  font-size: 0.34722222em;
}
.katex .sizing.reset-size8.size2,
.katex .fontsize-ensurer.reset-size8.size2 {
  font-size: 0.41666667em;
}
.katex .sizing.reset-size8.size3,
.katex .fontsize-ensurer.reset-size8.size3 {
  font-size: 0.48611111em;
}
.katex .sizing.reset-size8.size4,
.katex .fontsize-ensurer.reset-size8.size4 {
  font-size: 0.55555556em;
}
.katex .sizing.reset-size8.size5,
.katex .fontsize-ensurer.reset-size8.size5 {
  font-size: 0.625em;
}
.katex .sizing.reset-size8.size6,
.katex .fontsize-ensurer.reset-size8.size6 {
  font-size: 0.69444444em;
}
.katex .sizing.reset-size8.size7,
.katex .fontsize-ensurer.reset-size8.size7 {
  font-size: 0.83333333em;
}
.katex .sizing.reset-size8.size8,
.katex .fontsize-ensurer.reset-size8.size8 {
  font-size: 1em;
}
.katex .sizing.reset-size8.size9,
.katex .fontsize-ensurer.reset-size8.size9 {
  font-size: 1.2em;
}
.katex .sizing.reset-size8.size10,
.katex .fontsize-ensurer.reset-size8.size10 {
  font-size: 1.44027778em;
}
.katex .sizing.reset-size8.size11,
.katex .fontsize-ensurer.reset-size8.size11 {
  font-size: 1.72777778em;
}
.katex .sizing.reset-size9.size1,
.katex .fontsize-ensurer.reset-size9.size1 {
  font-size: 0.28935185em;
}
.katex .sizing.reset-size9.size2,
.katex .fontsize-ensurer.reset-size9.size2 {
  font-size: 0.34722222em;
}
.katex .sizing.reset-size9.size3,
.katex .fontsize-ensurer.reset-size9.size3 {
  font-size: 0.40509259em;
}
.katex .sizing.reset-size9.size4,
.katex .fontsize-ensurer.reset-size9.size4 {
  font-size: 0.46296296em;
}
.katex .sizing.reset-size9.size5,
.katex .fontsize-ensurer.reset-size9.size5 {
  font-size: 0.52083333em;
}
.katex .sizing.reset-size9.size6,
.katex .fontsize-ensurer.reset-size9.size6 {
  font-size: 0.5787037em;
}
.katex .sizing.reset-size9.size7,
.katex .fontsize-ensurer.reset-size9.size7 {
  font-size: 0.69444444em;
}
.katex .sizing.reset-size9.size8,
.katex .fontsize-ensurer.reset-size9.size8 {
  font-size: 0.83333333em;
}
.katex .sizing.reset-size9.size9,
.katex .fontsize-ensurer.reset-size9.size9 {
  font-size: 1em;
}
.katex .sizing.reset-size9.size10,
.katex .fontsize-ensurer.reset-size9.size10 {
  font-size: 1.20023148em;
}
.katex .sizing.reset-size9.size11,
.katex .fontsize-ensurer.reset-size9.size11 {
  font-size: 1.43981481em;
}
.katex .sizing.reset-size10.size1,
.katex .fontsize-ensurer.reset-size10.size1 {
  font-size: 0.24108004em;
}
.katex .sizing.reset-size10.size2,
.katex .fontsize-ensurer.reset-size10.size2 {
  font-size: 0.28929605em;
}
.katex .sizing.reset-size10.size3,
.katex .fontsize-ensurer.reset-size10.size3 {
  font-size: 0.33751205em;
}
.katex .sizing.reset-size10.size4,
.katex .fontsize-ensurer.reset-size10.size4 {
  font-size: 0.38572806em;
}
.katex .sizing.reset-size10.size5,
.katex .fontsize-ensurer.reset-size10.size5 {
  font-size: 0.43394407em;
}
.katex .sizing.reset-size10.size6,
.katex .fontsize-ensurer.reset-size10.size6 {
  font-size: 0.48216008em;
}
.katex .sizing.reset-size10.size7,
.katex .fontsize-ensurer.reset-size10.size7 {
  font-size: 0.57859209em;
}
.katex .sizing.reset-size10.size8,
.katex .fontsize-ensurer.reset-size10.size8 {
  font-size: 0.69431051em;
}
.katex .sizing.reset-size10.size9,
.katex .fontsize-ensurer.reset-size10.size9 {
  font-size: 0.83317261em;
}
.katex .sizing.reset-size10.size10,
.katex .fontsize-ensurer.reset-size10.size10 {
  font-size: 1em;
}
.katex .sizing.reset-size10.size11,
.katex .fontsize-ensurer.reset-size10.size11 {
  font-size: 1.19961427em;
}
.katex .sizing.reset-size11.size1,
.katex .fontsize-ensurer.reset-size11.size1 {
  font-size: 0.20096463em;
}
.katex .sizing.reset-size11.size2,
.katex .fontsize-ensurer.reset-size11.size2 {
  font-size: 0.24115756em;
}
.katex .sizing.reset-size11.size3,
.katex .fontsize-ensurer.reset-size11.size3 {
  font-size: 0.28135048em;
}
.katex .sizing.reset-size11.size4,
.katex .fontsize-ensurer.reset-size11.size4 {
  font-size: 0.32154341em;
}
.katex .sizing.reset-size11.size5,
.katex .fontsize-ensurer.reset-size11.size5 {
  font-size: 0.36173633em;
}
.katex .sizing.reset-size11.size6,
.katex .fontsize-ensurer.reset-size11.size6 {
  font-size: 0.40192926em;
}
.katex .sizing.reset-size11.size7,
.katex .fontsize-ensurer.reset-size11.size7 {
  font-size: 0.48231511em;
}
.katex .sizing.reset-size11.size8,
.katex .fontsize-ensurer.reset-size11.size8 {
  font-size: 0.57877814em;
}
.katex .sizing.reset-size11.size9,
.katex .fontsize-ensurer.reset-size11.size9 {
  font-size: 0.69453376em;
}
.katex .sizing.reset-size11.size10,
.katex .fontsize-ensurer.reset-size11.size10 {
  font-size: 0.83360129em;
}
.katex .sizing.reset-size11.size11,
.katex .fontsize-ensurer.reset-size11.size11 {
  font-size: 1em;
}
.katex .delimsizing.size1 {
  font-family: KaTeX_Size1;
}
.katex .delimsizing.size2 {
  font-family: KaTeX_Size2;
}
.katex .delimsizing.size3 {
  font-family: KaTeX_Size3;
}
.katex .delimsizing.size4 {
  font-family: KaTeX_Size4;
}
.katex .delimsizing.mult .delim-size1 > span {
  font-family: KaTeX_Size1;
}
.katex .delimsizing.mult .delim-size4 > span {
  font-family: KaTeX_Size4;
}
.katex .nulldelimiter {
  display: inline-block;
  width: 0.12em;
}
.katex .delimcenter {
  position: relative;
}
.katex .op-symbol {
  position: relative;
}
.katex .op-symbol.small-op {
  font-family: KaTeX_Size1;
}
.katex .op-symbol.large-op {
  font-family: KaTeX_Size2;
}
.katex .op-limits > .vlist-t {
  text-align: center;
}
.katex .accent > .vlist-t {
  text-align: center;
}
.katex .accent .accent-body {
  position: relative;
}
.katex .accent .accent-body:not(.accent-full) {
  width: 0;
}
.katex .overlay {
  display: block;
}
.katex .mtable .vertical-separator {
  display: inline-block;
  min-width: 1px;
}
.katex .mtable .arraycolsep {
  display: inline-block;
}
.katex .mtable .col-align-c > .vlist-t {
  text-align: center;
}
.katex .mtable .col-align-l > .vlist-t {
  text-align: left;
}
.katex .mtable .col-align-r > .vlist-t {
  text-align: right;
}
.katex .svg-align {
  text-align: left;
}
.katex svg {
  display: block;
  position: absolute;
  width: 100%;
  height: inherit;
  fill: currentColor;
  stroke: currentColor;
  fill-rule: nonzero;
  fill-opacity: 1;
  stroke-width: 1;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 4;
  stroke-dasharray: none;
  stroke-dashoffset: 0;
  stroke-opacity: 1;
}
.katex svg path {
  stroke: none;
}
.katex img {
  border-style: none;
  min-width: 0;
  min-height: 0;
  max-width: none;
  max-height: none;
}
.katex .stretchy {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.katex .stretchy::before,
.katex .stretchy::after {
  content: "";
}
.katex .hide-tail {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.katex .halfarrow-left {
  position: absolute;
  left: 0;
  width: 50.2%;
  overflow: hidden;
}
.katex .halfarrow-right {
  position: absolute;
  right: 0;
  width: 50.2%;
  overflow: hidden;
}
.katex .brace-left {
  position: absolute;
  left: 0;
  width: 25.1%;
  overflow: hidden;
}
.katex .brace-center {
  position: absolute;
  left: 25%;
  width: 50%;
  overflow: hidden;
}
.katex .brace-right {
  position: absolute;
  right: 0;
  width: 25.1%;
  overflow: hidden;
}
.katex .x-arrow-pad {
  padding: 0 0.5em;
}
.katex .x-arrow,
.katex .mover,
.katex .munder {
  text-align: center;
}
.katex .boxpad {
  padding: 0 0.3em 0 0.3em;
}
.katex .fbox,
.katex .fcolorbox {
  box-sizing: border-box;
  border: 0.04em solid;
}
.katex .cancel-pad {
  padding: 0 0.2em 0 0.2em;
}
.katex .cancel-lap {
  margin-left: -0.2em;
  margin-right: -0.2em;
}
.katex .sout {
  border-bottom-style: solid;
  border-bottom-width: 0.08em;
}
.katex-display {
  display: block;
  margin: 1em 0 !important;
  text-align: center;
}
.katex-display > .katex {
  display: block;
  text-align: center;
  white-space: nowrap;
}
.katex-display > .katex > .katex-html {
  display: block;
  position: relative;
}
.katex-display > .katex > .katex-html > .tag {
  position: absolute;
  right: 0;
}
.katex-display.leqno > .katex > .katex-html > .tag {
  left: 0;
  right: auto;
}
.katex-display.fleqn > .katex {
  text-align: left;
}
/*!
 * Quill Editor v1.2.3
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  cursor: text;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  margin-right: 0.3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
}
.ql-editor ol li,
.ql-editor ul li {
  padding-left: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-num;
}
.ql-editor ol li:before {
  content: counter(list-num, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  pointer-events: none;
  position: absolute;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding-bottom: 2px;
  padding-top: 2px;
}
.ql-snow .ql-editor code:before,
.ql-snow .ql-editor code:after {
  content: "\A0";
  letter-spacing: -2px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
.navbar-default,
.navbar-brand {
  color: #f8f8f8;
  background-color: #6500cb;
}
.intro-footer-row1,
.intro-header-row2 {
  background-color: #4a146c;
  text-align: center;
  color: #f8f8f8;
  padding-top: 25px;
  padding-bottom: 25px;
}
.intro-header-row2 {
  min-height: 90px;
  height: auto;
  font-size: 14px;
  background-color: #6500cb;
}
.iconimg {
  font-size: 48px;
  color: cornflowerblue;
  text-align: center;
}
.exam-name > div {
  color: #f7f7f7;
  background-color: cornflowerblue;
  padding: 4px 8px;
  display: inline-block;
  min-width: 75px;
  text-align: center;
  border-radius: 40px;
  line-height: 20px;
  margin: 6px 8px;
}
.benifits .highlightedtext {
  color: cornflowerblue;
  font-size: 16px;
  text-align: center;
  margin: auto;
}
h3.header > div {
  text-transform: uppercase;
  border-bottom: 1px solid cornflowerblue;
  display: inline-block;
}
#MainScreen {
  /*position: absolute;
    padding-top: 50px;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*overflow: scroll;*/
  overflow: hidden;
  overflow-x: hidden;
  background-color: white;
  height: 100%;
}
#MainScreen .logo {
  float: left;
  margin-left: 9px;
  background-color: #6500cb;
  color: white;
  font-variant: small-caps;
  padding: 4px 8px;
  font-size: 24px;
  margin-right: 8px;
  line-height: 32px;
  margin-top: -9px;
  font-family: "Montserrat";
}
@font-face {
  font-family: 'Roboto Slab';
  src: url('fonts/robotoslab-vf.woff2') format('woff2');
  font-weight: 100 900;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat-vf.woff2') format('woff2');
  font-weight: 100 900;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('fonts/sourcesans3-vf.woff2') format('woff2');
  font-weight: 100 900;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.ttf?ua2y6b');
  src: url('fonts/icomoon.ttf?ua2y6b') format('truetype');
  font-style: normal;
}
.font100 {
  font-weight: 100;
  font-variation-settings: "wght" 100;
}
.font200 {
  font-weight: 200;
  font-variation-settings: "wght" 200;
}
.font300 {
  font-weight: 300;
  font-variation-settings: "wght" 300;
}
.font400 {
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
.font500 {
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
.font600 {
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.font700 {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.font800 {
  font-weight: 800;
  font-variation-settings: "wght" 800;
}
.font900 {
  font-weight: 900;
  font-variation-settings: "wght" 900;
}
@font-face {
  font-family: 'appicons';
  src: url('fonts/darwin-icons.ttf?ud12d34');
  src: url('fonts/darwin-icons.ttf?ud12d34') format('truetype');
  font-style: normal;
}
