@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,700);
@charset "UTF-8";
.ws-important-hide {
  display: none !important;
  visibility: hidden !important;
  position: absolute;
  top: -999999px;
}

.ws-custom-file > button,
.ws-capture-file > button, .ws-po-box button {
  display: inline-block;
  overflow: visible;
  position: relative;
  margin: 0;
  border: 0;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit;
  background: transparent;
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
  touch-action: none;
}
.ws-custom-file > button::-moz-focus-inner,
.ws-capture-file > button::-moz-focus-inner, .ws-po-box button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ws-custom-file > button[disabled],
.ws-capture-file > button[disabled], .ws-po-box button[disabled] {
  cursor: default;
  color: #888;
}

[hidden] {
  display: none;
}

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

audio {
  display: none;
  height: 0;
  width: 0;
  overflow: hidden;
}

video {
  overflow: hidden;
}

video,
audio[controls] {
  display: inline-block;
  min-height: 45px;
  min-width: 40px;
}

audio[controls] {
  width: 300px;
}

.polyfill-mediaelement > iframe {
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.flashblocker-assumed {
  min-height: 20px;
  min-width: 20px;
  z-index: 99999;
}

.cue-display {
  position: absolute !important;
  margin: 0;
  padding: 0px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  border: none !important;
  background: none !important;
  text-align: center;
  visibility: hidden;
  font-family: sans-serif;
  font-size: 12px;
  white-space: pre-wrap;
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.cue-display b {
  font-weight: bold;
}
.cue-display i {
  font-style: italic;
}
.cue-display u {
  text-decoration: underline;
}
.cue-display span.cue-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 160%;
  color: #fff;
  visibility: visible !important;
  pointer-events: none;
}
.cue-display .cue-line {
  display: block;
}
.cue-display span.cue {
  display: inline-block;
  padding: 3px 5px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.cue-display .description-cues {
  position: absolute;
  top: -99px;
  left: -99px;
  display: block;
  width: 5px;
  height: 5px;
  overflow: hidden;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* reset */
.placeholder-box,
.placeholder-text,
.details-open-indicator,
progress span.progress-value {
  margin: 0;
  padding: 0;
  border: none;
  width: auto;
  background: transparent none;
}

output {
  position: relative;
}

.webshims-visual-hide {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* placeholder */
.placeholder-box {
  position: relative;
  display: inline-block;
  zoom: 1;
}

.placeholder-box-input {
  vertical-align: bottom;
}

.placeholder-box-left {
  float: left;
}

.placeholder-box-right {
  float: right;
}

.placeholder-text {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #999;
  line-height: 1;
  cursor: text;
}
.placeholder-visible .placeholder-text, .placeholder-text.placeholder-visible {
  display: inline-block;
}
.placeholder-box-input .placeholder-text {
  white-space: nowrap;
}

.placeholder-visible {
  color: #d6d6d6;
}

.placeholder-focused.placeholder-visible {
  color: #ccc;
}

/*
 * popovers
 */
.ws-popover {
  font-size: 13px;
  display: block;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  outline: none;
  padding: 0 0.9230769231em 0;
  margin: 0 0 0 -0.9230769231em;
  z-index: 1100;
  min-width: 3.8461538462em;
  transform-style: preserve-3d;
  transform: translate3d(0px, 0px, 0px);
  backface-visibility: hidden;
  transition: visibility 400ms ease-in-out;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  direction: ltr;
  -webkit-tap-highlight-color: transparent;
}
.ws-popover.ws-popover-constrained-width {
  box-sizing: content-box;
}
.ws-popover.ws-is-rtl {
  direction: rtl;
  margin: 0 0 0 0.9230769231em;
}
.ws-popover.no-transition {
  display: none;
}
.ws-popover.ws-po-visible {
  visibility: visible;
  display: block;
}

.ws-popinline {
  position: relative;
  visibility: visible;
  display: none;
}

.ws-po-outerbox {
  position: relative;
  opacity: 0;
  padding: 0.8461538462em 0 0.6923076923em;
  transform: translate(0, -100%);
  transition: all 400ms ease-in-out;
}
[data-vertical=bottom] .ws-po-outerbox {
  transform: translate(0, 100%);
  padding: 0.3076923077em 0 0.8461538462em;
}
[data-vertical=middle] .ws-po-outerbox {
  transform: translate(0, 0) scale(0.3);
  padding: 0.3076923077em 0;
}
.ws-popover.ws-po-visible .ws-po-outerbox, div.ws-popover[data-vertical][data-horizontal].ws-po-visible .ws-po-outerbox {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.ws-po-box {
  border: 0.0769230769em solid #ccc;
  background: #fff;
  color: #000;
  padding: 0.3846153846em 0.3846153846em 0.2307692308em;
}
.ws-po-arrow {
  position: absolute;
  top: 0.3076923077em;
  left: 1.5384615385em;
  display: block;
  width: 0;
  height: 0;
  border-left: 0.6153846154em solid transparent;
  border-right: 0.6153846154em solid transparent;
  border-bottom: 0.6153846154em solid #ccc;
  border-top: none;
  zoom: 1;
}
.ws-is-rtl .ws-po-arrow {
  left: auto;
  right: 1.5384615385em;
}
[data-horizontal=center] .ws-po-arrow {
  left: 50%;
  margin-left: -0.3076923077em;
}
[data-horizontal=right] .ws-po-arrow {
  left: auto;
  right: 1.5384615385em;
}
[data-vertical=bottom] .ws-po-arrow {
  top: auto;
  bottom: 0.3076923077em;
  border-bottom: none;
  border-top: 0.6153846154em solid #ccc;
}
html .ws-po-arrow {
  border-left-color: transparent;
  border-right-color: transparent;
}
html .ws-po-arrow .ws-po-arrowbox {
  border-left-color: transparent;
  border-right-color: transparent;
}
[data-vertical=middle] .ws-po-arrow {
  display: none;
}
.ws-po-arrow .ws-po-arrowbox {
  position: relative;
  top: 0.0769230769em;
  left: -0.5384615385em;
  display: block;
  width: 0;
  height: 0;
  border-left: 0.5384615385em solid transparent;
  border-right: 0.5384615385em solid transparent;
  border-bottom: 0.5384615385em solid #fefefe;
  border-top: none;
  z-index: 999999999;
}
.ws-is-rtl .ws-po-arrow .ws-po-arrowbox {
  left: auto;
  right: -0.5384615385em;
}
[data-vertical=bottom] .ws-po-arrow .ws-po-arrowbox {
  top: -0.6153846154em;
  border-bottom: none;
  border-top: 0.5384615385em solid #fefefe;
}

datalist {
  display: none;
}

input[data-wslist]::-webkit-calendar-picker-indicator {
  display: none;
}

.datalist-polyfill {
  position: absolute;
  text-align: left;
}
.datalist-polyfill .ws-po-box {
  padding: 0.3846153846em 0;
}
.datalist-polyfill .datalist-box {
  position: relative;
  max-height: 15.3846153846em;
  overflow: hidden;
  overflow-x: hidden !important;
  overflow-y: auto;
}
.datalist-polyfill .datalist-box ul, .datalist-polyfill .datalist-box li {
  font-size: 100%;
  list-style: none !important;
}
.datalist-polyfill .datalist-box ul {
  position: static !important;
  overflow: hidden;
  margin: 0;
  padding: 0.0769230769em 0;
  height: auto !important;
  background-color: #fff;
  color: #000;
}
.datalist-polyfill .datalist-box li {
  margin: 0.0769230769em 0;
  padding: 0.3076923077em 0.7692307692em;
  overflow: hidden;
  white-space: nowrap;
  cursor: default;
  zoom: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #fff;
  transition: background-color 400ms;
  touch-action: none;
}
.datalist-polyfill .datalist-box mark {
  font-weight: normal;
  font-style: normal;
}
.datalist-polyfill .datalist-box .option-value {
  display: block;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #000;
  transition: color 400ms;
}
.datalist-polyfill .datalist-box .option-label {
  display: none;
  font-size: 90%;
  color: #666;
  text-overflow: ellipsis;
  margin-top: 0.1em;
  transition: color 400ms;
}
.datalist-polyfill .datalist-box .has-option-label .option-label {
  display: block;
}
.datalist-polyfill .datalist-box .hidden-item {
  display: none !important;
}
.datalist-polyfill .datalist-box .active-item {
  cursor: default;
  background-color: #39f;
}
.datalist-polyfill .datalist-box .active-item .option-value {
  color: #fff;
}
.datalist-polyfill .datalist-box .active-item .option-label {
  color: #eee;
}

.validity-alert {
  display: inline-block;
  z-index: 1000000000;
}
.validity-alert .ws-titlevalue {
  display: block;
}

.ws-errorbox {
  display: none;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  clear: both;
  font-family: sans-serif;
}
.ws-errorbox p {
  margin: 2px 0 3px;
  padding: 0;
  color: #a94442;
}

progress {
  position: relative;
  display: inline-block;
  width: 164px;
  height: 20px;
  overflow: hidden;
  box-sizing: border-box;
  vertical-align: -0.2em;
}
progress.ws-style {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  border: 1px solid #ddd;
  background: #f0f0f0;
}
progress.ws-style::-webkit-progress-bar {
  border: 1px solid #ddd;
  background: #f0f0f0;
  border: 0 none;
}
progress.ws-style::-moz-progress-bar {
  border: 1px solid #ddd;
  background: #f0f0f0;
}
progress.ws-style::-ms-fill {
  animation-name: none;
  border: 1px solid #ddd;
  background: #f0f0f0;
}
progress.ws-style > span.progress-value {
  left: 0;
}
progress.ws-style.ws-is-rtl > span.progress-value {
  left: auto;
  right: 0;
}
progress.ws-style::-webkit-progress-value {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #0063a6 url(progress.png);
  border: 0;
}
progress.ws-style::-moz-progress-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #0063a6 url(progress.png);
  border: 0;
}
progress.ws-style::-ms-fill {
  animation-name: none;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #0063a6 url(progress.png);
  border: 0;
}
progress.ws-style > span.progress-value {
  display: block !important;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #0063a6 url(progress.png);
  border: 0;
}
progress.ws-style:indeterminate::-webkit-progress-bar {
  background-image: url(progress.gif);
}
progress.ws-style:indeterminate::-moz-progress-bar {
  background-image: url(progress.gif);
}
progress.ws-style:indeterminate {
  animation-name: none;
  background-image: url(progress.gif);
}
progress.ws-style.ws-indeterminate > span.progress-value {
  display: block !important;
  width: 100%;
  right: 0;
  background-image: url(progress.gif);
}

details {
  overflow: hidden;
}

summary {
  position: relative;
}

.closed-details-child {
  display: none !important;
}

.details-open-indicator {
  margin: -1px 0 0;
  display: inline-block;
  margin-right: 0.4em;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0.7692307692em 0.3846153846em 0 0.3846153846em;
  border-color: #000 transparent transparent transparent;
  vertical-align: middle;
}
.closed-details-summary .details-open-indicator {
  border-width: 0.3846153846em 0 0.3846153846em 0.7692307692em;
  border-color: transparent transparent transparent #000;
}

summary.summary-has-focus {
  outline: 1px dotted #aaa;
  outline-offset: -1px;
}

.ws-custom-file,
.ws-capture-file {
  position: relative;
  overflow: hidden;
}
.ws-custom-file > button,
.ws-custom-file > input,
.ws-capture-file > button,
.ws-capture-file > input {
  box-sizing: border-box;
  cursor: pointer;
}
.ws-custom-file > button,
.ws-custom-file > .ws-file-value,
.ws-capture-file > button,
.ws-capture-file > .ws-file-value {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 0.3846153846em;
  border: 1px solid #ccc;
  background: #eee;
  color: #333;
  transition: 400ms all;
}
.ws-custom-file > button,
.ws-capture-file > button {
  margin-right: 0.4em;
  float: left;
}

.ws-capture-file > button {
  padding-bottom: 0.3076923077em;
  padding-top: 0.3076923077em;
}

.ws-custom-file .ws-file-value {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ws-custom-file > input[type=file],
.ws-custom-file .ws-coverfile {
  position: absolute;
  top: -1%;
  left: -3%;
  bottom: -1%;
  right: -1%;
  height: 102%;
  width: 104%;
  z-index: 9;
  padding: 0;
  margin: 0;
  border: 0px none;
  color: transparent;
  background: transparent;
}
.ws-custom-file > input[type=file] {
  filter: alpha(opacity=0);
  opacity: 0.00001;
}
.ws-custom-file > input[type=file][disabled] {
  cursor: default;
  cursor: not-allowed;
}
.ws-custom-file .ws-coverfile {
  background: url(transparent.png);
  z-index: 10;
  cursor: pointer;
}
[readonly] + .ws-custom-file .ws-coverfile {
  cursor: default;
}
[disabled] + .ws-custom-file .ws-coverfile {
  cursor: default;
  cursor: not-allowed;
}
.ws-custom-file > .moxie-shim {
  z-index: 20;
}
.ws-custom-file:hover > button, .ws-custom-file.ws-mouseenter > button,
.ws-custom-file > input[type=file]:focus ~ button {
  background: #fff;
  border-color: #999;
  background: #eee linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}
.ws-custom-file:hover > .ws-file-value, .ws-custom-file.ws-mouseenter > .ws-file-value,
.ws-custom-file > input[type=file]:focus ~ .ws-file-value {
  border-color: #999;
}
.ws-custom-file.ws-active > button,
.ws-custom-file > input[type=file]:active ~ button {
  border-color: #000;
}
.ws-custom-file.ws-active > .ws-file-value,
.ws-custom-file > input[type=file]:active ~ .ws-file-value {
  border-color: #000;
}
.ws-custom-file > input[type=file][disabled] ~ .ws-file-value,
.ws-custom-file > input[type=file][disabled] ~ button {
  border-color: #bbb;
  background: #eee;
  color: #999;
}

.ws-sticky {
  top: auto;
  left: auto !important;
  right: auto !important;
  bottom: auto;
  position: static;
  position: -ms-sticky;
  position: sticky;
  float: none !important;
  margin-left: 0;
  margin-right: 0;
}

thead.ws-sticky,
tbody.ws-sticky,
tfoot.ws-sticky {
  margin-left: -0.8px;
  margin-right: -1px;
}

.ws-sticky.ws-sticky-on {
  position: fixed !important;
}

.ws-fixedsticky-placeholder {
  position: static !important;
  visibility: hidden !important;
  padding: 0;
  border: none;
  margin: 0;
  left: -999px;
  zoom: 1;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1, .homepage-hero-bnr .hashtag-wrapper {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
  font-size: 19px;
  line-height: 1.7142857;
  color: #8a8077;
  background-color: #ffffff;
}

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

a {
  color: #f9c14c;
  text-decoration: none;
}
a:hover, a:focus {
  color: #f9c14c;
  text-decoration: underline;
}
a:focus {
  outline: none;
  outline-offset: 0;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.7142857;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 32px;
  margin-bottom: 32px;
  border: 0;
  border-top: 1px solid #eee;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

html {
  font-size: 100%;
}

a {
  transition-property: color, background-color, border-color, opacity;
  transition-duration: 0.3s;
}

a:focus, button:focus {
  outline: none;
}

.img-thumbnail {
  height: auto;
  margin-bottom: 20px;
  padding: 0;
  border: 5px solid white;
  box-shadow: 0 0 15px -5px #000;
}
@media all and (min-width: 480px) {
  .img-thumbnail.fl-r-xs {
    margin-left: 10px;
  }
}
@media all and (min-width: 768px) {
  .img-thumbnail.fl-r-sm {
    margin-left: 0;
  }
}
.img-thumbnail.fl-r-xs, .img-thumbnail.fl-r-sm {
  display: block;
}
@media all and (min-width: 768px) {
  .img-thumbnail.fl-r-xs, .img-thumbnail.fl-r-sm {
    transform: rotate(2deg);
  }
}
@media all and (min-width: 480px) {
  .img-thumbnail.fl-l-xs {
    margin-right: 10px;
  }
}
@media all and (min-width: 768px) {
  .img-thumbnail.fl-l-sm {
    margin-right: 0;
  }
}
.img-thumbnail.fl-l-xs, .img-thumbnail.fl-l-sm {
  display: block;
}
@media all and (min-width: 768px) {
  .img-thumbnail.fl-l-xs, .img-thumbnail.fl-l-sm {
    transform: rotate(-2deg);
  }
}

.video-thumbnail {
  height: auto;
  margin-bottom: 20px;
  padding: 0;
  border: 5px solid white;
  box-shadow: 0 0 15px -5px #000;
}
@media all and (min-width: 480px) {
  .video-thumbnail.fl-r-xs {
    margin-left: 10px;
  }
}
@media all and (min-width: 768px) {
  .video-thumbnail.fl-r-sm {
    margin-left: 10px;
  }
}
@media all and (min-width: 480px) {
  .video-thumbnail.fl-l-xs {
    margin-right: 10px;
  }
}
@media all and (min-width: 768px) {
  .video-thumbnail.fl-l-sm {
    margin-right: 10px;
  }
}

.img-valign-with-text {
  margin-top: 7px;
}

@media all and (min-width: 768px) {
  .img-rotated-right {
    transform: rotate(2deg);
  }
}

@media all and (min-width: 768px) {
  .img-rotated-left {
    transform: rotate(-2deg);
  }
}

.img-responsive {
  display: inline-block;
}

h1, .homepage-hero-bnr .hashtag-wrapper, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2em;
  color: #323130;
}
h1 small, .homepage-hero-bnr .hashtag-wrapper small,
h1 .small,
.homepage-hero-bnr .hashtag-wrapper .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #B9B3AE;
}

h1, .homepage-hero-bnr .hashtag-wrapper, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 32px;
  margin-bottom: 16px;
}
h1 small, .homepage-hero-bnr .hashtag-wrapper small,
h1 .small,
.homepage-hero-bnr .hashtag-wrapper .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 16px;
  margin-bottom: 16px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .homepage-hero-bnr .hashtag-wrapper, .h1 {
  font-size: 47px;
}

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

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

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

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

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

p {
  margin: 0 0 16px;
}

.lead {
  margin-bottom: 32px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 28.5px;
  }
}

small,
.small {
  font-size: 89%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #B9B3AE;
}

.text-primary {
  color: #f9c14c;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(247.3459459459, 175.9081081081, 26.6540540541);
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #FF786C;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(255, 73.1632653061, 57);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #f9c14c;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(247.3459459459, 175.9081081081, 26.6540540541);
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 15px;
  margin: 64px 0 32px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 16px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .sidebar-nav ul, .subnav ul, .list-iconic, .page-footer .footer-menu ul, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 32px;
}

dt,
dd {
  line-height: 1.7142857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #B9B3AE;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 16px 32px;
  margin: 0 0 32px;
  font-size: 1.4em;
  border-left: 5px solid #f9c14c;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.7142857;
  color: #B9B3AE;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f9c14c;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 32px;
  font-style: normal;
  line-height: 1.7142857;
}

@media all and (max-width: 767px) {
  h1, .homepage-hero-bnr .hashtag-wrapper {
    font-size: 37.6px;
  }
}

@media all and (max-width: 767px) {
  h2 {
    font-size: 33.6px;
  }
}

h1, .homepage-hero-bnr .hashtag-wrapper, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 1em;
}
h1:last-child, .homepage-hero-bnr .hashtag-wrapper:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
  margin-bottom: 0;
}

h1, .homepage-hero-bnr .hashtag-wrapper, h2 {
  margin-bottom: 32px;
}

p {
  margin: 0 0 32px;
}
p:last-child {
  margin-bottom: 0;
}

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

.list-inline {
  margin-left: 0;
}
.list-inline > li {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}

.text-underlined {
  text-decoration: underline;
}

a.text-underlined:hover, a.text-underlined:focus, a .text-underlined:hover, a .text-underlined:focus {
  text-decoration: none;
}

b, strong, .strong {
  font-weight: 700;
}

.text-white {
  color: #ffffff;
}

a.text-white:hover,
a.text-white:focus {
  color: #ffffff;
}

.text-gray {
  color: #8a8077;
}

a.text-gray:hover,
a.text-gray:focus {
  color: #8a8077;
}

.text-orange {
  color: #f0ad4e;
}

a.text-orange:hover,
a.text-orange:focus {
  color: rgb(236.015625, 151.21875, 30.984375);
}

.text-blue {
  color: #74B9CA;
}

a.text-blue:hover,
a.text-blue:focus {
  color: rgb(79.078125, 166.40625, 187.921875);
}

blockquote {
  border-left: 2px solid #f9c14c;
  font: italic 400 1.2em "rooney-web", Georgia, "Times New Roman", Times, serif;
  line-height: 1.2;
  color: #323130;
  z-index: 2;
  position: relative;
  margin: 40px 0;
  padding-left: 20px;
}
@media all and (min-width: 768px) {
  blockquote {
    border-left-width: 5px;
    font-size: 1.4em;
    padding-left: 32px;
  }
}
blockquote footer, blockquote small, blockquote .small {
  font-size: 70%;
  font-weight: 300;
  margin-top: 25px;
}
blockquote footer:before, blockquote footer:after, blockquote small:before, blockquote small:after, blockquote .small:before, blockquote .small:after {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.container-sm {
  max-width: 798px;
  margin-left: auto;
  margin-right: auto;
}

.container-md {
  max-width: 1022px;
  margin-left: auto;
  margin-right: auto;
}

.container-lg {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #B9B3AE;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 32px;
}
.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;
  line-height: 1.7142857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #ffffff;
}

.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-bordered {
  border: 1px solid #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

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

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}

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

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

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

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

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

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

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

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 24px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.table ul, .table ol {
  padding-left: 20px;
}
.table ul:last-child, .table ol:last-child {
  margin-bottom: 0;
}

.table-no-side-gaps th:first-child, .table-no-side-gaps td:first-child {
  padding-left: 0;
}
.table-no-side-gaps th:last-child, .table-no-side-gaps td:last-child {
  padding-right: 0;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 32px;
  font-size: 28.5px;
  line-height: inherit;
  color: #8a8077;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: none;
  outline-offset: 0;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 19px;
  line-height: 1.7142857;
  color: #8a8077;
}

.form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 6px 25px;
  font-size: 19px;
  line-height: 1.7142857;
  color: #8a8077;
  background-color: #FCFBFA;
  background-image: none;
  border: 1px solid #E7E0D9;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #DBDBDB;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(219, 219, 219, 0.6);
}
.form-control::-moz-placeholder {
  color: #d6d6d6;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #d6d6d6;
}
.form-control::-webkit-input-placeholder {
  color: #d6d6d6;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 46px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 34px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 62px;
  }
}
.form-group {
  margin-bottom: 30px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 32px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

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

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 51px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 34px;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.3;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 34px;
  line-height: 34px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 34px;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.3;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 34px;
  line-height: 34px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 34px;
  min-height: 49px;
  padding: 6px 10px;
  font-size: 17px;
  line-height: 1.3;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 62px;
  padding: 16px 25px;
  font-size: 21px;
  line-height: 1.3333333;
  border-radius: 5px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 62px;
  line-height: 62px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 62px;
  padding: 16px 25px;
  font-size: 21px;
  line-height: 1.3333333;
  border-radius: 5px;
}
.form-group-lg select.form-control {
  height: 62px;
  line-height: 62px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 62px;
  min-height: 53px;
  padding: 17px 25px;
  font-size: 21px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 57.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 62px;
  height: 62px;
  line-height: 62px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 34px;
  height: 34px;
  line-height: 34px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #FF786C;
}
.has-error .form-control {
  border-color: #FF786C;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(255, 73.1632653061, 57);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(255, 213.6734693878, 210);
}
.has-error .input-group-addon {
  color: #FF786C;
  border-color: #FF786C;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #FF786C;
}

