﻿/*
    Compiled by http://less2css.org/
    Strict Math Enabled
*/
/*
    Default Course Colours
*/
/*
    Bootstrap Url
*/
/*
    Base Font Styles
*/
.text-style-base {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: normal;
}
.text-style-standard {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: normal;
}
.text-style-standard-span {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: normal;
}
.text-style-searchLabel {
  font-size: 18px;
  font-weight: normal;
}
.text-style-advSearchLabel {
  font-size: 14px;
  font-weight: normal;
}
/* 
    Course Colour LESS Shortcuts 
*/
.course-colour-background-parttime {
  background-color: #6d4251;
  color: #ffffff;
}
.course-colour-background-evening {
  background-color: #79ceb8;
  color: #ffffff;
}
.course-colour-background-fulltime {
  background-color: #fe5a4b;
  color: #ffffff;
}
.course-colour-background-online {
  background-color: #ffc712;
  color: #ffffff;
}
.course-colour-parttime {
  color: #6d4251;
}
.course-colour-evening {
  color: #79ceb8;
}
.course-colour-fulltime {
  color: #fe5a4b;
}
.course-colour-online {
  color: #ffc712;
}
.sfcw {
  /* 
        Importing Bootstrap 

        We need to put Bootstrap's HTML and BODY stylings here as the SFCW area will be inside them.
        Another way of looking at it - SFCW is our virtual HTML and BODY section
    */
  /* Bootstrap's BODY sections*/
  margin: 0;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #292b2c;
  background-color: #fff;
  /*but using our own font settings*/
  /*
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;

    */
  font-size: 14px;
  line-height: 1.42857;
  font-weight: normal;
  /* Bootstrap's various HTML sections * /
    font-family: sans-serif; -- use BODY's
    line-height: 1.15; -- use BODY's
    */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  /*
        Perform import
    */
  /*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
  /*# sourceMappingURL=bootstrap.min.css.map */
  /*
        BOOTSTRAP OVERRIDES
    */
  /* 
    Course colour classes that can be overriden by web designer 
*/
  /*
        Course Colour Bootstrap Collision

        more specific setting to override bootstrap
    */
  /*
        ETB Collision Avoidance
        Values that need resetting because of the way some ETBs code their css
    */
}
.sfcw html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.sfcw body {
  margin: 0;
}
.sfcw article,
.sfcw aside,
.sfcw footer,
.sfcw header,
.sfcw nav,
.sfcw section {
  display: block;
}
.sfcw h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.sfcw figcaption,
.sfcw figure,
.sfcw main {
  display: block;
}
.sfcw figure {
  margin: 1em 40px;
}
.sfcw hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.sfcw pre {
  font-family: monospace,monospace;
  font-size: 1em;
}
.sfcw a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.sfcw a:active,
.sfcw a:hover {
  outline-width: 0;
}
.sfcw abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
.sfcw b,
.sfcw strong {
  font-weight: inherit;
}
.sfcw b,
.sfcw strong {
  font-weight: bolder;
}
.sfcw code,
.sfcw kbd,
.sfcw samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
.sfcw dfn {
  font-style: italic;
}
.sfcw mark {
  background-color: #ff0;
  color: #000;
}
.sfcw small {
  font-size: 80%;
}
.sfcw sub,
.sfcw sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.sfcw sub {
  bottom: -0.25em;
}
.sfcw sup {
  top: -0.5em;
}
.sfcw audio,
.sfcw video {
  display: inline-block;
}
.sfcw audio:not([controls]) {
  display: none;
  height: 0;
}
.sfcw img {
  border-style: none;
}
.sfcw svg:not(:root) {
  overflow: hidden;
}
.sfcw button,
.sfcw input,
.sfcw optgroup,
.sfcw select,
.sfcw textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.sfcw button,
.sfcw input {
  overflow: visible;
}
.sfcw button,
.sfcw select {
  text-transform: none;
}
.sfcw [type=reset],
.sfcw [type=submit],
.sfcw button,
.sfcw html [type=button] {
  -webkit-appearance: button;
}
.sfcw [type=button]::-moz-focus-inner,
.sfcw [type=reset]::-moz-focus-inner,
.sfcw [type=submit]::-moz-focus-inner,
.sfcw button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.sfcw [type=button]:-moz-focusring,
.sfcw [type=reset]:-moz-focusring,
.sfcw [type=submit]:-moz-focusring,
.sfcw button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.sfcw fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.sfcw legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.sfcw progress {
  display: inline-block;
  vertical-align: baseline;
}
.sfcw textarea {
  overflow: auto;
}
.sfcw [type=checkbox],
.sfcw [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.sfcw [type=number]::-webkit-inner-spin-button,
.sfcw [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.sfcw [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.sfcw [type=search]::-webkit-search-cancel-button,
.sfcw [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.sfcw ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.sfcw details,
.sfcw menu {
  display: block;
}
.sfcw summary {
  display: list-item;
}
.sfcw canvas {
  display: inline-block;
}
.sfcw template {
  display: none;
}
.sfcw [hidden] {
  display: none;
}
@media print {
  .sfcw *,
  .sfcw ::after,
  .sfcw ::before,
  .sfcw blockquote::first-letter,
  .sfcw blockquote::first-line,
  .sfcw div::first-letter,
  .sfcw div::first-line,
  .sfcw li::first-letter,
  .sfcw li::first-line,
  .sfcw p::first-letter,
  .sfcw p::first-line {
    text-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none !important;
  }
  .sfcw a,
  .sfcw a:visited {
    text-decoration: underline;
  }
  .sfcw abbr[title]::after {
    content: " (" attr(title) ")";
  }
  .sfcw pre {
    white-space: pre-wrap !important;
  }
  .sfcw blockquote,
  .sfcw pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .sfcw thead {
    display: table-header-group;
  }
  .sfcw img,
  .sfcw tr {
    page-break-inside: avoid;
  }
  .sfcw h2,
  .sfcw h3,
  .sfcw p {
    orphans: 3;
    widows: 3;
  }
  .sfcw h2,
  .sfcw h3 {
    page-break-after: avoid;
  }
  .sfcw .navbar {
    display: none;
  }
  .sfcw .badge {
    border: 1px solid #000;
  }
  .sfcw .table {
    border-collapse: collapse !important;
  }
  .sfcw .table td,
  .sfcw .table th {
    background-color: #fff !important;
  }
  .sfcw .table-bordered td,
  .sfcw .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
.sfcw html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sfcw *,
.sfcw ::after,
.sfcw ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
@-ms-viewport {
  width: device-width;
}
.sfcw html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
.sfcw body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff;
}
.sfcw [tabindex="-1"]:focus {
  outline: 0 !important;
}
.sfcw h1,
.sfcw h2,
.sfcw h3,
.sfcw h4,
.sfcw h5,
.sfcw h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.sfcw p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.sfcw abbr[data-original-title],
.sfcw abbr[title] {
  cursor: help;
}
.sfcw address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.sfcw dl,
.sfcw ol,
.sfcw ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.sfcw ol ol,
.sfcw ol ul,
.sfcw ul ol,
.sfcw ul ul {
  margin-bottom: 0;
}
.sfcw dt {
  font-weight: 700;
}
.sfcw dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
.sfcw blockquote {
  margin: 0 0 1rem;
}
.sfcw a {
  color: #0275d8;
  text-decoration: none;
}
.sfcw a:focus,
.sfcw a:hover {
  color: #014c8c;
  text-decoration: underline;
}
.sfcw a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
.sfcw a:not([href]):not([tabindex]):focus,
.sfcw a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
.sfcw a:not([href]):not([tabindex]):focus {
  outline: 0;
}
.sfcw pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
.sfcw figure {
  margin: 0 0 1rem;
}
.sfcw img {
  vertical-align: middle;
}
.sfcw [role=button] {
  cursor: pointer;
}
.sfcw [role=button],
.sfcw a,
.sfcw area,
.sfcw button,
.sfcw input,
.sfcw label,
.sfcw select,
.sfcw summary,
.sfcw textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.sfcw table {
  border-collapse: collapse;
  background-color: transparent;
}
.sfcw caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}
.sfcw th {
  text-align: left;
}
.sfcw label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.sfcw button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.sfcw button,
.sfcw input,
.sfcw select,
.sfcw textarea {
  line-height: inherit;
}
.sfcw input[type=checkbox]:disabled,
.sfcw input[type=radio]:disabled {
  cursor: not-allowed;
}
.sfcw input[type=date],
.sfcw input[type=time],
.sfcw input[type=datetime-local],
.sfcw input[type=month] {
  -webkit-appearance: listbox;
}
.sfcw textarea {
  resize: vertical;
}
.sfcw fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.sfcw legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}
.sfcw input[type=search] {
  -webkit-appearance: none;
}
.sfcw output {
  display: inline-block;
}
.sfcw [hidden] {
  display: none !important;
}
.sfcw .h1,
.sfcw .h2,
.sfcw .h3,
.sfcw .h4,
.sfcw .h5,
.sfcw .h6,
.sfcw h1,
.sfcw h2,
.sfcw h3,
.sfcw h4,
.sfcw h5,
.sfcw h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.sfcw .h1,
.sfcw h1 {
  font-size: 2.5rem;
}
.sfcw .h2,
.sfcw h2 {
  font-size: 2rem;
}
.sfcw .h3,
.sfcw h3 {
  font-size: 1.75rem;
}
.sfcw .h4,
.sfcw h4 {
  font-size: 1.5rem;
}
.sfcw .h5,
.sfcw h5 {
  font-size: 1.25rem;
}
.sfcw .h6,
.sfcw h6 {
  font-size: 1rem;
}
.sfcw .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.sfcw .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}
.sfcw .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}
.sfcw .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}
.sfcw .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}
.sfcw hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.sfcw .small,
.sfcw small {
  font-size: 80%;
  font-weight: 400;
}
.sfcw .mark,
.sfcw mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.sfcw .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.sfcw .list-inline {
  padding-left: 0;
  list-style: none;
}
.sfcw .list-inline-item {
  display: inline-block;
}
.sfcw .list-inline-item:not(:last-child) {
  margin-right: 5px;
}
.sfcw .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.sfcw .blockquote {
  padding: .5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}
