/*
  jQuery.mmenu CSS
*/
/*
  jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  .mm-panel.mm-opened {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
  .mm-panel.mm-highest {
    z-index: 1; }

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit; }

.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px; }
  .mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 40px; }
  .mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }
  .mm-vertical .mm-listview > li > .mm-next:after,
  .mm-listview > li.mm-vertical > .mm-next:after {
    top: 16px;
    bottom: auto; }
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .mm-navbar > * {
    display: block;
    padding: 10px 0; }
  .mm-navbar a,
  .mm-navbar a:hover {
    text-decoration: none; }
  .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-navbar .mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1; }
    .mm-navbar .mm-btn:first-child {
      padding-left: 20px;
      left: 0; }
    .mm-navbar .mm-btn:last-child {
      text-align: right;
      padding-right: 20px;
      right: 0; }

.mm-panel .mm-navbar {
  display: none; }
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }
  .mm-listview a,
  .mm-listview a:hover {
    text-decoration: none; }
  .mm-listview > li {
    position: relative; }
    .mm-listview > li, .mm-listview > li:after,
    .mm-listview > li .mm-next,
    .mm-listview > li .mm-next:before {
      border-color: inherit; }
    .mm-listview > li > a,
    .mm-listview > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
      .mm-listview > li > a.mm-arrow,
      .mm-listview > li > span.mm-arrow {
        padding-right: 50px; }
    .mm-listview > li:not(.mm-divider):after {
      content: '';
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .mm-listview > li:not(.mm-divider):after {
      left: 20px; }
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listview .mm-next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listview .mm-next + a,
    .mm-listview .mm-next + span {
      margin-right: 50px; }
    .mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
      .mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
      .mm-listview .mm-next.mm-fullsubopen + a,
      .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 50px;
        margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }
  .mm-listview .mm-inset > li {
    padding: 5px 0; }

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }
  .mm-listview .mm-spacer > .mm-next {
    top: 40px; }
  .mm-listview .mm-spacer.mm-divider {
    padding-top: 25px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px; }

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 23px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }
  .mm-menu .mm-navbar > *,
  .mm-menu .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu .mm-listview > li .mm-next:after,
    .mm-menu .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
      tap-highlight-color: rgba(255, 255, 255, 0.5); }
    .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.5); }
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05); }

/*
  jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking {
  overflow: hidden; }
  html.mm-blocking body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
/*
  jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-autoheight {
  max-height: 80%; }
  .mm-menu.mm-autoheight.mm-fullscreen {
    max-height: 100%; }
.mm-menu.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

/*
  jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }
  em.mm-counter + a.mm-next {
    width: 90px; }
    em.mm-counter + a.mm-next + a,
    em.mm-counter + a.mm-next + span {
      margin-right: 90px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

/*
  jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-fixeddivider:after {
    content: none !important;
    display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

/*
  jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
  jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left;
  -moz-transition-property: -moz-transform, left;
  -ms-transition-property: -ms-transform, left;
  -o-transition-property: -o-transform, left;
  transition-property: transform, left; }
  .mm-iconpanel .mm-panel.mm-opened {
    border-left: 1px solid;
    border-color: inherit; }
  .mm-iconpanel .mm-panel.mm-subopened {
    overflow-y: hidden;
    left: -40px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3; }

/*
  jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0; }

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-close:after {
  content: 'x'; }

.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }
  .mm-navbar > .mm-breadcrumbs > * {
    display: inline-block;
    padding: 10px 3px; }
  .mm-navbar > .mm-breadcrumbs > a {
    text-decoration: underline; }
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar-top-1 {
  top: 0px; }

.mm-hasnavbar-top-1 .mm-panels {
  top: 40px; }

.mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panels {
  top: 80px; }

.mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panels {
  top: 120px; }

.mm-navbar-top-4 {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px; }

.mm-navbar-bottom-1 {
  bottom: 0px; }

.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px; }

.mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px; }

.mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px; }

.mm-navbar-bottom-4 {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

/*
  jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px; }
  .mm-search input {
    border: none;
    border-radius: 26px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    outline: none;
    display: block;
    width: 100%;
    height: 26px;
    margin: 0;
    padding: 0 10px; }
  .mm-search input::-ms-clear {
    display: none; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.mm-panel.mm-hassearch {
  padding-top: 40px; }
  .mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px; }
    .mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
      top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0; }

.mm-noresults .mm-noresultsmsg {
  display: block; }
.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }
  li.mm-nosubresults > a.mm-next + a,
  li.mm-nosubresults > a.mm-next + span {
    padding-right: 10px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

/*
  jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%; }
  .mm-indexer ~ .mm-panel.mm-hasindexer {
    margin-right: 20px; }

.mm-hasindexer .mm-indexer {
  right: 0; }
.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

/*
  jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2; }
  label.mm-toggle:before,
  label.mm-check:before {
    content: '';
    display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }
  label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }
  label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0; }
li.mm-vertical label.mm-toggle {
  top: 5px; }
li.mm-vertical label.mm-check {
  top: 5px; }

label.mm-toggle, label.mm-check {
  right: 20px; }
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px; }
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px; }
  a.mm-next + label.mm-toggle + a,
  a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
  a.mm-next + label.mm-check + span {
    margin-right: 50px; }
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px; }
  em.mm-counter + a.mm-next + label.mm-toggle + a,
  em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
  em.mm-counter + a.mm-next + label.mm-check + span {
    margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

/*
  jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none; }

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important; }

.mm-menu.mm-border-offset .mm-listview > li:after,
.mm-listview.mm-border-offset > li:after {
  right: 20px; }

/*
  jQuery.mmenu effects extension CSS
*/
.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }
html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }
html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }
html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }
html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1; }

.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
  .mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
    -o-transform: scale(1, 1) translate3d(0%, 0, 0);
    transform: scale(1, 1) translate3d(0%, 0, 0); }
    .mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(1) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(2) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(5) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(6) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(7) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(8) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(9) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -ms-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(10) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(11) {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -ms-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(12) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(13) {
    -webkit-transition-delay: 650ms;
    -moz-transition-delay: 650ms;
    -ms-transition-delay: 650ms;
    -o-transition-delay: 650ms;
    transition-delay: 650ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(14) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(15) {
    -webkit-transition-delay: 750ms;
    -moz-transition-delay: 750ms;
    -ms-transition-delay: 750ms;
    -o-transition-delay: 750ms;
    transition-delay: 750ms; }

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  -webkit-transform: translate3d(50%, 0, 0);
  -moz-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1; }

.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  opacity: 0;
  top: -25%;
  -webkit-transition-property: opacity, top;
  -moz-transition-property: opacity, top;
  -ms-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  transition-property: opacity, top; }

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0; }

/*
  jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
  jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal; }

/*
  jQuery.mmenu pagedim extension CSS
*/
html.mm-pagedim #mm-blocker, html.mm-pagedim-white #mm-blocker, html.mm-pagedim-black #mm-blocker {
  opacity: 0; }
html.mm-pagedim.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim-black.mm-opening #mm-blocker {
  opacity: 0.3;
  transition: opacity 0.4s ease 0.4s; }
html.mm-pagedim #mm-blocker {
  background: inherit; }
html.mm-pagedim-white #mm-blocker {
  background: #fff; }
html.mm-pagedim-black #mm-blocker {
  background: #000; }

/*
  jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99; }
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }
.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/*
  jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

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

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
  jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
  jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }
  .mm-menu.mm-theme-dark .mm-navbar > *,
  .mm-menu.mm-theme-dark .mm-navbar a {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0, 0, 0, 0.15); }
    .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
      border-color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
      tap-highlight-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-theme-dark .mm-divider {
    background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333333; }
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-theme-white .mm-navbar > *,
  .mm-menu.mm-theme-white .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
      tap-highlight-color: rgba(0, 0, 0, 0.05); }
    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.05); }
  .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-theme-white .mm-divider {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-theme-black .mm-navbar > *,
  .mm-menu.mm-theme-black .mm-navbar a {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-navbar .mm-btn:before, .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255, 255, 255, 0.2); }
    .mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
      border-color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
      tap-highlight-color: rgba(255, 255, 255, 0.3); }
    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-divider {
    background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/*
  jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: '';
  display: block;
  clear: both; }
.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative; }
  .mm-menu.mm-tileview .mm-listview > li:after,
  .mm-menu .mm-tileview.mm-listview > li:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
    width: 25%;
    padding-top: 25%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
    width: 75%;
    padding-top: 75%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
    width: 100%;
    padding-top: 100%; }
  .mm-menu.mm-tileview .mm-listview > li > a,
  .mm-menu.mm-tileview .mm-listview > li > span,
  .mm-menu .mm-tileview.mm-listview > li > a,
  .mm-menu .mm-tileview.mm-listview > li > span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0; }
  .mm-menu.mm-tileview .mm-listview > li > .mm-next,
  .mm-menu .mm-tileview.mm-listview > li > .mm-next {
    width: auto; }
    .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
    .mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
    .mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
      content: none;
      display: none; }
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }
  .mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none; }
.mm-menu.mm-tileview .mm-listview {
  margin: 0; }

@charset "UTF-8";
/* BOOTSTRAP
/*------------------------------------*/
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 110, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 162, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 346, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 356, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 367, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 376, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 387, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, resources/bs-assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, resources/bs-assets/stylesheets/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 18, resources/bs-assets/stylesheets/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }
  /* line 23, resources/bs-assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 27, resources/bs-assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 33, resources/bs-assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  /* line 38, resources/bs-assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 44, resources/bs-assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 48, resources/bs-assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 53, resources/bs-assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }
  /* line 57, resources/bs-assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 64, resources/bs-assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* line 72, resources/bs-assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 77, resources/bs-assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 81, resources/bs-assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 85, resources/bs-assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, resources/bs-assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }
  /* line 94, resources/bs-assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

/* line 24, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 40, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, resources/bs-assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, resources/bs-assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  box-sizing: border-box;
}

/* line 14, resources/bs-assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  box-sizing: border-box;
}

/* line 22, resources/bs-assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, resources/bs-assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

/* line 36, resources/bs-assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, resources/bs-assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #fa671a;
  text-decoration: none;
}

/* line 52, resources/bs-assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #c34604;
  text-decoration: underline;
}

/* line 58, resources/bs-assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, resources/bs-assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, resources/bs-assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, resources/bs-assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive, main img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, resources/bs-assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, resources/bs-assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, resources/bs-assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, resources/bs-assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, resources/bs-assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, resources/bs-assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, resources/bs-assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, resources/bs-assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 16, resources/bs-assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .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: #999999;
}

/* line 24, resources/bs-assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

/* line 30, resources/bs-assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, resources/bs-assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

/* line 41, resources/bs-assets/stylesheets/bootstrap/_type.scss */
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%;
}

/* line 47, resources/bs-assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, resources/bs-assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, resources/bs-assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, resources/bs-assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, resources/bs-assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 16px;
}

/* line 52, resources/bs-assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, resources/bs-assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 11px;
}

/* line 62, resources/bs-assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 62, resources/bs-assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 24px;
  }
}

/* line 78, resources/bs-assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 75%;
}

/* line 83, resources/bs-assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, resources/bs-assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, resources/bs-assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, resources/bs-assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, resources/bs-assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, resources/bs-assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, resources/bs-assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, resources/bs-assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, resources/bs-assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, resources/bs-assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #999999;
}

/* line 5, resources/bs-assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #fa671a;
}

/* line 8, resources/bs-assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #dc4f05;
}

/* line 5, resources/bs-assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, resources/bs-assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, resources/bs-assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, resources/bs-assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, resources/bs-assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, resources/bs-assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, resources/bs-assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, resources/bs-assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, resources/bs-assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, resources/bs-assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #fa671a;
}

/* line 8, resources/bs-assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #dc4f05;
}

/* line 5, resources/bs-assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, resources/bs-assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, resources/bs-assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, resources/bs-assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, resources/bs-assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, resources/bs-assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, resources/bs-assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, resources/bs-assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, resources/bs-assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, resources/bs-assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}

/* line 153, resources/bs-assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, resources/bs-assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, resources/bs-assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 177, resources/bs-assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, resources/bs-assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 22px;
}

/* line 189, resources/bs-assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 193, resources/bs-assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, resources/bs-assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, resources/bs-assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

/* line 19, resources/bs-assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 211, resources/bs-assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, resources/bs-assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, resources/bs-assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

/* line 235, resources/bs-assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, resources/bs-assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}

/* line 250, resources/bs-assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 257, resources/bs-assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #999999;
}

/* line 265, resources/bs-assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, resources/bs-assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

/* line 286, resources/bs-assets/stylesheets/bootstrap/_type.scss */
.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: '';
}

/* line 287, resources/bs-assets/stylesheets/bootstrap/_type.scss */
.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: '\00A0 \2014';
}

/* line 294, resources/bs-assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 7, resources/bs-assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, resources/bs-assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, resources/bs-assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 32, resources/bs-assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, resources/bs-assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 55, resources/bs-assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, resources/bs-assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, resources/bs-assets/stylesheets/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 14, resources/bs-assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}

/* line 19, resources/bs-assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 10, resources/bs-assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 10, resources/bs-assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 10, resources/bs-assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

@media (min-width: 1500px) {
  /* line 10, resources/bs-assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1470px;
  }
}

/* line 33, resources/bs-assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 14, resources/bs-assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

/* line 19, resources/bs-assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 42, resources/bs-assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 14, resources/bs-assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 19, resources/bs-assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.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;
}

/* line 27, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.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;
}

/* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .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;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 55, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 45, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  /* line 27, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .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;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 55, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 45, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 27, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .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;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 55, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 45, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1500px) {
  /* line 27, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    width: 8.33333%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    width: 16.66667%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    width: 25%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    width: 33.33333%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    width: 41.66667%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    width: 50%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    width: 58.33333%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    width: 66.66667%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    width: 75%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    width: 83.33333%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    width: 91.66667%;
  }
  /* line 35, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    width: 100%;
  }
  /* line 55, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-0 {
    right: auto;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-1 {
    right: 8.33333%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-2 {
    right: 16.66667%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-3 {
    right: 25%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-4 {
    right: 33.33333%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-5 {
    right: 41.66667%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-6 {
    right: 50%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-7 {
    right: 58.33333%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-8 {
    right: 66.66667%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-9 {
    right: 75%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-10 {
    right: 83.33333%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-11 {
    right: 91.66667%;
  }
  /* line 50, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-12 {
    right: 100%;
  }
  /* line 45, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-0 {
    left: auto;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-1 {
    left: 8.33333%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-2 {
    left: 16.66667%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-3 {
    left: 25%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-4 {
    left: 33.33333%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-5 {
    left: 41.66667%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-6 {
    left: 50%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-7 {
    left: 58.33333%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-8 {
    left: 66.66667%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-9 {
    left: 75%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-10 {
    left: 83.33333%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-11 {
    left: 91.66667%;
  }
  /* line 40, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-12 {
    left: 100%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 60, resources/bs-assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}

/* line 6, resources/bs-assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, resources/bs-assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  text-align: left;
}

/* line 15, resources/bs-assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, resources/bs-assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}

/* line 31, resources/bs-assets/stylesheets/bootstrap/_tables.scss */
.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.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 41, resources/bs-assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 50, resources/bs-assets/stylesheets/bootstrap/_tables.scss */
.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;
}

/* line 57, resources/bs-assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 62, resources/bs-assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 75, resources/bs-assets/stylesheets/bootstrap/_tables.scss */
.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;
}

/* line 88, resources/bs-assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 94, resources/bs-assets/stylesheets/bootstrap/_tables.scss */
.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;
}

/* line 101, resources/bs-assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, resources/bs-assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, resources/bs-assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 135, resources/bs-assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, resources/bs-assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, resources/bs-assets/stylesheets/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 20, resources/bs-assets/stylesheets/bootstrap/mixins/_table-row.scss */
.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: #e8e8e8;
}

/* line 9, resources/bs-assets/stylesheets/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 20, resources/bs-assets/stylesheets/bootstrap/mixins/_table-row.scss */
.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: #d0e9c6;
}

/* line 9, resources/bs-assets/stylesheets/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 20, resources/bs-assets/stylesheets/bootstrap/mixins/_table-row.scss */
.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: #c4e3f3;
}

/* line 9, resources/bs-assets/stylesheets/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 20, resources/bs-assets/stylesheets/bootstrap/mixins/_table-row.scss */
.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: #faf2cc;
}

/* line 9, resources/bs-assets/stylesheets/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 20, resources/bs-assets/stylesheets/bootstrap/mixins/_table-row.scss */
.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: #ebcccc;
}

/* line 171, resources/bs-assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  /* line 171, resources/bs-assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, resources/bs-assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, resources/bs-assets/stylesheets/bootstrap/_tables.scss */
  .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;
  }
  /* line 200, resources/bs-assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, resources/bs-assets/stylesheets/bootstrap/_tables.scss */
  .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;
  }
  /* line 212, resources/bs-assets/stylesheets/bootstrap/_tables.scss */
  .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;
  }
  /* line 225, resources/bs-assets/stylesheets/bootstrap/_tables.scss */
  .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;
  }
}

/* line 10, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  box-sizing: border-box;
}

/* line 52, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
}

/* line 114, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  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;
}

/* line 57, resources/bs-assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 103, resources/bs-assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 107, resources/bs-assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 108, resources/bs-assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 136, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

/* line 146, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

/* line 153, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 162, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 174, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }
  /* line 197, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 202, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

/* line 215, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 224, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 231, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 239, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.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;
}

/* line 248, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 254, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 264, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 276, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
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;
}

/* line 285, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 295, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 307, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}

/* line 315, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, resources/bs-assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, resources/bs-assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 84, resources/bs-assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

/* line 333, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 340, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 344, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

/* line 348, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, resources/bs-assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 79, resources/bs-assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 84, resources/bs-assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

/* line 359, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 366, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 370, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

/* line 374, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

/* line 388, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}

/* line 393, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 45px;
}

/* line 398, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

/* line 410, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 417, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, resources/bs-assets/stylesheets/bootstrap/mixins/_forms.scss */
.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;
}

/* line 21, resources/bs-assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, resources/bs-assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 31, resources/bs-assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

/* line 37, resources/bs-assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, resources/bs-assets/stylesheets/bootstrap/mixins/_forms.scss */
.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;
}

/* line 21, resources/bs-assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, resources/bs-assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 31, resources/bs-assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 37, resources/bs-assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, resources/bs-assets/stylesheets/bootstrap/mixins/_forms.scss */
.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: #a94442;
}

/* line 21, resources/bs-assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, resources/bs-assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 31, resources/bs-assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

/* line 37, resources/bs-assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 439, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}

/* line 442, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 453, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 478, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 496, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 508, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 512, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 530, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 559, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 569, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}

/* line 575, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 14, resources/bs-assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

/* line 19, resources/bs-assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 582, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

/* line 593, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 603, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  /* line 611, resources/bs-assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, resources/bs-assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 26, resources/bs-assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 32, resources/bs-assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 39, resources/bs-assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 46, resources/bs-assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

/* line 58, resources/bs-assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, resources/bs-assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 11, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 17, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 22, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 29, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 37, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

/* line 45, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 53, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, resources/bs-assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #fa671a;
  border-color: #f55805;
}

/* line 11, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #dc4f05;
  border-color: #782b03;
}

/* line 17, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #dc4f05;
  border-color: #b94204;
}

/* line 22, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #dc4f05;
  border-color: #b94204;
}

/* line 29, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #b94204;
  border-color: #782b03;
}

/* line 37, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

/* line 45, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #fa671a;
  border-color: #f55805;
}

/* line 53, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #fa671a;
  background-color: #fff;
}

/* line 75, resources/bs-assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 11, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 17, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 22, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 29, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 37, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

/* line 45, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 53, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, resources/bs-assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 11, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 17, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 22, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 29, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 37, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

/* line 45, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 53, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, resources/bs-assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 11, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 17, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 22, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 29, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 37, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

/* line 45, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 53, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, resources/bs-assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 11, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 17, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 22, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 29, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 37, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

/* line 45, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 53, resources/bs-assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, resources/bs-assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #fa671a;
  font-weight: normal;
  border-radius: 0;
}

/* line 101, resources/bs-assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

/* line 109, resources/bs-assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 115, resources/bs-assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #c34604;
  text-decoration: underline;
  background-color: transparent;
}

/* line 123, resources/bs-assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

/* line 135, resources/bs-assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 139, resources/bs-assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, resources/bs-assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, resources/bs-assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, resources/bs-assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, resources/bs-assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 11, resources/bs-assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, resources/bs-assets/stylesheets/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 32, resources/bs-assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

/* line 36, resources/bs-assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

/* line 38, resources/bs-assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, resources/bs-assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, resources/bs-assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, resources/bs-assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 73, resources/bs-assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 74, resources/bs-assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, resources/bs-assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 14, resources/bs-assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

/* line 19, resources/bs-assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, resources/bs-assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, resources/bs-assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 97, resources/bs-assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, resources/bs-assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 14, resources/bs-assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

/* line 19, resources/bs-assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}

/* line 110, resources/bs-assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 115, resources/bs-assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 119, resources/bs-assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, resources/bs-assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, resources/bs-assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 140, resources/bs-assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 145, resources/bs-assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 149, resources/bs-assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 14, resources/bs-assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 19, resources/bs-assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, resources/bs-assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, resources/bs-assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, resources/bs-assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, resources/bs-assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, resources/bs-assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, resources/bs-assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, resources/bs-assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, resources/bs-assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, resources/bs-assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 18, resources/bs-assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, resources/bs-assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, resources/bs-assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, resources/bs-assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, resources/bs-assets/stylesheets/bootstrap/_responsive-utilities.scss */
.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) {
  /* line 7, resources/bs-assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 10, resources/bs-assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 11, resources/bs-assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 12, resources/bs-assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 54, resources/bs-assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, resources/bs-assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, resources/bs-assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, resources/bs-assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 10, resources/bs-assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 11, resources/bs-assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 12, resources/bs-assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, resources/bs-assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, resources/bs-assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, resources/bs-assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, resources/bs-assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 10, resources/bs-assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 11, resources/bs-assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 12, resources/bs-assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, resources/bs-assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, resources/bs-assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, resources/bs-assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, resources/bs-assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 10, resources/bs-assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 11, resources/bs-assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 12, resources/bs-assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, resources/bs-assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, resources/bs-assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, resources/bs-assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, resources/bs-assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, resources/bs-assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, resources/bs-assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 18, resources/bs-assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 18, resources/bs-assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, resources/bs-assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 10, resources/bs-assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 11, resources/bs-assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 12, resources/bs-assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

/* line 155, resources/bs-assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 155, resources/bs-assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, resources/bs-assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 162, resources/bs-assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, resources/bs-assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 169, resources/bs-assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, resources/bs-assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
/* line 7, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-horizontal > .mm-panel {
  transition: transform 0.4s ease;
}

/* line 11, resources/scss/_jquery.mmenu.all.scss */
.mm-menu .mm-hidden {
  display: none;
}

/* line 14, resources/scss/_jquery.mmenu.all.scss */
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

/* line 18, resources/scss/_jquery.mmenu.all.scss */
.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

/* line 27, resources/scss/_jquery.mmenu.all.scss */
.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}

/* line 32, resources/scss/_jquery.mmenu.all.scss */
.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 20px;
  transform: translate(100%, 0);
}

/* line 45, resources/scss/_jquery.mmenu.all.scss */
.mm-menu > .mm-panel.mm-opened {
  transform: translate(0%, 0);
}

/* line 51, resources/scss/_jquery.mmenu.all.scss */
.mm-menu > .mm-panel.mm-subopened {
  transform: translate(-30%, 0);
}

/* line 57, resources/scss/_jquery.mmenu.all.scss */
.mm-menu > .mm-panel.mm-highest {
  z-index: 1;
}

/* line 59, resources/scss/_jquery.mmenu.all.scss */
.mm-menu .mm-list {
  padding: 20px 0;
}

/* line 61, resources/scss/_jquery.mmenu.all.scss */
.mm-menu > .mm-list {
  padding-bottom: 0;
}

/* line 63, resources/scss/_jquery.mmenu.all.scss */
.mm-menu > .mm-list:after {
  content: '';
  display: block;
  height: 40px;
}

/* line 68, resources/scss/_jquery.mmenu.all.scss */
.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px;
}

/* line 71, resources/scss/_jquery.mmenu.all.scss */
.mm-panel > .mm-list:first-child {
  padding-top: 0;
}

/* line 74, resources/scss/_jquery.mmenu.all.scss */
.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

/* line 81, resources/scss/_jquery.mmenu.all.scss */
.mm-list {
  font: inherit;
  font-size: 14px;
}

/* line 84, resources/scss/_jquery.mmenu.all.scss */
.mm-list a,
.mm-list a:hover {
  text-decoration: none;
}

/* line 87, resources/scss/_jquery.mmenu.all.scss */
.mm-list > li {
  position: relative;
}

/* line 89, resources/scss/_jquery.mmenu.all.scss */
.mm-list > li > a,
.mm-list > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

/* line 99, resources/scss/_jquery.mmenu.all.scss */
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 108, resources/scss/_jquery.mmenu.all.scss */
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  width: auto;
  margin-left: 20px;
  position: relative;
  left: auto;
}

/* line 113, resources/scss/_jquery.mmenu.all.scss */
.mm-list a.mm-subopen {
  background: rgba(3, 2, 1, 0);
  width: 40px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

/* line 122, resources/scss/_jquery.mmenu.all.scss */
.mm-list a.mm-subopen:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 131, resources/scss/_jquery.mmenu.all.scss */
.mm-list a.mm-subopen.mm-fullsubopen {
  width: 100%;
}

/* line 133, resources/scss/_jquery.mmenu.all.scss */
.mm-list a.mm-subopen.mm-fullsubopen:before {
  border-left: none;
}

/* line 135, resources/scss/_jquery.mmenu.all.scss */
.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px;
}