.has-feedback label ~ .form-control-feedback {
  top: 37px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(196.9624505929, 192.0019762846, 187.5375494071);
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 39px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 17px;
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 17px;
  }
}

label {
  font-weight: 400;
}

.required {
  color: #FF786C;
  margin: 0 3px;
}

.form-control {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.lt-ie9 .placeholder-box-none .form-control[type=password] {
  font-family: "rooney-web", Georgia, "Times New Roman", Times, serif;
}
.lt-ie9 .placeholder-box-none .placeholder-text {
  font-family: inherit !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin-right: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea.form-control {
  resize: vertical;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    line-height: 1.2em;
    padding-top: 10px;
  }
}

input[type=radio],
input[type=checkbox] {
  margin: 10px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

.help-block {
  font-size: 0.85em;
  line-height: 1.05em;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 25px;
  font-size: 19px;
  line-height: 1.7142857;
  border-radius: 5px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: none;
  outline-offset: 0;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus, .btn-default:hover, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(224.4, 224.4, 224.4);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.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: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #f9c14c;
  border-color: #f9c14c;
}
.btn-primary:focus, .btn-primary.focus, .btn-primary:hover, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(247.0151351351, 172.4897297297, 16.7848648649);
  border-color: rgb(247.0151351351, 172.4897297297, 16.7848648649);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.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: #f9c14c;
  border-color: #f9c14c;
}
.btn-primary .badge {
  color: #f9c14c;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success:focus, .btn-success.focus, .btn-success:hover, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(65.1743589744, 149.6256410256, 65.1743589744);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.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: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info:focus, .btn-info.focus, .btn-info:hover, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(42.1796954315, 171.2751269036, 209.6203045685);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.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: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning:focus, .btn-warning.focus, .btn-warning:hover, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(235.21875, 146.8625, 21.58125);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.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: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #FF786C;
  border-color: rgb(255, 96.5816326531, 82.5);
}
.btn-danger:focus, .btn-danger.focus, .btn-danger:hover, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(255, 63.7959183673, 46.8);
  border-color: rgb(255, 40.3775510204, 21.3);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.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: #FF786C;
  border-color: rgb(255, 96.5816326531, 82.5);
}
.btn-danger .badge {
  color: #FF786C;
  background-color: #fff;
}