.sfcw .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72;
}
.sfcw .blockquote-footer::before {
  content: "\2014 \00A0";
}
.sfcw .blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: .25rem solid #eceeef;
  border-left: 0;
}
.sfcw .blockquote-reverse .blockquote-footer::before {
  content: "";
}
.sfcw .blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014";
}
.sfcw .img-fluid {
  max-width: 100%;
  height: auto;
}
.sfcw .img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}
.sfcw .figure {
  display: inline-block;
}
.sfcw .figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}
.sfcw .figure-caption {
  font-size: 90%;
  color: #636c72;
}
.sfcw code,
.sfcw kbd,
.sfcw pre,
.sfcw samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.sfcw code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem;
}
.sfcw a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}
.sfcw kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #292b2c;
  border-radius: 0.2rem;
}
.sfcw kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
.sfcw pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c;
}
.sfcw pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}
.sfcw .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.sfcw .container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .sfcw .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .sfcw .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .sfcw .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .sfcw .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .sfcw .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .sfcw .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .sfcw .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .sfcw .container {
    width: 1140px;
    max-width: 100%;
  }
}
.sfcw .container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .sfcw .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .sfcw .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .sfcw .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .sfcw .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.sfcw .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .sfcw .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .sfcw .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .sfcw .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .sfcw .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.sfcw .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.sfcw .no-gutters > .col,
.sfcw .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.sfcw .col,
.sfcw .col-1,
.sfcw .col-10,
.sfcw .col-11,
.sfcw .col-12,
.sfcw .col-2,
.sfcw .col-3,
.sfcw .col-4,
.sfcw .col-5,
.sfcw .col-6,
.sfcw .col-7,
.sfcw .col-8,
.sfcw .col-9,
.sfcw .col-lg,
.sfcw .col-lg-1,
.sfcw .col-lg-10,
.sfcw .col-lg-11,
.sfcw .col-lg-12,
.sfcw .col-lg-2,
.sfcw .col-lg-3,
.sfcw .col-lg-4,
.sfcw .col-lg-5,
.sfcw .col-lg-6,
.sfcw .col-lg-7,
.sfcw .col-lg-8,
.sfcw .col-lg-9,
.sfcw .col-md,
.sfcw .col-md-1,
.sfcw .col-md-10,
.sfcw .col-md-11,
.sfcw .col-md-12,
.sfcw .col-md-2,
.sfcw .col-md-3,
.sfcw .col-md-4,
.sfcw .col-md-5,
.sfcw .col-md-6,
.sfcw .col-md-7,
.sfcw .col-md-8,
.sfcw .col-md-9,
.sfcw .col-sm,
.sfcw .col-sm-1,
.sfcw .col-sm-10,
.sfcw .col-sm-11,
.sfcw .col-sm-12,
.sfcw .col-sm-2,
.sfcw .col-sm-3,
.sfcw .col-sm-4,
.sfcw .col-sm-5,
.sfcw .col-sm-6,
.sfcw .col-sm-7,
.sfcw .col-sm-8,
.sfcw .col-sm-9,
.sfcw .col-xl,
.sfcw .col-xl-1,
.sfcw .col-xl-10,
.sfcw .col-xl-11,
.sfcw .col-xl-12,
.sfcw .col-xl-2,
.sfcw .col-xl-3,
.sfcw .col-xl-4,
.sfcw .col-xl-5,
.sfcw .col-xl-6,
.sfcw .col-xl-7,
.sfcw .col-xl-8,
.sfcw .col-xl-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .sfcw .col,
  .sfcw .col-1,
  .sfcw .col-10,
  .sfcw .col-11,
  .sfcw .col-12,
  .sfcw .col-2,
  .sfcw .col-3,
  .sfcw .col-4,
  .sfcw .col-5,
  .sfcw .col-6,
  .sfcw .col-7,
  .sfcw .col-8,
  .sfcw .col-9,
  .sfcw .col-lg,
  .sfcw .col-lg-1,
  .sfcw .col-lg-10,
  .sfcw .col-lg-11,
  .sfcw .col-lg-12,
  .sfcw .col-lg-2,
  .sfcw .col-lg-3,
  .sfcw .col-lg-4,
  .sfcw .col-lg-5,
  .sfcw .col-lg-6,
  .sfcw .col-lg-7,
  .sfcw .col-lg-8,
  .sfcw .col-lg-9,
  .sfcw .col-md,
  .sfcw .col-md-1,
  .sfcw .col-md-10,
  .sfcw .col-md-11,
  .sfcw .col-md-12,
  .sfcw .col-md-2,
  .sfcw .col-md-3,
  .sfcw .col-md-4,
  .sfcw .col-md-5,
  .sfcw .col-md-6,
  .sfcw .col-md-7,
  .sfcw .col-md-8,
  .sfcw .col-md-9,
  .sfcw .col-sm,
  .sfcw .col-sm-1,
  .sfcw .col-sm-10,
  .sfcw .col-sm-11,
  .sfcw .col-sm-12,
  .sfcw .col-sm-2,
  .sfcw .col-sm-3,
  .sfcw .col-sm-4,
  .sfcw .col-sm-5,
  .sfcw .col-sm-6,
  .sfcw .col-sm-7,
  .sfcw .col-sm-8,
  .sfcw .col-sm-9,
  .sfcw .col-xl,
  .sfcw .col-xl-1,
  .sfcw .col-xl-10,
  .sfcw .col-xl-11,
  .sfcw .col-xl-12,
  .sfcw .col-xl-2,
  .sfcw .col-xl-3,
  .sfcw .col-xl-4,
  .sfcw .col-xl-5,
  .sfcw .col-xl-6,
  .sfcw .col-xl-7,
  .sfcw .col-xl-8,
  .sfcw .col-xl-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .sfcw .col,
  .sfcw .col-1,
  .sfcw .col-10,
  .sfcw .col-11,
  .sfcw .col-12,
  .sfcw .col-2,
  .sfcw .col-3,
  .sfcw .col-4,
  .sfcw .col-5,
  .sfcw .col-6,
  .sfcw .col-7,
  .sfcw .col-8,
  .sfcw .col-9,
  .sfcw .col-lg,
  .sfcw .col-lg-1,
  .sfcw .col-lg-10,
  .sfcw .col-lg-11,
  .sfcw .col-lg-12,
  .sfcw .col-lg-2,
  .sfcw .col-lg-3,
  .sfcw .col-lg-4,
  .sfcw .col-lg-5,
  .sfcw .col-lg-6,
  .sfcw .col-lg-7,
  .sfcw .col-lg-8,
  .sfcw .col-lg-9,
  .sfcw .col-md,
  .sfcw .col-md-1,
  .sfcw .col-md-10,
  .sfcw .col-md-11,
  .sfcw .col-md-12,
  .sfcw .col-md-2,
  .sfcw .col-md-3,
  .sfcw .col-md-4,
  .sfcw .col-md-5,
  .sfcw .col-md-6,
  .sfcw .col-md-7,
  .sfcw .col-md-8,
  .sfcw .col-md-9,
  .sfcw .col-sm,
  .sfcw .col-sm-1,
  .sfcw .col-sm-10,
  .sfcw .col-sm-11,
  .sfcw .col-sm-12,
  .sfcw .col-sm-2,
  .sfcw .col-sm-3,
  .sfcw .col-sm-4,
  .sfcw .col-sm-5,
  .sfcw .col-sm-6,
  .sfcw .col-sm-7,
  .sfcw .col-sm-8,
  .sfcw .col-sm-9,
  .sfcw .col-xl,
  .sfcw .col-xl-1,
  .sfcw .col-xl-10,
  .sfcw .col-xl-11,
  .sfcw .col-xl-12,
  .sfcw .col-xl-2,
  .sfcw .col-xl-3,
  .sfcw .col-xl-4,
  .sfcw .col-xl-5,
  .sfcw .col-xl-6,
  .sfcw .col-xl-7,
  .sfcw .col-xl-8,
  .sfcw .col-xl-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .sfcw .col,
  .sfcw .col-1,
  .sfcw .col-10,
  .sfcw .col-11,
  .sfcw .col-12,
  .sfcw .col-2,
  .sfcw .col-3,
  .sfcw .col-4,
  .sfcw .col-5,
  .sfcw .col-6,
  .sfcw .col-7,
  .sfcw .col-8,
  .sfcw .col-9,
  .sfcw .col-lg,
  .sfcw .col-lg-1,
  .sfcw .col-lg-10,
  .sfcw .col-lg-11,
  .sfcw .col-lg-12,
  .sfcw .col-lg-2,
  .sfcw .col-lg-3,
  .sfcw .col-lg-4,
  .sfcw .col-lg-5,
  .sfcw .col-lg-6,
  .sfcw .col-lg-7,
  .sfcw .col-lg-8,
  .sfcw .col-lg-9,
  .sfcw .col-md,
  .sfcw .col-md-1,
  .sfcw .col-md-10,
  .sfcw .col-md-11,
  .sfcw .col-md-12,
  .sfcw .col-md-2,
  .sfcw .col-md-3,
  .sfcw .col-md-4,
  .sfcw .col-md-5,
  .sfcw .col-md-6,
  .sfcw .col-md-7,
  .sfcw .col-md-8,
  .sfcw .col-md-9,
  .sfcw .col-sm,
  .sfcw .col-sm-1,
  .sfcw .col-sm-10,
  .sfcw .col-sm-11,
  .sfcw .col-sm-12,
  .sfcw .col-sm-2,
  .sfcw .col-sm-3,
  .sfcw .col-sm-4,
  .sfcw .col-sm-5,
  .sfcw .col-sm-6,
  .sfcw .col-sm-7,
  .sfcw .col-sm-8,
  .sfcw .col-sm-9,
  .sfcw .col-xl,
  .sfcw .col-xl-1,
  .sfcw .col-xl-10,
  .sfcw .col-xl-11,
  .sfcw .col-xl-12,
  .sfcw .col-xl-2,
  .sfcw .col-xl-3,
  .sfcw .col-xl-4,
  .sfcw .col-xl-5,
  .sfcw .col-xl-6,
  .sfcw .col-xl-7,
  .sfcw .col-xl-8,
  .sfcw .col-xl-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .sfcw .col,
  .sfcw .col-1,
  .sfcw .col-10,
  .sfcw .col-11,
  .sfcw .col-12,
  .sfcw .col-2,
  .sfcw .col-3,
  .sfcw .col-4,
  .sfcw .col-5,
  .sfcw .col-6,
  .sfcw .col-7,
  .sfcw .col-8,
  .sfcw .col-9,
  .sfcw .col-lg,
  .sfcw .col-lg-1,
  .sfcw .col-lg-10,
  .sfcw .col-lg-11,
  .sfcw .col-lg-12,
  .sfcw .col-lg-2,
  .sfcw .col-lg-3,
  .sfcw .col-lg-4,
  .sfcw .col-lg-5,
  .sfcw .col-lg-6,
  .sfcw .col-lg-7,
  .sfcw .col-lg-8,
  .sfcw .col-lg-9,
  .sfcw .col-md,
  .sfcw .col-md-1,
  .sfcw .col-md-10,
  .sfcw .col-md-11,
  .sfcw .col-md-12,
  .sfcw .col-md-2,
  .sfcw .col-md-3,
  .sfcw .col-md-4,
  .sfcw .col-md-5,
  .sfcw .col-md-6,
  .sfcw .col-md-7,
  .sfcw .col-md-8,
  .sfcw .col-md-9,
  .sfcw .col-sm,
  .sfcw .col-sm-1,
  .sfcw .col-sm-10,
  .sfcw .col-sm-11,
  .sfcw .col-sm-12,
  .sfcw .col-sm-2,
  .sfcw .col-sm-3,
  .sfcw .col-sm-4,
  .sfcw .col-sm-5,
  .sfcw .col-sm-6,
  .sfcw .col-sm-7,
  .sfcw .col-sm-8,
  .sfcw .col-sm-9,
  .sfcw .col-xl,
  .sfcw .col-xl-1,
  .sfcw .col-xl-10,
  .sfcw .col-xl-11,
  .sfcw .col-xl-12,
  .sfcw .col-xl-2,
  .sfcw .col-xl-3,
  .sfcw .col-xl-4,
  .sfcw .col-xl-5,
  .sfcw .col-xl-6,
  .sfcw .col-xl-7,
  .sfcw .col-xl-8,
  .sfcw .col-xl-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.sfcw .col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.sfcw .col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.sfcw .col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.sfcw .col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.sfcw .col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.sfcw .col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.sfcw .col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.sfcw .col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.sfcw .col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.sfcw .col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.sfcw .col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.sfcw .col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.sfcw .col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.sfcw .col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sfcw .pull-0 {
  right: auto;
}
.sfcw .pull-1 {
  right: 8.333333%;
}
.sfcw .pull-2 {
  right: 16.666667%;
}
.sfcw .pull-3 {
  right: 25%;
}
.sfcw .pull-4 {
  right: 33.333333%;
}
.sfcw .pull-5 {
  right: 41.666667%;
}
.sfcw .pull-6 {
  right: 50%;
}
.sfcw .pull-7 {
  right: 58.333333%;
}
.sfcw .pull-8 {
  right: 66.666667%;
}
.sfcw .pull-9 {
  right: 75%;
}
.sfcw .pull-10 {
  right: 83.333333%;
}
.sfcw .pull-11 {
  right: 91.666667%;
}
.sfcw .pull-12 {
  right: 100%;
}
.sfcw .push-0 {
  left: auto;
}
.sfcw .push-1 {
  left: 8.333333%;
}
.sfcw .push-2 {
  left: 16.666667%;
}
.sfcw .push-3 {
  left: 25%;
}
.sfcw .push-4 {
  left: 33.333333%;
}
.sfcw .push-5 {
  left: 41.666667%;
}
.sfcw .push-6 {
  left: 50%;
}
.sfcw .push-7 {
  left: 58.333333%;
}
.sfcw .push-8 {
  left: 66.666667%;
}
.sfcw .push-9 {
  left: 75%;
}
.sfcw .push-10 {
  left: 83.333333%;
}
.sfcw .push-11 {
  left: 91.666667%;
}
.sfcw .push-12 {
  left: 100%;
}
.sfcw .offset-1 {
  margin-left: 8.333333%;
}
.sfcw .offset-2 {
  margin-left: 16.666667%;
}
.sfcw .offset-3 {
  margin-left: 25%;
}
.sfcw .offset-4 {
  margin-left: 33.333333%;
}
.sfcw .offset-5 {
  margin-left: 41.666667%;
}
.sfcw .offset-6 {
  margin-left: 50%;
}
.sfcw .offset-7 {
  margin-left: 58.333333%;
}
.sfcw .offset-8 {
  margin-left: 66.666667%;
}
.sfcw .offset-9 {
  margin-left: 75%;
}
.sfcw .offset-10 {
  margin-left: 83.333333%;
}
.sfcw .offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .sfcw .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .sfcw .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .sfcw .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .sfcw .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .sfcw .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sfcw .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .sfcw .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .sfcw .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sfcw .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .sfcw .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .sfcw .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sfcw .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .sfcw .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .sfcw .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sfcw .pull-sm-0 {
    right: auto;
  }
  .sfcw .pull-sm-1 {
    right: 8.333333%;
  }
  .sfcw .pull-sm-2 {
    right: 16.666667%;
  }
  .sfcw .pull-sm-3 {
    right: 25%;
  }
  .sfcw .pull-sm-4 {
    right: 33.333333%;
  }
  .sfcw .pull-sm-5 {
    right: 41.666667%;
  }
  .sfcw .pull-sm-6 {
    right: 50%;
  }
  .sfcw .pull-sm-7 {
    right: 58.333333%;
  }
  .sfcw .pull-sm-8 {
    right: 66.666667%;
  }
  .sfcw .pull-sm-9 {
    right: 75%;
  }
  .sfcw .pull-sm-10 {
    right: 83.333333%;
  }
  .sfcw .pull-sm-11 {
    right: 91.666667%;
  }
  .sfcw .pull-sm-12 {
    right: 100%;
  }
  .sfcw .push-sm-0 {
    left: auto;
  }
  .sfcw .push-sm-1 {
    left: 8.333333%;
  }
  .sfcw .push-sm-2 {
    left: 16.666667%;
  }
  .sfcw .push-sm-3 {
    left: 25%;
  }
  .sfcw .push-sm-4 {
    left: 33.333333%;
  }
  .sfcw .push-sm-5 {
    left: 41.666667%;
  }
  .sfcw .push-sm-6 {
    left: 50%;
  }
  .sfcw .push-sm-7 {
    left: 58.333333%;
  }
  .sfcw .push-sm-8 {
    left: 66.666667%;
  }
  .sfcw .push-sm-9 {
    left: 75%;
  }
  .sfcw .push-sm-10 {
    left: 83.333333%;
  }
  .sfcw .push-sm-11 {
    left: 91.666667%;
  }
  .sfcw .push-sm-12 {
    left: 100%;
  }
  .sfcw .offset-sm-0 {
    margin-left: 0;
  }
  .sfcw .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .sfcw .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .sfcw .offset-sm-3 {
    margin-left: 25%;
  }
  .sfcw .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .sfcw .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .sfcw .offset-sm-6 {
    margin-left: 50%;
  }
  .sfcw .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .sfcw .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .sfcw .offset-sm-9 {
    margin-left: 75%;
  }
  .sfcw .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .sfcw .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .sfcw .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .sfcw .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .sfcw .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .sfcw .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .sfcw .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sfcw .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .sfcw .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .sfcw .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sfcw .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .sfcw .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .sfcw .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sfcw .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .sfcw .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .sfcw .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sfcw .pull-md-0 {
    right: auto;
  }
  .sfcw .pull-md-1 {
    right: 8.333333%;
  }
  .sfcw .pull-md-2 {
    right: 16.666667%;
  }
  .sfcw .pull-md-3 {
    right: 25%;
  }
  .sfcw .pull-md-4 {
    right: 33.333333%;
  }
  .sfcw .pull-md-5 {
    right: 41.666667%;
  }
  .sfcw .pull-md-6 {
    right: 50%;
  }
  .sfcw .pull-md-7 {
    right: 58.333333%;
  }
  .sfcw .pull-md-8 {
    right: 66.666667%;
  }
  .sfcw .pull-md-9 {
    right: 75%;
  }
  .sfcw .pull-md-10 {
    right: 83.333333%;
  }
  .sfcw .pull-md-11 {
    right: 91.666667%;
  }
  .sfcw .pull-md-12 {
    right: 100%;
  }
  .sfcw .push-md-0 {
    left: auto;
  }
  .sfcw .push-md-1 {
    left: 8.333333%;
  }
  .sfcw .push-md-2 {
    left: 16.666667%;
  }
  .sfcw .push-md-3 {
    left: 25%;
  }
  .sfcw .push-md-4 {
    left: 33.333333%;
  }
  .sfcw .push-md-5 {
    left: 41.666667%;
  }
  .sfcw .push-md-6 {
    left: 50%;
  }
  .sfcw .push-md-7 {
    left: 58.333333%;
  }
  .sfcw .push-md-8 {
    left: 66.666667%;
  }
  .sfcw .push-md-9 {
    left: 75%;
  }
  .sfcw .push-md-10 {
    left: 83.333333%;
  }
  .sfcw .push-md-11 {
    left: 91.666667%;
  }
  .sfcw .push-md-12 {
    left: 100%;
  }
  .sfcw .offset-md-0 {
    margin-left: 0;
  }
  .sfcw .offset-md-1 {
    margin-left: 8.333333%;
  }
  .sfcw .offset-md-2 {
    margin-left: 16.666667%;
  }
  .sfcw .offset-md-3 {
    margin-left: 25%;
  }
  .sfcw .offset-md-4 {
    margin-left: 33.333333%;
  }
  .sfcw .offset-md-5 {
    margin-left: 41.666667%;
  }
  .sfcw .offset-md-6 {
    margin-left: 50%;
  }
  .sfcw .offset-md-7 {
    margin-left: 58.333333%;
  }
  .sfcw .offset-md-8 {
    margin-left: 66.666667%;
  }
  .sfcw .offset-md-9 {
    margin-left: 75%;
  }
  .sfcw .offset-md-10 {
    margin-left: 83.333333%;
  }
  .sfcw .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .sfcw .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .sfcw .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .sfcw .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .sfcw .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .sfcw .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sfcw .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .sfcw .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .sfcw .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sfcw .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .sfcw .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .sfcw .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sfcw .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .sfcw .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .sfcw .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sfcw .pull-lg-0 {
    right: auto;
  }
  .sfcw .pull-lg-1 {
    right: 8.333333%;
  }
  .sfcw .pull-lg-2 {
    right: 16.666667%;
  }
  .sfcw .pull-lg-3 {
    right: 25%;
  }
  .sfcw .pull-lg-4 {
    right: 33.333333%;
  }
  .sfcw .pull-lg-5 {
    right: 41.666667%;
  }
  .sfcw .pull-lg-6 {
    right: 50%;
  }
  .sfcw .pull-lg-7 {
    right: 58.333333%;
  }
  .sfcw .pull-lg-8 {
    right: 66.666667%;
  }
  .sfcw .pull-lg-9 {
    right: 75%;
  }
  .sfcw .pull-lg-10 {
    right: 83.333333%;
  }
  .sfcw .pull-lg-11 {
    right: 91.666667%;
  }
  .sfcw .pull-lg-12 {
    right: 100%;
  }
  .sfcw .push-lg-0 {
    left: auto;
  }
  .sfcw .push-lg-1 {
    left: 8.333333%;
  }
  .sfcw .push-lg-2 {
    left: 16.666667%;
  }
  .sfcw .push-lg-3 {
    left: 25%;
  }
  .sfcw .push-lg-4 {
    left: 33.333333%;
  }
  .sfcw .push-lg-5 {
    left: 41.666667%;
  }
  .sfcw .push-lg-6 {
    left: 50%;
  }
  .sfcw .push-lg-7 {
    left: 58.333333%;
  }
  .sfcw .push-lg-8 {
    left: 66.666667%;
  }
  .sfcw .push-lg-9 {
    left: 75%;
  }
  .sfcw .push-lg-10 {
    left: 83.333333%;
  }
  .sfcw .push-lg-11 {
    left: 91.666667%;
  }
  .sfcw .push-lg-12 {
    left: 100%;
  }
  .sfcw .offset-lg-0 {
    margin-left: 0;
  }
  .sfcw .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .sfcw .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .sfcw .offset-lg-3 {
    margin-left: 25%;
  }
  .sfcw .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .sfcw .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .sfcw .offset-lg-6 {
    margin-left: 50%;
  }
  .sfcw .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .sfcw .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .sfcw .offset-lg-9 {
    margin-left: 75%;
  }
  .sfcw .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .sfcw .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .sfcw .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .sfcw .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .sfcw .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .sfcw .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .sfcw .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sfcw .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .sfcw .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .sfcw .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sfcw .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .sfcw .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .sfcw .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sfcw .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .sfcw .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .sfcw .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sfcw .pull-xl-0 {
    right: auto;
  }
  .sfcw .pull-xl-1 {
    right: 8.333333%;
  }
  .sfcw .pull-xl-2 {
    right: 16.666667%;
  }
  .sfcw .pull-xl-3 {
    right: 25%;
  }
  .sfcw .pull-xl-4 {
    right: 33.333333%;
  }
  .sfcw .pull-xl-5 {
    right: 41.666667%;
  }
  .sfcw .pull-xl-6 {
    right: 50%;
  }
  .sfcw .pull-xl-7 {
    right: 58.333333%;
  }
  .sfcw .pull-xl-8 {
    right: 66.666667%;
  }
  .sfcw .pull-xl-9 {
    right: 75%;
  }
  .sfcw .pull-xl-10 {
    right: 83.333333%;
  }
  .sfcw .pull-xl-11 {
    right: 91.666667%;
  }
  .sfcw .pull-xl-12 {
    right: 100%;
  }
  .sfcw .push-xl-0 {
    left: auto;
  }
  .sfcw .push-xl-1 {
    left: 8.333333%;
  }
  .sfcw .push-xl-2 {
    left: 16.666667%;
  }
  .sfcw .push-xl-3 {
    left: 25%;
  }
  .sfcw .push-xl-4 {
    left: 33.333333%;
  }
  .sfcw .push-xl-5 {
    left: 41.666667%;
  }
  .sfcw .push-xl-6 {
    left: 50%;
  }
  .sfcw .push-xl-7 {
    left: 58.333333%;
  }
  .sfcw .push-xl-8 {
    left: 66.666667%;
  }
  .sfcw .push-xl-9 {
    left: 75%;
  }
  .sfcw .push-xl-10 {
    left: 83.333333%;
  }
  .sfcw .push-xl-11 {
    left: 91.666667%;
  }
  .sfcw .push-xl-12 {
    left: 100%;
  }
  .sfcw .offset-xl-0 {
    margin-left: 0;
  }
  .sfcw .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .sfcw .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .sfcw .offset-xl-3 {
    margin-left: 25%;
  }
  .sfcw .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .sfcw .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .sfcw .offset-xl-6 {
    margin-left: 50%;
  }
  .sfcw .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .sfcw .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .sfcw .offset-xl-9 {
    margin-left: 75%;
  }
  .sfcw .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .sfcw .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.sfcw .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.sfcw .table td,
