/**
 * Proxima Nova comes in font weights of 100, 300, 600
 * Here, we map the standard font names to sensible weights.
 */

/* `bold` : 600 */
@font-face {
  font-family: 'Proxima Nova';
  src: url("/permalink/fonts/proxima-nova/proximanova-semibold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
/* 600 : 600 */
@font-face {
  font-family: 'Proxima Nova';
  src: url("/permalink/fonts/proxima-nova/proximanova-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
/* `normal` : 300 */
@font-face {
  font-family: 'Proxima Nova';
  src: url("/permalink/fonts/proxima-nova/proximanova-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* `normal italic` : 300 italic */
@font-face {
  font-family: 'Proxima Nova';
  src: url("/permalink/fonts/proxima-nova/proximanova-regularit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
/* 300 : 300 */
@font-face {
  font-family: 'Proxima Nova';
  src: url("/permalink/fonts/proxima-nova/proximanova-regular-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/* 300 italic : 300 italic */
@font-face {
  font-family: 'Proxima Nova';
  src: url("/permalink/fonts/proxima-nova/proximanova-regularit-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
/* 100 : 100 */
@font-face {
  font-family: 'Proxima Nova';
  src: url("/permalink/fonts/proximanova-light-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Symbola';
  src: url("/permalink/fonts/symbola/symbola_hint.eot");
  src: url("/permalink/fonts/symbola/symbola_hint.eot?#iefix") format("embedded-opentype"), url("/permalink/fonts/symbola/symbola_hint.woff2") format("woff2"), url("/permalink/fonts/symbola/symbola_hint.woff") format("woff"), url("/permalink/fonts/symbola/symbola_hint.ttf") format("truetype"), url("/permalink/fonts/symbola/symbola_hint.svg#SymbolaRegular") format("svg");
}
@font-face {
  font-family: "Flat-UI-Icons";
  src: url("/permalink/fonts/flat-ui/flat-ui-icons.eot");
  src: url("/permalink/fonts/flat-ui/flat-ui-icons.eot?#iefix") format("embedded-opentype"), url("/permalink/fonts/flat-ui/flat-ui-icons.woff") format("woff"), url("/permalink/fonts/flat-ui/flat-ui-icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'Flat-UI-Icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="fui-"] {
*/
.fui-triangle-up, .fui-triangle-up-small, .fui-triangle-right-large, .fui-triangle-left-large, .fui-triangle-down, .fui-info, .fui-alert, .fui-question, .fui-window, .fui-windows, .fui-arrow-right, .fui-arrow-left, .fui-loop, .fui-cmd, .fui-mic, .fui-triangle-down-small, .fui-check-inverted, .fui-heart, .fui-location, .fui-plus, .fui-check, .fui-cross, .fui-list, .fui-new, .fui-video, .fui-photo, .fui-volume, .fui-time, .fui-eye, .fui-chat, .fui-home, .fui-upload, .fui-search, .fui-user, .fui-mail, .fui-lock, .fui-power, .fui-star, .fui-calendar, .fui-gear, .fui-book, .fui-exit, .fui-trash, .fui-folder, .fui-bubble, .fui-cross-inverted, .fui-plus-inverted, .fui-export, .fui-radio-unchecked, .fui-radio-checked, .fui-checkbox-unchecked, .fui-checkbox-checked, .fui-flat, .fui-calendar-solid, .fui-star-2, .fui-credit-card, .fui-clip, .fui-link, .fui-pause, .fui-play, .fui-tag, .fui-document, .fui-image, .fui-facebook, .fui-youtube, .fui-vimeo, .fui-twitter, .fui-stumbleupon, .fui-spotify, .fui-skype, .fui-pinterest, .fui-path, .fui-myspace, .fui-linkedin, .fui-googleplus, .fui-dribbble, .fui-blogger, .fui-behance, .fui-list-thumbnailed, .fui-list-small-thumbnails, .fui-list-numbered, .fui-list-large-thumbnails, .fui-list-columned, .fui-list-bulleted {
  display: inline-block;
  font-family: 'Flat-UI-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.fui-triangle-up:before {
  content: "\e000";
}

.fui-triangle-up-small:before {
  content: "\e001";
}

.fui-triangle-right-large:before {
  content: "\e002";
}

.fui-triangle-left-large:before {
  content: "\e003";
}

.fui-triangle-down:before {
  content: "\e004";
}

.fui-info:before {
  content: "\e016";
}

.fui-alert:before {
  content: "\e017";
}

.fui-question:before {
  content: "\e018";
}

.fui-window:before {
  content: "\e019";
}

.fui-windows:before {
  content: "\e01a";
}

.fui-arrow-right:before {
  content: "\e02c";
}

.fui-arrow-left:before {
  content: "\e02d";
}

.fui-loop:before {
  content: "\e02e";
}

.fui-cmd:before {
  content: "\e02f";
}

.fui-mic:before {
  content: "\e030";
}

.fui-triangle-down-small:before {
  content: "\e005";
}

.fui-check-inverted:before {
  content: "\e006";
}

.fui-heart:before {
  content: "\e007";
}

.fui-location:before {
  content: "\e008";
}

.fui-plus:before {
  content: "\e009";
}

.fui-check:before {
  content: "\e00a";
}

.fui-cross:before {
  content: "\e00b";
}

.fui-list:before {
  content: "\e00c";
}

.fui-new:before {
  content: "\e00d";
}

.fui-video:before {
  content: "\e00e";
}

.fui-photo:before {
  content: "\e00f";
}

.fui-volume:before {
  content: "\e010";
}

.fui-time:before {
  content: "\e011";
}

.fui-eye:before {
  content: "\e012";
}

.fui-chat:before {
  content: "\e013";
}

.fui-home:before {
  content: "\e015";
}

.fui-upload:before {
  content: "\e01b";
}

.fui-search:before {
  content: "\e01c";
}

.fui-user:before {
  content: "\e01d";
}

.fui-mail:before {
  content: "\e01e";
}

.fui-lock:before {
  content: "\e01f";
}

.fui-power:before {
  content: "\e020";
}

.fui-star:before {
  content: "\e021";
}

.fui-calendar:before {
  content: "\e023";
}

.fui-gear:before {
  content: "\e024";
}

.fui-book:before {
  content: "\e025";
}

.fui-exit:before {
  content: "\e026";
}

.fui-trash:before {
  content: "\e027";
}

.fui-folder:before {
  content: "\e028";
}

.fui-bubble:before {
  content: "\e029";
}

.fui-cross-inverted:before {
  content: "\e02a";
}

.fui-plus-inverted:before {
  content: "\e031";
}

.fui-export:before {
  content: "\e014";
}

.fui-radio-unchecked:before {
  content: "\e02b";
}

.fui-radio-checked:before {
  content: "\e032";
}

.fui-checkbox-unchecked:before {
  content: "\e033";
}

.fui-checkbox-checked:before {
  content: "\e034";
}

.fui-flat:before {
  content: "\e035";
}

.fui-calendar-solid:before {
  content: "\e022";
}

.fui-star-2:before {
  content: "\e036";
}

.fui-credit-card:before {
  content: "\e037";
}

.fui-clip:before {
  content: "\e038";
}

.fui-link:before {
  content: "\e039";
}

.fui-pause:before {
  content: "\e03b";
}

.fui-play:before {
  content: "\e03c";
}

.fui-tag:before {
  content: "\e03d";
}

.fui-document:before {
  content: "\e03e";
}

.fui-image:before {
  content: "\e03a";
}

.fui-facebook:before {
  content: "\e03f";
}

.fui-youtube:before {
  content: "\e040";
}

.fui-vimeo:before {
  content: "\e041";
}

.fui-twitter:before {
  content: "\e042";
}

.fui-stumbleupon:before {
  content: "\e043";
}

.fui-spotify:before {
  content: "\e044";
}

.fui-skype:before {
  content: "\e045";
}

.fui-pinterest:before {
  content: "\e046";
}

.fui-path:before {
  content: "\e047";
}

.fui-myspace:before {
  content: "\e048";
}

.fui-linkedin:before {
  content: "\e049";
}

.fui-googleplus:before {
  content: "\e04a";
}

.fui-dribbble:before {
  content: "\e04c";
}

.fui-blogger:before {
  content: "\e04d";
}

.fui-behance:before {
  content: "\e04e";
}

.fui-list-thumbnailed:before {
  content: "\e04b";
}

.fui-list-small-thumbnails:before {
  content: "\e04f";
}

.fui-list-numbered:before {
  content: "\e050";
}

.fui-list-large-thumbnails:before {
  content: "\e051";
}

.fui-list-columned:before {
  content: "\e052";
}

.fui-list-bulleted:before {
  content: "\e053";
}

/*$brand-primary;*/
.clearfix:before, .container-fixed:before, .select.select-block:before, .bottom-menu .bottom-links:before,
.bottom-menu .bottom-icons:before, .iconbar:before, .clearfix:after, .container-fixed:after, .select.select-block:after, .bottom-menu .bottom-links:after,
.bottom-menu .bottom-icons:after, .iconbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after, .container-fixed:after, .select.select-block:after, .bottom-menu .bottom-links:after,
.bottom-menu .bottom-icons:after, .iconbar:after {
  clear: both;
}

.tab-focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.responsive-visibility {
  display: block !important;
}
tr .responsive-visibility {
  display: table-row !important;
}
th .responsive-visibility, td .responsive-visibility {
  display: table-cell !important;
}

.responsive-invisibility, tr .responsive-invisibility, th .responsive-invisibility, td .responsive-invisibility {
  display: none !important;
}

.container-fixed {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.dropdown-arrow-inverse {
  border-bottom-color: #34495e !important;
  border-top-color: #34495e !important;
}

body {
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #444;
  background-color: #fff;
}

a {
  color: #3498db;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
a:hover, a:focus {
  color: #2980b9;
  text-decoration: none;
}

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

.img-comment {
  font-size: 18px;
  line-height: 1.5;
  font-style: italic;
  margin: 24px 0;
}

p {
  margin: 0 0 24px;
}

.lead {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: normal;
}
@media (min-width: 768px) {
  .lead {
    font-size: 26.672px;
  }
}

small,
.small {
  font-size: 83%;
  line-height: 2.067;
}

.text-muted {
  color: #bdc3c7;
}

.text-inverse {
  color: white;
}

.text-primary {
  color: #1abc9c;
}
.text-primary:hover {
  color: #15967d;
}

.text-warning {
  color: #f1c40f;
}
.text-warning:hover {
  color: #c19d0c;
}

.text-danger {
  color: #e74c3c;
}
.text-danger:hover {
  color: #b93d30;
}

.text-success {
  color: #2ecc71;
}
.text-success:hover {
  color: #25a35a;
}

.text-info {
  color: #3498db;
}
.text-info:hover {
  color: #2a7aaf;
}

.text-alt {
  color: #9b59b6;
}
.text-alt:hover {
  color: #7c4792;
}

.bg-alt {
  background-color: #f8e3fc;
}

.bg-alt:hover {
  background-color: #ecb5f7;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
  font-weight: normal;
  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 {
  color: #e7e9ec;
}

h1,
h2,
h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}

h4,
h5,
h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}

h6 {
  font-weight: normal;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 26px;
}

h3, .h3 {
  font-size: 25px;
}

h4, .h4 {
  font-size: 22px;
}

h5, .h5 {
  font-size: 19px;
}

h6, .h6 {
  font-size: 16px;
}

.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #e7e9ec;
}

ul,
ol {
  margin-bottom: 12px;
}

dl {
  margin-bottom: 24px;
}

dt,
dd {
  line-height: 1.5;
}

@media (min-width: 992px) {
  .dl-horizontal dt {
    width: 160px;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #bdc3c7;
}

blockquote {
  border-left: 3px solid #e7e9ec;
  padding: 0 0 0 16px;
  margin: 0 0 24px;
}
blockquote p {
  font-size: 18px;
  line-height: 1.55;
  font-weight: normal;
  margin-bottom: .4em;
}
blockquote small {
  font-size: 16px;
  line-height: 1.5;
  font-style: italic;
  color: inherit;
}
blockquote small:before {
  content: "";
}
blockquote.pull-right {
  padding-right: 16px;
  padding-left: 0;
  border-right: 3px solid #e7e9ec;
  border-left: 0;
}
blockquote.pull-right small:after {
  content: "";
}

address {
  margin-bottom: 24px;
  line-height: 1.5;
}

code,
kdb,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
pre code {
  color: #c7254e;
}

pre {
  padding: 6px;
  margin: 0 0 12px;
  font-size: 11px;
  font-size: 14px;
  line-height: 1.5;
  color: inherit;
  background-color: white;
  border: 2px solid #e7e9ec;
  border-radius: 3px;
}

.pre-scrollable {
  max-height: 340px;
}

.btn {
  border: none;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 4px;
  padding: 10px 15px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
}
.btn:hover, .btn:focus {
  color: white;
}
.btn:active, .btn.active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.7;
  filter: "alpha(opacity=opacity-ie)";
}
.btn > [class^="fui-"] {
  margin: 0 1px;
  position: relative;
  line-height: 1;
  top: 1px;
}
.btn.btn-xs > [class^="fui-"], .btn-group-xs > .btn > [class^="fui-"] {
  font-size: 11px;
  top: 0;
}
.btn.btn-hg > [class^="fui-"], .btn-group-gh > .btn > [class^="fui-"] {
  top: 2px;
}

.btn-default {
  color: white;
  background-color: #bdc3c7;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .btn-default.dropdown-toggle {
  color: white;
  background-color: #cacfd2;
  border-color: #cacfd2;
}
.btn-default:active, .btn-default.active, .open .btn-default.dropdown-toggle {
  background: #a1a6a9;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #bdc3c7;
}

.btn-primary {
  color: white;
  background-color: #1abc9c;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .btn-primary.dropdown-toggle {
  color: white;
  background-color: #48c9b0;
  border-color: #48c9b0;
}
.btn-primary:active, .btn-primary.active, .open .btn-primary.dropdown-toggle {
  background: #16a085;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #1abc9c;
}

.btn-info {
  color: white;
  background-color: #3498db;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .btn-info.dropdown-toggle {
  color: white;
  background-color: #5dade2;
  border-color: #5dade2;
}
.btn-info:active, .btn-info.active, .open .btn-info.dropdown-toggle {
  background: #2c81ba;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #3498db;
}

.btn-danger {
  color: white;
  background-color: #e74c3c;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .btn-danger.dropdown-toggle {
  color: white;
  background-color: #ec7063;
  border-color: #ec7063;
}
.btn-danger:active, .btn-danger.active, .open .btn-danger.dropdown-toggle {
  background: #c44133;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #e74c3c;
}

.btn-success {
  color: white;
  background-color: #2ecc71;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .btn-success.dropdown-toggle {
  color: white;
  background-color: #58d68d;
  border-color: #58d68d;
}
.btn-success:active, .btn-success.active, .open .btn-success.dropdown-toggle {
  background: #27ad60;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #2ecc71;
}

.btn-warning {
  color: white;
  background-color: #f1c40f;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .btn-warning.dropdown-toggle {
  color: white;
  background-color: overlay(#f1c40f, #9f9f9f);
  border-color: overlay(#f1c40f, #9f9f9f);
}
.btn-warning:active, .btn-warning.active, .open .btn-warning.dropdown-toggle {
  background: #cda70d;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f1c40f;
}

.btn-inverse {
  color: white;
  background-color: #34495e;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .open .btn-inverse.dropdown-toggle {
  color: white;
  background-color: overlay(#34495e, #9f9f9f);
  border-color: overlay(#34495e, #9f9f9f);
}
.btn-inverse:active, .btn-inverse.active, .open .btn-inverse.dropdown-toggle {
  background: #2c3e50;
}
.btn-inverse.disabled, .btn-inverse.disabled:hover, .btn-inverse.disabled:focus, .btn-inverse.disabled:active, .btn-inverse.disabled.active, .btn-inverse[disabled], .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled]:active, .btn-inverse[disabled].active, fieldset[disabled] .btn-inverse, fieldset[disabled] .btn-inverse:hover, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse:active, fieldset[disabled] .btn-inverse.active {
  background-color: #34495e;
}

.btn-embossed {
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}
.btn-embossed.active, .btn-embossed:active {
  -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
}

.btn-wide {
  min-width: 140px;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-link {
  color: #3498db;
}
.btn-link:hover, .btn-link:focus {
  color: #2980b9;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #bdc3c7;
  text-decoration: none;
}

.btn-hg, .btn-group-gh > .btn {
  padding: 13px 20px;
  font-size: 19px;
  line-height: 1.227;
  border-radius: 3px;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 19px;
  font-size: 15px;
  line-height: 1.471;
  border-radius: 3px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 9px 13px;
  font-size: 11px;
  line-height: 1.385;
  border-radius: 4px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 6px 9px;
  font-size: 11px;
  line-height: 1.083;
  border-radius: 3px;
}

.btn-tip {
  font-weight: normal;
  padding-left: 10px;
  font-size: 92%;
}

.btn-block {
  white-space: normal;
}

[class*="btn-social-"] {
  padding: 10px 15px;
  font-size: 11px;
  line-height: 1.077;
  border-radius: 4px;
}

.btn-social-pinterest {
  color: white;
  background-color: #cb2028;
}
.btn-social-pinterest:hover, .btn-social-pinterest:focus {
  background-color: #d54d53;
}
.btn-social-pinterest:active, .btn-social-pinterest.active {
  background-color: #ad1b22;
}

.btn-social-linkedin {
  color: white;
  background-color: #0072b5;
}
.btn-social-linkedin:hover, .btn-social-linkedin:focus {
  background-color: #338ec4;
}
.btn-social-linkedin:active, .btn-social-linkedin.active {
  background-color: #00619a;
}

.btn-social-stumbleupon {
  color: white;
  background-color: #ed4a13;
}
.btn-social-stumbleupon:hover, .btn-social-stumbleupon:focus {
  background-color: #f16e42;
}
.btn-social-stumbleupon:active, .btn-social-stumbleupon.active {
  background-color: #c93f10;
}

.btn-social-googleplus {
  color: white;
  background-color: #2d2d2d;
}
.btn-social-googleplus:hover, .btn-social-googleplus:focus {
  background-color: #575757;
}
.btn-social-googleplus:active, .btn-social-googleplus.active {
  background-color: #262626;
}

.btn-social-facebook {
  color: white;
  background-color: #2f4b93;
}
.btn-social-facebook:hover, .btn-social-facebook:focus {
  background-color: #596fa9;
}
.btn-social-facebook:active, .btn-social-facebook.active {
  background-color: #28407d;
}

.btn-social-twitter {
  color: white;
  background-color: #00bdef;
}
.btn-social-twitter:hover, .btn-social-twitter:focus {
  background-color: #33caf2;
}
.btn-social-twitter:active, .btn-social-twitter.active {
  background-color: #00a1cb;
}

.special-button {
  display: inline-block;
  text-align: center;
  font-weight: normal;
  border: 0;
  color: #FFFFFF;
  transition: background-color 300ms;
  -webkit-transition: background-color 300ms;
  cursor: pointer;
}

.special-button.disabled {
  background-color: #dee1e5;
  cursor: default;
}

.special-button.green {
  background-color: #2ecc71;
  color: #FFFFFF;
}

.special-button.green:hover {
  background-color: #27ae60;
  color: #FFFFFF;
}

.special-button.yellow {
  background-color: #f1c61a;
  color: #FFFFFF;
}

.special-button.yellow:hover {
  background-color: #e2b706;
  color: #FFFFFF;
}

.special-button.red {
  background-color: #d62929;
  color: #FFFFFF;
}

.special-button.red:hover {
  background-color: #c21f1f;
  color: #FFFFFF;
}

.special-button.blue {
  background-color: #29ccd6;
  color: #FFFFFF;
}

.special-button.blue:hover {
  background-color: #1fb8c2;
  color: #FFFFFF;
}

.btn-toggle {
  color: #444444;
  background-color: #ffffff;
  border: 1px solid #DDDDDD;
  /* Because we add border we need to fix the toggle buttons to be the same height as other buttons */
  padding-top: 9px;
  padding-bottom: 9px;
}
.btn-toggle:hover, .btn-toggle:focus, .btn-toggle:active, .btn-toggle.active, .open .btn-toggle.dropdown-toggle {
  color: #444444;
  background-color: #3498DB;
  border-color: #3498DB;
}
.btn-toggle:active, .btn-toggle.active, .open .btn-toggle.dropdown-toggle {
  background: #3498DB;
}
.btn-toggle.disabled, .btn-toggle.disabled:hover, .btn-toggle.disabled:focus, .btn-toggle.disabled:active, .btn-toggle.disabled.active, .btn-toggle[disabled], .btn-toggle[disabled]:hover, .btn-toggle[disabled]:focus, .btn-toggle[disabled]:active, .btn-toggle[disabled].active, fieldset[disabled] .btn-toggle, fieldset[disabled] .btn-toggle:hover, fieldset[disabled] .btn-toggle:focus, fieldset[disabled] .btn-toggle:active, fieldset[disabled] .btn-toggle.active {
  background-color: #ffffff;
}
.btn-toggle:hover, .btn-toggle:focus, .btn-toggle:active, .btn-toggle.active, .open .btn-toggle.dropdown-toggle {
  color: #ffffff;
}

.btn-dark-yellow {
  color: #ffffff;
  background-color: #F39C12;
}
.btn-dark-yellow:hover, .btn-dark-yellow:focus, .btn-dark-yellow:active, .btn-dark-yellow.active, .open .btn-dark-yellow.dropdown-toggle {
  color: #ffffff;
  background-color: #cf850f;
  border-color: #cf850f;
}
.btn-dark-yellow:active, .btn-dark-yellow.active, .open .btn-dark-yellow.dropdown-toggle {
  background: #c27d0e;
}
.btn-dark-yellow.disabled, .btn-dark-yellow.disabled:hover, .btn-dark-yellow.disabled:focus, .btn-dark-yellow.disabled:active, .btn-dark-yellow.disabled.active, .btn-dark-yellow[disabled], .btn-dark-yellow[disabled]:hover, .btn-dark-yellow[disabled]:focus, .btn-dark-yellow[disabled]:active, .btn-dark-yellow[disabled].active, fieldset[disabled] .btn-dark-yellow, fieldset[disabled] .btn-dark-yellow:hover, fieldset[disabled] .btn-dark-yellow:focus, fieldset[disabled] .btn-dark-yellow:active, fieldset[disabled] .btn-dark-yellow.active {
  background-color: #F39C12;
}

.btn-default .caret {
  border-top-color: white;
}
.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
  border-top-color: white;
}

.dropup .btn-default .caret {
  border-bottom-color: white;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: white;
}

.btn-group > .btn + .btn {
  margin-left: 0;
}
.btn-group > .btn + .dropdown-toggle {
  border-left: 2px solid rgba(52, 73, 94, 0.15);
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group > .btn + .dropdown-toggle .caret {
  margin-left: 3px;
  margin-right: 3px;
}
.btn-group > .btn.btn-gh + .dropdown-toggle .caret {
  margin-left: 7px;
  margin-right: 7px;
}
.btn-group > .btn.btn-sm + .dropdown-toggle .caret, .btn-group-sm.btn-group > .btn + .dropdown-toggle .caret {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle .caret {
  margin-left: 8px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-weight: normal;
}

.btn-group:focus .dropdown-toggle {
  outline: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.btn-group.open .dropdown-toggle {
  color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-toolbar .btn.active {
  color: white;
}
.btn-toolbar .btn > [class^="fui-"] {
  font-size: 16px;
  margin: 0 4px;
}

.caret {
  border-width: 8px 6px;
  border-bottom-color: #34495e;
  border-top-color: #34495e;
  border-style: solid;
  border-bottom-style: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
}

.dropup .caret,
.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-bottom-width: 8px;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-top-width: 8px;
  border-right-width: 6px;
  border-left-width: 6px;
}

.navbar {
  font-size: 13px;
  border-radius: 3px;
  border: none;
}
.navbar .navbar-brand {
  border-radius: 3px 0 0 3px;
  color: #526476;
  font-size: 20px;
  line-height: 29.55px;
  font-weight: bold;
  padding: 23px 28px 24px 17px;
  text-shadow: none;
  display: inline-block;
}
.navbar .navbar-brand:hover, .navbar .navbar-brand:focus {
  color: #1abc9c;
}
.navbar .navbar-brand[class*="fui-"] {
  font-weight: normal;
}
.navbar .navbar-brand small {
  line-height: 1;
}
.navbar .nav {
  margin-right: 0;
  display: inline-block;
  float: left;
}
.navbar .nav > li {
  position: relative;
  display: inline-block;
}
.navbar .nav > li:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  z-index: 100;
  -webkit-transform: scale(1, 1);
  display: block\9;
}
.navbar .nav > li.active > a,
.navbar .nav > li.active > a:hover,
.navbar .nav > li.active > a:focus {
  background: none;
  color: #1abc9c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar .nav > li:first-child {
  border-radius: 3px 3px 0 0;
}
.navbar .nav > li:last-child {
  border-radius: 0 0 3px 3px;
}
.navbar .nav > li > ul {
  padding-top: 13px;
  top: 80%;
  padding-left: 0;
}
.navbar .nav > li > ul:before {
  content: "";
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #34495e transparent;
  height: 0;
  position: absolute;
  left: 15px;
  top: 5px;
  width: 0;
  -webkit-transform: rotate(360deg);
}
.navbar .nav > li > ul li:hover ul {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  visibility: visible;
  display: block\9;
}
.navbar .nav > li > ul li ul {
  left: 100%;
}
.navbar .nav > li > a {
  color: #526476;
  display: inline-block;
  font-size: 13px;
  line-height: 28px;
  padding: 22px 20px;
  text-shadow: none;
  -webkit-transition: "background-color .25s, color .25s, border-bottom-color .25s";
  transition: "background-color .25s, color .25s, border-bottom-color .25s";
}
.navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
  color: #1abc9c;
  background-color: transparent;
}
.navbar .nav > li > a[class*="fui-"] {
  font-size: 24px;
  font-weight: normal;
}
.navbar .nav > li > a > [class*="fui-"] {
  font-size: 24px;
  margin: -4px 0 0;
  position: relative;
  top: 4px;
}
.navbar .nav > li > a > [class*="fui-"] + * {
  margin-left: 12px;
}
.navbar .nav ul {
  border-radius: 4px;
  left: 0;
  list-style-type: none;
  margin-left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 234px;
  -webkit-transform: scale(1, 0.99);
  -webkit-transform-origin: 0 0;
  visibility: hidden;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.navbar .nav ul ul {
  left: 95%;
  padding-left: 5px;
}
.navbar .nav ul li {
  background-color: #34495e;
  padding: 0 3px 3px;
  position: relative;
}
.navbar .nav ul li:first-child {
  border-radius: 3px 3px 0 0;
  padding-top: 3px;
}
.navbar .nav ul li:last-child {
  border-radius: 0 0 3px 3px;
}
.navbar .nav ul li.active > a,
.navbar .nav ul li.active > a:hover,
.navbar .nav ul li.active > a:focus {
  background-color: #1abc9c;
  color: white;
  padding-left: 9px;
  padding-right: 9px;
}
.navbar .nav ul li.active + li > a {
  padding-left: 9px;
  padding-right: 9px;
}
.navbar .nav ul a {
  border-radius: 2px;
  color: white;
  display: block;
  font-size: 13px;
  padding: 6px 9px;
  text-decoration: none;
}
.navbar .nav ul a:hover {
  background-color: #3498db;
}
.navbar .btn-navbar {
  background: none;
  border: none;
  color: #34495e;
  margin: 18px 15px;
  padding: 3px 15px;
  text-shadow: none;
  display: none;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus {
  background: none;
  color: #1abc9c;
}
.navbar .btn-navbar:before {
  content: "\e00c";
  font-family: "Flat-UI-Icons";
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.navbar .btn-navbar .icon-bar {
  display: none;
}

.navbar-default {
  background: #eceef0;
  border: none;
  padding-left: 0;
  padding-right: 0;
  border-radius: 3px;
}

.navbar-inverse {
  background: #34495e;
  font-size: 15px;
}
.navbar-inverse .navbar-brand {
  border-bottom: 2px solid #2c3e50;
  border-right: 2px solid #2c3e50;
  color: white;
  padding: 10px 28px 11px 32px;
}
.navbar-inverse .btn-navbar {
  color: white;
  margin: 7px 10px;
}
.navbar-inverse .btn-icon {
  margin: 8px 5px 8px 15px;
}
.navbar-inverse .nav > li:first-child.active > a {
  padding-left: 20px;
}
.navbar-inverse .nav > li:first-child > a {
  border-left: none;
}
.navbar-inverse .nav > li.active > a, .navbar-inverse .nav > li.active > a:hover, .navbar-inverse .nav > li.active > a:focus {
  background-color: #1abc9c;
  border-bottom-color: #16a085;
  border-left: none;
  color: white;
  padding-left: 20px;
}
.navbar-inverse .nav > li.active + li > a {
  border-left: none;
  padding-left: 20px;
}
.navbar-inverse .nav > li > a {
  font-size: 13px;
  border-bottom: 2px solid #2c3e50;
  border-left: 2px solid #2c3e50 !important;
  color: white;
  padding: 16px 20px 15px;
  line-height: 20px;
}
.navbar-inverse .nav.navbar-right .dropdown-menu {
  left: -100%;
  margin-left: 17px;
}
.navbar-inverse .nav.navbar-right .open > .dropdown-menu:before {
  display: block !important;
}
.navbar-inverse .nav.navbar-right > li > a {
  border-radius: 0 3px 3px 0;
}

.navbar-unread,
.navbar-new {
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
  background-color: #1abc9c;
  border-radius: 50%;
  color: white;
  font-size: 0;
  font-weight: bold;
  height: 6px;
  line-height: 14px;
  position: absolute;
  right: 12px;
  text-align: center;
  top: 28px;
  width: 6px;
  z-index: 10;
}
.active .navbar-unread, .active
.navbar-new {
  background-color: white;
  display: none;
}
.navbar-inverse .navbar-unread, .navbar-inverse
.navbar-new {
  top: 15px;
}

.navbar-new {
  background-color: #e74c3c;
  font-size: 12px;
  line-height: 17px;
  height: 18px;
  margin: -9px -1px;
  min-width: 18px;
  padding: 0 1px;
  width: auto;
  -webkit-font-smoothing: subpixel-antialiased;
}

.navbar.navbar-inverse .nav li.dropdown.open > .dropdown-toggle {
  background-color: #1abc9c;
  border-bottom-color: #16a085;
  color: white;
}
.navbar.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret {
  border-bottom-color: white !important;
  border-top-color: white !important;
}
.navbar .nav li.dropdown.open > .dropdown-toggle {
  background: none;
  color: #1abc9c;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret {
  border-bottom-color: #1abc9c !important;
  border-top-color: #1abc9c !important;
}
.navbar .nav li.dropdown.open .dropdown-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
  z-index: 1000;
  -webkit-transform: none;
}
.navbar .nav li.dropdown > .dropdown-toggle {
  outline: none;
}
.navbar .nav li.dropdown > .dropdown-toggle:hover .caret, .navbar .nav li.dropdown > .dropdown-toggle:focus .caret {
  border-bottom-color: #1abc9c;
  border-top-color: #1abc9c;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-left-width: 6px;
  border-right-width: 6px;
  border-top-width: 8px;
  border-bottom-color: #4c6a89;
  border-top-color: #4c6a89;
  margin-left: 10px;
}
.navbar .nav li.dropdown .dropdown-menu {
  background-color: #34495e;
  opacity: 0;
  padding: 0;
  visibility: hidden;
}
.navbar .nav li.dropdown .dropdown-menu:before {
  display: none;
}
.navbar .nav li.dropdown .dropdown-menu:after {
  border-bottom-color: #34495e;
}
.navbar .nav li.dropdown .dropdown-menu > li > a {
  border-radius: 3px;
  color: white;
  padding: 6px 8px 8px;
}
.navbar .nav li.dropdown .dropdown-menu .divider {
  background-color: #2c3e50;
  border-bottom: none;
  margin: 2px 0 5px;
  padding: 0;
  height: 2px;
}

.navbar.navbar-inverse .navbar-form {
  border-left: 2px solid #2c3e50;
  border-bottom: 2px solid #2c3e50;
  padding: 8px 5px 8px 23px;
}
.navbar.navbar-inverse .navbar-form .input-group-btn .btn {
  background-color: #2c3e50;
  color: #4c6a89 !important;
}
.navbar.navbar-inverse .navbar-form .form-control {
  background-color: #2c3e50;
  color: white;
}
.navbar.navbar-inverse .navbar-form .form-control:-moz-placeholder {
  color: #819db9;
}
.navbar.navbar-inverse .navbar-form .form-control::-moz-placeholder {
  color: #819db9;
}
.navbar.navbar-inverse .navbar-form .form-control:-ms-input-placeholder {
  color: #819db9;
}
.navbar.navbar-inverse .navbar-form .form-control::-webkit-input-placeholder {
  color: #819db9;
}
.navbar.navbar-inverse .navbar-form .form-control.placeholder {
  color: #819db9;
}
.navbar.navbar-inverse .navbar-form .form-control:focus {
  border-color: #1abc9c;
}
.navbar.navbar-inverse .navbar-form.focus .input-group-btn .btn {
  background-color: #2c3e50 !important;
}
.navbar .navbar-form {
  margin: 0;
  padding: 20px 5px 19px 20px;
  max-width: 229px;
}
.navbar .navbar-form .form-group {
  margin-bottom: 0;
}
.navbar .navbar-form .form-control {
  background-color: white;
  border: 2px solid transparent;
  color: #526476;
  font-size: 13px;
}
.navbar .navbar-form .form-control:-moz-placeholder {
  color: #798795;
}
.navbar .navbar-form .form-control::-moz-placeholder {
  color: #798795;
}
.navbar .navbar-form .form-control:-ms-input-placeholder {
  color: #798795;
}
.navbar .navbar-form .form-control::-webkit-input-placeholder {
  color: #798795;
}
.navbar .navbar-form .form-control.placeholder {
  color: #798795;
}
.navbar .navbar-form .form-control:focus {
  border-color: #1abc9c;
}
.navbar .navbar-form .input-group-btn .btn {
  border-color: transparent;
  color: #9aa4af;
  font-size: 13px;
}

.navbar.navbar-fixed-bottom .navbar-inner .navbar-form .form-control,
.navbar.navbar-fixed-top .navbar-inner .navbar-form .form-control {
  border-radius: 50px 0 0 50px !important;
}
.navbar.navbar-fixed-bottom .navbar-inner .navbar-form .btn,
.navbar.navbar-fixed-top .navbar-inner .navbar-form .btn {
  border-radius: 0 50px 50px 0;
}

.navbar.navbar-fixed-bottom .nav > li:hover > ul {
  bottom: 100%;
  padding-bottom: 13px;
  top: auto;
}
.navbar.navbar-fixed-bottom .nav > li:hover > ul li:hover ul {
  bottom: 0;
}
.navbar.navbar-fixed-bottom .nav ul {
  bottom: 80%;
  top: auto;
}

@media (max-width: 991px) {
  .navbar.navbar-inverse .navbar-brand {
    border: none;
    padding-top: 11px;
    padding-bottom: 13px;
  }
  .navbar.navbar-inverse .nav {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar.navbar-inverse .nav > li.active > a,
  .navbar.navbar-inverse .nav > li.active > a:hover,
  .navbar.navbar-inverse .nav > li.active > a:focus {
    background-color: #1abc9c;
  }
  .navbar.navbar-inverse .nav > li > a,
  .navbar.navbar-inverse .nav > li > a:hover {
    background: none;
    border: none;
  }
  .navbar.navbar-inverse .nav > li ul li a {
    color: white;
  }
  .navbar.navbar-inverse .navbar-form {
    border: none;
    padding-right: 20px;
    padding-left: 20px !important;
    max-width: none;
  }
  .navbar.navbar-inverse a,
  .navbar.navbar-inverse .navbar-collapse .nav > li > a,
  .navbar.navbar-inverse .navbar-collapse li.dropdown .dropdown-menu a {
    color: white;
    border-radius: 0;
  }
  .navbar.navbar-inverse a:hover, .navbar.navbar-inverse a:focus,
  .navbar.navbar-inverse .navbar-collapse .nav > li > a:hover,
  .navbar.navbar-inverse .navbar-collapse .nav > li > a:focus,
  .navbar.navbar-inverse .navbar-collapse li.dropdown .dropdown-menu a:hover,
  .navbar.navbar-inverse .navbar-collapse li.dropdown .dropdown-menu a:focus {
    color: white;
  }
  .navbar .navbar-brand {
    padding-left: 20px;
    float: none;
  }
  .navbar .btn-navbar {
    float: right;
    display: block;
  }
  .navbar .navbar-collapse {
    padding: 0;
  }
  .navbar .navbar-form {
    max-width: none;
    padding: 20px 20px 19px;
  }
  .navbar .nav {
    float: none !important;
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
  }
  .navbar .nav > li:hover > ul,
  .navbar .nav > li:hover .dropdown-menu,
  .navbar .nav > li.dropdown:hover > ul,
  .navbar .nav > li.dropdown:hover .dropdown-menu {
    height: auto;
    margin-left: 30px;
  }
  .navbar .nav > li:hover > ul li:hover a,
  .navbar .nav > li:hover .dropdown-menu li:hover a,
  .navbar .nav > li.dropdown:hover > ul li:hover a,
  .navbar .nav > li.dropdown:hover .dropdown-menu li:hover a {
    background-color: transparent;
    color: #1abc9c;
  }
  .navbar .nav > li:hover > ul li:hover ul,
  .navbar .nav > li:hover .dropdown-menu li:hover ul,
  .navbar .nav > li.dropdown:hover > ul li:hover ul,
  .navbar .nav > li.dropdown:hover .dropdown-menu li:hover ul {
    height: auto;
    margin-left: 20px;
  }
  .navbar .nav > li > a,
  .navbar .nav > li > a:hover,
  .navbar .nav > li.dropdown > a,
  .navbar .nav > li.dropdown > a:hover {
    background: none;
    padding: 7px 20px;
  }
  .navbar .nav > li ul,
  .navbar .nav > li.dropdown ul {
    background: none;
    height: 0;
    padding: 0;
    position: static;
    width: auto;
  }
  .navbar .nav > li ul:before, .navbar .nav > li ul:after,
  .navbar .nav > li.dropdown ul:before,
  .navbar .nav > li.dropdown ul:after {
    display: none;
  }
  .navbar .nav > li ul li,
  .navbar .nav > li.dropdown ul li {
    background: none;
  }
  .navbar .nav > li ul li a,
  .navbar .nav > li.dropdown ul li a {
    color: #34495e;
  }
  .navbar .nav > li ul li a:hover, .navbar .nav > li ul li a:focus,
  .navbar .nav > li.dropdown ul li a:hover,
  .navbar .nav > li.dropdown ul li a:focus {
    color: #1abc9c;
  }
  .navbar .nav li.dropdown .dropdown-menu {
    background: none;
    margin-top: 0;
  }
  .navbar .nav li.dropdown .dropdown-menu li a {
    color: #34495e;
  }
  .navbar .nav li.dropdown .dropdown-menu li a:hover, .navbar .nav li.dropdown .dropdown-menu li a:focus {
    color: #1abc9c;
  }
  .navbar .nav .dropdown-toggle:focus {
    background-color: transparent !important;
  }
  .navbar .nav li a .hidden-lg {
    display: inline !important;
  }
  .navbar .nav li {
    display: block;
  }
  .navbar .nav a {
    display: block !important;
  }
  .navbar .nav-collapse {
    width: 100%;
  }
  .navbar .nav-collapse:before, .navbar .nav-collapse:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .navbar .nav-collapse:after {
    clear: both;
  }
  .navbar .nav-collapse .navbar-search {
    padding-left: 5px;
    float: none !important;
  }

  .navbar-unread,
  .navbar-new {
    position: static;
    float: right;
    margin: 0 0 0 10px;
  }
}
.select {
  display: inline-block;
  margin-bottom: 10px;
}
[class*="span"] > .select[class*="span"] {
  margin-left: 0;
}
.select[class*="span"] .btn {
  width: 100%;
}
.select.select-block {
  display: block;
  float: none;
  margin-left: 0;
  width: auto;
}
.select.select-block .btn {
  width: 100%;
}
.select .btn {
  width: 220px;
}
.select .btn.btn-hg .filter-option, .select .btn-group-gh > .btn .filter-option {
  left: 20px;
  right: 40px;
  top: 13px;
}
.select .btn.btn-hg .caret, .select .btn-group-gh > .btn .caret {
  right: 20px;
}
.select .btn.btn-lg .filter-option, .select .btn-group-lg > .btn .filter-option {
  left: 18px;
  right: 38px;
}
.select .btn.btn-sm .filter-option, .select .btn-group-sm > .btn .filter-option {
  left: 13px;
  right: 33px;
}
.select .btn.btn-sm .caret, .select .btn-group-sm > .btn .caret {
  right: 13px;
}
.select .btn.btn-xs .filter-option, .select .btn-group-xs > .btn .filter-option {
  left: 13px;
  right: 33px;
  top: 5px;
}
.select .btn.btn-xs .caret, .select .btn-group-xs > .btn .caret {
  right: 13px;
}
.select .btn .filter-option {
  height: 26px;
  left: 13px;
  overflow: hidden;
  position: absolute;
  right: 33px;
  text-align: left;
  top: 10px;
}
.select .btn .caret {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -3px;
}
.select .btn .dropdown-toggle {
  border-radius: 3px;
}
.select .btn .dropdown-menu {
  min-width: 100%;
}
.select .btn .dropdown-menu dt {
  cursor: default;
  display: block;
  padding: 3px 20px;
}
.select .btn .dropdown-menu li:not(.disabled) > a:hover small {
  color: rgba(255, 255, 255, 0.004);
}
.select .btn .dropdown-menu li > a {
  min-height: 20px;
}
.select .btn .dropdown-menu li > a.opt {
  padding-left: 35px;
}
.select .btn .dropdown-menu li small {
  padding-left: .5em;
}
.select .btn .dropdown-menu li > dt small {
  font-weight: normal;
}
.select .btn > .disabled,
.select .btn .dropdown-menu li.disabled > a {
  cursor: default;
}
.select .caret {
  border-bottom-color: white;
  border-top-color: white;
}

textarea {
  font-size: 18px;
  line-height: 24px;
  padding: 5px 11px;
}

label {
  font-weight: normal;
  line-height: 1.74075em;
}

.form-control:-moz-placeholder {
  color: #b2bcc5;
}
.form-control::-moz-placeholder {
  color: #b2bcc5;
}
.form-control:-ms-input-placeholder {
  color: #b2bcc5;
}
.form-control::-webkit-input-placeholder {
  color: #b2bcc5;
}
.form-control.placeholder {
  color: #b2bcc5;
}

.form-control {
  border: 1px solid #bdc3c7;
  color: #34495e;
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 8px 12px;
  height: 36px;
  -webkit-appearance: none;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: "border .25s linear, color .25s linear, background-color .25s linear";
  transition: "border .25s linear, color .25s linear, background-color .25s linear";
}
.form-group.focus .form-control, .form-control:focus {
  border-color: #1abc9c;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #f4f6f6;
  border-color: #d5dbdb;
  color: #d5dbdb;
  cursor: default;
}
.form-control.flat {
  border-color: transparent;
}
.form-control.flat:hover {
  border-color: #bdc3c7;
}
.form-control.flat:focus {
  border-color: #1abc9c;
}

.btn-uc {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .25em;
  font-weight: bold;
  padding: 14px 19px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
}

.spacer-row {
  margin: 20px 0;
}

.forgot-pw {
  line-height: 1.99em;
}

.login-h2 {
  margin-bottom: 40px;
}

.oauth-link {
  background-position: 50%;
  min-height: 50px;
  background-size: 110px auto;
  background-repeat: no-repeat;
  color: #FFFFFF;
}

.oauth-row {
  margin-bottom: 20px;
}

.fb-login {
  background-color: #3B5998;
}

.google-login {
  background-color: #DD4B39;
}

.pearson-us-login {
  background-image: url('../../img/solve3/pearson-us-login.png');
  border: 1px solid #267fa3;
  background-size: 100px auto;
  background-color: #ffffff;
}

.clever-login {
  background-image: url('../../img/solve3/clever-login.png');
  border: 1px solid #4274F6;
  background-size: 207px auto;
  background-color: #ffffff;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .clever-login {
    background-image: url('../../img/solve3/clever-login@2x.png');
    background-size: 207px auto;
  }
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 6px 10px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 3px;
}
.input-sm.select, .input-group-sm > .select.form-control,
.input-group-sm > .select.input-group-addon,
.input-group-sm > .input-group-btn > .select.btn {
  height: 30px;
  line-height: 30px;
}
.input-sm.textarea, .input-group-sm > .textarea.form-control,
.input-group-sm > .textarea.input-group-addon,
.input-group-sm > .input-group-btn > .textarea.btn {
  height: auto;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 40px;
  padding: 10px 12px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
.input-lg.select, .input-group-lg > .select.form-control,
.input-group-lg > .select.input-group-addon,
.input-group-lg > .input-group-btn > .select.btn {
  height: 40px;
  line-height: 40px;
}
.input-lg.textarea, .input-group-lg > .textarea.form-control,
.input-group-lg > .textarea.input-group-addon,
.input-group-lg > .input-group-btn > .textarea.btn {
  height: auto;
}

.input-hg, .input-group-hg > .form-control,
.input-group-hg > .input-group-addon,
.input-group-hg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 3px;
}
.input-hg.select, .input-group-hg > .select.form-control,
.input-group-hg > .select.input-group-addon,
.input-group-hg > .input-group-btn > .select.btn {
  height: 46px;
  line-height: 46px;
}
.input-hg.textarea, .input-group-hg > .textarea.form-control,
.input-group-hg > .textarea.input-group-addon,
.input-group-hg > .input-group-btn > .textarea.btn {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label {
  color: #f1c40f;
}
.has-warning .form-control {
  color: #f1c40f;
  border-color: #f1c40f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .form-control:-moz-placeholder {
  color: #f1c40f;
}
.has-warning .form-control::-moz-placeholder {
  color: #f1c40f;
}
.has-warning .form-control:-ms-input-placeholder {
  color: #f1c40f;
}
.has-warning .form-control::-webkit-input-placeholder {
  color: #f1c40f;
}
.has-warning .form-control.placeholder {
  color: #f1c40f;
}
.has-warning .form-control:focus {
  border-color: #f1c40f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #f1c40f;
  border-color: #f1c40f;
  background-color: white;
}

.has-error .help-block,
.has-error .control-label {
  color: #e74c3c;
}
.has-error .form-control {
  color: #e74c3c;
  border-color: #e74c3c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:-moz-placeholder {
  color: #e74c3c;
}
.has-error .form-control::-moz-placeholder {
  color: #e74c3c;
}
.has-error .form-control:-ms-input-placeholder {
  color: #e74c3c;
}
.has-error .form-control::-webkit-input-placeholder {
  color: #e74c3c;
}
.has-error .form-control.placeholder {
  color: #e74c3c;
}
.has-error .form-control:focus {
  border-color: #e74c3c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #e74c3c;
  border-color: #e74c3c;
  background-color: white;
}

.has-success .help-block,
.has-success .control-label {
  color: #2ecc71;
}
.has-success .form-control {
  color: #2ecc71;
  border-color: #2ecc71;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:-moz-placeholder {
  color: #2ecc71;
}
.has-success .form-control::-moz-placeholder {
  color: #2ecc71;
}
.has-success .form-control:-ms-input-placeholder {
  color: #2ecc71;
}
.has-success .form-control::-webkit-input-placeholder {
  color: #2ecc71;
}
.has-success .form-control.placeholder {
  color: #2ecc71;
}
.has-success .form-control:focus {
  border-color: #2ecc71;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #2ecc71;
  border-color: #2ecc71;
  background-color: white;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-group {
  position: relative;
}

.form-control + .input-icon {
  position: absolute;
  top: 2px;
  right: 2px;
  line-height: 37px;
  vertical-align: middle;
  font-size: 18px;
  color: #b2bcc5;
  background-color: white;
  padding: 0 12px 0 0;
  border-radius: 3px;
}

.input-hg + .input-icon, .input-group-hg > .form-control + .input-icon,
.input-group-hg > .input-group-addon + .input-icon,
.input-group-hg > .input-group-btn > .btn + .input-icon {
  line-height: 49px;
  padding: 0 16px 0 0;
}

.input-lg + .input-icon, .input-group-lg > .form-control + .input-icon,
.input-group-lg > .input-group-addon + .input-icon,
.input-group-lg > .input-group-btn > .btn + .input-icon {
  line-height: 41px;
  padding: 0 15px 0 0;
}

.input-sm + .input-icon, .input-group-sm > .form-control + .input-icon,
.input-group-sm > .input-group-addon + .input-icon,
.input-group-sm > .input-group-btn > .btn + .input-icon {
  font-size: 16px;
  line-height: 30px;
  padding: 0 10px 0 0;
}

.has-success .input-icon {
  color: #2ecc71;
}

.has-warning .input-icon {
  color: #f1c40f;
}

.has-error .input-icon {
  color: #e74c3c;
}

.form-control[disabled] + .input-icon,
.form-control[readonly] + .input-icon,
fieldset[disabled] .form-control + .input-icon,
.form-control.disabled + .input-icon {
  color: #d5dbdb;
  background-color: #f4f6f6;
}

.input-group-addon {
  padding: 10px 12px;
  font-size: 13px;
  color: white;
  text-align: center;
  background-color: #bdc3c7;
  border: 1px solid #bdc3c7;
  border-radius: 3px;
  -webkit-transition: "border .25s linear, color .25s linear, background-color .25s linear";
  transition: "border .25s linear, color .25s linear, background-color .25s linear";
}
.input-group-sm .input-group-addon {
  padding: 6px 10px;
  font-size: 10px;
  line-height: 1;
  border-radius: 3px;
}
.input-group-lg .input-group-addon {
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1;
}
.input-group-hg .input-group-addon {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.form-group.focus .input-group-addon,
.navbar-form.focus .input-group-addon {
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.form-group.focus .input-group-btn > .btn-default + .btn-default,
.navbar-form.focus .input-group-btn > .btn-default + .btn-default {
  border-left-color: #16a085;
}
.form-group.focus .input-group-btn .btn,
.navbar-form.focus .input-group-btn .btn {
  border-color: #1abc9c;
  background-color: white;
  color: #1abc9c;
}
.form-group.focus .input-group-btn .btn-default,
.navbar-form.focus .input-group-btn .btn-default {
  color: white;
  background-color: #1abc9c;
}
.form-group.focus .input-group-btn .btn-default:hover, .form-group.focus .input-group-btn .btn-default:focus, .form-group.focus .input-group-btn .btn-default:active, .form-group.focus .input-group-btn .btn-default.active, .open .form-group.focus .input-group-btn .btn-default.dropdown-toggle,
.navbar-form.focus .input-group-btn .btn-default:hover,
.navbar-form.focus .input-group-btn .btn-default:focus,
.navbar-form.focus .input-group-btn .btn-default:active,
.navbar-form.focus .input-group-btn .btn-default.active, .open
.navbar-form.focus .input-group-btn .btn-default.dropdown-toggle {
  color: white;
  background-color: #48c9b0;
  border-color: #48c9b0;
}
.form-group.focus .input-group-btn .btn-default:active, .form-group.focus .input-group-btn .btn-default.active, .open .form-group.focus .input-group-btn .btn-default.dropdown-toggle,
.navbar-form.focus .input-group-btn .btn-default:active,
.navbar-form.focus .input-group-btn .btn-default.active, .open
.navbar-form.focus .input-group-btn .btn-default.dropdown-toggle {
  background: #16a085;
}
.form-group.focus .input-group-btn .btn-default.disabled, .form-group.focus .input-group-btn .btn-default.disabled:hover, .form-group.focus .input-group-btn .btn-default.disabled:focus, .form-group.focus .input-group-btn .btn-default.disabled:active, .form-group.focus .input-group-btn .btn-default.disabled.active, .form-group.focus .input-group-btn .btn-default[disabled], .form-group.focus .input-group-btn .btn-default[disabled]:hover, .form-group.focus .input-group-btn .btn-default[disabled]:focus, .form-group.focus .input-group-btn .btn-default[disabled]:active, .form-group.focus .input-group-btn .btn-default[disabled].active, fieldset[disabled] .form-group.focus .input-group-btn .btn-default, fieldset[disabled] .form-group.focus .input-group-btn .btn-default:hover, fieldset[disabled] .form-group.focus .input-group-btn .btn-default:focus, fieldset[disabled] .form-group.focus .input-group-btn .btn-default:active, fieldset[disabled] .form-group.focus .input-group-btn .btn-default.active,
.navbar-form.focus .input-group-btn .btn-default.disabled,
.navbar-form.focus .input-group-btn .btn-default.disabled:hover,
.navbar-form.focus .input-group-btn .btn-default.disabled:focus,
.navbar-form.focus .input-group-btn .btn-default.disabled:active,
.navbar-form.focus .input-group-btn .btn-default.disabled.active,
.navbar-form.focus .input-group-btn .btn-default[disabled],
.navbar-form.focus .input-group-btn .btn-default[disabled]:hover,
.navbar-form.focus .input-group-btn .btn-default[disabled]:focus,
.navbar-form.focus .input-group-btn .btn-default[disabled]:active,
.navbar-form.focus .input-group-btn .btn-default[disabled].active, fieldset[disabled]
.navbar-form.focus .input-group-btn .btn-default, fieldset[disabled]
.navbar-form.focus .input-group-btn .btn-default:hover, fieldset[disabled]
.navbar-form.focus .input-group-btn .btn-default:focus, fieldset[disabled]
.navbar-form.focus .input-group-btn .btn-default:active, fieldset[disabled]
.navbar-form.focus .input-group-btn .btn-default.active {
  background-color: #1abc9c;
}
.form-group.focus .input-group-btn:first-child .btn,
.navbar-form.focus .input-group-btn:first-child .btn {
  color: #1abc9c;
  border-color: #1abc9c;
}

.input-group .input-group-btn .btn {
  background-color: white;
  border: 1px solid #bdc3c7;
  border-width: 1px 1px 1px 0;
  color: #bdc3c7;
  margin-left: -2px;
  line-height: 18px;
}
.input-group .input-group-btn .btn-default {
  color: white;
  background-color: #bdc3c7;
}
.input-group .input-group-btn .btn-default:hover, .input-group .input-group-btn .btn-default:focus, .input-group .input-group-btn .btn-default:active, .input-group .input-group-btn .btn-default.active, .open .input-group .input-group-btn .btn-default.dropdown-toggle {
  color: white;
  background-color: #cacfd2;
  border-color: #cacfd2;
}
.input-group .input-group-btn .btn-default:active, .input-group .input-group-btn .btn-default.active, .open .input-group .input-group-btn .btn-default.dropdown-toggle {
  background: #a1a6a9;
}
.input-group .input-group-btn .btn-default.disabled, .input-group .input-group-btn .btn-default.disabled:hover, .input-group .input-group-btn .btn-default.disabled:focus, .input-group .input-group-btn .btn-default.disabled:active, .input-group .input-group-btn .btn-default.disabled.active, .input-group .input-group-btn .btn-default[disabled], .input-group .input-group-btn .btn-default[disabled]:hover, .input-group .input-group-btn .btn-default[disabled]:focus, .input-group .input-group-btn .btn-default[disabled]:active, .input-group .input-group-btn .btn-default[disabled].active, fieldset[disabled] .input-group .input-group-btn .btn-default, fieldset[disabled] .input-group .input-group-btn .btn-default:hover, fieldset[disabled] .input-group .input-group-btn .btn-default:focus, fieldset[disabled] .input-group .input-group-btn .btn-default:active, fieldset[disabled] .input-group .input-group-btn .btn-default.active {
  background-color: #bdc3c7;
}
.input-group-sm .input-group .input-group-btn .btn {
  line-height: 16px;
}
.input-group .input-group-btn:first-child + .form-control {
  border-left: none !important;
  padding-left: 0;
}
.input-group .input-group-btn:first-child .btn {
  background-color: white;
  border: 1px solid #bdc3c7;
  border-width: 1px 0 1px 1px;
  color: #bdc3c7;
  line-height: 18px;
}
.input-group .input-group-btn:first-child .btn-default {
  color: white;
  background-color: #bdc3c7;
}
.input-group .input-group-btn:first-child .btn-default:hover, .input-group .input-group-btn:first-child .btn-default:focus, .input-group .input-group-btn:first-child .btn-default:active, .input-group .input-group-btn:first-child .btn-default.active, .open .input-group .input-group-btn:first-child .btn-default.dropdown-toggle {
  color: white;
  background-color: #cacfd2;
  border-color: #cacfd2;
}
.input-group .input-group-btn:first-child .btn-default:active, .input-group .input-group-btn:first-child .btn-default.active, .open .input-group .input-group-btn:first-child .btn-default.dropdown-toggle {
  background: #a1a6a9;
}
.input-group .input-group-btn:first-child .btn-default.disabled, .input-group .input-group-btn:first-child .btn-default.disabled:hover, .input-group .input-group-btn:first-child .btn-default.disabled:focus, .input-group .input-group-btn:first-child .btn-default.disabled:active, .input-group .input-group-btn:first-child .btn-default.disabled.active, .input-group .input-group-btn:first-child .btn-default[disabled], .input-group .input-group-btn:first-child .btn-default[disabled]:hover, .input-group .input-group-btn:first-child .btn-default[disabled]:focus, .input-group .input-group-btn:first-child .btn-default[disabled]:active, .input-group .input-group-btn:first-child .btn-default[disabled].active, fieldset[disabled] .input-group .input-group-btn:first-child .btn-default, fieldset[disabled] .input-group .input-group-btn:first-child .btn-default:hover, fieldset[disabled] .input-group .input-group-btn:first-child .btn-default:focus, fieldset[disabled] .input-group .input-group-btn:first-child .btn-default:active, fieldset[disabled] .input-group .input-group-btn:first-child .btn-default.active {
  background-color: #bdc3c7;
}
.input-group-sm .input-group .input-group-btn:first-child .btn {
  line-height: 16px;
}

.input-group-btn > .btn-default + .btn-default {
  border-left: 2px solid #bdc3c7;
  margin-left: -4px;
}

.input-group-rounded .form-control:last-child,
.input-group-rounded .input-group-btn:last-child .btn {
  border-radius: 0 20px 20px 0;
}
.input-group-hg .input-group-rounded .form-control:last-child, .input-group-hg
.input-group-rounded .input-group-btn:last-child .btn {
  border-radius: 0 27px 27px 0;
}
.input-group-lg .input-group-rounded .form-control:last-child, .input-group-lg
.input-group-rounded .input-group-btn:last-child .btn {
  border-radius: 0 25px 25px 0;
}
.input-group-rounded .form-control:first-child,
.input-group-rounded .input-group-btn:first-child .btn {
  border-radius: 20px 0 0 20px;
}
.input-group-hg .input-group-rounded .form-control:first-child, .input-group-hg
.input-group-rounded .input-group-btn:first-child .btn {
  border-radius: 27px 0 0 27px;
}
.input-group-lg .input-group-rounded .form-control:first-child, .input-group-lg
.input-group-rounded .input-group-btn:first-child .btn {
  border-radius: 25px 0 0 25px;
}

.checkbox,
.radio {
  margin-bottom: 12px;
  padding-left: 32px;
  position: relative;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
  font-size: 15px;
  line-height: 1.5;
}
.checkbox input[data-toggle="checkbox"], .checkbox input[data-toggle="radio"],
.radio input[data-toggle="checkbox"],
.radio input[data-toggle="radio"] {
  outline: none !important;
  display: none;
}
.checkbox input[type="checkbox"],
.radio input[type="checkbox"] {
  margin-top: 5px;
}
.checkbox .icons,
.radio .icons {
  color: #bdc3c7;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  text-align: center;
  line-height: 21px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.checkbox .icons .first-icon,
.checkbox .icons .second-icon,
.radio .icons .first-icon,
.radio .icons .second-icon {
  display: inline-table;
  position: absolute;
  left: 0;
  top: 0;
  background-color: white;
  margin: 0;
  opacity: 1;
  filter: "alpha(opacity=opacity-ie)";
}
.checkbox .icons .second-icon,
.radio .icons .second-icon {
  opacity: 0;
  filter: "alpha(opacity=opacity-ie)";
}
.checkbox:hover,
.radio:hover {
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.checkbox:hover .first-icon,
.radio:hover .first-icon {
  opacity: 0;
  filter: "alpha(opacity=opacity-ie)";
}
.checkbox:hover .second-icon,
.radio:hover .second-icon {
  opacity: 1;
  filter: "alpha(opacity=opacity-ie)";
}
.checkbox.checked,
.radio.checked {
  color: #1abc9c;
}
.checkbox.checked .first-icon,
.radio.checked .first-icon {
  opacity: 0;
  filter: "alpha(opacity=opacity-ie)";
}
.checkbox.checked .second-icon,
.radio.checked .second-icon {
  opacity: 1;
  filter: "alpha(opacity=opacity-ie)";
  color: #1abc9c;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.checkbox.disabled,
.radio.disabled {
  cursor: default;
  color: #e6e8ea;
}
.checkbox.disabled .icons,
.radio.disabled .icons {
  color: #e6e8ea;
}
.checkbox.disabled .first-icon,
.radio.disabled .first-icon {
  opacity: 1;
  filter: "alpha(opacity=opacity-ie)";
}
.checkbox.disabled .second-icon,
.radio.disabled .second-icon {
  opacity: 0;
  filter: "alpha(opacity=opacity-ie)";
}
.checkbox.disabled.checked .icons,
.radio.disabled.checked .icons {
  color: #e6e8ea;
}
.checkbox.disabled.checked .first-icon,
.radio.disabled.checked .first-icon {
  opacity: 0;
  filter: "alpha(opacity=opacity-ie)";
}
.checkbox.disabled.checked .second-icon,
.radio.disabled.checked .second-icon {
  opacity: 1;
  filter: "alpha(opacity=opacity-ie)";
  color: #e6e8ea;
}
.checkbox.primary .icons,
.radio.primary .icons {
  color: #34495e;
}
.checkbox.primary.checked,
.radio.primary.checked {
  color: #1abc9c;
}
.checkbox.primary.checked .icons,
.radio.primary.checked .icons {
  color: #1abc9c;
}
.checkbox.primary.disabled,
.radio.primary.disabled {
  cursor: default;
  color: #bdc3c7;
}
.checkbox.primary.disabled .icons,
.radio.primary.disabled .icons {
  color: #bdc3c7;
}
.checkbox.primary.disabled.checked .icons,
.radio.primary.disabled.checked .icons {
  color: #bdc3c7;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: 10px;
}

.tagsinput {
  background: white;
  border: 2px solid #ebedef;
  border-radius: 3px;
  height: 100px;
  margin-bottom: 18px;
  padding: 6px 1px 1px 6px;
  overflow-y: auto;
  text-align: left;
}
.tagsinput .tag {
  border-radius: 4px;
  background-color: #ebedef;
  color: #7b8996;
  font-size: 13px;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  line-height: 15px;
  padding: 6px 13px 8px 19px;
  position: relative;
  vertical-align: middle;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
}
.tagsinput .tag:hover {
  background-color: #16a085;
  color: white;
  padding-left: 12px;
  padding-right: 20px;
}
.tagsinput .tag:hover .tagsinput-remove-link {
  color: white;
  opacity: 1;
  display: block\9;
}
.tagsinput input {
  background: transparent;
  border: none;
  color: #34495e;
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 0px;
  padding: 0 0 0 5px;
  outline: none !important;
  margin: 6px 5px 0 0;
  vertical-align: top;
  width: 12px;
}

.tagsinput-remove-link {
  bottom: 0;
  color: white;
  cursor: pointer;
  font-size: 12px;
  opacity: 0;
  padding: 7px 7px 5px 0;
  position: absolute;
  right: 0;
  text-align: right;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 2;
  display: none\9;
}
.tagsinput-remove-link:before {
  color: white;
  content: "\e00b";
  font-family: "Flat-UI-Icons";
}

.tagsinput-add-container {
  vertical-align: middle;
  display: inline-block;
}

.tagsinput-add {
  background-color: #d6dbdf;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 5px;
  padding: 7px 9px;
  vertical-align: top;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
}
.tagsinput-add:hover {
  background-color: #1abc9c;
}
.tagsinput-add:before {
  content: "\e009";
  font-family: "Flat-UI-Icons";
}

.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}

.not_valid {
  background: #fbd8db !important;
  color: #90111a !important;
  margin-left: 5px !important;
}

.tagsinput-primary {
  border-color: #1abc9c;
}
.tagsinput-primary .tag {
  background-color: #1abc9c;
  color: white;
}

.progress, .ui-slider {
  background: #ebedef;
  border-radius: 32px;
  height: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar {
  background: #1abc9c;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar-success {
  background-color: #2ecc71;
}

.progress-bar-warning {
  background-color: #f1c40f;
}

.progress-bar-danger {
  background-color: #e74c3c;
}

.progress-bar-info {
  background-color: #3498db;
}

.small-progress-bar {
  height: 24px;
  /* Can be anything */
  position: relative;
  border-top: 3px solid #ddd;
  padding: 0px;
  width: 300px;
  display: inline-block;
}

.small-progress-bar > span {
  display: block;
  height: 100%;
  overflow: hidden;
  width: 0%;
  position: absolute;
  text-align: right;
  color: #444;
  font-weight: bold;
  top: -3px;
}

.small-progress-bar > span > div {
  padding: 4px 4px 4px 0px;
}

.small-progress-bar > .current {
  border-top: 3px solid #3498db;
}

.small-progress-bar > .target {
  border-top: 3px solid #2ecc71;
}

.ui-slider {
  margin-bottom: 20px;
  position: relative;
}

.ui-slider-handle {
  background-color: #16a085;
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  margin-left: -9px;
  position: absolute;
  top: -3px;
  width: 18px;
  z-index: 2;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.ui-slider-handle[style*='100'] {
  margin-left: -15px;
}
.ui-slider-handle:hover, .ui-slider-handle:focus {
  background-color: #48c9b0;
  outline: none;
}
.ui-slider-handle:active {
  background-color: #16a085;
}

.ui-slider-range {
  background-color: #1abc9c;
  border-radius: 30px 0 0 30px;
  display: block;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.ui-slider-segment {
  background-color: #d9dbdd;
  border-radius: 50%;
  float: left;
  height: 6px;
  margin: 3px -6px 0 0;
  width: 6px;
}

.ui-slider-value {
  float: right;
  font-size: 11px;
  margin-top: 12px;
}
.ui-slider-value.first {
  clear: left;
  float: left;
}

.spinner {
  width: 55px;
  border-right-width: 0 !important;
  font-weight: bold;
  font-size: 20px !important;
}
@media (max-width: 767px) {
  .spinner {
    width: 100%;
  }
}

.ui-spinner {
  display: inline-block;
  overflow: hidden;
  padding: 0 37px 0 0;
  position: relative;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .ui-spinner {
    display: block;
  }
}
.ui-spinner .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-spinner input {
  color: #95a5a6;
  border-radius: 3px 0 0 3px;
  text-align: center;
  padding: 6px 12px;
}
.ui-spinner.focus input {
  color: #1abc9c;
  border-color: #1abc9c;
}
.ui-spinner.focus .ui-spinner-button {
  background-color: #1abc9c;
}
.ui-spinner.focus .ui-spinner-button:hover {
  background-color: #16a085;
}
.ui-spinner.focus .ui-spinner-up {
  border-bottom-color: #16a085;
}

.ui-spinner-button {
  cursor: default;
  display: block;
  font-size: .5em;
  line-height: 19px;
  height: 22px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 37px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #bdc3c7;
  outline: none;
}
.ui-spinner-button:hover {
  background-color: #d1d5d8;
  color: #e8f8f5;
}
.ui-spinner-button span {
  font-size: 0;
}
.ui-spinner-button span:before {
  content: "\e001";
  font-family: "Flat-UI-Icons";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

.ui-spinner-up {
  border-bottom: 2px solid #d1d5d8;
  top: 0;
  border-radius: 0 3px 0 0;
}

.ui-spinner-down {
  bottom: 0;
  height: 20px;
  border-radius: 0 0 3px 0;
}
.ui-spinner-down span:before {
  content: "\e005";
}

.ui-datepicker {
  width: 264px;
  background-color: white;
  display: none;
  margin: 10px 0 0 0;
  border: 7px solid #1abc9c;
  border-radius: 3px;
  -webkit-box-shadow: -14px 14px 0 rgba(52, 73, 94, 0.06);
  box-shadow: -14px 14px 0 rgba(52, 73, 94, 0.06);
}
.ui-datepicker .ui-datepicker-header {
  background-color: #1abc9c;
  color: white;
  cursor: default;
  margin: -7px -7px 2px;
  position: relative;
  border-radius: 3px 3px 0 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 52px;
  height: 44px;
  color: white;
  text-align: center;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: #48c9b0;
}
.ui-datepicker .ui-datepicker-prev:active,
.ui-datepicker .ui-datepicker-next:active {
  background-color: #16a085;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.75);
  cursor: default;
  opacity: 0.7;
  filter: "alpha(opacity=opacity-ie)";
}
.ui-datepicker .ui-datepicker-prev {
  left: 0;
  border-right: 2px solid #5fd0ba;
  border-radius: 3px 0 0 0;
}
.ui-datepicker .ui-datepicker-next {
  right: 0;
  border-left: 2px solid #5fd0ba;
  border-radius: 0 3px 0 0;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 52px;
  line-height: 44px;
  text-align: center;
  font-size: 13px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -6px;
  text-indent: -9999px;
  width: 0;
  height: 0;
  content: "";
}
.ui-datepicker .ui-icon-circle-triangle-w {
  border: inset transparent;
  border-width: 7px 12px 7px 0;
  border-right-color: white;
}
.ui-datepicker .ui-icon-circle-triangle-e {
  border: outset transparent;
  border-width: 7px 0 7px 12px;
  border-left-color: white;
}
.ui-datepicker table {
  font-size: 13px;
  margin: 0 0 3px;
  width: 100%;
}
.ui-datepicker th {
  min-width: 34px;
  height: 30px;
  text-align: center;
  font-weight: bold;
  border: 0;
  padding: 1px;
  vertical-align: middle;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
  text-align: center;
  vertical-align: middle;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  text-decoration: none;
  color: #34495e;
  height: 30px;
  line-height: 30px;
  min-width: 34px;
}
.ui-datepicker td a {
  border-radius: 3px;
}
.ui-datepicker td a:hover {
  background-color: #d7dbdd;
  color: #34495e;
}
.ui-datepicker .ui-state-active {
  background-color: #1abc9c;
  color: white;
}
.ui-datepicker .ui-datepicker-other-month a {
  color: #c2c8cf;
}
.ui-datepicker select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker:before {
  content: "";
  border-color: transparent transparent #1abc9c;
  border-style: solid;
  border-width: 0 6px 6px;
  height: 0;
  margin-top: 0;
  opacity: 1;
  position: absolute;
  left: 12px;
  top: -13px;
  width: 0;
  z-index: 10;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.pager {
  background-color: #34495e;
  border-radius: 3px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.pager li:first-child > a,
.pager li:first-child > span {
  border-left: none;
  border-radius: 3px 0 0 3px;
}
.pager li > a,
.pager li > span {
  background: none;
  border: none;
  border-left: 2px solid #2c3e50;
  color: white;
  padding: 9px 15px 10px;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 0 3px 3px 0;
  line-height: 1.313;
}
.pager li > a:hover, .pager li > a:focus,
.pager li > span:hover,
.pager li > span:focus {
  background-color: #2c3e50;
}
.pager li > a:active,
.pager li > span:active {
  background-color: #2c3e50;
}
.pager li > a [class*="fui-"] + span,
.pager li > span [class*="fui-"] + span {
  margin-left: 8px;
}
.pager li > a span + [class*="fui-"],
.pager li > span span + [class*="fui-"] {
  margin-left: 8px;
}

.pagination {
  position: relative;
}
@media (max-width: 480px) {
  .pagination {
    display: block;
  }
}
.pagination ul {
  background: #d6dbdf;
  color: white;
  padding: 0;
  margin: 0;
  display: inline-block;
  border-radius: 3px;
}
@media (max-width: 480px) {
  .pagination ul {
    height: 41px;
    padding: 0 55px 0 52px;
    overflow: auto;
    white-space: nowrap;
    border-radius: 3px;
  }
}
.pagination ul li {
  display: inline-block;
  margin-right: -3px;
  vertical-align: middle;
}
.pagination ul li.active > a, .pagination ul li.active > span {
  background-color: #1abc9c;
  color: white;
}
.pagination ul li.active.previous > a, .pagination ul li.active.previous > span, .pagination ul li.active.next > a, .pagination ul li.active.next > span {
  margin: 0;
}
.pagination ul li.active.previous > a, .pagination ul li.active.previous > a:hover, .pagination ul li.active.previous > a:focus, .pagination ul li.active.previous > span, .pagination ul li.active.previous > span:hover, .pagination ul li.active.previous > span:focus, .pagination ul li.active.next > a, .pagination ul li.active.next > a:hover, .pagination ul li.active.next > a:focus, .pagination ul li.active.next > span, .pagination ul li.active.next > span:hover, .pagination ul li.active.next > span:focus {
  background-color: #1abc9c;
  color: white;
}
.pagination ul li:first-child > a,
.pagination ul li:first-child > span {
  border-radius: 3px 0 0 3px;
  border-left: none;
}
.pagination ul li:first-child.previous + li > a,
.pagination ul li:first-child.previous + li > span {
  border-left-width: 0;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li:last-child > a, .pagination ul li:last-child > a:hover, .pagination ul li:last-child > a:focus,
.pagination ul li:last-child > span,
.pagination ul li:last-child > span:hover,
.pagination ul li:last-child > span:focus {
  border-radius: 0 3px 3px 0;
}
.pagination ul li.previous > a,
.pagination ul li.previous > span, .pagination ul li.next > a,
.pagination ul li.next > span {
  border-right: 2px solid #e4e7ea;
  font-size: 13px;
  min-width: auto;
  padding: 12px 17px;
}
.pagination ul li.next > a,
.pagination ul li.next > span {
  border-right: none;
}
@media (max-width: 480px) {
  .pagination ul li.next, .pagination ul li.previous {
    background-color: #d6dbdf;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    border-radius: 0 3px 3px 0;
  }
  .pagination ul li.previous {
    left: 0;
    right: auto;
    border-radius: 3px 0 0 3px;
  }
}
.pagination ul li > a,
.pagination ul li > span {
  display: inline-block;
  background: transparent;
  border: none;
  border-left: 2px solid #e4e7ea;
  color: white;
  font-size: 13px;
  line-height: 16px;
  min-height: 41px;
  min-width: 41px;
  outline: none;
  padding: 12px 10px;
  text-align: center;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.pagination ul li > a:hover, .pagination ul li > a:focus,
.pagination ul li > span:hover,
.pagination ul li > span:focus {
  background-color: #1abc9c;
}
.pagination ul li > a:active,
.pagination ul li > span:active {
  background-color: #1abc9c;
  color: white;
}
.pagination > .btn.previous, .pagination > .btn.next {
  margin-right: 8px;
  font-size: 13px;
  line-height: 1.429;
  padding-left: 23px;
  padding-right: 23px;
}
.pagination > .btn.previous [class*="fui-"], .pagination > .btn.next [class*="fui-"] {
  font-size: 16px;
  margin-left: -2px;
  margin-top: -2px;
}
.pagination > .btn.next {
  margin-left: 8px;
  margin-right: 0;
}
.pagination > .btn.next [class*="fui-"] {
  margin-right: -2px;
  margin-left: 4px;
}
@media (max-width: 480px) {
  .pagination > .btn {
    display: block;
    margin: 0;
    width: 50%;
  }
  .pagination > .btn:first-child {
    border-bottom: 2px solid #dee2e5;
    border-radius: 3px 0 0;
  }
  .pagination > .btn:first-child.btn-primary {
    border-bottom-color: #48c9b0;
  }
  .pagination > .btn:first-child.btn-danger {
    border-bottom-color: #ec7063;
  }
  .pagination > .btn:first-child.btn-warning {
    border-bottom-color: #f4d03f;
  }
  .pagination > .btn:first-child.btn-success {
    border-bottom-color: #58d68d;
  }
  .pagination > .btn:first-child.btn-info {
    border-bottom-color: #5dade2;
  }
  .pagination > .btn:first-child.btn-inverse {
    border-bottom-color: #5d6d7e;
  }
  .pagination > .btn:first-child > [class*="fui"] {
    margin-left: -20px;
  }
  .pagination > .btn + ul {
    padding: 0;
    text-align: center;
    border-radius: 0 0 3px 3px;
  }
  .pagination > .btn + ul + .btn {
    border-bottom: 2px solid #dee2e5;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 3px 0 0;
  }
  .pagination > .btn + ul + .btn.btn-primary {
    border-bottom-color: #48c9b0;
  }
  .pagination > .btn + ul + .btn.btn-danger {
    border-bottom-color: #ec7063;
  }
  .pagination > .btn + ul + .btn.btn-warning {
    border-bottom-color: #f4d03f;
  }
  .pagination > .btn + ul + .btn.btn-success {
    border-bottom-color: #58d68d;
  }
  .pagination > .btn + ul + .btn.btn-info {
    border-bottom-color: #5dade2;
  }
  .pagination > .btn + ul + .btn.btn-inverse {
    border-bottom-color: #5d6d7e;
  }
  .pagination > .btn + ul + .btn > [class*="fui"] {
    margin-right: -20px;
  }
  .pagination ul {
    display: block;
  }
  .pagination ul > li > a {
    border-radius: 0;
  }
}

.pagination-danger ul {
  background-color: #e74c3c;
}
.pagination-danger ul li.previous > a {
  border-right-color: #ef897e;
}
.pagination-danger ul li > a, .pagination-danger ul li > span {
  border-left-color: #ef897e;
}
.pagination-danger ul li > a:hover, .pagination-danger ul li > a:focus, .pagination-danger ul li > span:hover, .pagination-danger ul li > span:focus {
  background-color: #ec7063;
}
.pagination-danger ul li > a:active, .pagination-danger ul li > span:active {
  background-color: #c44133;
}
.pagination-danger ul li.active > a, .pagination-danger ul li.active > span {
  background-color: #c44133;
}
.pagination-danger ul li.pagination-dropdown.dropup .dropdown-arrow {
  border-top-color: #e74c3c;
}

.pagination-success ul {
  background-color: #2ecc71;
}
.pagination-success ul li.previous > a {
  border-right-color: #75dda1;
}
.pagination-success ul li > a, .pagination-success ul li > span {
  border-left-color: #75dda1;
}
.pagination-success ul li > a:hover, .pagination-success ul li > a:focus, .pagination-success ul li > span:hover, .pagination-success ul li > span:focus {
  background-color: #58d68d;
}
.pagination-success ul li > a:active, .pagination-success ul li > span:active {
  background-color: #27ad60;
}
.pagination-success ul li.active > a, .pagination-success ul li.active > span {
  background-color: #27ad60;
}
.pagination-success ul li.pagination-dropdown.dropup .dropdown-arrow {
  border-top-color: #2ecc71;
}

.pagination-warning ul {
  background-color: #f1c40f;
}
.pagination-warning ul li.previous > a {
  border-right-color: #f6d861;
}
.pagination-warning ul li > a, .pagination-warning ul li > span {
  border-left-color: #f6d861;
}
.pagination-warning ul li > a:hover, .pagination-warning ul li > a:focus, .pagination-warning ul li > span:hover, .pagination-warning ul li > span:focus {
  background-color: overlay(#f1c40f, #9f9f9f);
}
.pagination-warning ul li > a:active, .pagination-warning ul li > span:active {
  background-color: #cda70d;
}
.pagination-warning ul li.active > a, .pagination-warning ul li.active > span {
  background-color: #cda70d;
}
.pagination-warning ul li.pagination-dropdown.dropup .dropdown-arrow {
  border-top-color: #f1c40f;
}

.pagination-info ul {
  background-color: #3498db;
}
.pagination-info ul li.previous > a {
  border-right-color: #79bbe7;
}
.pagination-info ul li > a, .pagination-info ul li > span {
  border-left-color: #79bbe7;
}
.pagination-info ul li > a:hover, .pagination-info ul li > a:focus, .pagination-info ul li > span:hover, .pagination-info ul li > span:focus {
  background-color: #5dade2;
}
.pagination-info ul li > a:active, .pagination-info ul li > span:active {
  background-color: #2c81ba;
}
.pagination-info ul li.active > a, .pagination-info ul li.active > span {
  background-color: #2c81ba;
}
.pagination-info ul li.pagination-dropdown.dropup .dropdown-arrow {
  border-top-color: #3498db;
}

.pagination-inverse ul {
  background-color: #34495e;
}
.pagination-inverse ul li.previous > a {
  border-right-color: #798795;
}
.pagination-inverse ul li > a, .pagination-inverse ul li > span {
  border-left-color: #798795;
}
.pagination-inverse ul li > a:hover, .pagination-inverse ul li > a:focus, .pagination-inverse ul li > span:hover, .pagination-inverse ul li > span:focus {
  background-color: overlay(#34495e, #9f9f9f);
}
.pagination-inverse ul li > a:active, .pagination-inverse ul li > span:active {
  background-color: #2c3e50;
}
.pagination-inverse ul li.active > a, .pagination-inverse ul li.active > span {
  background-color: #2c3e50;
}
.pagination-inverse ul li.pagination-dropdown.dropup .dropdown-arrow {
  border-top-color: #34495e;
}

.pagination-minimal > ul > li:first-child {
  border-radius: 3px 0 0 3px;
}
.pagination-minimal > ul > li:first-child.previous + li > a,
.pagination-minimal > ul > li:first-child.previous + li > span {
  border-left-width: 5px;
}
.pagination-minimal > ul > li:last-child {
  border-radius: 0 3px 3px 0;
}
.pagination-minimal > ul > li.previous > a,
.pagination-minimal > ul > li.previous > span, .pagination-minimal > ul > li.next > a,
.pagination-minimal > ul > li.next > span {
  background: transparent;
  border: none;
  border-right: 2px solid #e4e7ea;
  margin: 0 9px 0 0;
  padding: 12px 17px;
  border-radius: 3px 0 0 3px;
}
.pagination-minimal > ul > li.previous > a, .pagination-minimal > ul > li.previous > a:hover, .pagination-minimal > ul > li.previous > a:focus,
.pagination-minimal > ul > li.previous > span,
.pagination-minimal > ul > li.previous > span:hover,
.pagination-minimal > ul > li.previous > span:focus, .pagination-minimal > ul > li.next > a, .pagination-minimal > ul > li.next > a:hover, .pagination-minimal > ul > li.next > a:focus,
.pagination-minimal > ul > li.next > span,
.pagination-minimal > ul > li.next > span:hover,
.pagination-minimal > ul > li.next > span:focus {
  border-color: #e4e7ea !important;
}
@media (max-width: 480px) {
  .pagination-minimal > ul > li.previous > a,
  .pagination-minimal > ul > li.previous > span, .pagination-minimal > ul > li.next > a,
  .pagination-minimal > ul > li.next > span {
    margin-right: 0;
  }
}
.pagination-minimal > ul > li.next {
  margin-left: 9px;
}
.pagination-minimal > ul > li.next > a,
.pagination-minimal > ul > li.next > span {
  border-left: 2px solid #e4e7ea;
  border-right: none;
  margin: 0;
  border-radius: 0 3px 3px 0;
}
.pagination-minimal > ul > li.active > a,
.pagination-minimal > ul > li.active > span {
  background-color: white;
  border-color: white;
  border-width: 2px !important;
  color: #d6dbdf;
  margin: 10px 5px 9px;
}
.pagination-minimal > ul > li.active > a:hover, .pagination-minimal > ul > li.active > a:focus,
.pagination-minimal > ul > li.active > span:hover,
.pagination-minimal > ul > li.active > span:focus {
  background-color: white;
  border-color: white;
  color: #d6dbdf;
}
.pagination-minimal > ul > li.active.previous, .pagination-minimal > ul > li.active.next {
  border-color: #e4e7ea;
}
.pagination-minimal > ul > li.active.previous {
  margin-right: 6px;
}
.pagination-minimal > ul > li > a,
.pagination-minimal > ul > li > span {
  background: white;
  border: 5px solid #d6dbdf;
  color: white;
  line-height: 16px;
  margin: 7px 2px 6px;
  min-width: 0;
  min-height: 16px;
  padding: 0 4px;
  border-radius: 50px;
  -webkit-transition: "background .2s ease-out, border-color 0s ease-out, color .2s ease-out";
  transition: "background .2s ease-out, border-color 0s ease-out, color .2s ease-out";
}
.pagination-minimal > ul > li > a:hover, .pagination-minimal > ul > li > a:focus,
.pagination-minimal > ul > li > span:hover,
.pagination-minimal > ul > li > span:focus {
  background-color: #1abc9c;
  border-color: #1abc9c;
  color: white;
  -webkit-transition: "background .2s ease-out, border-color .2s ease-out, color .2s ease-out";
  transition: "background .2s ease-out, border-color .2s ease-out, color .2s ease-out";
}
.pagination-minimal > ul > li > a:active,
.pagination-minimal > ul > li > span:active {
  background-color: #16a085;
  border-color: #16a085;
}

.pagination-plain {
  font-size: 13px;
  font-weight: bold;
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
}
.pagination-plain > li {
  display: inline;
}
.pagination-plain > li.previous {
  padding-right: 23px;
}
.pagination-plain > li.next {
  padding-left: 20px;
}
.pagination-plain > li.active > a {
  color: #d3d7da;
}
.pagination-plain > li > a {
  padding: 0 5px;
}
@media (max-width: 480px) {
  .pagination-plain {
    height: 50px;
    overflow: hidden;
    text-align: center;
  }
  .pagination-plain > li.previous {
    display: block;
    margin-bottom: 10px;
    text-align: left;
    width: 50%;
  }
  .pagination-plain > li.next {
    float: right;
    margin-top: -50px;
    text-align: right;
    width: 50%;
  }
}

.pagination-dropdown ul {
  min-width: 67px;
  width: auto;
  left: 50%;
  margin-left: -34px;
}
.pagination-dropdown ul li {
  display: block;
  margin-right: 0;
}
.pagination-dropdown ul li:first-child > a,
.pagination-dropdown ul li:first-child > span {
  border-radius: 3px 3px 0 0;
}
.pagination-dropdown ul li:last-child > a,
.pagination-dropdown ul li:last-child > span {
  border-radius: 0 0 3px 3px !important;
}
.pagination-dropdown ul li > a,
.pagination-dropdown ul li > span {
  border-left: none;
  display: block;
  float: none;
  padding: 8px 10px 7px;
  text-align: center;
  min-height: 0;
}
.pagination-dropdown.dropup {
  position: relative;
}
.pagination-dropdown.dropup .dropdown-arrow {
  border-top-color: #d6dbdf;
}

.tooltip {
  font-size: 13px;
  line-height: 1.286;
}
.tooltip.in {
  opacity: 1;
}
.tooltip.top {
  padding-bottom: 9px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #34495e;
  border-width: 9px 9px 0;
  bottom: 0;
  margin-left: -9px;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #34495e;
  border-width: 9px 9px 9px 0;
  margin-top: -9px;
  left: -3px;
}
.tooltip.bottom {
  padding-top: 8px;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #34495e;
  border-width: 0 9px 9px;
  margin-left: -9px;
  top: -1px;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #34495e;
  border-width: 9px 0 9px 9px;
  margin-top: -9px;
  right: -3px;
}

.tooltip-inner {
  background-color: #34495e;
  line-height: 1.286;
  padding: 12px 12px;
  text-align: center;
  width: 183px;
  border-radius: 3px;
}

.tooltip-light.bottom .tooltip-arrow {
  border-bottom-color: #edeff1;
}
.tooltip-light.left .tooltip-arrow {
  border-left-color: #edeff1;
}
.tooltip-light.right .tooltip-arrow {
  border-right-color: #edeff1;
}
.tooltip-light.top .tooltip-arrow {
  border-top-color: #edeff1;
}
.tooltip-light .tooltip-inner {
  background-color: #edeff1;
  color: #34495e;
}

.table {
  font-size: 90%;
  font-weight: normal;
  width: auto;
  background-color: #ffffff;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px 22px;
  line-height: 1.231;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  color: #526476;
}
.table [class*="fui-"] {
  vertical-align: baseline;
  font-size: 20px;
  margin: -5px 0;
  position: relative;
  top: 2px;
}
.table .checkbox,
.table .radio {
  margin: 0 0 0 -9px;
}
.table .checkbox.no-label,
.table .radio.no-label {
  padding-left: 0;
}
.table .selected-row > td {
  background-color: #f2fbfa;
}
.table img {
  vertical-align: top;
}

.table > tbody > tr > th,
.table > thead > tr > th,
.table > tfoot > tr > th {
  background-color: #f2f5f8;
}
.table > tbody > tr > th:first-child,
.table > thead > tr > th:first-child,
.table > tfoot > tr > th:first-child {
  background-color: #f2f5f8;
}

table.full-width {
  width: 100%;
}

.table-bordered {
  border: 1px solid #eef0f0;
}
.table-bordered > thead > tr th,
.table-bordered > thead > tr td,
.table-bordered > tbody > tr th,
.table-bordered > tbody > tr td,
.table-bordered > tfoot > tr th,
.table-bordered > tfoot > tr td {
  border: 1px solid #eef0f0 !important;
}

table.table-borderless {
  border: 0;
}
table.table-borderless > thead > tr > th, table.table-borderless > thead > tr > td, table.table-borderless > tbody > tr > th, table.table-borderless > tbody > tr > td, table.table-borderless > tfoot > tr > th, table.table-borderless > tfoot > tr > td {
  border: 0;
}

.table-valign-middle > thead > tr th, .table-valign-middle > thead > tr td, .table-valign-middle > tbody > tr th, .table-valign-middle > tbody > tr td, .table-valign-middle > tfoot > tr th, .table-valign-middle > tfoot > tr td {
  vertical-align: middle;
}

.table-transparent {
  background-color: transparent;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th, .table-striped > tbody > tr.selected-row > td,
.table-striped > tbody > tr.selected-row > th {
  background-color: #f9fafb;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f9fafb;
}

.table > thead > tr > td.alt,
.table > thead > tr > th.alt, .table > thead > tr.alt > td, .table > thead > tr.alt > th,
.table > tbody > tr > td.alt,
.table > tbody > tr > th.alt,
.table > tbody > tr.alt > td,
.table > tbody > tr.alt > th,
.table > tfoot > tr > td.alt,
.table > tfoot > tr > th.alt,
.table > tfoot > tr.alt > td,
.table > tfoot > tr.alt > th {
  background-color: #f8e3fc;
}

.table-hover > tbody > tr > td.alt:hover,
.table-hover > tbody > tr > th.alt:hover, .table-hover > tbody > tr.alt:hover > td, .table-hover > tbody > tr.alt:hover > th {
  background-color: #f2ccfa;
}

.table tbody tr.success > td, .table tbody tr > td.success {
  background-color: #ecfaf2;
  border-color: #d5f5e3;
}
.table tbody tr.error > td, .table tbody tr > td.error, .table tbody tr.danger > td, .table tbody tr > td.danger {
  background-color: #fdefed;
  border-color: #fadbd8;
}
.table tbody tr.warning > td, .table tbody tr > td.warning {
  background-color: #fefae9;
  border-color: #faecb0;
}
.table tbody tr.info > td, .table tbody tr > td.info {
  background-color: #edf6fc;
  border-color: #d6eaf8;
}
.table tbody tr.alt > td, .table tbody tr > td.alt {
  background-color: #f6f0f8;
  border-color: #ebdef0;
}

.table-hover tbody tr.success:hover > td {
  background-color: #e4f8ec;
}
.table-hover tbody tr.error:hover > td, .table-hover tbody tr.danger:hover > td {
  background-color: #fcebe8;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #fef8df;
}
.table-hover tbody tr.info:hover > td {
  background-color: #e9f4fb;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-equation {
  margin: auto;
  width: auto;
}
.table-equation > thead > tr > th,
.table-equation > thead > tr > td,
.table-equation > tbody > tr > th,
.table-equation > tbody > tr > td,
.table-equation > tfoot > tr > th,
.table-equation > tfoot > tr > td {
  padding: 5px;
  border: none;
  vertical-align: baseline;
}
.table-equation > thead > tr > td:first-child,
.table-equation > tbody > tr > td:first-child,
.table-equation > tfoot > tr > td:first-child {
  text-align: right;
}

.explanation-column > tbody > tr > td > p {
  color: #0875be;
  margin-bottom: 0;
  margin-left: 40px;
}

.table-ascending:after,
.table-descending:after {
  content: ' ';
  position: relative;
  left: 2px;
  border: 8px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.table-ascending:after {
  bottom: 12px;
  border-bottom-color: #526476;
}

.table-descending:after {
  top: 10px;
  border-top-color: #526476;
}

/*
  This fixes an issue when the table is in a scrollable div;
  the sort-by-column arrows would stay in place instead of moving with the table.
*/
.table-ascending:after,
.table-descending:after {
  position: relative;
}

/* default table style */
table thead th {
  background-color: #3498db;
}
table th, table td {
  padding: 3px;
  border-color: #95a5a6;
}
table caption, table th, table td {
  vertical-align: middle;
}

table.calculation, table.timetable, table.datatable {
  border: 0;
}
table.calculation td, table.timetable td, table.datatable td, table.calculation th, table.timetable th, table.datatable th {
  border: 0;
}

/* calculation tables; e.g. for long addition/subtraction/multiplication, etc. */
table.calculation {
  color: #34495e;
  line-height: 1;
}
table.calculation tr.carryover td {
  padding-right: 0;
  text-align: right;
}
table.calculation td {
  /* This is for overriding the default padding: 3px style */
  padding: 1px;
  text-align: right;
  /* If one cell has two digits, align with the right digit */
}
table.calculation td.border-box {
  border: 2px solid #95a5a6;
  padding: 0 4px;
}
table.calculation td > span.math-inline, table.calculation td > span.mathquill-rendered-math {
  /* Setting padding on TD will increase the cell width, not pushing contents
    we apply the padding to the inner element of the cell
  */
  padding: 0 4px;
  min-width: 10px;
  min-height: 17px;
}

/* table styles */
table.timetable {
  border-style: solid;
  border-width: 1px;
  border-collapse: collapse;
  line-height: 1.2;
}
table.timetable th, table.timetable td {
  border-style: solid;
  border-width: 1px;
}
table.timetable th, table.timetable td, table.timetable caption {
  padding: 2px 5px 2px 6px;
}
table.timetable .mathquill-rendered-math {
  font-size: 100%;
}

table.datatable {
  border-style: solid;
  border-width: 1px;
  border-collapse: collapse;
  line-height: 1.2;
}
table.datatable th, table.datatable td {
  border-style: solid;
  border-width: 1px;
}
table.datatable th, table.datatable td, table.datatable caption {
  padding: 2px 5px 2px 6px;
}
table.datatable .mathquill-rendered-math {
  font-size: 100%;
}

/* reduced table style */
table.table-reduced {
  font-size: 10px;
  line-height: 14px;
}
table.table-reduced td, table.table-reduced th {
  font-size: 10px;
  padding: 0px;
}

.table-reduced {
  display: none;
}

table td.border-top {
  border-top-style: solid;
  border-top-width: 2px;
  border-color: #95a5a6;
}
table td.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: #95a5a6;
}
table td.border-left {
  border-left-style: solid;
  border-left-width: 2px;
  border-color: #95a5a6;
}
table td.border-right {
  border-right-style: solid;
  border-right-width: 2px;
  border-color: #95a5a6;
}
table td.border-top-bottom {
  border-top-style: solid;
  border-top-width: 2px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: #95a5a6;
}
table tr.total td {
  border-top-style: solid;
  border-top-width: 2px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.label {
  font-size: 72%;
  font-weight: normal;
  padding: .15em .5em .2em;
}
.label[href]:hover, .label[href]:focus {
  color: white;
}

.label-default {
  background-color: #ebedef;
  color: #7b8996;
}
.label-default[href] {
  color: #7b8996;
}
.label-default[href]:hover, .label-default[href]:focus {
  color: #7b8996;
  background-color: #e1e4e7;
}

.label-inverse {
  background-color: #485b6e;
  color: white;
}
.label-inverse[href] {
  color: white;
}
.label-inverse[href]:hover, .label-inverse[href]:focus {
  color: white;
  background-color: #a4adb7;
}

.label-success {
  background-color: #2ecc71;
  color: white;
}
.label-success[href] {
  color: white;
}
.label-success[href]:hover, .label-success[href]:focus {
  color: white;
  background-color: #27ad60;
}

.label-important {
  background-color: #e74c3c;
  color: white;
}
.label-important[href] {
  color: white;
}
.label-important[href]:hover, .label-important[href]:focus {
  color: white;
  background-color: #c44133;
}

.label-warning {
  background-color: #f1c40f;
  color: white;
}
.label-warning[href] {
  color: white;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  color: white;
  background-color: #cda70d;
}

.label-info {
  background-color: #3498db;
  color: white;
}
.label-info[href] {
  color: white;
}
.label-info[href]:hover, .label-info[href]:focus {
  color: white;
  background-color: #2c81ba;
}

.label-primary {
  background-color: #1abc9c;
  color: white;
}
.label-primary[href] {
  color: white;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  color: white;
  background-color: #16a085;
}

.label-percent {
  font-size: 90%;
  display: inline-block;
  min-width: 3em;
  padding: .35em .5em .25em;
}

.badge {
  font-size: 11px;
  font-weight: bold;
  color: white;
  line-height: 1.615;
  background-color: #d8dce0;
  border-radius: 4px;
  padding: 0 8px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
.nav-list > .active > a > .badge {
  color: #9aa4af;
  background-color: white;
}

.alert {
  color: #34495e;
  padding: 18px 45px 14px 30px;
  text-shadow: none;
  background-color: #f9f8f3;
  border: 2px solid #ebece8;
  font-size: 13px;
  line-height: 1.625;
  border-radius: 3px;
  position: relative;
  z-index: 20;
}
.alert a {
  color: #f1c40f;
  font-weight: bold;
}
.alert a:hover {
  text-decoration: underline;
}
.alert a.btn {
  color: white;
  text-decoration: none;
}
.alert a.btn:active, .alert a.btn.active {
  color: rgba(255, 255, 255, 0.75);
}
.alert h4 {
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 4px;
}
.alert p {
  font-size: inherit;
  line-height: inherit;
}
.alert .close {
  position: relative;
  top: 0px;
  right: -31px;
  line-height: 18px;
  font-size: 24px;
  opacity: 0.4;
  color: #34495e;
}
.alert .btn {
  margin-bottom: 15px;
  margin-right: 15px;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .alert .btn {
    display: block;
    min-width: auto;
    margin-bottom: 10px;
    margin-right: -15px;
  }
}

.alert-success {
  background-color: #eef7f5;
  border-color: #e1ebeb;
}
.alert-success a {
  color: #3498db;
}

.alert-info {
  background-color: #f7f9fa;
  border-color: #e9ecef;
}
.alert-info a {
  color: #3498db;
}

.alert-error {
  background-color: #f9f6f5;
  border-color: #ebe9eb;
}
.alert-error a {
  color: #e74c3c;
}

.bottom-menu {
  background: #ebedef;
  color: #bcc3ca;
  padding: 39px 0 42px;
}
.bottom-menu .navbar-brand {
  font-size: 20px;
  margin-top: -4px;
  padding: 0;
}
.bottom-menu .title {
  font-size: 12px;
  font-weight: bold;
  margin-top: 0;
}
.bottom-menu a {
  color: inherit;
}
.active .bottom-menu a, .bottom-menu a:hover, .bottom-menu a:focus {
  color: #1abc9c;
}
.bottom-menu .label,
.bottom-menu .badge {
  vertical-align: middle;
}
.bottom-menu .bottom-links {
  font-size: 13px;
  line-height: 1.286;
}

.bottom-icons {
  font-size: 13px;
  line-height: 1;
}

.bottom-menu-inverse {
  background-color: #34495e;
  color: #677786;
}

.bottom-menu-large {
  padding-bottom: 56px;
  padding-top: 60px;
}
.bottom-menu-large .navbar-brand {
  margin-top: -2px;
}
.bottom-menu-large .bottom-links li {
  float: none;
  line-height: 22px;
  margin-right: 0;
}
.bottom-menu-large .title {
  margin-bottom: 10px;
}

.bottom-links,
.bottom-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bottom-links li,
.bottom-icons li {
  display: block;
  float: left;
  margin: 0 18px 0 0;
}

@media (max-width: 767px) {
  .bottom-menu .navbar-brand,
  .bottom-menu .bottom-links {
    margin-bottom: 30px;
  }
  .bottom-menu .navbar-brand {
    padding: 15px;
    float: none;
  }
  .bottom-menu .bottom-links li {
    float: none;
    margin-bottom: 2px;
  }
  .bottom-menu [class*="span"]:last-child .bottom-links {
    margin-bottom: 0;
  }
}
.nav .dropdown-toggle .caret {
  border-bottom-color: #7f8c9a;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #7f8c9a;
  border-top-width: 6px;
}

.nav-pills > li:first-child > a {
  border-left: none;
  border-radius: 6px 0 0 6px;
}
.nav-pills > li:last-child > a {
  border-radius: 0 6px 6px 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover {
  background-color: #16a085;
}
@media (max-width: 480px) {
  .nav-pills > li {
    float: none;
    display: block;
  }
  .nav-pills > li:first-child > a {
    border-radius: 6px 6px 0 0;
  }
  .nav-pills > li:last-child > a {
    border-radius: 0 0 6px 6px;
  }
}
.nav-pills > li > a {
  background-color: #1abc9c;
  border-left: 2px solid #16a085;
  color: white;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 12px 21px 13px;
  border-radius: 0;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
  background-color: #48c9b0;
}
.nav-pills > li > a:active {
  background-color: #16a085;
}
@media (max-width: 480px) {
  .nav-pills > li > a {
    border-left: none;
    display: block;
  }
}
.nav-pills > li + li {
  margin-left: 0;
}

.nav-tabs {
  margin-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-color: #e1e4e7;
}
.nav-tabs.nav-append-content {
  border-bottom: none;
  margin-bottom: 0;
}
.nav-tabs.nav-append-content > li.active:first-child:before {
  background-color: white;
  border-left: 1px solid #e1e4e7;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  bottom: -5px;
  width: 6px;
  z-index: 2;
}
.nav-tabs > li {
  margin-bottom: -1px;
  position: relative;
}
.nav-tabs > li.active {
  z-index: 2;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-color: #e1e4e7;
  border-bottom-color: white;
  border-width: 1px;
  color: #7f8c9a;
}
.nav-tabs > li.active .dropdown-toggle,
.nav-tabs > li.active .dropdown-toggle:hover,
.nav-tabs > li.active .dropdown-toggle:focus {
  color: #7f8c9a;
}
.nav-tabs > li.active .dropdown-toggle .caret,
.nav-tabs > li.active .dropdown-toggle:hover .caret,
.nav-tabs > li.active .dropdown-toggle:focus .caret {
  border-bottom-color: #7f8c9a;
  border-top-color: #7f8c9a;
}
.nav-tabs > li.open a.dropdown-toggle,
.nav-tabs > li.open a.dropdown-toggle:hover, .nav-tabs > li.open.active a.dropdown-toggle,
.nav-tabs > li.open.active a.dropdown-toggle:hover {
  background-color: #f3f4f5;
  border-color: #e1e4e7;
  border-bottom-color: transparent;
  color: #7f8c9a;
}
.nav-tabs > li.open a.dropdown-toggle .caret,
.nav-tabs > li.open a.dropdown-toggle:hover .caret, .nav-tabs > li.open.active a.dropdown-toggle .caret,
.nav-tabs > li.open.active a.dropdown-toggle:hover .caret {
  border-bottom-color: #7f8c9a;
  border-top-color: #7f8c9a;
}
.nav-tabs > li.open .dropdown-menu, .nav-tabs > li.open.active .dropdown-menu {
  margin-top: -2px;
}
.nav-tabs > li.open.active {
  z-index: 1003;
}
.nav-tabs > li > a {
  border-width: 1px;
  font-size: 13px;
  font-weight: bold;
  padding: 7px 21px 8px;
  color: #7f8c9a;
  border-radius: 6px 6px 0 0;
  -webkit-transition: none;
  transition: none;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  background-color: transparent;
  border-color: transparent;
  border-bottom-color: transparent;
  outline: none;
  color: #1abc9c;
}
.nav-tabs > li .dropdown-toggle {
  position: relative;
  z-index: 1002;
}
.nav-tabs > li .dropdown-toggle:hover .caret, .nav-tabs > li .dropdown-toggle:focus .caret {
  border-bottom-color: #1abc9c;
  border-top-color: #1abc9c;
}
.nav-tabs > li .dropdown-menu {
  border: 1px solid #e1e4e7;
  margin-top: -10px;
  border-radius: 0 6px 6px 6px;
}
.nav-tabs > li .dropdown-menu li:first-child > a {
  border-radius: 0 5px 0 0;
}
.nav-tabs > li .dropdown-menu li:last-child > a {
  border-radius: 0 0 5px 5px;
}
.nav-tabs > li .dropdown-menu li a {
  border-radius: 0;
}
.nav-tabs > li .open .dropdown-toggle {
  background-color: #f3f4f5;
}
@media (max-width: 480px) {
  .nav-tabs {
    border-bottom: none;
  }
  .nav-tabs > li {
    display: block;
    float: none;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    background-color: #1abc9c;
    border: 2px solid #1abc9c;
    color: white;
  }
  .nav-tabs > li.active > a:before,
  .nav-tabs > li.active > a:hover:before,
  .nav-tabs > li.active > a:focus:before {
    display: none;
  }
  .nav-tabs > li.active:before {
    display: none;
  }
  .nav-tabs > li.dropdown.active > a,
  .nav-tabs > li.dropdown.active > a.dropdown-toggle,
  .nav-tabs > li.dropdown.active > a:hover {
    color: white;
  }
  .nav-tabs > li.dropdown.active > a .caret,
  .nav-tabs > li.dropdown.active > a.dropdown-toggle .caret,
  .nav-tabs > li.dropdown.active > a:hover .caret {
    border-bottom-color: white;
    border-top-color: white;
  }
  .nav-tabs > li.dropdown.active.open > a,
  .nav-tabs > li.dropdown.active.open > a.dropdown-toggle,
  .nav-tabs > li.dropdown.active.open > a:hover {
    color: #7f8c9a;
    border-radius: 5px 5px 0 0;
  }
  .nav-tabs > li.dropdown.active.open > a .caret,
  .nav-tabs > li.dropdown.active.open > a.dropdown-toggle .caret,
  .nav-tabs > li.dropdown.active.open > a:hover .caret {
    border-bottom-color: #7f8c9a;
    border-top-color: #7f8c9a;
  }
  .nav-tabs > li > a,
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    border: 2px solid #e1e4e7;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 10px 15px;
    border-radius: 5px;
  }
}

.tab-content {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 20px 20px 5px;
  position: relative;
  z-index: 1;
}

.nav-list {
  padding-left: 13px;
  padding-right: 13px;
}
.nav-list .nav-header {
  margin-left: -13px;
  margin-right: -13px;
  padding: 0 13px;
  font-weight: bold;
  line-height: 1.538;
}
.nav-list > li {
  margin-bottom: 3px;
}
.nav-list > li.active > a,
.nav-list > li.active > a:hover,
.nav-list > li.active > a:focus {
  background-color: #ebedef;
  color: #526476;
}
.nav-list > li.divider {
  height: 2px;
  border-bottom: none;
  margin: 13px -13px 17px 0;
  background-color: #ebedef;
}
.nav-list > li > a {
  border-radius: 5px;
  font-size: 13px;
  line-height: 1.333em;
  font-weight: bold;
  margin-left: -13px;
  margin-right: -13px;
  padding: 6px 13px 8px;
  text-shadow: none;
}
.nav-list .badge.pull-right {
  margin: 1px -4px -1px 0;
}

.nav-header {
  color: #aeb6bf;
  font-size: 11px;
  text-transform: uppercase;
}

.nav-list-vivid {
  background-color: #edeff1;
  border-radius: 5px;
  padding-bottom: 2px;
}
.nav-list-vivid > li {
  margin-bottom: 2px;
}
.nav-list-vivid > li.divider {
  background-color: transparent;
  margin: 3px 0 0;
}
.nav-list-vivid > li.active > a,
.nav-list-vivid > li.active > a:hover,
.nav-list-vivid > li.active > a:focus {
  background-color: #1abc9c;
  color: white;
}
.nav-list-vivid > li > a {
  border-radius: 0;
  color: #526476;
  font-size: 13px;
}
.nav-list-vivid > li > a:hover, .nav-list-vivid > li > a:focus {
  color: #16a085;
}
.nav-list-vivid .nav-header:first-child {
  padding-top: 10px;
}

.panel-heading .nav-tabs.nav-append-content {
  margin-left: -15px;
  margin-bottom: -12px;
}

.panel > .tab-content {
  border-width: 0;
}
.panel > .tab-content > .tab-pane > .table {
  margin-bottom: 0;
}

.tab-pane-fill {
  clear: both;
  margin: 0;
}

.tab-pane-scrollable {
  overflow-y: scroll;
  max-height: 240px;
}
@media (min-height: 480px) {
  .tab-pane-scrollable {
    max-height: 320px;
  }
}
@media (min-height: 768px) {
  .tab-pane-scrollable {
    max-height: 480px;
  }
}
@media (min-height: 1024px) {
  .tab-pane-scrollable {
    max-height: 640px;
  }
}

.iconbar {
  background-color: #2c3e50;
  border-radius: 6px;
  float: left;
  margin: 0 20px 20px 0;
  -webkit-backface-visibility: hidden;
}
.iconbar > ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.iconbar > ul > li {
  margin: 0;
  padding: 0;
}
.iconbar > ul > li.active > a {
  color: #1abc9c;
}
.iconbar > ul > li:first-child > a {
  padding-top: 32px;
}
.iconbar > ul > li > a {
  color: white;
  display: block;
  font-size: 21px;
  line-height: 1;
  padding: 8px 30px 32px;
  position: relative;
  text-decoration: none;
}
.iconbar > ul > li > a:hover, .iconbar > ul > li > a:focus {
  color: #1abc9c;
}
@media (max-width: 480px) {
  .iconbar > ul > li > a,
  .iconbar > ul > li.active > a, .iconbar.iconbar-horizontal > ul > li > a,
  .iconbar.iconbar-horizontal > ul > li.active > a {
    display: inline-block;
    padding: 25px;
  }
  .iconbar .iconbar-unread {
    right: 15px;
    top: 13px;
  }
  .iconbar.iconbar-horizontal {
    height: 70px;
    overflow: auto;
    width: 100%;
    white-space: nowrap;
  }
  .iconbar.iconbar-horizontal > ul > li {
    float: none;
    display: inline;
  }
  .iconbar.iconbar-horizontal .iconbar-unread {
    right: 15px;
  }
}

[class*="iconbar-stick-"] {
  border-radius: 0;
  margin: 0;
  position: fixed;
  z-index: 1001;
}
[class*="iconbar-stick-"] > ul {
  margin: 0;
}

.iconbar-stick-left {
  bottom: 0;
  left: 0;
  top: 0;
}

.iconbar-unread {
  background-color: #2a7aaf;
  border-radius: 50%;
  color: white;
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.667;
  min-width: 20px;
  padding: 0 2px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -2px;
  -webkit-font-smoothing: auto;
}

.iconbar-success {
  background-color: #2ecc71;
}
.iconbar-success > ul > li.active > a {
  color: #1e874b;
}
.iconbar-success > ul > li > a:hover, .iconbar-success > ul > li > a:focus {
  color: #1e874b;
}
.iconbar-success .iconbar-unread {
  background-color: #1e874b;
}

.iconbar-danger {
  background-color: #e74c3c;
}
.iconbar-danger > ul > li.active > a {
  color: #983228;
}
.iconbar-danger > ul > li > a:hover, .iconbar-danger > ul > li > a:focus {
  color: #983228;
}
.iconbar-danger .iconbar-unread {
  background-color: #983228;
}

.iconbar-warning {
  background-color: #f1c40f;
}
.iconbar-warning > ul > li.active > a {
  color: #9f810a;
}
.iconbar-warning > ul > li > a:hover, .iconbar-warning > ul > li > a:focus {
  color: #9f810a;
}
.iconbar-warning .iconbar-unread {
  background-color: #9f810a;
}

.iconbar-info {
  background-color: #3498db;
}
.iconbar-info > ul > li.active > a {
  color: #226491;
}
.iconbar-info > ul > li > a:hover, .iconbar-info > ul > li > a:focus {
  color: #226491;
}
.iconbar-info .iconbar-unread {
  background-color: #226491;
}

.iconbar-horizontal {
  clear: both;
  float: left;
}
.iconbar-horizontal > ul > li {
  float: left;
}
.iconbar-horizontal > ul > li:first-child > a {
  padding: 23px 32px 23px;
}
.iconbar-horizontal > ul > li > a {
  padding: 23px 32px 23px 8px;
}
.iconbar-horizontal .iconbar-unread {
  right: 23px;
  top: 13px;
}

.dialog {
  background-color: #edeff1;
  border-top: 2px solid #d6dbdf;
  font-size: 13px;
  margin-bottom: 20px;
  padding: 16px 0 20px;
  position: relative;
  text-align: center;
}
.dialog .btn {
  vertical-align: baseline;
}
.dialog form {
  margin-bottom: 0;
}
.dialog form input,
.dialog form .btn {
  margin-bottom: 0;
  margin-left: 20px;
  vertical-align: top;
}
.dialog form input:first-child,
.dialog form .btn:first-child {
  margin-left: 0;
}
.dialog.dialog-success {
  background-color: #f0faf8;
  border-top-color: #e2edeb;
}
.dialog.dialog-danger {
  background-color: #fdefed;
  border-top-color: #fadbd8;
}
.dialog.dialog-warning {
  background-color: #fefae9;
  border-top-color: #fcf3cf;
}
.dialog.dialog-info {
  background-color: #edf6fc;
  border-top-color: #d6eaf8;
}
.dialog.dialog-inverse {
  background-color: #34495e;
  border-top-color: #2a3a4b;
  color: white;
}

@media (max-width: 767px) {
  .dialog {
    padding-left: 20px;
    padding-right: 20px;
  }
  .dialog form .btn,
  .dialog .btn {
    display: block;
    margin: 9px 0;
    min-width: auto;
    width: 100%;
  }
  .dialog form .btn:last-child,
  .dialog .btn:last-child {
    margin-bottom: 0;
  }
  .dialog form .btn + .btn,
  .dialog .btn + .btn {
    margin-top: 18px;
  }
  .dialog form input {
    margin: 9px 0;
  }
}
.dialog.no-margins {
  margin: 0;
}

.modal-backdrop {
  z-index: 1030;
  background-color: transparent;
}
.modal-backdrop.in {
  opacity: 0.95;
  filter: "alpha(opacity=opacity-ie)";
}

.modal {
  z-index: 1040;
  background-color: rgba(255, 255, 255, 0.75);
}

.modal-dialog {
  z-index: 1050;
  -moz-box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
}

.modal-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  width: 624px;
  background-color: #f9fafb;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
}
@media (max-width: 767px) {
  .modal-content {
    width: auto;
  }
}

.modal-header {
  padding: 17px 19px 15px 24px;
  border-bottom: 1px solid #ebedef;
}

.modal-header .close {
  margin: 5px 0 0;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  color: #34495e;
}

.modal-title {
  margin: 0;
  font-size: 21px;
  line-height: 30px;
}

.modal-body {
  padding: 20px 24px 20px;
  overflow: auto;
}
.modal-body p {
  font-size: 13px;
  line-height: 1.625;
}

.modal-footer {
  padding: 19px 22px 20px;
  margin-top: 0;
  background-color: #ebedef;
  border-top: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.modal-footer .btn + .btn {
  margin-left: 12px;
}
@media (max-width: 480px) {
  .modal-footer .btn {
    display: block;
    min-width: auto;
    margin-bottom: 15px;
  }
  .modal-footer .btn:last-child {
    margin-bottom: 0;
  }
  .modal-footer .btn + .btn {
    margin-left: 0;
  }
}
.modal-footer button:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 624px;
  }
}
.modal.modal-video {
  z-index: 9999999;
  overflow-y: auto;
}
.modal.modal-video .modal-body {
  max-height: none;
}
.modal.modal-video .modal-content {
  max-width: none;
}
.modal.modal-video .modal-content .modal-header.modal-header-overlay .close {
  background: #b8b8b8;
  color: #fff;
}
.modal.modal-video .modal-content .modal-body {
  padding: 0px;
}

.modal-header.modal-header-overlay {
  position: absolute;
  border-bottom: none;
  padding: 0;
  width: 100%;
  z-index: 999;
}
.modal-header.modal-header-overlay .close {
  background: #fff;
  color: #aaa;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  margin-top: -16px;
  margin-right: -16px;
  opacity: 1.0;
}

/* ============================================================
 * bootstrapSwitch v1.3 by Larentis Mattia $spiritualGuru
 * http://www.larentis.eu/switch/
 * ============================================================
 * Licensed under the Apache License, Version 2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 * ============================================================ */
.has-switch {
  border-radius: 30px;
  display: inline-block;
  cursor: pointer;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 80px;
  -webkit-mask: "url('../images/switch/mask.png') 0 0 no-repeat";
  mask: "url('../images/switch/mask.png') 0 0 no-repeat";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.has-switch.deactivate {
  opacity: 0.5;
  filter: "alpha(opacity=opacity-ie)";
  cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
  cursor: default !important;
}
.has-switch > div {
  width: 130px;
  position: relative;
  top: 0;
}
.has-switch > div.switch-animate {
  -webkit-transition: left 0.25s ease-out;
  transition: left 0.25s ease-out;
}
.has-switch > div.switch-off {
  left: -50px;
}
.has-switch > div.switch-off label {
  background-color: #7f8c9a;
  border-color: #bdc3c7;
  -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
}
.has-switch > div.switch-on {
  left: 0;
}
.has-switch > div.switch-on label {
  background-color: #1abc9c;
}
.has-switch input[type=checkbox] {
  display: none;
}
.has-switch span {
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  float: left;
  height: 29px;
  line-height: 19px;
  margin: 0;
  padding-bottom: 6px;
  padding-top: 5px;
  position: relative;
  text-align: center;
  width: 50%;
  z-index: 1;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.has-switch span.switch-left {
  border-radius: 30px 0 0 30px;
  background-color: #34495e;
  color: #1abc9c;
  border-left: 1px solid transparent;
}
.has-switch span.switch-right {
  border-radius: 0 30px 30px 0;
  background-color: #bdc3c7;
  color: white;
  text-indent: 7px;
}
.has-switch span.switch-right [class*="fui-"] {
  text-indent: 0;
}
.has-switch label {
  border: 4px solid #34495e;
  border-radius: 50%;
  float: left;
  height: 29px;
  margin: 0 -15px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 29px;
  z-index: 100;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.switch-square {
  border-radius: 3px;
  -webkit-mask: "url('../images/switch/mask.png') 0 0 no-repeat";
  mask: "url('../images/switch/mask.png') 0 0 no-repeat";
}
.switch-square > div.switch-off label {
  border-color: #7f8c9a;
  border-radius: 3px 0 0 3px;
}
.switch-square span.switch-left {
  border-radius: 3px 0 0 3px;
}
.switch-square span.switch-left [class*="fui-"] {
  text-indent: -10px;
}
.switch-square span.switch-right {
  border-radius: 0 3px 3px 0;
}
.switch-square span.switch-right [class*="fui-"] {
  text-indent: 5px;
}
.switch-square label {
  border-radius: 0 3px 3px 0;
  border-color: #1abc9c;
}

.carousel-inner > .item.active > img,
.carousel-inner > .item.active > a > img {
  border-radius: 3px;
}
@media (max-width: 480px) {
  .carousel-inner > .item.active > img {
    border-radius: 3px 3px 0 0;
  }
}
.carousel-inner > .item.active.left > img,
.carousel-inner > .item.active.left > a > img, .carousel-inner > .item.active.right > img,
.carousel-inner > .item.active.right > a > img {
  border-radius: 0;
}

.carousel-control {
  position: absolute;
  top: 45%;
  font-size: 20px;
  line-height: 32px;
  color: white;
  text-indent: 1px;
  border: 3px solid white;
  height: 40px;
  right: 15px;
  margin-top: -20px;
  text-align: center;
  width: 40px;
  outline: none !important;
  border-radius: 23px;
  opacity: 0.5;
  filter: "alpha(opacity=opacity-ie)";
}
.carousel-control.left, .carousel-control.right {
  background: none #2c3e50;
}
.carousel-control.left {
  text-indent: -1px;
  left: 15px;
}
.carousel-control.right {
  left: auto;
  right: 15px;
}

.carousel-indicators {
  bottom: auto;
  left: auto;
  margin: 0;
  right: 16px;
  top: 16px;
  width: auto;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.carousel-indicators li {
  vertical-align: top;
  border: none;
  width: 8px;
  height: 8px;
  margin: 0 0 0 6px;
  background-color: #2c3e50;
  background-color: rgba(44, 62, 80, 0.5);
}
.carousel-indicators li.active {
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin: 0 0 0 6px;
}

.carousel-caption {
  padding: 20px 19px 22px;
  background: #243342;
  background: rgba(36, 51, 66, 0.7);
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  border-radius: 0 0 3px 3px;
  text-shadow: none;
}
.carousel-caption h3,
.carousel-caption p {
  color: white;
}
.carousel-caption h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 5px;
}
.carousel-caption p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .carousel-caption {
    position: static;
  }
}

.well-avatar {
  position: relative;
}
.well-avatar .avatar-container {
  position: absolute;
  left: 20px;
  top: 20px;
}
.well-avatar .avatar-container .avatar-image {
  max-width: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
.well-avatar .name-container {
  width: 100%;
  padding-left: 50px;
}
.well-avatar .name-container .name {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 18px;
}
.well-avatar .name-container .twitter {
  font-size: 14px;
  font-weight: normal;
  opacity: 0.6;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.footer-bottom-menu.affix {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.chapter-fixed-header-spacing {
  width: 100%;
  height: 60px;
}

.chapter-title {
  font-size: 36px;
  margin-top: 50px;
}

.image-content img {
  border-radius: 6px;
  width: 100%;
  max-width: 100%;
}

.image-content-hero {
  position: relative;
  margin: 20px 0;
  overflow: hidden;
}
.image-content-hero > img,
.image-content-hero > a > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  line-height: 1;
  border-radius: 3px;
}
@media (max-width: 480px) {
  .image-content-hero > img,
  .image-content-hero > a > img {
    border-radius: 3px 3px 0 0;
  }
}
.image-content-hero .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 19px 22px;
  background: #243342;
  background: rgba(36, 51, 66, 0.7);
  text-align: left;
  border-radius: 0 0 3px 3px;
  text-shadow: none;
}
.image-content-hero .caption h3,
.image-content-hero .caption p {
  color: white;
}
.image-content-hero .caption h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 5px;
}
.image-content-hero .caption p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .image-content-hero .caption {
    position: static;
  }
}

.chapter-block-2 {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 20px;
}
.chapter-block-2 > .col1, .chapter-block-2 > .col2 {
  float: left;
  width: 48%;
}
.chapter-block-2 > .col1 {
  text-align: right;
  margin-right: 0.5%;
}
.chapter-block-2 > .col2 {
  margin-left: 0.5%;
}

p.emphasized {
  font-size: 24px;
  color: #16a085;
}

.chapter-figure-center {
  text-align: center;
  margin: 0 0 10px 0;
}
.chapter-figure-center > .inner {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  max-width: 100%;
  padding: 5px;
}

.chapter-figure-left {
  padding: 5px;
  float: left;
  margin: 0 15px 0 0;
}

.chapter-figure-right {
  padding: 5px;
  float: right;
  margin: 0 0 0 15px;
}

.figure-caption {
  display: block;
  font-size: 11px;
  text-align: center;
  color: #666;
}

.chapter-figure-row {
  margin: 0 0 10px 0;
}

.chapter-block-center {
  margin-left: auto;
  margin-right: auto;
}

.cke_ltr,
.chapter-content-block {
  overflow: hidden;
  *zoom: 1;
}
.cke_ltr h1,
.chapter-content-block h1 {
  color: #444;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 12px;
  margin-top: 50px;
}

.cke_ltr h2,
.chapter-content-block h2 {
  color: #444;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 12px;
  margin-top: 24px;
}
.cke_ltr h3,
.chapter-content-block h3 {
  color: #444;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 12px;
  margin-top: 24px;
}
.cke_ltr h4,
.chapter-content-block h4 {
  color: #16a085;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 12px;
  margin-top: 12px;
}
.cke_ltr h5,
.chapter-content-block h5 {
  color: #16a085;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 12px;
  margin-top: 24px;
  text-transform: uppercase;
}
.cke_ltr h6,
.chapter-content-block h6 {
  color: #16a085;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 12px;
  margin-top: 12px;
  text-transform: uppercase;
}
.cke_ltr .mathquill-rendered-math,
.chapter-content-block .mathquill-rendered-math {
  font-weight: bold;
  font-size: 100%;
}
.cke_ltr img,
.chapter-content-block img {
  max-width: 100%;
}
.cke_ltr p,
.chapter-content-block p {
  font-size: 16px;
}
.cke_ltr li,
.chapter-content-block li {
  font-size: 16px;
}
.cke_ltr .lead,
.chapter-content-block .lead {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 16px;
}
@media (min-width: 768px) {
  .cke_ltr .lead,
  .chapter-content-block .lead {
    font-size: 26.672px;
  }
}
.cke_ltr .chapter-left-align,
.chapter-content-block .chapter-left-align {
  text-align: left;
}
.cke_ltr .chapter-center-align,
.chapter-content-block .chapter-center-align {
  text-align: center;
}
.cke_ltr .chapter-right-align,
.chapter-content-block .chapter-right-align {
  text-align: right;
}
.cke_ltr .chapter-justify-align,
.chapter-content-block .chapter-justify-align {
  text-align: justify;
}

button.explain-video {
  background: #e74c3c;
}

.chapter-indent1 {
  margin-left: 30px;
}

.chapter-indent2 {
  margin-left: 60px;
}

.chapter-indent3 {
  margin-left: 90px;
}

.chapter-indent4 {
  margin-left: 120px;
}

.checkbox-input {
  border: 1px solid #CCCCCC;
  background-color: #EEEEEE;
  padding: 12px 10px;
  margin: 5px 0px;
  cursor: pointer;
}
.checkbox-input .checkbox-outer {
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  width: 21px;
  height: 21px;
  float: right;
}
.checkbox-input .checkbox-outer .checkbox-inner {
  background-image: url("../../img/onboarding/selected-checkbox.png");
  opacity: 0;
  height: 100%;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.checkbox-input .checkbox-outer .checkbox-inner.checked {
  opacity: 1;
}

.checkbox-item {
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.checkbox-item:hover {
  opacity: 1;
}

.chosen-select {
  width: 100%;
}

.chosen-select-deselect {
  width: 100%;
}

.chosen-container {
  display: inline-block;
  font-size: 13px;
  position: relative;
  vertical-align: middle;
}
.chosen-container .chosen-drop {
  background: white;
  border: 1px solid #bdc3c7;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  left: -9000px;
  z-index: 1060;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
  right: 0;
}
.chosen-container .chosen-results {
  color: #95a5a6;
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: 5px 6px;
}
.chosen-container .chosen-results li em {
  background: #feffde;
  font-style: normal;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li.active-result {
  cursor: pointer;
  display: list-item;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3498db;
  background-image: none;
  color: white;
}
.chosen-container .chosen-results li.highlighted em {
  background: transparent;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #bdc3c7;
}
.chosen-container .chosen-results .no-results {
  background: #ebedef;
  display: list-item;
}
.chosen-container .chosen-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  z-index: 1;
}
.chosen-container .chosen-results-scroll span {
  display: inline-block;
  height: 1.5;
  text-indent: -5000px;
  width: 9px;
}
.chosen-container .chosen-results-scroll-down {
  bottom: 0;
}
.chosen-container .chosen-results-scroll-down span {
  background: url(../../img/bootstrap-chosen/chosen-sprite.png) no-repeat -4px -3px;
}
.chosen-container .chosen-results-scroll-up span {
  background: url(../../img/bootstrap-chosen/chosen-sprite.png) no-repeat -22px -3px;
}

.chosen-container-single .chosen-single {
  background-color: white;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #bdc3c7;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #95a5a6;
  display: block;
  height: 35px;
  overflow: hidden;
  line-height: 35px;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single abbr {
  background: url(../../img/bootstrap-chosen/chosen-sprite.png) right top no-repeat;
  display: block;
  font-size: 1px;
  height: 10px;
  position: absolute;
  right: 26px;
  top: 12.5px;
  width: 12px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: right -11px;
}
.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
  background-position: right 2px;
}
.chosen-container-single .chosen-single div {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
}
.chosen-container-single .chosen-single div b {
  background: url(../../img/bootstrap-chosen/chosen-sprite.png) no-repeat 0 7px;
  display: block;
  height: 100%;
  width: 100%;
}
.chosen-container-single .chosen-default {
  color: #bdc3c7;
}
.chosen-container-single .chosen-search {
  margin: 0;
  padding: 3px 4px;
  position: relative;
  white-space: nowrap;
  z-index: 1000;
}
.chosen-container-single .chosen-search input[type="text"] {
  background: url(../../img/bootstrap-chosen/chosen-sprite.png) no-repeat 100% -20px, white;
  border: 1px solid #bdc3c7;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 1px 0;
  padding: 4px 20px 4px 4px;
  width: 100%;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.chosen-container-single-nosearch .chosen-search input[type="text"] {
  position: absolute;
  left: -9000px;
}

.chosen-container-multi .chosen-choices {
  background-color: white;
  border: 1px solid #bdc3c7;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: text;
  height: auto !important;
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices .search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices .search-field input[type="text"] {
  background: transparent !important;
  border: 0 !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #95a5a6;
  height: 33px;
  margin: 0;
  padding: 4px;
  outline: 0;
}
.chosen-container-multi .chosen-choices .search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices .search-choice {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #ebedef;
  border: 1px solid #bdc3c7;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-image: -webkit-linear-gradient(top, white 0%, #ebedef 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ebedef 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEBEDEF', GradientType=0);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333333;
  cursor: default;
  line-height: 13px;
  margin: 6px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  position: relative;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  background: url(../../img/bootstrap-chosen/chosen-sprite.png) right top no-repeat;
  display: block;
  font-size: 1px;
  height: 10px;
  position: absolute;
  right: 4px;
  top: 5px;
  width: 12px;
  cursor: pointer;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.chosen-container-multi .chosen-choices .search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
.chosen-container-multi .chosen-results {
  margin: 0 0 0 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: none;
}

.chosen-container-active .chosen-single {
  border: 1px solid #1abc9c;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
  -o-transition: border 0.2s linear, box-shadow 0.2s linear;
  -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
  transition: border 0.2s linear, box-shadow 0.2s linear;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: white;
  border: 1px solid #1abc9c;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
  -o-transition: border 0.2s linear, box-shadow 0.2s linear;
  -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
  transition: border 0.2s linear, box-shadow 0.2s linear;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  background: transparent;
  border-left: none;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 7px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #1abc9c;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
  -o-transition: border 0.2s linear, box-shadow 0.2s linear;
  -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
  transition: border 0.2s linear, box-shadow 0.2s linear;
}
.chosen-container-active .chosen-choices .search-field input[type="text"] {
  color: #111 !important;
}
.chosen-container-active.chosen-with-drop .chosen-choices {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  padding: 0 8px 0 0;
  overflow: visible;
}
.chosen-rtl .chosen-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl;
}
.chosen-rtl .chosen-single div {
  left: 7px;
  right: auto;
}
.chosen-rtl .chosen-single abbr {
  left: 26px;
  right: auto;
}
.chosen-rtl .chosen-choices .search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices .search-choice {
  margin: 6px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices .search-choice .search-choice-close {
  background-position: right top;
  left: 4px;
  right: auto;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results .group-option {
  padding-left: 0;
  padding-right: 15px;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  background: url(../../img/bootstrap-chosen/chosen-sprite.png) no-repeat -28px -20px, white;
  direction: rtl;
  padding: 4px 5px 4px 20px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(../../img/bootstrap-chosen/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
.error-page {
  padding: 20px;
}
.error-page h1 {
  font-weight: normal;
  letter-spacing: -1px;
  font-size: 21px;
  display: inline-block;
}
.error-page .error-page-dialog {
  width: 480px;
  margin: 30px auto 0;
  background: #f0f0f0;
  border-radius: 5px;
  padding: 30px;
}

.container-main {
  max-width: 1370px;
}

.mathquill-rendered-math {
  line-height: 1;
}

.mathquill-embedded-latex {
  visibility: hidden;
}

.mathquill-embedded-latex.mq-math-mode {
  visibility: visible;
}

.touchfocus > .math-input {
  border-color: #2ecc71;
}

.mathquill-rendered-math .sqrt-stem {
  border-color: #777777;
}

.mathquill-has-nested-editable {
  border: 0 !important;
}

.mathquill-nested-editable {
  border-width: 2px !important;
}

.mathquill-editable {
  font-size: 20px;
  padding: 7px;
}

/* inline subproblem answer fields */
.next-step .mathquill-rendered-math {
  display: inline-block;
  min-width: 10px;
  min-height: 17px;
}

/*$brand-primary;*/
.number-picker {
  display: inline-block;
  position: relative;
}
.number-picker .number-picker-button {
  outline: none;
  width: 40px;
  text-align: center;
  display: inline-block;
}
.number-picker .number-picker-text-input {
  display: inline-block;
  width: 100px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.number-picker .controls {
  display: inline-block;
}
.number-picker .number-box {
  font-size: 22px;
  line-height: 40px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  width: 150px;
}

/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Example media queries */
@media screen and (max-width: 55.1875em) {
  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px;
  }

  .cbp-spmenu-top {
    top: -110px;
  }

  .cbp-spmenu-bottom {
    bottom: -110px;
  }
}
.row-preview-actions {
  margin: 20px 0;
}

.js-problem-preview {
  margin-top: 20px;
}

table.table-problem-preview {
  table-layout: fixed;
  font-size: 108%;
  width: 100%;
}
table.table-problem-preview > tbody > tr > td {
  vertical-align: top;
}
table.table-problem-preview > tbody > tr > td:last-child {
  width: 100%;
}
table.table-problem-preview > tbody > tr > td mc-widget-renderer {
  overflow: hidden;
  display: block;
}
table.table-problem-preview > tbody > tr > td mc-widget-renderer img {
  max-width: 100%;
}
table.table-problem-preview > tbody > tr > td mc-widget-renderer > p {
  margin: 0;
}
table.table-problem-preview > tbody > tr > td.col-problem-index {
  font-weight: 500;
  padding-right: 8px;
  width: 45px;
}
table.table-problem-preview > tbody > tr > td.col-problem {
  padding-left: 0;
  padding-top: 5px;
}
table.table-problem-preview > tbody > tr > td.col-problem .instruction {
  page-break-inside: avoid;
  overflow: hidden;
  *zoom: 1;
}
table.table-problem-preview > tbody > tr > td.col-problem table.subproblems {
  margin-top: 10px;
}
table.table-problem-preview > tbody > tr > td.col-problem table.subproblems > tbody > tr > td {
  vertical-align: baseline;
}
table.table-problem-preview > tbody > tr > td.col-problem-preview {
  font-weight: 500;
  padding-right: 8px;
  width: 10%;
}

.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.fix-fixed .fixed-header {
  position: absolute;
}

.fixed-header-fill {
  height: 60px;
}

.topbar {
  width: 100%;
  height: 60px;
  background-color: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #e6e7e7;
  min-height: 10px;
}
.topbar .inner {
  padding: 5px 0 0;
  overflow: hidden;
  height: 60px;
}
.topbar ul.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topbar ul.nav-list > li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.topbar ul.nav-list > li > a {
  padding: 10px 11px 12px;
  margin: 0;
  display: block;
}
.topbar ul.nav-list span.active {
  box-sizing: content-box;
  margin: 10px 11px 12px;
}
.topbar .topbar-left {
  float: left;
  margin: 0;
  padding: 0;
}
.topbar .topbar-left > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topbar .topbar-left .icon-arrow-left {
  margin-left: 7px;
  margin-right: 7px;
}
.topbar .topbar-right {
  float: right;
}
.topbar .topbar-text {
  color: #444444;
  font-size: 1em;
  font-weight: normal;
  line-height: 50px;
}
.topbar .nav > li > a {
  color: #FFFFFF;
  padding: 15px 8px 10px 8px;
}
.topbar.topbar-dashboard {
  background-color: #FFFFFF;
  transition: .3s ease background-color;
}
.topbar.topbar-dashboard.open {
  background-color: #f6f8fa;
}
.topbar.topbar-dashboard uc-subtopic-search .subtopic-search-input {
  background-color: rgba(0, 0, 0, 0.05);
  margin-top: 8px;
  margin-right: 5px;
}

.logo-container {
  float: left;
  padding: 0 0 0 5%;
}
.is-authenticated .logo-container {
  padding: 0;
}
.logo-container .company-name {
  margin: 0 0 0 5px;
  color: #424242;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: .5em;
  line-height: 2em;
}
@media (max-width: 767px) {
  .logo-container .company-name {
    display: none;
  }
}

.topbar-anonymous {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #f0f0f0;
  padding: 18px 0px 14px;
  z-index: 999;
  font-size: 15px;
  /* Mobile Navigation */
  /* Navigation Icon */
}
.topbar-anonymous .navigation {
  display: none;
}
@media only screen and (max-width: 959px) {
  .topbar-anonymous .navigation {
    display: none;
  }
}
.topbar-anonymous .desktop.navigation {
  display: block !important;
  width: 55%;
  margin-right: 5%;
  float: right;
}
.topbar-anonymous .desktop.navigation .nav-content {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 14px;
  font-weight: normal;
}
.topbar-anonymous .desktop.navigation .nav-content li a.button-nav {
  font-weight: bold;
}
.topbar-anonymous .desktop.navigation .nav-content {
  float: right;
}
.topbar-anonymous .desktop.navigation .nav-content li {
  float: left;
  margin-right: 30px;
  line-height: 28px;
  /* Set to the height of your own logo to center the text */
}
.topbar-anonymous .desktop.navigation .nav-content a {
  color: #999999;
  text-transform: uppercase;
  font-weight: normal;
}
.topbar-anonymous .desktop.navigation .nav-content a:hover, .topbar-anonymous .desktop.navigation .nav-content a.active {
  color: #000000;
}
.topbar-anonymous .desktop.navigation .nav-content li:last-of-type {
  margin-right: 0px;
}
.topbar-anonymous .desktop.navigation .nav-content .button-nav {
  background-color: #2ecc71;
  padding: 6px 10px 4px 10px;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: normal;
}
.topbar-anonymous .desktop.navigation .nav-content .button-nav:hover {
  color: #FFFFFF;
  background-color: #27ae60;
}
.topbar-anonymous .mobile.navigation {
  display: none;
  width: 90%;
  margin: 0 5%;
  float: left;
}
.topbar-anonymous .mobile.navigation .nav-content {
  float: left;
  width: 100%;
}
.topbar-anonymous .mobile.navigation .nav-content li {
  display: block;
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
}
.topbar-anonymous .mobile.navigation .nav-content li:first-of-type {
  border-top: none;
}
.topbar-anonymous .mobile.navigation .nav-content a {
  display: block;
  color: #060606;
  text-transform: uppercase;
  font-size: 0.8em;
}
.topbar-anonymous .nav-button {
  display: none;
  width: 26px;
  height: 27px;
  background: transparent;
  padding: 0;
  padding-top: 3px;
  margin-right: 5%;
  float: right;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 959px) {
  .topbar-anonymous .nav-button {
    display: block;
  }
}
.topbar-anonymous .icon-bar {
  display: block;
  float: left;
  width: 100%;
  height: 3px;
  margin-top: 3px;
  background: #060606;
}

.icon-facebook-large {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/common/common_icons-s5753054b22.png');
  background-position: 0 0;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-facebook-large {
    background-image: -webkit-image-set(url('../../img/common/common_icons-s5753054b22.png') 1x, url('../../img/common/common_icons_2x-s777115b3ee.png') 2x);
  }
}

.icon-twitter-large {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/common/common_icons-s5753054b22.png');
  background-position: 0 -323px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-twitter-large {
    background-image: -webkit-image-set(url('../../img/common/common_icons-s5753054b22.png') 1x, url('../../img/common/common_icons_2x-s777115b3ee.png') 2x);
  }
}

.icon-youtube-large {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/common/common_icons-s5753054b22.png');
  background-position: 0 -359px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-youtube-large {
    background-image: -webkit-image-set(url('../../img/common/common_icons-s5753054b22.png') 1x, url('../../img/common/common_icons_2x-s777115b3ee.png') 2x);
  }
}

.icon-telephone {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/common/common_icons-s5753054b22.png');
  background-position: 0 -287px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-telephone {
    background-image: -webkit-image-set(url('../../img/common/common_icons-s5753054b22.png') 1x, url('../../img/common/common_icons_2x-s777115b3ee.png') 2x);
  }
}

.icon-location {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/common/common_icons-s5753054b22.png');
  background-position: 0 -106px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-location {
    background-image: -webkit-image-set(url('../../img/common/common_icons-s5753054b22.png') 1x, url('../../img/common/common_icons_2x-s777115b3ee.png') 2x);
  }
}

.icon-mail {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/common/common_icons-s5753054b22.png');
  background-position: 0 -157px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-mail {
    background-image: -webkit-image-set(url('../../img/common/common_icons-s5753054b22.png') 1x, url('../../img/common/common_icons_2x-s777115b3ee.png') 2x);
  }
}

.icon-info {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/common/common_icons-s5753054b22.png');
  background-position: 0 -84px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-info {
    background-image: -webkit-image-set(url('../../img/common/common_icons-s5753054b22.png') 1x, url('../../img/common/common_icons_2x-s777115b3ee.png') 2x);
  }
}

.icon-magnifying-glass {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/common/common_icons-s5753054b22.png');
  background-position: 0 -142px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-magnifying-glass {
    background-image: -webkit-image-set(url('../../img/common/common_icons-s5753054b22.png') 1x, url('../../img/common/common_icons_2x-s777115b3ee.png') 2x);
  }
}

.icon-search {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/common/common_icons-s5753054b22.png');
  background-position: 0 -259px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-search {
    background-image: -webkit-image-set(url('../../img/common/common_icons-s5753054b22.png') 1x, url('../../img/common/common_icons_2x-s777115b3ee.png') 2x);
  }
}

.icon-search-blue {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/common/common_icons-s5753054b22.png');
  background-position: 0 -203px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-search-blue {
    background-image: -webkit-image-set(url('../../img/common/common_icons-s5753054b22.png') 1x, url('../../img/common/common_icons_2x-s777115b3ee.png') 2x);
  }
}

.icon-search-grey {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/common/common_icons-s5753054b22.png');
  background-position: 0 -231px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-search-grey {
    background-image: -webkit-image-set(url('../../img/common/common_icons-s5753054b22.png') 1x, url('../../img/common/common_icons_2x-s777115b3ee.png') 2x);
  }
}

.icon-fast-forward-16 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/common/common_icons-s5753054b22.png');
  background-position: 0 -36px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-fast-forward-16 {
    background-image: -webkit-image-set(url('../../img/common/common_icons-s5753054b22.png') 1x, url('../../img/common/common_icons_2x-s777115b3ee.png') 2x);
  }
}

.icon-timer-16 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/common/common_icons-s5753054b22.png');
  background-position: 0 -307px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-timer-16 {
    background-image: -webkit-image-set(url('../../img/common/common_icons-s5753054b22.png') 1x, url('../../img/common/common_icons_2x-s777115b3ee.png') 2x);
  }
}

.icon-checkbox-16 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/common/common_icons-s5753054b22.png');
  background-position: 0 -52px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-checkbox-16 {
    background-image: -webkit-image-set(url('../../img/common/common_icons-s5753054b22.png') 1x, url('../../img/common/common_icons_2x-s777115b3ee.png') 2x);
  }
}

.icon-warning-16 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/common/common_icons-s5753054b22.png');
  background-position: 0 -68px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-warning-16 {
    background-image: -webkit-image-set(url('../../img/common/common_icons-s5753054b22.png') 1x, url('../../img/common/common_icons_2x-s777115b3ee.png') 2x);
  }
}

.icon-list {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -733px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-list {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-list-1 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -695px;
  width: 28px;
  height: 22px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-list-1 {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-lightning {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -625px;
  width: 22px;
  height: 28px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-lightning {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-gear {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -340px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-gear {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-join-class {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -505px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-join-class {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-calendar {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -168px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-calendar {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-arrow-left {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 0;
  width: 14px;
  height: 28px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-arrow-left {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-book {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -140px;
  width: 20px;
  height: 28px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-book {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-book-blue {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -84px;
  width: 20px;
  height: 28px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-book-blue {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-book-white {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -112px;
  width: 20px;
  height: 28px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-book-white {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-compose {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -312px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-compose {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-compose-blue {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -284px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-compose-blue {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-bell {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -56px;
  width: 24px;
  height: 28px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-bell {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-bell-blue {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -28px;
  width: 24px;
  height: 28px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-bell-blue {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-line-chart {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -681px;
  width: 28px;
  height: 14px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-line-chart {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-line-chart-blue {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -653px;
  width: 28px;
  height: 14px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-line-chart-blue {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-line-chart-white {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -667px;
  width: 28px;
  height: 14px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-line-chart-white {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-pencil {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -905px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-pencil {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-checkmark {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -224px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-checkmark {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-question {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -1053px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-question {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-question-grey {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -1025px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-question-grey {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-video-camera {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -1229px;
  width: 23px;
  height: 15px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-video-camera {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-lesson-on {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -579px;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-lesson-on {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-lesson-off {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -533px;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-lesson-off {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-investigation {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -490px;
  width: 28px;
  height: 15px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-investigation {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-investigation-blue {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -368px;
  width: 28px;
  height: 15px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-investigation-blue {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-investigation-white {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -475px;
  width: 28px;
  height: 15px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-investigation-white {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-investigation-on {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -429px;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-investigation-on {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-investigation-off {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -383px;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-investigation-off {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-preview-off {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -933px;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-preview-off {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-preview-on {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -979px;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-preview-on {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-preview-off {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -933px;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-preview-off {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-react-dark {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/icons/react-dark.svg');
  height: 25px;
  width: 28px;
  background-repeat: no-repeat;
}

.icon-refresh-2 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -1081px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-refresh-2 {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-refresh-3 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -1109px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-refresh-3 {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-scorecard-on {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -1183px;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-scorecard-on {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-scorecard-off {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -1137px;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-scorecard-off {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-pdf {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -853px;
  width: 25px;
  height: 24px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-pdf {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-pdf-on {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -807px;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-pdf-on {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-pdf-off {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -761px;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-pdf-off {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-clock-grey {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -252px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-clock-grey {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-clock-red {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -268px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-clock-red {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-checkbox {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/solve3/solver3-icons-s43fd5fc1f2.png');
  background-position: 0 -196px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.3) {
  .icon-checkbox {
    background-image: -webkit-image-set(url('../../img/solve3/solver3-icons-s43fd5fc1f2.png') 1x, url('../../img/solve3/solver3-icons-2x-sddbecf7a4e.png') 2x);
  }
}

.icon-16-spinner {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 22px;
  height: 22px;
  background: url('../../img/solve3/spinner.gif') no-repeat;
}

.fui-status-question-fail {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjIwcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDIwIDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogIDxjaXJjbGUgY3g9IjEwIiBjeT0iMTAiIHI9IjEwIiBmaWxsPSIjREUxQjBCIi8+CiAgPHBhdGggZD0iTTE0LjU2NTMwMjEsNy4yNzIwNDY3OCBDMTUuMTAxNzU0NCw2LjczNTU5NDU0IDE1LjExNTQ3NzYsNS44ODIyNjEyMSAxNC41OTg5ODY0LDUuMzY0NTIyNDIgQzE0LjA4MTI0NzYsNC44NDY3ODM2MyAxMy4yMjY2NjY3LDQuODYzMDAxOTUgMTIuNjkyNzA5Niw1LjM5ODIwNjYzIEw5Ljk4MTc1NDM5LDguMTA3OTE0MjMgTDcuMjYwODE4NzEsNS4zODY5Nzg1NiBDNi43MjQzNjY0Nyw0Ljg1MTc3Mzg4IDUuODcxMDMzMTQsNC44MzY4MDMxMiA1LjM1NDU0MTkxLDUuMzUzMjk0MzUgQzQuODM2ODAzMTIsNS44NzEwMzMxNCA0Ljg1MzAyMTQ0LDYuNzI1NjE0MDQgNS4zODY5Nzg1Niw3LjI2MDgxODcxIEw4LjEwOTE2MTc5LDkuOTgxNzU0MzkgTDUuMzg2OTc4NTYsMTIuNzAzOTM3NiBDNC44NTE3NzM4OCwxMy4yMzc4OTQ3IDQuODM2ODAzMTIsMTQuMDkxMjI4MSA1LjM1NDU0MTkxLDE0LjYwODk2NjkgQzUuODcxMDMzMTQsMTUuMTI2NzA1NyA2LjcyNTYxNDA0LDE1LjExMTczNDkgNy4yNjA4MTg3MSwxNC41NzY1MzAyIEw5Ljk4MTc1NDM5LDExLjg1NTU5NDUgTDEyLjY5MjcwOTYsMTQuNTY2NTQ5NyBDMTMuMjI3OTE0MiwxNS4xMDE3NTQ0IDE0LjA4MTI0NzYsMTUuMTE2NzI1MSAxNC41OTg5ODY0LDE0LjU5ODk4NjQgQzE1LjExNTQ3NzYsMTQuMDgxMjQ3NiAxNS4xMDA1MDY4LDEzLjIyNzkxNDIgMTQuNTY1MzAyMSwxMi42OTI3MDk2IEwxMS44NTU1OTQ1LDkuOTgxNzU0MzkgTDE0LjU2NTMwMjEsNy4yNzIwNDY3OCBaIiBmaWxsPSIjRkZGIj48L3BhdGg+Cjwvc3ZnPgo=');
}

.fui-status-question-full-marks {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjIwcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDIwIDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogIDxjaXJjbGUgY3g9IjEwIiBjeT0iMTAiIHI9IjEwIiBmaWxsPSIjMDA5RDQ3Ii8+CiAgPHBhdGggZD0iTTE1Ljg3Miw3LjcxNzI1IEw4LjY5OCwxNC44OTAyNSBDOC41NTIsMTUuMDM2MjUgOC4zMTMsMTUuMDM2MjUgOC4xNjgsMTQuODkwMjUgTDcuMTA4LDEzLjgyMDI1IEM2Ljk2MywxMy42NzIyNSA2LjcyMywxMy40MzEyNSA2LjU3OCwxMy4yODUyNSBMNC4xMTEsMTAuNjkxMjUgQzQuMDM4LDEwLjYxODI1IDQsMTAuNTE2MjUgNCwxMC40MTkyNSBDNCwxMC4zMjIyNSA0LjAzOCwxMC4yMjkyNSA0LjExMSwxMC4xNTYyNSBMNS4xOTIsOS4xODEyNSBDNS4yNjYsOS4xMDYyNSA1LjM2Myw5LjA3MTI1IDUuNDYsOS4wNzEyNSBDNS41NTUsOS4wNzIyNSA1LjY1LDkuMTEwMjUgNS43MjIsOS4xODEyNSBMOC4xNjgsMTEuNjc4MjUgQzguMzE1LDExLjgyNzI1IDguNTUyLDExLjgyNzI1IDguNjk4LDExLjY3ODI1IEwxNC4yODIsNi4xMTAyNSBDMTQuNDI3LDUuOTYzMjUgMTQuNjY3LDUuOTYzMjUgMTQuODEyLDYuMTEwMjUgTDE1Ljg3Myw3LjE4MjI1IEMxNi4wMTgsNy4zMjgyNSAxNi4wMTgsNy41NzAyNSAxNS44NzIsNy43MTcyNSIgZmlsbD0iI0ZGRiI+PC9wYXRoPgo8L3N2Zz4K');
}

.fui-status-question-in-progress {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjIwcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDIwIDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogIDxjaXJjbGUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjZBREYwIiBzdHJva2Utd2lkdGg9IjIiIGN4PSIxMCIgY3k9IjEwIiByPSI5Ii8+Cjwvc3ZnPgo=');
}

.fui-status-question-pass {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjIwcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDIwIDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogIDxjaXJjbGUgY3g9IjEwIiBjeT0iMTAiIHI9IjEwIiBmaWxsPSIjRjM3QjBDIi8+CiAgPHBhdGggZD0iTTE1Ljg3Miw3LjcxNzI1IEw4LjY5OCwxNC44OTAyNSBDOC41NTIsMTUuMDM2MjUgOC4zMTMsMTUuMDM2MjUgOC4xNjgsMTQuODkwMjUgTDcuMTA4LDEzLjgyMDI1IEM2Ljk2MywxMy42NzIyNSA2LjcyMywxMy40MzEyNSA2LjU3OCwxMy4yODUyNSBMNC4xMTEsMTAuNjkxMjUgQzQuMDM4LDEwLjYxODI1IDQsMTAuNTE2MjUgNCwxMC40MTkyNSBDNCwxMC4zMjIyNSA0LjAzOCwxMC4yMjkyNSA0LjExMSwxMC4xNTYyNSBMNS4xOTIsOS4xODEyNSBDNS4yNjYsOS4xMDYyNSA1LjM2Myw5LjA3MTI1IDUuNDYsOS4wNzEyNSBDNS41NTUsOS4wNzIyNSA1LjY1LDkuMTEwMjUgNS43MjIsOS4xODEyNSBMOC4xNjgsMTEuNjc4MjUgQzguMzE1LDExLjgyNzI1IDguNTUyLDExLjgyNzI1IDguNjk4LDExLjY3ODI1IEwxNC4yODIsNi4xMTAyNSBDMTQuNDI3LDUuOTYzMjUgMTQuNjY3LDUuOTYzMjUgMTQuODEyLDYuMTEwMjUgTDE1Ljg3Myw3LjE4MjI1IEMxNi4wMTgsNy4zMjgyNSAxNi4wMTgsNy41NzAyNSAxNS44NzIsNy43MTcyNSIgZmlsbD0iI0ZGRiI+PC9wYXRoPgo8L3N2Zz4K');
}

.fui-status-step-correct {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjIwcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDIwIDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogIDxjaXJjbGUgY3g9IjEwIiBjeT0iMTAiIHI9IjEwIiBmaWxsPSIjRkFDNjAwIi8+CiAgPHBhdGggZD0iTTE1Ljg3Miw3LjcxNzI1IEw4LjY5OCwxNC44OTAyNSBDOC41NTIsMTUuMDM2MjUgOC4zMTMsMTUuMDM2MjUgOC4xNjgsMTQuODkwMjUgTDcuMTA4LDEzLjgyMDI1IEM2Ljk2MywxMy42NzIyNSA2LjcyMywxMy40MzEyNSA2LjU3OCwxMy4yODUyNSBMNC4xMTEsMTAuNjkxMjUgQzQuMDM4LDEwLjYxODI1IDQsMTAuNTE2MjUgNCwxMC40MTkyNSBDNCwxMC4zMjIyNSA0LjAzOCwxMC4yMjkyNSA0LjExMSwxMC4xNTYyNSBMNS4xOTIsOS4xODEyNSBDNS4yNjYsOS4xMDYyNSA1LjM2Myw5LjA3MTI1IDUuNDYsOS4wNzEyNSBDNS41NTUsOS4wNzIyNSA1LjY1LDkuMTEwMjUgNS43MjIsOS4xODEyNSBMOC4xNjgsMTEuNjc4MjUgQzguMzE1LDExLjgyNzI1IDguNTUyLDExLjgyNzI1IDguNjk4LDExLjY3ODI1IEwxNC4yODIsNi4xMTAyNSBDMTQuNDI3LDUuOTYzMjUgMTQuNjY3LDUuOTYzMjUgMTQuODEyLDYuMTEwMjUgTDE1Ljg3Myw3LjE4MjI1IEMxNi4wMTgsNy4zMjgyNSAxNi4wMTgsNy41NzAyNSAxNS44NzIsNy43MTcyNSIgZmlsbD0iI0ZGRiI+PC9wYXRoPgo8L3N2Zz4K');
}

.fui-status-step-final {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjIwcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDIwIDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogIDxjaXJjbGUgY3g9IjEwIiBjeT0iMTAiIHI9IjEwIiBmaWxsPSIjMDA5RDQ3Ii8+CiAgPHBhdGggZD0iTTE1Ljg3Miw3LjcxNzI1IEw4LjY5OCwxNC44OTAyNSBDOC41NTIsMTUuMDM2MjUgOC4zMTMsMTUuMDM2MjUgOC4xNjgsMTQuODkwMjUgTDcuMTA4LDEzLjgyMDI1IEM2Ljk2MywxMy42NzIyNSA2LjcyMywxMy40MzEyNSA2LjU3OCwxMy4yODUyNSBMNC4xMTEsMTAuNjkxMjUgQzQuMDM4LDEwLjYxODI1IDQsMTAuNTE2MjUgNCwxMC40MTkyNSBDNCwxMC4zMjIyNSA0LjAzOCwxMC4yMjkyNSA0LjExMSwxMC4xNTYyNSBMNS4xOTIsOS4xODEyNSBDNS4yNjYsOS4xMDYyNSA1LjM2Myw5LjA3MTI1IDUuNDYsOS4wNzEyNSBDNS41NTUsOS4wNzIyNSA1LjY1LDkuMTEwMjUgNS43MjIsOS4xODEyNSBMOC4xNjgsMTEuNjc4MjUgQzguMzE1LDExLjgyNzI1IDguNTUyLDExLjgyNzI1IDguNjk4LDExLjY3ODI1IEwxNC4yODIsNi4xMTAyNSBDMTQuNDI3LDUuOTYzMjUgMTQuNjY3LDUuOTYzMjUgMTQuODEyLDYuMTEwMjUgTDE1Ljg3Myw3LjE4MjI1IEMxNi4wMTgsNy4zMjgyNSAxNi4wMTgsNy41NzAyNSAxNS44NzIsNy43MTcyNSIgZmlsbD0iI0ZGRiI+PC9wYXRoPgo8L3N2Zz4K');
}

.fui-status-step-hint {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjIwcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDIwIDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogIDxjaXJjbGUgY3g9IjEwIiBjeT0iMTAiIHI9IjEwIiBmaWxsPSIjMDA3N0U2Ii8+CiAgPHBhdGggZD0iTTEwLDEzLjc1NjI1IEMxMC42OTg3NSwxMy43NTYyNSAxMS4yNjUsMTQuMzEzNzUgMTEuMjY1LDE1LjAwMjUgQzExLjI2NSwxNS42OSAxMC42OTg3NSwxNi4yNDg3NSAxMCwxNi4yNDg3NSBDOS4zMDEyNSwxNi4yNDg3NSA4LjczNSwxNS42OSA4LjczNSwxNS4wMDI1IEM4LjczNSwxNC4zMTM3NSA5LjMwMTI1LDEzLjc1NjI1IDEwLDEzLjc1NjI1IEwxMCwxMy43NTYyNSBaIiBmaWxsPSIjRkZGIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMC4wMDAwMDAsIDE1LjAwMjUwMCkgc2NhbGUoMSwgLTEpIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTUuMDAyNTAwKSAiPjwvcGF0aD4KICA8cGF0aCBkPSJNMTIuNzEsMTEuNjUxMjUgQzEyLjA0NzUsMTIuMTk2MjUgMTEuMTAzNzUsMTIuNSA5Ljk3NSwxMi41IEM5LjE0Mzc1LDEyLjUgOC40MzM3NSwxMi4zNSA3LjgyMzc1LDEyLjEwNjI1IEM3LjUsMTEuOTc1IDYuNDYzNzUsMTEuMzMxMjUgNi4yNDg3NSwxMS4xNTEyNSBMNi44ODEyNSwxMC4yMDc1IEM2Ljk4NSwxMC4wMjUgNy4xNTM3NSw5LjkzMjUgNy4zODc1LDkuOTMyNSBDNy40ODUsOS45MzI1IDcuNTk1LDkuOTcxMjUgNy43MTg3NSwxMC4wNDc1IEM3LjgwODc1LDEwLjEwMzc1IDguNTIxMjUsMTAuNDcxMjUgOC44MjI1LDEwLjU2MjUgQzkuNDUzNzUsMTAuNzUgMTAuMTQ3NSwxMC42NzM3NSAxMC40NjYyNSwxMC41NzUgQzEwLjkwMTI1LDEwLjQ0MTI1IDExLjIxNjI1LDEwLjE4NjI1IDExLjM5MTI1LDkuODM3NSBDMTEuNTA2MjUsOS42MDc1IDExLjY1MjUsOC45NzUgMTEuMzA4NzUsOC4zODM3NSBDMTEuMDIyNSw3Ljg5Mzc1IDEwLjU3NSw3LjUyMTI1IDEwLjA4MTI1LDcuMTkxMjUgQzkuODE3NSw3LjAxMTI1IDkuNTcyNSw2LjgyNzUgOS4zNTEyNSw2LjYzNjI1IEM5LjM0MTI1LDYuNjM2MjUgOS4zMTYyNSw2LjYxNzUgOS4yNiw2LjU2NzUgQzkuMjg3NSw2LjU5MTI1IDkuMzIzNzUsNi42MTI1IDkuMzUxMjUsNi42MzYyNSBDOS40MTM3NSw2LjYzODc1IDguNzUsNS43OSA4Ljc1LDUuMDA1IEw4Ljc1LDMuNzU1IEwxMS4yNSwzLjc1NSBMMTEuMjUsNS4wMDUgQzExLjI1LDUuNjU1IDExLjU2NSw2LjAyIDExLjU3MTI1LDYuMTEyNSBDMTEuNzg2MjUsNi4yNjYyNSAxMi43NjM3NSw3LjAxMzc1IDEyLjk5NjI1LDcuMjgyNSBDMTMuNDMsNy43ODI1IDEzLjc1LDguNDQyNSAxMy43NSw5LjM3MjUgQzEzLjc1LDEwLjMyNjI1IDEzLjM3MTI1LDExLjEwNzUgMTIuNzEsMTEuNjUxMjUgTDEyLjcxLDExLjY1MTI1IFoiIGZpbGw9IiNGRkYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkuOTk5Mzc1LCA4LjEyNzUwMCkgc2NhbGUoMSwgLTEpIHRyYW5zbGF0ZSgtOS45OTkzNzUsIC04LjEyNzUwMCkgIj48L3BhdGg+Cjwvc3ZnPgo=');
}

.fui-status-step-mistake {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjIwcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDIwIDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogIDxjaXJjbGUgY3g9IjEwIiBjeT0iMTAiIHI9IjEwIiBmaWxsPSIjOTM5MzkzIi8+CiAgPHBhdGggZD0iTTE0LjU2NTMwMjEsNy4yNzIwNDY3OCBDMTUuMTAxNzU0NCw2LjczNTU5NDU0IDE1LjExNTQ3NzYsNS44ODIyNjEyMSAxNC41OTg5ODY0LDUuMzY0NTIyNDIgQzE0LjA4MTI0NzYsNC44NDY3ODM2MyAxMy4yMjY2NjY3LDQuODYzMDAxOTUgMTIuNjkyNzA5Niw1LjM5ODIwNjYzIEw5Ljk4MTc1NDM5LDguMTA3OTE0MjMgTDcuMjYwODE4NzEsNS4zODY5Nzg1NiBDNi43MjQzNjY0Nyw0Ljg1MTc3Mzg4IDUuODcxMDMzMTQsNC44MzY4MDMxMiA1LjM1NDU0MTkxLDUuMzUzMjk0MzUgQzQuODM2ODAzMTIsNS44NzEwMzMxNCA0Ljg1MzAyMTQ0LDYuNzI1NjE0MDQgNS4zODY5Nzg1Niw3LjI2MDgxODcxIEw4LjEwOTE2MTc5LDkuOTgxNzU0MzkgTDUuMzg2OTc4NTYsMTIuNzAzOTM3NiBDNC44NTE3NzM4OCwxMy4yMzc4OTQ3IDQuODM2ODAzMTIsMTQuMDkxMjI4MSA1LjM1NDU0MTkxLDE0LjYwODk2NjkgQzUuODcxMDMzMTQsMTUuMTI2NzA1NyA2LjcyNTYxNDA0LDE1LjExMTczNDkgNy4yNjA4MTg3MSwxNC41NzY1MzAyIEw5Ljk4MTc1NDM5LDExLjg1NTU5NDUgTDEyLjY5MjcwOTYsMTQuNTY2NTQ5NyBDMTMuMjI3OTE0MiwxNS4xMDE3NTQ0IDE0LjA4MTI0NzYsMTUuMTE2NzI1MSAxNC41OTg5ODY0LDE0LjU5ODk4NjQgQzE1LjExNTQ3NzYsMTQuMDgxMjQ3NiAxNS4xMDA1MDY4LDEzLjIyNzkxNDIgMTQuNTY1MzAyMSwxMi42OTI3MDk2IEwxMS44NTU1OTQ1LDkuOTgxNzU0MzkgTDE0LjU2NTMwMjEsNy4yNzIwNDY3OCBaIiBmaWxsPSIjRkZGIj48L3BhdGg+Cjwvc3ZnPgo=');
}

.fui-status-step-skip {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjIwcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDIwIDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogIDxjaXJjbGUgY3g9IjEwIiBjeT0iMTAiIHI9IjEwIiBmaWxsPSIjREUxQjBCIi8+CiAgPHBhdGggZD0iTTQsMTQgQzQsNyA5LDMgMTMuNSw3LjUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIyIj48L3BhdGg+CiAgPHBhdGggZD0iTTExLDEwIEwxNiwxMCBMMTYsNSBMMTEsMTAgWiIgZmlsbD0iI0ZGRiI+PC9wYXRoPgogIDxyZWN0IGZpbGw9IiNGRkYiIHg9IjciIHk9IjEyIiB3aWR0aD0iNyIgaGVpZ2h0PSIyIj48L3JlY3Q+Cjwvc3ZnPgo=');
}

@font-face {
  font-family: "Mathspace-Icons";
  src: url("/permalink/fonts/mathspace-icon/Mathspace-Icons.eot");
  src: url("/permalink/fonts/mathspace-icon/Mathspace-Icons.eot?#iefix") format("embedded-opentype"), url("/permalink/fonts/mathspace-icon/Mathspace-Icons.woff") format("woff"), url("/permalink/fonts/mathspace-icon/Mathspace-Icons.ttf") format("truetype"), url("/permalink/fonts/mathspace-icon/Mathspace-Icons.svg#Mathspace-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.msicon-feed {
  display: inline-block;
  font-family: 'Mathspace-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.msicon-feed:before {
  content: "\e600";
}

.flex-video-container {
  position: relative;
  padding-bottom: 75%;
  /* 4:3 */
  height: 0px;
}
.flex-video-container iframe,
.flex-video-container object,
.flex-video-container embed,
.flex-video-container video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.flex-video-container.video-aspect-4-3, .flex-video-container[data-aspect-ratio="4-3"] {
  padding-bottom: 75%;
}
.flex-video-container.video-aspect-16-9, .flex-video-container[data-aspect-ratio="16-9"] {
  padding-bottom: 56.25%;
}

.js-movie-play {
  cursor: pointer;
}

.ms-dropmenu {
  position: static !important;
}
.ms-dropmenu li.header {
  padding: 0 20px 0;
}
.ms-dropmenu li.section-title {
  padding: 0 20px;
}
.ms-dropmenu h4 {
  font-size: 15px;
}

.ms-dropmenu h5 {
    font-size: 13px;
}

.ms-dropmenu .menu-title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 5px;
}

.circle {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  text-align: center;
}

.circle > span {
  vertical-align: middle;
  display: inline-block;
  line-height: 1em;
}

.circle.minuscule {
  width: 5px;
  height: 5px;
  line-height: 5px;
}

.circle.tiny {
  width: 10px;
  height: 10px;
  line-height: 10px;
}

.circle.small {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.circle.medium {
  width: 70px;
  height: 70px;
  line-height: 70px;
}

.circle.medium-large {
  width: 90px;
  height: 90px;
  line-height: 90px;
  line-height: 90px;
}

.circle.large {
  width: 100px;
  height: 100px;
  line-height: 100px;
}

.circle.very-large {
  width: 150px;
  height: 150px;
  line-height: 150px;
  line-height: 150px;
}

.circle.empty {
  background: transparent;
  border: 1px solid #ccc;
}

.circle.highlight {
  padding: 10px;
  border: 2px solid #ccc;
}

.circle.grey {
  color: #fff;
  background: #c3c3c3;
}

.circle.grey.dark {
  background: #bebebe;
}

.circle.grey.two-shade {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNjM2MzYzMiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2NkY2RjZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(50%, #c3c3c3), color-stop(50%, #cdcdcd));
  background-image: -moz-linear-gradient(left top, #c3c3c3 50%, #cdcdcd 50%);
  background-image: -webkit-linear-gradient(left top, #c3c3c3 50%, #cdcdcd 50%);
  background-image: linear-gradient(to right bottom, #c3c3c3 50%, #cdcdcd 50%);
}

.line.grey {
  background: #c3c3c3;
}

.circle.red {
  color: #fff;
  background: #d62929;
}

.line.red {
  background: #d62929;
}

.circle.red.dark {
  background: #dc4131;
}

.circle.red.two-shade {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNkYzQxMzEiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U3NGMzYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(50%, #dc4131), color-stop(50%, #e74c3c));
  background-image: -moz-linear-gradient(left top, #dc4131 50%, #e74c3c 50%);
  background-image: -webkit-linear-gradient(left top, #dc4131 50%, #e74c3c 50%);
  background-image: linear-gradient(to right bottom, #dc4131 50%, #e74c3c 50%);
}

.circle.green {
  color: #fff;
  background: #2ecb70;
}

.line.green {
  background: #2ecb70;
}

.circle.green.dark {
  background: #2ecb70;
}

.circle.green.two-shade {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMyZWNiNzAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJmZDU3NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(50%, #2ecb70), color-stop(50%, #2fd575));
  background-image: -moz-linear-gradient(left top, #2ecb70 50%, #2fd575 50%);
  background-image: -webkit-linear-gradient(left top, #2ecb70 50%, #2fd575 50%);
  background-image: linear-gradient(to right bottom, #2ecb70 50%, #2fd575 50%);
}

.circle.yellow {
  color: #fff;
  background: #f1c61a;
}

.line.yellow {
  background: #f1c61a;
}

.circle.yellow.dark {
  background: #f1c511;
}

.circle.yellow.two-shade {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmMWM1MTEiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZiY2QxMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(50%, #f1c511), color-stop(50%, #fbcd12));
  background-image: -moz-linear-gradient(left top, #f1c511 50%, #fbcd12 50%);
  background-image: -webkit-linear-gradient(left top, #f1c511 50%, #fbcd12 50%);
  background-image: linear-gradient(to right bottom, #f1c511 50%, #fbcd12 50%);
}

.circle.blue {
  color: #fff;
  background: #29ccd6;
}

.line.blue {
  background: #29ccd6;
}

.circle.blue.dark {
  background: #1fc2cc;
}

.circle.blue.two-shade {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMyOWNjZDYiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzMzZDZlMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(50%, #29ccd6), color-stop(50%, #33d6e0));
  background-image: -moz-linear-gradient(left top, #29ccd6 50%, #33d6e0 50%);
  background-image: -webkit-linear-gradient(left top, #29ccd6 50%, #33d6e0 50%);
  background-image: linear-gradient(to right bottom, #29ccd6 50%, #33d6e0 50%);
}

.circle.white {
  color: #000;
  background: #FFFFFF;
}

.line.white {
  background: #FFFFFF;
}

.circle.halo {
  box-sizing: content-box;
  border: 3px solid #FFFFFF;
  width: 64px;
  height: 64px;
}

.circle.green.halo {
  box-shadow: 0 0 0 3px #2ecb70;
}

.circle.yellow.halo {
  box-shadow: 0 0 0 3px #f1c511;
}

.circle.red.halo {
  box-shadow: 0 0 0 3px #dc4131;
}

.circle.blue.halo {
  box-shadow: 0 0 0 3px #1fc2cc;
}

.circle.grey.halo {
  box-shadow: 0 0 0 3px #bebebe;
}

.circle.white.halo {
  box-shadow: 0 0 0 3px #FFFFFF;
}

.modernizr-csspointerevents .fade-top {
  background: url("../../img/common/fade-top.png");
  height: 50px;
  width: 100%;
  pointer-events: none;
  -ms-pointer-events: none;
}
.modernizr-csspointerevents .fade-bottom {
  background: url("../../img/common/fade-bottom.png");
  height: 50px;
  width: 100%;
  pointer-events: none;
  -ms-pointer-events: none;
}

.horizontal-nav {
  width: 75%;
  height: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
}

.horizontal-nav .circle {
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-table;
  text-align: center;
}

.horizontal-nav .circle > * {
  vertical-align: middle;
  display: table-cell;
}

.horizontal-nav .circle.medium {
  width: 70px;
  height: 70px;
}

.horizontal-nav .circle.very-large {
  width: 150px;
  height: 150px;
  line-height: 150px;
}

.horizontal-nav .circle.active {
  border: 3px solid #F8F8F8;
}

.horizontal-nav .circle.green.active {
  box-shadow: 0 0 0 3px #2ecb70;
}

.horizontal-nav .circle.yellow.active {
  box-shadow: 0 0 0 3px #f1c511;
}

.horizontal-nav .circle.red.active {
  box-shadow: 0 0 0 3px #dc4131;
}

.horizontal-nav .circle.grey.active {
  box-shadow: 0 0 0 3px #bebebe;
}

.horizontal-nav .circle.blue.active {
  box-shadow: 0 0 0 3px #29ccd6;
}

.horizontal-nav .clickable {
  cursor: pointer;
}

.horizontal-nav .nav-buttons-viewport {
  display: inline-block;
  position: relative;
  margin-top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.horizontal-nav .nav-buttons-panel {
  display: inline-block;
  height: 100%;
  white-space: nowrap;
  text-align: left;
  position: relative;
}

.js-horizontal-nav-button {
  display: inline-block;
  position: relative;
  z-index: 10;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1em;
}

.horizontal-nav input[type=button] {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.horizontal-nav .nav-prev {
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin: 0;
  margin-top: -20px;
  left: -40px;
  width: 40px;
  height: 40px;
  background: url(../../img/bootstrap3-flat/modules/horizontalnav/leftright-arrows.png);
}

.horizontal-nav .nav-next {
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin: 0;
  margin-top: -20px;
  right: -40px;
  width: 40px;
  height: 40px;
  background: url(../../img/bootstrap3-flat/modules/horizontalnav/leftright-arrows.png);
  background-position: right;
}

.public-footer-container {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 30px;
  text-align: center;
  color: #999999;
  background: #060606;
}
.public-footer-container .contact-details-container {
  display: inline-block;
  width: 100%;
  max-width: 900px;
  margin-bottom: 10px;
}
.public-footer-container .contact-details-container i {
  margin-bottom: 15px;
  opacity: 0.5;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.public-footer-container .contact-details-container a {
  display: inline-block;
}
.public-footer-container .contact-details-container a:hover i {
  opacity: 1;
}
.public-footer-container .contact-details-container .contact-col {
  margin-bottom: 20px;
}
.public-footer-container .social-container {
  margin-bottom: 70px;
}
.public-footer-container .social-container a {
  margin: 0 8px 0 8px;
  opacity: 0.8;
}
.public-footer-container .social-container a:hover {
  opacity: 0.5;
}
.public-footer-container .other-links-container {
  margin-bottom: 10px;
}
.public-footer-container .copyright-container {
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.10em;
}
.public-footer-container a {
  color: #999999;
}
.public-footer-container a:hover {
  color: #FFFFFF;
}
.public-footer-container .separator {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.public-footer-thin-container {
  width: 100%;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 0;
  text-align: center;
  color: #999999;
  background: #060606;
}
.public-footer-thin-container .contact-details-container {
  margin-top: 4px;
  margin-bottom: 30px;
  display: inline-block;
}
.public-footer-thin-container .contact-details-container .icon-mail {
  margin-bottom: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.public-footer-thin-container .contact-details-container a {
  display: inline-block;
}
.public-footer-thin-container .contact-details-container a:hover .icon-mail {
  opacity: 1;
  filter: alpha(opacity=100);
}
.public-footer-thin-container .separator {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.public-footer-thin-container .other-links-container {
  margin-top: 4px;
  margin-bottom: 30px;
}
.public-footer-thin-container .copyright-container {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.10em;
}
.public-footer-thin-container a {
  color: #999999;
}
.public-footer-thin-container a:hover {
  color: #FFFFFF;
}
.public-footer-thin-container .social-container {
  margin-top: 7px;
  margin-bottom: 30px;
}
.public-footer-thin-container .social-container a {
  margin: 0 8px 0 8px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 0.8;
}
.public-footer-thin-container .social-container a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.js-footer-bottom.affix {
  position: fixed;
  bottom: 0;
}

.last-col {
  overflow: hidden;
}

.ptn, .pvn, .pan {
  padding-top: 0;
}

.ptx, .pvx, .pax {
  padding-top: 3px;
}

.pts, .pvs, .pas {
  padding-top: 5px;
}

.ptm, .pvm, .pam {
  padding-top: 10px;
}

.ptl, .pvl, .pal {
  padding-top: 20px;
}

.prn, .phn, .pan {
  padding-right: 0;
}

.prx, .phx, .pax {
  padding-right: 3px;
}

.prs, .phs, .pas {
  padding-right: 5px;
}

.prm, .phm, .pam {
  padding-right: 10px;
}

.prl, .phl, .pal {
  padding-right: 20px;
}

.pbn, .pvn, .pan {
  padding-bottom: 0;
}

.pbx, .pvx, .pax {
  padding-bottom: 3px;
}

.pbs, .pvs, .pas {
  padding-bottom: 5px;
}

.pbm, .pvm, .pam {
  padding-bottom: 10px;
}

.pbl, .pvl, .pal {
  padding-bottom: 20px;
}

.pln, .phn, .pan {
  padding-left: 0;
}

.plx, .phx, .pax {
  padding-left: 3px;
}

.pls, .phs, .pas {
  padding-left: 5px;
}

.plm, .phm, .pam {
  padding-left: 10px;
}

.pll, .phl, .pal {
  padding-left: 20px;
}

.mtn, .mvn, .man {
  margin-top: 0px;
}

.mtx, .mvx, .max {
  margin-top: 3px;
}

.mts, .mvs, .mas {
  margin-top: 5px;
}

.mtm, .mvm, .mam {
  margin-top: 10px;
}

.mtl, .mvl, .mal {
  margin-top: 20px;
}

.mrn, .mhn, .man {
  margin-right: 0px;
}

.mrx, .mhx, .max {
  margin-right: 3px;
}

.mrs, .mhs, .mas {
  margin-right: 5px;
}

.mrm, .mhm, .mam {
  margin-right: 10px;
}

.mrl, .mhl, .mal {
  margin-right: 20px;
}

.mbn, .mvn, .man {
  margin-bottom: 0px;
}

.mbx, .mvx, .max {
  margin-bottom: 3px;
}

.mbs, .mvs, .mas {
  margin-bottom: 5px;
}

.mbm, .mvm, .mam {
  margin-bottom: 10px;
}

.mbl, .mvl, .mal {
  margin-bottom: 20px;
}

.mln, .mhn, .man {
  margin-left: 0px;
}

.mlx, .mhx, .max {
  margin-left: 3px;
}

.mls, .mhs, .mas {
  margin-left: 5px;
}

.mlm, .mhm, .mam {
  margin-left: 10px;
}

.mll, .mhl, .mal {
  margin-left: 20px;
}