.btn-link {
  color: #f9c14c;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #f9c14c;
  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: #B9B3AE;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 16px 25px;
  font-size: 21px;
  line-height: 1.3333333;
  border-radius: 5px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.3;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 17px;
  line-height: 1.3;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn {
  text-shadow: none;
  transition-property: color, background-color, border-color, opacity;
  transition-duration: 0.3s;
}
.btn:hover, .btn:focus, .btn.focus {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2), inset 0 1px 10px -1px rgba(0, 0, 0, 0.2);
}

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

.btn-primary {
  color: #fff;
  background-color: #f9c14c;
  border-color: #f9c14c;
}
.btn-primary:focus, .btn-primary.focus, .btn-primary:hover, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f8b529;
  border-color: #f8b529;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.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: #f9c14c;
  border-color: #f9c14c;
}
.btn-primary .badge {
  color: #f9c14c;
  background-color: #fff;
}

.btn-icon-left {
  box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.4);
  border: none;
  border-radius: 8px;
  color: #544942;
  line-height: 65px;
  font-size: 18px;
  padding: 0 20px 0 75px;
  position: relative;
  white-space: normal;
}
.btn-icon-left:hover, .btn-icon-left:active, .btn-icon-left:focus {
  color: #544942;
}
.btn-icon-left:active {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.btn-icon-left .picture {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 65px;
  width: 68px;
}
.btn-icon-left .title {
  display: inline-block;
  line-height: 1.7142857;
  font-weight: 700;
  margin: 0;
  vertical-align: middle;
}
.btn-icon-left .svg-toolkit-summarize {
  height: 35px;
  width: 35px;
}
.btn-icon-left .svg-toolkit-think-ahead {
  height: 35.7px;
  width: 37.1px;
}
.btn-icon-left .svg-toolkit-question {
  height: 36.4px;
  width: 46.9px;
}
.btn-icon-left .svg-toolkit-word-check {
  height: 36.8px;
  width: 29.6px;
}

.btn-yellow {
  background-color: #FFC333;
}

.btn-orange {
  background-color: #FA8838;
}

.btn-red {
  background-color: #FF5546;
}

.btn-vinous {
  background-color: #BF5A72;
}

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

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

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

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

.dropup,
.dropdown {
  position: relative;
}

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

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

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: rgb(124.442687747, 115.2924901186, 107.057312253);
  background-color: #f5f5f5;
}

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

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

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

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 17px;
  line-height: 1.7142857;
  color: #B9B3AE;
  white-space: nowrap;
}

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

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

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group.btn-group-lg > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 25px;
  font-size: 19px;
  font-weight: normal;
  line-height: 1;
  color: #8a8077;
  text-align: center;
  background-color: #eee;
  border: 1px solid #E7E0D9;
  border-radius: 5px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 17px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 16px 25px;
  font-size: 21px;
  border-radius: 5px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-addon {
  padding: 6px 12.5px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 2.5px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 16px 8px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 7px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #B9B3AE;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #B9B3AE;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #f9c14c;
}
.nav .nav-divider {
  height: 1px;
  margin: 15px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.7142857;
  border: 1px solid transparent;
  border-radius: 5px 5px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #5d5d5d;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #f9c14c;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 5px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  border: none;
  border-top: 3px solid #323130 !important;
  position: relative;
  min-height: 60px;
  margin-bottom: 0;
  font-weight: 400;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar .login-btn {
  color: #776C63;
  font-size: inherit;
  float: right;
  line-height: 20px;
  margin-right: 20px;
  text-decoration: none !important;
  padding: 20px 20px;
}
.navbar .login-btn:hover, .navbar .login-btn:focus {
  color: #776C63;
  background-color: #F8DFAD;
}
@media all and (max-width: 479px) {
  .navbar .login-btn {
    display: none;
  }
}
@media all and (min-width: 992px) {
  .navbar .login-btn {
    display: none;
  }
}
.navbar .navbar-collapse .login-btn {
  display: none;
  margin-right: 0;
  margin-left: 25px;
}
@media all and (min-width: 992px) {
  .navbar .navbar-collapse .login-btn {
    display: block;
  }
}
@media all and (max-width: 991px) {
  .navbar > .container {
    width: auto;
  }
  .navbar > .container > .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 10px;
  }
  .navbar .navbar-nav {
    margin-top: 0;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 0;
  padding-left: 0;
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-brand {
  float: left;
  margin-top: 13px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-toggle {
  transition-property: color, background-color, border-color, opacity;
  transition-duration: 0.3s;
  margin-top: 8px;
  position: relative;
  float: right;
  padding: 3px 11px;
  background-color: transparent;
  background-image: none;
  border: 3px solid transparent;
  border-radius: 5px;
}
.navbar-toggle .fi {
  margin-top: -2px;
}
.navbar-toggle:focus {
  outline: 0;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 20px 0 0;
}
.navbar-nav > li > a {
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 32px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding: 20px 11px;
  }
}
@media all and (min-width: 1200px) {
  .navbar-nav > li > a {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 13px;
  margin-bottom: 13px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 19px;
  margin-bottom: 19px;
}

@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: 0;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #F8EACE;
  border-color: rgb(243.85625, 221.56875, 176.99375);
}
.navbar-default .navbar-brand {
  color: #776C63;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(91.1605504587, 82.7339449541, 75.8394495413);
  background-color: transparent;
}
@media (min-width: 480px) and (max-width: 991px) {
  .navbar-default .navbar-nav > li.last {
    display: none;
  }
}
.navbar-default .navbar-nav > li > a {
  color: #776C63;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #776C63;
  background-color: #F8DFAD;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #f9c14c;
  background-color: #ffffff;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #776C63;
  color: #776C63;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active {
  background-color: #F8DFAD;
  color: #776C63;
}
.navbar-default .navbar-collapse {
  border-top: 1px solid rgb(243.85625, 221.56875, 176.99375);
}
@media all and (min-width: 992px) {
  .navbar-default .navbar-collapse {
    border-top: none;
  }
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #ffffff;
  color: #f9c14c;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #776C63;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #776C63;
    background-color: #F8DFAD;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #f9c14c;
    background-color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #776C63;
}
.navbar-default .navbar-link:hover {
  color: #776C63;
}
.navbar-default .btn-link {
  color: #776C63;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #776C63;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 32px 0;
  border-radius: 5px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 25px;
  line-height: 1.7142857;
  text-decoration: none;
  color: #f9c14c;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #f9c14c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #f9c14c;
  border-color: #f9c14c;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #B9B3AE;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 16px 25px;
  font-size: 21px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.3;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #B9B3AE;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(161.357615894, 153.3311258278, 146.642384106);
}

.label-primary {
  background-color: #f9c14c;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(247.3459459459, 175.9081081081, 26.6540540541);
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(236.015625, 151.21875, 30.984375);
}

.label-danger {
  background-color: #FF786C;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(255, 73.1632653061, 57);
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #B9B3AE;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #f9c14c;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 32px;
  line-height: 1.7142857;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #8a8077;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #f9c14c;
}

.alert {
  padding: 15px;
  margin-bottom: 32px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
  color: #3c763d;
}
.alert-success hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.alert-info {
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
  color: #31708f;
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
}
.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.alert-danger {
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
  color: #FF786C;
}
.alert-danger hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
}
.alert-danger .alert-link {
  color: rgb(255, 73.1632653061, 57);
}

.panel {
  margin-bottom: 32px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 20px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 20px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 20px;
  padding-right: 20px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 4px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 4px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 4px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 4px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 32px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 5px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #8a8077;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #8a8077;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #f9c14c;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #f9c14c;
  border-color: #f9c14c;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f9c14c;
}
.panel-primary > .panel-heading .badge {
  color: #f9c14c;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f9c14c;
}

.panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.panel-info {
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}

.panel-warning {
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}

.panel-danger {
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading {
  color: #FF786C;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #FF786C;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}

.panel {
  box-shadow: none;
}
.panel:last-child {
  margin-bottom: 0;
}

.panel-light-yellow {
  border-color: #F8EACE;
  background: #F8EACE;
}

.panel-group .panel {
  border-radius: 0;
  border: none;
  text-align: center;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid rgb(227.15, 227.15, 227.15);
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 5px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 28.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.close {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.close:hover, .close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal-open {
  overflow: hidden;
}

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

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(43, 46, 56, 0.9);
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal-header {
  padding: 35px 35px 0;
  border-bottom: 1px solid transparent;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

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

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

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

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

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

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

.modal-body .close {
  font-size: 32px;
  line-height: 1em;
  width: 1em;
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal-footer {
  padding: 0 35px 35px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.carousel-indicators {
  line-height: 12px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

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

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.ta-c {
  text-align: center;
}

@media all and (min-width: 480px) {
  .ta-l-xs {
    text-align: left;
  }
  .ta-r-xs {
    text-align: right;
  }
  .ta-c-xs {
    text-align: center;
  }
}
@media all and (min-width: 768px) {
  .ta-l-sm {
    text-align: left;
  }
  .ta-r-sm {
    text-align: right;
  }
  .ta-c-sm {
    text-align: center;
  }
}
@media all and (min-width: 992px) {
  .ta-l-md {
    text-align: left;
  }
  .ta-r-md {
    text-align: right;
  }
  .ta-c-md {
    text-align: center;
  }
}
.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

@media all and (min-width: 480px) {
  .fl-l-xs {
    float: left;
  }
  .fl-r-xs {
    float: right;
  }
}
@media all and (min-width: 768px) {
  .fl-l-sm {
    float: left;
  }
  .fl-r-sm {
    float: right;
  }
}
@media all and (min-width: 992px) {
  .fl-l-md {
    float: left;
  }
  .fl-r-md {
    float: right;
  }
}
/*
 * qTip2 - Pretty powerful tooltips - v2.2.1
 * http://qtip2.com
 *
 * Copyright (c) 2014
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Sat Sep 6 2014 09:55 EDT-0400
 * Plugins: tips viewport
 * Styles: core basic css3
 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}

.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}

/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11; /* Overlap .qtip-tip */
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent;
}

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}

* html .qtip-titlebar .qtip-close {
  top: 16px;
} /* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}

.qtip-icon, .qtip-icon .ui-icon {
  border-radius: 3px;
  text-decoration: none;
}

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border: 1px solid #F1D031;
  background-color: #FFFFA3;
  color: #555;
}

.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}

.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}

/*! Light tooltip style */
.qtip-light {
  background-color: white;
  border-color: #E2E2E2;
  color: #454545;
}

.qtip-light .qtip-titlebar {
  background-color: #f1f1f1;
}

/*! Dark tooltip style */
.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3;
}

.qtip-dark .qtip-titlebar {
  background-color: #404040;
}

.qtip-dark .qtip-icon {
  border-color: #444;
}

.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/*! Cream tooltip style */
.qtip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35;
}

.qtip-cream .qtip-titlebar {
  background-color: #F0DE7D;
}

.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0;
}

/*! Red tooltip style */
.qtip-red {
  background-color: #F78B83;
  border-color: #D95252;
  color: #912323;
}

.qtip-red .qtip-titlebar {
  background-color: #F06D65;
}

.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0;
}

.qtip-red .qtip-icon {
  border-color: #D95252;
}

.qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #D95252;
}

/*! Green tooltip style */
.qtip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219;
}

.qtip-green .qtip-titlebar {
  background-color: #B0DE78;
}

.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0;
}

