* {
  outline: none;
}

input[type=text],
input[type=password],
input[type=number],
input[type=email],
select {
  text-align: center;
  height: 2.1875rem;
  border: 1px solid #dfdddd !important;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus,
select:focus {
  border-color: #67cc66 !important;
}

input[type=text].is-invalid-input:not(:focus),
input[type=password].is-invalid-input:not(:focus),
input[type=number].is-invalid-input:not(:focus),
input[type=email].is-invalid-input:not(:focus),
select.is-invalid-input:not(:focus) {
  border-color: #ff777c !important;
}

.uppercase {
  text-transform: uppercase;
}

.bold,
.text-bold {
  font-weight: bold;
}

.no-margin {
  margin: 0 !important;
}

img {
  width: auto;
  height: auto;
}

.tooltip {
  z-index: 999999 !important;
}

.button {
  text-transform: uppercase;
}

p {
  font-size: 0.875rem;
}

.border-bottom {
  border-bottom: 1px solid #aeabab;
}

section.content {
  padding: 3.125rem 0;
}

.newleaderboard {
  text-align: center;
  margin-bottom: 1.875rem;
}

.callout {
  font-size: 0.875rem;
  border-radius: 0;
  border: none;
  font-weight: 300;
}

.callout.alert {
  background: #ff777c;
  color: #fefefe;
}

.callout.alert p {
  margin: 0;
  color: #fefefe;
}

.callout.alert a {
  font-weight: bold;
  color: #fefefe;
}

.callout ul {
  margin: 0;
  list-style: none;
}

.validation-summary-valid.alert {
  display: none;
}

.field-validation-error {
  display: block;
  margin-top: -0.75rem;
  margin-bottom: 0.9375rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #ff777c;
}

.reveal-overlay {
  overflow-y: auto !important;
  z-index: 110000;
}

.reveal {
  border: none;
}

.ad-panel {
  margin-bottom: 1.25rem;
  background: #ecf0f1;
  text-align: center;
  overflow: hidden;
}

.ad-panel.leaderboard {
  padding: 0.625rem;
  margin-bottom: 1.25rem;
}

.ad-panel.leaderboard img {
  width: auto;
  max-height: 5.625rem;
}

.ad-panel img {
  display: inline;
}

.ad-panel .widgets-title {
  display: none !important;
}

.ad-panel .cnx-image {
  padding: 0 !important;
}

.ad-panel .cnx-title {
  padding: 0 !important;
  padding-top: 0.625rem !important;
  font-size: 0.9375rem !important;
}

.flicker-up {
  background-color: rgba(103, 204, 102, 0.25);
}

.flicker-down {
  background-color: rgba(255, 119, 124, 0.25);
}

.refresh {
  color: #5c5c5c;
}

.overlay-footer .button {
  margin: 0;
}

.overlay-footer .num-items {
  margin-right: 0.625rem;
  vertical-align: middle;
}

.overlay-footer input[type="button"] {
  border-radius: 62.5rem;
}

.input-group {
  margin-bottom: 1.25rem;
}

.input-group input[type=text] {
  height: 2.5rem;
  border-color: #5578a5 !important;
}

.input-group ::-webkit-input-placeholder {
  font-style: italic;
  color: #5578a5;
}

.input-group :-moz-placeholder {
  font-style: italic;
  color: #5578a5;
}

.input-group ::-moz-placeholder {
  font-style: italic;
  color: #5578a5;
}

.input-group :-ms-input-placeholder {
  font-style: italic;
  color: #5578a5;
}

.input-group .button {
  box-shadow: none;
  border-width: 0.0625rem;
  vertical-align: bottom;
}

#exchange-select {
  margin-top: 1.25rem;
}

#exchange-select .title {
  display: inline-block;
  margin: 0.625rem 0.125rem 0.625rem 0;
  padding: 0.625rem;
  padding-left: 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #5c5c5c;
  vertical-align: middle;
  font-weight: 600;
}

#exchange-select .exchange {
  display: inline-block;
  margin: 0.625rem 0.125rem;
}

#exchange-select .exchange a {
  display: inline-block;
  padding: 0.625rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #5c5c5c;
  vertical-align: middle;
  border: 1px solid #dfdddd;
  border-color: white;
  border-width: 0.125rem;
}

#exchange-select .exchange a img {
  display: inline-block;
  margin-left: 0.3125rem;
  width: auto;
  max-height: 1rem;
  vertical-align: bottom;
}

#exchange-select .exchange a:hover {
  border-radius: 3px;
  background: #ecf0f1;
  border: 1px solid #dfdddd;
  border-color: #ecf0f1;
  border-width: 0.125rem;
}

#exchange-select .exchange.active a {
  border: 1px solid #dfdddd;
  border-width: 0.125rem;
  border-radius: 3px;
  font-weight: 500;
}

#exchange-select .exchange.active a:hover {
  background: none;
}

div.tabs-menu {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
  padding-top: 0.9375rem;
  background: #ecf0f1;
  overflow: hidden;
}

div.tabs-menu .tab-item {
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
  line-height: 2.1875rem;
}

div.tabs-menu .tab-item a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #aeabab;
  border-bottom: 0px solid #5578a5;
  transition: all 0.25s ease-in-out;
}

div.tabs-menu .tab-item a:hover {
  color: #5578a5;
  border-bottom: 3px solid #5578a5;
}

div.tabs-menu .tab-item.active a {
  color: #5578a5;
  border-bottom: 3px solid #5578a5;
  font-weight: 500;
}

.table-view-select {
  display: -ms-flexbox;
  display: flex;
}

.table-view-select .item {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  text-align: center;
  line-height: 2.5rem;
  background: #ecf0f1;
  overflow: hidden;
}

.table-view-select .item a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #5c5c5c;
  border-bottom: 0px solid #5578a5;
  transition: all 0.25s ease-in-out;
  padding: 0 0.9375rem;
}

.table-view-select .item a:hover {
  color: #5578a5;
  border-bottom: 3px solid #5578a5;
}

.table-view-select .item.active a {
  color: #5578a5;
  border-bottom: 3px solid #5578a5;
  font-weight: 500;
}

.table-view-select .item:last-child {
  max-width: 3.75rem;
}

.table-view-select .item:last-child:hover a {
  border-bottom: none;
}

div.table-top-bar ul.dropdown.menu {
  margin-bottom: none;
}

div.table-top-bar ul.dropdown.menu li {
  float: left;
  font-size: 0.875rem;
}

div.table-top-bar ul.dropdown.menu li a {
  color: #5c5c5c;
  transition: all .25s ease-in-out;
}

div.table-top-bar ul.dropdown.menu li a:hover {
  opacity: 0.75;
}

div.table-top-bar ul.dropdown.menu li a.current {
  display: inline-block;
  padding: 0 0.9375rem 0.625rem 0;
  color: #5c5c5c;
}

div.table-top-bar ul.dropdown.menu li a.current::after {
  position: relative;
  display: inline !important;
  margin-left: 5px;
  width: auto;
  font-size: 1.25rem;
  margin-top: 0;
  top: 2px;
  right: 0;
  border: none;
  font-family: FontAwesome;
  content: "\f107";
}

div.table-top-bar ul.dropdown.menu li a.refresh {
  display: inline;
  vertical-align: bottom;
  padding: 0;
}

div.table-top-bar ul.dropdown.menu li ul.menu {
  margin-top: -1.25rem;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  background: #ecf0f1;
  border-radius: 3px;
  text-align: center;
}

div.table-top-bar ul.dropdown.menu li ul.menu li a {
  padding-left: 0;
  padding-right: 0;
  color: #5c5c5c;
  text-transform: capitalize;
}

div.table-top-bar ul.dropdown.menu li ul.menu li:last-child {
  border-bottom: none;
}

table {
  background: #fefefe;
  font-size: 0.875rem;
}

table thead tr th {
  background: #fefefe;
  font-weight: 400;
  color: #aeabab;
  font-size: 0.625rem;
  text-transform: uppercase;
  border-bottom: 3px solid #5c5c5c;
}

table tbody tr td {
  font-size: 0.875rem;
  line-height: 1rem;
  border-bottom: 1px solid #dfdddd;
}

table tbody tr td a {
  color: #5c5c5c;
  font-weight: bold;
}

table tbody tr td a.button {
  margin-bottom: 0;
  box-shadow: none;
}

table tbody tr td.icon-actions a {
  margin-right: 0.3125rem;
}

table tbody tr td.icon-actions a:last-child {
  margin: 0;
}

table tbody tr td .fa.down, table tbody tr td.down,
table tbody tr td .trade-link {
  color: #ff777c;
}

table tbody tr td .fa.up, table tbody tr td.up {
  color: #67cc66;
}

table tbody tr td.word-break {
  word-break: break-all;
}

table tr:last-child td {
  border-bottom: none;
}

table tr.symbol td {
  border-bottom: none;
}

table tr.symbol-news td {
  padding-top: 0;
}

table tr.symbol-news td a {
  display: block;
  color: #5c5c5c;
  font-size: 0.75rem;
  font-weight: normal;
  width: 35rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.disclaimer {
  margin-bottom: 1.25rem;
  font-style: italic;
  text-align: center;
}

.disclaimer p {
  margin: 0;
  font-size: 0.75rem;
}

.disclaimer.trade {
  margin-bottom: 0.5rem;
}

.helpful-info {
  margin-bottom: 1.25rem;
  background: #ecf0f1;
  border-radius: 3px;
  text-align: center;
  overflow: hidden;
}

.helpful-info .header {
  margin-bottom: 0.9375rem;
  padding: 0.625rem;
  font-size: 0.875rem;
  border-bottom: 1px solid #dfdddd;
  text-align: center;
}

.helpful-info ul {
  list-style-type: none;
  padding: 0 6.25rem;
}

.helpful-info ul li {
  font-size: 0.875rem;
}

.helpful-info ul li a {
  color: #5c5c5c;
  transition: all 0.2s ease-in-out;
}

.helpful-info ul li a:hover {
  color: #67cc66;
  border-bottom: 1px dotted #67cc66;
}

.chart-position {
  margin: 0 0 1.25rem;
}

.chart-position .title {
  padding: 0.3125rem;
  border: 1px solid #dfdddd;
  border-bottom: none;
  text-align: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
}

.chart-position .img-action {
  position: relative;
}

.chart-position .img-action img {
  padding: 0.625rem 0.125rem;
  border: 1px solid #dfdddd;
}

.chart-position .img-action .overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(103, 204, 102, 0.9);
  text-align: center;
  cursor: pointer;
}