.sfcw .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
.sfcw .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
.sfcw .table tbody + tbody {
  border-top: 2px solid #eceeef;
}
.sfcw .table .table {
  background-color: #fff;
}
.sfcw .table-sm td,
.sfcw .table-sm th {
  padding: 0.3rem;
}
.sfcw .table-bordered {
  border: 1px solid #eceeef;
}
.sfcw .table-bordered td,
.sfcw .table-bordered th {
  border: 1px solid #eceeef;
}
.sfcw .table-bordered thead td,
.sfcw .table-bordered thead th {
  border-bottom-width: 2px;
}
.sfcw .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.sfcw .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.sfcw .table-active,
.sfcw .table-active > td,
.sfcw .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.sfcw .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.sfcw .table-hover .table-active:hover > td,
.sfcw .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.sfcw .table-success,
.sfcw .table-success > td,
.sfcw .table-success > th {
  background-color: #dff0d8;
}
.sfcw .table-hover .table-success:hover {
  background-color: #d0e9c6;
}
.sfcw .table-hover .table-success:hover > td,
.sfcw .table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}
.sfcw .table-info,
.sfcw .table-info > td,
.sfcw .table-info > th {
  background-color: #d9edf7;
}
.sfcw .table-hover .table-info:hover {
  background-color: #c4e3f3;
}
.sfcw .table-hover .table-info:hover > td,
.sfcw .table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}
.sfcw .table-warning,
.sfcw .table-warning > td,
.sfcw .table-warning > th {
  background-color: #fcf8e3;
}
.sfcw .table-hover .table-warning:hover {
  background-color: #faf2cc;
}
.sfcw .table-hover .table-warning:hover > td,
.sfcw .table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}
.sfcw .table-danger,
.sfcw .table-danger > td,
.sfcw .table-danger > th {
  background-color: #f2dede;
}
.sfcw .table-hover .table-danger:hover {
  background-color: #ebcccc;
}
.sfcw .table-hover .table-danger:hover > td,
.sfcw .table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}
.sfcw .thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}
.sfcw .thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}
.sfcw .table-inverse {
  color: #fff;
  background-color: #292b2c;
}
.sfcw .table-inverse td,
.sfcw .table-inverse th,
.sfcw .table-inverse thead th {
  border-color: #fff;
}
.sfcw .table-inverse.table-bordered {
  border: 0;
}
.sfcw .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.sfcw .table-responsive.table-bordered {
  border: 0;
}
.sfcw .form-control {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.sfcw .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.sfcw .form-control:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #5cb3fd;
  outline: 0;
}
.sfcw .form-control::-webkit-input-placeholder {
  color: #636c72;
  opacity: 1;
}
.sfcw .form-control::-moz-placeholder {
  color: #636c72;
  opacity: 1;
}
.sfcw .form-control:-ms-input-placeholder {
  color: #636c72;
  opacity: 1;
}
.sfcw .form-control::placeholder {
  color: #636c72;
  opacity: 1;
}
.sfcw .form-control:disabled,
.sfcw .form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}
.sfcw .form-control:disabled {
  cursor: not-allowed;
}
.sfcw select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
.sfcw select.form-control:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}
.sfcw .form-control-file,
.sfcw .form-control-range {
  display: block;
}
.sfcw .col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0;
}
.sfcw .col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem;
}
.sfcw .col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem;
}
.sfcw .col-form-legend {
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: 0;
  font-size: 1rem;
}
.sfcw .form-control-static {
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}
.sfcw .form-control-static.form-control-lg,
.sfcw .form-control-static.form-control-sm,
.sfcw .input-group-lg > .form-control-static.form-control,
.sfcw .input-group-lg > .form-control-static.input-group-addon,
.sfcw .input-group-lg > .input-group-btn > .form-control-static.btn,
.sfcw .input-group-sm > .form-control-static.form-control,
.sfcw .input-group-sm > .form-control-static.input-group-addon,
.sfcw .input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}
.sfcw .form-control-sm,
.sfcw .input-group-sm > .form-control,
.sfcw .input-group-sm > .input-group-addon,
.sfcw .input-group-sm > .input-group-btn > .btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: 0.2rem;
}
.sfcw .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),
.sfcw .input-group-sm > select.form-control:not([size]):not([multiple]),
.sfcw .input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.sfcw select.form-control-sm:not([size]):not([multiple]) {
  height: 1.8125rem;
}
.sfcw .form-control-lg,
.sfcw .input-group-lg > .form-control,
.sfcw .input-group-lg > .input-group-addon,
.sfcw .input-group-lg > .input-group-btn > .btn {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.sfcw .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.sfcw .input-group-lg > select.form-control:not([size]):not([multiple]),
.sfcw .input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.sfcw select.form-control-lg:not([size]):not([multiple]) {
  height: 3.166667rem;
}
.sfcw .form-group {
  margin-bottom: 1rem;
}
.sfcw .form-text {
  display: block;
  margin-top: 0.25rem;
}
.sfcw .form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.sfcw .form-check.disabled .form-check-label {
  color: #636c72;
  cursor: not-allowed;
}
.sfcw .form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}
.sfcw .form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem;
}
.sfcw .form-check-input:only-child {
  position: static;
}
.sfcw .form-check-inline {
  display: inline-block;
}
.sfcw .form-check-inline .form-check-label {
  vertical-align: middle;
}
.sfcw .form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}
.sfcw .form-control-feedback {
  margin-top: 0.25rem;
}
.sfcw .form-control-danger,
.sfcw .form-control-success,
.sfcw .form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right .5625rem;
  -webkit-background-size: 1.125rem 1.125rem;
  background-size: 1.125rem 1.125rem;
}
.sfcw .has-success .col-form-label,
.sfcw .has-success .custom-control,
.sfcw .has-success .form-check-label,
.sfcw .has-success .form-control-feedback,
.sfcw .has-success .form-control-label {
  color: #5cb85c;
}
.sfcw .has-success .form-control {
  border-color: #5cb85c;
}
.sfcw .has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}
.sfcw .has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}
.sfcw .has-warning .col-form-label,
.sfcw .has-warning .custom-control,
.sfcw .has-warning .form-check-label,
.sfcw .has-warning .form-control-feedback,
.sfcw .has-warning .form-control-label {
  color: #f0ad4e;
}
.sfcw .has-warning .form-control {
  border-color: #f0ad4e;
}
.sfcw .has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: #fff;
}
.sfcw .has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}
.sfcw .has-danger .col-form-label,
.sfcw .has-danger .custom-control,
.sfcw .has-danger .form-check-label,
.sfcw .has-danger .form-control-feedback,
.sfcw .has-danger .form-control-label {
  color: #d9534f;
}
.sfcw .has-danger .form-control {
  border-color: #d9534f;
}
.sfcw .has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}
.sfcw .has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}
.sfcw .form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sfcw .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .sfcw .form-inline label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .sfcw .form-inline .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .sfcw .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .sfcw .form-inline .form-control-static {
    display: inline-block;
  }
  .sfcw .form-inline .input-group {
    width: auto;
  }
  .sfcw .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .sfcw .form-inline .form-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .sfcw .form-inline .form-check-label {
    padding-left: 0;
  }
  .sfcw .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }
  .sfcw .form-inline .custom-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }
  .sfcw .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: .25rem;
    vertical-align: text-bottom;
  }
  .sfcw .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.sfcw .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .5rem 1rem;
  font-size: 1rem;
  border-radius: .25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sfcw .btn:focus,
.sfcw .btn:hover {
  text-decoration: none;
}
.sfcw .btn.focus,
.sfcw .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
}
.sfcw .btn.disabled,
.sfcw .btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.sfcw .btn.active,
.sfcw .btn:active {
  background-image: none;
}
.sfcw a.btn.disabled,
.sfcw fieldset[disabled] a.btn {
  pointer-events: none;
}
.sfcw .btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.sfcw .btn-primary:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}
.sfcw .btn-primary.focus,
.sfcw .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}
.sfcw .btn-primary.disabled,
.sfcw .btn-primary:disabled {
  background-color: #0275d8;
  border-color: #0275d8;
}
.sfcw .btn-primary.active,
.sfcw .btn-primary:active,
.sfcw .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #025aa5;
  background-image: none;
  border-color: #01549b;
}
.sfcw .btn-secondary {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc;
}
.sfcw .btn-secondary:hover {
  color: #292b2c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.sfcw .btn-secondary.focus,
.sfcw .btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}
.sfcw .btn-secondary.disabled,
.sfcw .btn-secondary:disabled {
  background-color: #fff;
  border-color: #ccc;
}
.sfcw .btn-secondary.active,
.sfcw .btn-secondary:active,
.sfcw .show > .btn-secondary.dropdown-toggle {
  color: #292b2c;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.sfcw .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.sfcw .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}
.sfcw .btn-info.focus,
.sfcw .btn-info:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}
.sfcw .btn-info.disabled,
.sfcw .btn-info:disabled {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.sfcw .btn-info.active,
.sfcw .btn-info:active,
.sfcw .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #2aabd2;
}
.sfcw .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.sfcw .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
.sfcw .btn-success.focus,
.sfcw .btn-success:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
  box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}
.sfcw .btn-success.disabled,
.sfcw .btn-success:disabled {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.sfcw .btn-success.active,
.sfcw .btn-success:active,
.sfcw .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #419641;
}
.sfcw .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.sfcw .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}
.sfcw .btn-warning.focus,
.sfcw .btn-warning:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}
.sfcw .btn-warning.disabled,
.sfcw .btn-warning:disabled {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.sfcw .btn-warning.active,
.sfcw .btn-warning:active,
.sfcw .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #eb9316;
}
.sfcw .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.sfcw .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.sfcw .btn-danger.focus,
.sfcw .btn-danger:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}
.sfcw .btn-danger.disabled,
.sfcw .btn-danger:disabled {
  background-color: #d9534f;
  border-color: #d9534f;
}
.sfcw .btn-danger.active,
.sfcw .btn-danger:active,
.sfcw .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a;
}
.sfcw .btn-outline-primary {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8;
}
.sfcw .btn-outline-primary:hover {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.sfcw .btn-outline-primary.focus,
.sfcw .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}
.sfcw .btn-outline-primary.disabled,
.sfcw .btn-outline-primary:disabled {
  color: #0275d8;
  background-color: transparent;
}
.sfcw .btn-outline-primary.active,
.sfcw .btn-outline-primary:active,
.sfcw .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.sfcw .btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}
.sfcw .btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.sfcw .btn-outline-secondary.focus,
.sfcw .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}
.sfcw .btn-outline-secondary.disabled,
.sfcw .btn-outline-secondary:disabled {
  color: #ccc;
  background-color: transparent;
}
.sfcw .btn-outline-secondary.active,
.sfcw .btn-outline-secondary:active,
.sfcw .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.sfcw .btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}
.sfcw .btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.sfcw .btn-outline-info.focus,
.sfcw .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}
.sfcw .btn-outline-info.disabled,
.sfcw .btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent;
}
.sfcw .btn-outline-info.active,
.sfcw .btn-outline-info:active,
.sfcw .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.sfcw .btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}
.sfcw .btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.sfcw .btn-outline-success.focus,
.sfcw .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
  box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}