/*! Blue tooltip style */
.qtip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD;
}

.qtip-blue .qtip-titlebar {
  background-color: #D0E9F5;
}

.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0;
}

.qtip-shadow {
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
  border-radius: 5px;
}

.qtip-rounded .qtip-titlebar {
  border-radius: 4px 4px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube {
  border-radius: 2px;
  box-shadow: 0 0 3px #333;
  color: white;
  border: 0 solid transparent;
  background: #4A4A4A;
  background-image: -o-linear-gradient(top, #4A4A4A 0, black 100%);
}

.qtip-youtube .qtip-titlebar {
  background-color: #4A4A4A;
  background-color: rgba(0, 0, 0, 0);
}

.qtip-youtube .qtip-content {
  padding: 0.75em;
  font: 12px arial, sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
}

.qtip-youtube .qtip-icon {
  border-color: #222;
}

.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/* jQuery TOOLS Tooltip style */
.qtip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -o-linear-gradient(top, #717171, #232323);
  border: 2px solid #ddd;
  border: 2px solid rgb(241, 241, 241);
  border-radius: 2px;
  box-shadow: 0 0 12px #333;
}

/* IE Specific */
.qtip-jtools .qtip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}

.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}

.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
  background: transparent;
  color: white;
  border: 0 dashed transparent;
}

.qtip-jtools .qtip-icon {
  border-color: #555;
}

.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333;
}

/* Cluetip style */
.qtip-cluetip {
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent;
}

.qtip-cluetip .qtip-titlebar {
  background-color: #87876A;
  color: white;
  border: 0 dashed transparent;
}

.qtip-cluetip .qtip-icon {
  border-color: #808064;
}

.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952;
}

/* Tipsy style */
.qtip-tipsy {
  background: black;
  background: rgba(0, 0, 0, 0.87);
  color: white;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: "Lucida Grande", sans-serif;
  font-weight: bold;
  line-height: 16px;
  text-shadow: 0 1px black;
}

.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10px;
  background-color: transparent;
}

.qtip-tipsy .qtip-content {
  padding: 6px 10px;
}

.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none;
}

.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/* Tipped style */
.qtip-tipped {
  border: 3px solid #959FA9;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: normal;
  font-family: serif;
}

.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: white;
  background: #3A79B8;
  background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
}

.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589;
}

.qtip-tipped .qtip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555;
}

/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap {
  /** Taken from Bootstrap body */
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  /** Taken from Bootstrap .popover */
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.qtip-bootstrap .qtip-titlebar {
  /** Taken from Bootstrap .popover-title */
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.qtip-bootstrap .qtip-titlebar .qtip-close {
  /**
   * Overrides qTip2:
   * .qtip-titlebar .qtip-close{
   *   [...]
   *   right: 4px;
   *   top: 50%;
   *   [...]
   *   border-style: solid;
   * }
   */
  right: 11px;
  top: 45%;
  border-style: none;
}

.qtip-bootstrap .qtip-content {
  /** Taken from Bootstrap .popover-content */
  padding: 9px 14px;
}

.qtip-bootstrap .qtip-icon {
  /**
   * Overrides qTip2:
   * .qtip-default .qtip-icon {
   *   border-color: #CCC;
   *   background: #F1F1F1;
   *   color: #777;
   * }
   */
  background: transparent;
}

.qtip-bootstrap .qtip-icon .ui-icon {
  /**
   * Overrides qTip2:
   * .qtip-icon .ui-icon{
   *   width: 18px;
   *   height: 14px;
   * }
   */
  width: auto;
  height: auto;
  /* Taken from Bootstrap .close */
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.qtip-bootstrap .qtip-icon .ui-icon:hover {
  /* Taken from Bootstrap .close:hover */
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none;
}

.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}

/* Opera bug #357 - Incorrect tip position
https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus, .qtip .qtip-tip {
  visibility: hidden;
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent;
}

.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}

.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible;
}

.qtip {
  max-width: 200px;
}

.qtip-icon, .qtip-icon .ui-icon {
  border-radius: 5px;
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
  border-radius: 5px;
}

.qtip-rounded .qtip-titlebar {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

/* Youtube tooltip style */
.qtip-youtube {
  border-radius: 5px;
}

/* Tipsy style */
.qtip-tipsy {
  background: #ee8787;
  color: white;
  border: 0 solid transparent;
  font-size: 12px;
  font-family: inherit;
  font-weight: 400;
  line-height: 16px;
  text-shadow: none;
}

.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10px;
  background-color: transparent;
}

.qtip-tipsy .qtip-content {
  padding: 6px 10px;
}

.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none;
}

.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/** Carousel **/
.jcarousel {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jcarousel ul li {
  float: left;
}

/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
  background: #ffffff;
  color: #f9c14c;
  opacity: 0.6;
  font: 27px/33px Arial, sans-serif;
  border-radius: 30px;
  text-decoration: none !important;
  margin-top: -18px;
  z-index: 2;
}
.jcarousel-control-prev:hover, .jcarousel-control-prev:active,
.jcarousel-control-next:hover,
.jcarousel-control-next:active {
  opacity: 0.9;
}
.jcarousel-control-prev:hover span, .jcarousel-control-prev:active span,
.jcarousel-control-next:hover span,
.jcarousel-control-next:active span {
  display: block;
}
.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
  opacity: 0.5;
  cursor: default;
}

.jcarousel-control-prev {
  left: 4px;
}

.jcarousel-control-next {
  right: 4px;
}