/* line 139, resources/scss/_jquery.mmenu.all.scss */
.mm-list > li.mm-selected > a.mm-subopen {
  background: transparent;
}

/* line 141, resources/scss/_jquery.mmenu.all.scss */
.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
  padding-right: 45px;
  margin-right: 0;
}

/* line 145, resources/scss/_jquery.mmenu.all.scss */
.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px;
}

/* line 149, resources/scss/_jquery.mmenu.all.scss */
.mm-list > li.mm-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
  padding-right: 5px;
}

/* line 158, resources/scss/_jquery.mmenu.all.scss */
.mm-list > li.mm-spacer {
  padding-top: 40px;
}

/* line 160, resources/scss/_jquery.mmenu.all.scss */
.mm-list > li.mm-spacer.mm-label {
  padding-top: 25px;
}

/* line 162, resources/scss/_jquery.mmenu.all.scss */
.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 7px;
  height: 7px;
  transform: rotate(-45deg);
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%;
}

/* line 177, resources/scss/_jquery.mmenu.all.scss */
.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 18px;
}

/* line 181, resources/scss/_jquery.mmenu.all.scss */
.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px;
}

/* line 187, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

/* line 190, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  border-color: transparent;
}

/* line 192, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block;
}

/* line 194, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px;
}

/* line 196, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
  top: 16px;
  bottom: auto;
}

/* line 199, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  transform: rotate(45deg);
}

/* line 205, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px;
}

/* line 208, resources/scss/_jquery.mmenu.all.scss */
html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* line 211, resources/scss/_jquery.mmenu.all.scss */
.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6);
}

/* line 214, resources/scss/_jquery.mmenu.all.scss */
.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 216, resources/scss/_jquery.mmenu.all.scss */
.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3);
}

/* line 219, resources/scss/_jquery.mmenu.all.scss */
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}

/* line 221, resources/scss/_jquery.mmenu.all.scss */
.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 223, resources/scss/_jquery.mmenu.all.scss */
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}

/* line 226, resources/scss/_jquery.mmenu.all.scss */
.mm-menu .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.05);
}

/* line 228, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05);
}

/*
	jQuery.mmenu offcanvas addon CSS
*/
/* line 235, resources/scss/_jquery.mmenu.all.scss */
.mm-page {
  box-sizing: border-box;
  position: relative;
}

/* line 239, resources/scss/_jquery.mmenu.all.scss */
.mm-slideout {
  transition: transform 0.4s ease;
}

/* line 244, resources/scss/_jquery.mmenu.all.scss */
html.mm-opened {
  overflow: hidden;
  position: relative;
}

/* line 247, resources/scss/_jquery.mmenu.all.scss */
html.mm-opened body {
  overflow: hidden;
}

/* line 250, resources/scss/_jquery.mmenu.all.scss */
html.mm-background .mm-page {
  background: inherit;
}

/* line 253, resources/scss/_jquery.mmenu.all.scss */
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

/* line 263, resources/scss/_jquery.mmenu.all.scss */
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}

/* line 267, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}

/* line 270, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-current {
  display: block;
}

/* line 273, resources/scss/_jquery.mmenu.all.scss */
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

/* line 278, resources/scss/_jquery.mmenu.all.scss */
html.mm-opening .mm-slideout {
  transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
  /* line 286, resources/scss/_jquery.mmenu.all.scss */
  html.mm-opening .mm-slideout {
    transform: translate(140px, 0);
  }
}

@media all and (min-width: 550px) {
  /* line 293, resources/scss/_jquery.mmenu.all.scss */
  html.mm-opening .mm-slideout {
    transform: translate(440px, 0);
  }
}

/*
	jQuery.mmenu buttonbars addon CSS
*/
/* line 302, resources/scss/_jquery.mmenu.all.scss */
.mm-buttonbar {
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}

/* line 312, resources/scss/_jquery.mmenu.all.scss */
.mm-buttonbar:after {
  content: '';
  display: block;
  clear: both;
}

/* line 316, resources/scss/_jquery.mmenu.all.scss */
.mm-buttonbar > * {
  border-left: 1px solid transparent;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 326, resources/scss/_jquery.mmenu.all.scss */
.mm-buttonbar > a {
  text-decoration: none;
}

/* line 328, resources/scss/_jquery.mmenu.all.scss */
.mm-buttonbar > input {
  position: absolute;
  left: -1000px;
  top: -1000px;
}

/* line 332, resources/scss/_jquery.mmenu.all.scss */
.mm-buttonbar > input:checked + label {
  border-color: transparent  !important;
}

/* line 334, resources/scss/_jquery.mmenu.all.scss */
.mm-buttonbar > *:first-child,
.mm-buttonbar > input:first-child + * {
  border-left: none;
}

/* line 337, resources/scss/_jquery.mmenu.all.scss */
.mm-buttonbar.mm-buttonbar-2 > * {
  width: 50%;
}

/* line 339, resources/scss/_jquery.mmenu.all.scss */
.mm-buttonbar.mm-buttonbar-3 > * {
  width: 33.33%;
}

/* line 341, resources/scss/_jquery.mmenu.all.scss */
.mm-buttonbar.mm-buttonbar-4 > * {
  width: 25%;
}

/* line 343, resources/scss/_jquery.mmenu.all.scss */
.mm-buttonbar.mm-buttonbar-5 > * {
  width: 20%;
}

/* line 346, resources/scss/_jquery.mmenu.all.scss */
.mm-header .mm-buttonbar {
  margin-top: 20px;
  margin-left: -30px;
  margin-right: -30px;
}

/* line 351, resources/scss/_jquery.mmenu.all.scss */
.mm-footer .mm-buttonbar {
  border: none;
  border-radius: none;
  line-height: 40px;
  margin: -10px -10px 0 -20px;
}

/* line 356, resources/scss/_jquery.mmenu.all.scss */
.mm-footer .mm-buttonbar > * {
  border-left: none;
}

/* line 359, resources/scss/_jquery.mmenu.all.scss */
.mm-list > li > .mm-buttonbar {
  margin: 10px 20px;
}

/* line 362, resources/scss/_jquery.mmenu.all.scss */
.mm-menu .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: #333333;
}

/* line 365, resources/scss/_jquery.mmenu.all.scss */
.mm-menu .mm-buttonbar > * {
  border-color: rgba(255, 255, 255, 0.6);
}

/* line 367, resources/scss/_jquery.mmenu.all.scss */
.mm-menu .mm-buttonbar > input:checked + label {
  background: rgba(255, 255, 255, 0.6);
  color: #333333;
}

/*
	jQuery.mmenu counters addon CSS
*/
/* line 374, resources/scss/_jquery.mmenu.all.scss */
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%;
}

/* line 385, resources/scss/_jquery.mmenu.all.scss */
em.mm-counter + a.mm-subopen {
  padding-left: 40px;
}

/* line 387, resources/scss/_jquery.mmenu.all.scss */
em.mm-counter + a.mm-subopen + a,
em.mm-counter + a.mm-subopen + span {
  margin-right: 80px;
}

/* line 390, resources/scss/_jquery.mmenu.all.scss */
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}

/* line 393, resources/scss/_jquery.mmenu.all.scss */
.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0;
}

/* line 397, resources/scss/_jquery.mmenu.all.scss */
.mm-nosubresults > em.mm-counter {
  display: none;
}

/* line 400, resources/scss/_jquery.mmenu.all.scss */
.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3);
}

/*
	jQuery.mmenu dragOpen addon CSS
*/
/* line 406, resources/scss/_jquery.mmenu.all.scss */
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  transition-duration: 0s;
}

/*
	jQuery.mmenu footer addon CSS
*/
/* line 420, resources/scss/_jquery.mmenu.all.scss */
.mm-footer {
  background: inherit;
  border-top: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 10px 0 20px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}

/* line 434, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-hasfooter > .mm-panel:after {
  height: 80px;
}

/* line 437, resources/scss/_jquery.mmenu.all.scss */
.mm-menu .mm-footer {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3);
}

/*
	jQuery.mmenu header addon CSS
*/
/* line 444, resources/scss/_jquery.mmenu.all.scss */
.mm-header {
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0 50px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

/* line 457, resources/scss/_jquery.mmenu.all.scss */
.mm-header .mm-title,
.mm-header .mm-prev,
.mm-header .mm-next,
.mm-header .mm-close {
  padding-top: 30px;
}

/* line 462, resources/scss/_jquery.mmenu.all.scss */
.mm-header .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  position: relative;
}

/* line 469, resources/scss/_jquery.mmenu.all.scss */
.mm-header .mm-prev,
.mm-header .mm-next,
.mm-header .mm-close {
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  min-width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

/* line 480, resources/scss/_jquery.mmenu.all.scss */
.mm-header .mm-prev {
  padding-left: 20px;
  padding-right: 10px;
  left: 0;
}

/* line 484, resources/scss/_jquery.mmenu.all.scss */
.mm-header .mm-next,
.mm-header .mm-close {
  padding-left: 10px;
  padding-right: 20px;
  right: 0;
}

/* line 489, resources/scss/_jquery.mmenu.all.scss */
.mm-header [href].mm-prev:before, .mm-header [href].mm-next:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 7px;
  height: 7px;
  transform: rotate(-45deg);
}

/* line 500, resources/scss/_jquery.mmenu.all.scss */
.mm-header [href].mm-prev:before {
  border-right: none;
  border-bottom: none;
  margin-left: 2px;
  margin-right: 5px;
}

/* line 505, resources/scss/_jquery.mmenu.all.scss */
.mm-header [href].mm-next:after, .mm-header [href].mm-close:after {
  margin-left: 5px;
  margin-right: -2px;
}

/* line 508, resources/scss/_jquery.mmenu.all.scss */
.mm-header [href].mm-next:after {
  border-top: none;
  border-left: none;
}

/* line 511, resources/scss/_jquery.mmenu.all.scss */
.mm-header [href].mm-close:after {
  content: 'x';
}

/* line 514, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-hassearch .mm-header {
  height: 50px;
  top: 50px;
}

/* line 517, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-hassearch .mm-header .mm-title,
.mm-menu.mm-hassearch .mm-header .mm-prev,
.mm-menu.mm-hassearch .mm-header .mm-next,
.mm-menu.mm-hassearch .mm-header .mm-close {
  padding-top: 20px;
}

/* line 523, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-hasheader li.mm-subtitle {
  display: none;
}

/* line 525, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-hasheader > .mm-panel {
  padding-top: 80px;
}

/* line 527, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-hasheader > .mm-panel.mm-list {
  padding-top: 60px;
}

/* line 529, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
  margin-top: -20px;
}

/* line 531, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
  padding-top: 120px;
}

/* line 533, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
  padding-top: 100px;
}

/* line 536, resources/scss/_jquery.mmenu.all.scss */
.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3);
}

/* line 539, resources/scss/_jquery.mmenu.all.scss */
.mm-menu .mm-header .mm-prev:before,
.mm-menu .mm-header .mm-next:after,
.mm-menu .mm-header .mm-close:after {
  border-color: rgba(255, 255, 255, 0.3);
}

/*
	jQuery.mmenu labels addon CSS
*/
/* line 547, resources/scss/_jquery.mmenu.all.scss */
.mm-list li.mm-label > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}

/* line 553, resources/scss/_jquery.mmenu.all.scss */
.mm-list li.mm-label.mm-opened a.mm-subopen:after {
  transform: rotate(45deg);
}

/* line 559, resources/scss/_jquery.mmenu.all.scss */
.mm-list li.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}

/* line 562, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen:after {
  top: 8.5px;
}

/* line 565, resources/scss/_jquery.mmenu.all.scss */
.mm-menu .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.05);
}

/*
	jQuery.mmenu searchfield addon CSS
*/
/* line 571, resources/scss/_jquery.mmenu.all.scss */
.mm-search,
.mm-search input {
  box-sizing: border-box;
}

/* line 575, resources/scss/_jquery.mmenu.all.scss */
.mm-list > li.mm-search {
  padding: 10px;
  margin-top: -20px;
}

/* line 578, resources/scss/_jquery.mmenu.all.scss */
.mm-list > li.mm-subtitle + li.mm-search {
  margin-top: 0;
}

/* line 581, resources/scss/_jquery.mmenu.all.scss */
div.mm-panel > div.mm-search {
  padding: 0 0 10px 0;
}

/* line 584, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-hasheader .mm-list > li.mm-search {
  margin-top: 0;
}

/* line 587, resources/scss/_jquery.mmenu.all.scss */
.mm-menu > .mm-search {
  background: inherit;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/* line 595, resources/scss/_jquery.mmenu.all.scss */
.mm-search {
  padding: 10px;
}

/* line 597, resources/scss/_jquery.mmenu.all.scss */
.mm-search input {
  border: none;
  border-radius: 30px;
  font: inherit;
  font-size: 14px;
  line-height: 30px;
  outline: none;
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 10px;
}

/* line 609, resources/scss/_jquery.mmenu.all.scss */
.mm-search input::-ms-clear {
  display: none;
}

/* line 612, resources/scss/_jquery.mmenu.all.scss */
.mm-menu .mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 60px 0;
}

/* line 617, resources/scss/_jquery.mmenu.all.scss */
.mm-menu .mm-noresultsmsg:after {
  border: none !important;
}

/* line 620, resources/scss/_jquery.mmenu.all.scss */
.mm-noresults .mm-noresultsmsg {
  display: block;
}

/* line 623, resources/scss/_jquery.mmenu.all.scss */
.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none;
}

/* line 625, resources/scss/_jquery.mmenu.all.scss */
.mm-menu li.mm-nosubresults > a.mm-subopen + a,
.mm-menu li.mm-nosubresults > a.mm-subopen + span {
  padding-right: 10px;
}

/* line 628, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-hassearch > .mm-panel {
  padding-top: 70px;
}

/* line 630, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
  margin-top: -20px;
}

/* line 632, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
  margin-top: -10px;
}

/* line 634, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
  padding-top: 0;
}

/* line 637, resources/scss/_jquery.mmenu.all.scss */
.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

/* line 640, resources/scss/_jquery.mmenu.all.scss */
.mm-menu .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3);
}

/*
	jQuery.mmenu toggles addon CSS
*/
/* line 646, resources/scss/_jquery.mmenu.all.scss */
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px;
}

/* line 651, resources/scss/_jquery.mmenu.all.scss */
label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  bottom: 50%;
  z-index: 2;
}

/* line 657, resources/scss/_jquery.mmenu.all.scss */
label.mm-toggle:before,
label.mm-check:before {
  content: '';
  display: block;
}

/* line 662, resources/scss/_jquery.mmenu.all.scss */
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-bottom: -15px;
}

/* line 667, resources/scss/_jquery.mmenu.all.scss */
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}

/* line 673, resources/scss/_jquery.mmenu.all.scss */
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

/* line 676, resources/scss/_jquery.mmenu.all.scss */
label.mm-check {
  width: 30px;
  height: 30px;
  margin-bottom: -15px;
}

/* line 680, resources/scss/_jquery.mmenu.all.scss */
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  transform: rotate(-45deg);
}

/* line 693, resources/scss/_jquery.mmenu.all.scss */
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

/* line 696, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-vertical .mm-list > li label.mm-toggle, .mm-menu.mm-vertical .mm-list > li label.mm-check {
  bottom: auto;
  margin-bottom: 0;
}

/* line 699, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-vertical .mm-list > li label.mm-toggle {
  top: 5px;
}

/* line 701, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-vertical .mm-list > li label.mm-check {
  top: 5px;
}

/* line 704, resources/scss/_jquery.mmenu.all.scss */
label.mm-toggle,
label.mm-check {
  right: 20px;
}

/* line 707, resources/scss/_jquery.mmenu.all.scss */
label.mm-toggle + a,
label.mm-toggle + span {
  margin-right: 70px;
}

/* line 711, resources/scss/_jquery.mmenu.all.scss */
label.mm-check + a,
label.mm-check + span {
  margin-right: 50px;
}

/* line 715, resources/scss/_jquery.mmenu.all.scss */
a.mm-subopen + label.mm-toggle, a.mm-subopen + label.mm-check {
  right: 50px;
}

/* line 718, resources/scss/_jquery.mmenu.all.scss */
a.mm-subopen + label.mm-toggle + a,
a.mm-subopen + label.mm-toggle + span {
  margin-right: 100px;
}

/* line 722, resources/scss/_jquery.mmenu.all.scss */
a.mm-subopen + label.mm-check + a,
a.mm-subopen + label.mm-check + span {
  margin-right: 80px;
}

/* line 726, resources/scss/_jquery.mmenu.all.scss */
em.mm-counter + a.mm-subopen + label.mm-toggle, em.mm-counter + a.mm-subopen + label.mm-check {
  right: 90px;
}

/* line 729, resources/scss/_jquery.mmenu.all.scss */
em.mm-counter + a.mm-subopen + label.mm-toggle + a,
em.mm-counter + a.mm-subopen + label.mm-toggle + span {
  margin-right: 140px;
}

/* line 733, resources/scss/_jquery.mmenu.all.scss */
em.mm-counter + a.mm-subopen + label.mm-check + a,
em.mm-counter + a.mm-subopen + label.mm-check + span {
  margin-right: 120px;
}

/* line 737, resources/scss/_jquery.mmenu.all.scss */
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}

/* line 739, resources/scss/_jquery.mmenu.all.scss */
.mm-menu label.mm-toggle:before {
  background: #333333;
}

/* line 741, resources/scss/_jquery.mmenu.all.scss */
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/* line 744, resources/scss/_jquery.mmenu.all.scss */
.mm-menu label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

/*
	jQuery.mmenu effects extension CSS
*/
/* line 750, resources/scss/_jquery.mmenu.all.scss */
html.mm-slide .mm-menu {
  transition: transform 0.4s ease;
}

/* line 753, resources/scss/_jquery.mmenu.all.scss */
html.mm-slide.mm-opened .mm-menu {
  transform: translateX(-30%);
}

/* line 759, resources/scss/_jquery.mmenu.all.scss */
html.mm-slide.mm-opening .mm-menu {
  transform: translateX(0%);
}

/* line 765, resources/scss/_jquery.mmenu.all.scss */
html.mm-slide.mm-right.mm-opened .mm-menu {
  transform: translateX(30%);
}

/* line 771, resources/scss/_jquery.mmenu.all.scss */
html.mm-slide.mm-right.mm-opening .mm-menu {
  transform: translateX(0%);
}

/* line 777, resources/scss/_jquery.mmenu.all.scss */
html.mm-slide.mm-top.mm-opened .mm-menu {
  transform: translateY(-30%);
}

/* line 783, resources/scss/_jquery.mmenu.all.scss */
html.mm-slide.mm-top.mm-opening .mm-menu {
  transform: translateY(0%);
}

/* line 789, resources/scss/_jquery.mmenu.all.scss */
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  transform: translateY(30%);
}

/* line 795, resources/scss/_jquery.mmenu.all.scss */
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  transform: translateY(0%);
}

/* line 802, resources/scss/_jquery.mmenu.all.scss */
html.mm-zoom-menu .mm-menu {
  transition: transform 0.4s ease;
}

/* line 805, resources/scss/_jquery.mmenu.all.scss */
html.mm-zoom-menu.mm-opened .mm-menu {
  transform: scale(0.7, 0.7) translateX(-30%);
  transform-origin: left center;
}

/* line 816, resources/scss/_jquery.mmenu.all.scss */
html.mm-zoom-menu.mm-opening .mm-menu {
  transform: scale(1, 1) translateX(0%);
}

/* line 822, resources/scss/_jquery.mmenu.all.scss */
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  transform: scale(0.7, 0.7) translateX(30%);
  transform-origin: right center;
}

/* line 833, resources/scss/_jquery.mmenu.all.scss */
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  transform: scale(1, 1) translateX(0%);
}

/* line 839, resources/scss/_jquery.mmenu.all.scss */
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  transform: scale(0.7, 0.7) translateY(-30%);
  transform-origin: center top;
}

/* line 850, resources/scss/_jquery.mmenu.all.scss */
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  transform: scale(1, 1) translateY(0%);
}

/* line 856, resources/scss/_jquery.mmenu.all.scss */
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  transform: scale(0.7, 0.7) translateY(30%);
  transform-origin: center bottom;
}

/* line 867, resources/scss/_jquery.mmenu.all.scss */
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  transform: scale(1, 1) translateY(0%);
}

/* line 874, resources/scss/_jquery.mmenu.all.scss */
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
  transform: scale(1.5, 1.5) translateX(100%);
  transform-origin: left center;
  transition-property: transform, left;
}

/* line 887, resources/scss/_jquery.mmenu.all.scss */
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
  transform: scale(1, 1) translateX(0%);
}

/* line 893, resources/scss/_jquery.mmenu.all.scss */
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
  transform: scale(0.7, 0.7) translateX(-30%);
}

/*
	jQuery.mmenu fullscreen extension CSS
*/
/* line 903, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

/* line 908, resources/scss/_jquery.mmenu.all.scss */
html.mm-opening.mm-fullscreen .mm-slideout {
  transform: translate(100%, 0);
}

@media all and (max-width: 140px) {
  /* line 916, resources/scss/_jquery.mmenu.all.scss */
  html.mm-opening.mm-fullscreen .mm-slideout {
    transform: translate(140px, 0);
  }
}

@media all and (min-width: 10000px) {
  /* line 923, resources/scss/_jquery.mmenu.all.scss */
  html.mm-opening.mm-fullscreen .mm-slideout {
    transform: translate(10000px, 0);
  }
}

/* line 929, resources/scss/_jquery.mmenu.all.scss */
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  transform: translate(-100%, 0);
}

@media all and (max-width: 140px) {
  /* line 937, resources/scss/_jquery.mmenu.all.scss */
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    transform: translate(-140px, 0);
  }
}

@media all and (min-width: 10000px) {
  /* line 944, resources/scss/_jquery.mmenu.all.scss */
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    transform: translate(-10000px, 0);
  }
}

/* line 950, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-front.mm-fullscreen.mm-top, .mm-menu.mm-front.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

/* line 955, resources/scss/_jquery.mmenu.all.scss */
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}

/*
	jQuery.mmenu position extension CSS
*/
/* line 961, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

/* line 967, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-right {
  left: auto;
  right: 0;
}

/* line 971, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}

/* line 975, resources/scss/_jquery.mmenu.all.scss */
html.mm-right.mm-opening .mm-slideout {
  transform: translate(-80%, 0);
}

@media all and (max-width: 175px) {
  /* line 983, resources/scss/_jquery.mmenu.all.scss */
  html.mm-right.mm-opening .mm-slideout {
    transform: translate(-140px, 0);
  }
}

@media all and (min-width: 550px) {
  /* line 990, resources/scss/_jquery.mmenu.all.scss */
  html.mm-right.mm-opening .mm-slideout {
    transform: translate(-440px, 0);
  }
}

/*
	jQuery.mmenu z-position extension CSS
*/
/* line 999, resources/scss/_jquery.mmenu.all.scss */
html.mm-front .mm-slideout {
  transform: none !important;
  z-index: 0 !important;
}

/* line 1007, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

/* line 1011, resources/scss/_jquery.mmenu.all.scss */
html.mm-opened.mm-next .mm-page {
  box-shadow: none;
}

/* line 1014, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-front, .mm-menu.mm-next {
  transition: transform 0.4s ease;
  transform: translate(-100%, 0);
}

/* line 1023, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  transform: translate(100%, 0);
}

/* line 1029, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-front.mm-top {
  transform: translate(0, -100%);
}

/* line 1035, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-front.mm-bottom {
  transform: translate(0, 100%);
}

/* line 1042, resources/scss/_jquery.mmenu.all.scss */
html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  transform: translate(0, 0);
}

/* line 1049, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

/*
	jQuery.mmenu themes extension CSS
*/
/* line 1057, resources/scss/_jquery.mmenu.all.scss */
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* line 1060, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6);
}

/* line 1063, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-light .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 1065, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-light .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.3);
}

/* line 1068, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 1070, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 1072, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-light .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.6);
}

/* line 1075, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-light .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}

/* line 1077, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}

/* line 1081, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3;
}

/* line 1084, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-light .mm-buttonbar > * {
  border-color: rgba(0, 0, 0, 0.6);
}

/* line 1086, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-light .mm-buttonbar > input:checked + label {
  background: rgba(0, 0, 0, 0.6);
  color: #f3f3f3;
}

/* line 1090, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

/* line 1093, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

/* line 1096, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}

/* line 1100, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}

/* line 1103, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-light .mm-header .mm-prev:before,
.mm-menu.mm-light .mm-header .mm-next:after,
.mm-menu.mm-light .mm-header .mm-close:after {
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 1108, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03);
}

/* line 1111, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

/* line 1114, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

/* line 1117, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

/* line 1119, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-light label.mm-toggle:before {
  background: #f3f3f3;
}

/* line 1121, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/* line 1124, resources/scss/_jquery.mmenu.all.scss */
html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* line 1127, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6);
}

/* line 1130, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-white .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 1132, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-white .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.3);
}

/* line 1135, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 1137, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 1139, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-white .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.06);
}

/* line 1142, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-white .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}

/* line 1144, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}

/* line 1148, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white;
}

/* line 1151, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-white .mm-buttonbar > * {
  border-color: rgba(0, 0, 0, 0.6);
}

/* line 1153, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-white .mm-buttonbar > input:checked + label {
  background: rgba(0, 0, 0, 0.6);
  color: white;
}

/* line 1157, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

/* line 1160, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

/* line 1163, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}

/* line 1167, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}

/* line 1170, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-white .mm-header .mm-prev:before,
.mm-menu.mm-white .mm-header .mm-next:after,
.mm-menu.mm-white .mm-header .mm-close:after {
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 1175, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03);
}

/* line 1178, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

/* line 1181, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

/* line 1184, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

/* line 1186, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-white label.mm-toggle:before {
  background: white;
}

/* line 1188, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/* line 1191, resources/scss/_jquery.mmenu.all.scss */
html.mm-opened.mm-black .mm-page {
  box-shadow: none;
}