.chart-position .img-action .overlay a {
  display: inline-block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  vertical-align: top;
  border: 1px solid #fefefe;
  color: #fefefe;
  box-shadow: none;
  line-height: 1.5;
}

.chart-position .img-action .overlay a:hover {
  background: #fefefe;
  color: #67cc66;
}

.chart-position .img-action:hover .overlay {
  display: block;
}

.chart-position .info-bar {
  text-align: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  border: 1px solid #dfdddd;
  border-top: none;
}

.chart-position .info-bar span {
  display: inline-block;
  margin: 0 0.3125rem;
  padding: 0.3125rem 0;
}

.chart-position .info-bar span a {
  color: #5c5c5c;
  font-weight: bold;
}

.chart-position .info-bar span.up {
  color: #67cc66;
  font-weight: bold;
}

.chart-position .info-bar span.down {
  color: #ff777c;
  font-weight: bold;
}

.chart-position .details {
  padding: 0.3125rem 0.625rem;
  border: 1px solid #dfdddd;
  font-size: 0.75rem;
  overflow: hidden;
}

.chart-position .details i.up {
  color: #67cc66;
}

.chart-position .details i.down {
  color: #ff777c;
}

.chart-position .details .line {
  line-height: 1.25rem;
}

.chart-position .details .line a {
  display: inline-block;
  margin: 0.25rem 0 0 0.125rem;
  width: 1.5625rem;
  height: 1.5625rem;
  line-height: 1.5625rem;
  background: #ecf0f1;
  border-radius: 1000px;
  text-align: center;
  float: right;
  color: #5c5c5c;
  transition: all 0.2s ease-in-out;
}

.chart-position .details .line a:hover {
  background: #67cc66;
  color: #fefefe;
}

.chart-position .details .left-panel {
  display: inline-block;
  width: 70%;
  float: left;
}

.chart-position .details .right-panel {
  display: inline-block;
  width: 30%;
}

.chart-position .details .right-panel .line:nth-child(2) a {
  margin-top: 0.125rem;
}

.widget {
  margin-bottom: 1.25rem;
}

.widget .wrapper {
  border: 1px solid #dfdddd;
}

.widget .tabs-menu {
  margin: 0;
}

.widget .tab {
  border: 1px solid #dfdddd;
  border-top: none;
  padding: 1.25rem 1.25rem 1.1875rem;
}

.widget .tab p {
  margin-bottom: 0;
}

.widget svg {
  display: block;
  margin: 0 auto;
  width: 14.0625rem;
  height: 14.0625rem;
}

.widget .assignment-summary {
  padding: 0.625rem;
  text-align: center;
}

.widget .assignment-summary label {
  font-weight: bold;
  text-align: center;
}

.widget .assignment-summary button, .widget .assignment-summary .button {
  margin-bottom: 0.625rem;
}

.widget .assignment-summary .assignments-progress {
  margin-bottom: 1.25rem;
  position: relative;
  width: 100%;
  height: 2.1875rem;
  background: rgba(236, 240, 241, 0.5);
  border-radius: 3px;
  overflow: hidden;
}

.widget .assignment-summary .assignments-progress .progress-percentage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.1875rem;
  line-height: 2.1875rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
  z-index: 10;
  color: #5c5c5c;
}

.widget .assignment-summary .assignments-progress .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.1875rem;
  line-height: 2.1875rem;
  background: #8dcd85;
  background: -webkit-gradient(right top, left top, color-stop(0%, #8dcd85), color-stop(100%, #67cc66));
  background: linear-gradient(to left, #8dcd85 0%, #67cc66 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dcd85', endColorstr='#67cc66', GradientType=1 );
}

.widget .word-of-the-day {
  border: 1px solid #dfdddd;
  font-size: 0.875rem;
  text-align: center;
  overflow: hidden;
}

.widget .word-of-the-day .title {
  padding: 1.25rem 1.25rem 0.625rem;
  text-transform: uppercase;
  background: #ecf0f1;
}

.widget .word-of-the-day .title h3 {
  margin: 0;
  font-weight: bold;
  font-size: 0.875rem;
  color: #67cc66;
}

.widget .word-of-the-day #wordtitle {
  padding: 0.625rem 0.625rem 0;
  font-style: italic;
  font-weight: bold;
}

.widget .word-of-the-day #wordcontent {
  padding: 0 0.625rem 0.625rem;
}

.widget .title {
  background: #ecf0f1;
  padding: 1.25rem 1.25rem 0.625rem;
  font-size: 0.875rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #67cc66;
}

.widget .title a {
  margin: 0;
  color: #67cc66;
}

.widget table {
  margin: 0;
}

.widget table.no-head tbody,
.widget table thead {
  border-top: none;
}

.widget table tr td {
  font-size: 0.75rem;
}

.widget table tr td.actions a {
  margin-right: 0.25rem;
}

.widget table tr td.up {
  color: #67cc66;
  font-weight: bold;
}

.widget table tr td.down {
  color: #ff777c;
  font-weight: bold;
}

.widget table tbody tr:last-child td {
  border-bottom: none;
}

.trading-idea {
  margin-bottom: 1.25rem;
  padding: 0.625rem;
  border: 1px solid #dfdddd;
  text-align: center;
}

.trading-idea h2 {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.trading-idea h2.down {
  color: #ff777c;
}

.trading-idea h2.up {
  color: #67cc66;
}

.trading-idea img {
  padding: 0 1.25rem;
  width: auto;
  height: 3.125rem;
}

.trading-idea .button {
  margin-bottom: 0.3125rem;
  box-shadow: none;
}

.trading-idea .button:hover {
  border: 1px solid #67cc66 !important;
  background-color: #67cc66;
  color: white !important;
}

.trading-idea a:not(.button) {
  margin-right: 0.5rem;
  font-size: 0.75rem;
  color: #5c5c5c;
  transition: all 0.2s ease-in-out;
}

.trading-idea a:not(.button):last-child {
  margin: 0;
}

.trading-idea a:not(.button):hover {
  color: #67cc66;
}

.trade-bar {
  border: 1px solid #dfdddd;
  padding: 0.625rem 1.25rem;
}

.trade-bar input, .trade-bar select {
  margin-bottom: 0.3125rem;
  border-color: #67cc66 !important;
}

.trade-bar label {
  font-size: 0.625rem;
  text-transform: uppercase;
}

.trade-quote {
  border: 1px solid #dfdddd;
  border-top-width: 0.125rem;
  padding: 0.9375rem;
  background: #ecf0f1;
}

.trade-quote .header,
.trade-quote .details {
  margin: 0 auto;
  max-width: 40.625rem;
  background: #fefefe;
}

.trade-quote .header {
  background: #5578a5;
  font-size: 0.875rem;
  padding: 0.3125rem 0.9375rem;
  color: #fefefe;
}

.trade-quote .header a.refresh {
  float: right;
  color: white;
}

.trade-quote .details {
  border-top: none;
  padding: 0.9375rem;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.trade-quote .details ul {
  margin: 0;
}

.trade-quote .details ul li {
  font-size: 0.75rem;
  border-bottom: 1px solid #ecf0f1;
  margin-bottom: 0.375rem;
  padding-bottom: 0.375rem;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trade-quote .details ul li span:first-child {
  display: inline-block;
  min-width: 7.5rem;
  font-weight: bold;
  color: #5578a5;
}

.trade-quote .details ul li span.up {
  font-weight: bold;
  color: #67cc66;
}

.trade-quote .details ul li span.down {
  font-weight: bold;
  color: #ff777c;
}

.trade-quote .details ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.trade-quote .details ul li img {
  display: inline;
  width: auto;
  height: 100%;
  max-height: 1.875rem;
  text-align: left;
}

.confirm-order,
.process-order,
.order-confirmation {
  border: 1px solid #dfdddd;
  padding: 0.9375rem;
  text-align: center;
}

.confirm-order h3,
.process-order h3,
.order-confirmation h3 {
  display: inline;
  margin-right: 0.625rem;
  font-size: 1rem;
  font-style: italic;
}

.confirm-order .button,
.process-order .button,
.order-confirmation .button {
  margin: 0;
}

.confirm-order .success-wrapper,
.process-order .success-wrapper,
.order-confirmation .success-wrapper {
  background: #ecf9ec;
  padding: 0.9375rem;
}

.confirm-order .success-wrapper h6,
.process-order .success-wrapper h6,
.order-confirmation .success-wrapper h6 {
  color: #67cc66;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.confirm-order .success-wrapper p,
.process-order .success-wrapper p,
.order-confirmation .success-wrapper p {
  margin: 0;
}

.confirm-order .success-wrapper a,
.process-order .success-wrapper a,
.order-confirmation .success-wrapper a {
  margin: 0 0.3125rem;
}

.process-order h3 {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 1.125rem;
}

.process-order .button {
  margin-bottom: 0.3125rem;
}

#throw-dart h5, #throw-dart h6 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.125rem;
  color: #5578a5;
}

#throw-dart img {
  margin: 0 0 1.25rem;
  width: auto;
  max-height: 10rem;
}

#throw-dart p {
  margin-bottom: 0.625rem;
}

#throw-dart .trade-idea {
  margin-bottom: 0.0625rem;
  text-transform: uppercase;
}

#throw-dart .trade-idea a {
  display: block;
  padding: 0.625rem;
  background: #ecf0f1;
  font-size: 1rem;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  transition: all .2s ease-in-out;
  color: #5c5c5c;
}

#throw-dart .trade-idea a:hover {
  background: #dde4e6;
}

#throw-dart .trade-idea a .icon {
  margin-right: 0.625rem;
}