.datepicker {
  border-radius: 5px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old, .datepicker table tr td.new {
  color: #B9B3AE;
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: none;
  color: #B9B3AE;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: rgb(132.7391304348, 197.0869565217, 229.2608695652);
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus, .datepicker table tr td.highlighted.focus, .datepicker table tr td.highlighted:hover, .datepicker table tr td.highlighted:active, .datepicker table tr td.highlighted.active, .open > .datepicker table tr td.highlighted.dropdown-toggle {
  color: #000;
  background-color: rgb(166.4434782609, 213.052173913, 236.3565217391);
  border-color: rgb(82.1826086957, 173.1391304348, 218.6173913043);
}
.datepicker table tr td.highlighted:active, .datepicker table tr td.highlighted.active, .open > .datepicker table tr td.highlighted.dropdown-toggle {
  background-image: none;
}
.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted.disabled:active, .datepicker table tr td.highlighted.disabled.active, .datepicker table tr td.highlighted[disabled], .datepicker table tr td.highlighted[disabled]:hover, .datepicker table tr td.highlighted[disabled]:focus, .datepicker table tr td.highlighted[disabled]:active, .datepicker table tr td.highlighted[disabled].active, fieldset[disabled] .datepicker table tr td.highlighted, fieldset[disabled] .datepicker table tr td.highlighted:hover, fieldset[disabled] .datepicker table tr td.highlighted:focus, fieldset[disabled] .datepicker table tr td.highlighted:active, fieldset[disabled] .datepicker table tr td.highlighted.active {
  background-color: #d9edf7;
  border-color: rgb(132.7391304348, 197.0869565217, 229.2608695652);
}
.datepicker table tr td.highlighted .badge {
  color: #d9edf7;
  background-color: #000;
}
.datepicker table tr td.highlighted.focused {
  background: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}
.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #B9B3AE;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus, .datepicker table tr td.today.focus, .datepicker table tr td.today:hover, .datepicker table tr td.today:active, .datepicker table tr td.today.active, .open > .datepicker table tr td.today.dropdown-toggle {
  color: #000;
  background-color: rgb(255, 197.4, 91.8);
  border-color: rgb(244.8, 158.4, 0);
}
.datepicker table tr td.today:active, .datepicker table tr td.today.active, .open > .datepicker table tr td.today.dropdown-toggle {
  background-image: none;
}
.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today[disabled], .datepicker table tr td.today[disabled]:hover, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today[disabled]:active, .datepicker table tr td.today[disabled].active, fieldset[disabled] .datepicker table tr td.today, fieldset[disabled] .datepicker table tr td.today:hover, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:active, fieldset[disabled] .datepicker table tr td.today.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today .badge {
  color: #ffdb99;
  background-color: #000;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #B9B3AE;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus, .datepicker table tr td.range.focus, .datepicker table tr td.range:hover, .datepicker table tr td.range:active, .datepicker table tr td.range.active, .open > .datepicker table tr td.range.dropdown-toggle {
  color: #000;
  background-color: rgb(207.4, 207.4, 207.4);
  border-color: rgb(156.4, 156.4, 156.4);
}
.datepicker table tr td.range:active, .datepicker table tr td.range.active, .open > .datepicker table tr td.range.dropdown-toggle {
  background-image: none;
}
.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range.disabled:focus, .datepicker table tr td.range.disabled:active, .datepicker table tr td.range.disabled.active, .datepicker table tr td.range[disabled], .datepicker table tr td.range[disabled]:hover, .datepicker table tr td.range[disabled]:focus, .datepicker table tr td.range[disabled]:active, .datepicker table tr td.range[disabled].active, fieldset[disabled] .datepicker table tr td.range, fieldset[disabled] .datepicker table tr td.range:hover, fieldset[disabled] .datepicker table tr td.range:focus, fieldset[disabled] .datepicker table tr td.range:active, fieldset[disabled] .datepicker table tr td.range.active {
  background-color: #eee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range .badge {
  color: #eee;
  background-color: #000;
}
.datepicker table tr td.range.focused {
  background: rgb(212.5, 212.5, 212.5);
}
.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #B9B3AE;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: rgb(227.5, 237.5, 242.5);
  border-color: rgb(157.375, 192.875, 210.625);
}
.datepicker table tr td.range.highlighted:focus, .datepicker table tr td.range.highlighted.focus, .datepicker table tr td.range.highlighted:hover, .datepicker table tr td.range.highlighted:active, .datepicker table tr td.range.highlighted.active, .open > .datepicker table tr td.range.highlighted.dropdown-toggle {
  color: #000;
  background-color: rgb(185.425, 210.725, 223.375);
  border-color: rgb(115.3, 166.1, 191.5);
}
.datepicker table tr td.range.highlighted:active, .datepicker table tr td.range.highlighted.active, .open > .datepicker table tr td.range.highlighted.dropdown-toggle {
  background-image: none;
}
.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:hover, .datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted.disabled:active, .datepicker table tr td.range.highlighted.disabled.active, .datepicker table tr td.range.highlighted[disabled], .datepicker table tr td.range.highlighted[disabled]:hover, .datepicker table tr td.range.highlighted[disabled]:focus, .datepicker table tr td.range.highlighted[disabled]:active, .datepicker table tr td.range.highlighted[disabled].active, fieldset[disabled] .datepicker table tr td.range.highlighted, fieldset[disabled] .datepicker table tr td.range.highlighted:hover, fieldset[disabled] .datepicker table tr td.range.highlighted:focus, fieldset[disabled] .datepicker table tr td.range.highlighted:active, fieldset[disabled] .datepicker table tr td.range.highlighted.active {
  background-color: rgb(227.5, 237.5, 242.5);
  border-color: rgb(157.375, 192.875, 210.625);
}
.datepicker table tr td.range.highlighted .badge {
  color: rgb(227.5, 237.5, 242.5);
  background-color: #000;
}
.datepicker table tr td.range.highlighted.focused {
  background: rgb(192.4375, 215.1875, 226.5625);
}
.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
  background: rgb(227.5, 237.5, 242.5);
  color: #B9B3AE;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: rgb(246.5, 201.5, 119);
  border-color: rgb(240.5, 163.7352941176, 23);
}
.datepicker table tr td.range.today:focus, .datepicker table tr td.range.today.focus, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today.active, .open > .datepicker table tr td.range.today.dropdown-toggle {
  color: #000;
  background-color: rgb(242.9, 178.8411764706, 61.4);
  border-color: rgb(190.4, 127.4, 11.9);
}
.datepicker table tr td.range.today:active, .datepicker table tr td.range.today.active, .open > .datepicker table tr td.range.today.dropdown-toggle {
  background-image: none;
}
.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today[disabled]:hover, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today[disabled]:active, .datepicker table tr td.range.today[disabled].active, fieldset[disabled] .datepicker table tr td.range.today, fieldset[disabled] .datepicker table tr td.range.today:hover, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:active, fieldset[disabled] .datepicker table tr td.range.today.active {
  background-color: rgb(246.5, 201.5, 119);
  border-color: rgb(240.5, 163.7352941176, 23);
}
.datepicker table tr td.range.today .badge {
  color: rgb(246.5, 201.5, 119);
  background-color: #000;
}
.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
  background: rgb(246.5, 201.5, 119);
  color: #B9B3AE;
}
.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #B9B3AE;
  border-color: #5d5d5d;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus, .datepicker table tr td.selected.focus, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:active, .datepicker table tr td.selected.active, .open > .datepicker table tr td.selected.dropdown-toggle, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected.highlighted.focus, .datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected.highlighted.active, .open > .datepicker table tr td.selected.highlighted.dropdown-toggle {
  color: #fff;
  background-color: rgb(156.6291390728, 148.1973509934, 141.1708609272);
  border-color: rgb(62.4, 62.4, 62.4);
}
.datepicker table tr td.selected:active, .datepicker table tr td.selected.active, .open > .datepicker table tr td.selected.dropdown-toggle, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected.highlighted.active, .open > .datepicker table tr td.selected.highlighted.dropdown-toggle {
  background-image: none;
}
.datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected[disabled]:hover, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected[disabled]:active, .datepicker table tr td.selected[disabled].active, fieldset[disabled] .datepicker table tr td.selected, fieldset[disabled] .datepicker table tr td.selected:hover, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:active, fieldset[disabled] .datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.disabled, .datepicker table tr td.selected.highlighted.disabled:hover, .datepicker table tr td.selected.highlighted.disabled:focus, .datepicker table tr td.selected.highlighted.disabled:active, .datepicker table tr td.selected.highlighted.disabled.active, .datepicker table tr td.selected.highlighted[disabled], .datepicker table tr td.selected.highlighted[disabled]:hover, .datepicker table tr td.selected.highlighted[disabled]:focus, .datepicker table tr td.selected.highlighted[disabled]:active, .datepicker table tr td.selected.highlighted[disabled].active, fieldset[disabled] .datepicker table tr td.selected.highlighted, fieldset[disabled] .datepicker table tr td.selected.highlighted:hover, fieldset[disabled] .datepicker table tr td.selected.highlighted:focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:active, fieldset[disabled] .datepicker table tr td.selected.highlighted.active {
  background-color: #B9B3AE;
  border-color: #5d5d5d;
}
.datepicker table tr td.selected .badge, .datepicker table tr td.selected.highlighted .badge {
  color: #B9B3AE;
  background-color: #fff;
}
.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #f9c14c;
  border-color: #f9c14c;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus, .datepicker table tr td.active.focus, .datepicker table tr td.active:hover, .datepicker table tr td.active:active, .datepicker table tr td.active.active, .open > .datepicker table tr td.active.dropdown-toggle, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active.highlighted.focus, .datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.highlighted.active, .open > .datepicker table tr td.active.highlighted.dropdown-toggle {
  color: #fff;
  background-color: rgb(247.0151351351, 172.4897297297, 16.7848648649);
  border-color: rgb(247.0151351351, 172.4897297297, 16.7848648649);
}
.datepicker table tr td.active:active, .datepicker table tr td.active.active, .open > .datepicker table tr td.active.dropdown-toggle, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.highlighted.active, .open > .datepicker table tr td.active.highlighted.dropdown-toggle {
  background-image: none;
}
.datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active[disabled], .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled]:active, .datepicker table tr td.active[disabled].active, fieldset[disabled] .datepicker table tr td.active, fieldset[disabled] .datepicker table tr td.active:hover, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:active, fieldset[disabled] .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.disabled, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active.highlighted.disabled:active, .datepicker table tr td.active.highlighted.disabled.active, .datepicker table tr td.active.highlighted[disabled], .datepicker table tr td.active.highlighted[disabled]:hover, .datepicker table tr td.active.highlighted[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:active, .datepicker table tr td.active.highlighted[disabled].active, fieldset[disabled] .datepicker table tr td.active.highlighted, fieldset[disabled] .datepicker table tr td.active.highlighted:hover, fieldset[disabled] .datepicker table tr td.active.highlighted:focus, fieldset[disabled] .datepicker table tr td.active.highlighted:active, fieldset[disabled] .datepicker table tr td.active.highlighted.active {
  background-color: #f9c14c;
  border-color: #f9c14c;
}
.datepicker table tr td.active .badge, .datepicker table tr td.active.highlighted .badge {
  color: #f9c14c;
  background-color: #fff;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover, .datepicker table tr td span.focused {
  background: #eee;
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: none;
  color: #B9B3AE;
  cursor: default;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #f9c14c;
  border-color: #f9c14c;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active.active, .open > .datepicker table tr td span.active.dropdown-toggle, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover.active, .open > .datepicker table tr td span.active:hover.dropdown-toggle, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled.active, .open > .datepicker table tr td span.active.disabled.dropdown-toggle, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:hover.focus, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover.active, .open > .datepicker table tr td span.active.disabled:hover.dropdown-toggle {
  color: #fff;
  background-color: rgb(247.0151351351, 172.4897297297, 16.7848648649);
  border-color: rgb(247.0151351351, 172.4897297297, 16.7848648649);
}
.datepicker table tr td span.active:active, .datepicker table tr td span.active.active, .open > .datepicker table tr td span.active.dropdown-toggle, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover.active, .open > .datepicker table tr td span.active:hover.dropdown-toggle, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled.active, .open > .datepicker table tr td span.active.disabled.dropdown-toggle, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover.active, .open > .datepicker table tr td span.active.disabled:hover.dropdown-toggle {
  background-image: none;
}
.datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled]:active, .datepicker table tr td span.active[disabled].active, fieldset[disabled] .datepicker table tr td span.active, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:active, fieldset[disabled] .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active:hover.disabled:active, .datepicker table tr td span.active:hover.disabled.active, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:active, .datepicker table tr td span.active:hover[disabled].active, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover:hover, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active:hover:active, fieldset[disabled] .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled:active, .datepicker table tr td span.active.disabled.disabled.active, .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:active, .datepicker table tr td span.active.disabled[disabled].active, fieldset[disabled] .datepicker table tr td span.active.disabled, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:active, fieldset[disabled] .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:active, .datepicker table tr td span.active.disabled:hover.disabled.active, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled:hover[disabled]:hover, .datepicker table tr td span.active.disabled:hover[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:active, .datepicker table tr td span.active.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #f9c14c;
  border-color: #f9c14c;
}
.datepicker table tr td span.active .badge, .datepicker table tr td span.active:hover .badge, .datepicker table tr td span.active.disabled .badge, .datepicker table tr td span.active.disabled:hover .badge {
  color: #f9c14c;
  background-color: #fff;
}
.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #B9B3AE;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.7142857;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

body {
  -webkit-backface-visibility: hidden;
}

.autocomplete-suggestions {
  box-sizing: border-box;
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-no-suggestion {
  padding: 2px 5px;
}

.autocomplete-selected {
  background: #ffffff;
}

.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}