/* line 1194, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6);
}

/* line 1197, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-black .mm-list > li:after {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 1199, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-black .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.3);
}

/* line 1202, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}

/* line 1204, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 1206, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-black .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.25);
}

/* line 1209, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-black .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.15);
}

/* line 1211, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.15);
}

/* line 1215, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black;
}

/* line 1218, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-black .mm-buttonbar > * {
  border-color: rgba(255, 255, 255, 0.6);
}

/* line 1220, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-black .mm-buttonbar > input:checked + label {
  background: rgba(255, 255, 255, 0.6);
  color: black;
}

/* line 1224, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

/* line 1227, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3);
}

/* line 1230, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
}

/* line 1234, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
}

/* line 1237, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-black .mm-header .mm-prev:before,
.mm-menu.mm-black .mm-header .mm-next:after,
.mm-menu.mm-black .mm-header .mm-close:after {
  border-color: rgba(255, 255, 255, 0.3);
}

/* line 1242, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15);
}

/* line 1245, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

/* line 1248, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3);
}

/* line 1251, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}

/* line 1253, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-black label.mm-toggle:before {
  background: black;
}

/* line 1255, resources/scss/_jquery.mmenu.all.scss */
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/* $VARIABLES
/*------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?pj3e2d");
  src: url("fonts/icomoon.eot?pj3e2d#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?pj3e2d") format("truetype"), url("fonts/icomoon.woff?pj3e2d") format("woff"), url("fonts/icomoon.svg?pj3e2d#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 181, resources/scss/styles.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 195, resources/scss/styles.scss */
.icon-services:before {
  content: "\e917";
}

/* line 198, resources/scss/styles.scss */
.icon-home:before {
  content: "\e916";
}

/* line 201, resources/scss/styles.scss */
.icon-application:before {
  content: "\e915";
}

/* line 204, resources/scss/styles.scss */
.icon-networking:before {
  content: "\e913";
}

/* line 207, resources/scss/styles.scss */
.icon-service:before {
  content: "\e914";
}

/* line 210, resources/scss/styles.scss */
.icon-all:before, .icon-asterisk:before {
  content: "\e903";
}

/* line 213, resources/scss/styles.scss */
.icon-blog:before {
  content: "\e90b";
}

/* line 216, resources/scss/styles.scss */
.icon-case-study:before {
  content: "\e90c";
}

/* line 219, resources/scss/styles.scss */
.icon-collaboration:before {
  content: "\e90d";
}

/* line 222, resources/scss/styles.scss */
.icon-mobility:before {
  content: "\e90e";
}

/* line 225, resources/scss/styles.scss */
.icon-news:before {
  content: "\e921";
}

/* line 228, resources/scss/styles.scss */
.icon-paper:before {
  content: "\e922";
}

/* line 231, resources/scss/styles.scss */
.icon-security:before {
  content: "\e923";
}

/* line 234, resources/scss/styles.scss */
.icon-video:before {
  content: "\e932";
}

/* line 237, resources/scss/styles.scss */
.icon-quote-r:before {
  content: "\e911";
}

/* line 240, resources/scss/styles.scss */
.icon-quote-l:before {
  content: "\e912";
}

/* line 243, resources/scss/styles.scss */
.icon-awards:before {
  content: "\e90f";
}

/* line 246, resources/scss/styles.scss */
.icon-events:before {
  content: "\e910";
}

/* line 249, resources/scss/styles.scss */
.icon-api:before {
  content: "\e908";
}

/* line 252, resources/scss/styles.scss */
.icon-esb:before {
  content: "\e909";
}

/* line 255, resources/scss/styles.scss */
.icon-soa:before {
  content: "\e90a";
}

/* line 258, resources/scss/styles.scss */
.icon-business-transformation:before {
  content: "\e904";
}

/* line 261, resources/scss/styles.scss */
.icon-cloud-integration:before {
  content: "\e905";
}

/* line 264, resources/scss/styles.scss */
.icon-digital:before {
  content: "\e906";
}

/* line 267, resources/scss/styles.scss */
.icon-iot:before {
  content: "\e907";
}

/* line 270, resources/scss/styles.scss */
.icon-delTeam:before {
  content: "\e900";
}

/* line 273, resources/scss/styles.scss */
.icon-execTeam:before {
  content: "\e901";
}

/* line 276, resources/scss/styles.scss */
.icon-pracLeads:before {
  content: "\e902";
}

/* line 299, resources/scss/styles.scss */
.blue_bg {
  background-color: #152471;
}

/* line 300, resources/scss/styles.scss */
.yellow_bg {
  background-color: #e4bb3d;
}

/* line 301, resources/scss/styles.scss */
.green_bg {
  background-color: #89c258;
}

/* line 302, resources/scss/styles.scss */
.teal_bg {
  background-color: #67c7bd;
}

/* line 322, resources/scss/styles.scss */
.coloured-bg:not(.white):not(.light-blue) h1, .coloured-bg:not(.white):not(.light-blue) h2, .coloured-bg:not(.white):not(.light-blue) h3, .coloured-bg:not(.white):not(.light-blue) h4, .coloured-bg:not(.white):not(.light-blue) h5, .coloured-bg:not(.white):not(.light-blue) h6, .coloured-bg:not(.white):not(.light-blue) p, .coloured-bg:not(.white):not(.light-blue) ul, .coloured-bg:not(.white):not(.light-blue) ol, .coloured-bg:not(.white):not(.light-blue) .label, .coloured-bg:not(.white):not(.light-blue) label, .coloured-bg:not(.white):not(.light-blue) .text-muted, .coloured-bg:not(.white):not(.light-blue) input[type="file"] {
  color: #FFFFFF;
}

/* line 328, resources/scss/styles.scss */
.coloured-bg.white h1, .coloured-bg.white h2, .coloured-bg.white h3, .coloured-bg.white h4, .coloured-bg.white h5, .coloured-bg.white h6, .coloured-bg.white p, .coloured-bg.white ul, .coloured-bg.white ol, .coloured-bg.white .label, .coloured-bg.white label, .coloured-bg.white .text-muted, .coloured-bg.white input[type="file"], .coloured-bg.light-blue h1, .coloured-bg.light-blue h2, .coloured-bg.light-blue h3, .coloured-bg.light-blue h4, .coloured-bg.light-blue h5, .coloured-bg.light-blue h6, .coloured-bg.light-blue p, .coloured-bg.light-blue ul, .coloured-bg.light-blue ol, .coloured-bg.light-blue .label, .coloured-bg.light-blue label, .coloured-bg.light-blue .text-muted, .coloured-bg.light-blue input[type="file"] {
  color: #030b1f;
}

/* line 332, resources/scss/styles.scss */
.orange.coloured-bg a {
  color: #030b1f;
}

/* line 338, resources/scss/styles.scss */
.orange.btn,
button.orange {
  background-color: #fa671a;
  color: #FFFFFF;
}

/* line 343, resources/scss/styles.scss */
.orange.btn:hover {
  background-color: #dc4f05;
}

/* line 346, resources/scss/styles.scss */
.orange.btn:before {
  background-color: #fb7833 !important;
}

/* line 349, resources/scss/styles.scss */
.orange.btn-outline {
  border-color: #fa671a !important;
}

/* line 352, resources/scss/styles.scss */
.orange.btn-outline,
.banner-slider-content.orange h2 {
  color: #fa671a !important;
}

/* line 356, resources/scss/styles.scss */
.orange.btn:hover,
button.orange:hover,
.orange .coloured-bg .btn:not([href]):not([tabindex]):hover {
  background-color: #dc4f05;
}

/* line 363, resources/scss/styles.scss */
.orange.btn:not(.active) {
  background-color: #fa671a !important;
  border-color: #fa671a !important;
  color: #FFFFFF;
}

/* line 368, resources/scss/styles.scss */
.orange .coloured-bg {
  background-color: #fa671a;
}

/* line 372, resources/scss/styles.scss */
.orange.coloured-bg,
.orange.hero-image.has-background,
.orange-background {
  background-color: #fa671a !important;
}

/* line 378, resources/scss/styles.scss */
.orange .btn-outline:hover,
.orange .btn-outline span:hover,
.orange .coloured-bg .btn:hover,
.orange .coloured-bg a.btn:not([href]):not([tabindex]):hover,
.orange.btn:not(.active):hover {
  background-color: #dc4f05 !important;
  border-color: #dc4f05 !important;
  color: #FFFFFF !important;
}

/* line 387, resources/scss/styles.scss */
.orange .coloured-bg .btn,
.orange .coloured-bg a.btn:not([href]):not([tabindex]) {
  background-color: #FFFFFF;
}

/* line 391, resources/scss/styles.scss */
.orange.coloured {
  color: #fa671a !important;
}

/* line 338, resources/scss/styles.scss */
.white.btn,
button.white {
  background-color: #FFFFFF;
  color: #FFFFFF;
}

/* line 343, resources/scss/styles.scss */
.white.btn:hover {
  background-color: #e6e6e6;
}

/* line 346, resources/scss/styles.scss */
.white.btn:before {
  background-color: white !important;
}

/* line 349, resources/scss/styles.scss */
.white.btn-outline {
  border-color: #FFFFFF !important;
}

/* line 352, resources/scss/styles.scss */
.white.btn-outline,
.banner-slider-content.white h2 {
  color: #FFFFFF !important;
}

/* line 356, resources/scss/styles.scss */
.white.btn:hover,
button.white:hover,
.white .coloured-bg .btn:not([href]):not([tabindex]):hover {
  background-color: #e6e6e6;
}

/* line 363, resources/scss/styles.scss */
.white.btn:not(.active) {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
  color: #FFFFFF;
}

/* line 368, resources/scss/styles.scss */
.white .coloured-bg {
  background-color: #FFFFFF;
}

/* line 372, resources/scss/styles.scss */
.white.coloured-bg,
.white.hero-image.has-background,
.white-background {
  background-color: #FFFFFF !important;
}

/* line 378, resources/scss/styles.scss */
.white .btn-outline:hover,
.white .btn-outline span:hover,
.white .coloured-bg .btn:hover,
.white .coloured-bg a.btn:not([href]):not([tabindex]):hover,
.white.btn:not(.active):hover {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
  color: #FFFFFF !important;
}

/* line 387, resources/scss/styles.scss */
.white .coloured-bg .btn,
.white .coloured-bg a.btn:not([href]):not([tabindex]) {
  background-color: #FFFFFF;
}

/* line 391, resources/scss/styles.scss */
.white.coloured {
  color: #FFFFFF !important;
}

/* line 338, resources/scss/styles.scss */
.light-blue.btn,
button.light-blue {
  background-color: #eff2f4;
  color: #FFFFFF;
}

/* line 343, resources/scss/styles.scss */
.light-blue.btn:hover {
  background-color: #d1d9df;
}

/* line 346, resources/scss/styles.scss */
.light-blue.btn:before {
  background-color: #fefefe !important;
}

/* line 349, resources/scss/styles.scss */
.light-blue.btn-outline {
  border-color: #eff2f4 !important;
}

/* line 352, resources/scss/styles.scss */
.light-blue.btn-outline,
.banner-slider-content.light-blue h2 {
  color: #eff2f4 !important;
}

/* line 356, resources/scss/styles.scss */
.light-blue.btn:hover,
button.light-blue:hover,
.light-blue .coloured-bg .btn:not([href]):not([tabindex]):hover {
  background-color: #d1d9df;
}

/* line 363, resources/scss/styles.scss */
.light-blue.btn:not(.active) {
  background-color: #eff2f4 !important;
  border-color: #eff2f4 !important;
  color: #FFFFFF;
}

/* line 368, resources/scss/styles.scss */
.light-blue .coloured-bg {
  background-color: #eff2f4;
}

/* line 372, resources/scss/styles.scss */
.light-blue.coloured-bg,
.light-blue.hero-image.has-background,
.light-blue-background {
  background-color: #eff2f4 !important;
}

/* line 378, resources/scss/styles.scss */
.light-blue .btn-outline:hover,
.light-blue .btn-outline span:hover,
.light-blue .coloured-bg .btn:hover,
.light-blue .coloured-bg a.btn:not([href]):not([tabindex]):hover,
.light-blue.btn:not(.active):hover {
  background-color: #d1d9df !important;
  border-color: #d1d9df !important;
  color: #FFFFFF !important;
}

/* line 387, resources/scss/styles.scss */
.light-blue .coloured-bg .btn,
.light-blue .coloured-bg a.btn:not([href]):not([tabindex]) {
  background-color: #FFFFFF;
}

/* line 391, resources/scss/styles.scss */
.light-blue.coloured {
  color: #eff2f4 !important;
}

/* line 338, resources/scss/styles.scss */
.dark-blue-2.btn,
button.dark-blue-2 {
  background-color: #0c1524;
  color: #FFFFFF;
}

/* line 343, resources/scss/styles.scss */
.dark-blue-2.btn:hover {
  background-color: black;
}

/* line 346, resources/scss/styles.scss */
.dark-blue-2.btn:before {
  background-color: #051336 !important;
}

/* line 349, resources/scss/styles.scss */
.dark-blue-2.btn-outline {
  border-color: #0c1524 !important;
}

/* line 352, resources/scss/styles.scss */
.dark-blue-2.btn-outline,
.banner-slider-content.dark-blue-2 h2 {
  color: #0c1524 !important;
}

/* line 356, resources/scss/styles.scss */
.dark-blue-2.btn:hover,
button.dark-blue-2:hover,
.dark-blue-2 .coloured-bg .btn:not([href]):not([tabindex]):hover {
  background-color: black;
}

/* line 363, resources/scss/styles.scss */
.dark-blue-2.btn:not(.active) {
  background-color: #0c1524 !important;
  border-color: #0c1524 !important;
  color: #FFFFFF;
}

/* line 368, resources/scss/styles.scss */
.dark-blue-2 .coloured-bg {
  background-color: #0c1524;
}

/* line 372, resources/scss/styles.scss */
.dark-blue-2.coloured-bg,
.dark-blue-2.hero-image.has-background,
.dark-blue-2-background {
  background-color: #0c1524 !important;
}

/* line 378, resources/scss/styles.scss */
.dark-blue-2 .btn-outline:hover,
.dark-blue-2 .btn-outline span:hover,
.dark-blue-2 .coloured-bg .btn:hover,
.dark-blue-2 .coloured-bg a.btn:not([href]):not([tabindex]):hover,
.dark-blue-2.btn:not(.active):hover {
  background-color: black !important;
  border-color: black !important;
  color: #FFFFFF !important;
}

/* line 387, resources/scss/styles.scss */
.dark-blue-2 .coloured-bg .btn,
.dark-blue-2 .coloured-bg a.btn:not([href]):not([tabindex]) {
  background-color: #FFFFFF;
}

/* line 391, resources/scss/styles.scss */
.dark-blue-2.coloured {
  color: #0c1524 !important;
}

/* line 338, resources/scss/styles.scss */
.dark-blue.btn,
button.dark-blue {
  background-color: #030b1f;
  color: #FFFFFF;
}

/* line 343, resources/scss/styles.scss */
.dark-blue.btn:hover {
  background-color: black;
}

/* line 346, resources/scss/styles.scss */
.dark-blue.btn:before {
  background-color: #051336 !important;
}

/* line 349, resources/scss/styles.scss */
.dark-blue.btn-outline {
  border-color: #030b1f !important;
}

/* line 352, resources/scss/styles.scss */
.dark-blue.btn-outline,
.banner-slider-content.dark-blue h2 {
  color: #030b1f !important;
}

/* line 356, resources/scss/styles.scss */
.dark-blue.btn:hover,
button.dark-blue:hover,
.dark-blue .coloured-bg .btn:not([href]):not([tabindex]):hover {
  background-color: black;
}

/* line 363, resources/scss/styles.scss */
.dark-blue.btn:not(.active) {
  background-color: #030b1f !important;
  border-color: #030b1f !important;
  color: #FFFFFF;
}

/* line 368, resources/scss/styles.scss */
.dark-blue .coloured-bg {
  background-color: #030b1f;
}

/* line 372, resources/scss/styles.scss */
.dark-blue.coloured-bg,
.dark-blue.hero-image.has-background,
.dark-blue-background {
  background-color: #030b1f !important;
}

/* line 378, resources/scss/styles.scss */
.dark-blue .btn-outline:hover,
.dark-blue .btn-outline span:hover,
.dark-blue .coloured-bg .btn:hover,
.dark-blue .coloured-bg a.btn:not([href]):not([tabindex]):hover,
.dark-blue.btn:not(.active):hover {
  background-color: black !important;
  border-color: black !important;
  color: #FFFFFF !important;
}

/* line 387, resources/scss/styles.scss */
.dark-blue .coloured-bg .btn,
.dark-blue .coloured-bg a.btn:not([href]):not([tabindex]) {
  background-color: #FFFFFF;
}

/* line 391, resources/scss/styles.scss */
.dark-blue.coloured {
  color: #030b1f !important;
}

/* line 397, resources/scss/styles.scss */
span.white.btn {
  color: #030b1f !important;
}

/* line 404, resources/scss/styles.scss */
html, body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  scroll-behavior: smooth;
}

/* $WIREFRAME
/*------------------------------------*/
/* line 415, resources/scss/styles.scss */
html, body {
  /*	margin-bottom:100px;
Hack for large screens and blog auto load */
}

/* line 420, resources/scss/styles.scss */
a {
  transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}

@media only screen and (max-width: 768px) {
  /* line 430, resources/scss/styles.scss */
  .container {
    width: 93%;
  }
}

/* line 437, resources/scss/styles.scss */
header {
  background-color: #030b1f;
  padding: 15px 0px 15px 0px;
  width: 100%;
  z-index: 5;
  min-height: 10vh;
}

@media only screen and (max-width: 500px) {
  /* line 444, resources/scss/styles.scss */
  header .logo {
    margin-top: -20px;
    text-align: center;
  }
  /* line 448, resources/scss/styles.scss */
  header .logo img {
    display: inline-block;
    margin-bottom: 10px;
  }
}

/* line 454, resources/scss/styles.scss */
header .socialMedia {
  text-align: right;
  width: 100%;
}

/* line 457, resources/scss/styles.scss */
header .socialMedia a {
  margin-left: 15px;
}

/* line 461, resources/scss/styles.scss */
header .phoneRow {
  margin-top: 30px;
  margin-bottom: 15px;
}

/* line 465, resources/scss/styles.scss */
header .logo img {
  max-width: 225px;
  width: 100%;
}

@media only screen and (max-width: 500px) {
  /* line 469, resources/scss/styles.scss */
  header .logoWrap {
    text-align: center;
    width: 100%;
  }
  /* line 473, resources/scss/styles.scss */
  header .logoWrap > div {
    width: 100%;
  }
}

/* line 478, resources/scss/styles.scss */
header .contact {
  line-height: 10px;
  padding-top: 8px;
}

/* line 482, resources/scss/styles.scss */
header .phone {
  color: #152471;
  font-weight: 600;
  font-size: 1em;
  float: right;
}

/* line 487, resources/scss/styles.scss */
header .phone:hover {
  text-decoration: none;
  color: #fa671a;
}

/* line 491, resources/scss/styles.scss */
header .phone i {
  color: #fa671a;
}

/* line 495, resources/scss/styles.scss */
header .email {
  font-size: 10px;
  padding-left: 2px;
  color: #9b9b9b;
}

/* line 502, resources/scss/styles.scss */
header.header-white {
  border-top: solid 5px #fa671a;
  background-color: #FFFFFF;
}

/* line 505, resources/scss/styles.scss */
header.header-white .mobilebars {
  color: #030b1f;
}

/* line 508, resources/scss/styles.scss */
header.header-white .searchForm .form-group {
  border: solid 2px #eff2f4;
  padding-top: 3px;
  padding-bottom: 3px;
}

/* line 515, resources/scss/styles.scss */
header ul {
  padding-left: 0;
}

/* line 517, resources/scss/styles.scss */
header ul li {
  float: left;
  list-style-type: none;
  margin-right: 1em;
}

/* line 525, resources/scss/styles.scss */
header nav > ul {
  padding-left: 0;
  margin-bottom: 0px;
}

/* line 528, resources/scss/styles.scss */
header nav > ul > li {
  font-size: 1em;
  margin: 0px;
  float: left;
  list-style-type: none;
  margin-right: 5px;
  padding-top: 7px;
  padding-bottom: 8px;
}

/* line 536, resources/scss/styles.scss */
header nav > ul > li.active > a {
  color: #FFFFFF !important;
  background-color: #fa671a;
}

/* line 540, resources/scss/styles.scss */
header nav > ul > li > a {
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 3px;
  padding-bottom: 4px;
  font-family: 'Montserrat', sans-serif;
  border-radius: 30px;
}

/* line 548, resources/scss/styles.scss */
header nav > ul > li:hover {
  position: relative;
}

/* line 550, resources/scss/styles.scss */
header nav > ul > li:hover a {
  text-decoration: none;
  color: #fa671a;
}

/* line 554, resources/scss/styles.scss */
header nav > ul > li:hover ul {
  display: block !important;
}

/* line 558, resources/scss/styles.scss */
header nav > ul > li ul {
  background-color: #152471;
  font-size: 0.8125em;
  height: auto;
  left: 5px;
  padding: 0px 0;
  position: absolute;
  top: 35px;
  display: none;
  transition: all 0.3s ease-in-out 0s;
  width: 200px;
  text-align: left;
  z-index: 10;
}

/* line 571, resources/scss/styles.scss */
header nav > ul > li ul li {
  display: block;
  height: auto;
  width: 200px;
  padding: 0px;
}

/* line 576, resources/scss/styles.scss */
header nav > ul > li ul li.active a {
  color: #fa671a !important;
}

/* line 580, resources/scss/styles.scss */
header nav > ul > li ul li a:link, header nav > ul > li ul li a:visited {
  text-align: left;
  color: #FFFFFF;
  font-weight: 400;
  width: 100%;
  padding: 10px;
  display: block;
  line-height: 1;
  margin: 0px;
  text-decoration: none;
}

/* line 590, resources/scss/styles.scss */
header nav > ul > li ul li a:link:hover, header nav > ul > li ul li a:visited:hover {
  color: #fa671a;
}

/* line 604, resources/scss/styles.scss */
header ul li a {
  color: #152471;
}

/* line 610, resources/scss/styles.scss */
.header nav > ul > li.first {
  padding-top: 0px;
  line-height: 30px;
  margin-right: 10px;
}

/* line 616, resources/scss/styles.scss */
.header nav > ul > li.first > a {
  display: block;
  width: 100%;
  padding-right: 10px;
  height: 100%;
}

/* line 622, resources/scss/styles.scss */
.header nav > ul > li.first.active > a {
  background-color: #FFFFFF !important;
}

/* line 623, resources/scss/styles.scss */
.header nav > ul > li.first.active > a:before {
  color: #fa671a !important;
}

/* line 626, resources/scss/styles.scss */
.header nav > ul > li.first > a:before {
  padding-right: 0px;
  content: "\e916";
  color: #a6a6a6;
  font-size: 30px;
  font-family: 'icomoon' !important;
}

/* line 634, resources/scss/styles.scss */
.close-but {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 100;
  font-size: 20px;
  font-weight: 700;
}

/* line 642, resources/scss/styles.scss */
.close-but:hover {
  cursor: pointer;
}

/* line 648, resources/scss/styles.scss */
.valign {
  height: 100%;
  display: table !important;
  /* overflow: hidden; */
}

/* line 653, resources/scss/styles.scss */
.halign {
  width: 100%;
}