#throw-dart .trade-idea a .name {
  display: inline-block;
  margin-right: 0.625rem;
  border-bottom: 1px dotted #5c5c5c;
  vertical-align: bottom;
  max-width: 7.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#throw-dart .trade-idea a .symbol {
  margin-right: 0.625rem;
  font-weight: bold;
}

#throw-dart .trade-idea a .last-price {
  font-weight: bold;
}

#throw-dart .trade-idea a .up {
  color: #67cc66;
}

#throw-dart .trade-idea a .down {
  color: #ff777c;
}

.assignment-details-bar {
  margin-top: -1.25rem;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
  padding: 1.25rem 0 0.9375rem;
  background: #5578a5;
  overflow: hidden;
  border-top: 3px solid #00478f;
}

.assignment-details-bar.no-margin-top {
  margin-top: 0;
}

.assignment-details-bar .details-column {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  padding: 0 0.625rem;
  box-sizing: border-box;
}

.assignment-details-bar label {
  color: #fefefe;
  font-size: 0.75rem;
}

.assignment-details-bar input, .assignment-details-bar select {
  margin-bottom: 0;
  border: none !important;
}

.assignment-details-bar input.split, .assignment-details-bar select.split {
  display: inline-block;
  max-width: 49%;
}

.assignment-details-bar .button {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 2.0625rem;
  box-shadow: none;
  font-size: 0.75rem;
}

.assignment-details-bar .assignments-progress {
  position: relative;
  width: 100%;
  height: 2.1875rem;
  background: #fefefe;
  border-radius: 3px;
  overflow: hidden;
}

.assignment-details-bar .assignments-progress .progress-percentage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.1875rem;
  line-height: 2.1875rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
  z-index: 10;
  color: #5c5c5c;
}