.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "fontello";
  src: url("../font/fontello/fontello.eot?v=4.3.3");
  src: url("../font/fontello/fontello.eot?#iefix") format("embedded-opentype"), url("../font/fontello/fontello.woff2?v=4.3.3") format("woff2"), url("../font/fontello/fontello.woff?v=4.3.3") format("woff"), url("../font/fontello/fontello.ttf?v=4.3.3") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.fi {
  display: inline-block;
  font: normal normal normal 1em/1 "fontello";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fi.pull-left {
  margin-right: 0.3em;
}
.fi.pull-right {
  margin-left: 0.3em;
}

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

.fi-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fi-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fi-inverse {
  color: #fff;
}

.fi-decoding:before {
  content: "\e800";
} /* '' */
.fi-dashboard:before {
  content: "\e801";
} /* '' */
.fi-right-open-big:before {
  content: "\e802";
} /* '' */
.fi-comprehension:before {
  content: "\e803";
} /* '' */
.fi-mail:before {
  content: "\e804";
} /* '' */
.fi-training:before {
  content: "\e805";
} /* '' */
.fi-alphabet:before {
  content: "\e806";
} /* '' */
.fi-play:before {
  content: "\e807";
} /* '' */
.fi-pound-double-circled:before {
  content: "\e808";
} /* '' */
.fi-info:before {
  content: "\e809";
} /* '' */
.fi-close:before {
  content: "\e80a";
} /* '' */
.fi-check:before {
  content: "\e80b";
} /* '' */
.fi-time:before {
  content: "\e80c";
} /* '' */
.fi-pound-black:before {
  content: "\e80d";
} /* '' */
.fi-pound-circled:before {
  content: "\e80e";
} /* '' */
.fi-document:before {
  content: "\e80f";
} /* '' */
.fi-home:before {
  content: "\e810";
} /* '' */
.fi-teacher:before {
  content: "\e811";
} /* '' */
.fi-search:before {
  content: "\e812";
} /* '' */
.fi-medal:before {
  content: "\e813";
} /* '' */
.fi-mobile:before {
  content: "\e814";
} /* '' */
.fi-location:before {
  content: "\e815";
} /* '' */
.fi-right-bold:before {
  content: "\e816";
} /* '' */
.fi-mod-zip:before {
  content: "\e817";
} /* '' */
.fi-mod-library:before {
  content: "\e818";
} /* '' */
.fi-x-com:before {
  content: "\e826";
} /* '' */
.fi-bluesky:before {
  content: "\e827";
} /* '' */
.fi-twitter:before {
  content: "\f099";
} /* '' */
.fi-facebook:before {
  content: "\f09a";
} /* '' */
.fi-menu:before {
  content: "\f0c9";
} /* '' */
.fi-linkedin:before {
  content: "\f0e1";
} /* '' */
.fi-skype:before {
  content: "\f17e";
} /* '' */
.fi-calendar-check-o:before {
  content: "\f274";
} /* '' */
.sprite {
  display: inline-block;
  vertical-align: middle;
}

.sprite-sprite, .sprite-like-green, .sprite-mac-green, .sprite-mobile-green, .sprite-mod-comprehension-md, .sprite-mod-comprehension-sm, .sprite-mod-decoding-md, .sprite-mod-decoding-sm, .sprite-mod-translate-md, .sprite-mod-translate-sm, .sprite-mod-vocab-md, .sprite-mod-vocab-sm, .sprite-steps-vertical, .sprite-steps {
  background-image: url("../img/sprite/sprite-s426ac27785.png");
  background-repeat: no-repeat;
}

.sprite-like-green {
  background-position: 0 0;
  height: 57px;
  width: 72px;
}

.sprite-mac-green {
  background-position: 0 -59px;
  height: 66px;
  width: 70px;
}

.sprite-mobile-green {
  background-position: 0 -127px;
  height: 76px;
  width: 46px;
}

.sprite-mod-comprehension-md {
  background-position: 0 -205px;
  height: 51px;
  width: 67px;
}

.sprite-mod-comprehension-sm {
  background-position: 0 -258px;
  height: 31px;
  width: 41px;
}

.sprite-mod-decoding-md {
  background-position: 0 -291px;
  height: 60px;
  width: 68px;
}

.sprite-mod-decoding-sm {
  background-position: 0 -353px;
  height: 26px;
  width: 30px;
}

.sprite-mod-translate-md {
  background-position: 0 -381px;
  height: 49px;
  width: 70px;
}

.sprite-mod-translate-sm {
  background-position: 0 -432px;
  height: 28px;
  width: 40px;
}

.sprite-mod-vocab-md {
  background-position: 0 -462px;
  height: 52px;
  width: 52px;
}

.sprite-mod-vocab-sm {
  background-position: 0 -516px;
  height: 29px;
  width: 29px;
}

.sprite-steps-vertical {
  background-position: 0 -547px;
  height: 59px;
  width: 5px;
}

.sprite-steps {
  background-position: 0 -608px;
  height: 13px;
  width: 153px;
}

.svgi {
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.svg-toolkit-think-ahead {
  background: transparent url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2253%22%20height%3D%2251%22%3E%3Cpath%20fill%3D%22%23968D87%22%20d%3D%22M53%2013.1C52.8%205.8%2044.6%200%2037.2%200%2032.9%200%2029%202%2026.5%205.2c-1.4-1.8-3.6-3-6-3-4.2%200-7.6%203.4-7.6%207.6%200%20.4%200%20.7.1%201.1-.6-.1-1.3-.2-2-.2-6.1%200-11%204.9-11%2011%200%205.2%203.6%209.6%208.5%2010.8%201.2%204.1%204.9%207.1%209.4%207.1h1l.1.1c.1.3.1.7.1%201%200%202.6-3.3%208.1-5.8%209.3v1c4.7-.1%208.9-1.4%2013-5.4%202.5-2.2%203.3-5%203.8-6.1%202.1%201.3%204.5%202%207.2%202%205.8%200%2013-3.7%2015-8.8L36.9%2023%2053%2013.1zm-17.8-2.2c0-2.1%201.7-3.8%203.9-3.8%202.1%200%203.9%201.7%203.9%203.8%200%202.1-1.7%203.9-3.9%203.9s-3.9-1.7-3.9-3.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  background-size: 100%;
  width: 53px;
  height: 51px;
}

.svg-toolkit-question {
  background: transparent url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2267%22%20height%3D%2252%22%3E%3Cpath%20fill%3D%22%23BFAFA7%22%20d%3D%22M30.5%2048.9h6.1c.8%200%201.5-.7%201.5-1.5v-4.6H29v4.6c0%20.8.6%201.5%201.5%201.5z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M33.5%205.9c-6.7%200-12.1%205.5-12.1%2012.3%200%204%201.7%206.5%203.9%209.6%201.7%202.5%203.5%205.2%204.6%208.8h7.3c1.1-3.6%202.9-6.3%204.6-8.8%202.2-3.2%203.9-5.7%203.9-9.6-.1-6.8-5.5-12.3-12.2-12.3z%22%2F%3E%3Cpath%20fill%3D%22%23786C65%22%20d%3D%22M27.4%2047.4c0%201.7%201.4%203.1%203%203.1h.8c0%20.8.7%201.5%201.5%201.5h1.5c.8%200%201.5-.7%201.5-1.5h.8c1.7%200%203-1.4%203-3.1v-6.1H27.4v6.1zm1.6-4.6h9.1v4.6c0%20.8-.7%201.5-1.5%201.5h-6.1c-.8%200-1.5-.7-1.5-1.5v-4.6zm4.5-40c-8.4%200-15.2%206.9-15.2%2015.4%200%209.2%207.6%2012.3%209.1%2021.5h12.1c1.5-9.2%209.1-12.3%209.1-21.5.1-8.5-6.7-15.4-15.1-15.4zm8.3%2025c-1.7%202.5-3.5%205.2-4.6%208.8h-7.3c-1.1-3.6-2.9-6.3-4.6-8.8-2.2-3.2-3.9-5.7-3.9-9.6%200-6.8%205.4-12.3%2012.1-12.3%206.7%200%2012.1%205.5%2012.1%2012.3%200%204-1.7%206.5-3.8%209.6z%22%2F%3E%3Cpath%20d%3D%22M53.8%2018l10.7-1s.5%200%20.5%201.1-.5%201.1-.5%201.1L53.8%2018zm-3.2%209.7l9.8%204.5s.4.2-.1%201.2c-.5.9-.9.7-.9.7l-8.8-6.4zm0-19.3L59.4%202s.4-.2.9.7c.5.9.1%201.2.1%201.2l-9.8%204.5zM13.2%2018L2.5%2017S2%2017%202%2018c0%201.1.5%201.1.5%201.1L13.2%2018zm3.2%209.7l-9.8%204.5s-.4.2.1%201.2c.5.9.9.6.9.6l8.8-6.3zm0-19.3L7.6%202s-.4-.2-.9.7c-.6%201-.1%201.2-.1%201.2l9.8%204.5z%22%20fill%3D%22%239A8E88%22%20stroke%3D%22%239A8E88%22%20stroke-width%3D%223.238%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  background-size: 100%;
  width: 67px;
  height: 52px;
}

.svg-toolkit-summarize {
  background: transparent url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%3E%3Cpath%20fill%3D%22%23F8F5EE%22%20d%3D%22M25.2%203.2c-12-.1-21.9%208.9-22%2020.1%200%204.7%201.7%209.2%204.8%2012.9.2.2.5.5.5.6%200%200-.1.5-.1.8l-1.5%208.1%208-3.6.6-.3s.5.2.7.3c2.7%201.1%205.7%201.7%208.7%201.8%2012%20.1%2021.9-8.9%2022-20.1%200-11.3-9.7-20.5-21.7-20.6z%22%2F%3E%3Cpath%20fill%3D%22%23796D66%22%20d%3D%22M25.2%200C11.4-.1.1%2010.3%200%2023.3c0%205.2%201.8%2010.3%205.1%2014.4l-2%2010.4c-.1.6.1%201.2.6%201.6.3.2.6.3%201%20.3.2%200%20.5%200%20.7-.1l10.2-4.7c2.9%201.1%206.1%201.7%209.3%201.8%2013.7.1%2025-10.4%2025.1-23.3.1-13-11-23.6-24.8-23.7zm-.4%2043.8c-3%200-6-.6-8.7-1.8-.2-.1-.7-.3-.7-.3l-.6.3-8%203.6%201.5-8.1c0-.2.1-.7.1-.8%200%200-.3-.4-.5-.6-3-3.5-4.7-8.1-4.7-12.8.1-11.2%209.9-20.2%2022-20.1%2012%20.1%2021.7%209.3%2021.6%2020.5-.1%2011.1-9.9%2020.2-22%2020.1z%22%2F%3E%3Cpath%20d%3D%22M11.7%2022.5h26.7v1.4H11.7zm0%207.6h26.7v1.4H11.7zm0-15.3h26.7v1.4H11.7z%22%20fill%3D%22%23BFAFA7%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  background-size: 100%;
  width: 50px;
  height: 50px;
}

.svg-toolkit-word-check {
  background: transparent url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2237%22%20height%3D%2246%22%3E%3Cpath%20fill%3D%22%23786C65%22%20d%3D%22M26.5%2026.9l-12%2013.6-5-4.6c-.7-.7-1.9-.7-2.5.1-.3.4-.5.8-.5%201.3s.2%201%20.6%201.3l7.7%207.2%2014.5-16.4c.7-.8.6-1.9-.2-2.6-.8-.7-2-.6-2.6.1z%22%2F%3E%3Cpath%20d%3D%22M7.7%2018l-.2-1.5c-.7%201-2%201.8-3.7%201.8-2.5%200-3.7-1.7-3.7-3.5%200-3%202.6-4.6%207.4-4.6v-.3c0-1-.3-2.8-2.8-2.8-1.3%200-2.4.3-3.3.9L.9%206.5c1-.7%202.5-1.1%204-1.1%203.7%200%204.7%202.6%204.7%205V15c0%201.1.1%202.1.2%202.9H7.7zm-.3-6.3c-2.4-.1-5.2.4-5.2%202.8%200%201.4%201%202.1%202.1%202.1%201.6%200%202.6-1%203-2%20.1-.2.1-.5.1-.7v-2.2zm5.7%206.3c0-.8.1-2.1.1-3.2V0h2.2v7.7c.8-1.4%202.2-2.3%204.2-2.3%203%200%205.2%202.5%205.2%206.3%200%204.4-2.8%206.6-5.5%206.6-1.8%200-3.2-.7-4.1-2.3h-.1l-.1%202h-1.9zm2.3-4.9c0%20.3%200%20.6.1.8.4%201.5%201.7%202.6%203.3%202.6%202.3%200%203.7-1.9%203.7-4.7%200-2.5-1.3-4.6-3.6-4.6-1.5%200-2.9%201-3.4%202.7-.1.3-.1.6-.1.9v2.3zm20.9%204.4c-.6.3-1.9.7-3.5.7-3.7%200-6.1-2.5-6.1-6.3s2.6-6.5%206.6-6.5c1.3%200%202.5.3%203.1.6l-.5%201.7c-.5-.3-1.4-.6-2.6-.6-2.8%200-4.3%202.1-4.3%204.6%200%202.8%201.8%204.6%204.3%204.6%201.3%200%202.1-.3%202.7-.6l.3%201.8z%22%20fill%3D%22%239A8E88%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  background-size: 100%;
  width: 37px;
  height: 46px;
}

html {
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px;
}

body {
  font-weight: 300;
  min-width: 320px;
  padding-top: 63px;
}
@media all and (max-width: 991px) {
  body {
    padding-top: 63px !important;
  }
}

#is-sm, #is-md, #is-lg {
  display: none;
}

@media all and (min-width: 768px) {
  #is-sm {
    display: block !important;
  }
}

@media all and (min-width: 992px) {
  #is-md {
    display: block !important;
  }
}

@media all and (min-width: 1200px) {
  #is-lg {
    display: block !important;
  }
}

.page-header {
  border-bottom: none;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  top: 0;
}
@media all and (max-width: 1199px) {
  .page-header .navbar .container {
    max-width: none;
    width: auto;
  }
}
@media all and (max-width: 991px) {
  .page-header .navbar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1030;
  }
}
@media all and (min-width: 992px) {
  .page-header {
    position: fixed;
    z-index: 1030;
  }
  .page-header .navbar {
    position: static;
  }
}

.page-container {
  padding-top: 35px;
  padding-bottom: 40px;
}

.page-content-header {
  margin-bottom: 45px;
}

.page-sidebar .sidebar-inner {
  position: static;
}
@media all and (min-width: 992px) {
  .page-sidebar .sidebar-inner {
    margin-left: 20px;
  }
  .page-sidebar .sidebar-inner.affix {
    position: fixed;
    top: 0;
    width: 273px;
  }
  .page-sidebar .sidebar-inner.affix-bottom {
    position: absolute;
    right: 15px;
    left: 15px;
  }
}
@media all and (min-width: 1200px) {
  .page-sidebar .sidebar-inner.affix {
    width: 290px;
  }
}
@media all and (max-width: 991px) {
  .page-sidebar {
    margin-top: 60px;
  }
}

.page-footer {
  font-size: 17px;
  line-height: 1.3em;
}
@media all and (max-width: 767px) {
  .page-footer {
    text-align: center;
  }
}
.page-footer .footer-top {
  border-bottom: 1px solid #F1ECE8;
  padding: 35px 0;
}
@media all and (max-width: 991px) {
  .page-footer .footer-top .block-logo {
    text-align: center;
  }
}
.page-footer .footer-top .block-logo p {
  max-width: 290px;
}
@media all and (max-width: 991px) {
  .page-footer .footer-top .block-logo p {
    margin: 0 auto 40px;
  }
}
@media all and (max-width: 767px) {
  .page-footer .footer-menu {
    margin-bottom: 30px;
  }
}
.page-footer .footer-menu .title {
  font-size: inherit;
  margin-bottom: 14px;
}
.page-footer .footer-menu ul {
  margin-bottom: 0;
}
.page-footer .footer-menu ul li {
  margin-bottom: 10px;
}
.page-footer .rw-logo {
  margin-bottom: 18px;
}
.page-footer .footer-bottom {
  padding: 35px 0;
}
@media all and (min-width: 992px) {
  .page-footer .footer-bottom .copyright {
    padding-top: 6px;
  }
}
@media all and (max-width: 767px) {
  .page-footer .footer-bottom .copyright {
    padding-bottom: 6px;
  }
}

.book-demo-fixed {
  position: absolute;
  right: 5px;
  bottom: -29px;
  z-index: 1030;
}
.book-demo-fixed .btn {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2em;
  padding: 4px 20px;
}

.link-gray, .page-footer a {
  color: #776C63;
}
.link-gray:hover, .page-footer a:hover, .link-gray:focus, .page-footer a:focus {
  color: #776C63;
}

.round-icon {
  border-radius: 50%;
  display: inline-block;
  line-height: 114px;
  height: 114px;
  width: 114px;
  text-align: center;
}
.round-icon.round-icon-50 {
  line-height: 50px;
  height: 50px;
  width: 50px;
}
.round-icon.round-icon-64 {
  line-height: 64px;
  height: 64px;
  width: 64px;
}