.sfcw .btn-outline-success.disabled,
.sfcw .btn-outline-success:disabled {
  color: #5cb85c;
  background-color: transparent;
}
.sfcw .btn-outline-success.active,
.sfcw .btn-outline-success:active,
.sfcw .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.sfcw .btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}
.sfcw .btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.sfcw .btn-outline-warning.focus,
.sfcw .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}
.sfcw .btn-outline-warning.disabled,
.sfcw .btn-outline-warning:disabled {
  color: #f0ad4e;
  background-color: transparent;
}
.sfcw .btn-outline-warning.active,
.sfcw .btn-outline-warning:active,
.sfcw .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.sfcw .btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}
.sfcw .btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.sfcw .btn-outline-danger.focus,
.sfcw .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}
.sfcw .btn-outline-danger.disabled,
.sfcw .btn-outline-danger:disabled {
  color: #d9534f;
  background-color: transparent;
}
.sfcw .btn-outline-danger.active,
.sfcw .btn-outline-danger:active,
.sfcw .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.sfcw .btn-link {
  font-weight: 400;
  color: #0275d8;
  border-radius: 0;
}
.sfcw .btn-link,
.sfcw .btn-link.active,
.sfcw .btn-link:active,
.sfcw .btn-link:disabled {
  background-color: transparent;
}
.sfcw .btn-link,
.sfcw .btn-link:active,
.sfcw .btn-link:focus {
  border-color: transparent;
}
.sfcw .btn-link:hover {
  border-color: transparent;
}
.sfcw .btn-link:focus,
.sfcw .btn-link:hover {
  color: #014c8c;
  text-decoration: underline;
  background-color: transparent;
}
.sfcw .btn-link:disabled {
  color: #636c72;
}
.sfcw .btn-link:disabled:focus,
.sfcw .btn-link:disabled:hover {
  text-decoration: none;
}
.sfcw .btn-group-lg > .btn,
.sfcw .btn-lg {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.sfcw .btn-group-sm > .btn,
.sfcw .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: 0.2rem;
}
.sfcw .btn-block {
  display: block;
  width: 100%;
}
.sfcw .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.sfcw input[type=button].btn-block,
.sfcw input[type=reset].btn-block,
.sfcw input[type=submit].btn-block {
  width: 100%;
}
.sfcw .fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity 0.15s linear;
}
.sfcw .fade.show {
  opacity: 1;
}
.sfcw .collapse {
  display: none;
}
.sfcw .collapse.show {
  display: block;
}
.sfcw tr.collapse.show {
  display: table-row;
}
.sfcw tbody.collapse.show {
  display: table-row-group;
}
.sfcw .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height 0.35s ease;
}
.sfcw .dropdown,
.sfcw .dropup {
  position: relative;
}
.sfcw .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: 0.3em solid transparent;
}
.sfcw .dropdown-toggle:focus {
  outline: 0;
}
.sfcw .dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}
.sfcw .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #292b2c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.sfcw .dropdown-divider {
  height: 1px;
  margin: .5rem 0;
  overflow: hidden;
  background-color: #eceeef;
}
.sfcw .dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}
.sfcw .dropdown-item:focus,
.sfcw .dropdown-item:hover {
  color: #1d1e1f;
  text-decoration: none;
  background-color: #f7f7f9;
}
.sfcw .dropdown-item.active,
.sfcw .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
}
.sfcw .dropdown-item.disabled,
.sfcw .dropdown-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: transparent;
}
.sfcw .show > .dropdown-menu {
  display: block;
}
.sfcw .show > a {
  outline: 0;
}
.sfcw .dropdown-menu-right {
  right: 0;
  left: auto;
}
.sfcw .dropdown-menu-left {
  right: auto;
  left: 0;
}
.sfcw .dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #636c72;
  white-space: nowrap;
}
.sfcw .dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.sfcw .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem;
}
.sfcw .btn-group,
.sfcw .btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.sfcw .btn-group-vertical > .btn,
.sfcw .btn-group > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.sfcw .btn-group-vertical > .btn:hover,
.sfcw .btn-group > .btn:hover {
  z-index: 2;
}
.sfcw .btn-group-vertical > .btn.active,
.sfcw .btn-group-vertical > .btn:active,
.sfcw .btn-group-vertical > .btn:focus,
.sfcw .btn-group > .btn.active,
.sfcw .btn-group > .btn:active,
.sfcw .btn-group > .btn:focus {
  z-index: 2;
}
.sfcw .btn-group .btn + .btn,
.sfcw .btn-group .btn + .btn-group,
.sfcw .btn-group .btn-group + .btn,
.sfcw .btn-group .btn-group + .btn-group,
.sfcw .btn-group-vertical .btn + .btn,
.sfcw .btn-group-vertical .btn + .btn-group,
.sfcw .btn-group-vertical .btn-group + .btn,
.sfcw .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.sfcw .btn-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.sfcw .btn-toolbar .input-group {
  width: auto;
}
.sfcw .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.sfcw .btn-group > .btn:first-child {
  margin-left: 0;
}
.sfcw .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.sfcw .btn-group > .btn:last-child:not(:first-child),
.sfcw .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.sfcw .btn-group > .btn-group {
  float: left;
}
.sfcw .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.sfcw .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.sfcw .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.sfcw .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.sfcw .btn-group .dropdown-toggle:active,
.sfcw .btn-group.open .dropdown-toggle {
  outline: 0;
}
.sfcw .btn + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: 0.75rem;
}
.sfcw .btn + .dropdown-toggle-split::after {
  margin-left: 0;
}
.sfcw .btn-group-sm > .btn + .dropdown-toggle-split,
.sfcw .btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: 0.375rem;
}
.sfcw .btn-group-lg > .btn + .dropdown-toggle-split,
.sfcw .btn-lg + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
.sfcw .btn-group-vertical {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sfcw .btn-group-vertical .btn,
.sfcw .btn-group-vertical .btn-group {
  width: 100%;
}
.sfcw .btn-group-vertical > .btn + .btn,
.sfcw .btn-group-vertical > .btn + .btn-group,
.sfcw .btn-group-vertical > .btn-group + .btn,
.sfcw .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.sfcw .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.sfcw .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.sfcw .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.sfcw .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.sfcw .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.sfcw .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.sfcw .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.sfcw [data-toggle=buttons] > .btn input[type=checkbox],
.sfcw [data-toggle=buttons] > .btn input[type=radio],
.sfcw [data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
.sfcw [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.sfcw .input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.sfcw .input-group .form-control {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.sfcw .input-group .form-control:active,
.sfcw .input-group .form-control:focus,
.sfcw .input-group .form-control:hover {
  z-index: 3;
}
.sfcw .input-group .form-control,
.sfcw .input-group-addon,
.sfcw .input-group-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sfcw .input-group .form-control:not(:first-child):not(:last-child),
.sfcw .input-group-addon:not(:first-child):not(:last-child),
.sfcw .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.sfcw .input-group-addon,
.sfcw .input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}
.sfcw .input-group-addon {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #464a4c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.sfcw .input-group-addon.form-control-sm,
.sfcw .input-group-sm > .input-group-addon,
.sfcw .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: 0.2rem;
}
.sfcw .input-group-addon.form-control-lg,
.sfcw .input-group-lg > .input-group-addon,
.sfcw .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.sfcw .input-group-addon input[type=checkbox],
.sfcw .input-group-addon input[type=radio] {
  margin-top: 0;
}
.sfcw .input-group .form-control:not(:last-child),
.sfcw .input-group-addon:not(:last-child),
.sfcw .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.sfcw .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.sfcw .input-group-btn:not(:last-child) > .btn,
.sfcw .input-group-btn:not(:last-child) > .btn-group > .btn,
.sfcw .input-group-btn:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.sfcw .input-group-addon:not(:last-child) {
  border-right: 0;
}
.sfcw .input-group .form-control:not(:first-child),
.sfcw .input-group-addon:not(:first-child),
.sfcw .input-group-btn:not(:first-child) > .btn,
.sfcw .input-group-btn:not(:first-child) > .btn-group > .btn,
.sfcw .input-group-btn:not(:first-child) > .dropdown-toggle,
.sfcw .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.sfcw .input-group-btn:not(:last-child) > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.sfcw .form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}
.sfcw .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.sfcw .input-group-btn > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.sfcw .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.sfcw .input-group-btn > .btn:active,
.sfcw .input-group-btn > .btn:focus,
.sfcw .input-group-btn > .btn:hover {
  z-index: 3;
}
.sfcw .input-group-btn:not(:last-child) > .btn,
.sfcw .input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
.sfcw .input-group-btn:not(:first-child) > .btn,
.sfcw .input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.sfcw .input-group-btn:not(:first-child) > .btn-group:active,
.sfcw .input-group-btn:not(:first-child) > .btn-group:focus,
.sfcw .input-group-btn:not(:first-child) > .btn-group:hover,
.sfcw .input-group-btn:not(:first-child) > .btn:active,
.sfcw .input-group-btn:not(:first-child) > .btn:focus,
.sfcw .input-group-btn:not(:first-child) > .btn:hover {
  z-index: 3;
}
.sfcw .custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer;
}
.sfcw .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.sfcw .custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0275d8;
}
.sfcw .custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 3px #0275d8;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
}
.sfcw .custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #8fcafe;
}
.sfcw .custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eceeef;
}
.sfcw .custom-control-input:disabled ~ .custom-control-description {
  color: #636c72;
  cursor: not-allowed;
}
.sfcw .custom-control-indicator {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 50% 50%;
  background-size: 50% 50%;
}
.sfcw .custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}
.sfcw .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.sfcw .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0275d8;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.sfcw .custom-radio .custom-control-indicator {
  border-radius: 50%;
}
.sfcw .custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.sfcw .custom-controls-stacked {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sfcw .custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}
.sfcw .custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}
.sfcw .custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.25;
  color: #464a4c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  -webkit-background-size: 8px 10px;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.sfcw .custom-select:focus {
  border-color: #5cb3fd;
  outline: 0;
}
.sfcw .custom-select:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}
.sfcw .custom-select:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #eceeef;
}
.sfcw .custom-select::-ms-expand {
  opacity: 0;
}
.sfcw .custom-select-sm {
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%;
}
.sfcw .custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer;
}
.sfcw .custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.sfcw .custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.sfcw .custom-file-control:lang(en)::after {
  content: "Choose file...";
}
.sfcw .custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0.25rem 0.25rem 0;
}
.sfcw .custom-file-control:lang(en)::before {
  content: "Browse";
}
.sfcw .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sfcw .nav-link {
  display: block;
  padding: 0.5em 1em;
}
.sfcw .nav-link:focus,
.sfcw .nav-link:hover {
  text-decoration: none;
}
.sfcw .nav-link.disabled {
  color: #636c72;
  cursor: not-allowed;
}
.sfcw .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.sfcw .nav-tabs .nav-item {
  margin-bottom: -1px;
}
.sfcw .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-right-radius: .25rem;
  border-top-left-radius: 0.25rem;
}
.sfcw .nav-tabs .nav-link:focus,
.sfcw .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}
.sfcw .nav-tabs .nav-link.disabled {
  color: #636c72;
  background-color: transparent;
  border-color: transparent;
}
.sfcw .nav-tabs .nav-item.show .nav-link,
.sfcw .nav-tabs .nav-link.active {
  color: #464a4c;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}
.sfcw .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.sfcw .nav-pills .nav-link {
  border-radius: 0.25rem;
}
.sfcw .nav-pills .nav-item.show .nav-link,
.sfcw .nav-pills .nav-link.active {
  color: #fff;
  cursor: default;
  background-color: #0275d8;
}
.sfcw .nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.sfcw .nav-justified .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: center;
}
.sfcw .tab-content > .tab-pane {
  display: none;
}
.sfcw .tab-content > .active {
  display: block;
}
.sfcw .navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.5rem 1rem;
}
.sfcw .navbar-brand {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.sfcw .navbar-brand:focus,
.sfcw .navbar-brand:hover {
  text-decoration: none;
}
.sfcw .navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sfcw .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.sfcw .navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: 0.425rem;
}
.sfcw .navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.sfcw .navbar-toggler:focus,
.sfcw .navbar-toggler:hover {
  text-decoration: none;
}
.sfcw .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.sfcw .navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.sfcw .navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .sfcw .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .sfcw .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .sfcw .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sfcw .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sfcw .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: 0.5rem;
  }
  .sfcw .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sfcw .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex!important;
    width: 100%;
  }
  .sfcw .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .sfcw .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .sfcw .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .sfcw .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sfcw .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sfcw .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: 0.5rem;
  }
  .sfcw .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sfcw .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex!important;
    width: 100%;
  }
  .sfcw .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .sfcw .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .sfcw .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .sfcw .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sfcw .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sfcw .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: 0.5rem;
  }
  .sfcw .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sfcw .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex!important;
    width: 100%;
  }
  .sfcw .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .sfcw .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .sfcw .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .sfcw .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sfcw .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sfcw .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: 0.5rem;
  }
  .sfcw .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sfcw .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex!important;
    width: 100%;
  }
  .sfcw .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.sfcw .navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sfcw .navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.sfcw .navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.sfcw .navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.sfcw .navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: 0.5rem;
}
.sfcw .navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sfcw .navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex!important;
  width: 100%;
}
.sfcw .navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.sfcw .navbar-light .navbar-brand,
.sfcw .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9);
}
.sfcw .navbar-light .navbar-brand:focus,
.sfcw .navbar-light .navbar-brand:hover,
.sfcw .navbar-light .navbar-toggler:focus,
.sfcw .navbar-light .navbar-toggler:hover {
  color: rgba(0, 0, 0, 0.9);
}
.sfcw .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.sfcw .navbar-light .navbar-nav .nav-link:focus,
.sfcw .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.sfcw .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.sfcw .navbar-light .navbar-nav .active > .nav-link,
.sfcw .navbar-light .navbar-nav .nav-link.active,
.sfcw .navbar-light .navbar-nav .nav-link.open,
.sfcw .navbar-light .navbar-nav .open > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.sfcw .navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}
.sfcw .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.sfcw .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.sfcw .navbar-inverse .navbar-brand,
.sfcw .navbar-inverse .navbar-toggler {
  color: #fff;
}
.sfcw .navbar-inverse .navbar-brand:focus,
.sfcw .navbar-inverse .navbar-brand:hover,
.sfcw .navbar-inverse .navbar-toggler:focus,
.sfcw .navbar-inverse .navbar-toggler:hover {
  color: #fff;
}
.sfcw .navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.sfcw .navbar-inverse .navbar-nav .nav-link:focus,
.sfcw .navbar-inverse .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.sfcw .navbar-inverse .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.sfcw .navbar-inverse .navbar-nav .active > .nav-link,
.sfcw .navbar-inverse .navbar-nav .nav-link.active,
.sfcw .navbar-inverse .navbar-nav .nav-link.open,
.sfcw .navbar-inverse .navbar-nav .open > .nav-link {
  color: #fff;
}
.sfcw .navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}
.sfcw .navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.sfcw .navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.sfcw .card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.sfcw .card-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.sfcw .card-title {
  margin-bottom: 0.75rem;
}
.sfcw .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.sfcw .card-text:last-child {
  margin-bottom: 0;
}
.sfcw .card-link:hover {
  text-decoration: none;
}
.sfcw .card-link + .card-link {
  margin-left: 1.25rem;
}
.sfcw .card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: .25rem;
  border-top-left-radius: 0.25rem;
}
.sfcw .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: 0.25rem;
}
.sfcw .card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.sfcw .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.sfcw .card-footer {
  padding: .75rem 1.25rem;
  background-color: #f7f7f9;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.sfcw .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.sfcw .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.sfcw .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.sfcw .card-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}
.sfcw .card-primary .card-footer,
.sfcw .card-primary .card-header {
  background-color: transparent;
}
.sfcw .card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.sfcw .card-success .card-footer,
.sfcw .card-success .card-header {
  background-color: transparent;
}
.sfcw .card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.sfcw .card-info .card-footer,
.sfcw .card-info .card-header {
  background-color: transparent;
}
.sfcw .card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.sfcw .card-warning .card-footer,
.sfcw .card-warning .card-header {
  background-color: transparent;
}
.sfcw .card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}
.sfcw .card-danger .card-footer,
.sfcw .card-danger .card-header {
  background-color: transparent;
}
.sfcw .card-outline-primary {
  background-color: transparent;
  border-color: #0275d8;
}
.sfcw .card-outline-secondary {
  background-color: transparent;
  border-color: #ccc;
}
.sfcw .card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}
.sfcw .card-outline-success {
  background-color: transparent;
  border-color: #5cb85c;
}
.sfcw .card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e;
}
.sfcw .card-outline-danger {
  background-color: transparent;
  border-color: #d9534f;
}
.sfcw .card-inverse {
  color: rgba(255, 255, 255, 0.65);
}
.sfcw .card-inverse .card-footer,
.sfcw .card-inverse .card-header {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.sfcw .card-inverse .card-blockquote,
.sfcw .card-inverse .card-footer,
.sfcw .card-inverse .card-header,
.sfcw .card-inverse .card-title {
  color: #fff;
}
.sfcw .card-inverse .card-blockquote .blockquote-footer,
.sfcw .card-inverse .card-link,
.sfcw .card-inverse .card-subtitle,
.sfcw .card-inverse .card-text {
  color: rgba(255, 255, 255, 0.65);
}
.sfcw .card-inverse .card-link:focus,
.sfcw .card-inverse .card-link:hover {
  color: #fff;
}
.sfcw .card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}
.sfcw .card-img {
  border-radius: calc(0.25rem - 1px);
}
.sfcw .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.sfcw .card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}
.sfcw .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
@media (min-width: 576px) {
  .sfcw .card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .sfcw .card-deck .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sfcw .card-deck .card:not(:first-child) {
    margin-left: 15px;
  }
  .sfcw .card-deck .card:not(:last-child) {
    margin-right: 15px;
  }
}
@media (min-width: 576px) {
  .sfcw .card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .sfcw .card-group .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .sfcw .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .sfcw .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .sfcw .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .sfcw .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .sfcw .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .sfcw .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .sfcw .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .sfcw .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .sfcw .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
  .sfcw .card-group .card:not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0;
  }
}
@media (min-width: 576px) {
  .sfcw .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .sfcw .card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.75rem;
  }
}
.sfcw .breadcrumb {
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem;
}
.sfcw .breadcrumb::after {
  display: block;
  content: "";
  clear: both;
}
.sfcw .breadcrumb-item {
  float: left;
}
.sfcw .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #636c72;
  content: "/";
}
.sfcw .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.sfcw .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.sfcw .breadcrumb-item.active {
  color: #636c72;
}
.sfcw .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.sfcw .page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: .25rem;
  border-top-left-radius: 0.25rem;
}
.sfcw .page-item:last-child .page-link {
  border-bottom-right-radius: .25rem;
  border-top-right-radius: 0.25rem;
}
.sfcw .page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.sfcw .page-item.disabled .page-link {
  color: #636c72;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.sfcw .page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0275d8;
  background-color: #fff;
  border: 1px solid #ddd;
}
.sfcw .page-link:focus,
.sfcw .page-link:hover {
  color: #014c8c;
  text-decoration: none;
  background-color: #eceeef;
  border-color: #ddd;
}
.sfcw .pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
}
.sfcw .pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: .3rem;
  border-top-left-radius: 0.3rem;
}
.sfcw .pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: .3rem;
  border-top-right-radius: 0.3rem;
}
.sfcw .pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: 0.875rem;
}
.sfcw .pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: .2rem;
  border-top-left-radius: 0.2rem;
}
.sfcw .pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: .2rem;
  border-top-right-radius: 0.2rem;
}
.sfcw .badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.sfcw .badge:empty {
  display: none;
}
.sfcw .btn .badge {
  position: relative;
  top: -1px;
}
.sfcw a.badge:focus,
.sfcw a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.sfcw .badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}
.sfcw .badge-default {
  background-color: #636c72;
}
.sfcw .badge-default[href]:focus,
.sfcw .badge-default[href]:hover {
  background-color: #4b5257;
}
.sfcw .badge-primary {
  background-color: #0275d8;
}
.sfcw .badge-primary[href]:focus,
.sfcw .badge-primary[href]:hover {
  background-color: #025aa5;
}
.sfcw .badge-success {
  background-color: #5cb85c;
}
.sfcw .badge-success[href]:focus,
.sfcw .badge-success[href]:hover {
  background-color: #449d44;
}
.sfcw .badge-info {
  background-color: #5bc0de;
}
.sfcw .badge-info[href]:focus,
.sfcw .badge-info[href]:hover {
  background-color: #31b0d5;
}
.sfcw .badge-warning {
  background-color: #f0ad4e;
}
.sfcw .badge-warning[href]:focus,
.sfcw .badge-warning[href]:hover {
  background-color: #ec971f;
}
.sfcw .badge-danger {
  background-color: #d9534f;
}
.sfcw .badge-danger[href]:focus,
.sfcw .badge-danger[href]:hover {
  background-color: #c9302c;
}
.sfcw .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .sfcw .jumbotron {
    padding: 4rem 2rem;
  }
}
.sfcw .jumbotron-hr {
  border-top-color: #d0d5d8;
}
.sfcw .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.sfcw .alert {
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.sfcw .alert-heading {
  color: inherit;
}
.sfcw .alert-link {
  font-weight: 700;
}
.sfcw .alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: .75rem 1.25rem;
  color: inherit;
}
.sfcw .alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}
.sfcw .alert-success hr {
  border-top-color: #c1e2b3;
}
.sfcw .alert-success .alert-link {
  color: #2b542c;
}
.sfcw .alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}
.sfcw .alert-info hr {
  border-top-color: #a6d5ec;
}
.sfcw .alert-info .alert-link {
  color: #245269;
}
.sfcw .alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}
.sfcw .alert-warning hr {
  border-top-color: #f7ecb5;
}
.sfcw .alert-warning .alert-link {
  color: #66512c;
}
.sfcw .alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}
.sfcw .alert-danger hr {
  border-top-color: #e4b9b9;
}
.sfcw .alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.sfcw .progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: .75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #eceeef;
  border-radius: 0.25rem;
}
.sfcw .progress-bar {
  height: 1rem;
  color: #fff;
  background-color: #0275d8;
}
.sfcw .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 1rem 1rem;
  background-size: 1rem 1rem;
}
.sfcw .progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  -o-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
.sfcw .media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.sfcw .media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.sfcw .list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.sfcw .list-group-item-action {
  width: 100%;
  color: #464a4c;
  text-align: inherit;
}
.sfcw .list-group-item-action .list-group-item-heading {
  color: #292b2c;
}
.sfcw .list-group-item-action:focus,
.sfcw .list-group-item-action:hover {
  color: #464a4c;
  text-decoration: none;
  background-color: #f7f7f9;
}
.sfcw .list-group-item-action:active {
  color: #292b2c;
  background-color: #eceeef;
}
.sfcw .list-group-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.sfcw .list-group-item:first-child {
  border-top-right-radius: .25rem;
  border-top-left-radius: 0.25rem;
}
.sfcw .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: 0.25rem;
}
.sfcw .list-group-item:focus,
.sfcw .list-group-item:hover {
  text-decoration: none;
}
.sfcw .list-group-item.disabled,
.sfcw .list-group-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #fff;
}
.sfcw .list-group-item.disabled .list-group-item-heading,
.sfcw .list-group-item:disabled .list-group-item-heading {
  color: inherit;
}
.sfcw .list-group-item.disabled .list-group-item-text,
.sfcw .list-group-item:disabled .list-group-item-text {
  color: #636c72;
}
.sfcw .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.sfcw .list-group-item.active .list-group-item-heading,
.sfcw .list-group-item.active .list-group-item-heading > .small,
.sfcw .list-group-item.active .list-group-item-heading > small {
  color: inherit;
}
.sfcw .list-group-item.active .list-group-item-text {
  color: #daeeff;
}
.sfcw .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.sfcw .list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.sfcw .list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.sfcw .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
.sfcw a.list-group-item-success,
.sfcw button.list-group-item-success {
  color: #3c763d;
}
.sfcw a.list-group-item-success .list-group-item-heading,
.sfcw button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.sfcw a.list-group-item-success:focus,
.sfcw a.list-group-item-success:hover,
.sfcw button.list-group-item-success:focus,
.sfcw button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
.sfcw a.list-group-item-success.active,
.sfcw button.list-group-item-success.active {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.sfcw .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
.sfcw a.list-group-item-info,
.sfcw button.list-group-item-info {
  color: #31708f;
}
.sfcw a.list-group-item-info .list-group-item-heading,
.sfcw button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.sfcw a.list-group-item-info:focus,
.sfcw a.list-group-item-info:hover,
.sfcw button.list-group-item-info:focus,
.sfcw button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
.sfcw a.list-group-item-info.active,
.sfcw button.list-group-item-info.active {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.sfcw .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.sfcw a.list-group-item-warning,
.sfcw button.list-group-item-warning {
  color: #8a6d3b;
}
.sfcw a.list-group-item-warning .list-group-item-heading,
.sfcw button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.sfcw a.list-group-item-warning:focus,
.sfcw a.list-group-item-warning:hover,
.sfcw button.list-group-item-warning:focus,
.sfcw button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
.sfcw a.list-group-item-warning.active,
.sfcw button.list-group-item-warning.active {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.sfcw .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
.sfcw a.list-group-item-danger,
.sfcw button.list-group-item-danger {
  color: #a94442;
}
.sfcw a.list-group-item-danger .list-group-item-heading,
.sfcw button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.sfcw a.list-group-item-danger:focus,
.sfcw a.list-group-item-danger:hover,
.sfcw button.list-group-item-danger:focus,
.sfcw button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
.sfcw a.list-group-item-danger.active,
.sfcw button.list-group-item-danger.active {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.sfcw .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.sfcw .embed-responsive::before {
  display: block;
  content: "";
}
.sfcw .embed-responsive .embed-responsive-item,
.sfcw .embed-responsive embed,
.sfcw .embed-responsive iframe,
.sfcw .embed-responsive object,
.sfcw .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.sfcw .embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.sfcw .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.sfcw .embed-responsive-4by3::before {
  padding-top: 75%;
}
.sfcw .embed-responsive-1by1::before {
  padding-top: 100%;
}
.sfcw .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.sfcw .close:focus,
.sfcw .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}
.sfcw button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.sfcw .modal-open {
  overflow: hidden;
}
.sfcw .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.sfcw .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.sfcw .modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.sfcw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.sfcw .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.sfcw .modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0;
}
.sfcw .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.sfcw .modal-backdrop.fade {
  opacity: 0;
}
.sfcw .modal-backdrop.show {
  opacity: 0.5;
}
.sfcw .modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}
.sfcw .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.sfcw .modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
}
.sfcw .modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef;
}
.sfcw .modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.sfcw .modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.sfcw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .sfcw .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .sfcw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .sfcw .modal-lg {
    max-width: 800px;
  }
}
.sfcw .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}
.sfcw .tooltip.show {
  opacity: 0.9;
}
.sfcw .tooltip.bs-tether-element-attached-bottom,
.sfcw .tooltip.tooltip-top {
  padding: 5px 0;
  margin-top: -3px;
}
.sfcw .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before,
.sfcw .tooltip.tooltip-top .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.sfcw .tooltip.bs-tether-element-attached-left,
.sfcw .tooltip.tooltip-right {
  padding: 0 5px;
  margin-left: 3px;
}
.sfcw .tooltip.bs-tether-element-attached-left .tooltip-inner::before,
.sfcw .tooltip.tooltip-right .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.sfcw .tooltip.bs-tether-element-attached-top,
.sfcw .tooltip.tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.sfcw .tooltip.bs-tether-element-attached-top .tooltip-inner::before,
.sfcw .tooltip.tooltip-bottom .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.sfcw .tooltip.bs-tether-element-attached-right,
.sfcw .tooltip.tooltip-left {
  padding: 0 5px;
  margin-left: -3px;
}
.sfcw .tooltip.bs-tether-element-attached-right .tooltip-inner::before,
.sfcw .tooltip.tooltip-left .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.sfcw .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.sfcw .tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.sfcw .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.sfcw .popover.bs-tether-element-attached-bottom,
.sfcw .popover.popover-top {
  margin-top: -10px;
}
.sfcw .popover.bs-tether-element-attached-bottom::after,
.sfcw .popover.bs-tether-element-attached-bottom::before,
.sfcw .popover.popover-top::after,
.sfcw .popover.popover-top::before {
  left: 50%;
  border-bottom-width: 0;
}
.sfcw .popover.bs-tether-element-attached-bottom::before,
.sfcw .popover.popover-top::before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.sfcw .popover.bs-tether-element-attached-bottom::after,
.sfcw .popover.popover-top::after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff;
}
.sfcw .popover.bs-tether-element-attached-left,
.sfcw .popover.popover-right {
  margin-left: 10px;
}
.sfcw .popover.bs-tether-element-attached-left::after,
.sfcw .popover.bs-tether-element-attached-left::before,
.sfcw .popover.popover-right::after,
.sfcw .popover.popover-right::before {
  top: 50%;
  border-left-width: 0;
}
.sfcw .popover.bs-tether-element-attached-left::before,
.sfcw .popover.popover-right::before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.sfcw .popover.bs-tether-element-attached-left::after,
.sfcw .popover.popover-right::after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
}
.sfcw .popover.bs-tether-element-attached-top,
.sfcw .popover.popover-bottom {
  margin-top: 10px;
}
.sfcw .popover.bs-tether-element-attached-top::after,
.sfcw .popover.bs-tether-element-attached-top::before,
.sfcw .popover.popover-bottom::after,
.sfcw .popover.popover-bottom::before {
  left: 50%;
  border-top-width: 0;
}
.sfcw .popover.bs-tether-element-attached-top::before,
.sfcw .popover.popover-bottom::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.sfcw .popover.bs-tether-element-attached-top::after,
.sfcw .popover.popover-bottom::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
}
.sfcw .popover.bs-tether-element-attached-top .popover-title::before,
.sfcw .popover.popover-bottom .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.sfcw .popover.bs-tether-element-attached-right,
.sfcw .popover.popover-left {
  margin-left: -10px;
}
.sfcw .popover.bs-tether-element-attached-right::after,
.sfcw .popover.bs-tether-element-attached-right::before,
.sfcw .popover.popover-left::after,
.sfcw .popover.popover-left::before {
  top: 50%;
  border-right-width: 0;
}
.sfcw .popover.bs-tether-element-attached-right::before,
.sfcw .popover.popover-left::before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.sfcw .popover.bs-tether-element-attached-right::after,
.sfcw .popover.popover-left::after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff;
}
.sfcw .popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
}
.sfcw .popover-title:empty {
  display: none;
}
.sfcw .popover-content {
  padding: 9px 14px;
}
.sfcw .popover::after,
.sfcw .popover::before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.sfcw .popover::before {
  content: "";
  border-width: 11px;
}
.sfcw .popover::after {
  content: "";
  border-width: 10px;
}
.sfcw .carousel {
  position: relative;
}
.sfcw .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.sfcw .carousel-item {
  position: relative;
  display: none;
  width: 100%;
}
@media (-webkit-transform-3d) {
  .sfcw .carousel-item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
}
@supports ((-webkit-transform:translate3d(0,0,0)) or (transform:translate3d(0,0,0))) {
  .sfcw .carousel-item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
}
.sfcw .carousel-item-next,
.sfcw .carousel-item-prev,
.sfcw .carousel-item.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sfcw .carousel-item-next,
.sfcw .carousel-item-prev {
  position: absolute;
  top: 0;
}
@media (-webkit-transform-3d) {
  .sfcw .carousel-item-next.carousel-item-left,
  .sfcw .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .sfcw .active.carousel-item-right,
  .sfcw .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .sfcw .active.carousel-item-left,
  .sfcw .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@supports ((-webkit-transform:translate3d(0,0,0)) or (transform:translate3d(0,0,0))) {
  .sfcw .carousel-item-next.carousel-item-left,
  .sfcw .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .sfcw .active.carousel-item-right,
  .sfcw .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .sfcw .active.carousel-item-left,
  .sfcw .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.sfcw .carousel-control-next,
.sfcw .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.sfcw .carousel-control-next:focus,
.sfcw .carousel-control-next:hover,
.sfcw .carousel-control-prev:focus,
.sfcw .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.sfcw .carousel-control-prev {
  left: 0;
}
.sfcw .carousel-control-next {
  right: 0;
}
.sfcw .carousel-control-next-icon,
.sfcw .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.sfcw .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.sfcw .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.sfcw .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.sfcw .carousel-indicators li {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.sfcw .carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.sfcw .carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.sfcw .carousel-indicators .active {
  background-color: #fff;
}
.sfcw .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.sfcw .align-baseline {
  vertical-align: baseline !important;
}
.sfcw .align-top {
  vertical-align: top !important;
}
.sfcw .align-middle {
  vertical-align: middle !important;
}
.sfcw .align-bottom {
  vertical-align: bottom !important;
}
.sfcw .align-text-bottom {
  vertical-align: text-bottom !important;
}
.sfcw .align-text-top {
  vertical-align: text-top !important;
}
.sfcw .bg-faded {
  background-color: #f7f7f7;
}
.sfcw .bg-primary {
  background-color: #0275d8 !important;
}
.sfcw a.bg-primary:focus,
.sfcw a.bg-primary:hover {
  background-color: #025aa5 !important;
}
.sfcw .bg-success {
  background-color: #5cb85c !important;
}
.sfcw a.bg-success:focus,
.sfcw a.bg-success:hover {
  background-color: #449d44 !important;
}
.sfcw .bg-info {
  background-color: #5bc0de !important;
}
.sfcw a.bg-info:focus,
.sfcw a.bg-info:hover {
  background-color: #31b0d5 !important;
}
.sfcw .bg-warning {
  background-color: #f0ad4e !important;
}
.sfcw a.bg-warning:focus,
.sfcw a.bg-warning:hover {
  background-color: #ec971f !important;
}
.sfcw .bg-danger {
  background-color: #d9534f !important;
}
.sfcw a.bg-danger:focus,
.sfcw a.bg-danger:hover {
  background-color: #c9302c !important;
}
.sfcw .bg-inverse {
  background-color: #292b2c !important;
}
.sfcw a.bg-inverse:focus,
.sfcw a.bg-inverse:hover {
  background-color: #101112 !important;
}
.sfcw .border-0 {
  border: 0 !important;
}
.sfcw .border-top-0 {
  border-top: 0 !important;
}
.sfcw .border-right-0 {
  border-right: 0 !important;
}
.sfcw .border-bottom-0 {
  border-bottom: 0 !important;
}
.sfcw .border-left-0 {
  border-left: 0 !important;
}
.sfcw .rounded {
  border-radius: 0.25rem;
}
.sfcw .rounded-top {
  border-top-right-radius: .25rem;
  border-top-left-radius: 0.25rem;
}
.sfcw .rounded-right {
  border-bottom-right-radius: .25rem;
  border-top-right-radius: 0.25rem;
}
.sfcw .rounded-bottom {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: 0.25rem;
}
.sfcw .rounded-left {
  border-bottom-left-radius: .25rem;
  border-top-left-radius: 0.25rem;
}
.sfcw .rounded-circle {
  border-radius: 50%;
}
.sfcw .rounded-0 {
  border-radius: 0;
}
.sfcw .clearfix::after {
  display: block;
  content: "";
  clear: both;
}
.sfcw .d-none {
  display: none !important;
}
.sfcw .d-inline {
  display: inline !important;
}
.sfcw .d-inline-block {
  display: inline-block !important;
}
.sfcw .d-block {
  display: block !important;
}
.sfcw .d-table {
  display: table !important;
}
.sfcw .d-table-cell {
  display: table-cell !important;
}
.sfcw .d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.sfcw .d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .sfcw .d-sm-none {
    display: none !important;
  }
  .sfcw .d-sm-inline {
    display: inline !important;
  }
  .sfcw .d-sm-inline-block {
    display: inline-block !important;
  }
  .sfcw .d-sm-block {
    display: block !important;
  }
  .sfcw .d-sm-table {
    display: table !important;
  }
  .sfcw .d-sm-table-cell {
    display: table-cell !important;
  }
  .sfcw .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sfcw .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .sfcw .d-md-none {
    display: none !important;
  }
  .sfcw .d-md-inline {
    display: inline !important;
  }
  .sfcw .d-md-inline-block {
    display: inline-block !important;
  }
  .sfcw .d-md-block {
    display: block !important;
  }
  .sfcw .d-md-table {
    display: table !important;
  }
  .sfcw .d-md-table-cell {
    display: table-cell !important;
  }
  .sfcw .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sfcw .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .sfcw .d-lg-none {
    display: none !important;
  }
  .sfcw .d-lg-inline {
    display: inline !important;
  }
  .sfcw .d-lg-inline-block {
    display: inline-block !important;
  }
  .sfcw .d-lg-block {
    display: block !important;
  }
  .sfcw .d-lg-table {
    display: table !important;
  }
  .sfcw .d-lg-table-cell {
    display: table-cell !important;
  }
  .sfcw .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sfcw .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .sfcw .d-xl-none {
    display: none !important;
  }
  .sfcw .d-xl-inline {
    display: inline !important;
  }
  .sfcw .d-xl-inline-block {
    display: inline-block !important;
  }
  .sfcw .d-xl-block {
    display: block !important;
  }
  .sfcw .d-xl-table {
    display: table !important;
  }
  .sfcw .d-xl-table-cell {
    display: table-cell !important;
  }
  .sfcw .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sfcw .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.sfcw .flex-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.sfcw .flex-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.sfcw .flex-unordered {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.sfcw .flex-row {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -webkit-flex-direction: row!important;
  -ms-flex-direction: row!important;
  flex-direction: row !important;
}
.sfcw .flex-column {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -webkit-flex-direction: column!important;
  -ms-flex-direction: column!important;
  flex-direction: column !important;
}
.sfcw .flex-row-reverse {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: reverse!important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.sfcw .flex-column-reverse {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: reverse!important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.sfcw .flex-wrap {
  -webkit-flex-wrap: wrap!important;
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap !important;
}
.sfcw .flex-nowrap {
  -webkit-flex-wrap: nowrap!important;
  -ms-flex-wrap: nowrap!important;
  flex-wrap: nowrap !important;
}
.sfcw .flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.sfcw .justify-content-start {
  -webkit-box-pack: start!important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start!important;
  justify-content: flex-start !important;
}
.sfcw .justify-content-end {
  -webkit-box-pack: end!important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end!important;
  justify-content: flex-end !important;
}
.sfcw .justify-content-center {
  -webkit-box-pack: center!important;
  -webkit-justify-content: center!important;
  -ms-flex-pack: center!important;
  justify-content: center !important;
}
.sfcw .justify-content-between {
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
.sfcw .justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute!important;
  justify-content: space-around !important;
}
.sfcw .align-items-start {
  -webkit-box-align: start!important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start!important;
  align-items: flex-start !important;
}
.sfcw .align-items-end {
  -webkit-box-align: end!important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end!important;
  align-items: flex-end !important;
}
.sfcw .align-items-center {
  -webkit-box-align: center!important;
  -webkit-align-items: center!important;
  -ms-flex-align: center!important;
  align-items: center !important;
}
.sfcw .align-items-baseline {
  -webkit-box-align: baseline!important;
  -webkit-align-items: baseline!important;
  -ms-flex-align: baseline!important;
  align-items: baseline !important;
}
.sfcw .align-items-stretch {
  -webkit-box-align: stretch!important;
  -webkit-align-items: stretch!important;
  -ms-flex-align: stretch!important;
  align-items: stretch !important;
}
.sfcw .align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start!important;
  align-content: flex-start !important;
}
.sfcw .align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end!important;
  align-content: flex-end !important;
}
.sfcw .align-content-center {
  -webkit-align-content: center!important;
  -ms-flex-line-pack: center!important;
  align-content: center !important;
}
.sfcw .align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify!important;
  align-content: space-between !important;
}
.sfcw .align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute!important;
  align-content: space-around !important;
}
.sfcw .align-content-stretch {
  -webkit-align-content: stretch!important;
  -ms-flex-line-pack: stretch!important;
  align-content: stretch !important;
}
.sfcw .align-self-auto {
  -webkit-align-self: auto!important;
  -ms-flex-item-align: auto!important;
  -ms-grid-row-align: auto!important;
  align-self: auto !important;
}
.sfcw .align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start!important;
  align-self: flex-start !important;
}
.sfcw .align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end!important;
  align-self: flex-end !important;
}
.sfcw .align-self-center {
  -webkit-align-self: center!important;
  -ms-flex-item-align: center!important;
  -ms-grid-row-align: center!important;
  align-self: center !important;
}
.sfcw .align-self-baseline {
  -webkit-align-self: baseline!important;
  -ms-flex-item-align: baseline!important;
  align-self: baseline !important;
}
.sfcw .align-self-stretch {
  -webkit-align-self: stretch!important;
  -ms-flex-item-align: stretch!important;
  -ms-grid-row-align: stretch!important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .sfcw .flex-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .sfcw .flex-sm-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .sfcw .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .sfcw .flex-sm-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row !important;
  }
  .sfcw .flex-sm-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: column!important;
    -ms-flex-direction: column!important;
    flex-direction: column !important;
  }
  .sfcw .flex-sm-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .sfcw .flex-sm-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .sfcw .flex-sm-wrap {
    -webkit-flex-wrap: wrap!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  .sfcw .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  .sfcw .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .sfcw .justify-content-sm-start {
    -webkit-box-pack: start!important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start!important;
    justify-content: flex-start !important;
  }
  .sfcw .justify-content-sm-end {
    -webkit-box-pack: end!important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
  }
  .sfcw .justify-content-sm-center {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center !important;
  }
  .sfcw .justify-content-sm-between {
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
  }
  .sfcw .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .sfcw .align-items-sm-start {
    -webkit-box-align: start!important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start!important;
    align-items: flex-start !important;
  }
  .sfcw .align-items-sm-end {
    -webkit-box-align: end!important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end!important;
    align-items: flex-end !important;
  }
  .sfcw .align-items-sm-center {
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center !important;
  }
  .sfcw .align-items-sm-baseline {
    -webkit-box-align: baseline!important;
    -webkit-align-items: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline !important;
  }
  .sfcw .align-items-sm-stretch {
    -webkit-box-align: stretch!important;
    -webkit-align-items: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch !important;
  }
  .sfcw .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .sfcw .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .sfcw .align-content-sm-center {
    -webkit-align-content: center!important;
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .sfcw .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .sfcw .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .sfcw .align-content-sm-stretch {
    -webkit-align-content: stretch!important;
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .sfcw .align-self-sm-auto {
    -webkit-align-self: auto!important;
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto!important;
    align-self: auto !important;
  }
  .sfcw .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .sfcw .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .sfcw .align-self-sm-center {
    -webkit-align-self: center!important;
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center !important;
  }
  .sfcw .align-self-sm-baseline {
    -webkit-align-self: baseline!important;
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .sfcw .align-self-sm-stretch {
    -webkit-align-self: stretch!important;
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch!important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .sfcw .flex-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .sfcw .flex-md-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .sfcw .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .sfcw .flex-md-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row !important;
  }
  .sfcw .flex-md-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: column!important;
    -ms-flex-direction: column!important;
    flex-direction: column !important;
  }
  .sfcw .flex-md-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .sfcw .flex-md-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .sfcw .flex-md-wrap {
    -webkit-flex-wrap: wrap!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  .sfcw .flex-md-nowrap {
    -webkit-flex-wrap: nowrap!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  .sfcw .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .sfcw .justify-content-md-start {
    -webkit-box-pack: start!important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start!important;
    justify-content: flex-start !important;
  }
  .sfcw .justify-content-md-end {
    -webkit-box-pack: end!important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
  }
  .sfcw .justify-content-md-center {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center !important;
  }
  .sfcw .justify-content-md-between {
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
  }
  .sfcw .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .sfcw .align-items-md-start {
    -webkit-box-align: start!important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start!important;
    align-items: flex-start !important;
  }
  .sfcw .align-items-md-end {
    -webkit-box-align: end!important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end!important;
    align-items: flex-end !important;
  }
  .sfcw .align-items-md-center {
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center !important;
  }
  .sfcw .align-items-md-baseline {
    -webkit-box-align: baseline!important;
    -webkit-align-items: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline !important;
  }
  .sfcw .align-items-md-stretch {
    -webkit-box-align: stretch!important;
    -webkit-align-items: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch !important;
  }
  .sfcw .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .sfcw .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .sfcw .align-content-md-center {
    -webkit-align-content: center!important;
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .sfcw .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .sfcw .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .sfcw .align-content-md-stretch {
    -webkit-align-content: stretch!important;
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .sfcw .align-self-md-auto {
    -webkit-align-self: auto!important;
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto!important;
    align-self: auto !important;
  }
  .sfcw .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .sfcw .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .sfcw .align-self-md-center {
    -webkit-align-self: center!important;
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center !important;
  }
  .sfcw .align-self-md-baseline {
    -webkit-align-self: baseline!important;
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .sfcw .align-self-md-stretch {
    -webkit-align-self: stretch!important;
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch!important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .sfcw .flex-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .sfcw .flex-lg-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .sfcw .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .sfcw .flex-lg-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row !important;
  }
  .sfcw .flex-lg-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: column!important;
    -ms-flex-direction: column!important;
    flex-direction: column !important;
  }
  .sfcw .flex-lg-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .sfcw .flex-lg-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .sfcw .flex-lg-wrap {
    -webkit-flex-wrap: wrap!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  .sfcw .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  .sfcw .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .sfcw .justify-content-lg-start {
    -webkit-box-pack: start!important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start!important;
    justify-content: flex-start !important;
  }
  .sfcw .justify-content-lg-end {
    -webkit-box-pack: end!important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
  }
  .sfcw .justify-content-lg-center {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center !important;
  }
  .sfcw .justify-content-lg-between {
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
  }
  .sfcw .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .sfcw .align-items-lg-start {
    -webkit-box-align: start!important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start!important;
    align-items: flex-start !important;
  }
  .sfcw .align-items-lg-end {
    -webkit-box-align: end!important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end!important;
    align-items: flex-end !important;
  }
  .sfcw .align-items-lg-center {
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center !important;
  }
  .sfcw .align-items-lg-baseline {
    -webkit-box-align: baseline!important;
    -webkit-align-items: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline !important;
  }
  .sfcw .align-items-lg-stretch {
    -webkit-box-align: stretch!important;
    -webkit-align-items: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch !important;
  }
  .sfcw .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .sfcw .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .sfcw .align-content-lg-center {
    -webkit-align-content: center!important;
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .sfcw .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .sfcw .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .sfcw .align-content-lg-stretch {
    -webkit-align-content: stretch!important;
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .sfcw .align-self-lg-auto {
    -webkit-align-self: auto!important;
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto!important;
    align-self: auto !important;
  }
  .sfcw .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .sfcw .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .sfcw .align-self-lg-center {
    -webkit-align-self: center!important;
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center !important;
  }
  .sfcw .align-self-lg-baseline {
    -webkit-align-self: baseline!important;
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .sfcw .align-self-lg-stretch {
    -webkit-align-self: stretch!important;
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch!important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .sfcw .flex-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .sfcw .flex-xl-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .sfcw .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .sfcw .flex-xl-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row !important;
  }
  .sfcw .flex-xl-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: column!important;
    -ms-flex-direction: column!important;
    flex-direction: column !important;
  }
  .sfcw .flex-xl-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .sfcw .flex-xl-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .sfcw .flex-xl-wrap {
    -webkit-flex-wrap: wrap!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  .sfcw .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  .sfcw .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .sfcw .justify-content-xl-start {
    -webkit-box-pack: start!important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start!important;
    justify-content: flex-start !important;
  }
  .sfcw .justify-content-xl-end {
    -webkit-box-pack: end!important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
  }
  .sfcw .justify-content-xl-center {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center !important;
  }
  .sfcw .justify-content-xl-between {
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
  }
  .sfcw .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .sfcw .align-items-xl-start {
    -webkit-box-align: start!important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start!important;
    align-items: flex-start !important;
  }
  .sfcw .align-items-xl-end {
    -webkit-box-align: end!important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end!important;
    align-items: flex-end !important;
  }
  .sfcw .align-items-xl-center {
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center !important;
  }
  .sfcw .align-items-xl-baseline {
    -webkit-box-align: baseline!important;
    -webkit-align-items: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline !important;
  }
  .sfcw .align-items-xl-stretch {
    -webkit-box-align: stretch!important;
    -webkit-align-items: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch !important;
  }
  .sfcw .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .sfcw .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .sfcw .align-content-xl-center {
    -webkit-align-content: center!important;
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .sfcw .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .sfcw .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .sfcw .align-content-xl-stretch {
    -webkit-align-content: stretch!important;
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .sfcw .align-self-xl-auto {
    -webkit-align-self: auto!important;
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto!important;
    align-self: auto !important;
  }
  .sfcw .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .sfcw .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .sfcw .align-self-xl-center {
    -webkit-align-self: center!important;
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center !important;
  }
  .sfcw .align-self-xl-baseline {
    -webkit-align-self: baseline!important;
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .sfcw .align-self-xl-stretch {
    -webkit-align-self: stretch!important;
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch!important;
    align-self: stretch !important;
  }
}
.sfcw .float-left {
  float: left !important;
}
.sfcw .float-right {
  float: right !important;
}
.sfcw .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .sfcw .float-sm-left {
    float: left !important;
  }
  .sfcw .float-sm-right {
    float: right !important;
  }
  .sfcw .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .sfcw .float-md-left {
    float: left !important;
  }
  .sfcw .float-md-right {
    float: right !important;
  }
  .sfcw .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .sfcw .float-lg-left {
    float: left !important;
  }
  .sfcw .float-lg-right {
    float: right !important;
  }
  .sfcw .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .sfcw .float-xl-left {
    float: left !important;
  }
  .sfcw .float-xl-right {
    float: right !important;
  }
  .sfcw .float-xl-none {
    float: none !important;
  }
}
.sfcw .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.sfcw .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sfcw .sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
}
.sfcw .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sfcw .sr-only-focusable:active,
.sfcw .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sfcw .w-25 {
  width: 25% !important;
}
.sfcw .w-50 {
  width: 50% !important;
}
.sfcw .w-75 {
  width: 75% !important;
}
.sfcw .w-100 {
  width: 100% !important;
}
.sfcw .h-25 {
  height: 25% !important;
}
.sfcw .h-50 {
  height: 50% !important;
}
.sfcw .h-75 {
  height: 75% !important;
}
.sfcw .h-100 {
  height: 100% !important;
}
.sfcw .mw-100 {
  max-width: 100% !important;
}
.sfcw .mh-100 {
  max-height: 100% !important;
}
.sfcw .m-0 {
  margin: 0 0 !important;
}
.sfcw .mt-0 {
  margin-top: 0 !important;
}
.sfcw .mr-0 {
  margin-right: 0 !important;
}
.sfcw .mb-0 {
  margin-bottom: 0 !important;
}
.sfcw .ml-0 {
  margin-left: 0 !important;
}
.sfcw .mx-0 {
  margin-right: 0!important;
  margin-left: 0 !important;
}
.sfcw .my-0 {
  margin-top: 0!important;
  margin-bottom: 0 !important;
}
.sfcw .m-1 {
  margin: 0.25rem 0.25rem !important;
}
.sfcw .mt-1 {
  margin-top: 0.25rem !important;
}
.sfcw .mr-1 {
  margin-right: 0.25rem !important;
}
.sfcw .mb-1 {
  margin-bottom: 0.25rem !important;
}
.sfcw .ml-1 {
  margin-left: 0.25rem !important;
}
.sfcw .mx-1 {
  margin-right: .25rem!important;
  margin-left: 0.25rem !important;
}
.sfcw .my-1 {
  margin-top: .25rem!important;
  margin-bottom: 0.25rem !important;
}
.sfcw .m-2 {
  margin: 0.5rem 0.5rem !important;
}
.sfcw .mt-2 {
  margin-top: 0.5rem !important;
}
.sfcw .mr-2 {
  margin-right: 0.5rem !important;
}
.sfcw .mb-2 {
  margin-bottom: 0.5rem !important;
}
.sfcw .ml-2 {
  margin-left: 0.5rem !important;
}
.sfcw .mx-2 {
  margin-right: .5rem!important;
  margin-left: 0.5rem !important;
}
.sfcw .my-2 {
  margin-top: .5rem!important;
  margin-bottom: 0.5rem !important;
}
.sfcw .m-3 {
  margin: 1rem 1rem !important;
}
.sfcw .mt-3 {
  margin-top: 1rem !important;
}
.sfcw .mr-3 {
  margin-right: 1rem !important;
}
.sfcw .mb-3 {
  margin-bottom: 1rem !important;
}
.sfcw .ml-3 {
  margin-left: 1rem !important;
}
.sfcw .mx-3 {
  margin-right: 1rem!important;
  margin-left: 1rem !important;
}
.sfcw .my-3 {
  margin-top: 1rem!important;
  margin-bottom: 1rem !important;
}
.sfcw .m-4 {
  margin: 1.5rem 1.5rem !important;
}
.sfcw .mt-4 {
  margin-top: 1.5rem !important;
}
.sfcw .mr-4 {
  margin-right: 1.5rem !important;
}
.sfcw .mb-4 {
  margin-bottom: 1.5rem !important;
}
.sfcw .ml-4 {
  margin-left: 1.5rem !important;
}
.sfcw .mx-4 {
  margin-right: 1.5rem!important;
  margin-left: 1.5rem !important;
}
.sfcw .my-4 {
  margin-top: 1.5rem!important;
  margin-bottom: 1.5rem !important;
}
.sfcw .m-5 {
  margin: 3rem 3rem !important;
}
.sfcw .mt-5 {
  margin-top: 3rem !important;
}
.sfcw .mr-5 {
  margin-right: 3rem !important;
}
.sfcw .mb-5 {
  margin-bottom: 3rem !important;
}
.sfcw .ml-5 {
  margin-left: 3rem !important;
}
.sfcw .mx-5 {
  margin-right: 3rem!important;
  margin-left: 3rem !important;
}
.sfcw .my-5 {
  margin-top: 3rem!important;
  margin-bottom: 3rem !important;
}
.sfcw .p-0 {
  padding: 0 0 !important;
}
.sfcw .pt-0 {
  padding-top: 0 !important;
}
.sfcw .pr-0 {
  padding-right: 0 !important;
}
.sfcw .pb-0 {
  padding-bottom: 0 !important;
}
.sfcw .pl-0 {
  padding-left: 0 !important;
}
.sfcw .px-0 {
  padding-right: 0!important;
  padding-left: 0 !important;
}
.sfcw .py-0 {
  padding-top: 0!important;
  padding-bottom: 0 !important;
}
.sfcw .p-1 {
  padding: 0.25rem 0.25rem !important;
}
.sfcw .pt-1 {
  padding-top: 0.25rem !important;
}
.sfcw .pr-1 {
  padding-right: 0.25rem !important;
}
.sfcw .pb-1 {
  padding-bottom: 0.25rem !important;
}
.sfcw .pl-1 {
  padding-left: 0.25rem !important;
}
.sfcw .px-1 {
  padding-right: .25rem!important;
  padding-left: 0.25rem !important;
}
.sfcw .py-1 {
  padding-top: .25rem!important;
  padding-bottom: 0.25rem !important;
}
.sfcw .p-2 {
  padding: 0.5rem 0.5rem !important;
}
.sfcw .pt-2 {
  padding-top: 0.5rem !important;
}
.sfcw .pr-2 {
  padding-right: 0.5rem !important;
}
.sfcw .pb-2 {
  padding-bottom: 0.5rem !important;
}
.sfcw .pl-2 {
  padding-left: 0.5rem !important;
}
.sfcw .px-2 {
  padding-right: .5rem!important;
  padding-left: 0.5rem !important;
}
.sfcw .py-2 {
  padding-top: .5rem!important;
  padding-bottom: 0.5rem !important;
}
.sfcw .p-3 {
  padding: 1rem 1rem !important;
}
.sfcw .pt-3 {
  padding-top: 1rem !important;
}
.sfcw .pr-3 {
  padding-right: 1rem !important;
}
.sfcw .pb-3 {
  padding-bottom: 1rem !important;
}
.sfcw .pl-3 {
  padding-left: 1rem !important;
}
.sfcw .px-3 {
  padding-right: 1rem!important;
  padding-left: 1rem !important;
}
.sfcw .py-3 {
  padding-top: 1rem!important;
  padding-bottom: 1rem !important;
}
.sfcw .p-4 {
  padding: 1.5rem 1.5rem !important;
}
.sfcw .pt-4 {
  padding-top: 1.5rem !important;
}
.sfcw .pr-4 {
  padding-right: 1.5rem !important;
}
.sfcw .pb-4 {
  padding-bottom: 1.5rem !important;
}
.sfcw .pl-4 {
  padding-left: 1.5rem !important;
}
.sfcw .px-4 {
  padding-right: 1.5rem!important;
  padding-left: 1.5rem !important;
}
.sfcw .py-4 {
  padding-top: 1.5rem!important;
  padding-bottom: 1.5rem !important;
}
.sfcw .p-5 {
  padding: 3rem 3rem !important;
}
.sfcw .pt-5 {
  padding-top: 3rem !important;
}
.sfcw .pr-5 {
  padding-right: 3rem !important;
}
.sfcw .pb-5 {
  padding-bottom: 3rem !important;
}
.sfcw .pl-5 {
  padding-left: 3rem !important;
}
.sfcw .px-5 {
  padding-right: 3rem!important;
  padding-left: 3rem !important;
}
.sfcw .py-5 {
  padding-top: 3rem!important;
  padding-bottom: 3rem !important;
}
.sfcw .m-auto {
  margin: auto !important;
}
.sfcw .mt-auto {
  margin-top: auto !important;
}
.sfcw .mr-auto {
  margin-right: auto !important;
}
.sfcw .mb-auto {
  margin-bottom: auto !important;
}
.sfcw .ml-auto {
  margin-left: auto !important;
}
.sfcw .mx-auto {
  margin-right: auto!important;
  margin-left: auto !important;
}
.sfcw .my-auto {
  margin-top: auto!important;
  margin-bottom: auto !important;
}
@media (min-width: 576px) {
  .sfcw .m-sm-0 {
    margin: 0 0 !important;
  }
  .sfcw .mt-sm-0 {
    margin-top: 0 !important;
  }
  .sfcw .mr-sm-0 {
    margin-right: 0 !important;
  }
  .sfcw .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .sfcw .ml-sm-0 {
    margin-left: 0 !important;
  }
  .sfcw .mx-sm-0 {
    margin-right: 0!important;
    margin-left: 0 !important;
  }
  .sfcw .my-sm-0 {
    margin-top: 0!important;
    margin-bottom: 0 !important;
  }
  .sfcw .m-sm-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .sfcw .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .sfcw .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .sfcw .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .sfcw .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .sfcw .mx-sm-1 {
    margin-right: .25rem!important;
    margin-left: 0.25rem !important;
  }
  .sfcw .my-sm-1 {
    margin-top: .25rem!important;
    margin-bottom: 0.25rem !important;
  }
  .sfcw .m-sm-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .sfcw .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .sfcw .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .sfcw .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .sfcw .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .sfcw .mx-sm-2 {
    margin-right: .5rem!important;
    margin-left: 0.5rem !important;
  }
  .sfcw .my-sm-2 {
    margin-top: .5rem!important;
    margin-bottom: 0.5rem !important;
  }
  .sfcw .m-sm-3 {
    margin: 1rem 1rem !important;
  }
  .sfcw .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .sfcw .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .sfcw .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .sfcw .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .sfcw .mx-sm-3 {
    margin-right: 1rem!important;
    margin-left: 1rem !important;
  }
  .sfcw .my-sm-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem !important;
  }
  .sfcw .m-sm-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .sfcw .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .sfcw .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .sfcw .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .sfcw .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .sfcw .mx-sm-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem !important;
  }
  .sfcw .my-sm-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem !important;
  }
  .sfcw .m-sm-5 {
    margin: 3rem 3rem !important;
  }
  .sfcw .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .sfcw .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .sfcw .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .sfcw .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .sfcw .mx-sm-5 {
    margin-right: 3rem!important;
    margin-left: 3rem !important;
  }
  .sfcw .my-sm-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem !important;
  }
  .sfcw .p-sm-0 {
    padding: 0 0 !important;
  }
  .sfcw .pt-sm-0 {
    padding-top: 0 !important;
  }
  .sfcw .pr-sm-0 {
    padding-right: 0 !important;
  }
  .sfcw .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .sfcw .pl-sm-0 {
    padding-left: 0 !important;
  }
  .sfcw .px-sm-0 {
    padding-right: 0!important;
    padding-left: 0 !important;
  }
  .sfcw .py-sm-0 {
    padding-top: 0!important;
    padding-bottom: 0 !important;
  }
  .sfcw .p-sm-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .sfcw .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .sfcw .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .sfcw .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .sfcw .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .sfcw .px-sm-1 {
    padding-right: .25rem!important;
    padding-left: 0.25rem !important;
  }
  .sfcw .py-sm-1 {
    padding-top: .25rem!important;
    padding-bottom: 0.25rem !important;
  }
  .sfcw .p-sm-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .sfcw .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .sfcw .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .sfcw .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .sfcw .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .sfcw .px-sm-2 {
    padding-right: .5rem!important;
    padding-left: 0.5rem !important;
  }
  .sfcw .py-sm-2 {
    padding-top: .5rem!important;
    padding-bottom: 0.5rem !important;
  }
  .sfcw .p-sm-3 {
    padding: 1rem 1rem !important;
  }
  .sfcw .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .sfcw .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .sfcw .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .sfcw .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .sfcw .px-sm-3 {
    padding-right: 1rem!important;
    padding-left: 1rem !important;
  }
  .sfcw .py-sm-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem !important;
  }
  .sfcw .p-sm-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .sfcw .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .sfcw .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .sfcw .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .sfcw .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .sfcw .px-sm-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem !important;
  }
  .sfcw .py-sm-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem !important;
  }
  .sfcw .p-sm-5 {
    padding: 3rem 3rem !important;
  }
  .sfcw .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .sfcw .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .sfcw .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .sfcw .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .sfcw .px-sm-5 {
    padding-right: 3rem!important;
    padding-left: 3rem !important;
  }
  .sfcw .py-sm-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem !important;
  }
  .sfcw .m-sm-auto {
    margin: auto !important;
  }
  .sfcw .mt-sm-auto {
    margin-top: auto !important;
  }
  .sfcw .mr-sm-auto {
    margin-right: auto !important;
  }
  .sfcw .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .sfcw .ml-sm-auto {
    margin-left: auto !important;
  }
  .sfcw .mx-sm-auto {
    margin-right: auto!important;
    margin-left: auto !important;
  }
  .sfcw .my-sm-auto {
    margin-top: auto!important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .sfcw .m-md-0 {
    margin: 0 0 !important;
  }
  .sfcw .mt-md-0 {
    margin-top: 0 !important;
  }
  .sfcw .mr-md-0 {
    margin-right: 0 !important;
  }
  .sfcw .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .sfcw .ml-md-0 {
    margin-left: 0 !important;
  }
  .sfcw .mx-md-0 {
    margin-right: 0!important;
    margin-left: 0 !important;
  }
  .sfcw .my-md-0 {
    margin-top: 0!important;
    margin-bottom: 0 !important;
  }
  .sfcw .m-md-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .sfcw .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .sfcw .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .sfcw .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .sfcw .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .sfcw .mx-md-1 {
    margin-right: .25rem!important;
    margin-left: 0.25rem !important;
  }
  .sfcw .my-md-1 {
    margin-top: .25rem!important;
    margin-bottom: 0.25rem !important;
  }
  .sfcw .m-md-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .sfcw .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .sfcw .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .sfcw .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .sfcw .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .sfcw .mx-md-2 {
    margin-right: .5rem!important;
    margin-left: 0.5rem !important;
  }
  .sfcw .my-md-2 {
    margin-top: .5rem!important;
    margin-bottom: 0.5rem !important;
  }
  .sfcw .m-md-3 {
    margin: 1rem 1rem !important;
  }
  .sfcw .mt-md-3 {
    margin-top: 1rem !important;
  }
  .sfcw .mr-md-3 {
    margin-right: 1rem !important;
  }
  .sfcw .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .sfcw .ml-md-3 {
    margin-left: 1rem !important;
  }
  .sfcw .mx-md-3 {
    margin-right: 1rem!important;
    margin-left: 1rem !important;
  }
  .sfcw .my-md-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem !important;
  }
  .sfcw .m-md-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .sfcw .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .sfcw .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .sfcw .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .sfcw .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .sfcw .mx-md-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem !important;
  }
  .sfcw .my-md-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem !important;
  }
  .sfcw .m-md-5 {
    margin: 3rem 3rem !important;
  }
  .sfcw .mt-md-5 {
    margin-top: 3rem !important;
  }
  .sfcw .mr-md-5 {
    margin-right: 3rem !important;
  }
  .sfcw .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .sfcw .ml-md-5 {
    margin-left: 3rem !important;
  }
  .sfcw .mx-md-5 {
    margin-right: 3rem!important;
    margin-left: 3rem !important;
  }
  .sfcw .my-md-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem !important;
  }
  .sfcw .p-md-0 {
    padding: 0 0 !important;
  }
  .sfcw .pt-md-0 {
    padding-top: 0 !important;
  }
  .sfcw .pr-md-0 {
    padding-right: 0 !important;
  }
  .sfcw .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .sfcw .pl-md-0 {
    padding-left: 0 !important;
  }
  .sfcw .px-md-0 {
    padding-right: 0!important;
    padding-left: 0 !important;
  }
  .sfcw .py-md-0 {
    padding-top: 0!important;
    padding-bottom: 0 !important;
  }
  .sfcw .p-md-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .sfcw .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .sfcw .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .sfcw .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .sfcw .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .sfcw .px-md-1 {
    padding-right: .25rem!important;
    padding-left: 0.25rem !important;
  }
  .sfcw .py-md-1 {
    padding-top: .25rem!important;
    padding-bottom: 0.25rem !important;
  }
  .sfcw .p-md-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .sfcw .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .sfcw .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .sfcw .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .sfcw .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .sfcw .px-md-2 {
    padding-right: .5rem!important;
    padding-left: 0.5rem !important;
  }
  .sfcw .py-md-2 {
    padding-top: .5rem!important;
    padding-bottom: 0.5rem !important;
  }
  .sfcw .p-md-3 {
    padding: 1rem 1rem !important;
  }
  .sfcw .pt-md-3 {
    padding-top: 1rem !important;
  }
  .sfcw .pr-md-3 {
    padding-right: 1rem !important;
  }
  .sfcw .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .sfcw .pl-md-3 {
    padding-left: 1rem !important;
  }
  .sfcw .px-md-3 {
    padding-right: 1rem!important;
    padding-left: 1rem !important;
  }
  .sfcw .py-md-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem !important;
  }
  .sfcw .p-md-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .sfcw .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .sfcw .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .sfcw .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .sfcw .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .sfcw .px-md-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem !important;
  }
  .sfcw .py-md-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem !important;
  }
  .sfcw .p-md-5 {
    padding: 3rem 3rem !important;
  }
  .sfcw .pt-md-5 {
    padding-top: 3rem !important;
  }
  .sfcw .pr-md-5 {
    padding-right: 3rem !important;
  }
  .sfcw .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .sfcw .pl-md-5 {
    padding-left: 3rem !important;
  }
  .sfcw .px-md-5 {
    padding-right: 3rem!important;
    padding-left: 3rem !important;
  }
  .sfcw .py-md-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem !important;
  }
  .sfcw .m-md-auto {
    margin: auto !important;
  }
  .sfcw .mt-md-auto {
    margin-top: auto !important;
  }
  .sfcw .mr-md-auto {
    margin-right: auto !important;
  }
  .sfcw .mb-md-auto {
    margin-bottom: auto !important;
  }
  .sfcw .ml-md-auto {
    margin-left: auto !important;
  }
  .sfcw .mx-md-auto {
    margin-right: auto!important;
    margin-left: auto !important;
  }
  .sfcw .my-md-auto {
    margin-top: auto!important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .sfcw .m-lg-0 {
    margin: 0 0 !important;
  }
  .sfcw .mt-lg-0 {
    margin-top: 0 !important;
  }
  .sfcw .mr-lg-0 {
    margin-right: 0 !important;
  }
  .sfcw .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .sfcw .ml-lg-0 {
    margin-left: 0 !important;
  }
  .sfcw .mx-lg-0 {
    margin-right: 0!important;
    margin-left: 0 !important;
  }
  .sfcw .my-lg-0 {
    margin-top: 0!important;
    margin-bottom: 0 !important;
  }
  .sfcw .m-lg-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .sfcw .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .sfcw .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .sfcw .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .sfcw .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .sfcw .mx-lg-1 {
    margin-right: .25rem!important;
    margin-left: 0.25rem !important;
  }
  .sfcw .my-lg-1 {
    margin-top: .25rem!important;
    margin-bottom: 0.25rem !important;
  }
  .sfcw .m-lg-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .sfcw .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .sfcw .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .sfcw .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .sfcw .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .sfcw .mx-lg-2 {
    margin-right: .5rem!important;
    margin-left: 0.5rem !important;
  }
  .sfcw .my-lg-2 {
    margin-top: .5rem!important;
    margin-bottom: 0.5rem !important;
  }
  .sfcw .m-lg-3 {
    margin: 1rem 1rem !important;
  }
  .sfcw .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .sfcw .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .sfcw .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .sfcw .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .sfcw .mx-lg-3 {
    margin-right: 1rem!important;
    margin-left: 1rem !important;
  }
  .sfcw .my-lg-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem !important;
  }
  .sfcw .m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .sfcw .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .sfcw .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .sfcw .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .sfcw .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .sfcw .mx-lg-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem !important;
  }
  .sfcw .my-lg-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem !important;
  }
  .sfcw .m-lg-5 {
    margin: 3rem 3rem !important;
  }
  .sfcw .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .sfcw .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .sfcw .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .sfcw .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .sfcw .mx-lg-5 {
    margin-right: 3rem!important;
    margin-left: 3rem !important;
  }
  .sfcw .my-lg-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem !important;
  }
  .sfcw .p-lg-0 {
    padding: 0 0 !important;
  }
  .sfcw .pt-lg-0 {
    padding-top: 0 !important;
  }
  .sfcw .pr-lg-0 {
    padding-right: 0 !important;
  }
  .sfcw .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .sfcw .pl-lg-0 {
    padding-left: 0 !important;
  }
  .sfcw .px-lg-0 {
    padding-right: 0!important;
    padding-left: 0 !important;
  }
  .sfcw .py-lg-0 {
    padding-top: 0!important;
    padding-bottom: 0 !important;
  }
  .sfcw .p-lg-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .sfcw .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .sfcw .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .sfcw .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .sfcw .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .sfcw .px-lg-1 {
    padding-right: .25rem!important;
    padding-left: 0.25rem !important;
  }
  .sfcw .py-lg-1 {
    padding-top: .25rem!important;
    padding-bottom: 0.25rem !important;
  }
  .sfcw .p-lg-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .sfcw .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .sfcw .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .sfcw .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .sfcw .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .sfcw .px-lg-2 {
    padding-right: .5rem!important;
    padding-left: 0.5rem !important;
  }
  .sfcw .py-lg-2 {
    padding-top: .5rem!important;
    padding-bottom: 0.5rem !important;
  }
  .sfcw .p-lg-3 {
    padding: 1rem 1rem !important;
  }
  .sfcw .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .sfcw .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .sfcw .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .sfcw .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .sfcw .px-lg-3 {
    padding-right: 1rem!important;
    padding-left: 1rem !important;
  }
  .sfcw .py-lg-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem !important;
  }
  .sfcw .p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .sfcw .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .sfcw .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .sfcw .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .sfcw .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .sfcw .px-lg-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem !important;
  }
  .sfcw .py-lg-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem !important;
  }
  .sfcw .p-lg-5 {
    padding: 3rem 3rem !important;
  }
  .sfcw .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .sfcw .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .sfcw .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .sfcw .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .sfcw .px-lg-5 {
    padding-right: 3rem!important;
    padding-left: 3rem !important;
  }
  .sfcw .py-lg-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem !important;
  }
  .sfcw .m-lg-auto {
    margin: auto !important;
  }
  .sfcw .mt-lg-auto {
    margin-top: auto !important;
  }
  .sfcw .mr-lg-auto {
    margin-right: auto !important;
  }
  .sfcw .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .sfcw .ml-lg-auto {
    margin-left: auto !important;
  }
  .sfcw .mx-lg-auto {
    margin-right: auto!important;
    margin-left: auto !important;
  }
  .sfcw .my-lg-auto {
    margin-top: auto!important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .sfcw .m-xl-0 {
    margin: 0 0 !important;
  }
  .sfcw .mt-xl-0 {
    margin-top: 0 !important;
  }
  .sfcw .mr-xl-0 {
    margin-right: 0 !important;
  }
  .sfcw .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .sfcw .ml-xl-0 {
    margin-left: 0 !important;
  }
  .sfcw .mx-xl-0 {
    margin-right: 0!important;
    margin-left: 0 !important;
  }
  .sfcw .my-xl-0 {
    margin-top: 0!important;
    margin-bottom: 0 !important;
  }
  .sfcw .m-xl-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .sfcw .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .sfcw .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .sfcw .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .sfcw .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .sfcw .mx-xl-1 {
    margin-right: .25rem!important;
    margin-left: 0.25rem !important;
  }
  .sfcw .my-xl-1 {
    margin-top: .25rem!important;
    margin-bottom: 0.25rem !important;
  }
  .sfcw .m-xl-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .sfcw .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .sfcw .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .sfcw .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .sfcw .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .sfcw .mx-xl-2 {
    margin-right: .5rem!important;
    margin-left: 0.5rem !important;
  }
  .sfcw .my-xl-2 {
    margin-top: .5rem!important;
    margin-bottom: 0.5rem !important;
  }
  .sfcw .m-xl-3 {
    margin: 1rem 1rem !important;
  }
  .sfcw .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .sfcw .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .sfcw .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .sfcw .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .sfcw .mx-xl-3 {
    margin-right: 1rem!important;
    margin-left: 1rem !important;
  }
  .sfcw .my-xl-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem !important;
  }
  .sfcw .m-xl-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .sfcw .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .sfcw .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .sfcw .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .sfcw .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .sfcw .mx-xl-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem !important;
  }
  .sfcw .my-xl-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem !important;
  }
  .sfcw .m-xl-5 {
    margin: 3rem 3rem !important;
  }
  .sfcw .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .sfcw .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .sfcw .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .sfcw .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .sfcw .mx-xl-5 {
    margin-right: 3rem!important;
    margin-left: 3rem !important;
  }
  .sfcw .my-xl-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem !important;
  }
  .sfcw .p-xl-0 {
    padding: 0 0 !important;
  }
  .sfcw .pt-xl-0 {
    padding-top: 0 !important;
  }
  .sfcw .pr-xl-0 {
    padding-right: 0 !important;
  }
  .sfcw .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .sfcw .pl-xl-0 {
    padding-left: 0 !important;
  }
  .sfcw .px-xl-0 {
    padding-right: 0!important;
    padding-left: 0 !important;
  }
  .sfcw .py-xl-0 {
    padding-top: 0!important;
    padding-bottom: 0 !important;
  }
  .sfcw .p-xl-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .sfcw .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .sfcw .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .sfcw .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .sfcw .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .sfcw .px-xl-1 {
    padding-right: .25rem!important;
    padding-left: 0.25rem !important;
  }
  .sfcw .py-xl-1 {
    padding-top: .25rem!important;
    padding-bottom: 0.25rem !important;
  }
  .sfcw .p-xl-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .sfcw .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .sfcw .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .sfcw .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .sfcw .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .sfcw .px-xl-2 {
    padding-right: .5rem!important;
    padding-left: 0.5rem !important;
  }
  .sfcw .py-xl-2 {
    padding-top: .5rem!important;
    padding-bottom: 0.5rem !important;
  }
  .sfcw .p-xl-3 {
    padding: 1rem 1rem !important;
  }
  .sfcw .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .sfcw .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .sfcw .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .sfcw .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .sfcw .px-xl-3 {
    padding-right: 1rem!important;
    padding-left: 1rem !important;
  }
  .sfcw .py-xl-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem !important;
  }
  .sfcw .p-xl-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .sfcw .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .sfcw .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .sfcw .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .sfcw .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .sfcw .px-xl-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem !important;
  }
  .sfcw .py-xl-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem !important;
  }
  .sfcw .p-xl-5 {
    padding: 3rem 3rem !important;
  }
  .sfcw .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .sfcw .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .sfcw .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .sfcw .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .sfcw .px-xl-5 {
    padding-right: 3rem!important;
    padding-left: 3rem !important;
  }
  .sfcw .py-xl-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem !important;
  }
  .sfcw .m-xl-auto {
    margin: auto !important;
  }
  .sfcw .mt-xl-auto {
    margin-top: auto !important;
  }
  .sfcw .mr-xl-auto {
    margin-right: auto !important;
  }
  .sfcw .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .sfcw .ml-xl-auto {
    margin-left: auto !important;
  }
  .sfcw .mx-xl-auto {
    margin-right: auto!important;
    margin-left: auto !important;
  }
  .sfcw .my-xl-auto {
    margin-top: auto!important;
    margin-bottom: auto !important;
  }
}
.sfcw .text-justify {
  text-align: justify !important;
}
.sfcw .text-nowrap {
  white-space: nowrap !important;
}
.sfcw .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sfcw .text-left {
  text-align: left !important;
}
.sfcw .text-right {
  text-align: right !important;
}
.sfcw .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .sfcw .text-sm-left {
    text-align: left !important;
  }
  .sfcw .text-sm-right {
    text-align: right !important;
  }
  .sfcw .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .sfcw .text-md-left {
    text-align: left !important;
  }
  .sfcw .text-md-right {
    text-align: right !important;
  }
  .sfcw .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .sfcw .text-lg-left {
    text-align: left !important;
  }
  .sfcw .text-lg-right {
    text-align: right !important;
  }
  .sfcw .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .sfcw .text-xl-left {
    text-align: left !important;
  }
  .sfcw .text-xl-right {
    text-align: right !important;
  }
  .sfcw .text-xl-center {
    text-align: center !important;
  }
}
.sfcw .text-lowercase {
  text-transform: lowercase !important;
}
.sfcw .text-uppercase {
  text-transform: uppercase !important;
}
.sfcw .text-capitalize {
  text-transform: capitalize !important;
}
.sfcw .font-weight-normal {
  font-weight: 400;
}
.sfcw .font-weight-bold {
  font-weight: 700;
}
.sfcw .font-italic {
  font-style: italic;
}
.sfcw .text-white {
  color: #fff !important;
}
.sfcw .text-muted {
  color: #636c72 !important;
}
.sfcw a.text-muted:focus,
.sfcw a.text-muted:hover {
  color: #4b5257 !important;
}
.sfcw .text-primary {
  color: #0275d8 !important;
}
.sfcw a.text-primary:focus,
.sfcw a.text-primary:hover {
  color: #025aa5 !important;
}
.sfcw .text-success {
  color: #5cb85c !important;
}
.sfcw a.text-success:focus,
.sfcw a.text-success:hover {
  color: #449d44 !important;
}
.sfcw .text-info {
  color: #5bc0de !important;
}
.sfcw a.text-info:focus,
.sfcw a.text-info:hover {
  color: #31b0d5 !important;
}
.sfcw .text-warning {
  color: #f0ad4e !important;
}
.sfcw a.text-warning:focus,
.sfcw a.text-warning:hover {
  color: #ec971f !important;
}
.sfcw .text-danger {
  color: #d9534f !important;
}
.sfcw a.text-danger:focus,
.sfcw a.text-danger:hover {
  color: #c9302c !important;
}
.sfcw .text-gray-dark {
  color: #292b2c !important;
}
.sfcw a.text-gray-dark:focus,
.sfcw a.text-gray-dark:hover {
  color: #101112 !important;
}
.sfcw .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.sfcw .invisible {
  visibility: hidden !important;
}
.sfcw .hidden-xs-up {
  display: none !important;
}
@media (max-width: 575px) {
  .sfcw .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .sfcw .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sfcw .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sfcw .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .sfcw .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .sfcw .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .sfcw .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .sfcw .hidden-xl-up {
    display: none !important;
  }
}
.sfcw .hidden-xl-down {
  display: none !important;
}
.sfcw .visible-print-block {
  display: none !important;
}
@media print {
  .sfcw .visible-print-block {
    display: block !important;
  }
}
.sfcw .visible-print-inline {
  display: none !important;
}
@media print {
  .sfcw .visible-print-inline {
    display: inline !important;
  }
}
.sfcw .visible-print-inline-block {
  display: none !important;
}
@media print {
  .sfcw .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .sfcw .hidden-print {
    display: none !important;
  }
}
.sfcw h1 {
  margin-top: 0px;
}
.sfcw .sfcw-div-sidebar hr {
  color: #ccc;
}
.sfcw .parttime {
  color: #6d4251;
}
.sfcw .evening {
  color: #79ceb8;
}
.sfcw .fulltime {
  color: #fe5a4b;
}
.sfcw .online {
  color: #ffc712;
}
.sfcw .parttime_bck {
  background-color: #6d4251;
  color: #ffffff;
}
.sfcw .evening_bck {
  background-color: #79ceb8;
  color: #ffffff;
}
.sfcw .fulltime_bck {
  background-color: #fe5a4b;
  color: #ffffff;
}
.sfcw .online_bck {
  background-color: #ffc712;
  color: #ffffff;
}
.sfcw .parttime_bck a,
.sfcw .evening_bck a,
.sfcw .fulltime_bck a,
.sfcw .online_bck a {
  color: #ffffff;
  text-decoration: none;
}
.sfcw h1.parttime,
.sfcw h2.parttime,
.sfcw h3.parttime {
  color: #6d4251;
}
.sfcw h1.evening,
.sfcw h2.evening,
.sfcw h3.evening {
  color: #79ceb8;
}
.sfcw h1.fulltime,
.sfcw h2.fulltime,
.sfcw h3.fulltime {
  color: #fe5a4b;
}
.sfcw h1.online,
.sfcw h2.online,
.sfcw h3.online {
  color: #ffc712;
}
.sfcw h1.parttime_bck,
.sfcw h2.parttime_bck,
.sfcw h3.parttime_bck {
  background-color: #6d4251;
  color: #ffffff;
}
.sfcw h1.evening_bck,
.sfcw h2.evening_bck,
.sfcw h3.evening_bck {
  background-color: #79ceb8;
  color: #ffffff;
}
.sfcw h1.fulltime_bck,
.sfcw h2.fulltime_bck,
.sfcw h3.fulltime_bck {
  background-color: #fe5a4b;
  color: #ffffff;
}
.sfcw h1.online_bck,
.sfcw h2.online_bck,
.sfcw h3.online_bck {
  background-color: #ffc712;
  color: #ffffff;
}
.sfcw .clickable {
  cursor: pointer;
}
.sfcw .btn {
  width: auto;
  height: auto;
}
.sfcw tr:nth-child(2n+1),
.sfcw tr:nth-child(2n) {
  background-color: transparent;
}
.sfcw .sfcw-course-colour-bck td {
  background-color: transparent;
  color: #fff;
}
.sfcw .sfcw-section-search {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sfcw .sfcw-section-search .sfcw-form-label {
  font-size: 18px;
  font-weight: normal;
  padding-top: 8px;
}
.sfcw .sfcw-section-search .sfcw-form-label-adv {
  font-size: 14px;
  font-weight: normal;
  padding-top: 4px;
}
.sfcw .sfcw-section-result .sfcw-results-toolbar {
  padding-top: 5px;
  padding-bottom: 5px;
}
.sfcw .sfcw-section-result .sfcw-results-toolbar > div {
  padding-bottom: 2px;
}
.sfcw .sfcw-section-result .sfcw-table-results th,
.sfcw .sfcw-section-result .sfcw-table-favourites th {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: normal;
  font-weight: bold;
  background: #29333d;
  color: white;
  text-transform: uppercase;
}
.sfcw .sfcw-section-result .sfcw-table-results tr,
.sfcw .sfcw-section-result .sfcw-table-favourites tr,
.sfcw .sfcw-section-result .sfcw-table-results td,
.sfcw .sfcw-section-result .sfcw-table-favourites td {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: normal;
}
.sfcw .sfcw-section-result .sfcw-table-results .type,
.sfcw .sfcw-section-result .sfcw-table-favourites .type {
  padding: 5px 10px;
  text-align: center;
  width: 30px;
}
.sfcw .sfcw-section-details p,
.sfcw .sfcw-section-details div,
.sfcw .sfcw-section-details li {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: normal;
}
.sfcw .sfcw-section-details span {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: normal;
}
.sfcw .sfcw-section-details h1 {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: normal;
  font-size: 24px;
  padding: 12px;
}
.sfcw .sfcw-section-details .sfcw-course-titlebar h1 {
  margin-bottom: 0px;
}
.sfcw .sfcw-section-details .sfcw-course-toolbar {
  margin-top: 3px;
  margin-bottom: 5px;
}
.sfcw .sfcw-section-details h2 {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: normal;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.sfcw .sfcw-section-details h2#sfcw_title_courseTitle {
  color: #2b354e;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.sfcw .sfcw-section-details .sfcw-div-detailsNav {
  margin-top: 15px;
  margin-bottom: 15px;
}
.sfcw .sfcw-section-details .sfcw-div-detailsNav a {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
}
.sfcw .sfcw-section-details .sfcw-table-courseModules {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: normal;
}
.sfcw .sfcw-section-details .sfcw-table-courseModules th {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: normal;
  background-color: transparent;
  font-weight: bold;
}
.sfcw .sfcw-section-details .sfcw-table-courseModules td {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: normal;
}
.sfcw .sfcw-section-details .sfcw-div-sidebar {
  padding: 40px 30px;
}
.sfcw .sfcw-section-details .sfcw-div-sidebar .sfcw-table-dates {
  width: 100%;
}
.sfcw .sfcw-section-details .sfcw-div-sidebar .sfcw-table-contactInfo {
  width: 100%;
}
.sfcw .sfcw-section-details .sfcw-div-sidebar .sfcw-table-timeTable {
  width: 100%;
  border: thin solid #fff;
}
.sfcw .sfcw-section-details .sfcw-div-sidebar .sfcw-table-timeTable td {
  text-align: center;
  border: thin solid #fff;
}
.sfcw .sfcw-section-details .sfcw-div-sidebar .sfcw-table-timeTable th {
  text-align: center;
}
.sfcw .sfcw-section-details .sfcw-div-sidebar .sfcw-map-courseDetails {
  height: 300px;
}
.sfcw .sfcw-section-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 999;
}
.sfcw .sfcw-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sfcw .sfcw-overlay > div {
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.sfcw .sfcw-overlay > div img {
  height: 70px;
  width: 70px;
  vertical-align: middle;
}
.glyphicon {
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 1px;
}
.glyphicon-search-32 {
  width: 32px;
  height: 32px;
  background-image: url('../graphics/glyphicons-28-search.png');
  background-size: 32px 32px;
  background-repeat: no-repeat;
}
.glyphicon-search-26 {
  width: 26px;
  height: 26px;
  background-image: url('../graphics/glyphicons-28-search.png');
  background-size: 26px 26px;
  background-repeat: no-repeat;
}
.glyphicon-search-16 {
  width: 16px;
  height: 16px;
  background-image: url('../graphics/glyphicons-28-search.png');
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
.glyphicon-transport {
  width: 32px;
  height: 23px;
  background-image: url('../graphics/glyphicons-568-transport.png');
  background-size: 32px 23px;
  background-repeat: no-repeat;
}
.glyphicon-bus-32 {
  width: 32px;
  height: 25px;
  background-image: url('../graphics/glyphicons-32-bus.png');
  background-size: 32px 25px;
  background-repeat: no-repeat;
}
.glyphicon-train-20 {
  width: 20px;
  height: 26px;
  background-image: url('../graphics/glyphicons-15-train.png');
  background-size: 20px 26px;
  background-repeat: no-repeat;
}
.glyphicon-walk-22 {
  width: 22px;
  height: 26px;
  background-image: url('../graphics/glyphicons-walk.png');
  background-size: 22px 26px;
  background-repeat: no-repeat;
}
.glyphicon-bicycle {
  width: 33px;
  height: 21px;
  background-image: url('../graphics/glyphicons-307-bicycle.png');
  background-size: 33px 21px;
  background-repeat: no-repeat;
}
.glyphicon-ok {
  width: 16px;
  height: 16px;
  background-image: url('../graphics/glyphicons-659-tick-white.png');
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
#sfcw_map {
  height: 600px;
}
.sfcw-map-info div {
  margin-bottom: 4px;
}
.sfcw-map-info .sfcw-map-infoTitle {
  font-size: 14pt;
  font-weight: bold;
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: thin solid #333;
}
.sfcw-map-info .sfcw-map-infoLegend {
  padding: 5px 0px;
}
.sfcw-faded {
  opacity: .3;
}

.sfcw-loader-white-32 {
  background-image: url('../graphics/loader-white.gif');
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center center;
}

/*
    WIDGET PRINTING
    In the Single Page Application, sections are hidden with DISPLAY css settings. 
    When the user prints they want to print the section showing so we hide everything 
    on the page with VISIBILITY and show the target print areas with VISIBILITY and 
    only the one without display: none will be printed! Clear, right?

    Background colours: By default most browsers will not print the background colours.
    Instead they invert the colours. The Widget icon used in the timetable is black - when
    it's inverted it does not show up - white on white. So we alter the glyphicon to show
    a textual X instead.

    Some printers have an option to include background images/colours
*/
@media print {
  body * {
    visibility: hidden;
  }
  #sfcw_section_details,
  #sfcw_section_details *,
  #sfcw_section_results,
  #sfcw_section_results * {
    visibility: visible;
  }
  #sfcw_section_details,
  #sfcw_section_results {
    position: absolute;
    left: 0;
    top: 0;
  }
  .noprint {
    display: none;
  }
  .sfcw .glyphicon-ok,
  .glyphicon-ok {
    background-image: none;
  }
  .sfcw .glyphicon-ok::before,
  .glyphicon-ok::before {
    content: "X";
  }
  #sfcw .container {
    width: 100%;
    max-width: 100%;
  }

  .sfcw-div-detailsNav div { display: none; }

}


/* To Get IE 10 and 11 printing course details properly with Bootstrap 4 / flex */
@media all and (-ms-high-contrast: none), (ms-high-contrast: active) {
    .sfcw .row.ieprintfix {
        display: block;
    }
    /* course details screen */
    .sfcw .ieprintfix .col-md-4, .sfcw .col-md-8 {
        float: left;
        flex: none;
    }
}




.sfcw-local-dot {
  border: 5px solid #45453f;
  background: transparent;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 16px;
  width: 16px;
  -webkit-animation: pulse 3s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  /*
  top: -25px;
  left: -25px;
*/
  z-index: 1;
  opacity: 0;
  /* as a span * /
    display: inline-block;
    padding-top: 3px;
    */
  float: left;
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0);
    opacity: 1.0;
  }
  90% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
}
@-webkit-keyframes "pulse" {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}
.card img.transport-image {
  height: 48px;
}

.sfcw-div-filter {
  background-color: #eceeef;
  padding: 10px;
  margin: 5px;
  border-radius: 8px;
}
.sfcw-label-filter {
  padding: 3px 0px;
}