/* line 656, resources/scss/styles.scss */
.vac {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

/* line 662, resources/scss/styles.scss */
.vab {
  display: table-cell;
  vertical-align: bottom;
  float: none;
}

/* line 668, resources/scss/styles.scss */
.hac {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* line 673, resources/scss/styles.scss */
.noMargin {
  margin: 0px !important;
}

/* line 676, resources/scss/styles.scss */
.noPadding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* line 680, resources/scss/styles.scss */
.row.noPadding {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* line 684, resources/scss/styles.scss */
.animated {
  visibility: hidden;
}

/* line 687, resources/scss/styles.scss */
.visible {
  visibility: visible;
}

/* line 692, resources/scss/styles.scss */
.content-main-block.component-block-container {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

/* line 695, resources/scss/styles.scss */
.content-main-block.component-block-container h3 {
  text-align: center;
  margin-bottom: 40px;
}

/* line 699, resources/scss/styles.scss */
.content-main-block.component-block-container .component-content {
  margin-top: 30px;
  text-align: center;
}

/* line 705, resources/scss/styles.scss */
.component-block {
  text-align: center;
  padding: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 710, resources/scss/styles.scss */
.component-block .number {
  font-family: 'Montserrat', sans-serif;
  background-color: #fa671a;
  color: #FFFFFF;
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-weight: 900;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 0px;
}

/* line 726, resources/scss/styles.scss */
.component-block h4 {
  font-weight: 800;
}

/* Style the tab */
/* line 736, resources/scss/styles.scss */
.tab {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f4f5;
}

/* Style the buttons inside the tab */
/* line 745, resources/scss/styles.scss */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 10px;
  transition: 0.3s;
  font-size: 13px;
  font-weight: 600;
}

/* Change background color of buttons on hover */
/* line 758, resources/scss/styles.scss */
.tab button:hover {
  background-color: #fa671a;
  color: #FFFFFF;
}

/* Create an active/current tablink class */
/* line 764, resources/scss/styles.scss */
.tab button.active {
  background-color: #fa671a;
  color: #FFFFFF;
}

/* Style the tab content */
/* line 770, resources/scss/styles.scss */
.tabcontent {
  display: none;
  padding: 6px 12px;
  background-color: #ffffff;
  padding: 20px;
  border: solid 1px #EEEEEE;
  animation: fadeEffect 1s;
}

/* line 776, resources/scss/styles.scss */
.tabcontent.active {
  display: block;
}

/* Fade in tabs */

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 795, resources/scss/styles.scss */
table.data th {
  background-color: #fa671a;
  color: #ffffff;
  vertical-align: middle !important;
}

/* line 799, resources/scss/styles.scss */
table.data th .th-inner {
  white-space: normal !important;
  line-height: 1;
}

/* line 804, resources/scss/styles.scss */
table.data tr:hover,
table.data .table-hover tbody tr:hover {
  background-color: #152471 !important;
  color: #ffffff !important;
}

/* line 808, resources/scss/styles.scss */
table.data tr:hover span,
table.data .table-hover tbody tr:hover span {
  color: #ffffff !important;
}

/* line 812, resources/scss/styles.scss */
table.data tr:nth-child(even) {
  background-color: #FFFFFF;
}

/* line 815, resources/scss/styles.scss */
table.data tr:nth-child(odd) {
  background-color: #f5f5f5;
}

/* line 818, resources/scss/styles.scss */
table.data td {
  line-height: 1.25em;
  font-size: 12px;
}

/* line 822, resources/scss/styles.scss */
table.data td > table tr:nth-child(odd) {
  background-color: transparent !important;
}

/* line 826, resources/scss/styles.scss */
table.data td,
table.data th {
  font-size: 12px;
  position: relative;
  padding: 7px 10px;
  border-bottom: solid 1px #eeeeee;
}

/* line 833, resources/scss/styles.scss */
table.data td:hover::after,
table.data th:hover::after {
  content: "";
  position: absolute;
  background-color: #e4e4e4 !important;
  left: 0;
  top: -5000px;
  height: 10000px;
  width: 100%;
  z-index: -1;
}

/* line 844, resources/scss/styles.scss */
table.data td:focus::after,
table.data th:focus::after {
  content: "";
  background-color: #152471;
  position: absolute;
  left: 0;
  height: 10000px;
  top: -5000px;
  width: 100%;
  z-index: -1;
}

/* line 855, resources/scss/styles.scss */
table.data td:focus::before {
  background-color: #152471;
  content: "";
  height: 100%;
  top: 0;
  left: -5000px;
  position: absolute;
  width: 10000px;
  z-index: -1;
}

/* $TYPOGRAPHICAL
/*------------------------------------*/
/* line 873, resources/scss/styles.scss */
h1, h2, h3, h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

/* line 877, resources/scss/styles.scss */
h1, h3, h4 {
  color: #152471;
}

/* line 880, resources/scss/styles.scss */
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.1875em;
}

@media only screen and (max-width: 767px) {
  /* line 880, resources/scss/styles.scss */
  h1 {
    font-size: 1.625em;
  }
}

/* line 887, resources/scss/styles.scss */
h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.625em;
  color: #fa671a;
}

@media only screen and (max-width: 767px) {
  /* line 887, resources/scss/styles.scss */
  h2 {
    font-size: 1.375em;
  }
}

/* line 894, resources/scss/styles.scss */
h2.sectionTitle {
  margin-bottom: 50px;
  font-size: 3.5em;
  font-weight: 700;
  letter-spacing: -0.025em;
}

@media only screen and (max-width: 768px) {
  /* line 894, resources/scss/styles.scss */
  h2.sectionTitle {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 767px) {
  /* line 894, resources/scss/styles.scss */
  h2.sectionTitle {
    margin-bottom: 8px;
  }
}

/* line 906, resources/scss/styles.scss */
h2.sectionSubTitle {
  margin-bottom: 50px;
  font-size: 1.125em;
  letter-spacing: -0.025em;
  font-weight: 700;
  position: relative;
}

/* line 912, resources/scss/styles.scss */
h2.sectionSubTitle span {
  display: inline-block;
  background-color: #FFFFFF;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 1;
  position: relative;
}

/* line 920, resources/scss/styles.scss */
h2.sectionSubTitle a {
  color: #030b1f;
}

/* line 921, resources/scss/styles.scss */
h2.sectionSubTitle a:hover {
  color: #fa671a;
}

/* line 924, resources/scss/styles.scss */
h2.sectionSubTitle:before {
  z-index: 0;
  position: absolute;
  width: 100%;
  content: '';
  left: 0px;
  top: 50%;
  background-color: #919bb3;
  height: 1px;
}

@media only screen and (max-width: 767px) {
  /* line 906, resources/scss/styles.scss */
  h2.sectionSubTitle {
    margin-bottom: 8px;
  }
}

/* line 940, resources/scss/styles.scss */
h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.375em;
}

@media only screen and (max-width: 767px) {
  /* line 940, resources/scss/styles.scss */
  h3 {
    font-size: 1.125em;
  }
}

/* line 947, resources/scss/styles.scss */
h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1875em;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  /* line 947, resources/scss/styles.scss */
  h4 {
    font-size: 1.125em;
  }
}

/* line 955, resources/scss/styles.scss */
p {
  color: #545c62;
  line-height: 1.75em;
}

/* line 960, resources/scss/styles.scss */
.breakout {
  text-align: right;
  color: #152471;
  margin-top: 0px;
}

@media only screen and (max-width: 767px) {
  /* line 960, resources/scss/styles.scss */
  .breakout {
    text-align: center;
  }
}

/* line 971, resources/scss/styles.scss */
aside ul {
  list-style-type: none !important;
  padding-left: 0px;
  font-size: 1em;
}

/* line 975, resources/scss/styles.scss */
aside ul li {
  margin-bottom: 10px;
}

/* line 982, resources/scss/styles.scss */
.content ul, .content ol {
  color: #545c62;
  line-height: 1.5em;
}

/* line 987, resources/scss/styles.scss */
.content h2 {
  color: #fa671a;
}

/* line 990, resources/scss/styles.scss */
.content ul {
  padding-left: 15px;
  list-style-type: none;
}

/* line 993, resources/scss/styles.scss */
.content ul li::before {
  color: #fa671a;
  content: "\f105";
  font-family: FontAwesome;
  margin-left: -20px;
  font-size: 16px;
  padding-right: 10px;
}

/* line 1002, resources/scss/styles.scss */
.content li {
  padding-left: 15px;
  margin-bottom: 8px;
}

/* line 1009, resources/scss/styles.scss */
.sidebar-wrap {
  background: #e5e5e5;
  padding: 30px;
}

/* line 1015, resources/scss/styles.scss */
.introtext, .introText {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.0175em;
  line-height: 1.325em;
}

/* line 1021, resources/scss/styles.scss */
main {
  padding-top: 30px;
  padding-right: 30px;
}

/* line 1024, resources/scss/styles.scss */
main p, main ul {
  margin-bottom: 15px;
}

/* line 1028, resources/scss/styles.scss */
main ul {
  margin-bottom: 30px;
  margin-top: -10px;
}

/* line 1033, resources/scss/styles.scss */
main .introtext {
  font-size: 22px;
}

/* line 1035, resources/scss/styles.scss */
main .introtext p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.25em;
}

/* line 1042, resources/scss/styles.scss */
h4 {
  margin-top: 20px;
}

/* line 1045, resources/scss/styles.scss */
.introText {
  font-size: 1.125em;
  line-height: 1.15em;
  color: #6c6f7f;
  font-family: 'Montserrat', sans-serif;
}

/* line 1054, resources/scss/styles.scss */
.introText {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  /* line 1054, resources/scss/styles.scss */
  .introText {
    margin-bottom: 30px;
  }
}

/* line 1066, resources/scss/styles.scss */
aside {
  padding: 30px !important;
  background-color: #FFFFFF;
}

@media only screen and (max-width: 767px) {
  /* line 1066, resources/scss/styles.scss */
  aside {
    text-align: left;
  }
}

/* line 1073, resources/scss/styles.scss */
aside h4:first-of-type {
  margin-top: 0px;
}

/* line 1077, resources/scss/styles.scss */
aside .resourceList span {
  text-transform: uppercase;
  font-size: 0.6875em;
}

/* line 1081, resources/scss/styles.scss */
aside .resourceList p {
  font-size: 1em;
  color: #545c62;
  line-height: 1.2em;
  font-weight: 300;
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
}