.round-icon-white {
  background: #ffffff;
}

.round-icon-body-bg {
  background: #ffffff;
}

.round-icon-green {
  background: #568d39;
}

.list-iconic:last-child {
  margin-bottom: 0;
}
.list-iconic li {
  margin-bottom: 0.7em;
  padding-left: 37px;
  position: relative;
}
.list-iconic li .fi {
  font-size: 1.2em;
  position: absolute;
  text-align: center;
  left: 0;
  top: 6px;
  width: 30px;
}

.intro-box {
  font-style: italic;
  background-color: #F0F0F0;
  padding: 25px 20px;
  margin-bottom: 40px;
}

.iframe-form-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}

.member-contact-area {
  background: #F0F0F0;
  padding: 25px 40px;
}

.social-links {
  font-size: 19px;
}
.social-links .social-link {
  background: #B6AEA5;
  display: inline-block;
  color: #ffffff !important;
  border-radius: 3px;
  margin-right: 10px;
  line-height: 35px;
  text-decoration: none !important;
  text-align: center;
  height: 35px;
  width: 35px;
}
.social-links .social-link:hover, .social-links .social-link:active, .social-links .social-link:focus {
  background: #A89D91;
}
.social-links .social-link:last-child {
  margin-right: 0;
}
.social-links .social-link .fi {
  margin-top: -3px;
}

.social-share-buttons {
  display: inline-block;
}
.social-share-buttons .share-btn {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  line-height: 20px;
}
.social-share-buttons .share-btn .fb-share-button {
  line-height: inherit;
}

#blogModal .modal-body {
  font-size: 21px;
}

.page-block {
  padding-top: 50px;
  padding-bottom: 50px;
}

.block-light-yellow-bg {
  background-color: #FFF9ED;
}

.block-yellow-bg {
  background-color: #F8EACE;
}

.block-dark-yellow-bg {
  background-color: #FFD888;
}

.block-teal-bg {
  background-color: #B7EBF5;
  color: #6E858A;
}

.page-intro {
  padding: 60px 0;
  background-color: #E8F5F6;
}
.page-intro h1, .page-intro .homepage-hero-bnr .hashtag-wrapper, .homepage-hero-bnr .page-intro .hashtag-wrapper {
  color: #74B9CA;
  font-size: 34px;
  word-wrap: break-word;
}
@media all and (min-width: 480px) {
  .page-intro h1, .page-intro .homepage-hero-bnr .hashtag-wrapper, .homepage-hero-bnr .page-intro .hashtag-wrapper {
    font-size: 43px;
  }
}
.page-intro p {
  color: #41494A;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 300;
  font-style: italic;
}
@media all and (min-width: 480px) {
  .page-intro p {
    font-size: 26px;
  }
}

.background-logo-pattern-20 {
  background-image: url("../img/background/logo-pattern-020.png");
  background-repeat: repeat;
}

.background-logo-pattern {
  background-image: url("../img/background/logo-pattern.png");
  background-repeat: repeat;
}

.background-triangles-pattern-2 {
  background-image: url("../img/background/triangles-pattern-002.png");
  background-repeat: repeat;
}

.background-squares-pattern-5 {
  background-image: url("../img/background/squares-pattern-005.png");
  background-repeat: repeat;
}

.testimonials-carousel {
  height: 320px;
}
.testimonials-carousel .container {
  position: relative;
}
.testimonials-carousel .carousel {
  margin-right: 40px;
  margin-left: 40px;
}
@media all and (min-width: 992px) {
  .testimonials-carousel .carousel {
    margin-right: 60px;
    margin-left: 60px;
  }
}
@media all and (min-width: 992px) {
  .testimonials-carousel .carousel {
    margin-right: 80px;
    margin-left: 80px;
  }
}
.testimonials-carousel .carousel .item {
  height: 320px;
}
.testimonials-carousel .carousel .slide-inner {
  display: table-cell;
  height: 320px;
  vertical-align: middle;
}
.testimonials-carousel .carousel blockquote {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
@media all and (max-width: 480px) {
  .testimonials-carousel .carousel blockquote {
    font-size: 0.9em;
    padding: 0;
    border-left: none;
  }
}

.block-partners {
  border-bottom: 1px solid #F1ECE8;
  text-align: center;
  padding: 35px 0;
}
.block-partners .block-title {
  margin-bottom: 25px;
  font-size: 17px;
}
.block-partners .carousel-inner li {
  padding: 0 10px;
  line-height: 110px;
}

.detailed-links-list-horizontal .detailed-link {
  color: inherit !important;
  font-size: 17px;
  display: block;
  padding: 15px;
  text-align: center;
  max-width: 480px;
  margin: 0 auto 30px;
  height: 100%;
  text-decoration: none !important;
}
.detailed-links-list-horizontal .detailed-link .icon {
  line-height: 1em;
  color: #f9c14c;
  font-size: 100px;
  margin-bottom: 5px;
}
.detailed-links-list-horizontal .detailed-link .title {
  color: #74B9CA;
  font-size: 20px;
  margin-bottom: 1em;
}
.detailed-links-list-horizontal a.detailed-link:hover, .detailed-links-list-horizontal a.detailed-link:focus {
  background: #FDF2DC;
}
.detailed-links-list-horizontal .col:last-child .detailed-link {
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .detailed-links-list-horizontal {
    display: flex;
    flex-wrap: nowrap;
  }
  .detailed-links-list-horizontal .col {
    display: flex;
    margin: 0;
  }
}

.block-book-demo {
  text-align: center;
}
.block-book-demo .block-title {
  margin: 0 auto 40px;
}

.book-steps-full .step {
  margin-bottom: 40px;
  min-height: 114px;
  padding-left: 150px;
  position: relative;
  line-height: 114px;
}
.book-steps-full .round-icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -57px;
}
.book-steps-full .content {
  line-height: 1.7142857;
  display: inline-block;
  vertical-align: middle;
}
.book-steps-full .title {
  font-size: 21px;
  margin-bottom: 0.4em;
}
.book-steps-full p:last-child {
  margin-bottom: 0;
}

.short-items-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media all and (min-width: 480px) {
  .short-items-list.list-col-4 .list-item {
    width: 50%;
  }
}
@media all and (min-width: 768px) {
  .short-items-list.list-col-4 .list-item {
    width: 33.333%;
  }
}
@media all and (min-width: 992px) {
  .short-items-list.list-col-4 .list-item {
    width: 25%;
  }
}
.short-items-list .list-item {
  display: block;
  display: flex;
  line-height: 1.4em;
  padding: 15px;
  margin: 0 auto;
  max-width: 360px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media all and (min-width: 480px) {
  .short-items-list .list-item {
    width: 50%;
  }
}
@media all and (min-width: 992px) {
  .short-items-list .list-item {
    width: 33.333%;
  }
}
.short-items-list .item-link {
  background-color: #FFF7E8;
  border-radius: 5px;
  color: #8a8077 !important;
  display: block;
  height: 100%;
  overflow: hidden;
  padding: 0 15px 45px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.short-items-list .item-link:hover, .short-items-list .item-link:active {
  border-color: #FCEFD7;
}
.short-items-list .item-link .img-wrapper {
  border: 1px solid #FCEFD7;
  border-bottom: none;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  overflow: hidden;
  margin: 0 -15px 15px;
}
.short-items-list .item-link .img-responsive {
  display: block;
  margin: 0 auto;
}
.short-items-list .item-link .title {
  margin-bottom: 0.7em;
}
.short-items-list .item-link .author {
  color: #f9c14c;
  font-size: 18px;
  margin-bottom: 6px;
}
.short-items-list .item-link .text {
  font-size: 17px;
}
.short-items-list .item-link .text p {
  margin-bottom: 1.5em;
}
.short-items-list .item-link .btn {
  box-shadow: none !important;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.short-items-list .item-link:hover .btn, .short-items-list .item-link:active .btn {
  background: #f8b529;
}

.features-list {
  position: relative;
  text-align: center;
  list-style: none;
  padding: 0;
}
.features-list .col {
  margin-bottom: 30px;
}
.features-list .feature-item {
  text-decoration: none;
  display: block;
  padding: 10px 30px 30px;
  background-color: #FDF2DC;
  border-radius: 5px;
  height: 100%;
}
@media all and (max-width: 767px) {
  .features-list .feature-item {
    max-width: 320px;
    margin: 0 auto;
  }
}
.features-list .fi {
  font-size: 100px;
  display: block;
  color: #F9C14C;
  margin-bottom: 5px;
}
@media all and (min-width: 768px) {
  .features-list.row, .features-list .row {
    display: flex;
    flex-wrap: nowrap;
  }
  .features-list .col {
    display: flex;
  }
}

.features-list-nav {
  margin-bottom: 40px;
}
.features-list-nav .feature-item {
  background: #ffffff;
  padding: 15px;
  height: 140px;
}
.features-list-nav .feature-item .fi {
  font-size: 70px;
}
.features-list-nav .feature-item .title {
  color: #74BCCA;
  font-size: 17px;
}
@media all and (min-width: 992px) {
  .features-list-nav .feature-item .title {
    font-size: 20px;
  }
}
.features-list-nav li.active .feature-item, .features-list-nav .feature-item:hover, .features-list-nav .feature-item:active {
  background-color: #FDF2DC;
}
.features-list-nav li.active {
  position: relative;
}
.features-list-nav li.active:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: inset;
  border-width: 20px 30px;
  border-color: #FDF2DC transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -30px;
}
@media all and (max-width: 991px) {
  .features-list-nav {
    margin-left: -10px;
    margin-right: -10px;
  }
  .features-list-nav li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.homepage-hero-bnr {
  background: url("../img/home/heroBg-readingboy.jpg") top center no-repeat;
  background-size: cover;
  padding: 50px 0;
  color: #ffffff;
  text-align: center;
  font-size: 21px;
  text-shadow: 1px 1px 0 #000000;
}
.homepage-hero-bnr .banner-top {
  margin-bottom: 383px;
}
@media all and (max-width: 767px) {
  .homepage-hero-bnr .banner-top {
    margin-bottom: 100px;
  }
  .homepage-hero-bnr .banner-top img {
    margin-bottom: 20px;
  }
}
.homepage-hero-bnr .banner-bottom {
  max-width: 830px;
  margin: 0 auto;
}
.homepage-hero-bnr .hashtag-wrapper {
  margin-bottom: 25px;
}
.homepage-hero-bnr .hashtag-wrapper a {
  text-decoration: none;
}

.evidence-based-bnr {
  font-size: 21px;
}
.evidence-based-bnr img {
  display: inline-block;
}
@media all and (max-width: 767px) {
  .evidence-based-bnr .col-sm-3.ta-r-sm img {
    margin-bottom: 1.7142857em;
  }
  .evidence-based-bnr .col-sm-3.ta-l-sm img {
    margin-top: 1.7142857em;
  }
  .evidence-based-bnr .bnr-content {
    margin: 0 auto;
    max-width: 400px;
  }
}

.what-is-rw-bnr {
  font-size: 21px;
}

.why-readingwise-bnr {
  text-align: center;
}
.why-readingwise-bnr .carousel-play {
  display: inline-block;
  font-size: 160px;
  color: #FFFFFF;
  line-height: 1em;
  text-decoration: none;
  opacity: 0.75;
}
.why-readingwise-bnr .carousel-play:hover, .why-readingwise-bnr .carousel-play:active {
  opacity: 1;
}
.why-readingwise-bnr .carousel {
  display: none;
  padding-bottom: 20px;
}
.why-readingwise-bnr .carousel .carousel-inner {
  width: auto;
  margin-right: 40px;
  margin-left: 40px;
}
@media all and (min-width: 480px) {
  .why-readingwise-bnr .carousel .carousel-inner {
    margin-right: 70px;
    margin-left: 70px;
  }
}
.why-readingwise-bnr .carousel .slide-container {
  display: table-cell;
  vertical-align: middle;
}
.why-readingwise-bnr .carousel .carousel-indicators {
  bottom: 0;
  margin: 0;
  left: 0;
  right: 0;
  width: auto;
}
.why-readingwise-bnr .carousel h2 {
  margin-bottom: 0.7em;
}
@media all and (max-width: 991px) {
  .why-readingwise-bnr .carousel h2 {
    font-size: 28px;
  }
}
.why-readingwise-bnr .slide-container, .why-readingwise-bnr #carousel-reasons-play {
  height: 300px;
}
@media all and (max-width: 480px) {
  .why-readingwise-bnr .slide-container, .why-readingwise-bnr #carousel-reasons-play {
    height: 500px;
  }
}
.why-readingwise-bnr .jcarousel-control-prev {
  left: -10px;
}
.why-readingwise-bnr .jcarousel-control-next {
  right: -10px;
}

.block-report-survey {
  font-size: 21px;
  text-align: center;
  background: url("../img/home/ipad.jpg") no-repeat bottom right;
  padding-bottom: 150px;
}
@media all and (min-width: 992px) {
  .block-report-survey {
    padding-bottom: 50px;
  }
}
.block-report-survey .subblock {
  margin: 0 auto 70px;
  max-width: 420px;
}
@media all and (min-width: 768px) {
  .block-report-survey .subblock {
    margin-bottom: 0;
  }
}
.block-report-survey .col-sm-6:last-child .subblock {
  margin-bottom: 0;
}
.block-report-survey .input-group-rounded {
  max-width: 330px;
  margin: 0 auto;
}

.contact-form .panel-body {
  padding: 30px;
}
@media all and (max-width: 767px) {
  .contact-form .input-group.date {
    margin-bottom: 10px;
  }
}

@media all and (max-width: 767px) {
  .survey-wrapper {
    margin: 0 -15px;
  }
}

#surveyMonkeyInfo {
  width: auto !important;
  max-width: 500px;
}
#surveyMonkeyInfo iframe {
  width: 100% !important;
}