.assignment-details-bar .assignments-progress .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.1875rem;
  line-height: 2.1875rem;
  background: #8dcd85;
  background: -webkit-gradient(right top, left top, color-stop(0%, #8dcd85), color-stop(100%, #67cc66));
  background: linear-gradient(to left, #8dcd85 0%, #67cc66 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dcd85', endColorstr='#67cc66', GradientType=1 );
}

.assignment-table {
  overflow: hidden;
}

.assignment-table .table-bar {
  padding: 0 0.625rem;
  overflow: hidden;
  font-size: 0.875rem;
  clear: both;
  background: #ecf0f1;
}

.assignment-table .table-bar.table-closed {
  border-bottom: 1px solid white;
}

.assignment-table .table-bar .bar-title {
  display: inline-block;
  min-width: 15.625rem;
  padding: 0.625rem 0;
  font-weight: bold;
}

.assignment-table .table-bar .selection-options {
  padding: 0.75rem 0;
}

.assignment-table .table-bar .selection-options a {
  color: #5c5c5c;
  text-decoration: underline;
  font-size: 0.75rem;
}

.assignment-table .table-bar .selection-options a:first-child {
  margin-right: 0.625rem;
}

.assignment-table .table-bar .collapse-hide {
  margin-top: 0.5rem;
  float: right;
  padding: 0.1875rem 0.5rem;
  border: 1px solid #5c5c5c;
  border-radius: 3px;
  color: #5c5c5c;
  text-decoration: none;
  font-size: 0.75rem;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

.assignment-table .table-bar .collapse-hide:hover {
  opacity: 0.6;
}

.assignment-table table {
  margin: 0;
}

.assignment-table table thead {
  border-top: none;
}

.assignment-table table tbody {
  border-bottom: none;
}

.assignment-table table th.green,
.assignment-table table td.green {
  color: #67cc66;
  font-weight: bold;
}

.assignment-table table th.red,
.assignment-table table td.red {
  color: #ff777c;
  font-weight: bold;
}

.assignment-table table th.orange,
.assignment-table table td.orange {
  color: #ffae00;
  font-weight: bold;
}

.assignment-table table td.center,
.assignment-table table th.center {
  text-align: center;
}

.assignment-table table tbody tr:last-child td {
  border-bottom: 0 !important;
}

.assignment-table table td input {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 0.3125rem;
  width: 100%;
  max-width: 2.5rem;
  text-align: center;
  border: 1px solid #dfdddd;
  background: white;
  border-radius: 3px;
  text-indent: 0;
}

.assignment-table table td span.label {
  display: inline-block;
  padding: 0.3125rem 0.625rem;
  border-radius: 3px;
  background: #67cc66;
  color: #fefefe;
}

.assignment-table table tr.title td {
  font-weight: bold;
  padding: 0.9375rem;
}

.assignment-table:last-of-type table tbody {
  border-bottom: 1px solid #dfdddd !important;
}

.assignment-table.border-top thead {
  border-top: 1px solid #dfdddd !important;
}

.user-assignment-details-bar {
  padding: 1.25rem 0.9375rem 0.9375rem;
  background: #5578a5;
  overflow: hidden;
  border-bottom: 3px solid #00478f;
  text-align: center;
}

.user-assignment-details-bar h6 {
  margin: 0 0 0.625rem;
  color: #fefefe;
}

.user-assignment-details-bar .progress-bar {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 2.5rem;
  background: #fefefe;
  border: 3px solid #ecf0f1;
}

.user-assignment-details-bar .progress-bar .progress-percentage {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 2.125rem;
  background: #67cc66;
  color: #5c5c5c;
  font-weight: bold;
  text-align: center;
  font-size: 0.875rem;
  line-height: 2.125rem;
}

.user-assignment-details-bar .progress-bar .progress-percentage.alert {
  background: #ff777c;
  color: #fefefe;
}

.join-create-contest {
  padding: 0.9375rem;
  background: #f5f7f7;
  border-bottom: 1px solid #dfdddd;
  border-width: 0.125rem;
}

.join-create-contest .wrapper {
  position: relative;
  padding: 0.9375rem;
  height: 11.25rem;
  border: 1px dashed #aeabab;
  text-align: center;
}

.join-create-contest .wrapper .inner {
  position: relative;
  top: 50%;
  -ms-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
}

.join-create-contest img {
  margin-bottom: 0.625rem;
  width: auto;
  max-height: 1.25rem;
}

.join-create-contest h2, .join-create-contest h3 {
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

.join-create-contest h6 {
  margin-bottom: 0.9375rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.join-create-contest p {
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
}

.join-create-contest .button {
  margin-bottom: 0;
  box-shadow: none;
}

.contest-box {
  margin-bottom: 0.625rem;
  border: 1px solid #dfdddd;
  border-bottom-width: 0.1875rem;
}

.contest-box div.title {
  padding: 0.625rem 0.9375rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  border-bottom: 1px solid #dfdddd;
}

.contest-box div.title .contest-name {
  color: #5578a5;
  float: left;
}

.contest-box div.title .contest-name.expired {
  color: #ff777c;
}

.contest-box div.title .created-by-me {
  margin-top: 0.0625rem;
  margin-left: 0.9375rem;
  color: #ffae00;
  font-weight: bold;
  float: left;
}

.contest-box div.title .modify {
  float: right;
}

.contest-box div.title .modify a {
  margin-left: 0.9375rem;
  color: #5c5c5c;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.contest-box div.title .modify a:hover {
  opacity: 0.6;
}

.contest-box div.title .modify a.btn-save-contest {
  color: #67cc66;
  font-weight: 500;
}

.contest-box div.title .modify a.btn-cancel-contest-form {
  color: #ff777c;
  font-weight: 500;
}

.contest-box .contest-details {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.contest-box .contest-details .wrapper {
  display: table-row;
}

.contest-box .contest-details .line {
  display: table-cell;
  position: relative;
  padding: 0.625rem 0.9375rem;
  vertical-align: middle;
}

.contest-box .contest-details .line:first-child {
  min-width: 7.5rem;
}

.contest-box .contest-details .line:last-child {
  min-width: 10rem;
}

.contest-box .contest-details .line .detail {
  font-size: 0.875rem;
  vertical-align: middle;
}

.contest-box .contest-details .line .detail span.title {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.625rem;
  font-weight: bold;
  text-transform: uppercase;
}

.contest-box .contest-details .line .detail span.num {
  display: block;
  margin: 0 auto;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  border-radius: 62.5rem;
  color: #67cc66;
  border: 2px solid #67cc66;
  font-size: 1.125rem !important;
  font-weight: bold;
  text-align: center;
}

.contest-box .contest-details .line .detail span:not(.title) {
  display: block;
  font-weight: bold;
  font-size: 0.625rem;
  text-transform: uppercase;
}

.contest-box .contest-details .line .detail .button {
  margin-bottom: 0.1875rem;
  box-shadow: none;
}

.contest-box .contest-details .line .detail .button:last-child {
  margin: 0;
}

.create-contest-details {
  border: 1px solid #dfdddd;
  border-bottom: none;
  padding: 0.9375rem 0.9375rem 0.625rem;
}

.create-contest-details input, .create-contest-details select, .create-contest-details textarea {
  margin-bottom: 0.625rem;
  border: 1px solid #67cc66 !important;
}

.create-contest-features {
  margin-bottom: 1.25rem;
  border: 1px solid #dfdddd;
  border-bottom-width: 0.1875rem;
}

.create-contest-features .wrapper {
  margin-bottom: 1.25rem;
  padding: 0.9375rem;
}

.create-contest-features .wrapper label:last-child > input,
.create-contest-features .wrapper fieldset:last-child > input {
  margin-bottom: 0.3125rem;
}

.create-contest-features h3 {
  font-size: 1rem;
  font-weight: bold;
}

.create-contest-features .date-select input {
  display: inline-block;
  max-width: 40%;
}

.create-contest-features .date-select span {
  display: inline-block;
  width: 18%;
  text-align: center;
  font-size: 0.8125rem;
  font-style: italic;
}

.create-contest-features .border-right {
  border-right: 1px solid #dfdddd;
}

.create-contest-features .save-cancel-edit {
  border-top: 1px solid #dfdddd;
  padding: 0.625rem 0.9375rem;
}

.create-contest-features .save-cancel-edit a {
  font-size: 0.75rem;
  padding-left: 0.9375rem;
  text-transform: uppercase;
}

.create-contest-features .save-cancel-edit a.btn-save-contest {
  color: #67cc66;
  font-weight: 500;
}

.create-contest-features .save-cancel-edit a.btn-cancel-contest-form {
  color: #ff777c;
  font-weight: 500;
}

section.balances {
  margin-bottom: 1.25rem;
}

section.balances .wrapper {
  margin-bottom: 1.25rem;
  border: 1px solid #dfdddd;
  border-bottom-width: 0.1875rem;
  padding: 0.9375rem;
}

section.balances h3 {
  font-size: 1rem;
  font-weight: bold;
}

section.balances table {
  margin-bottom: 0.625rem;
}

section.balances table tr td:last-child {
  text-align: right;
}

.filter-bar {
  margin-bottom: 1.25rem;
}

.filter-bar input, .filter-bar .button {
  margin: 0;
}

.filter-bar .button {
  box-shadow: none;
}

.filter-bar .date-select {
  display: inline-block;
}

.filter-bar .date-select label {
  display: inline-block;
  font-weight: bold;
  margin-right: 0.3125rem;
}

.filter-bar .date-select label.second {
  margin-left: 0.9375rem;
}

.filter-bar .date-select input {
  display: inline-block;
  width: 100%;
  max-width: 8.75rem;
}

.filter-bar .my-rank {
  margin-left: 0.9375rem;
}

.filter-bar .button {
  display: inline-block;
  vertical-align: top;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 2.125rem;
}

.ask-question {
  margin-bottom: 1.25rem;
  border-bottom: 3px solid #5578a5;
  padding: 0.9375rem 0.9375rem 1.25rem;
  background: #ecf0f1;
}

.ask-question .button {
  margin: 0;
  box-shadow: none;
}

.ask-question h6 {
  color: #5578a5;
  font-weight: bold;
}

.ask-question label {
  color: #5578a5;
}

.ask-question input, .ask-question textarea {
  border: none !important;
  background: rgba(254, 254, 254, 0.8);
}

.ask-question ::-webkit-input-placeholder {
  font-style: italic;
  color: #5578a5;
}

.ask-question :-moz-placeholder {
  font-style: italic;
  color: #5578a5;
}

.ask-question ::-moz-placeholder {
  font-style: italic;
  color: #5578a5;
}

.ask-question :-ms-input-placeholder {
  font-style: italic;
  color: #5578a5;
}

.go-back-row {
  margin-bottom: 1.25rem;
  border-bottom: 3px solid #5578a5;
  padding: 0.9375rem;
  background: #ecf0f1;
}

.go-back-row a {
  float: left;
  font-size: 0.875rem;
}

.go-back-row span {
  float: right;
  font-size: 0.75rem;
  vertical-align: middle;
}

.forum-post {
  margin-bottom: 2.5rem;
  border-bottom: 1px dashed #5578a5;
  text-align: center;
  padding: 0 4.6875rem;
}

.forum-post h2 {
  color: #5578a5;
  font-weight: 500;
  font-size: 1.3125rem;
  font-style: italic;
  word-break: break-all;
}

.forum-post p {
  margin-bottom: 1.5625rem;
  color: #5578a5;
  word-break: break-all;
}

.forum-post-replies {
  margin-bottom: 2.5rem;
}

.forum-post-replies .post-reply {
  margin-bottom: 1.25rem;
  border-left: 3px solid #67cc66;
  padding-left: 0.9375rem;
}

.forum-post-replies .post-reply p {
  margin-bottom: 0.625rem;
}

.forum-post-replies .post-reply .author {
  display: inherit;
  vertical-align: top;
  font-size: 0.75rem;
  font-weight: bold;
  color: #aeabab;
}

.forum-post-replies .post-reply .author a.delete {
  float: right;
  color: #ff777c;
  text-transform: uppercase;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.videos {
  margin-top: 1.875rem;
  margin-bottom: 3.125rem;
}

section.videos .video-wrapper {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}

section.videos .video-selector {
  padding: 1.25rem;
  background: #ecf0f1;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}

section.videos .video-selector > .title {
  position: relative;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #fefefe;
}

section.videos .video-selector > .title h3 {
  margin: 0;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #5c5c5c;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

section.videos .video-selector > .title h3 > i {
  margin-right: 0.625rem;
}

section.videos .video-selector > .title * {
  margin-bottom: 0;
}

section.videos .video-selector ul {
  margin: 0;
}

section.videos .video-selector ul li {
  font-size: 0.875rem;
  border-radius: 3px;
}

section.videos .video-selector ul li a {
  display: block;
  width: 100%;
  padding: 0.375rem 0.9375rem;
  color: #5c5c5c;
}

section.videos .video-selector ul li.active {
  background: #67cc66;
}

section.videos .video-selector ul li.active a {
  color: #fefefe;
}

section.videos .video-selector ul li.active a:hover {
  transition: none;
  opacity: 1;
}

section.videos .video-selector ul li:hover:not(.active) {
  background: #fefefe;
}

section.videos .video-selector ul li:not(:last-child) {
  margin-bottom: 0.625rem;
}

section.video-categories {
  padding: 0.9375rem 1.25rem;
  background: #ecf0f1;
  text-align: center;
}

section.video-categories a.category {
  display: inline-block;
  margin: 0 0.9375rem;
  width: 12.5rem;
  height: 6.25rem;
  padding: 0.625rem;
  border: 2px solid white;
  border-radius: 3px;
  background: #fefefe;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  line-height: 1.1;
  vertical-align: middle;
}

section.video-categories a.category .align {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  display: block;
}

section.video-categories a.category .icon {
  display: block;
  margin: 0 auto 5px;
  width: 3.125rem;
  height: 2.3125rem;
  background: url("../img/dashboard-icons-sprite.png") no-repeat;
  background-size: 270px 293px;
}

section.video-categories a.category .icon.my-stocks {
  background-position: 0 0;
}

section.video-categories a.category .icon.trade-stocks {
  background-position: -220px 0;
}

section.video-categories a.category .icon.manage-contests {
  background-position: -55px -85px;
}

section.video-categories a.category .title {
  font-size: 0.875rem;
  color: #5c5c5c;
  letter-spacing: .07143rem;
  text-transform: uppercase;
}

section.video-categories a.category.active {
  border-color: #67cc66;
}

section.video-categories a.category.active .title {
  font-weight: normal;
}

.contact-box {
  margin-bottom: 3.75rem;
  background: #fefefe;
  padding: 1.25rem 1.875rem;
  border: 1px solid #dfdddd;
}

.contact-box h2, .contact-box h6 {
  margin-bottom: 1.875rem;
  font-size: 1.3125rem;
  font-weight: bold;
}

.contact-box h6 {
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
}

.contact-box #map {
  margin-bottom: 1.875rem;
  height: 300px;
  width: 100%;
}

.contact-box .details p {
  font-size: 0.75rem;
}

.market-value-box {
  margin-bottom: 0.9375rem;
  text-align: center;
  font-size: 0.875rem;
}

section.profile {
  margin: 0 0 1.25rem;
}

section.profile .title {
  padding-top: 5rem;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-bottom: 3px solid #5578a5;
  background: #ecf0f1;
}

section.profile .title .panel {
  position: relative;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 3.125rem 0.9375rem 0.9375rem;
}

section.profile .title .panel a, section.profile .title .panel p {
  margin: 0;
  font-size: 0.875rem;
  color: #5578a5;
}

section.profile .title .panel p {
  color: #5c5c5c;
}

section.profile .title h2 {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
}

section.profile .title .avatar {
  position: absolute;
  top: -0.625rem;
  left: 50%;
  width: 6.25rem;
  height: 6.25rem;
  border: 5px solid #fefefe;
  border-radius: 1000px;
  background: #ecf0f1;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

section.profile .content {
  border: 1px solid #dfdddd;
  border-top: none;
}

section.profile .content .user-details {
  display: -ms-flexbox;
  display: flex;
}

section.profile .content .user-details .panel {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  padding: 0.9375rem;
  font-size: 0.875rem;
  font-weight: bold;
}

section.profile .content .user-details .panel label {
  font-size: 0.75rem;
  font-weight: normal;
}

section.profile .content .interests {
  padding: 0.9375rem;
  text-align: center;
}

section.profile .content .interests .labels-title {
  text-transform: uppercase;
  color: #5578a5;
}

section.profile .content .interests .label {
  margin-bottom: 0.625rem;
}

#edit-profile-modal .profile-img {
  margin-bottom: 1.25rem;
  text-align: center;
  background: #ecf0f1;
  padding: 0.625rem;
}

#edit-profile-modal .profile-img .avatar {
  display: block;
  margin: 0 auto 0.625rem;
  width: 6.25rem;
  height: 6.25rem;
  border: 5px solid #fefefe;
  border-radius: 1000px;
  background: #ecf0f1;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

#edit-profile-modal .profile-img a {
  margin: 0;
  font-size: 0.875rem;
  border-bottom: 1px dotted #5c5c5c;
  color: #5c5c5c;
}

#edit-profile-modal legend {
  font-size: 0.875rem;
  font-weight: bold;
}

.throw-a-dart-header {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.875rem;
  border-bottom: 3px solid #c6ecc6;
  background: #67cc66;
  padding: 0 25rem;
}

.throw-a-dart-header .panel {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 0.9375rem;
}

.throw-a-dart-header h2 {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #fefefe;
}

.throw-a-dart-header p {
  margin: 0;
  color: #fefefe;
}

.throw-a-dart-header img {
  text-align: right;
  max-width: 2.8125rem;
}

.progress-bar-wrapper {
  position: relative;
  width: 100%;
  height: 1.875rem;
  background: #ecf0f1;
  overflow: hidden;
  border-radius: 3px;
}

.progress-bar-wrapper .progress-pin {
  position: absolute;
  height: 1.875rem;
  line-height: 1.875rem;
  color: #5c5c5c;
  text-align: center;
  transition: width 1s ease-in-out;
  white-space: nowrap;
}

.progress-bar-wrapper .progress-pin.negative {
  max-width: 50%;
  right: 50%;
  background: #ff777c;
}

.progress-bar-wrapper .progress-pin.positive {
  max-width: 50%;
  left: 50%;
  background: #67cc66;
}

.progress-bar-wrapper .progress-pin.neutral {
  position: relative;
  margin: 0 auto;
  width: 100% !important;
}

ul.ui-autocomplete {
  margin: 0;
  width: 100%;
  max-width: 31.25rem;
  list-style-type: none;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

ul.ui-autocomplete li.ui-menu-item {
  font-size: 0.875rem;
}

ul.ui-autocomplete li.ui-menu-item a {
  display: block;
  padding: 0 0.9375rem 0.5rem;
  width: 100%;
  height: 100%;
  color: #5c5c5c;
  background: #ecf0f1;
}

ul.ui-autocomplete li.ui-menu-item a:hover {
  background: #67cc66 !important;
  color: #fefefe !important;
}

ul.ui-autocomplete li.ui-menu-item a:first-child {
  padding-top: 0.5rem;
}

ul.ui-autocomplete li.ui-menu-item a .company-symbol {
  font-weight: bold;
}

ul.ui-autocomplete li.ui-menu-item a .company-symbol,
ul.ui-autocomplete li.ui-menu-item a .company-description {
  padding-right: 0.625rem;
}

ul.ui-autocomplete li.ui-menu-item.ui-state-active,
ul.ui-autocomplete li.ui-menu-item.ui-state-active a, ul.ui-autocomplete li.ui-menu-item.ui-state-focus,
ul.ui-autocomplete li.ui-menu-item.ui-state-focus a {
  background: #67cc66 !important;
  color: #fefefe !important;
}

.how-to-trade {
  margin: 1.25rem 0;
  padding: 1.25rem 1.25rem 0;
  border: 1px solid #dfdddd;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.how-to-trade h6 {
  margin-bottom: 0.1875rem;
  color: #5578a5;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}

.how-to-trade p {
  margin-bottom: 1.25rem;
  color: #5c5c5c;
  text-align: center;
  text-transform: capitalize;
}

.how-to-trade .step {
  padding: 0 0.3125rem;
}

.how-to-trade .step img {
  margin-bottom: 1.25rem;
}

.how-to-trade .step h3 {
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #5578a5;
}

.how-to-trade .step p {
  margin: 0;
  font-size: 0.625rem;
  color: #5c5c5c;
  text-align: left;
  text-transform: none;
  font-weight: 300;
}

.graph {
  margin-bottom: 1.25rem;
  padding: 0.9375rem;
  text-align: center;
  border: 1px solid #dfdddd;
  overflow: hidden;
}

.graph a {
  display: inline-block;
  font-size: 0.75rem;
  border-bottom: 1px dotted;
  margin-bottom: 0.9375rem;
}

.trade-real-ad {
  display: inline-block;
  margin-top: 0.9375rem;
  border: 1px solid #dfdddd;
  border-style: dashed;
  padding: 0.3125rem 0.625rem;
  font-size: 0.875rem;
}

.trade-real-ad .icADSlot {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.3125rem;
}

.market-etfs {
  margin: 1.25rem 0 1.875rem;
}

.market-etfs .market-box {
  padding-left: 0.9375rem;
  border-left: 3px solid #aeabab;
  vertical-align: top;
}

.market-etfs .market-box .index {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

.market-etfs .market-box .index-details {
  font-size: 1.5rem;
  font-weight: 300;
}

.market-etfs .market-box .index-details .price {
  display: inline-block;
  margin-right: 0.3125rem;
}

.market-etfs .market-box .index-details .price i.down {
  color: #ff777c;
}

.market-etfs .market-box .index-details .price i.up {
  color: #67cc66;
}

.market-etfs .market-box .index-details .price-change {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.125rem;
  vertical-align: bottom;
  font-weight: bold;
}

.market-etfs .market-box .index-details .price-change.down {
  color: #ff777c;
}

.market-etfs .market-box .index-details .price-change.up {
  color: #67cc66;
}

.market-etfs .market-box.purple .index {
  color: rgba(155, 89, 182, 0.8);
}

.market-etfs .market-box.purple {
  border-color: rgba(155, 89, 182, 0.8);
}

.market-etfs .market-box.orange .index {
  color: rgba(243, 156, 18, 0.6);
}

.market-etfs .market-box.orange {
  border-color: rgba(243, 156, 18, 0.6);
}

.market-etfs .market-box.blue .index {
  color: rgba(52, 152, 219, 0.9);
}

.market-etfs .market-box.blue {
  border-color: rgba(52, 152, 219, 0.9);
}

.market-etfs .market-box.green .index {
  color: #65c6bb;
}

.market-etfs .market-box.green {
  border-color: #65c6bb;
}

table.gainers-losers {
  margin: 1.25rem 0;
}

table.gainers-losers thead th.green {
  color: #67cc66;
  font-size: 0.875rem;
}

table.gainers-losers thead th.red {
  color: #ff777c;
  font-size: 0.875rem;
}

table.gainers-losers img {
  width: auto;
  max-height: 1.875rem;
}

table.gainers-losers tr td.up {
  color: #67cc66;
  font-weight: bold;
}

table.gainers-losers tr td.down {
  color: #ff777c;
  font-weight: bold;
}

.side-nav {
  background: #ecf0f1;
}

.side-nav ul {
  margin: 0;
}

.side-nav ul li {
  margin: 0;
}

.side-nav ul li a {
  display: block;
  padding: 0 0.9375rem;
  line-height: 2.5rem;
  font-size: 0.875rem;
  color: #aeabab;
  transition: color 0.25s ease-in-out;
}

.side-nav ul li a.active {
  border-right: 3px solid #5578a5;
  font-weight: 500;
  color: #5578a5;
}

.side-nav ul li a:hover {
  color: #5578a5;
  border-right: 3px solid #5578a5;
}

.market-news {
  margin-bottom: 1.25rem;
  border: 1px solid #dfdddd;
  border-width: 0.125rem;
  border-color: rgba(103, 204, 102, 0.6);
  padding: 0.9375rem;
}

.market-news h3 {
  font-size: 1rem;
  text-transform: uppercase;
  color: #67cc66;
}

.market-news a {
  display: block;
  margin-bottom: 0.625rem;
  color: #5c5c5c;
  font-size: 0.75rem;
  font-weight: normal;
  width: 36.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.market-news a:last-child {
  margin-bottom: 0.3125rem;
}

div.reveal.contestmodal hr {
  margin: 0 auto 15px;
}

div.switch input:checked ~ .switch-paddle {
  background: #5578a5;
}

div.switch .switch-paddle {
  height: 2.1875rem;
  background: #ecf0f1;
}

div.switch .switch-paddle:after {
  height: 1.6875rem;
  top: 0.25rem;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

div.switch .switch-paddle .switch-inactive {
  color: #5c5c5c;
}

#adblocker-notice {
  position: fixed;
  margin: 0;
  bottom: 0;
  left: 50%;
  margin-left: -31.25rem;
  width: 62.5rem;
  background: #5c5c5c;
  box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.2);
}

#adblocker-notice .icon {
  color: #fefefe;
  font-size: 1.75rem;
  margin-right: 0.9375rem;
}

#adblocker-notice h2 {
  margin-bottom: 0;
  font-size: 1rem;
  color: #fefefe;
  font-weight: bold;
}

#adblocker-notice p {
  margin: 0;
  color: #fefefe;
  font-size: 0.875rem;
}

#adblocker-notice button.close-button {
  color: #fefefe;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

#adblocker-notice .parent {
  display: table;
  margin: 0 auto;
}

#adblocker-notice .parent .child {
  display: table-cell;
  vertical-align: middle;
}

div.top-bar {
  position: relative;
  padding: 0.3125rem 0 0;
  z-index: 1000;
}

div.top-bar .top {
  border-bottom: 1px solid #99b5d2;
  padding-bottom: 0.3125rem;
}

@media screen and (max-width: 39.9375em) {
  div.top-bar .top {
    border-bottom: none;
  }
}

div.top-bar .top-bar-title {
  margin-right: 2.5rem;
}

div.top-bar .top-bar-title img {
  width: auto;
  max-width: 100%;
  max-height: 2.8125rem;
}

@media screen and (max-width: 39.9375em) {
  div.top-bar .top-bar-title {
    margin: 0 0 0.625rem;
    float: none;
  }
  div.top-bar .top-bar-title img {
    width: auto;
    max-height: 3.75rem;
  }
  div.top-bar .top-bar-title a.logo {
    margin-top: -0.9375rem;
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 39.9375em) {
  div.top-bar .top-bar-left,
  div.top-bar .top-bar-right {
    display: none;
  }
}

div.top-bar a {
  color: #99b5d2;
}

div.top-bar input[type=text] {
  margin: 0.3125rem 0;
  width: 21.875rem;
  max-width: none;
  border: none !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 63.9375em) {
  div.top-bar input[type=text] {
    width: 100%;
  }
}

div.top-bar ul.menu li a {
  font-size: 0.875rem;
}

div.top-bar ul.menu li a.account {
  color: #67cc66;
  font-style: italic;
}

div.top-bar ul.menu li a.profile-img {
  background-color: white !important;
  width: 2.1875rem;
  height: 2.1875rem;
  padding: 0;
  border-radius: 62.5rem;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  background-size: cover !important;
}

div.top-bar ul.menu li a.logout, div.top-bar ul.menu li a.join-contest {
  line-height: 1.875rem;
  margin: 0.4375rem 0 0.375rem 0.625rem;
  box-shadow: none;
}

div.top-bar ul.menu li.is-dropdown-submenu-parent > a.login::after {
  border-color: #5578a5 transparent transparent;
}

div.top-bar ul.menu li.sponsor {
  position: relative;
  left: 0.3125rem;
}

div.top-bar ul.menu li.sponsor .search-sponsor {
  padding: 0.125rem;
  width: 100%;
  max-height: 2.1875rem;
  background: #67cc66;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  overflow: hidden;
}

div.top-bar ul.menu li.sponsor .search-sponsor img {
  display: block;
  min-height: 1.5625rem;
}

@media screen and (max-width: 39.9375em) {
  div.top-bar ul.menu li {
    display: block;
  }
  div.top-bar ul.menu li .search-sponsor,
  div.top-bar ul.menu li .button {
    display: none;
  }
  div.top-bar ul.menu li a {
    margin-left: 0;
  }
}

div.top-bar ul.menu.submenu {
  margin-top: -0.625rem;
  background: #67cc66;
  border: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
  border-radius: 3px;
}

div.top-bar ul.menu.submenu li {
  border-bottom: 1px dotted rgba(254, 254, 254, 0.5);
}

div.top-bar ul.menu.submenu li a {
  color: #fefefe;
  font-weight: 300;
}

div.top-bar ul.menu.submenu li:last-child {
  border: none;
}

div.top-bar a.button {
  border: none;
  padding: 0 0.9375rem !important;
  line-height: 2.1875rem;
  margin: 0.3125rem 0 0.3125rem 0.625rem;
  text-transform: uppercase;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

div.top-bar ul.menu-links {
  width: 100%;
  text-align: center;
}

div.top-bar ul.menu-links li {
  display: inline-block;
}

div.top-bar ul.menu-links li a {
  padding: 0 0.9375rem 0.125rem !important;
  line-height: 2.1875rem;
  font-size: 0.875rem;
  transition: all 0.2s ease-in-out;
}

div.top-bar ul.menu-links li a:hover:not(.active) {
  opacity: 0.65;
}

div.top-bar ul.menu-links li a.active {
  color: #67cc66;
  border-bottom: 3px solid #67cc66;
}

div.top-bar ul.menu-links li a.login-mobile {
  display: none;
  width: 100%;
  background: #5578a5;
  color: #fefefe;
}

@media screen and (max-width: 39.9375em) {
  div.top-bar ul.menu-links li a.login-mobile {
    display: block;
  }
}

@media screen and (max-width: 39.9375em) {
  div.top-bar ul.menu-links li {
    display: block;
  }
}

ul.menu-login {
  background: #fefefe !important;
  padding: 0.625rem;
}

ul.menu-login label {
  text-align: center;
  font-weight: bold;
  font-style: italic;
}

ul.menu-login .button {
  margin: 0;
  margin-bottom: 0.625rem;
  width: 100%;
  font-size: 0.875rem;
  line-height: 2.0625rem;
  padding: 0 0.9375rem;
}

ul.menu-login .button.facebook, ul.menu-login .button.google {
  background-color: #49639F;
  margin-left: 0 !important;
}

ul.menu-login .button.google {
  background-color: #DF4A32;
}

ul.menu-login input[type=text] {
  border: 1px solid #dfdddd !important;
  box-shadow: none;
}

section.hero {
  min-height: 21.875rem;
  background: #346da6;
  background: -webkit-gradient(left top, right top, color-stop(0%, #346da6), color-stop(100%, #164a8d));
  background: linear-gradient(to right, #346da6 0%, #164a8d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#346da6', endColorstr='#164a8d', GradientType=1 );
}

section.hero .wrapper {
  min-height: 21.875rem;
  background: url("../img/hero-bg.png") bottom center no-repeat;
  background-size: 50%;
}

section.hero .hero-graphic-left {
  min-height: 21.875rem;
  background: url("../img/hero-graphic1.png") top left no-repeat;
  background-size: 30% auto;
  background-position: -8px;
}

section.hero .hero-graphic-right {
  min-height: 21.875rem;
  background: url("../img/hero-graphic2.png") top right no-repeat;
  background-size: 30% auto;
}

@media screen and (max-width: 73.75em) {
  section.hero .hero-graphic-left,
  section.hero .hero-graphic-right {
    background: none;
  }
}

section.hero h1 {
  position: relative;
  margin: 4.6875rem 0 1.5625rem;
  color: #fefefe;
  letter-spacing: 0.625rem;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1;
}

section.hero h1 img.free-graphic {
  position: absolute;
  margin-left: 50%;
  top: -2.625rem;
  left: -5.625rem;
  width: 10rem;
  height: auto;
}

section.hero p {
  color: #fefefe;
}

section.hero .button {
  min-width: 180px;
  margin-bottom: 0.625rem;
}

section.hero a.teachers {
  display: inline-block;
  margin-bottom: 5rem;
  font-size: 0.75rem;
  color: #ff777c;
  text-decoration: underline;
}

section.hero ul {
  margin-bottom: 1.875rem;
}

section.hero ul li {
  color: #fefefe;
  text-transform: capitalize;
}

section.hero ul li i {
  padding-right: 0.3125rem;
}

@media screen and (max-width: 39.9375em) {
  section.hero h1 {
    font-size: 1.3125rem;
  }
  section.hero h1 img.free-graphic {
    top: -2.5rem;
  }
  section.hero .button {
    width: 100%;
  }
}

section.featured-on {
  padding: 1.875rem 0 2.5rem;
  background: #ecf0f1;
  text-align: center;
}

@media screen and (max-width: 39.9375em) {
  section.featured-on {
    padding: 1.875rem 0 1.25rem;
  }
}

section.featured-on h3 {
  font-size: 1.125rem;
  font-weight: 300;
  text-transform: uppercase;
}

section.featured-on ul {
  margin: 0;
}

section.featured-on ul li {
  display: inline-block;
  padding: 0 0.625rem;
}

section.featured-on ul li img {
  width: auto;
  max-height: 1.5625rem;
}

@media screen and (max-width: 39.9375em) {
  section.featured-on ul li {
    margin-bottom: 1.25rem;
  }
}

section.features {
  padding: 1.875rem 0 1.25rem;
  background: url("../img/feature-bg.png") no-repeat;
  background-size: 100%;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 63.9375em) {
  section.features {
    padding: 1.875rem 0 1.25rem;
  }
  section.features .row::before {
    display: inherit;
  }
}

section.features h2 {
  font-size: 1.3125rem;
  font-weight: 300;
  text-transform: uppercase;
}

section.features p {
  margin-bottom: 1.875rem;
}

section.features span.ink {
  color: white;
  font-weight: bold;
  padding: 0.625rem 0.9375rem;
  background: url("../img/red-ink.png") no-repeat center;
  background-size: 100%;
}

@media screen and (max-width: 39.9375em) {
  section.features span.ink {
    display: none;
  }
}

section.features .img-wrapper {
  position: relative;
  margin-bottom: 1.25rem;
  background: #fefefe;
  padding: 0.625rem;
  border: 1px solid #aeabab;
  border-radius: 3px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

section.features .img-wrapper img {
  display: inline-block;
  width: auto;
  max-height: 14.875rem;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

section.features .img-wrapper .play-icon {
  position: absolute;
  width: 4.375rem;
  height: 4.375rem;
  padding-left: 0.3125rem;
  line-height: 3.875rem;
  left: 50%;
  margin-left: -2.1875rem;
  top: 50%;
  margin-top: -2.1875rem;
  border: 4px solid #5c5c5c;
  color: #5c5c5c;
  text-align: center;
  font-size: 2.375rem;
  border-radius: 62.5rem;
  background: rgba(254, 254, 254, 0.75);
  pointer-events: none;
}

section.features .feature-box {
  margin-bottom: 1.25rem;
  background: white;
  border: 1px solid #aeabab;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

section.features .feature-box a {
  display: block;
  padding: 0.625rem 0.3125rem;
  color: #5c5c5c;
  transition: background 0.2s ease-in-out;
}

section.features .feature-box a:hover {
  background: rgba(236, 240, 241, 0.5);
}

section.features .feature-box img {
  margin-bottom: 0.375rem;
  width: auto;
  max-height: 1.625rem;
}

section.features .feature-box h3 {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
}

section.features .feature-box p {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-transform: uppercase;
}

section.features .feature-box p.learn-more {
  display: block;
  font-size: 0.75rem;
  color: #67cc66;
}

@media screen and (max-width: 63.9375em) {
  section.features .feature-box {
    margin-bottom: 1.25rem;
  }
}

section.more-features {
  padding: 1.875rem 0 0;
  border-top: 1.25rem solid #67cc66;
  text-align: center;
  background: #8dcd85;
  background: -webkit-gradient(left top, right top, color-stop(0%, #8dcd85), color-stop(100%, #67cc66));
  background: linear-gradient(to right, #8dcd85 0%, #67cc66 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dcd85', endColorstr='#67cc66', GradientType=1 );
}

section.more-features h2 {
  font-size: 1.3125rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #fefefe;
}

section.more-features p {
  margin-bottom: 1.875rem;
  color: #fefefe;
}

section.more-features p a {
  color: #fefefe;
  font-weight: bold;
}

section.more-features img {
  padding-right: 0.625rem;
}

@media screen and (max-width: 39.9375em) {
  section.more-features img {
    margin-top: 0.9375rem;
  }
  section.more-features img.free-graphic {
    display: none;
  }
}

section.more-features ul {
  margin-top: 1.875rem;
}

section.more-features ul li {
  margin-bottom: 0.9375rem;
  text-align: left;
  font-size: 1rem;
  color: #fefefe;
  font-style: italic;
}

section.more-features ul li:last-child {
  margin-bottom: 0;
}

section.more-features ul li i {
  margin-right: 0.3125rem;
  font-weight: bold;
}

section.more-features ul li a {
  color: #fefefe;
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (max-width: 39.9375em) {
  section.more-features ul li {
    font-size: 0.875rem;
    text-align: inherit;
  }
}

@media screen and (max-width: 63.9375em) {
  section.more-features ul {
    margin-top: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  section.more-features ul {
    margin-top: 1.875rem;
  }
}

section.more-features div.call-to-action-bar {
  margin-top: 0.625rem;
  padding: 1.875rem 0;
  background: #67cc66;
  text-align: center;
}

section.more-features div.call-to-action-bar .button-group {
  position: relative;
  margin: 0;
}

section.more-features div.call-to-action-bar .button-group .button {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  color: #fefefe;
  border: 1px solid #fefefe;
  min-width: 12.5rem;
}

section.more-features div.call-to-action-bar .button-group .button:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

section.more-features div.call-to-action-bar .button-group .button:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

section.more-features div.call-to-action-bar .button-group .button:hover {
  background: #fefefe;
  color: #67cc66;
}

section.more-features div.call-to-action-bar .button-group img.free-graphic {
  position: absolute;
  margin-left: 50%;
  top: -4.0625rem;
  left: -10.625rem;
  width: 11.25rem;
  height: auto;
}

section.teacher-info {
  padding: 1.875rem 0 2.5rem;
}

section.teacher-info .top-panel {
  margin-bottom: 1.875rem;
  border-bottom: 1px solid #ecf0f1;
  padding-bottom: 1.875rem;
  text-align: center;
}

section.teacher-info .top-panel p {
  margin: 0;
}

@media screen and (max-width: 63.9375em) {
  section.teacher-info .top-panel {
    margin-bottom: 0;
  }
}

section.teacher-info h2 {
  font-size: 1.3125rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #ff777c;
}

section.teacher-info h3 {
  font-size: 1.125rem;
  font-weight: 300;
  text-align: center;
}

section.teacher-info h3 i {
  margin-right: 0.3125rem;
}

@media screen and (max-width: 63.9375em) {
  section.teacher-info h3 {
    margin-top: 1.875rem;
  }
}

section.teacher-info ul li {
  margin-bottom: 0.3125rem;
}

section.teacher-info ul li a {
  font-size: 0.875rem;
  color: #5c5c5c;
}

section.teacher-info ul li a.green-link {
  font-weight: bold;
  color: #67cc66;
  font-style: italic;
  text-decoration: underline;
}

section.teacher-info ul li a i {
  margin-right: 0.3125rem;
}

section.teacher-info ul li a:hover:not(.green-link) {
  border-bottom: 1px dotted #aeabab;
}

@media screen and (max-width: 63.9375em) {
  section.teacher-info ul li {
    text-align: center;
  }
  section.teacher-info ul li a i {
    display: none;
  }
}

section.teacher-info ul:last-child {
  margin-bottom: 0;
}

footer {
  background: #00478f;
  padding-bottom: 1.25rem;
}

footer .top-panel {
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #99b5d2;
  color: #99b5d2;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-style: italic;
  line-height: 2.5rem;
}

footer .top-panel .left-side {
  border-right: 1px solid #99b5d2;
  text-align: right;
  padding-right: 1.25rem;
}

footer .top-panel .right-side a {
  color: #99b5d2;
}

footer .top-panel .right-side i {
  font-size: 1.5rem;
  margin-left: 0.625rem;
  vertical-align: middle;
}

footer ul {
  margin-bottom: 0;
}

footer ul li {
  font-size: 0.625rem;
}

footer ul li a {
  color: #99b5d2;
  transition: all 0.2s ease-in-out;
}

footer ul li a:hover {
  color: #99b5d2;
  opacity: 0.65;
}

footer ul li.title {
  font-size: 0.75rem;
  color: #99b5d2;
  font-weight: bold;
  font-style: italic;
}

footer p {
  font-size: 0.625rem;
  color: #99b5d2;
}

@media screen and (max-width: 63.9375em) {
  footer .top-panel {
    line-height: 1.5625rem;
    padding: 0.9375rem;
  }
  footer .top-panel .left-side, footer .top-panel .right-side {
    text-align: center;
    border: none;
  }
  footer ul li, footer p {
    text-align: center;
  }
  footer a.logo {
    display: block;
    margin-bottom: 0.625rem;
    text-align: center;
  }
  footer a.logo img {
    max-width: 12.5rem;
  }
  footer .margin-mobile {
    margin-bottom: 0.625rem;
  }
  footer p {
    margin-top: 0.625rem;
  }
}

div.login-register-bar {
  padding-top: 2.5rem;
  background: #ecf0f1;
  overflow: hidden;
}

div.login-register-bar ul {
  margin: 0;
  width: 100%;
  text-align: center;
}

div.login-register-bar ul li {
  margin-bottom: 0;
  display: inline-block;
}

div.login-register-bar ul li a {
  padding: 0 1.875rem 0.25rem;
  font-size: 1rem;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  line-height: 2.1875rem;
  color: #5c5c5c;
}

div.login-register-bar ul li a:hover:not(.active) {
  opacity: 0.65;
}

div.login-register-bar ul li a.active {
  color: #67cc66;
  border-bottom: 3px solid #67cc66;
}

div.login-register-form {
  margin: 0 auto 6.25rem;
  width: 100%;
  max-width: 34.375rem;
  padding: 1.25rem 1.875rem;
  border-radius: 3px;
  border: 1px solid #aeabab;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  text-align: center;
}

div.login-register-form h2 {
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
}

div.login-register-form h2.login {
  margin-bottom: 1.25rem;
}

div.login-register-form h2 span.red {
  color: #ff777c;
  font-weight: bold;
}

div.login-register-form input.is-invalid-input + label {
  color: #ff777c;
}

div.login-register-form input[type=text],
div.login-register-form input[type=password],
div.login-register-form select {
  height: 2.5rem;
}

div.login-register-form a, div.login-register-form label, div.login-register-form p {
  font-weight: 300;
  color: #5c5c5c;
}

div.login-register-form a.forgot-password, div.login-register-form label.forgot-password, div.login-register-form p.forgot-password {
  font-size: 0.875rem;
  color: #5c5c5c;
  margin-left: 0.9375rem;
}

div.login-register-form label {
  display: inline;
}

div.login-register-form label.remember-me {
  display: inline-block;
  margin-right: 0.9375rem;
}

div.login-register-form label.title {
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

div.login-register-form label.terms-conditons a {
  text-decoration: underline;
}

div.login-register-form .button {
  max-width: 12.5rem;
  margin: 0 auto 0.625rem;
}

div.login-register-form input.checkbox + label {
  display: inline;
}

div.login-register-form input.checkbox.no-margin {
  margin: 0;
}

div.login-register-form input.register-button {
  margin-top: 1rem;
}

@media screen and (max-width: 63.9375em) {
  div.login-register-form {
    border: none;
    padding: 0;
    box-shadow: none;
  }
}

div.login-register-form hr {
  border-color: #67cc66;
}

div.login-register-form h6 {
  margin: 0;
  font-size: 1rem;
  color: #67cc66;
  font-weight: 300;
}

div.login-register-form table {
  margin: 0;
  border: none;
  text-align: left;
}

div.login-register-form table tbody {
  border: none;
}

div.login-register-form table tbody td {
  padding: 0;
}

div.login-register-form table tbody td iframe {
  display: none;
}

div.login-register-form table tbody td div {
  padding: 0;
}

div.login-register-form table tbody td input {
  margin: 0;
  margin-right: 0.9375rem;
}

div.login-register-form #sicoreg_msg {
  display: none;
}

.social-login {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #67cc66;
  overflow: hidden;
}

.social-login a {
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
  color: #fefefe !important;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.125rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.social-login a i {
  margin-right: 0.9375rem;
}

.social-login a.facebook {
  background-color: #49639F;
}

.social-login a.google {
  background-color: #DF4A32;
}

.social-login a:hover {
  opacity: 0.75;
}

@media screen and (max-width: 63.9375em) {
  .social-login a {
    margin: 0;
    width: 100%;
  }
  .social-login a:first-child {
    margin-bottom: 0.625rem;
  }
}

.register-callout {
  margin: 0 auto;
  width: 100%;
  max-width: 32.8125rem;
  background: rgba(103, 204, 102, 0.85) !important;
  border-top: 4px solid #67cc66;
  text-align: center;
}

.register-callout p, .register-callout a {
  margin-bottom: 0;
  color: #fefefe;
}

.register-callout p.already-account, .register-callout a.already-account {
  text-decoration: underline;
}

@keyframes fade-in-out {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}

section.title-header .wrapper {
  margin: 0 auto;
  max-width: 80rem;
  padding: 0.625rem;
  background: #5578a5;
}

section.title-header .title {
  display: inline-block;
  padding-right: 1.25rem;
  border-right: 1px solid rgba(254, 254, 254, 0.5);
}

section.title-header .title h1 {
  display: inline;
  vertical-align: bottom;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  color: #fefefe;
}

section.title-header .title h1 small {
  display: block;
  margin-top: 0.1875rem;
  font-size: 0.75rem;
  line-height: 0.5rem;
  color: #fefefe;
  opacity: 0.75;
}

section.title-header .select-contest {
  display: inline-block;
}

section.title-header .select-contest > .menu-title {
  display: inline-block;
  margin-left: 0.9375rem;
  vertical-align: bottom;
  font-size: 0.75rem;
  line-height: 2.125rem;
  text-transform: uppercase;
  color: #fefefe;
  opacity: 0.75;
}

section.title-header .select-contest .menu-wrapper {
  position: relative;
  display: inline-block;
  margin-top: -0.3125rem;
  margin-left: 0.9375rem;
  padding: 0 1.25rem;
  vertical-align: bottom;
  overflow: hidden;
  height: 2.1875rem;
  max-width: 31.25rem;
}

section.title-header .select-contest .menu-wrapper::before {
  content: "";
  background: #5578a5;
  background: linear-gradient(to left, rgba(85, 120, 165, 0), #5578a5 65%);
  height: 100%;
  width: 4.375rem;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

section.title-header .select-contest .menu-wrapper::after {
  content: "";
  background: #5578a5;
  background: linear-gradient(to right, rgba(85, 120, 165, 0), #5578a5 65%);
  height: 100%;
  width: 4.375rem;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

section.title-header .select-contest .menu-wrapper .scroll-menu {
  background-color: #5578a5;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 5rem;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 2.1875rem;
}

section.title-header .select-contest .menu-wrapper .scroll-menu > li {
  display: inline-block;
  vertical-align: middle;
}

section.title-header .select-contest .menu-wrapper .scroll-menu > li > a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fefefe;
  font-size: 0.875rem;
  padding: 0 0.625rem 0 0;
  line-height: 2.1875rem;
}

section.title-header .select-contest .menu-wrapper .scroll-menu > li > a:hover {
  color: #67cc66;
}

section.title-header .select-contest .menu-wrapper .scroll-menu > li:last-child {
  padding-right: 0;
}

section.title-header .select-contest .menu-wrapper .scroll-menu > li.active > a {
  position: relative;
  color: #67cc66;
}

section.title-header .select-contest .menu-wrapper .scroll-menu > li.active > a:after {
  position: absolute;
  content: "\f111";
  width: 0.5rem;
  font-family: FontAwesome;
  left: 50%;
  margin-left: -0.3125rem;
  bottom: -0.8125rem;
  font-size: 0.625rem;
  animation: fade-in-out 2s ease-in-out infinite;
}

section.title-header .select-contest .menu-wrapper .menu-arrow {
  position: absolute;
  width: 1.5625rem;
  text-align: right;
  right: 0;
  z-index: 1;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  color: #fefefe;
  cursor: pointer;
}

section.title-header .select-contest .menu-wrapper .menu-arrow.left {
  left: 0;
  text-align: left;
}

section.title-header ul.go-to {
  margin: 0;
}

section.title-header ul.go-to > li {
  padding: 0;
  margin: 0;
}

section.title-header ul.go-to > li > a {
  font-size: 0.75rem;
  padding: 0;
  padding-right: 0.9375rem;
  line-height: 2.1875rem;
  color: #fefefe;
}

section.title-header ul.go-to > li a {
  color: #fefefe;
  transition: all .25s ease-in-out;
}

section.title-header ul.go-to > li a:hover {
  opacity: 0.75;
}

section.title-header ul.go-to > li a::after {
  display: none !important;
}

section.title-header ul.go-to > li:last-child a {
  padding-right: 0 !important;
  text-transform: uppercase;
  font-size: 0.875rem;
}

section.title-header ul.go-to ul.menu {
  margin-top: -1.25rem;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  background: #ecf0f1;
  border-radius: 3px;
}

section.title-header ul.go-to ul.menu li {
  text-align: center;
}

section.title-header ul.go-to ul.menu li a {
  font-size: 0.875rem;
  padding-left: 0;
  padding-right: 0;
  color: #5c5c5c;
  text-transform: capitalize;
}

section.title-header ul.go-to ul.menu li:last-child {
  border-bottom: none;
}

section.summary {
  margin: 0 auto;
  margin-bottom: 1.25rem;
}

section.summary .wrapper {
  margin: 0 auto;
  border-top: 4px solid #45c144;
  max-width: 78.75rem;
  background: #8dcd85;
  background: -webkit-gradient(left top, right top, color-stop(0%, #8dcd85), color-stop(100%, #67cc66));
  background: linear-gradient(to right, #8dcd85 0%, #67cc66 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dcd85', endColorstr='#67cc66', GradientType=1 );
}

section.summary ul {
  margin: 0;
  list-style: none;
  text-align: center;
}

section.summary ul li {
  display: inline-block;
  margin: 0;
  padding: 0 1.25rem;
  font-size: 0.875rem;
  color: #fefefe;
  line-height: 2.1875rem;
  text-transform: uppercase;
}

section.summary ul li a {
  color: #fefefe;
  transition: all .25s ease-in-out;
}

section.summary ul li a:hover {
  opacity: 0.75;
}

section.summary ul li a::after {
  display: none !important;
}

section.summary ul li:last-child a {
  padding-right: 0 !important;
}

section.summary ul li ul.menu {
  margin-top: -1.25rem;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  background: #ecf0f1;
  border-radius: 3px;
}

section.summary ul li ul.menu li a {
  padding-left: 0;
  padding-right: 0;
  color: #5c5c5c;
  text-transform: capitalize;
}

section.summary ul li ul.menu li:last-child {
  border-bottom: none;
}

section.summary ul li.heading {
  color: #5c5c5c;
  font-weight: bold;
  font-style: italic;
}

section.summary .carousel-prev,
section.summary .carousel-next {
  position: absolute;
  top: 50%;
  left: 0.9375rem;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 1;
}

section.summary .carousel-next {
  left: inherit;
  right: 0.9375rem;
}

section.dashboard {
  margin: 0 0 6.25rem;
}

section.dashboard h2 {
  margin-bottom: 1.25rem;
  color: #5c5c5c;
  font-weight: bold;
  font-size: 0.875rem;
  text-transform: uppercase;
}

section.dashboard hr {
  margin-top: 0.5rem;
  border-width: 0.1875rem;
  border-color: #ecf0f1;
}

section.dashboard ul {
  text-align: center;
  -ms-transform: scale(1.04);
      transform: scale(1.04);
  -ms-transform-origin: top;
      transform-origin: top;
}

section.dashboard ul li {
  margin: 0 1.5625rem;
  width: 6.25rem;
  display: inline-block;
  vertical-align: top;
}

section.dashboard ul li .icon {
  margin-bottom: 0.625rem;
  width: 6.25rem;
  height: 4.6875rem;
  background: url("../img/dashboard-icons-sprite.png") no-repeat;
  background-size: 540px 755px;
}

section.dashboard ul li .icon.my-stocks {
  background-position: 0 0;
}

section.dashboard ul li .icon.my-assignments {
  background-position: -110px 0;
}

section.dashboard ul li .icon.account-balances {
  background-position: -220px 0;
}

section.dashboard ul li .icon.graph-portfolio {
  background-position: -330px 0;
}

section.dashboard ul li .icon.tutorials {
  background-position: -440px 0;
}

section.dashboard ul li .icon.trade-stocks {
  background-position: 0 -85px;
}

section.dashboard ul li .icon.trade-mutual {
  background-position: -110px -85px;
}

section.dashboard ul li .icon.my-trades {
  background-position: -220px -85px;
}

section.dashboard ul li .icon.my-orders {
  background-position: -330px -85px;
}

section.dashboard ul li .icon.my-rankings {
  background-position: 0 -170px;
}

section.dashboard ul li .icon.manage-contests {
  background-position: -110px -170px;
}

section.dashboard ul li .icon.join-contest {
  background-position: -220px -170px;
}

section.dashboard ul li .icon.create-contest {
  background-position: -330px -170px;
}

section.dashboard ul li .icon.contest-prizes {
  background-position: -440px -170px;
}

section.dashboard ul li .icon.get-quote {
  background-position: 0 -255px;
}

section.dashboard ul li .icon.company-news {
  background-position: -110px -255px;
}

section.dashboard ul li .icon.interactive-charts {
  background-position: -220px -255px;
}

section.dashboard ul li .icon.analyst-ratings {
  background-position: -330px -255px;
}

section.dashboard ul li .icon.historical-prices {
  background-position: -440px -255px;
}

section.dashboard ul li .icon.income-statements {
  background-position: 0 -340px;
}

section.dashboard ul li .icon.balance-sheets {
  background-position: -110px -340px;
}

section.dashboard ul li .icon.stocks-sector {
  background-position: -220px -340px;
}

section.dashboard ul li .icon.market-summary {
  background-position: -330px -340px;
}

section.dashboard ul li .icon.more-tools {
  background-position: -440px -340px;
}

section.dashboard ul li .icon.popular-stocks {
  background-position: 0 -425px;
}

section.dashboard ul li .icon.popular-mutual {
  background-position: -110px -425px;
}

section.dashboard ul li .icon.upgrades-downgrades {
  background-position: -220px -425px;
}

section.dashboard ul li .icon.best-worst-etfs {
  background-position: -330px -425px;
}

section.dashboard ul li .icon.earnings-releases {
  background-position: -440px -425px;
}

section.dashboard ul li .icon.how-choose-stocks {
  background-position: 0 -510px;
}

section.dashboard ul li .icon.finding-stocks {
  background-position: -110px -510px;
}

section.dashboard ul li .icon.winning-strategies {
  background-position: -220px -510px;
}

section.dashboard ul li .icon.gainers-losers {
  background-position: -330px -510px;
}

section.dashboard ul li .icon.market-movers {
  background-position: -440px  -510px;
}

section.dashboard ul li .icon.new-teachers {
  background-position: 0 -595px;
}

section.dashboard ul li .icon.teacher-help {
  background-position: -110px -595px;
}

section.dashboard ul li .icon.create-contest {
  background-position: -220px -595px;
}

section.dashboard ul li .icon.manage-assignments {
  background-position: -330px -595px;
}

section.dashboard ul li .icon.upgrade-class {
  background-position: -440px -595px;
}

section.dashboard ul li .icon.class-discussion {
  background-position: 0 -675px;
}

section.dashboard ul li .icon.class-ranking {
  background-position: -110px -680px;
}

section.dashboard ul li .icon.class-ranking {
  background-position: -110px -680px;
}

section.dashboard ul li .icon.lesson-plans {
  background-position: -220px -680px;
}

section.dashboard ul li .icon.class-prizes {
  background-position: -330px -680px;
}

section.dashboard ul li .icon.contact-support {
  background-position: -440px -680px;
}

section.dashboard ul li a {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: normal;
  color: #5c5c5c;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.25s ease-in-out;
}

section.dashboard ul li a:hover {
  opacity: 0.65;
}

section.dashboard .section {
  margin-bottom: 1.25rem;
  border: 3px solid #CCC;
  border-radius: 0.625rem;
  padding: 0.9375rem;
}

section.dashboard .section.admin {
  border-color: #5578a5;
  background: rgba(85, 120, 165, 0.1);
}

section.dashboard .section.admin h2 {
  color: #5578a5;
}

section.dashboard .section.purple {
  border-color: rgba(155, 89, 182, 0.3);
}

section.dashboard .section.purple h2 {
  color: rgba(155, 89, 182, 0.8);
}

section.dashboard .section.blue {
  border-color: rgba(52, 152, 219, 0.3);
}

section.dashboard .section.blue h2 {
  color: rgba(52, 152, 219, 0.9);
}

section.dashboard .section.orange {
  border-color: rgba(243, 156, 18, 0.3);
}

section.dashboard .section.orange h2 {
  color: #f39c12;
}

section.dashboard .section.red {
  border-color: rgba(231, 76, 60, 0.3);
}

section.dashboard .section.red h2 {
  color: rgba(231, 76, 60, 0.8);
}

section.dashboard .section.green {
  border-color: rgba(101, 198, 187, 0.3);
}

section.dashboard .section.green h2 {
  color: #65c6bb;
}

section.dashboard .ad-panel {
  margin-bottom: 1.25rem;
}