/* line 1089, resources/scss/styles.scss */
aside .resourceList li {
  padding-right: 20px;
  border-bottom: solid 1px #fff;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 1095, resources/scss/styles.scss */
aside .resourceList li:after {
  content: '\f105';
  font-size: 22px;
  font-family: "FontAwesome";
  position: absolute;
  color: #fa671a;
  top: 50%;
  right: 0px;
  margin-top: -15px;
}

/* line 1106, resources/scss/styles.scss */
aside .resourceList li h4 {
  font-size: 0.9em;
}

/* line 1109, resources/scss/styles.scss */
aside .resourceList li a {
  text-decoration: none;
}

/* line 1112, resources/scss/styles.scss */
aside .resourceList li a:hover {
  text-decoration: none;
}

/* line 1114, resources/scss/styles.scss */
aside .resourceList li a:hover p {
  color: #fa671a;
}

/* line 1120, resources/scss/styles.scss */
.resourcesButton {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

/* line 1126, resources/scss/styles.scss */
.postList {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: solid 1px #e5e5e5;
}

/* line 1132, resources/scss/styles.scss */
.postList .title {
  margin-bottom: 10px;
  margin-top: 0px !important;
}

/* line 1136, resources/scss/styles.scss */
.postList .date {
  font-size: .825em;
  color: #545c62;
}

/* line 1140, resources/scss/styles.scss */
.postList .description {
  font-size: 0.875em;
  line-height: 1.5em;
}

/* line 1147, resources/scss/styles.scss */
.archives span {
  color: #545c62;
}

/* line 1150, resources/scss/styles.scss */
.archives ul li {
  padding: 3px;
  margin-bottom: 0px;
  font-size: .875em;
}

/* line 1155, resources/scss/styles.scss */
.archives > li:hover span {
  color: #fa671a;
}

/* line 1158, resources/scss/styles.scss */
.archives > li:after {
  color: #fa671a;
  content: "\f107";
  position: absolute;
  right: 20px;
  font-family: FontAwesome;
  font-size: 22px;
  padding-right: 10px;
}

/* line 1168, resources/scss/styles.scss */
.archives.active > li:after {
  content: "\f106";
}

/* line 1175, resources/scss/styles.scss */
.pointer {
  cursor: pointer;
}

/* line 1178, resources/scss/styles.scss */
.slick-slider {
  margin-bottom: 0px;
}

/* line 1181, resources/scss/styles.scss */
.slick-slide {
  outline: none;
}

/* line 1184, resources/scss/styles.scss */
.slick-list {
  padding: 0px !important;
}

/* line 1187, resources/scss/styles.scss */
.slick-no-slide .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
}

/*
.slick-no-slide .slick-track {
    width: 100% !important;
    text-align: center;
    transform: inherit !important;
}
.slick-no-slide .slick-slide {
    float: none;
    display: inline-block;
}	
*/
/* line 1204, resources/scss/styles.scss */
.btn-arrow::after {
  content: '\f105';
  padding-left: 15px;
  font-size: 13px;
  font-family: "FontAwesome";
}

/* line 1212, resources/scss/styles.scss */
.btn, input[type=submit], input[type=button], .ao-form-submit {
  font-weight: 700;
  color: #FFFFFF;
  font-size: 1em;
  border-radius: 30px;
  padding: 8px 20px;
  border: none;
  background-color: #ff7b21;
  outline: none;
  min-width: 140px;
  transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}

/* line 1228, resources/scss/styles.scss */
.btn:hover, .btn:focus, input[type=submit]:hover, input[type=submit]:focus, input[type=button]:hover, input[type=button]:focus, .ao-form-submit:hover, .ao-form-submit:focus {
  color: #fa671a;
  background-color: #20314f;
}

/* line 1236, resources/scss/styles.scss */
.ao-input-block > label, .ao-combo-block > label {
  color: #fa671a !important;
}

/* line 1240, resources/scss/styles.scss */
label {
  font-weight: 400;
}

/* line 1244, resources/scss/styles.scss */
.ao-form .ao-combo-label input {
  margin-top: 0px;
}

/* line 1248, resources/scss/styles.scss */
.ao-input-block, .ao-combo-block {
  padding-right: 10px;
  padding-left: 10px;
}

/* line 1252, resources/scss/styles.scss */
.ao-form-submit {
  font-size: 1.125em !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700 !important;
  border-radius: 30px !important;
  padding: 12px 30px !important;
}

@media only screen and (max-width: 768px) {
  /* line 1261, resources/scss/styles.scss */
  .ao-row {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  /* line 1266, resources/scss/styles.scss */
  .ao-column-6 {
    width: 100% !important;
  }
}

/* line 1272, resources/scss/styles.scss */
.link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: .8125em;
}

/* line 1276, resources/scss/styles.scss */
.link:hover {
  text-decoration: none;
}

/* line 1278, resources/scss/styles.scss */
.link::after {
  content: '\f105';
  padding-left: 15px;
  font-size: 13px;
  font-family: "FontAwesome";
}

/* line 1286, resources/scss/styles.scss */
.btn.blue {
  background-color: #08b5f4;
  color: #FFFFFF;
  border: solid 2px #08b5f4;
}

/* line 1292, resources/scss/styles.scss */
.btn.white {
  color: #FFFFFF;
  border: solid 2px #FFFFFF;
}

/* line 1297, resources/scss/styles.scss */
.btn.onDark:hover, .btn.onDark:focus, .btn.onDark:active {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 1301, resources/scss/styles.scss */
.btn.sml {
  padding: 2px 10px;
  font-size: 0.8125em;
}

/* line 1305, resources/scss/styles.scss */
.btn-large {
  padding: 12px 30px;
  font-size: 1.125em;
  font-weight: 700;
  min-width: 160px;
}

/* line 1316, resources/scss/styles.scss */
.btn.gradient, .ao-form-submit {
  background: linear-gradient(-55deg, #de3116, #f76c11) !important;
  background-size: 100%;
  display: inline-block;
  position: relative;
  z-index: 100;
}

/* line 1323, resources/scss/styles.scss */
.btn.gradient:before, .ao-form-submit:before {
  border-radius: inherit;
  background: linear-gradient(-55deg, #f76c11, #de3116) !important;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: opacity 0.45s;
  -o-transition: opacity 0.45s;
  -ms-transition: opacity 0.45s;
  -moz-transition: opacity 0.45s;
  -webkit-transition: opacity 0.45s;
}

/* line 1341, resources/scss/styles.scss */
.btn.gradient:hover, .btn.gradient:active, .btn.gradient:focus, .ao-form-submit:hover, .ao-form-submit:active, .ao-form-submit:focus {
  color: #FFFFFF;
}

/* line 1343, resources/scss/styles.scss */
.btn.gradient:hover:before, .btn.gradient:active:before, .btn.gradient:focus:before, .ao-form-submit:hover:before, .ao-form-submit:active:before, .ao-form-submit:focus:before {
  opacity: 1;
}

/* $IMAGES
/*------------------------------------*/
/* line 1355, resources/scss/styles.scss */
svg {
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

/* line 1364, resources/scss/styles.scss */
.path {
  stroke-dashoffset: 500;
  stroke-dasharray: 500;
}

@media only screen and (max-width: 767px) {
  /* line 1364, resources/scss/styles.scss */
  .path {
    display: none;
  }
}

/* line 1372, resources/scss/styles.scss */
.accordionButton, .accordion_button {
  cursor: pointer;
}

/* line 1375, resources/scss/styles.scss */
.accordion_button:not(.btn) {
  color: #152471;
  margin-bottom: 0px;
  padding-top: 5px;
}

/* $LAYOUT
/*------------------------------------*/
/* line 1383, resources/scss/styles.scss */
#mobile-menu-butt {
  z-index: 100;
  position: relative;
}

/* line 1387, resources/scss/styles.scss */
.mobilebars {
  float: right;
  font-size: 30px;
  cursor: pointer;
  margin-right: 20px;
}

/* line 1392, resources/scss/styles.scss */
.mobilebars:hover {
  color: #fa671a;
}

/* line 1396, resources/scss/styles.scss */
.mobileNav {
  display: none;
}

/* line 1398, resources/scss/styles.scss */
.mobileNav .active > a {
  color: #152471;
}

/* line 1403, resources/scss/styles.scss */
.center {
  text-align: center;
}

/* line 1407, resources/scss/styles.scss */
.bgTexture {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/background.jpg);
}

/* line 1416, resources/scss/styles.scss */
.invisible {
  opacity: 0;
}

/* line 1419, resources/scss/styles.scss */
.svgLineWrapper {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -478px;
}

/* line 1425, resources/scss/styles.scss */
.svgSolutionWrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* line 1433, resources/scss/styles.scss */
.svgSolutionWrapperStatic {
  z-index: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.1s linear 0s;
}

/* line 1442, resources/scss/styles.scss */
.svgSolutionWrapperStatic .st1 {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
}

/* line 1447, resources/scss/styles.scss */
.svgSolutionWrapperStatic.active {
  transition: opacity 0.3s linear 0.3s;
  transition: opacity 0.3s linear 0.3s;
  opacity: 1;
}

/* line 1451, resources/scss/styles.scss */
.svgSolutionWrapperStatic.active .st1 {
  transition: stroke-dashoffset 1.2s linear 0.5s;
  stroke-dasharray: 500;
  stroke-dashoffset: 0;
}

/* line 1458, resources/scss/styles.scss */
#svgSolutionStatic {
  z-index: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  /* line 1458, resources/scss/styles.scss */
  #svgSolutionStatic {
    display: none !important;
  }
}

@keyframes color-change {
  0% {
    color: #FFFFFF;
  }
  40% {
    color: #FFFFFF;
  }
  50% {
    color: #fa671a;
  }
  60% {
    color: #FFFFFF;
  }
  100% {
    color: #FFFFFF;
  }
}

/* line 1510, resources/scss/styles.scss */
.home-hero {
  position: relative;
}

/* line 1512, resources/scss/styles.scss */
.home-hero .home-hero-outer {
  min-height: 90vh;
  padding: 0px;
  position: relative;
}

@media (orientation: portrait) {
  /* line 1512, resources/scss/styles.scss */
  .home-hero .home-hero-outer {
    min-height: 67vh;
  }
}

@media only screen and (max-width: 500px) {
  /* line 1512, resources/scss/styles.scss */
  .home-hero .home-hero-outer {
    min-height: 450px;
  }
}

/* line 1523, resources/scss/styles.scss */
.home-hero .home-hero-image {
  background-image: url(../images/home-hero-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #030b1f;
}

/* line 1529, resources/scss/styles.scss */
.home-hero .home-hero-image .js-home-hero-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* line 1545, resources/scss/styles.scss */
.home-hero .home-hero-item {
  font-size: calc(1rem + 0.65vw);
  z-index: 3;
  padding: 2vh 1vw;
  font-weight: 700;
  letter-spacing: -0.025em;
  position: absolute;
  width: 23vw;
  cursor: pointer;
  line-height: 1em;
  font-family: 'Montserrat', sans-serif;
  opacity: 1;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 1558, resources/scss/styles.scss */
.home-hero .home-hero-item a {
  color: #FFFFFF;
  animation: color-change 5s infinite;
  text-decoration: none;
}

/* line 1568, resources/scss/styles.scss */
.home-hero .home-hero-item:nth-of-type(1) a {
  animation-delay: 0s;
}

/* line 1571, resources/scss/styles.scss */
.home-hero .home-hero-item:nth-of-type(2) a {
  animation-delay: 0.5s;
}

/* line 1574, resources/scss/styles.scss */
.home-hero .home-hero-item:nth-of-type(4) a {
  animation-delay: 1s;
}

/* line 1577, resources/scss/styles.scss */
.home-hero .home-hero-item:nth-of-type(3) a {
  animation-delay: 2s;
}

/* line 1580, resources/scss/styles.scss */
.home-hero .home-hero-item:nth-of-type(5) a {
  animation-delay: 1.5s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 1545, resources/scss/styles.scss */
  .home-hero .home-hero-item {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1545, resources/scss/styles.scss */
  .home-hero .home-hero-item {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 1545, resources/scss/styles.scss */
  .home-hero .home-hero-item {
    font-size: 18px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 1545, resources/scss/styles.scss */
  .home-hero .home-hero-item {
    font-size: 14px;
  }
}

/* line 1601, resources/scss/styles.scss */
.home-hero .home-hero-item.inactive {
  opacity: 0.2;
  animation: none;
}

/* line 1608, resources/scss/styles.scss */
.home-hero .home-hero-item.inactive a {
  color: #F26422 !important;
}

/* line 1611, resources/scss/styles.scss */
.home-hero .home-hero-item.active {
  opacity: 1;
}

/* line 1612, resources/scss/styles.scss */
.home-hero .home-hero-item.active a {
  color: #F26422 !important;
}

@media only screen and (max-width: 992px) {
  /* line 1545, resources/scss/styles.scss */
  .home-hero .home-hero-item {
    width: 33vw;
  }
}

/* line 1618, resources/scss/styles.scss */
.home-hero .home-hero-item:nth-of-type(1) {
  top: 4%;
  left: 50%;
  margin-left: -12vw;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  /* line 1618, resources/scss/styles.scss */
  .home-hero .home-hero-item:nth-of-type(1) {
    margin-left: -16vw;
  }
}

/* line 1627, resources/scss/styles.scss */
.home-hero .home-hero-item:nth-of-type(2) {
  top: 30%;
  left: 0%;
  text-align: right;
}

/* line 1632, resources/scss/styles.scss */
.home-hero .home-hero-item:nth-of-type(3) {
  top: 30%;
  right: 0%;
  text-align: left;
}

/* line 1638, resources/scss/styles.scss */
.home-hero .home-hero-item:nth-of-type(4) {
  bottom: 22%;
  left: 0%;
  text-align: right;
}

@media only screen and (max-width: 992px) {
  /* line 1638, resources/scss/styles.scss */
  .home-hero .home-hero-item:nth-of-type(4) {
    margin-left: -16vw;
  }
}

/* line 1647, resources/scss/styles.scss */
.home-hero .home-hero-item:nth-of-type(5) {
  bottom: 22%;
  right: 8%;
  margin-left: -12vw;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  /* line 1647, resources/scss/styles.scss */
  .home-hero .home-hero-item:nth-of-type(5) {
    margin-left: -16vw;
  }
}

@media only screen and (max-width: 500px) {
  /* line 1545, resources/scss/styles.scss */
  .home-hero .home-hero-item {
    text-align: left !important;
    position: relative !important;
    margin-left: 0px !important;
    left: 0px !important;
    padding-left: 20px;
    font-size: 1.25em;
    width: 50%;
  }
}

/* line 1669, resources/scss/styles.scss */
.home-hero .home-hero-item:hover {
  color: #F26422;
  animation: none;
}

/* line 1680, resources/scss/styles.scss */
.home-hero .branches {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 1686, resources/scss/styles.scss */
.home-hero .branches .branch {
  width: 15vw;
  position: absolute;
}

@media only screen and (max-width: 992px) {
  /* line 1686, resources/scss/styles.scss */
  .home-hero .branches .branch {
    width: 20vw;
  }
}

@media only screen and (max-width: 767px) {
  /* line 1686, resources/scss/styles.scss */
  .home-hero .branches .branch {
    width: 28vw;
  }
}

/* line 1695, resources/scss/styles.scss */
.home-hero .branches .branch h3 {
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 1695, resources/scss/styles.scss */
  .home-hero .branches .branch h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  /* line 1695, resources/scss/styles.scss */
  .home-hero .branches .branch h3 {
    font-size: 13px;
    font-weight: 400;
  }
}

/* line 1709, resources/scss/styles.scss */
.home-hero .branches .branch p {
  font-size: 13px;
  line-height: 16px;
  color: #bec0cc;
}

@media only screen and (max-height: 1000px) {
  /* line 1709, resources/scss/styles.scss */
  .home-hero .branches .branch p {
    display: none;
  }
}

@media only screen and (max-width: 1500px) {
  /* line 1709, resources/scss/styles.scss */
  .home-hero .branches .branch p {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 1709, resources/scss/styles.scss */
  .home-hero .branches .branch p {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1709, resources/scss/styles.scss */
  .home-hero .branches .branch p {
    display: none;
  }
}

/* line 1726, resources/scss/styles.scss */
.home-hero .branches .branch:nth-of-type(1) {
  top: 10vh;
  left: 25vw;
  margin-left: -10vw;
  text-align: right;
}

/* line 1732, resources/scss/styles.scss */
.home-hero .branches .branch:nth-of-type(2) {
  top: 39%;
  left: 15vw;
  margin-left: -10vw;
  text-align: right;
}

/* line 1738, resources/scss/styles.scss */
.home-hero .branches .branch:nth-of-type(7) {
  top: 60%;
  left: 15vw;
  margin-left: -10vw;
  text-align: right;
}

/* line 1744, resources/scss/styles.scss */
.home-hero .branches .branch:nth-of-type(4) {
  top: 10vh;
  right: 10vw;
  margin-left: -10vw;
}

/* line 1749, resources/scss/styles.scss */
.home-hero .branches .branch:nth-of-type(5) {
  top: 50%;
  right: 5vw;
  margin-left: -10vw;
}

/* line 1754, resources/scss/styles.scss */
.home-hero .branches .branch:nth-of-type(6) {
  bottom: 16vh;
  right: 14vw;
  margin-left: -10vw;
}

/* line 1759, resources/scss/styles.scss */
.home-hero .branches .branch:nth-of-type(3) {
  bottom: 10vh;
  left: 25vw;
  text-align: right;
  margin-left: -10vw;
}

@media only screen and (max-width: 500px) {
  /* line 1686, resources/scss/styles.scss */
  .home-hero .branches .branch {
    text-align: left !important;
    position: relative !important;
    margin-left: 0px !important;
    left: 55% !important;
    width: 40% !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin-top: 15px;
  }
  /* line 1777, resources/scss/styles.scss */
  .home-hero .branches .branch h3:before {
    font-family: "FontAwesome";
    content: "\f10c";
    color: #fa671a;
    font-weight: bold;
    display: inline-block;
    width: 20px;
    margin-left: -19px;
    font-size: 12px;
  }
  /* line 1787, resources/scss/styles.scss */
  .home-hero .branches .branch h3 {
    line-height: 1.325em !important;
  }
}

@media only screen and (max-width: 500px) {
  /* line 1797, resources/scss/styles.scss */
  .home-hero .hero-content {
    border: none !important;
    bottom: 0px !important;
    top: auto !important;
    left: 50%;
    margin-left: 0px;
    background-color: transparent !important;
  }
}

/* line 1809, resources/scss/styles.scss */
.home-hero .circle {
  position: absolute;
  border: solid 6px #F26422;
  left: 50%;
  top: 50%;
  margin-left: -11vw;
  margin-top: -11vw;
  border-radius: 50%;
  width: 22vw;
  height: 22vw;
  padding: 2vw;
  z-index: 2;
  text-align: center;
  background-color: rgba(3, 11, 31, 0.9);
  overflow: hidden;
  transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}

@media only screen and (max-width: 1500px) {
  /* line 1809, resources/scss/styles.scss */
  .home-hero .circle {
    width: 25vw;
    height: 25vw;
    margin-left: -13vw;
    margin-top: -13vw;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 1809, resources/scss/styles.scss */
  .home-hero .circle {
    width: 30vw;
    height: 30vw;
    margin-left: -15vw;
    margin-top: -15vw;
  }
}

@media only screen and (max-width: 768px) {
  /* line 1809, resources/scss/styles.scss */
  .home-hero .circle {
    width: 28vw;
    height: 28vw;
    margin-left: -14vw;
    margin-top: -14vw;
    border: solid 3px #F26422;
  }
  /* line 1852, resources/scss/styles.scss */
  .home-hero .circle .btn {
    padding: 5px 20px;
    font-size: 14px;
    min-width: 0px;
  }
  /* line 1857, resources/scss/styles.scss */
  .home-hero .circle .btn span {
    display: none;
  }
}

/* line 1864, resources/scss/styles.scss */
.home-hero .circle h2 {
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.025em;
}

@media only screen and (max-width: 1500px) {
  /* line 1864, resources/scss/styles.scss */
  .home-hero .circle h2 {
    display: none;
  }
}

/* line 1873, resources/scss/styles.scss */
.home-hero .circle p {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1.5em;
}

@media only screen and (max-width: 992px) {
  /* line 1873, resources/scss/styles.scss */
  .home-hero .circle p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  /* line 1873, resources/scss/styles.scss */
  .home-hero .circle p {
    display: none;
  }
}

/* line 1889, resources/scss/styles.scss */
.related-resources {
  padding: 75px 0px;
}

/* line 1891, resources/scss/styles.scss */
.related-resources .btn {
  margin-top: 30px;
}

/* line 1898, resources/scss/styles.scss */
section.latest-resources {
  padding: 75px 0px;
  background-image: url(../images/resources-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 1905, resources/scss/styles.scss */
section.partners-logos {
  padding: 50px 0px 70px 0px;
}

/* line 1908, resources/scss/styles.scss */
section.homeSection {
  padding: 20px 0px 30px 0px;
}

/* line 1910, resources/scss/styles.scss */
section.homeSection .btn {
  margin-top: 20px;
}

/* line 1913, resources/scss/styles.scss */
section.homeSection h1 {
  font-size: 3.75em;
  font-weight: 700;
  letter-spacing: -0.025em;
}

@media only screen and (max-width: 768px) {
  /* line 1913, resources/scss/styles.scss */
  section.homeSection h1 {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 767px) {
  /* line 1913, resources/scss/styles.scss */
  section.homeSection h1 {
    margin-bottom: 8px;
  }
}

/* line 1934, resources/scss/styles.scss */
section blockquote {
  padding: 0px;
  margin: 0px;
  border: 0px;
  color: #152471;
  font-family: 'Open Sans', sans-serif;
}

/* line 1941, resources/scss/styles.scss */
section.center {
  text-align: center;
}

/* line 1944, resources/scss/styles.scss */
section.blue {
  background-color: #152471;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 1949, resources/scss/styles.scss */
section.lt-grey {
  background-color: #fafafa;
}

/* line 1952, resources/scss/styles.scss */
section.grey {
  background-color: #f1f4f5;
}

/* line 1954, resources/scss/styles.scss */
section.grey h2 {
  margin-bottom: 25px;
}

/* line 1961, resources/scss/styles.scss */
section.sectionBreak {
  padding: 50px 0px;
}

@media only screen and (max-width: 768px) {
  /* line 1966, resources/scss/styles.scss */
  .bannerImage .container-fluid {
    max-width: 93%;
  }
}

@media only screen and (max-width: 768px) {
  /* line 1973, resources/scss/styles.scss */
  .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* line 1980, resources/scss/styles.scss */
.bannerImage, .blogBannerImage, .campaignBannerImage {
  padding: 100px 0px 50px 0px;
  background-size: cover;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  /* line 1980, resources/scss/styles.scss */
  .bannerImage, .blogBannerImage, .campaignBannerImage {
    padding: 50px 0px 50px 0px;
  }
}

/* line 1988, resources/scss/styles.scss */
.bannerImage h1, .blogBannerImage h1, .campaignBannerImage h1 {
  font-size: 4.375em;
  color: #FFFFFF;
  margin: 0px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  /* line 1988, resources/scss/styles.scss */
  .bannerImage h1, .blogBannerImage h1, .campaignBannerImage h1 {
    font-size: 2.5em;
  }
}

/* line 1997, resources/scss/styles.scss */
.bannerImage p, .bannerImage h2, .blogBannerImage p, .blogBannerImage h2, .campaignBannerImage p, .campaignBannerImage h2 {
  color: #FFFFFF;
}

/* line 2000, resources/scss/styles.scss */
.bannerImage .bannerLogo, .blogBannerImage .bannerLogo, .campaignBannerImage .bannerLogo {
  margin-left: auto;
  margin-right: auto;
}

/* line 2006, resources/scss/styles.scss */
.bannerImage.solutionBanner-mk2 {
  padding-bottom: 0px;
}

/* line 2008, resources/scss/styles.scss */
.bannerImage.solutionBanner-mk2 h1, .bannerImage.solutionBanner-mk2 h2, .bannerImage.solutionBanner-mk2 p {
  color: #030b1f;
}

/* line 2011, resources/scss/styles.scss */
.bannerImage.solutionBanner-mk2 h1 {
  font-size: calc(1.75rem + 2.75vw);
  font-weight: 800;
}

/* line 2019, resources/scss/styles.scss */
.faq-section-title, .services-section-title {
  font-size: clamp(2.5rem, 4.2vw, 50px);
  color: #022c5e;
  font-weight: 800;
  margin-bottom: 30px;
}

/* line 2026, resources/scss/styles.scss */
.services-section {
  padding-top: 7vh;
  padding-bottom: 7vh;
  background-color: #eff2f4;
}

/* line 2031, resources/scss/styles.scss */
.services-section .services-list {
  margin-top: 5vh;
  display: flex;
  flex-wrap: wrap;
}

/* line 2035, resources/scss/styles.scss */
.services-section .services-list .services-icon {
  margin-top: 20px;
  padding-right: 30px;
}

/* line 2039, resources/scss/styles.scss */
.services-section .services-list h3 {
  font-weight: 800;
}

/* line 2042, resources/scss/styles.scss */
.services-section .services-list ul, .services-section .services-list ol, .services-section .services-list p {
  line-height: 1.625em;
  color: #131415;
  font-weight: 500;
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
}

/* line 2053, resources/scss/styles.scss */
.page-navigation {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1.5em;
  font-size: clamp(1em, 1.125vw, 1.5em);
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
}

/* line 2061, resources/scss/styles.scss */
.page-navigation a {
  text-decoration: underline;
  font-weight: 900;
}

/* line 2066, resources/scss/styles.scss */
.conclusion-section {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  /* line 2066, resources/scss/styles.scss */
  .conclusion-section {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 2074, resources/scss/styles.scss */
.conclusion-section h2 {
  font-weight: 500;
}

/* line 2080, resources/scss/styles.scss */
.form-section {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

/* line 2083, resources/scss/styles.scss */
.form-section h2 {
  line-height: 1.25em;
}

/* line 2088, resources/scss/styles.scss */
.stats-section {
  padding-top: 4vh;
  padding-bottom: 4vh;
  background-color: #fa671a;
}

/* line 2092, resources/scss/styles.scss */
.stats-section * {
  color: #FFF;
}

/* line 2093, resources/scss/styles.scss */
.stats-section h2 {
  font-size: 55px;
  margin-bottom: 4px;
  font-weight: 900;
  font-size: clamp(35px, 4.2vw, 55px);
}

/* line 2100, resources/scss/styles.scss */
.stats-section h3 {
  margin-top: 0px;
  font-weight: 800;
  font-size: 22px;
  font-size: clamp(18px, 3.2vw, 22px);
}

/* line 2109, resources/scss/styles.scss */
.FAQ-section {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

/* line 2112, resources/scss/styles.scss */
.FAQ-section .faq-category {
  margin-bottom: 30px;
}

/* line 2115, resources/scss/styles.scss */
.FAQ-section .faqCategory-title {
  color: #fa671a;
  font-weight: 800;
  font-size: 1.325em;
  margin-top: 0px;
}

/* line 2121, resources/scss/styles.scss */
.FAQ-section .faq-item {
  position: relative;
  padding: 0px 30px 0px 50px;
  transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  background-color: #FFF;
}

/* line 2130, resources/scss/styles.scss */
.FAQ-section .faq-item:hover .faq-title {
  color: #fa671a;
}

/* line 2133, resources/scss/styles.scss */
.FAQ-section .faq-item .faq-title {
  transition: color 0.2s ease-out 0s;
  -o-transition: color 0.2s ease-out 0s;
  -ms-transition: color 0.2s ease-out 0s;
  -moz-transition: color 0.2s ease-out 0s;
  -webkit-transition: color 0.2s ease-out 0s;
  font-weight: 500;
  font-size: 1.125em;
  border-bottom: solid 1px #fa671a;
  display: inline-block;
  padding-bottom: 10px;
  color: #131415;
  margin-top: 5px;
  line-height: 1.25em;
}

@media only screen and (max-width: 768px) {
  /* line 2133, resources/scss/styles.scss */
  .FAQ-section .faq-item .faq-title {
    font-size: 1em;
    margin-bottom: 5px;
  }
}

/* line 2152, resources/scss/styles.scss */
.FAQ-section .faq-item .faq-down-icon {
  left: 20px;
  color: #fa671a;
  font-size: 1.5em;
  position: absolute;
}

/* line 2158, resources/scss/styles.scss */
.FAQ-section .faq-item.active {
  padding: 30px 30px 30px 50px;
  background-color: #eff2f4;
}

@media only screen and (max-width: 768px) {
  /* line 2158, resources/scss/styles.scss */
  .FAQ-section .faq-item.active {
    padding: 20px 30px 20px 50px;
  }
}

/* line 2164, resources/scss/styles.scss */
.FAQ-section .faq-item.active .faq-down-icon {
  transform: rotate(180deg);
}

/* line 2167, resources/scss/styles.scss */
.FAQ-section .faq-item.active .faq-title {
  font-weight: 700;
  color: #131415;
}

/* line 2175, resources/scss/styles.scss */
.contactFormBlock,
.contactFormBlock-mk2 {
  padding-top: 15vh;
  padding-bottom: 15vh;
  text-align: center;
}

/* line 2183, resources/scss/styles.scss */
.contactFormBlock-mk2 h2 {
  color: #030b1f;
  margin-bottom: 30px;
}

/* line 2187, resources/scss/styles.scss */
.contactFormBlock-mk2 .form-intro {
  margin-bottom: 30px;
}

/* line 2193, resources/scss/styles.scss */
.branches {
  opacity: 0;
  transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

/* line 2200, resources/scss/styles.scss */
.branches.active {
  transition: opacity 1s;
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  opacity: 1;
}

/* line 2211, resources/scss/styles.scss */
.about.solutionMainContent {
  background-image: url(../images/server-background-blue.jpg);
}

/* line 2215, resources/scss/styles.scss */
.solutionMainContent {
  background-image: url(../images/solution-content-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 15vh;
  padding-bottom: 15vh;
  text-align: center;
  color: #FFFFFF;
}

/* line 2227, resources/scss/styles.scss */
.solutionMainContent h2, .solutionMainContent h3, .solutionMainContent p, .solutionMainContent label, .solutionMainContent .ao-form-label {
  color: #FFFFFF;
  max-width: 820px;
  margin: auto;
}

/* line 2232, resources/scss/styles.scss */
.solutionMainContent .ao-form-label {
  color: #FFFFFF !important;
}

/* line 2235, resources/scss/styles.scss */
.solutionMainContent input {
  color: #030b1f;
}

/* line 2238, resources/scss/styles.scss */
.solutionMainContent .ao-form-submit {
  background: none !important;
  background-color: #030b1f !important;
}

/* line 2242, resources/scss/styles.scss */
.solutionMainContent h2 {
  margin-bottom: 30px;
}

/* line 2249, resources/scss/styles.scss */
.solutionMainContent-white.solutionMainContent h2, .solutionMainContent-white.solutionMainContent h3, .solutionMainContent-white.solutionMainContent p {
  max-width: 100%;
}

/* line 2255, resources/scss/styles.scss */
.content-main-block {
  padding-top: clamp(40px, 5vw, 10vh);
  padding-bottom: clamp(40px, 5vw, 10vh);
}

/* line 2259, resources/scss/styles.scss */
.content-main-block h2 {
  font-size: 2.5em;
  letter-spacing: -0.025em;
  font-weight: 800;
}

@media only screen and (max-width: 768px) {
  /* line 2259, resources/scss/styles.scss */
  .content-main-block h2 {
    font-size: 1.75em;
  }
}

/* line 2267, resources/scss/styles.scss */
.content-main-block h3 {
  font-weight: 300;
  margin-bottom: 50px;
  font-size: 1.75em;
  letter-spacing: -0.025em;
  margin-bottom: 20px;
  font-weight: 700;
  color: #fa671a;
}

/* line 2276, resources/scss/styles.scss */
.content-main-block li {
  margin-bottom: 8px;
  font-size: 0.9375em;
}

/* line 2281, resources/scss/styles.scss */
.content-main-block ul {
  list-style: none;
}

/* line 2285, resources/scss/styles.scss */
.content-main-block ul li::before {
  content: '•';
  color: #fa671a;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* line 2295, resources/scss/styles.scss */
.solutionMainContent h3 {
  font-size: 3.75em;
  letter-spacing: -0.025em;
  color: #FFFFFF;
  font-weight: 800;
}

@media only screen and (max-width: 1500px) {
  /* line 2295, resources/scss/styles.scss */
  .solutionMainContent h3 {
    font-size: 2.5em;
  }
}

/* line 2309, resources/scss/styles.scss */
.featuredResource {
  background-color: #d6d6d6;
  position: relative;
  min-height: 380px;
}

/* line 2315, resources/scss/styles.scss */
.featuredResource .form-show-but:hover {
  cursor: pointer;
}

/* line 2320, resources/scss/styles.scss */
.featuredResource .featured-wrap {
  position: absolute;
  left: 0;
  top: 0;
  background: #d6d6d6;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: 1000;
}

/* line 2330, resources/scss/styles.scss */
.featuredResource .featured-wrap label {
  font-size: 14px;
  margin-bottom: 0;
}

/* line 2336, resources/scss/styles.scss */
.featuredResource .featuredResource-contentWrapper {
  padding-top: 6vh;
  padding-bottom: 6vh;
}

/* line 2339, resources/scss/styles.scss */
.featuredResource .featuredResource-contentWrapper h2 {
  font-size: 3.5em;
  color: #030b1f;
  letter-spacing: -0.025em;
  font-weight: 800;
  margin-top: 0px;
}

@media only screen and (max-width: 1500px) {
  /* line 2339, resources/scss/styles.scss */
  .featuredResource .featuredResource-contentWrapper h2 {
    font-size: 2.25em;
  }
}

@media only screen and (max-width: 768px) {
  /* line 2339, resources/scss/styles.scss */
  .featuredResource .featuredResource-contentWrapper h2 {
    font-size: 2.25em;
  }
}

/* line 2352, resources/scss/styles.scss */
.featuredResource .featuredResource-contentWrapper h3 {
  font-weight: 300;
  color: #fa671a;
  margin-bottom: 35px;
  margin-top: 15px;
  font-size: 1.5em;
  letter-spacing: -0.025em;
}

/* line 2363, resources/scss/styles.scss */
.featuredResource .featuredResource-aboutContentWrapper h2 {
  font-size: 2.5em;
}

@media only screen and (max-width: 1500px) {
  /* line 2363, resources/scss/styles.scss */
  .featuredResource .featuredResource-aboutContentWrapper h2 {
    font-size: 2.25em;
  }
}

@media only screen and (max-width: 768px) {
  /* line 2363, resources/scss/styles.scss */
  .featuredResource .featuredResource-aboutContentWrapper h2 {
    font-size: 1.325em;
  }
}

/* line 2372, resources/scss/styles.scss */
.featuredResource .featuredResource-aboutContentWrapper h3 {
  font-weight: 300;
  font-size: 1.25em;
}

@media only screen and (max-width: 1500px) {
  /* line 2372, resources/scss/styles.scss */
  .featuredResource .featuredResource-aboutContentWrapper h3 {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 768px) {
  /* line 2372, resources/scss/styles.scss */
  .featuredResource .featuredResource-aboutContentWrapper h3 {
    font-size: 1em;
  }
}

/* line 2384, resources/scss/styles.scss */
.featuredResource .featuredResource-imageWrapper {
  text-align: right;
  padding: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}

/* line 2396, resources/scss/styles.scss */
.awards-items {
  padding-left: 35px;
  padding-right: 35px;
}

/* line 2397, resources/scss/styles.scss */
.awards-items .slick-prev:before, .awards-items .slick-next:before {
  color: #030b1f !important;
}

/* line 2400, resources/scss/styles.scss */
.awards-items .slick-prev {
  left: -5px;
}

/* line 2403, resources/scss/styles.scss */
.awards-items .slick-prev {
  left: -5px;
}

/* line 2409, resources/scss/styles.scss */
.awardLogo {
  transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  opacity: 0.6;
}

/* line 2417, resources/scss/styles.scss */
.awardLogo svg {
  opacity: 0;
  transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}

/* line 2426, resources/scss/styles.scss */
.awardLogo ul {
  font-weight: 700;
  list-style: none;
  margin: 0px;
  padding-left: 25px;
  margin-top: 50px;
  opacity: 0;
  transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}

/* line 2438, resources/scss/styles.scss */
.awardLogo ul li {
  width: 50%;
  padding-top: 0px;
  display: block;
  padding-: 0px;
  margin: 0px;
}

/* line 2447, resources/scss/styles.scss */
.awardLogo ul li::before {
  font-family: "FontAwesome";
  content: "\f10c";
  color: #030b1f;
  font-weight: bold;
  display: inline-block;
  width: 20px;
  margin-left: -19px;
  font-size: 12px;
}

/* line 2457, resources/scss/styles.scss */
.awardLogo.slick-center {
  opacity: 1;
}

/* line 2459, resources/scss/styles.scss */
.awardLogo.slick-center svg {
  opacity: 1;
  transition: all 0.2s ease-out .65s;
  -o-transition: all 0.2s ease-out .65s;
  -ms-transition: all 0.2s ease-out .65s;
  -moz-transition: all 0.2s ease-out .65s;
  -webkit-transition: all 0.2s ease-out .65s;
}

/* line 2467, resources/scss/styles.scss */
.awardLogo.slick-center ul {
  opacity: 1;
  transition: all 0.2s ease-out .5s;
  -o-transition: all 0.2s ease-out .5s;
  -ms-transition: all 0.2s ease-out .5s;
  -moz-transition: all 0.2s ease-out .5s;
  -webkit-transition: all 0.2s ease-out .5s;
}

/* line 2480, resources/scss/styles.scss */
.solutionSlick {
  background-image: url(../images/solutions-bg.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #030b1f;
  color: #FFFFFF;
  padding-top: 10vh;
  padding: 10vh;
}

@media only screen and (max-width: 1200px) {
  /* line 2480, resources/scss/styles.scss */
  .solutionSlick {
    padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
  /* line 2480, resources/scss/styles.scss */
  .solutionSlick {
    padding: 5vh 5vw;
  }
}

/* line 2495, resources/scss/styles.scss */
.solutionSlick .slick-dots {
  bottom: -45px;
}

/* line 2498, resources/scss/styles.scss */
.solutionSlick .solutionSlick-content {
  padding-top: 7vh;
}

/* line 2500, resources/scss/styles.scss */
.solutionSlick .solutionSlick-content h2 {
  color: #FFFFFF;
  font-size: 3.75em;
  background-color: #030b1f;
  letter-spacing: -0.025em;
  font-weight: 800;
  text-align: right;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1500px) {
  /* line 2500, resources/scss/styles.scss */
  .solutionSlick .solutionSlick-content h2 {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 992px) {
  /* line 2500, resources/scss/styles.scss */
  .solutionSlick .solutionSlick-content h2 {
    font-size: 3.5em;
    background-color: transparent;
    text-align: left !important;
  }
}

@media only screen and (max-width: 768px) {
  /* line 2500, resources/scss/styles.scss */
  .solutionSlick .solutionSlick-content h2 {
    font-size: 2.5em;
    background-color: transparent;
    text-align: left !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 2500, resources/scss/styles.scss */
  .solutionSlick .solutionSlick-content h2 {
    font-size: 2em;
  }
}

/* line 2526, resources/scss/styles.scss */
.solutionSlick .solutionSlick-content h3 {
  color: #FFFFFF;
}

/* line 2529, resources/scss/styles.scss */
.solutionSlick .solutionSlick-content p {
  font-size: 1.0625em;
  color: #FFFFFF;
  font-weight: 300;
}

/* line 2534, resources/scss/styles.scss */
.solutionSlick .solutionSlick-content ul {
  font-weight: 700;
  list-style: none;
  margin: 0px;
  padding-left: 25px;
}

/* line 2539, resources/scss/styles.scss */
.solutionSlick .solutionSlick-content ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 2545, resources/scss/styles.scss */
.solutionSlick .solutionSlick-content ul li::before {
  font-family: "FontAwesome";
  content: "\f10c";
  color: #fa671a;
  font-weight: bold;
  display: inline-block;
  width: 20px;
  margin-left: -19px;
  font-size: 12px;
}

/* line 2555, resources/scss/styles.scss */
.solutionSlick .solutionSlick-content .solutionSlick-contentRight {
  margin-top: 140px;
  max-width: 720px;
}

@media only screen and (max-width: 992px) {
  /* line 2555, resources/scss/styles.scss */
  .solutionSlick .solutionSlick-content .solutionSlick-contentRight {
    margin-top: 10px;
  }
}

/* line 2563, resources/scss/styles.scss */
.solutionSlick .option {
  padding: 20px;
  font-weight: 700;
  text-align: center;
  font-size: 1.325em;
  line-height: 1.125em;
  color: #828ea9;
  cursor: pointer;
}

@media only screen and (max-width: 1500px) {
  /* line 2563, resources/scss/styles.scss */
  .solutionSlick .option {
    font-size: 1em;
  }
}

@media only screen and (max-width: 992px) {
  /* line 2563, resources/scss/styles.scss */
  .solutionSlick .option {
    font-size: 1em;
  }
}

/* line 2577, resources/scss/styles.scss */
.solutionSlick .option:hover {
  color: #fa671a;
}

/* line 2580, resources/scss/styles.scss */
.solutionSlick .option.slick-current {
  color: #FFFFFF;
}

/* line 2587, resources/scss/styles.scss */
.solutionSlick.solutionSlick-mk2 {
  background-image: url(../images/swirls.jpg);
  background-size: 550px;
  padding: 0px;
  padding-bottom: 10vh;
}

/* line 2592, resources/scss/styles.scss */
.solutionSlick.solutionSlick-mk2 .solutionsSlider {
  background-color: #eff2f4;
}

/* line 2594, resources/scss/styles.scss */
.solutionSlick.solutionSlick-mk2 .solutionsSlider .option {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 2598, resources/scss/styles.scss */
.solutionSlick.solutionSlick-mk2 .solutionsSlider .slick-slide {
  background-color: #4b515f;
  border-left: solid 2px #eff2f4;
  border-right: solid 2px #eff2f4;
  color: #FFFFFF;
  font-size: 1em;
}

/* line 2604, resources/scss/styles.scss */
.solutionSlick.solutionSlick-mk2 .solutionsSlider .slick-slide.slick-current {
  background-color: #030b1f;
}

/* line 2610, resources/scss/styles.scss */
.solutionSlick.solutionSlick-mk2 .solutionSlick-content h2 {
  text-align: left;
  background-color: transparent;
}

/* line 2614, resources/scss/styles.scss */
.solutionSlick.solutionSlick-mk2 .solutionSlick-content ul {
  margin-top: 50px;
}

/* line 2620, resources/scss/styles.scss */
.slick-text-links {
  margin-bottom: 30px;
}

/* line 2623, resources/scss/styles.scss */
.text-link {
  display: inline-block;
  padding-right: 20px;
  padding-bottom: 20px;
}

/* line 2629, resources/scss/styles.scss */
.solutionBanner, .solutionBanner-mk2, .careerBanner {
  min-height: 70vh;
  background-position: left;
}

/* line 2633, resources/scss/styles.scss */
.solutionBanner-mk2.solutionBanner-white {
  min-height: 40vh;
  background-color: #FFFFFF;
  background-position: right;
}

/* line 2637, resources/scss/styles.scss */
.solutionBanner-mk2.solutionBanner-white .solutionIntro {
  margin-top: 10vh;
}

/* line 2641, resources/scss/styles.scss */
.solutionBanner-mk2.managedServicesBanner-white {
  min-height: 40vh;
  padding-top: clamp(10px, 4vw, 8vh);
  background-color: #FFFFFF;
  background-position: right bottom;
  background-size: clamp(2rem, 100%, 60vw) auto;
}

/* line 2648, resources/scss/styles.scss */
.solutionBanner-mk2.managedServicesBanner-white h1 {
  color: #022c5e;
  letter-spacing: -0.025em;
  font-size: clamp(4rem, 4.2vw, 75px);
}

/* line 2653, resources/scss/styles.scss */
.solutionBanner-mk2.managedServicesBanner-white .intro-wrap {
  margin-top: clamp(10px, 4vw, 65px);
  margin-bottom: clamp(40px, 6vw, 140px);
}

/* line 2656, resources/scss/styles.scss */
.solutionBanner-mk2.managedServicesBanner-white .intro-wrap .introtext {
  margin-top: 0;
  font-size: 1.75em;
  font-size: clamp(1.275em, 1.25vw, 1.75em);
  font-weight: 500;
}

/* line 2668, resources/scss/styles.scss */
.aboutBanner {
  background-position: right center;
}

/* line 2673, resources/scss/styles.scss */
.aboutBanner {
  padding-top: 60px;
  padding-bottom: 30px;
  text-align: left;
  background-size: 60%;
  background-repeat: no-repeat;
  background-color: #030b1f;
}

/* line 2680, resources/scss/styles.scss */
.aboutBanner h1 {
  font-size: 4.375em;
  letter-spacing: -0.05em;
  line-height: 0.825em;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  /* line 2680, resources/scss/styles.scss */
  .aboutBanner h1 {
    font-size: 2.375em;
  }
}

/* line 2689, resources/scss/styles.scss */
.aboutBanner .introtext {
  margin-top: 30px;
  font-size: 1.3125em;
  max-width: 700px;
}

@media only screen and (max-width: 767px) {
  /* line 2689, resources/scss/styles.scss */
  .aboutBanner .introtext {
    font-size: 1em;
  }
}

/* line 2698, resources/scss/styles.scss */
.aboutBanner .solutionIntro {
  background-color: #0f172b;
  padding: 40px 50px;
  margin-top: 7vh;
}

@media only screen and (max-width: 767px) {
  /* line 2698, resources/scss/styles.scss */
  .aboutBanner .solutionIntro {
    padding: 10px;
  }
}

/* line 2710, resources/scss/styles.scss */
.solutionBanner h1, .solutionBanner-mk2 h1 {
  font-size: 7vw;
  letter-spacing: -0.05em;
  line-height: 0.825em;
  font-weight: 700;
}

/* line 2718, resources/scss/styles.scss */
.solutionBanner,
.careerBanner {
  padding-bottom: 5vh;
}

/* line 2723, resources/scss/styles.scss */
.solutionBanner, .solutionBanner-mk2, .careerBanner {
  padding-top: 8vh;
  text-align: left;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #030b1f;
}

/* line 2732, resources/scss/styles.scss */
.solutionBanner .introtext,
.solutionBanner-mk2 .introtext,
.careerBanner .introtext {
  margin-top: 30px;
  font-size: 1.3125em;
  max-width: 700px;
}

/* line 2737, resources/scss/styles.scss */
.solutionBanner .solutionIntro,
.solutionBanner-mk2 .solutionIntro,
.careerBanner .solutionIntro {
  background-color: #0f172b;
  padding: 40px 50px;
  margin-top: 8vh;
}

/* line 2745, resources/scss/styles.scss */
.solutionBanner-mk2.solutionBanner-white .solutionIntro p {
  color: #FFFFFF;
}

/* line 2753, resources/scss/styles.scss */
.careerBanner h1 {
  font-size: 3.5em;
  text-align: left;
}

/* line 2760, resources/scss/styles.scss */
.campaignBannerImage h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
  line-height: 1.125em;
}

/* line 2765, resources/scss/styles.scss */
.campaignBannerImage p {
  text-align: justify;
  padding-left: 15px;
  line-height: 1.425em;
  padding-right: 15px;
  font-size: 0.875em;
}

/* line 2775, resources/scss/styles.scss */
.blogBannerImage .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .75;
  background-color: #0d2e3e;
}

/* line 2784, resources/scss/styles.scss */
.blogBannerImage .btn {
  margin-top: 20px;
}

/* line 2789, resources/scss/styles.scss */
.caseStudyLogo {
  margin-bottom: 20px;
}

/* line 2793, resources/scss/styles.scss */
.caseStudyContent {
  background-position: center;
  background-size: cover;
  position: relative;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-top: 20px;
}

/* line 2800, resources/scss/styles.scss */
.caseStudyContent .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .75;
  background-color: #0d2e3e;
}

/* line 2809, resources/scss/styles.scss */
.caseStudyContent.padded {
  padding-top: 40px;
}

/* line 2813, resources/scss/styles.scss */
.caseStudyContent.bgImage p, .caseStudyContent.bgImage ul {
  color: #ffffff;
}

/* line 2817, resources/scss/styles.scss */
.caseStudyContent .introText {
  margin-bottom: 20px;
  font-size: 1em;
}

/* line 2821, resources/scss/styles.scss */
.caseStudyContent .caseStudyQuote {
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  /* line 2821, resources/scss/styles.scss */
  .caseStudyContent .caseStudyQuote {
    margin-bottom: 30px;
  }
}

/* line 2826, resources/scss/styles.scss */
.caseStudyContent .caseStudyQuote .arrowContainer {
  position: absolute;
  bottom: -30px;
  right: 0px;
}

/* line 2830, resources/scss/styles.scss */
.caseStudyContent .caseStudyQuote .arrowContainer .arrow {
  border-width: 0 30px 30px 0;
}

/* line 2833, resources/scss/styles.scss */
.caseStudyContent .caseStudyQuote .arrowContainer .blue_arrow {
  border-color: transparent #152471 transparent transparent;
}

/* line 2834, resources/scss/styles.scss */
.caseStudyContent .caseStudyQuote .arrowContainer .teal_arrow {
  border-color: transparent #67c7bd transparent transparent;
}

/* line 2835, resources/scss/styles.scss */
.caseStudyContent .caseStudyQuote .arrowContainer .green_arrow {
  border-color: transparent #89c258 transparent transparent;
}

/* line 2836, resources/scss/styles.scss */
.caseStudyContent .caseStudyQuote .arrowContainer .yellow_arrow {
  border-color: transparent #e4bb3d transparent transparent;
}

/* line 2839, resources/scss/styles.scss */
.caseStudyContent .caseStudyQuote .arrowContainerLeft {
  position: absolute;
  bottom: -30px;
  left: 0px;
}

/* line 2843, resources/scss/styles.scss */
.caseStudyContent .caseStudyQuote .arrowContainerLeft .arrow {
  border-width: 30px 30px 0 0;
}

/* line 2844, resources/scss/styles.scss */
.caseStudyContent .caseStudyQuote .arrowContainerLeft .blue_arrow {
  border-color: #152471 transparent transparent transparent;
}

/* line 2845, resources/scss/styles.scss */
.caseStudyContent .caseStudyQuote .arrowContainerLeft .teal_arrow {
  border-color: #67c7bd transparent transparent transparent;
}

/* line 2846, resources/scss/styles.scss */
.caseStudyContent .caseStudyQuote .arrowContainerLeft .green_arrow {
  border-color: #89c258 transparent transparent transparent;
}

/* line 2847, resources/scss/styles.scss */
.caseStudyContent .caseStudyQuote .arrowContainerLeft .yellow_arrow {
  border-color: #e4bb3d transparent transparent transparent;
}

/* line 2849, resources/scss/styles.scss */
.caseStudyContent .caseStudyQuote .arrow {
  width: 0;
  height: 0;
  border-style: solid;
}

/* line 2854, resources/scss/styles.scss */
.caseStudyContent .caseStudyQuote p {
  color: #FFFFFF;
}

/* line 2857, resources/scss/styles.scss */
.caseStudyContent .caseStudyQuote .icon {
  opacity: .6;
  font-size: 22px;
  padding: 3px;
}

/* line 2862, resources/scss/styles.scss */
.caseStudyContent .caseStudyQuote .quote {
  font-size: 0.875em;
}

/* line 2865, resources/scss/styles.scss */
.caseStudyContent .caseStudyQuote .author p {
  line-height: 1.25em;
  font-size: 0.75em;
}

/* line 2872, resources/scss/styles.scss */
.blogBannerImage, .caseStudyBannerImage {
  background-color: #16192b;
  padding: 120px 0px;
}

@media only screen and (max-width: 767px) {
  /* line 2872, resources/scss/styles.scss */
  .blogBannerImage, .caseStudyBannerImage {
    padding: 80px 0px;
  }
}

/* line 2879, resources/scss/styles.scss */
.blogBannerImage h1, .caseStudyBannerImage h1 {
  font-size: 2.125em;
}

/* line 2882, resources/scss/styles.scss */
.blogBannerImage h3, .caseStudyBannerImage h3 {
  font-weight: 400;
  font-size: 1.0625em;
  color: #FFFFFF;
}

/* line 2886, resources/scss/styles.scss */
.blogBannerImage h3 a, .caseStudyBannerImage h3 a {
  color: #FFFFFF;
}

/* line 2888, resources/scss/styles.scss */
.blogBannerImage h3 a:hover, .caseStudyBannerImage h3 a:hover {
  color: #152471;
}

/* line 2893, resources/scss/styles.scss */
.blogBannerImage .circle, .caseStudyBannerImage .circle {
  height: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 2;
  background-color: #152471;
  margin-left: auto;
  margin-right: auto;
}

/* line 2904, resources/scss/styles.scss */
.blogBannerImage .circle i, .caseStudyBannerImage .circle i {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 46px;
}

/* line 2912, resources/scss/styles.scss */
.caseStudyBannerImage {
  position: relative;
}

@media only screen and (max-width: 767px) {
  /* line 2915, resources/scss/styles.scss */
  .content {
    text-align: left;
  }
}

/* line 2920, resources/scss/styles.scss */
.content h2 {
  margin-top: 45px;
  margin-bottom: 16px;
}

/* line 2926, resources/scss/styles.scss */
.partnerList {
  border: solid 1px #EEEEEE;
  margin: -1px;
  background-color: #FFFFFF;
  padding: 30px 15px 15px 15px;
  transition: border 0.2s ease-out 0s;
  -o-transition: border 0.2s ease-out 0s;
  -ms-transition: border 0.2s ease-out 0s;
  -moz-transition: border 0.2s ease-out 0s;
  -webkit-transition: border 0.2s ease-out 0s;
}

/* line 2939, resources/scss/styles.scss */
.partnerList:hover {
  z-index: 2;
}

/* line 2942, resources/scss/styles.scss */
.partnerList:hover .btn {
  color: #FFFFFF;
  background-color: #20314f;
}

/* line 2947, resources/scss/styles.scss */
.partnerList h3 {
  margin-top: 15px;
}

/* line 2950, resources/scss/styles.scss */
.partnerList p {
  font-size: 0.8125em;
  line-height: 1.5em;
}

/* line 2956, resources/scss/styles.scss */
.industryAwards {
  text-align: center;
}

/* line 2958, resources/scss/styles.scss */
.industryAwards .awardLogo {
  display: inline-block;
  width: 20%;
}

/* line 2959, resources/scss/styles.scss */
.industryAwards .awardLogo .timeline {
  border-bottom: solid 1px #e8e8e8;
  margin-bottom: 30px;
}

/* line 2963, resources/scss/styles.scss */
.industryAwards .awardLogo i {
  color: #152471;
}

/* line 2966, resources/scss/styles.scss */
.industryAwards .awardLogo .dot {
  margin-bottom: -10px;
}

/* line 2971, resources/scss/styles.scss */
.industryAwards .awardLogo h6 {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 2977, resources/scss/styles.scss */
.industryAwards img {
  display: inline-block;
}

/* line 2983, resources/scss/styles.scss */
.team {
  height: 100%;
  position: relative;
  padding-top: 140px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #0c1112;
}

@media only screen and (max-width: 767px) {
  /* line 2983, resources/scss/styles.scss */
  .team {
    background-image: none !important;
    background-color: #16192b;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* line 3001, resources/scss/styles.scss */
.team .bgImage {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

/* line 3010, resources/scss/styles.scss */
.team h2 {
  text-shadow: 1px 1px 2px #000000;
}

/* line 3013, resources/scss/styles.scss */
.team blockquote {
  color: #FFFFFF;
  font-size: 1.5em;
  line-height: 1.1em;
  text-shadow: 1px 1px 2px #000000;
}

/* line 3019, resources/scss/styles.scss */
.team .block {
  background-color: rgba(30, 75, 89, 0.9);
  padding: 40px 0px;
  margin-top: 20%;
}

/* line 3023, resources/scss/styles.scss */
.team .block p {
  color: #FFFFFF;
  font-size: 1.25em;
  font-family: 'Open Sans', sans-serif;
  line-height: 1em;
}

/* line 3029, resources/scss/styles.scss */
.triangle {
  width: 0;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  display: block;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #152471 transparent transparent transparent;
}

/* line 3040, resources/scss/styles.scss */
.active .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 30px 10px 30px;
  border-color: transparent transparent #e9eaec transparent;
}

/* line 3049, resources/scss/styles.scss */
.joinBanner {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

/* line 3053, resources/scss/styles.scss */
.joinBanner .btn {
  font-size: 1.1875em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

/* line 3057, resources/scss/styles.scss */
.joinBanner .btn::after {
  content: '\f0dd';
  vertical-align: text-top;
  padding-left: 15px;
  font-size: 13px;
  font-family: "FontAwesome";
}

/* line 3069, resources/scss/styles.scss */
.applyButton {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1875em;
  color: #747474;
  padding-top: 10px;
  margin-top: 20px;
}

/* line 3075, resources/scss/styles.scss */
.applyButton:hover {
  color: #152471;
}

/* line 3079, resources/scss/styles.scss */
.joinForm {
  background-color: #4d626f;
  color: #FFFFFF;
  padding-top: 45px;
  padding-bottom: 25px;
}

/* line 3084, resources/scss/styles.scss */
.joinForm p, .joinForm .introText {
  color: #FFFFFF;
}

/* line 3087, resources/scss/styles.scss */
.joinForm .introText {
  margin-bottom: 30px;
}

/* line 3093, resources/scss/styles.scss */
.postHome .post-info {
  background-color: #FFFFFF;
  text-align: center;
  padding: 60px 40px !important;
  margin-bottom: 30px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 3093, resources/scss/styles.scss */
  .postHome .post-info {
    padding: 40px 30px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 3093, resources/scss/styles.scss */
  .postHome .post-info {
    padding: 30px 20px !important;
  }
}

/* line 3105, resources/scss/styles.scss */
.postHome .post-info:hover {
  background-color: #030b1f;
}

/* line 3107, resources/scss/styles.scss */
.postHome .post-info:hover h3 {
  color: #FFFFFF !important;
}

/* line 3111, resources/scss/styles.scss */
.postHome .post-info .title {
  font-weight: 700;
}

/* line 3114, resources/scss/styles.scss */
.postHome .post-info h3 {
  color: #030b1f !important;
  text-align: center;
  font-size: 1.375em;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 3114, resources/scss/styles.scss */
  .postHome .post-info h3 {
    font-size: 1.25em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 3114, resources/scss/styles.scss */
  .postHome .post-info h3 {
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 767px) {
  /* line 3093, resources/scss/styles.scss */
  .postHome .post-info {
    max-height: 260px;
    height: auto !important;
    margin-bottom: 15px;
  }
}

/* line 3137, resources/scss/styles.scss */
.post-info h3, .post-info p {
  color: #030b1f !important;
}

/* line 3142, resources/scss/styles.scss */
.post {
  height: 130px;
}

/* line 3145, resources/scss/styles.scss */
.post-info.noImage {
  position: relative;
  background-color: transparent;
}

/* line 3150, resources/scss/styles.scss */
.post-info {
  bottom: 0px;
  padding-top: 10px !important;
}

@media only screen and (max-width: 767px) {
  /* line 3150, resources/scss/styles.scss */
  .post-info {
    position: relative;
  }
}

/* line 3156, resources/scss/styles.scss */
.post-info .btn {
  color: #FFFFFF;
  border-color: #FFFFFF;
  font-size: .8125em;
  font-weight: 400;
}

/* line 3161, resources/scss/styles.scss */
.post-info .btn:hover {
  color: #152471;
  border-color: #152471;
}

/* line 3166, resources/scss/styles.scss */
.post-info p {
  font-size: .625em;
  color: #FFFFFF;
}

/* line 3170, resources/scss/styles.scss */
.post-info h3 {
  margin-top: 0px;
  margin-bottom: 6px;
  color: #1a1c2a;
  font-size: 1.125em;
}

/* line 3175, resources/scss/styles.scss */
.post-info h3.title {
  color: #1a1c2a;
  font-weight: 600;
}

/* line 3181, resources/scss/styles.scss */
.post-info h6 {
  margin-bottom: 5px;
  color: #1a1c2a;
}

/* line 3187, resources/scss/styles.scss */
.contentTabWrapper {
  padding-left: 2px;
  padding-right: 2px;
}

/* line 3190, resources/scss/styles.scss */
.contentTab {
  border-top: solid 1px #ededed;
  border-bottom: solid 5px #ff7a21;
  border-left: solid 1px #ededed;
  border-right: solid 1px #ededed;
  border-bottom: solid 5px #ff7a21;
  text-align: center;
  padding: 15px;
  color: #ff7a21;
  margin-top: 20px;
}

/* line 3200, resources/scss/styles.scss */
.contentTab h4 {
  font-size: 1.25em;
  font-weight: 700;
  color: #6f6f6f;
}

/* line 3205, resources/scss/styles.scss */
.contentTab:hover {
  border-bottom: solid 5px #081b46;
}

/* line 3207, resources/scss/styles.scss */
.contentTab:hover h4 {
  color: #ff7a21 !important;
}

/* line 3209, resources/scss/styles.scss */
.contentTab.active {
  border-bottom: solid 5px #FFFFFF;
  color: #FFFFFF;
}

/* line 3212, resources/scss/styles.scss */
.contentTab.active h4 {
  color: #ff7a21;
}

/* line 3216, resources/scss/styles.scss */
.contentTabContent {
  padding: 30px;
  padding-bottom: 0px;
}

/* line 3221, resources/scss/styles.scss */
.relatedPost {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  /* line 3225, resources/scss/styles.scss */
  .relatedPost .backgroundImage {
    max-height: 200px;
    overflow: hidden;
  }
  /* line 3229, resources/scss/styles.scss */
  .relatedPost .backgroundImage img {
    width: 100%;
  }
}

/* line 3233, resources/scss/styles.scss */
.relatedPost .triangle {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 0 17.5px 17px;
  border-color: transparent transparent transparent #152471;
  margin-top: -8px;
}

/* line 3245, resources/scss/styles.scss */
.relatedPost .circle {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 0;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  z-index: 2;
  background-color: #152471;
  margin-left: auto;
  margin-right: auto;
}

/* line 3260, resources/scss/styles.scss */
.relatedPost .circle i {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 35px;
}

/* line 3266, resources/scss/styles.scss */
.relatedPost .date {
  font-size: .625em;
}

/* line 3269, resources/scss/styles.scss */
.relatedPost .text h2 {
  margin-top: 5px;
  font-size: 1.1875em;
}

@media only screen and (max-width: 767px) {
  /* line 3269, resources/scss/styles.scss */
  .relatedPost .text h2 {
    font-size: 1em;
    margin-bottom: 5px !important;
  }
}

/* line 3277, resources/scss/styles.scss */
.relatedPost .postInfo {
  /*background-color:$blue; */
  background-color: #030b1f;
  text-align: left;
  padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 3277, resources/scss/styles.scss */
  .relatedPost .postInfo {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 3277, resources/scss/styles.scss */
  .relatedPost .postInfo {
    padding: 15px 10px;
  }
}

/* line 3291, resources/scss/styles.scss */
.relatedPost h2, .relatedPost a {
  color: #FFFFFF;
}

/* line 3292, resources/scss/styles.scss */
.relatedPost .btn {
  color: #FFFFFF;
  border-color: #FFFFFF;
  font-size: .8125em;
  font-weight: 400;
}

/* line 3297, resources/scss/styles.scss */
.relatedPost .btn:hover {
  color: #16192b;
  border-color: #16192b;
}

@media only screen and (max-width: 767px) {
  /* line 3306, resources/scss/styles.scss */
  .sectionContainerLight, .sectionContainerDark {
    background-image: none !important;
    padding-bottom: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 3306, resources/scss/styles.scss */
  .sectionContainerLight, .sectionContainerDark {
    background-size: cover !important;
  }
}

/* line 3314, resources/scss/styles.scss */
.sectionContainerLight .info, .sectionContainerDark .info {
  padding-bottom: 20px;
}

/* line 3317, resources/scss/styles.scss */
.sectionContainerLight p, .sectionContainerDark p {
  font-size: 0.9375em;
  line-height: 1.5em;
}

/* line 3321, resources/scss/styles.scss */
.sectionContainerLight h1, .sectionContainerDark h1 {
  margin-bottom: 20px;
}

/* line 3324, resources/scss/styles.scss */
.sectionContainerLight .caseStudy, .sectionContainerDark .caseStudy {
  background-color: #152471;
  color: #FFFFFF;
}

@media only screen and (max-width: 767px) {
  /* line 3324, resources/scss/styles.scss */
  .sectionContainerLight .caseStudy, .sectionContainerDark .caseStudy {
    padding-bottom: 20px;
  }
}

/* line 3331, resources/scss/styles.scss */
.sectionContainerLight .caseStudy .btn, .sectionContainerDark .caseStudy .btn {
  font-size: 1.125em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

/* line 3336, resources/scss/styles.scss */
.sectionContainerLight .caseStudy p, .sectionContainerDark .caseStudy p {
  font-size: 0.875em;
  line-height: 1.25em;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  color: #FFFFFF;
}

@media only screen and (max-width: 767px) {
  /* line 3336, resources/scss/styles.scss */
  .sectionContainerLight .caseStudy p, .sectionContainerDark .caseStudy p {
    padding-left: 0px;
  }
}

/* line 3343, resources/scss/styles.scss */
.sectionContainerLight .caseStudy .logo, .sectionContainerDark .caseStudy .logo {
  background-color: #FFFFFF;
}

@media only screen and (max-width: 767px) {
  /* line 3343, resources/scss/styles.scss */
  .sectionContainerLight .caseStudy .logo, .sectionContainerDark .caseStudy .logo {
    background-color: #152471;
    padding-top: 20px;
  }
  /* line 3348, resources/scss/styles.scss */
  .sectionContainerLight .caseStudy .logo img, .sectionContainerDark .caseStudy .logo img {
    display: inline-block;
    border: solid 10px #FFFFFF;
  }
}

/* line 3357, resources/scss/styles.scss */
.sectionContainerLight {
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1680px) {
  /* line 3361, resources/scss/styles.scss */
  .sectionContainerLight .cover {
    background-color: rgba(255, 255, 255, 0.75);
  }
}

/* line 3369, resources/scss/styles.scss */
.sectionContainerDark {
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #1d3e50;
}

@media only screen and (max-width: 1680px) {
  /* line 3374, resources/scss/styles.scss */
  .sectionContainerDark .cover {
    background-color: rgba(29, 62, 89, 0.75);
  }
}

/* line 3379, resources/scss/styles.scss */
.sectionContainerDark p {
  color: #FFFFFF;
}

/* line 3384, resources/scss/styles.scss */
.clientList .clientLogo {
  position: relative;
  transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  -ms-transition: opacity 0.2s ease-out 0s;
  -moz-transition: opacity 0.2s ease-out 0s;
  -webkit-transition: opacity 0.2s ease-out 0s;
}

/* line 3392, resources/scss/styles.scss */
.clientList .clientLogo:hover {
  opacity: 1;
}

/* line 3399, resources/scss/styles.scss */
.clientList .slick-track {
  margin-left: auto;
  margin-right: auto;
}

/* line 3405, resources/scss/styles.scss */
.pullQuote {
  float: right;
  width: 360px;
  letter-spacing: -1px;
  position: relative;
  padding-left: 20px;
}

/* line 3411, resources/scss/styles.scss */
.pullQuote .quote {
  line-height: 1.2em;
  font-weight: 300;
  font-size: 30px;
  color: #545c62;
  position: relative;
  display: block;
}

/* line 3419, resources/scss/styles.scss */
.pullQuote .quote:before {
  content: '"';
  font-size: 30px;
  font-weight: 700;
  color: #fa671a;
  left: -18px;
  position: absolute;
}

/* line 3427, resources/scss/styles.scss */
.pullQuote .quote:after {
  content: '"';
  font-size: 27px;
  font-weight: 700;
  color: #fa671a;
  position: absolute;
}

/* line 3435, resources/scss/styles.scss */
.pullQuote .btn {
  margin-top: 10px;
}

/* line 3441, resources/scss/styles.scss */
.solutionMain p, .solutionMain ul {
  width: 66%;
}

@media only screen and (max-width: 767px) {
  /* line 3441, resources/scss/styles.scss */
  .solutionMain p, .solutionMain ul {
    width: 100%;
  }
}

/* line 3450, resources/scss/styles.scss */
.accolades {
  /*
    ul{
        column-count: 2;
      @include MQ(xs) {
        column-count: 1;
	}
	 @include MQ(sm) {
        column-count: 1;
	}
   @include MQ(xl) {
       column-count: 3;
	} 
	}*/
}

/* line 3451, resources/scss/styles.scss */
.accolades .slick-prev, .accolades .slick-next {
  z-index: 990;
}

/* line 3469, resources/scss/styles.scss */
.awards-items {
  margin-top: 30px;
  text-align: left;
}

/* line 3472, resources/scss/styles.scss */
.awards-items .timeline {
  border-bottom: solid 1px #030b1f;
  margin-bottom: 20px;
}

/* line 3476, resources/scss/styles.scss */
.awards-items i {
  color: #030b1f;
}

/* line 3479, resources/scss/styles.scss */
.awards-items .dot {
  margin-bottom: -12px;
}

/* line 3482, resources/scss/styles.scss */
.awards-items .year {
  font-weight: 700;
  color: #152471;
  margin-bottom: 0px;
}

/* line 3487, resources/scss/styles.scss */
.awards-items .title {
  letter-spacing: -0.025em;
  font-size: 22px;
  font-weight: 900;
  padding-left: 0px;
  padding-right: 10px;
  line-height: 1.15em;
  margin-top: 0px;
}

/* line 3498, resources/scss/styles.scss */
.awards-items h6 {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 3507, resources/scss/styles.scss */
.clientList.partnersList .clientLogo:after {
  display: none;
}

/* line 3512, resources/scss/styles.scss */
.slick-prev, .slick-next {
  height: 40px;
  margin-top: -20px;
}

/* line 3516, resources/scss/styles.scss */
.slick-prev:before, .slick-next:before {
  color: #ff7b21 !important;
  font-family: "FontAwesome";
  font-size: 30px;
}

/* line 3522, resources/scss/styles.scss */
.slick-prev::before {
  content: '\f104';
}

/* line 3523, resources/scss/styles.scss */
.slick-next:before {
  content: '\f105';
}

/* line 3525, resources/scss/styles.scss */
.slick-next {
  right: -5px;
}

@media only screen and (max-width: 767px) {
  /* line 3525, resources/scss/styles.scss */
  .slick-next {
    right: 10px;
  }
}

/* line 3531, resources/scss/styles.scss */
.slick-prev {
  left: -5px;
}

@media only screen and (max-width: 767px) {
  /* line 3531, resources/scss/styles.scss */
  .slick-prev {
    left: 10px;
  }
}

/* line 3539, resources/scss/styles.scss */
.search-results {
  min-height: calc(100vh - 300px);
  padding-bottom: 30px;
}

/* line 3544, resources/scss/styles.scss */
.searchForm {
  width: 100%;
  max-width: 250px;
  display: inline-block;
  float: right;
}

/* line 3549, resources/scss/styles.scss */
.searchForm .form-group {
  padding-left: 10px;
  padding-right: 10px;
  background: none;
  background-color: #FFFFFF;
  border: solid 3px #FFFFFF;
  border-radius: 30px;
}

/* line 3556, resources/scss/styles.scss */
.searchForm .form-group input {
  border: none;
  box-shadow: none !important;
  width: 100%;
  padding-right: 20px;
  font-size: 0.9375em;
}

/* line 3563, resources/scss/styles.scss */
.searchForm .form-group button {
  position: absolute;
  top: 1px;
  right: 20px;
  background: none;
  border: none;
  color: #fa671a;
}

/* line 3574, resources/scss/styles.scss */
.header .searchForm {
  margin-top: 10px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  /* line 3574, resources/scss/styles.scss */
  .header .searchForm {
    margin-top: 20px;
  }
}

/* line 3582, resources/scss/styles.scss */
p.simplesearch-results {
  margin-top: 45px;
  margin-bottom: 16px;
  color: #fa671a;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.625em;
  font-weight: 600;
}

/* line 3591, resources/scss/styles.scss */
.footerList {
  float: left;
}

/* line 3593, resources/scss/styles.scss */
.footerList ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* line 3598, resources/scss/styles.scss */
.footerList > ul {
  margin-top: 10px;
}

/* line 3601, resources/scss/styles.scss */
.footerList > ul > li {
  float: left;
  padding-right: 35px;
}

/* line 3604, resources/scss/styles.scss */
.footerList > ul > li > a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #fa671a;
}

/* line 3610, resources/scss/styles.scss */
.footerList > ul > li li {
  padding: 0px;
  margin: 0px;
}

/* line 3613, resources/scss/styles.scss */
.footerList > ul > li li a {
  display: block;
  font-size: 11px;
}

/* line 3623, resources/scss/styles.scss */
footer {
  padding-top: 45px;
  padding-bottom: 5px;
  background-color: #030b1f;
  text-align: left;
  position: relative;
  border-top: solid 1px #16192b;
}

@media only screen and (max-width: 767px) {
  /* line 3623, resources/scss/styles.scss */
  footer {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* line 3637, resources/scss/styles.scss */
footer .footer-contact a {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1em;
}

/* line 3642, resources/scss/styles.scss */
footer .footer-contact .address {
  font-size: 11px;
}

/* line 3644, resources/scss/styles.scss */
footer .footer-bsi {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  /* line 3644, resources/scss/styles.scss */
  footer .footer-bsi {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  /* line 3650, resources/scss/styles.scss */
  footer .logo {
    margin-top: -20px;
    text-align: center;
  }
  /* line 3654, resources/scss/styles.scss */
  footer .logo img {
    display: inline-block;
    margin-bottom: 10px;
  }
}

/* line 3660, resources/scss/styles.scss */
footer .socialMedia {
  text-align: right;
  float: left;
}

@media only screen and (max-width: 767px) {
  /* line 3660, resources/scss/styles.scss */
  footer .socialMedia {
    text-align: center !important;
  }
}

/* line 3666, resources/scss/styles.scss */
footer .socialMedia a {
  margin-left: 15px;
}

/* line 3670, resources/scss/styles.scss */
footer .logo {
  float: left;
  margin-right: 30px;
}

/* line 3674, resources/scss/styles.scss */
footer .logo img {
  max-width: 225px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  /* line 3678, resources/scss/styles.scss */
  footer .logoWrap {
    text-align: center;
    width: 100%;
  }
  /* line 3682, resources/scss/styles.scss */
  footer .logoWrap > div {
    width: 100%;
  }
}

/* line 3690, resources/scss/styles.scss */
footer .homeLink {
  margin-left: 10px;
  position: absolute;
  top: 0px;
  background-color: #fa671a;
  color: #FFFFFF;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  text-decoration: none;
}

/* line 3704, resources/scss/styles.scss */
footer .homeLink:hover {
  background-color: #FFFFFF;
  color: #fa671a;
}

@media only screen and (max-width: 767px) {
  /* line 3690, resources/scss/styles.scss */
  footer .homeLink {
    right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 3712, resources/scss/styles.scss */
  footer .socialMedia {
    margin-bottom: 20px;
  }
}

/* line 3716, resources/scss/styles.scss */
footer .socialMedia a {
  padding: 5px;
  font-size: 22px;
  margin-left: 2px;
  margin-top: 15px;
  margin-right: 2px;
  color: #FFFFFF;
  width: 40px;
  float: left;
  text-align: center;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}

@media only screen and (max-width: 767px) {
  /* line 3716, resources/scss/styles.scss */
  footer .socialMedia a {
    float: none;
    display: inline-block;
  }
}

/* line 3735, resources/scss/styles.scss */
footer .socialMedia a:hover {
  background-color: #FFFFFF;
  color: #fa671a;
}

/* line 3742, resources/scss/styles.scss */
footer .address {
  float: left;
}

@media only screen and (max-width: 767px) {
  /* line 3742, resources/scss/styles.scss */
  footer .address {
    width: 100%;
  }
}

/* line 3748, resources/scss/styles.scss */
footer .phone {
  font-size: 1.4375em;
  color: #152471;
  font-weight: 700;
}

/* line 3752, resources/scss/styles.scss */
footer .phone i {
  color: #fa671a;
}

/* line 3756, resources/scss/styles.scss */
footer p {
  color: #FFFFFF;
  line-height: 1.25em;
  margin-bottom: 10px;
  margin-left: 10px;
}

/* line 3764, resources/scss/styles.scss */
.disclaimer {
  text-align: left;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: .625em;
  color: #FFFFFF;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  /* line 3764, resources/scss/styles.scss */
  .disclaimer {
    text-align: center;
  }
}

/* line 3781, resources/scss/styles.scss */
.halfCloud {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 100;
  margin-left: -58px;
}

@media only screen and (max-width: 767px) {
  /* line 3781, resources/scss/styles.scss */
  .halfCloud {
    display: none;
  }
}

/* line 3792, resources/scss/styles.scss */
.homeSlider {
  margin-top: 0px;
  z-index: 0;
  position: relative;
}

/* line 3797, resources/scss/styles.scss */
.homeSlider .tp-banner-container {
  left: 0px !important;
}

/* line 3800, resources/scss/styles.scss */
.homeSlider .tp-banner > ul > li {
  visibility: hidden;
}

/* line 3807, resources/scss/styles.scss */
.tp-banner .right .tp-bgimg {
  background-position: right !important;
}

/* line 3812, resources/scss/styles.scss */
.tp-banner .left .tp-bgimg {
  background-position: right !important;
}

/* line 3817, resources/scss/styles.scss */
.tp-banner .black .tp-caption p {
  color: #000000;
}

/* line 3821, resources/scss/styles.scss */
.tp-banner .btn {
  border: none !important;
  background-color: #ff7b21;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF !important;
  padding: 8px 25px;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  /* line 3821, resources/scss/styles.scss */
  .tp-banner .btn {
    font-size: 13px;
    padding: 5px 10px;
    max-width: 100%;
    white-space: normal;
  }
}

/* line 3838, resources/scss/styles.scss */
.tp-banner h1 {
  color: #FFFFFF;
  font-size: 4.0625em;
  letter-spacing: -1px;
  font-weight: 700;
  line-height: .95em;
  font-family: 'Open Sans', sans-serif;
}

@media only screen and (max-width: 767px) {
  /* line 3838, resources/scss/styles.scss */
  .tp-banner h1 {
    font-size: 18px !important;
  }
}

/* line 3849, resources/scss/styles.scss */
.tp-banner p {
  margin-top: 20px;
}

/* line 3854, resources/scss/styles.scss */
.tp-caption {
  width: 50%;
  color: #FFFFFF;
  text-align: center;
}

/* line 3858, resources/scss/styles.scss */
.tp-caption p {
  color: #FFFFFF;
  font-size: 1.625em;
  line-height: 1em;
  font-weight: 300;
}

/* line 3865, resources/scss/styles.scss */
.clientLogo {
  display: inline-block;
  width: 20%;
  padding: 30px 30px 20px 30px;
  text-align: center;
}

/* line 3871, resources/scss/styles.scss */
.tp-bullets {
  bottom: 60px !important;
}

/* line 3873, resources/scss/styles.scss */
.tp-bullets .bullet {
  width: 16px !important;
  height: 16px !important;
  border: solid 3px #ffffff;
}

/* line 3877, resources/scss/styles.scss */
.tp-bullets .bullet.selected {
  background-color: #fa671a !important;
}

@media only screen and (max-width: 767px) {
  /* line 3871, resources/scss/styles.scss */
  .tp-bullets {
    bottom: 2px !important;
  }
}

/* line 3886, resources/scss/styles.scss */
.bullet.selected {
  background-color: #152471 !important;
}

/* line 3890, resources/scss/styles.scss */
#svgWrapper {
  margin-top: 30px;
  margin-bottom: 10px;
}

/* line 3895, resources/scss/styles.scss */
.industryChallenges {
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-top: 50px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  /* line 3895, resources/scss/styles.scss */
  .industryChallenges {
    background-image: none !important;
  }
}

/* line 3906, resources/scss/styles.scss */
.industryChallenges .accordionButton {
  line-height: 0px;
}

/* line 3911, resources/scss/styles.scss */
.industryChallenges h4 {
  margin: 0px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 3911, resources/scss/styles.scss */
  .industryChallenges h4 {
    font-size: 16px;
  }
}

/* line 3921, resources/scss/styles.scss */
.industryChallenges h5 {
  color: #000000;
  font-size: .625em;
  margin: 0px;
  margin-bottom: 10px;
}

/* line 3927, resources/scss/styles.scss */
.industryChallenges .triangle {
  width: 0;
  height: 0;
  display: inline-block;
  margin-bottom: 7px;
  margin-top: 0px;
  position: absolute;
  bottom: 20px;
  margin-left: -5px;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #ff7a20 transparent transparent transparent;
  transition: margin-bottom 0.1s ease-out 0s;
  -o-transition: margin-bottom 0.1s ease-out 0s;
  -ms-transition: margin-bottom 0.1s ease-out 0s;
  -moz-transition: margin-bottom 0.1s ease-out 0s;
  -webkit-transition: margin-bottom 0.1s ease-out 0s;
}

/* line 3947, resources/scss/styles.scss */
.industryChallenges .active .triangle, .industryChallenges .slick-current .triangle {
  width: 0;
  height: 0;
  margin-bottom: 0px;
  margin-left: -25px;
  margin-top: 7px;
  bottom: 0px;
  border-style: solid;
  border-width: 0px 30px 10px 30px;
  border-color: transparent transparent #e9eaec transparent;
}

/* line 3959, resources/scss/styles.scss */
.industryChallenges blockquote {
  margin-top: 35px !important;
}

/* line 3962, resources/scss/styles.scss */
.industryChallenges .circle {
  height: 0;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  background-color: #ff7a20;
  overflow: hidden;
  transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}

/* line 3979, resources/scss/styles.scss */
.industryChallenges .circle i {
  color: #b8c0c3;
  font-size: 50px;
  transition: font-size 0.1s ease-out 0s;
  -o-transition: font-size 0.1s ease-out 0s;
  -ms-transition: font-size 0.1s ease-out 0s;
  -moz-transition: font-size 0.1s ease-out 0s;
  -webkit-transition: font-size 0.1s ease-out 0s;
}

/* line 3990, resources/scss/styles.scss */
.industryChallenges .active .circle, .industryChallenges .slick-current .circle {
  background-color: #20314f;
  width: 100px;
  height: 100px;
}

/* line 3995, resources/scss/styles.scss */
.industryChallenges .active svg .feature *, .industryChallenges .slick-current svg .feature * {
  fill: #ff7a20 !important;
  transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}

/* line 4003, resources/scss/styles.scss */
.industryChallenges .active svg .shadow *, .industryChallenges .slick-current svg .shadow * {
  fill: #0c1c2f !important;
  transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}

/* line 4012, resources/scss/styles.scss */
.industryChallenges .challenge h4 {
  color: #747474;
  font-size: 1em;
  padding-bottom: 60px;
}

/* line 4018, resources/scss/styles.scss */
.industryChallenges .slick-current h4 {
  color: #fa671a;
  font-weight: 700;
}

/* line 4023, resources/scss/styles.scss */
.industryChallenges .challenge.active h4 {
  color: #152471;
}

/* line 4028, resources/scss/styles.scss */
.industryChallenges .challenge {
  float: left;
  transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

/* line 4032, resources/scss/styles.scss */
.industryChallenges .challenge:hover h4 {
  color: #152471;
}

/* line 4035, resources/scss/styles.scss */
.industryChallenges .challenge:hover .triangle {
  margin-bottom: 0px;
}

/* line 4038, resources/scss/styles.scss */
.industryChallenges .challenge:hover .circle i {
  font-size: 40px;
}

/* line 4045, resources/scss/styles.scss */
.industryChallenges .accordionContent, .industryChallenges .solutionContent {
  padding: 40px 20px;
  background-color: #fcfcfc;
  background-image: url(../images/solutions.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  color: #545c62;
  z-index: 5;
  position: relative;
  font-size: 1em;
  background-repeat: no-repeat;
}

/* line 4058, resources/scss/styles.scss */
.industryChallenges .accordionContent p, .industryChallenges .solutionContent p {
  color: #545c62;
}

/* line 4061, resources/scss/styles.scss */
.industryChallenges .accordionContent .btn, .industryChallenges .solutionContent .btn {
  margin-top: 10px;
}

/* line 4068, resources/scss/styles.scss */
.solutionsSlider {
  text-align: center;
}

/* line 4071, resources/scss/styles.scss */
.solutionContent {
  height: 100px;
}

/* line 4072, resources/scss/styles.scss */
.solutionContent h1 {
  margin-bottom: 10px;
}

/* line 4076, resources/scss/styles.scss */
.solutionContent.slick-active {
  height: auto;
}

/* line 4081, resources/scss/styles.scss */
.sidebar-wrap {
  background: #e5e5e5;
  padding: 30px;
}

/* line 4088, resources/scss/styles.scss */
.slick-dots li {
  width: 15px;
  height: 15px;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: solid 3px #e8e9ea;
}

/* line 4096, resources/scss/styles.scss */
.slick-dots li.slick-active {
  color: #fa671a;
  background-color: #fa671a;
  border: solid 3px #fa671a;
}

/* line 4100, resources/scss/styles.scss */
.slick-dots li.slick-active button:before {
  color: #fa671a;
}

/* line 4104, resources/scss/styles.scss */
.slick-dots li button:before {
  opacity: 0;
  display: none;
  font-size: 16px;
  color: #FFFFFF;
}

/* line 4113, resources/scss/styles.scss */
.mobilebars {
  float: right;
  font-size: 30px;
  cursor: pointer;
  margin-right: 20px;
  color: #FFFFFF;
}

/* line 4119, resources/scss/styles.scss */
.mobilebars:hover {
  color: #fa671a;
}

/* line 4124, resources/scss/styles.scss */
.mobileNav .active > a {
  color: #fa671a !important;
}

/* line 4130, resources/scss/styles.scss */
.mm-menu {
  background-color: #16192b;
}

/* line 4133, resources/scss/styles.scss */
.mm-subopen {
  background-color: transparent !important;
  width: 100% !important;
}

/* line 4137, resources/scss/styles.scss */
.mm-list {
  font-size: 1.1em;
  padding: 0px 0px 0px 0px !important;
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
}

/* line 4148, resources/scss/styles.scss */
.mm-list .mm-list {
  font-size: .9em;
}

/* line 4151, resources/scss/styles.scss */
.mm-list .mm-subopen:after {
  border-color: #FFFFFF !important;
}

/* line 4159, resources/scss/styles.scss */
.mobileNav {
  display: none;
}

/* line 4161, resources/scss/styles.scss */
.mobileNav .active > a {
  color: #545c62;
}

/* line 4167, resources/scss/styles.scss */
.positionsWrapper .cta {
  margin-top: 30px;
}

/* line 4172, resources/scss/styles.scss */
.positionVacant {
  color: #545c62;
  width: 20%;
  padding: 5px;
}

@media only screen and (max-width: 767px) {
  /* line 4172, resources/scss/styles.scss */
  .positionVacant {
    width: 50%;
  }
}

/* line 4179, resources/scss/styles.scss */
.positionVacant .position {
  background-color: #FFFFFF;
  padding: 20px;
}

/* line 4185, resources/scss/styles.scss */
.positionVacant h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  margin-bottom: 0px;
  margin-top: 5px;
}

/* line 4192, resources/scss/styles.scss */
.positionVacant h5 {
  font-size: .8125em;
  font-weight: 400;
  color: #152471;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 4200, resources/scss/styles.scss */
.positionVacant:hover {
  cursor: pointer;
}

/* line 4202, resources/scss/styles.scss */
.positionVacant:hover .position {
  background-color: #152471;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

/* line 4207, resources/scss/styles.scss */
.positionVacant:hover h5 {
  color: #FFFFFF;
  transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

/* line 4211, resources/scss/styles.scss */
.positionVacant:hover p {
  height: auto;
  color: #000;
  transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

/* line 4216, resources/scss/styles.scss */
.positionVacant:hover .btn {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 4222, resources/scss/styles.scss */
.positionVacant p, .positionVacant ul {
  color: #16192b;
  font-size: .875em;
  line-height: 1.4em;
}

/* line 4227, resources/scss/styles.scss */
.positionVacant ul {
  padding-left: 22px;
}

/* line 4232, resources/scss/styles.scss */
.flexslider {
  margin: 0px;
  margin-bottom: 30px;
  border: 0px;
  padding: 0px;
  background: none;
  background-color: transparent;
  border: none;
  /*min-height:150px;*/
  border-radius: 0px;
  -o-box-shadow: none;
  box-shadow: none;
}

/* line 4251, resources/scss/styles.scss */
.flexslider ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* line 4256, resources/scss/styles.scss */
.flexslider ul li {
  padding: 0px;
}

/* line 4261, resources/scss/styles.scss */
.flex-direction-nav a {
  background-color: #152471;
  color: #FFFFFF;
  width: auto;
  height: auto;
  padding: 10px;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px !important;
  border-radius: 0px;
  -o-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

/* line 4287, resources/scss/styles.scss */
.flex-direction-nav a:before {
  display: inline-block;
  content: '\f0d9';
}

/* line 4288, resources/scss/styles.scss */
.flex-direction-nav a.flex-next:before {
  content: '\f0da';
}

/* line 4290, resources/scss/styles.scss */
#carousel {
  margin-bottom: 10px;
}

/* line 4292, resources/scss/styles.scss */
#carousel ul {
  list-style-type: none;
}

/* line 4295, resources/scss/styles.scss */
#carousel li {
  cursor: pointer;
  opacity: .8;
  padding: 0px;
}

/* line 4300, resources/scss/styles.scss */
#carousel .flex-active-slide {
  opacity: 1;
}

/* line 4305, resources/scss/styles.scss */
.slides {
  margin: 0px !important;
}

/* line 4309, resources/scss/styles.scss */
.flex-next {
  right: 0px !important;
}

/* line 4312, resources/scss/styles.scss */
.flex-prev {
  left: 0px !important;
}

/* line 4315, resources/scss/styles.scss */
#carousel {
  margin-top: 0px;
}

/* line 4317, resources/scss/styles.scss */
#carousel li {
  width: 140px;
  margin-right: 0px;
}

/* line 4327, resources/scss/styles.scss */
.button-group {
  text-align: center;
  margin-bottom: 40px;
}

/* line 4330, resources/scss/styles.scss */
.button-group h1 {
  margin-bottom: 30px;
  color: #152471;
}

/* line 4336, resources/scss/styles.scss */
.latestpostlink:hover h4 {
  color: #fa671a;
}

/* line 4340, resources/scss/styles.scss */
.articleFilter {
  float: left;
}

/* line 4345, resources/scss/styles.scss */
#typeFilter .filterButton i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: solid 2px #e5e5e5;
  line-height: 35px;
  color: #fa671a;
}

/* line 4354, resources/scss/styles.scss */
#typeFilter .checked .filterButton i {
  background-color: #fa671a;
  border: solid 2px #fa671a;
  color: #FFFFFF;
}

/* line 4360, resources/scss/styles.scss */
.filterButton {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  line-height: 1em;
}

/* line 4365, resources/scss/styles.scss */
.filterButton.articles {
  text-align: left;
}

/* line 4368, resources/scss/styles.scss */
.filterButton.articles span {
  max-width: 120px;
  display: inline-block;
  text-align: left;
}

/* line 4373, resources/scss/styles.scss */
.filterButton.articles i {
  padding-right: 5px;
  margin-bottom: 0px;
}

/* line 4378, resources/scss/styles.scss */
.filterButton i {
  font-size: 40px;
  color: #fa671a;
  margin-bottom: 10px;
  display: inline-block;
}

/* line 4384, resources/scss/styles.scss */
.filterButton.disabled, .filterButton.disabled i {
  color: #dddddd !important;
}

/* line 4387, resources/scss/styles.scss */
.filterButton:hover {
  color: #fa671a;
}

/* line 4392, resources/scss/styles.scss */
.filters {
  margin-bottom: 30px;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  /* line 4392, resources/scss/styles.scss */
  .filters {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

/* line 4400, resources/scss/styles.scss */
.filterGroup {
  float: left;
  border-left: solid 3px #eee;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 0px !important;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  /* line 4400, resources/scss/styles.scss */
  .filterGroup {
    width: 100%;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    border-top: solid 3px #eee;
    border-left: none;
  }
}

/* line 4418, resources/scss/styles.scss */
.filterGroup label {
  font-weight: 700;
  font-size: .75em;
  text-transform: uppercase;
  vertical-align: top;
}

/* line 4424, resources/scss/styles.scss */
.filterGroup:first-of-type {
  padding-left: 0px;
  border-left: none;
}

@media only screen and (max-width: 767px) {
  /* line 4424, resources/scss/styles.scss */
  .filterGroup:first-of-type {
    border-top: none;
  }
}

/* line 4433, resources/scss/styles.scss */
.filterGroup input {
  display: none;
}

/* line 4436, resources/scss/styles.scss */
.filterGroup .filterButton {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 4439, resources/scss/styles.scss */
.filterGroup .filterButton i {
  font-size: 27px;
  color: #DDD;
}

/* line 4446, resources/scss/styles.scss */
.filterGroup .checked .filterButton i {
  color: #fa671a;
}

/* line 4452, resources/scss/styles.scss */
.resources {
  margin: 0 auto 40px auto;
}

/* line 4454, resources/scss/styles.scss */
.resources .paging {
  display: none;
}

/* line 4458, resources/scss/styles.scss */
.landingPage {
  position: relative;
  padding: 0px;
  background-size: cover;
  background-position: center;
}

/* line 4463, resources/scss/styles.scss */
.landingPage .inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 4467, resources/scss/styles.scss */
.landingPage h1 {
  font-size: 2.125em;
  color: #FFFFFF;
  margin-top: 30px;
}

/* line 4472, resources/scss/styles.scss */
.landingPage h4 {
  margin-top: 80px;
}

/* line 4475, resources/scss/styles.scss */
.landingPage hr {
  border-top-color: rgba(255, 255, 255, 0.3);
}

/* line 4478, resources/scss/styles.scss */
.landingPage img {
  float: right;
}

/* line 4481, resources/scss/styles.scss */
.landingPage p {
  color: #FFFFFF;
  font-size: 0.9375em;
  line-height: 1.5em;
  margin-bottom: 40px;
}

/* line 4490, resources/scss/styles.scss */
.formFieldLabel {
  font-size: 0.875em;
  color: #01a1dd;
  font-family: 'Open Sans', sans-serif;
}

/* line 4495, resources/scss/styles.scss */
.formFieldText {
  padding: 5px 10px;
  border: none;
  margin-bottom: 10px;
}

/* line 4501, resources/scss/styles.scss */
.blueOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-image: url(../images/overlay.png);
}

/* line 4509, resources/scss/styles.scss */
.campaignResources {
  margin-top: 30px;
}

/* line 4514, resources/scss/styles.scss */
.campaignResourceItem {
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* line 4522, resources/scss/styles.scss */
.campaignResourceItem .button {
  margin-bottom: 20px;
}

/* line 4525, resources/scss/styles.scss */
.campaignResourceItem img {
  float: right;
}

/* line 4528, resources/scss/styles.scss */
.campaignResourceItem .wrapper {
  position: relative;
  padding-left: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 4534, resources/scss/styles.scss */
.campaignResourceItem .outer {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 4540, resources/scss/styles.scss */
.campaignResourceItem .inner {
  padding: 30px 15px;
  position: relative;
}

/* line 4544, resources/scss/styles.scss */
.campaignResourceItem h3 {
  margin-top: 0px;
}

/* line 4549, resources/scss/styles.scss */
.campaignResourceItem h3, .campaignResourceItem p {
  color: #FFFFFF;
}

/* line 4552, resources/scss/styles.scss */
.campaignResourceItem p {
  font-size: 0.875em;
  line-height: 1.5em;
}

/* line 4558, resources/scss/styles.scss */
.campaignResourceItem .info {
  padding: 20px;
  color: #FFFFFF;
}

/* line 4565, resources/scss/styles.scss */
.resourcePaperType {
  font-size: 0.9375em;
  margin-top: 0px;
}

/* line 4568, resources/scss/styles.scss */
.resourcePaperType:before {
  content: '';
  position: absolute;
  left: -15px;
  width: 20px;
  height: 15px;
}

/* line 4575, resources/scss/styles.scss */
.resourcePaperType.discussionPaper {
  color: #72ddd2;
}

/* line 4577, resources/scss/styles.scss */
.resourcePaperType.discussionPaper:before {
  background-color: #72ddd2;
}

/* line 4581, resources/scss/styles.scss */
.resourcePaperType.case-study {
  color: #18a9df;
}

/* line 4583, resources/scss/styles.scss */
.resourcePaperType.case-study:before {
  background-color: #18a9df;
}

/* line 4587, resources/scss/styles.scss */
.resourcePaperType.whitepaper {
  color: #FFFFFF;
}

/* line 4589, resources/scss/styles.scss */
.resourcePaperType.whitepaper:before {
  background-color: #FFFFFF;
}

/* line 4595, resources/scss/styles.scss */
.resource-item {
  color: #FFFFFF;
  min-height: 230px;
  overflow: hidden;
}

/* line 4599, resources/scss/styles.scss */
.resource-item h3 {
  margin-top: 0px;
  font-size: 1.125em;
  line-height: 1.1em;
  font-weight: 700;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 9px;
}

/* line 4607, resources/scss/styles.scss */
.resource-item p {
  font-size: 0.875em;
  line-height: 1.2em;
  color: #1a1c2a;
}

/* line 4613, resources/scss/styles.scss */
.resource-item .wrapper {
  position: absolute;
  width: 100%;
  overflow: visible;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
}

/* line 4622, resources/scss/styles.scss */
.resource-item .videoWrapper {
  overflow: hidden;
}

/* line 4625, resources/scss/styles.scss */
.resource-item .inner {
  background-color: #fa671a;
  padding-bottom: 5px;
  border: solid 1px #dbdbdb;
  color: #454547;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: relative;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

/* line 4638, resources/scss/styles.scss */
.resource-item .btn {
  font-weight: 400;
  font-size: .8125em;
  padding: 2px 10px;
}

/* line 4642, resources/scss/styles.scss */
.resource-item .btn:hover {
  color: #162e3c;
  border-color: #162e3c;
}

/* line 4648, resources/scss/styles.scss */
.resource-item .form-wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: calc(100% - 20px);
  height: calc(100% - 25px);
  background: #e0e0e0;
  padding: 10px;
  margin: 10px;
}

/* line 4659, resources/scss/styles.scss */
.resource-item .form-wrap label {
  font-size: 14px;
  margin-bottom: 0;
}

/* line 4663, resources/scss/styles.scss */
.resource-item .form-wrap input {
  font-size: 14px !important;
  color: #222 !important;
  padding: 2px 5px;
}

/* line 4668, resources/scss/styles.scss */
.resource-item .form-wrap .ao-form-submit {
  font-size: 14px !important;
  padding: 8px 22px !important;
}

/* line 4674, resources/scss/styles.scss */
.resource-item .info {
  background-color: #FFFFFF;
  padding: 30px 30px 10px 20px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

/* line 4682, resources/scss/styles.scss */
.resource-item .info .icons {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

/* line 4687, resources/scss/styles.scss */
.resource-item .info .dateCreated {
  font-weight: 700;
  color: #fa671a;
  font-size: 0.8125em;
}

/* line 4692, resources/scss/styles.scss */
.resource-item .info i {
  padding: 3px 0px 0px 5px;
  color: #2b2e3e;
  font-size: 22px;
  float: right;
}

/* line 4699, resources/scss/styles.scss */
.resource-item.large .wrapper {
  overflow: hidden;
}

/* line 4701, resources/scss/styles.scss */
.resource-item.large .wrapper .post-info {
  height: 200px !important;
  border-bottom: solid 5px #fa671a;
}

/* line 4706, resources/scss/styles.scss */
.resource-item.large .info {
  width: 100%;
}

/* line 4708, resources/scss/styles.scss */
.resource-item.large .info .btn:hover {
  border-color: #152471;
  color: #152471;
}

/* line 4713, resources/scss/styles.scss */
.resource-item.large .post-info {
  position: absolute;
}

/* line 4717, resources/scss/styles.scss */
.resource-item.video .inner {
  background-color: #162e3c;
}

/* line 4720, resources/scss/styles.scss */
.resource-item.video .info {
  background-color: transparent;
  height: 37px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FFFFFF;
  border-bottom: solid 5px #ff7a21;
}

/* line 4729, resources/scss/styles.scss */
.resource-item a:hover {
  text-decoration: none;
}

/* line 4732, resources/scss/styles.scss */
.resource-item a:hover .info {
  background-color: #e0e0e0 !important;
}

/* line 4742, resources/scss/styles.scss */
.resource-item.importance-item.large {
  height: 300px !important;
}

/* line 4746, resources/scss/styles.scss */
.resource-item.importance-item.large .wrapper .post-info {
  height: 100px !important;
}

/* line 4753, resources/scss/styles.scss */
.importance-item h3 {
  color: #FFFFFF !important;
  display: block;
  padding: 20px;
  margin-top: 30px;
  font-size: 1.5em;
  border: none !important;
}

/* line 4763, resources/scss/styles.scss */
.slick-slider .resource-item {
  position: relative;
}

/* line 4767, resources/scss/styles.scss */
.resourceType {
  border-radius: 50%;
  width: 30px;
  height: 26px;
  background-color: #fa671a;
  color: #FFFFFF;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 20px;
  text-align: center;
  z-index: 1;
}

/* line 4779, resources/scss/styles.scss */
.resourceType i {
  padding: 0px !important;
  float: none !important;
  color: #FFFFFF !important;
}

/* line 4786, resources/scss/styles.scss */
.importance-meaning {
  border-radius: 20px;
  display: block;
  padding: 5px 20px 4px 20px;
  font-weight: 700;
  background-color: #fa671a;
  color: #FFFFFF;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 14px;
  text-align: center;
  z-index: 1;
}

/* line 4804, resources/scss/styles.scss */
.importanceScore {
  width: auto;
  border-radius: 15px;
  padding: 0px 6px;
}

/* line 4809, resources/scss/styles.scss */
.importanceScore.score-1 i:nth-child(n+2) {
  display: none;
}

/* line 4814, resources/scss/styles.scss */
.importanceScore.score-2 i:nth-child(n+3) {
  display: none;
}

/* line 4819, resources/scss/styles.scss */
.importanceScore.score-3 i:nth-child(n+4) {
  display: none;
}

/* line 4824, resources/scss/styles.scss */
.importanceScore.score-4 i:nth-child(n+5) {
  display: none;
}

/* line 4828, resources/scss/styles.scss */
.importanceScore.score-half i.half {
  display: inline-block;
  width: 11.5px;
  overflow: hidden;
  position: relative;
  top: 1px;
  margin-right: 7px;
}

/* line 4838, resources/scss/styles.scss */
.score-key {
  border: 3px solid #fa671a;
  margin-bottom: 2em;
  border-radius: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  overflow: hidden;
  background-color: #fa671a;
}

/* line 4846, resources/scss/styles.scss */
.score-key h3 {
  text-align: center;
  color: white;
  background: #fa671a;
  margin: 0;
  padding: 0px 10px 15px;
  font-size: 1em;
  font-weight: 700;
}

/* line 4855, resources/scss/styles.scss */
.score-key .star-rating-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}

/* line 4860, resources/scss/styles.scss */
.score-key .star-rating-container .star-rating {
  width: 20%;
  padding: 0px 20px 5px 20px;
  text-align: center;
  justify-content: start;
  align-items: center;
  background-color: #fa671a;
  color: #030b1f;
}

@media only screen and (max-width: 992px) {
  /* line 4860, resources/scss/styles.scss */
  .score-key .star-rating-container .star-rating {
    width: 33%;
  }
}

@media only screen and (max-width: 768px) {
  /* line 4860, resources/scss/styles.scss */
  .score-key .star-rating-container .star-rating {
    width: 50%;
  }
}

@media only screen and (max-width: 500px) {
  /* line 4860, resources/scss/styles.scss */
  .score-key .star-rating-container .star-rating {
    width: 100%;
  }
}

/* line 4881, resources/scss/styles.scss */
.score-key .star-rating-container .star-rating strong {
  color: #FFFFFF;
}

/* line 4884, resources/scss/styles.scss */
.score-key .star-rating-container .star-rating span {
  font-size: 0.8em;
  opacity: .8;
  line-height: 1.25;
  display: blocK;
}

/* line 4891, resources/scss/styles.scss */
.score-key .star-rating-container .star-rating .importanceScore {
  display: inline;
  letter-spacing: -3px;
  font-size: 20px;
}

/* line 4901, resources/scss/styles.scss */
.featured-banner:empty {
  display: none;
}

/* line 4904, resources/scss/styles.scss */
.featured-banner {
  background: white;
  padding: 4px 20px 14px;
  border-radius: 4px;
  background-image: url(/client-assets/images/importance-series/importance-feature-bg.png);
  background-size: cover;
  background-position: center;
}

/* line 4911, resources/scss/styles.scss */
.featured-banner h4 {
  font-weight: bold;
}

/* line 4914, resources/scss/styles.scss */
.featured-banner p {
  color: #152471 !important;
}

/* line 4918, resources/scss/styles.scss */
.featured-banner a {
  background: linear-gradient(-55deg, #de3116, #f76c11) !important;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 1em;
  border-radius: 30px;
  padding: 8px 20px;
}

/* line 4929, resources/scss/styles.scss */
.resource-item.large, .post.large {
  height: 400px;
}

/* line 4932, resources/scss/styles.scss */
.resource-item.video {
  height: 460px;
}

/* line 4936, resources/scss/styles.scss */
.resource-item .summary {
  display: none;
}

/* line 4941, resources/scss/styles.scss */
.resource-item.giant {
  height: 520px;
}

/* line 4943, resources/scss/styles.scss */
.resource-item.giant .summary {
  display: block;
}

/* line 4949, resources/scss/styles.scss */
.grid-sizer,
.resource-item {
  width: 33.33%;
}

@media only screen and (max-width: 767px) {
  /* line 4949, resources/scss/styles.scss */
  .grid-sizer,
  .resource-item {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 4949, resources/scss/styles.scss */
  .grid-sizer,
  .resource-item {
    width: 50%;
  }
}

/* line 4963, resources/scss/styles.scss */
.gutter-sizer {
  width: 0;
}

/* line 4965, resources/scss/styles.scss */
.grid-item--width2 {
  width: 48%;
}

/* line 4969, resources/scss/styles.scss */
.grid {
  background: #f7f7f7;
  margin: 0 auto;
}

/* line 4973, resources/scss/styles.scss */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* line 4978, resources/scss/styles.scss */
.grid-item {
  width: 160px;
  height: 160px;
  float: left;
  transition: opacity 0.3s ease-in-out 0s;
}

/* line 4984, resources/scss/styles.scss */
.grid-item.disabled {
  opacity: .3;
}

/* line 4987, resources/scss/styles.scss */
.grid-item--gigante {
  width: 320px;
  height: 320px;
  z-index: 2;
}

/* line 4991, resources/scss/styles.scss */
.grid-item--gigante .rollover {
  opacity: 0 !important;
  z-index: 2 !important;
}

/* line 4995, resources/scss/styles.scss */
.grid-item--gigante .selected {
  opacity: 1 !important;
  margin-top: -100% !important;
  height: 100%;
  z-index: 3;
  transition: all 0.3s ease-in-out 0s;
}

/* line 5001, resources/scss/styles.scss */
.grid-item--gigante .selected .valign {
  opacity: 1 !important;
}

/* line 5006, resources/scss/styles.scss */
.grid-item:hover {
  cursor: pointer;
}

/* line 5014, resources/scss/styles.scss */
.grid-item {
  position: relative;
}

/* line 5016, resources/scss/styles.scss */
.grid-item .selected, .grid-item .rollover {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 0;
  color: #FFFFFF;
  background-color: rgba(25, 163, 216, 0.75);
  transition: all 0.4s;
  text-align: center;
}

/* line 5032, resources/scss/styles.scss */
.grid-item .rollover {
  font-size: 0em;
  z-index: 4;
}

/* line 5037, resources/scss/styles.scss */
.grid-item .selected .name {
  font-weight: 300;
}

/* line 5040, resources/scss/styles.scss */
.grid-item .selected .position {
  font-weight: 300;
  margin-bottom: 20px;
}

/* line 5045, resources/scss/styles.scss */
.grid-item .categoryIcon {
  font-size: 28px;
  background-color: #FFFFFF;
  color: #152471;
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  padding-top: 4px;
  height: 40px;
}

/* line 5055, resources/scss/styles.scss */
.grid-item .position {
  font-weight: 700;
  font-size: .875em;
  line-height: 1.15em;
  color: #FFFFFF;
}

/* line 5060, resources/scss/styles.scss */
.grid-item .position span {
  font-weight: 900;
  font-size: 1.25em;
}

/* line 5066, resources/scss/styles.scss */
.grid-item .name {
  font-size: 1.75em;
  font-weight: 700;
  color: #FFFFFF;
}

/* line 5072, resources/scss/styles.scss */
.grid-item .photo {
  position: relative;
  overflow: hidden;
}

/* line 5075, resources/scss/styles.scss */
.grid-item .photo .photoOverlay {
  top: 0px;
  width: 100%;
  position: absolute;
  height: 100%;
  overflow: hidden;
  opacity: 1;
}

/* line 5082, resources/scss/styles.scss */
.grid-item .photo .photoOverlay img {
  transition: width 0.3s ease-in-out 0s, margin-left 0.3s ease-in-out 0s;
}

/* line 5088, resources/scss/styles.scss */
.grid-item.disabled .photoOverlay {
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0s;
}

/* line 5094, resources/scss/styles.scss */
.grid-item:hover .rollover {
  opacity: 1;
  margin-top: -100%;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
  font-size: 2em;
}

/* line 5107, resources/scss/styles.scss */
.touch .grid-item {
  border: solid 1px #FFFFFF;
}

/* line 5109, resources/scss/styles.scss */
.touch .grid-item .rollover {
  background-color: rgba(255, 255, 255, 0);
}

/* line 5113, resources/scss/styles.scss */
.touch .grid-item .photoOverlay .name {
  font-weight: 400;
  color: #FFFFFF;
}

/* line 5117, resources/scss/styles.scss */
.touch .grid-item .photoOverlay img {
  width: 100% !important;
  margin-left: 0px !important;
  opacity: 1 !important;
  transition: margin-left 0.25s ease-in-out 0s, width 0.25s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
}

/* line 5124, resources/scss/styles.scss */
.touch .grid-item .rollover {
  opacity: 1 !important;
  transition: all 0.3s ease-in-out 0.1s;
}

/* line 5127, resources/scss/styles.scss */
.touch .grid-item .rollover .icon-arrow-down {
  color: #19a3d8;
}

/*
.mfp-wrap{
  opacity: 0.98;
  filter: alpha(opacity=98); 	
	}
	*/
/* line 5139, resources/scss/styles.scss */
.mfp-container {
  padding: 0px;
}

/* line 5142, resources/scss/styles.scss */
.profileSM {
  font-size: 30px;
  margin-right: 10px;
}

/* line 5147, resources/scss/styles.scss */
.mfp-content {
  max-width: 1100px;
  background: #f7f7f7;
}

/* line 5150, resources/scss/styles.scss */
.mfp-content p {
  line-height: 1.5em;
  font-style: 1em;
}

/* line 5155, resources/scss/styles.scss */
.profileContact {
  text-align: center;
}

/* line 5157, resources/scss/styles.scss */
.profileContact .btn {
  font-size: 1.1875em;
  padding: 3px 25px;
}

/* line 5163, resources/scss/styles.scss */
.mfp-content h1 {
  margin-bottom: 5px;
}

/* line 5166, resources/scss/styles.scss */
.mfp-content h4 {
  margin-top: 5px;
  margin-bottom: 30px;
}

/* = PAGINATION
/* -------------------------------------------------------------- */
/* line 5176, resources/scss/styles.scss */
.sisea-search-form input[type=text] {
  padding: 0px 8px;
}

/* line 5180, resources/scss/styles.scss */
.sisea-highlight {
  color: #152471;
  font-weight: 700;
}

/* line 5184, resources/scss/styles.scss */
.paging, .sisea-paging {
  margin-bottom: 20px;
  float: left;
  clear: both;
  width: 100%;
}

/* line 5192, resources/scss/styles.scss */
.paging a, .paging .sisea-current-page, .paging .sisea-result-pages, .sisea-paging a, .sisea-paging .sisea-current-page, .sisea-paging .sisea-result-pages {
  padding: 3px 5px;
  margin-right: 2px;
  text-decoration: none !important;
  font-size: .875em;
  font-family: 'Open Sans', sans-serif;
}

/* line 5200, resources/scss/styles.scss */
.paging .sisea-result-pages, .sisea-paging .sisea-result-pages {
  padding: 5px 10px 5px 0px !important;
}

/* line 5203, resources/scss/styles.scss */
.paging a, .sisea-paging a {
  background-color: #f1f4f5;
}

/* line 5205, resources/scss/styles.scss */
.paging a:hover, .sisea-paging a:hover {
  color: #16192b !important;
}

/* line 5209, resources/scss/styles.scss */
.paging ul, .sisea-paging ul {
  list-style-type: none !important;
  text-align: center;
  margin-top: 40px;
}

/* line 5214, resources/scss/styles.scss */
.paging li, .sisea-paging li {
  margin: 0px !important;
  padding-bottom: 0px !important;
  display: inline-block;
}

/* line 5219, resources/scss/styles.scss */
.paging .active, .paging .sisea-current-page, .sisea-paging .active, .sisea-paging .sisea-current-page {
  color: #FFFFFF !important;
  background-color: #152471;
}

/* -------------------------------------------------------------- */
/* = FORMS
/* -------------------------------------------------------------- */
/* line 5234, resources/scss/styles.scss */
.hideLabel .mainElLabel {
  display: none;
}

/* line 5238, resources/scss/styles.scss */
.lt-ie10 .hideLabel .mainElLabel, .no-placeholder .hideLabel .mainElLabel {
  display: block !important;
}

/* line 5244, resources/scss/styles.scss */
.formSegWrap_submit {
  text-align: center;
}

/* line 5246, resources/scss/styles.scss */
.formSegWrap_submit .elWrap {
  padding-right: 0px !important;
}

/* line 5251, resources/scss/styles.scss */
.formSegWrap {
  margin-top: 3px;
}

/* line 5253, resources/scss/styles.scss */
.formSegWrap select {
  font-size: 1.2em;
  margin: 2px;
  padding: 4px 15px;
  border: solid 2px #eeeeee;
}

/* line 5263, resources/scss/styles.scss */
.formSegWrap input[type=text], .formSegWrap input[type=email], .formSegWrap input[type=password], .formSegWrap select, .formSegWrap textarea {
  width: 100%;
}

/* line 5268, resources/scss/styles.scss */
.formSegWrap {
  clear: none;
  margin-bottom: 0px;
  position: relative;
}

/* line 5272, resources/scss/styles.scss */
.formSegWrap .elementButton {
  display: inline-block;
}

/* line 5275, resources/scss/styles.scss */
.formSegWrap .checkboxWrap {
  float: left;
  width: 25%;
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 5275, resources/scss/styles.scss */
  .formSegWrap .checkboxWrap {
    width: 33%;
  }
}

@media only screen and (max-width: 767px) {
  /* line 5275, resources/scss/styles.scss */
  .formSegWrap .checkboxWrap {
    width: 50%;
  }
}

/* line 5286, resources/scss/styles.scss */
.formSegWrap .checkboxWrap label {
  float: left;
  padding-top: 3px;
  padding-left: 20px;
}

/* line 5290, resources/scss/styles.scss */
.formSegWrap .checkboxWrap label:hover {
  cursor: pointer;
  color: #fa671a;
}

/* line 5296, resources/scss/styles.scss */
.formSegWrap .checkboxEl {
  position: absolute;
}

/* line 5300, resources/scss/styles.scss */
.formSegWrap .checkWrap {
  float: left;
}

/* line 5302, resources/scss/styles.scss */
.formSegWrap .checkWrap input[type="radio"], .formSegWrap .checkWrap input[type="checkbox"] {
  float: left;
  margin-right: 10px;
}

/* line 5308, resources/scss/styles.scss */
.formSegWrap input[type=text], .formSegWrap input[type=email], .formSegWrap input[type=password], .formSegWrap select, .formSegWrap textarea {
  padding: 0px;
  box-sizing: border-box;
  background-color: #f3f3f3;
  color: #131415;
  border: solid 3px;
  border-color: #FFFFFF;
  border-radius: 3px;
  padding: 6px 10px;
  margin-right: 10px;
  float: none;
  font-weight: 400;
}

/* line 5320, resources/scss/styles.scss */
.formSegWrap input[type=text]:focus, .formSegWrap input[type=email]:focus, .formSegWrap input[type=password]:focus, .formSegWrap select:focus, .formSegWrap textarea:focus {
  outline: none;
  border-color: #fa671a;
}

/* line 5329, resources/scss/styles.scss */
.formSegWrap label {
  padding: 0px;
  float: none;
  font-weight: 700;
  font-size: 11px;
  display: block;
}

/* line 5335, resources/scss/styles.scss */
.formSegWrap label:after {
  content: '' !important;
}

/* line 5340, resources/scss/styles.scss */
.formSegWrap .error {
  display: block;
  color: #fa671a;
}

/* line 5344, resources/scss/styles.scss */
.formSegWrap .radioWrap {
  margin-right: 10px;
  float: left;
}

/* line 5347, resources/scss/styles.scss */
.formSegWrap .radioWrap label {
  float: right;
}

/* line 5351, resources/scss/styles.scss */
.formSegWrap .elementCheckbox {
  float: left;
  clear: both;
}

/* line 5354, resources/scss/styles.scss */
.formSegWrap .elementCheckbox .elWrap {
  margin-right: 0px;
  float: left;
}

/* line 5358, resources/scss/styles.scss */
.formSegWrap .elementCheckbox label {
  float: right;
}

/* line 5364, resources/scss/styles.scss */
.formSegWrap .required .mainElLabel:after {
  content: " *";
  color: red;
}

/* line 5369, resources/scss/styles.scss */
.formSegWrap .elWrap {
  text-align: left;
  padding-right: 10px;
  padding-bottom: 10px;
}

/* line 5375, resources/scss/styles.scss */
.formSegWrap .Full {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

/* line 5380, resources/scss/styles.scss */
.formSegWrap .Half {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

/* line 5385, resources/scss/styles.scss */
.formSegWrap .Quarter {
  width: 25%;
  float: left;
  box-sizing: border-box;
}

/* line 5390, resources/scss/styles.scss */
.formSegWrap .ThreeQuarters {
  width: 75%;
  float: left;
  box-sizing: border-box;
}

/* line 5395, resources/scss/styles.scss */
.formSegWrap .oneThird {
  width: 33.3%;
  float: left;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  /* line 5395, resources/scss/styles.scss */
  .formSegWrap .oneThird {
    width: 50%;
  }
}

@media only screen and (max-width: 380px) {
  /* line 5395, resources/scss/styles.scss */
  .formSegWrap .oneThird {
    width: 100%;
  }
}

/* line 5408, resources/scss/styles.scss */
.formSegWrap .twoThirds {
  width: 66.6%;
  float: left;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  /* line 5408, resources/scss/styles.scss */
  .formSegWrap .twoThirds {
    width: 100%;
  }
}

@media only screen and (max-width: 380px) {
  /* line 5408, resources/scss/styles.scss */
  .formSegWrap .twoThirds {
    width: 100%;
  }
}

/* line 5424, resources/scss/styles.scss */
.postederror {
  color: #fa671a;
}

/* $TABLES
/*------------------------------------*/
/* $HELPER CLASSES
/*------------------------------------*/
/* line 5437, resources/scss/styles.scss */
#site-size-helper {
  height: 1.5em;
  color: green;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  z-index: 100;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
/* line 5448, resources/scss/styles.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
/* line 5461, resources/scss/styles.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 5471, resources/scss/styles.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 5475, resources/scss/styles.scss */
.valign {
  height: 100%;
  width: 100%;
  display: table !important;
  /*	overflow: hidden; */
}

/* line 5482, resources/scss/styles.scss */
.vac {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

/* line 5488, resources/scss/styles.scss */
.hac {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* line 5496, resources/scss/styles.scss */
#menu:not(.mm-menu) {
  display: none;
}

/* line 5501, resources/scss/styles.scss */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 5513, resources/scss/styles.scss */
.row:after,
.clearfix:after {
  clear: both;
}

/* line 5516, resources/scss/styles.scss */
.row,
.clearfix {
  zoom: 1;
}

/* line 5525, resources/scss/styles.scss */
.expander-container .expander {
  text-align: center;
  padding: 40px 20px;
  font-weight: bold;
  transition: 0.2s;
}

/* line 5530, resources/scss/styles.scss */
.expander-container .expander:hover {
  cursor: pointer;
  color: #fa671a;
}

/* line 5536, resources/scss/styles.scss */
.expander-container i {
  font-size: 2.6em;
  margin-bottom: 0.4em;
}

/* line 5542, resources/scss/styles.scss */
.expanded .inner-container {
  margin-bottom: 40px;
}

/* $LEGACY
/*------------------------------------*/
/* webkit, opera, IE9 */
/* line 5553, resources/scss/styles.scss */
::-moz-selection {
  background: #999999;
}
::selection {
  background: #999999;
}

/* mozilla firefox */
/* line 5555, resources/scss/styles.scss */
::-moz-selection {
  background: #999999;
}

/* line 5557, resources/scss/styles.scss */
a:focus,
a:active {
  outline: none;
  -moz-outline-style: none;
}

/* line 5563, resources/scss/styles.scss */
.heading-score-container .importanceScore {
  left: 50%;
  margin-top: 20px;
  right: auto;
  transform: translateX(-50%);
}

/* line 5570, resources/scss/styles.scss */
.importance-score-banner {
  background-color: white;
}

/* line 5572, resources/scss/styles.scss */
.importance-score-banner h1 {
  color: #030b1f;
}

/* line 5577, resources/scss/styles.scss */
.whats-the-score {
  margin-bottom: 80px;
  box-shadow: 0px 16px 0px 20px white, 0px 16px 0px 24px #fa671a;
  margin-top: 60px;
}

/* line 5583, resources/scss/styles.scss */
.whats-the-score h2 {
  margin-bottom: 0px;
  position: relative;
  display: inline;
  top: -20px;
  background: white;
  box-shadow: 0px 16px 0px 10px white;
}