.price-search-results-block .row p {
  margin-bottom: 0.5em;
}
.price-search-results-block .row p:last-child {
  margin-bottom: 0;
}
.price-search-results-block .col-sm-4 {
  margin-bottom: 32px;
  border-bottom: 1px solid #eee;
}
@media all and (min-width: 768px) {
  .price-search-results-block .col-sm-4 {
    border-right: 1px solid #eee;
    border-bottom: none;
  }
  .price-search-results-block .col-sm-4:last-child {
    border-right: none;
  }
}

.subnav {
  border-bottom: 1px solid #F8EACE;
  background: #ffffff;
  font-size: 16px;
  padding: 15px 0 13px;
}
.subnav ul {
  margin: 0;
}
.subnav li {
  display: inline-block;
  position: relative;
  line-height: 1.2em;
  height: 1.2em;
  border-right: 1px solid #B9B3AE;
  padding-right: 10px;
  margin: 0 10px 8px 0;
}
.subnav li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.subnav li a {
  border-bottom: 2px solid transparent;
  color: #8a8077;
  display: block;
  font-weight: 500;
  text-decoration: none;
  padding-bottom: 2px;
}
.subnav li a:hover {
  border-bottom-color: #8a8077;
}
.subnav li.active a {
  color: #776C63;
  border-bottom-color: #776C63;
}

.sidebar-nav ul li {
  line-height: 1em;
  margin-bottom: 0.7em;
}
.sidebar-nav ul li.active a {
  text-decoration: underline;
}

.blog-posts-list .item {
  color: inherit;
  display: block;
  text-decoration: none;
  padding: 30px 20px 25px 20px;
  border-bottom: 1px solid #F5EFE2;
  overflow: hidden;
}
.blog-posts-list .item .title {
  margin-bottom: 6px;
  font-size: 26px;
}
.blog-posts-list .item .img-wrapper {
  margin-bottom: 10px;
}
@media all and (min-width: 480px) {
  .blog-posts-list .item .img-wrapper {
    margin-top: 5px;
    margin-right: 20px;
    float: left;
    width: 110px;
  }
}
@media all and (min-width: 768px) {
  .blog-posts-list .item .item-content {
    margin-left: 130px;
  }
}
.blog-posts-list .item .text {
  color: #B9B3AE;
}
.blog-posts-list .item .blog-post-author {
  font-size: 13px;
  font-style: normal;
  color: #B9B3AE;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.blog-posts-list .item .blog-post-author strong {
  color: #8a8077;
}
.blog-posts-list .item:hover, .blog-posts-list .item:active {
  background-color: #FFF9ED;
}
.blog-posts-list .short-item-block {
  margin-bottom: 0;
}

.blog-post-author {
  font-style: italic;
}

.comments-wrapper {
  margin-top: 22px;
}
.comments-wrapper .tab-content {
  padding-top: 15px;
}

.product-page-header {
  background: #f9c14c;
  border-radius: 5px;
  padding: 15px 18px 15px 86px;
  position: relative;
  min-height: 80px;
  margin-bottom: 22px;
}
.product-page-header .round-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  margin-top: -25px;
}
.product-page-header .title {
  font-size: 28px;
  line-height: 50px;
  margin: 0;
}
.product-page-header .title span {
  display: inline-block;
  line-height: 1.2em;
  vertical-align: middle;
}

.products-overview-list .item {
  text-align: center;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
}
@media all and (min-width: 768px) {
  .products-overview-list .item {
    display: inline-block;
    max-width: none;
    width: 50%;
  }
  .products-overview-list .item:nth-child(odd) {
    padding-right: 15px;
  }
  .products-overview-list .item:nth-child(even) {
    padding-left: 15px;
  }
}
.products-overview-list .panel {
  border: none;
  text-decoration: none;
}
.products-overview-list .panel .title {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .products-overview-list .panel .title {
    font-size: 20px;
  }
}
.products-overview-list .panel .panel-heading {
  padding-top: 20px;
  padding-bottom: 20px;
}
.products-overview-list .panel .icon {
  line-height: 60px;
  margin-bottom: 25px;
}
.products-overview-list .panel .text {
  margin-bottom: 25px;
}
.products-overview-list .block-header {
  padding: 20px;
}
.products-overview-list .block-header .title {
  margin-bottom: 0;
}
.products-overview-list .block-content {
  background: #ffffff;
  padding: 20px;
}

.page-content .img-thumbnail.fl-r, .page-content .img-thumbnail.fl-l, .page-content .img-thumbnail.fl-r-xs, .page-content .img-thumbnail.fl-l-xs, .page-content .img-thumbnail.fl-r-sm, .page-content .img-thumbnail.fl-l-sm {
  margin-top: 10px;
}
.page-content .img-thumbnail.fl-r {
  margin-left: 30px;
}
.page-content .img-thumbnail.fl-l {
  margin-right: 30px;
}
@media all and (min-width: 480px) {
  .page-content .img-thumbnail.fl-r-xs {
    margin-left: 30px;
  }
  .page-content .img-thumbnail.fl-l-xs {
    margin-right: 30px;
  }
}
@media all and (min-width: 768px) {
  .page-content .img-thumbnail.fl-r-sm {
    margin-left: 30px;
  }
  .page-content .img-thumbnail.fl-l-sm {
    margin-right: 30px;
  }
}
.page-content h2 {
  font-size: 26px;
}

.timeline {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
}
.timeline:before {
  display: block;
  content: "";
  background: #F8EACE;
  position: absolute;
  width: 6px;
  left: -3px;
  top: 0;
  bottom: -10px;
}
@media all and (min-width: 650px) {
  .timeline {
    max-width: none;
  }
  .timeline:before {
    left: 50%;
    margin-left: -3px;
  }
}

.timeline-item {
  display: none;
  position: relative;
  background-color: #FFF9ED;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: 0;
}
.timeline-item:before, .timeline-item:after {
  position: absolute;
  top: -50px;
  background: #ffffff;
  border: 3px solid #F8EACE;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 35px;
  z-index: 3;
  font-weight: 700;
  font-size: 14px;
  color: #dcbd7f;
  left: -50px;
}
.timeline-item .inner:before, .timeline-item .inner:after {
  content: "";
  position: absolute;
  top: 50%;
}
.timeline-item .inner:before {
  margin-top: -15px;
  z-index: 2;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: inset;
  border-width: 15px 20px;
  border-color: transparent #F8EACE transparent transparent;
  border-right-style: solid;
  left: -40px;
}
.timeline-item .inner:after {
  width: 10px;
  height: 10px;
  background-color: #F8EACE;
  border-radius: 50%;
  position: absolute;
  margin-top: -5px;
  z-index: 1;
  left: -35px;
}
.timeline-item .item-title {
  background-color: #f9c14c;
  font-weight: 500;
  font-size: 17px;
  margin: 0;
  padding: 1em;
  position: relative;
}
.timeline-item .img-wrapper {
  margin-bottom: 15px;
}
.timeline-item .text {
  line-height: 1.3;
  padding: 0 10px;
}
.timeline-item .item-content {
  padding: 0 0 10px;
  border-left: 5px solid #F8EACE;
  border-right: 5px solid #F8EACE;
}
.timeline-item .more-btn {
  box-shadow: none !important;
  border-radius: 0;
}
.timeline-item:last-child .inner {
  margin-bottom: 60px;
}
.timeline-item:last-child:after {
  content: attr(data-year);
  display: block;
  top: auto;
  bottom: -50px;
}
@media all and (max-width: 649px) {
  .timeline-item {
    margin-top: 30px !important;
  }
}
@media all and (min-width: 650px) {
  .timeline-item {
    width: calc(50% - 30px);
  }
  .timeline-item:before, .timeline-item:after {
    top: calc(25% - 40px);
  }
  .timeline-item:nth-child(odd) {
    margin-left: 0;
    margin-right: auto;
  }
  .timeline-item:nth-child(odd):before, .timeline-item:nth-child(odd):after {
    left: auto;
    right: -50px;
  }
  .timeline-item:nth-child(odd) .inner:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: inset;
    border-width: 15px 20px;
    border-color: transparent transparent transparent #F8EACE;
    border-left-style: solid;
    left: auto;
    right: -40px;
  }
  .timeline-item:nth-child(odd) .inner:after {
    left: auto;
    right: -35px;
  }
  .timeline-item:last-child:after {
    bottom: calc(25% - 40px);
  }
}

.timeline-item-2016 + .timeline-item:not(.timeline-item-2016) .inner {
  margin-top: 60px;
}
.timeline-item-2016 + .timeline-item:not(.timeline-item-2016):before {
  content: "2016";
  display: block;
}

.timeline-item-2017 + .timeline-item:not(.timeline-item-2017) .inner {
  margin-top: 60px;
}
.timeline-item-2017 + .timeline-item:not(.timeline-item-2017):before {
  content: "2017";
  display: block;
}

.timeline-item-2018 + .timeline-item:not(.timeline-item-2018) .inner {
  margin-top: 60px;
}
.timeline-item-2018 + .timeline-item:not(.timeline-item-2018):before {
  content: "2018";
  display: block;
}

.timeline-item-2019 + .timeline-item:not(.timeline-item-2019) .inner {
  margin-top: 60px;
}
.timeline-item-2019 + .timeline-item:not(.timeline-item-2019):before {
  content: "2019";
  display: block;
}

.timeline-item-2020 + .timeline-item:not(.timeline-item-2020) .inner {
  margin-top: 60px;
}
.timeline-item-2020 + .timeline-item:not(.timeline-item-2020):before {
  content: "2020";
  display: block;
}

.timeline-item-2021 + .timeline-item:not(.timeline-item-2021) .inner {
  margin-top: 60px;
}
.timeline-item-2021 + .timeline-item:not(.timeline-item-2021):before {
  content: "2021";
  display: block;
}

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

.hidden {
  display: none;
}

.dialog-hidden, .elem-hidden {
  display: none;
}

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

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}

.underlined {
  text-decoration: underline;
}

@media all and (min-width: 768px) {
  .valigner-table {
    display: table;
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .valigner-table .valigner {
    display: table-cell;
    vertical-align: middle;
  }
}

.valigner-table-xs {
  display: table;
  width: 100%;
}
.valigner-table-xs .valigner {
  display: table-cell;
  vertical-align: middle;
}

.fullscreen-height {
  height: calc(100vh - 195px);
}
@media all and (min-width: 1200px) {
  .fullscreen-height {
    height: calc(100vh - 215px);
  }
}

@media all and (min-width: 768px) {
  .fullscreen-height-sm {
    height: calc(100vh - 195px);
  }
}
@media all and (min-width: 1200px) {
  .fullscreen-height-sm {
    height: calc(100vh - 215px);
  }
}

/*# sourceMappingURL=style.css.map*/