.fs {
    @at-root {
        @-ms-viewport {
            width: device-width;
        }
    }
}

.fs {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.fs body, .fs .fs-container {
    margin: 0;
}

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

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

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

.fs [hidden], .fs template {
    display: none;
}

.fs a {
    background-color: transparent;
}

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

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

.fs b, .fs strong {
    font-weight: bold;
}

.fs dfn {
    font-style: italic;
}

.fs h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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

.fs small {
    font-size: 80%;
}

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

.fs sup {
    top: -0.5em;
}

.fs sub {
    bottom: -0.25em;
}

.fs img {
    border: 0;
}

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

.fs figure {
    margin: 1em 40px;
}

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

.fs pre {
    overflow: auto;
}

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

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

.fs button {
    overflow: visible;
}

.fs button, .fs select {
    text-transform: none;
}

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

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

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

.fs input {
    line-height: normal;
}

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

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

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

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

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

.fs legend {
    border: 0;
    padding: 0;
}

.fs textarea {
    overflow: auto;
}

.fs optgroup {
    font-weight: bold;
}

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

.fs td, .fs th {
    padding: 0;
}

@media print {
    .fs *, .fs *:before, .fs *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .fs a, .fs a:visited {
        text-decoration: underline;
    }

    .fs a[href]:after {
        content: " (" attr(href) ")";
    }

    .fs abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .fs a[href^="#"]:after, .fs a[href^="javascript:"]:after {
        content: "";
    }

    .fs pre, .fs blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    .fs thead {
        display: table-header-group;
    }

    .fs tr, .fs img {
        page-break-inside: avoid;
    }

    .fs img {
        max-width: 100% !important;
    }

    .fs p, .fs h2, .fs h3 {
        orphans: 3;
        widows: 3;
    }

    .fs h2, .fs h3 {
        page-break-after: avoid;
    }

    .fs .navbar {
        display: none;
    }

    .fs .btn > .caret, .fs .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .fs .label {
        border: 1px solid #000;
    }

    .fs .table {
        border-collapse: collapse !important;
    }

    .fs .table td, .fs .table th {
        background-color: #fff !important;
    }

    .fs .table-bordered th, .fs .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

.fs * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fs *:before, .fs *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.fs {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}


.fs body, .fs .fs-container {
    font-family: Arimo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.66667;
    color: #666666;
    /*background-color: #364459;*/
}


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


.fs a {
    color: #1e7ddb;
    text-decoration: none;
}


.fs a:hover, .fs a:focus {
    color: #155798;
    text-decoration: underline;
}


.fs a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}


.fs figure {
    margin: 0;
}


.fs img {
    vertical-align: middle;
}


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


.fs .img-rounded {
    border-radius: 6px;
}


.fs .img-thumbnail {
    padding: 4px;
    line-height: 1.66667;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}


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


.fs hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #f7f7f7;
}


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


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


.fs [role="button"] {
    cursor: pointer;
}


.fs h1, .fs h2, .fs h3, .fs h4, .fs h5, .fs h6, .fs .h1, .fs .h2, .fs .h3, .fs .h4, .fs .h5, .fs .h6 {
    font-family: inherit;
    font-weight: 300;
    line-height: 1.2;
    color: #80bd01;
}


.fs h1 small, .fs h1 .small, .fs h2 small, .fs h2 .small, .fs h3 small, .fs h3 .small, .fs h4 small, .fs h4 .small, .fs h5 small, .fs h5 .small, .fs h6 small, .fs h6 .small, .fs .h1 small, .fs .h1 .small, .fs .h2 small, .fs .h2 .small, .fs .h3 small, .fs .h3 .small, .fs .h4 small, .fs .h4 .small, .fs .h5 small, .fs .h5 .small, .fs .h6 small, .fs .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #e6e6e6;
}


.fs h1, .fs .h1, .fs h2, .fs .h2, .fs h3, .fs .h3 {
    margin-top: 30px;
    margin-bottom: 30px;
}


.fs h1 small, .fs h1 .small, .fs .h1 small, .fs .h1 .small, .fs h2 small, .fs h2 .small, .fs .h2 small, .fs .h2 .small, .fs h3 small, .fs h3 .small, .fs .h3 small, .fs .h3 .small {
    font-size: 65%;
}


.fs h4, .fs .h4, .fs h5, .fs .h5, .fs h6, .fs .h6 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 400;
}


.fs h4 small, .fs h4 .small, .fs .h4 small, .fs .h4 .small, .fs h5 small, .fs h5 .small, .fs .h5 small, .fs .h5 .small, .fs h6 small, .fs h6 .small, .fs .h6 small, .fs .h6 .small {
    font-size: 75%;
}


.fs h1, .fs .h1 {
    font-size: 48px;
}


.fs h2, .fs .h2 {
    font-size: 48px;
}


.fs h3, .fs .h3 {
    font-size: 31px;
}


.fs h4, .fs .h4 {
    font-size: 24px;
}


.fs h5, .fs .h5 {
    font-size: 18px;
}


.fs h6, .fs .h6 {
    font-size: 17px;
}

@media (max-width: 480px) {
    
    .fs h1, .fs .h1 {
        font-size: 30px;
    }

    
    .fs h2, .fs .h2 {
        font-size: 30px;
    }

    
    .fs h3, .fs .h3 {
        font-size: 31px;
    }
}


.fs p {
    margin: 0 0 39.99px;
}


.fs .lead {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    
    
}

@media (min-width: 768px) {
    .fs .lead {
        font-size: 19.98px;
    }
}


.fs small, .fs .small {
    font-size: 77%;
}


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


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


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


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


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


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


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


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


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


.fs .text-muted {
    color: #e6e6e6;
}


.fs .text-primary {
    color: #1e7ddb;
}


.fs a.text-primary:hover, .fs a.text-primary:focus {
    color: #1863ae;
}


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


.fs a.text-success:hover, .fs a.text-success:focus {
    color: #2b542c;
}


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


.fs a.text-info:hover, .fs a.text-info:focus {
    color: #245269;
}


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


.fs a.text-warning:hover, .fs a.text-warning:focus {
    color: #66512c;
}


.fs .text-danger {
    color: #a94442;
}


.fs a.text-danger:hover, .fs a.text-danger:focus {
    color: #843534;
}


.fs .bg-primary {
    color: #fff;
}


.fs .bg-primary {
    background-color: #1e7ddb;
}


.fs a.bg-primary:hover, .fs a.bg-primary:focus {
    background-color: #1863ae;
}


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


.fs a.bg-success:hover, .fs a.bg-success:focus {
    background-color: #c1e2b3;
}


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


.fs a.bg-info:hover, .fs a.bg-info:focus {
    background-color: #afd9ee;
}


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


.fs a.bg-warning:hover, .fs a.bg-warning:focus {
    background-color: #f7ecb5;
}


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


.fs a.bg-danger:hover, .fs a.bg-danger:focus {
    background-color: #e4b9b9;
}


.fs .page-header {
    padding-bottom: 14px;
    margin: 60px 0 30px;
    border-bottom: 1px solid #f7f7f7;
}


.fs ul, .fs ol {
    margin-top: 0;
    margin-bottom: 15px;
}


.fs ul ul, .fs ul ol, .fs ol ul, .fs ol ol {
    margin-bottom: 0;
}


.fs .list-unstyled {
    padding-left: 0;
    list-style: none;
}


.fs .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}


.fs .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}


.fs dl {
    margin-top: 0;
    margin-bottom: 30px;
}


.fs dt, .fs dd {
    line-height: 1.66667;
}


.fs dt {
    font-weight: bold;
}


.fs dd {
    margin-left: 0;
}


.fs .dl-horizontal dd:before, .fs .dl-horizontal dd:after {
    content: " ";
    display: table;
}


.fs .dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 1024px) {
    
    .fs .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    
    .fs .dl-horizontal dd {
        margin-left: 180px;
    }
}


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


.fs .initialism {
    font-size: 90%;
}


.fs blockquote {
    padding: 15px 30px;
    margin: 0 0 30px;
    font-size: 22.5px;
    border-left: 5px solid #f7f7f7;
}


.fs blockquote p:last-child, .fs blockquote ul:last-child, .fs blockquote ol:last-child {
    margin-bottom: 0;
}


.fs blockquote footer, .fs blockquote small, .fs blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.66667;
    color: #e6e6e6;
}


.fs blockquote footer:before, .fs blockquote small:before, .fs blockquote .small:before {
    content: '\2014 \00A0';
}


.fs .blockquote-reverse, .fs blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #f7f7f7;
    border-left: 0;
    text-align: right;
}


.fs .blockquote-reverse footer:before, .fs .blockquote-reverse small:before, .fs .blockquote-reverse .small:before, .fs blockquote.pull-right footer:before, .fs blockquote.pull-right small:before, .fs blockquote.pull-right .small:before {
    content: '';
}


.fs .blockquote-reverse footer:after, .fs .blockquote-reverse small:after, .fs .blockquote-reverse .small:after, .fs blockquote.pull-right footer:after, .fs blockquote.pull-right small:after, .fs blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}


.fs address {
    margin-bottom: 30px;
    font-style: normal;
    line-height: 1.66667;
}


.fs .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}


.fs .container:before, .fs .container:after {
    content: " ";
    display: table;
}


.fs .container:after {
    clear: both;
}

@media (min-width: 768px) {
    .fs .container {
        width: 720px;
    }
}

@media (min-width: 1024px) {
    .fs .container {
        width: 972px;
    }
}

@media (min-width: 1200px) {
    .fs .container {
        width: 1200px;
    }
}


.fs .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}


.fs .container-fluid:before, .fs .container-fluid:after {
    content: " ";
    display: table;
}


.fs .container-fluid:after {
    clear: both;
}


.fs .row {
    margin-left: 0;
    margin-right: 0;
}


.fs .row:before, .fs .row:after {
    content: " ";
    display: table;
}


.fs .row:after {
    clear: both;
}


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


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


.fs .col-xs-1 {
    width: 8.33333%;
}


.fs .col-xs-2 {
    width: 16.66667%;
}


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


.fs .col-xs-4 {
    width: 33.33333%;
}


.fs .col-xs-5 {
    width: 41.66667%;
}


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


.fs .col-xs-7 {
    width: 58.33333%;
}


.fs .col-xs-8 {
    width: 66.66667%;
}


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


.fs .col-xs-10 {
    width: 83.33333%;
}


.fs .col-xs-11 {
    width: 91.66667%;
}


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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

@media (min-width: 768px) {
    
    .fs .col-sm-1, .fs .col-sm-2, .fs .col-sm-3, .fs .col-sm-4, .fs .col-sm-5, .fs .col-sm-6, .fs .col-sm-7, .fs .col-sm-8, .fs .col-sm-9, .fs .col-sm-10, .fs .col-sm-11, .fs .col-sm-12 {
        float: left;
    }

    
    .fs .col-sm-1 {
        width: 8.33333%;
    }

    
    .fs .col-sm-2 {
        width: 16.66667%;
    }

    
    .fs .col-sm-3 {
        width: 25%;
    }

    
    .fs .col-sm-4 {
        width: 33.33333%;
    }

    
    .fs .col-sm-5 {
        width: 41.66667%;
    }

    
    .fs .col-sm-6 {
        width: 50%;
    }

    
    .fs .col-sm-7 {
        width: 58.33333%;
    }

    
    .fs .col-sm-8 {
        width: 66.66667%;
    }

    
    .fs .col-sm-9 {
        width: 75%;
    }

    
    .fs .col-sm-10 {
        width: 83.33333%;
    }

    
    .fs .col-sm-11 {
        width: 91.66667%;
    }

    
    .fs .col-sm-12 {
        width: 100%;
    }

    
    .fs .col-sm-pull-0 {
        right: auto;
    }

    
    .fs .col-sm-pull-1 {
        right: 8.33333%;
    }

    
    .fs .col-sm-pull-2 {
        right: 16.66667%;
    }

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

    
    .fs .col-sm-pull-4 {
        right: 33.33333%;
    }

    
    .fs .col-sm-pull-5 {
        right: 41.66667%;
    }

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

    
    .fs .col-sm-pull-7 {
        right: 58.33333%;
    }

    
    .fs .col-sm-pull-8 {
        right: 66.66667%;
    }

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

    
    .fs .col-sm-pull-10 {
        right: 83.33333%;
    }

    
    .fs .col-sm-pull-11 {
        right: 91.66667%;
    }

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

    
    .fs .col-sm-push-0 {
        left: auto;
    }

    
    .fs .col-sm-push-1 {
        left: 8.33333%;
    }

    
    .fs .col-sm-push-2 {
        left: 16.66667%;
    }

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

    
    .fs .col-sm-push-4 {
        left: 33.33333%;
    }

    
    .fs .col-sm-push-5 {
        left: 41.66667%;
    }

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

    
    .fs .col-sm-push-7 {
        left: 58.33333%;
    }

    
    .fs .col-sm-push-8 {
        left: 66.66667%;
    }

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

    
    .fs .col-sm-push-10 {
        left: 83.33333%;
    }

    
    .fs .col-sm-push-11 {
        left: 91.66667%;
    }

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

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

    
    .fs .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    
    .fs .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

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

    
    .fs .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    
    .fs .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

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

    
    .fs .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    
    .fs .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

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

    
    .fs .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    
    .fs .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

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

@media (min-width: 1024px) {
    
    .fs .col-md-1, .fs .col-md-2, .fs .col-md-3, .fs .col-md-4, .fs .col-md-5, .fs .col-md-6, .fs .col-md-7, .fs .col-md-8, .fs .col-md-9, .fs .col-md-10, .fs .col-md-11, .fs .col-md-12 {
        float: left;
    }

    
    .fs .col-md-1 {
        width: 8.33333%;
    }

    
    .fs .col-md-2 {
        width: 16.66667%;
    }

    
    .fs .col-md-3 {
        width: 25%;
    }

    
    .fs .col-md-4 {
        width: 33.33333%;
    }

    
    .fs .col-md-5 {
        width: 41.66667%;
    }

    
    .fs .col-md-6 {
        width: 50%;
    }

    
    .fs .col-md-7 {
        width: 58.33333%;
    }

    
    .fs .col-md-8 {
        width: 66.66667%;
    }

    
    .fs .col-md-9 {
        width: 75%;
    }

    
    .fs .col-md-10 {
        width: 83.33333%;
    }

    
    .fs .col-md-11 {
        width: 91.66667%;
    }

    
    .fs .col-md-12 {
        width: 100%;
    }

    
    .fs .col-md-pull-0 {
        right: auto;
    }

    
    .fs .col-md-pull-1 {
        right: 8.33333%;
    }

    
    .fs .col-md-pull-2 {
        right: 16.66667%;
    }

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

    
    .fs .col-md-pull-4 {
        right: 33.33333%;
    }

    
    .fs .col-md-pull-5 {
        right: 41.66667%;
    }

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

    
    .fs .col-md-pull-7 {
        right: 58.33333%;
    }

    
    .fs .col-md-pull-8 {
        right: 66.66667%;
    }

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

    
    .fs .col-md-pull-10 {
        right: 83.33333%;
    }

    
    .fs .col-md-pull-11 {
        right: 91.66667%;
    }

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

    
    .fs .col-md-push-0 {
        left: auto;
    }

    
    .fs .col-md-push-1 {
        left: 8.33333%;
    }

    
    .fs .col-md-push-2 {
        left: 16.66667%;
    }

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

    
    .fs .col-md-push-4 {
        left: 33.33333%;
    }

    
    .fs .col-md-push-5 {
        left: 41.66667%;
    }

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

    
    .fs .col-md-push-7 {
        left: 58.33333%;
    }

    
    .fs .col-md-push-8 {
        left: 66.66667%;
    }

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

    
    .fs .col-md-push-10 {
        left: 83.33333%;
    }

    
    .fs .col-md-push-11 {
        left: 91.66667%;
    }

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

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

    
    .fs .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    
    .fs .col-md-offset-2 {
        margin-left: 16.66667%;
    }

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

    
    .fs .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    
    .fs .col-md-offset-5 {
        margin-left: 41.66667%;
    }

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

    
    .fs .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    
    .fs .col-md-offset-8 {
        margin-left: 66.66667%;
    }

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

    
    .fs .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    
    .fs .col-md-offset-11 {
        margin-left: 91.66667%;
    }

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

@media (min-width: 1200px) {
    
    .fs .col-lg-1, .fs .col-lg-2, .fs .col-lg-3, .fs .col-lg-4, .fs .col-lg-5, .fs .col-lg-6, .fs .col-lg-7, .fs .col-lg-8, .fs .col-lg-9, .fs .col-lg-10, .fs .col-lg-11, .fs .col-lg-12 {
        float: left;
    }

    
    .fs .col-lg-1 {
        width: 8.33333%;
    }

    
    .fs .col-lg-2 {
        width: 16.66667%;
    }

    
    .fs .col-lg-3 {
        width: 25%;
    }

    
    .fs .col-lg-4 {
        width: 33.33333%;
    }

    
    .fs .col-lg-5 {
        width: 41.66667%;
    }

    
    .fs .col-lg-6 {
        width: 50%;
    }

    
    .fs .col-lg-7 {
        width: 58.33333%;
    }

    
    .fs .col-lg-8 {
        width: 66.66667%;
    }

    
    .fs .col-lg-9 {
        width: 75%;
    }

    
    .fs .col-lg-10 {
        width: 83.33333%;
    }

    
    .fs .col-lg-11 {
        width: 91.66667%;
    }

    
    .fs .col-lg-12 {
        width: 100%;
    }

    
    .fs .col-lg-pull-0 {
        right: auto;
    }

    
    .fs .col-lg-pull-1 {
        right: 8.33333%;
    }

    
    .fs .col-lg-pull-2 {
        right: 16.66667%;
    }

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

    
    .fs .col-lg-pull-4 {
        right: 33.33333%;
    }

    
    .fs .col-lg-pull-5 {
        right: 41.66667%;
    }

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

    
    .fs .col-lg-pull-7 {
        right: 58.33333%;
    }

    
    .fs .col-lg-pull-8 {
        right: 66.66667%;
    }

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

    
    .fs .col-lg-pull-10 {
        right: 83.33333%;
    }

    
    .fs .col-lg-pull-11 {
        right: 91.66667%;
    }

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

    
    .fs .col-lg-push-0 {
        left: auto;
    }

    
    .fs .col-lg-push-1 {
        left: 8.33333%;
    }

    
    .fs .col-lg-push-2 {
        left: 16.66667%;
    }

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

    
    .fs .col-lg-push-4 {
        left: 33.33333%;
    }

    
    .fs .col-lg-push-5 {
        left: 41.66667%;
    }

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

    
    .fs .col-lg-push-7 {
        left: 58.33333%;
    }

    
    .fs .col-lg-push-8 {
        left: 66.66667%;
    }

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

    
    .fs .col-lg-push-10 {
        left: 83.33333%;
    }

    
    .fs .col-lg-push-11 {
        left: 91.66667%;
    }

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

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

    
    .fs .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    
    .fs .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

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

    
    .fs .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    
    .fs .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

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

    
    .fs .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    
    .fs .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

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

    
    .fs .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    
    .fs .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

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


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


.fs legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    font-size: 27px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}


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


.fs input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


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


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


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


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


.fs input[type="file"]:focus, .fs input[type="radio"]:focus, .fs input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}


.fs output {
    display: block;
    padding-top: 11px;
    font-size: 18px;
    line-height: 1.66667;
    color: #1e7ddb;
}


.fs .form-control {
    display: block;
    width: 100%;
    height: 52px;
    padding: 10px 24px;
    font-size: 18px;
    line-height: 1.66667;
    color: #1e7ddb;
    background-color: transparent;
    background-image: none;
    border: 2px solid #cde3f8;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.fs .form-control:focus {
    border-color: #1e7ddb;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(30, 125, 219, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(30, 125, 219, 0.6);
}


.fs .form-control:focus {
    box-shadow: none;
}


.fs .form-control::-moz-placeholder {
    color: #1e7ddb;
    opacity: 1;
}


.fs .form-control:-ms-input-placeholder {
    color: #1e7ddb;
}


.fs .form-control::-webkit-input-placeholder {
    color: #1e7ddb;
}


.fs .form-control[disabled], .fs .form-control[readonly], fieldset[disabled] .fs .form-control {
    background-color: #f7f7f7;
    opacity: 1;
}


.fs .form-control[disabled], fieldset[disabled] .fs .form-control {
    cursor: false;
}


.fs textarea.form-control {
    height: auto;
}


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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    
    .fs input[type="date"].form-control, .fs input[type="time"].form-control, .fs input[type="datetime-local"].form-control, .fs input[type="month"].form-control {
        line-height: 52px;
    }

    
    .fs input[type="date"].input-sm, .input-group-sm .fs input[type="date"], .fs input[type="time"].input-sm, .input-group-sm .fs input[type="time"], .fs input[type="datetime-local"].input-sm, .input-group-sm .fs input[type="datetime-local"], .fs input[type="month"].input-sm, .input-group-sm .fs input[type="month"] {
        line-height: 33px;
    }

    
    .fs input[type="date"].input-lg, .input-group-lg .fs input[type="date"], .fs input[type="time"].input-lg, .input-group-lg .fs input[type="time"], .fs input[type="datetime-local"].input-lg, .input-group-lg .fs input[type="datetime-local"], .fs input[type="month"].input-lg, .input-group-lg .fs input[type="month"] {
        line-height: 77px;
    }
}


.fs .form-group {
    margin-bottom: 15px;
}


.fs .radio, .fs .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}


.fs .radio label, .fs .checkbox label {
    min-height: 30px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}


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


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


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


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


.fs input[type="radio"][disabled], .fs input[type="radio"].disabled, fieldset[disabled] .fs input[type="radio"], .fs input[type="checkbox"][disabled], .fs input[type="checkbox"].disabled, fieldset[disabled] .fs input[type="checkbox"] {
    cursor: false;
}


.fs .radio-inline.disabled, fieldset[disabled] .fs .radio-inline, .fs .checkbox-inline.disabled, fieldset[disabled] .fs .checkbox-inline {
    cursor: false;
}


.fs .radio.disabled label, fieldset[disabled] .fs .radio label, .fs .checkbox.disabled label, fieldset[disabled] .fs .checkbox label {
    cursor: false;
}


.fs .form-control-static {
    padding-top: 11px;
    padding-bottom: 11px;
    margin-bottom: 0;
    min-height: 48px;
}


.fs .form-control-static.input-lg, .fs .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}


.fs .input-sm {
    height: 33px;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}


.fs select.input-sm {
    height: 33px;
    line-height: 33px;
}


.fs textarea.input-sm, .fs select[multiple].input-sm {
    height: auto;
}


.fs .form-group-sm .form-control {
    height: 33px;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}


.fs .form-group-sm select.form-control {
    height: 33px;
    line-height: 33px;
}


.fs .form-group-sm textarea.form-control, .fs .form-group-sm select[multiple].form-control {
    height: auto;
}


.fs .form-group-sm .form-control-static {
    height: 33px;
    min-height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
}


.fs .input-lg {
    height: 77px;
    padding: 24px 40px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px;
}


.fs select.input-lg {
    height: 77px;
    line-height: 77px;
}


.fs textarea.input-lg, .fs select[multiple].input-lg {
    height: auto;
}


.fs .form-group-lg .form-control {
    height: 77px;
    padding: 24px 40px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px;
}


.fs .form-group-lg select.form-control {
    height: 77px;
    line-height: 77px;
}


.fs .form-group-lg textarea.form-control, .fs .form-group-lg select[multiple].form-control {
    height: auto;
}


.fs .form-group-lg .form-control-static {
    height: 77px;
    min-height: 50px;
    padding: 25px 40px;
    font-size: 20px;
    line-height: 1.33333;
}


.fs .has-feedback {
    position: relative;
}


.fs .has-feedback .form-control {
    padding-right: 65px;
}


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


.fs .input-lg + .form-control-feedback, .fs .input-group-lg + .form-control-feedback, .fs .form-group-lg .form-control + .form-control-feedback {
    width: 77px;
    height: 77px;
    line-height: 77px;
}


.fs .input-sm + .form-control-feedback, .fs .input-group-sm + .form-control-feedback, .fs .form-group-sm .form-control + .form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px;
}


.fs .has-success .help-block, .fs .has-success .control-label, .fs .has-success .radio, .fs .has-success .checkbox, .fs .has-success .radio-inline, .fs .has-success .checkbox-inline, .fs .has-success.radio label, .fs .has-success.checkbox label, .fs .has-success.radio-inline label, .fs .has-success.checkbox-inline label {
    color: #3c763d;
}


.fs .has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}


.fs .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}


.fs .has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}


.fs .has-success .form-control-feedback {
    color: #3c763d;
}


.fs .has-warning .help-block, .fs .has-warning .control-label, .fs .has-warning .radio, .fs .has-warning .checkbox, .fs .has-warning .radio-inline, .fs .has-warning .checkbox-inline, .fs .has-warning.radio label, .fs .has-warning.checkbox label, .fs .has-warning.radio-inline label, .fs .has-warning.checkbox-inline label {
    color: #8a6d3b;
}


.fs .has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}


.fs .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}


.fs .has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}


.fs .has-warning .form-control-feedback {
    color: #8a6d3b;
}


.fs .has-error .help-block, .fs .has-error .control-label, .fs .has-error .radio, .fs .has-error .checkbox, .fs .has-error .radio-inline, .fs .has-error .checkbox-inline, .fs .has-error.radio label, .fs .has-error.checkbox label, .fs .has-error.radio-inline label, .fs .has-error.checkbox-inline label {
    color: #a94442;
}


.fs .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}


.fs .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}


.fs .has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}


.fs .has-error .form-control-feedback {
    color: #a94442;
}


.fs .has-feedback label ~ .form-control-feedback {
    top: 35px;
}


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


.fs .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a6a6a6;
}

@media (min-width: 768px) {
    
    .fs .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    
    .fs .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    
    .fs .form-inline .form-control-static {
        display: inline-block;
    }

    
    .fs .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    
    .fs .form-inline .input-group .input-group-addon, .fs .form-inline .input-group .input-group-btn, .fs .form-inline .input-group .form-control {
        width: auto;
    }

    
    .fs .form-inline .input-group > .form-control {
        width: 100%;
    }

    
    .fs .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    
    .fs .form-inline .radio, .fs .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    
    .fs .form-inline .radio label, .fs .form-inline .checkbox label {
        padding-left: 0;
    }

    
    .fs .form-inline .radio input[type="radio"], .fs .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    
    .fs .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}


.fs .form-horizontal .radio, .fs .form-horizontal .checkbox, .fs .form-horizontal .radio-inline, .fs .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 11px;
}


.fs .form-horizontal .radio, .fs .form-horizontal .checkbox {
    min-height: 41px;
}


.fs .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}


.fs .form-horizontal .form-group:before, .fs .form-horizontal .form-group:after {
    content: " ";
    display: table;
}


.fs .form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 768px) {
    
    .fs .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 11px;
    }
}


.fs .form-horizontal .has-feedback .form-control-feedback {
    right: 0;
}

@media (min-width: 768px) {
    
    .fs .form-horizontal .form-group-lg .control-label {
        padding-top: 33px;
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    
    .fs .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 14px;
    }
}


.fs .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    height: 52px;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 2px solid transparent;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 10px 24px;
    font-size: 18px;
    line-height: 1.66667;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.fs .btn:focus, .fs .btn.focus, .fs .btn:active:focus, .fs .btn:active.focus, .fs .btn.active:focus, .fs .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: none;
}


.fs .btn:hover, .fs .btn:focus, .fs .btn.focus {
    color: #333;
    text-decoration: none;
    background: none;
}


.fs .btn:active, .fs .btn.active {
    outline: 0;
    background-image: none;
}


.fs .btn.disabled, .fs .btn[disabled], fieldset[disabled] .fs .btn {
    cursor: false;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}


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


.fs .btn-default, .fs .btn-default:focus, .fs .btn-default.btn--ghost:hover {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}


.fs .btn-default:focus, .fs .btn-default.focus, .fs .btn-default:focus:focus, .fs .btn-default:focus.focus, .fs .btn-default.btn--ghost:hover:focus, .fs .btn-default.btn--ghost:hover.focus {
    color: #333;
    
    background-color: #fff;
    border-color: #ccc;
}


.fs .btn-default:hover, .fs .btn-default:focus:hover, .fs .btn-default.btn--ghost:hover:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}


.fs .btn-default:active, .fs .btn-default.active, .open > .fs .btn-default.dropdown-toggle, .fs .btn-default:focus:active, .fs .btn-default:focus.active, .open > .fs .btn-default:focus.dropdown-toggle, .fs .btn-default.btn--ghost:hover:active, .fs .btn-default.btn--ghost:hover.active, .open > .fs .btn-default.btn--ghost:hover.dropdown-toggle {
    color: #333;
    
    background-color: #fff;
    border-color: #ccc;
}


.fs .btn-default:active:hover, .fs .btn-default:active:focus, .fs .btn-default:active.focus, .fs .btn-default.active:hover, .fs .btn-default.active:focus, .fs .btn-default.active.focus, .open > .fs .btn-default.dropdown-toggle:hover, .open > .fs .btn-default.dropdown-toggle:focus, .open > .fs .btn-default.dropdown-toggle.focus, .fs .btn-default:focus:active:hover, .fs .btn-default:focus:active:focus, .fs .btn-default:focus:active.focus, .fs .btn-default:focus.active:hover, .fs .btn-default:focus.active:focus, .fs .btn-default:focus.active.focus, .open > .fs .btn-default:focus.dropdown-toggle:hover, .open > .fs .btn-default:focus.dropdown-toggle:focus, .open > .fs .btn-default:focus.dropdown-toggle.focus, .fs .btn-default.btn--ghost:hover:active:hover, .fs .btn-default.btn--ghost:hover:active:focus, .fs .btn-default.btn--ghost:hover:active.focus, .fs .btn-default.btn--ghost:hover.active:hover, .fs .btn-default.btn--ghost:hover.active:focus, .fs .btn-default.btn--ghost:hover.active.focus, .open > .fs .btn-default.btn--ghost:hover.dropdown-toggle:hover, .open > .fs .btn-default.btn--ghost:hover.dropdown-toggle:focus, .open > .fs .btn-default.btn--ghost:hover.dropdown-toggle.focus {
    
    color: #0d0d0d;
    background-color: #d9d9d9;
    border-color: #a6a6a6;
}


.fs .btn-default:active, .fs .btn-default.active, .open > .fs .btn-default.dropdown-toggle, .fs .btn-default:focus:active, .fs .btn-default:focus.active, .open > .fs .btn-default:focus.dropdown-toggle, .fs .btn-default.btn--ghost:hover:active, .fs .btn-default.btn--ghost:hover.active, .open > .fs .btn-default.btn--ghost:hover.dropdown-toggle {
    background-image: none;
}


.fs .btn-default.disabled, .fs .btn-default.disabled:hover, .fs .btn-default.disabled:focus, .fs .btn-default.disabled.focus, .fs .btn-default.disabled:active, .fs .btn-default.disabled.active, .fs .btn-default[disabled], .fs .btn-default[disabled]:hover, .fs .btn-default[disabled]:focus, .fs .btn-default[disabled].focus, .fs .btn-default[disabled]:active, .fs .btn-default[disabled].active, fieldset[disabled] .fs .btn-default, fieldset[disabled] .fs .btn-default:hover, fieldset[disabled] .fs .btn-default:focus, fieldset[disabled] .fs .btn-default.focus, fieldset[disabled] .fs .btn-default:active, fieldset[disabled] .fs .btn-default.active, .fs .btn-default:focus.disabled, .fs .btn-default:focus.disabled:hover, .fs .btn-default:focus.disabled:focus, .fs .btn-default:focus.disabled.focus, .fs .btn-default:focus.disabled:active, .fs .btn-default:focus.disabled.active, .fs .btn-default:focus[disabled], .fs .btn-default:focus[disabled]:hover, .fs .btn-default:focus[disabled]:focus, .fs .btn-default:focus[disabled].focus, .fs .btn-default:focus[disabled]:active, .fs .btn-default:focus[disabled].active, fieldset[disabled] .fs .btn-default:focus, fieldset[disabled] .fs .btn-default:focus:hover, fieldset[disabled] .fs .btn-default:focus:focus, fieldset[disabled] .fs .btn-default:focus.focus, fieldset[disabled] .fs .btn-default:focus:active, fieldset[disabled] .fs .btn-default:focus.active, .fs .btn-default.btn--ghost:hover.disabled, .fs .btn-default.btn--ghost:hover.disabled:hover, .fs .btn-default.btn--ghost:hover.disabled:focus, .fs .btn-default.btn--ghost:hover.disabled.focus, .fs .btn-default.btn--ghost:hover.disabled:active, .fs .btn-default.btn--ghost:hover.disabled.active, .fs .btn-default.btn--ghost:hover[disabled], .fs .btn-default.btn--ghost:hover[disabled]:hover, .fs .btn-default.btn--ghost:hover[disabled]:focus, .fs .btn-default.btn--ghost:hover[disabled].focus, .fs .btn-default.btn--ghost:hover[disabled]:active, .fs .btn-default.btn--ghost:hover[disabled].active, fieldset[disabled] .fs .btn-default.btn--ghost:hover, fieldset[disabled] .fs .btn-default.btn--ghost:hover:hover, fieldset[disabled] .fs .btn-default.btn--ghost:hover:focus, fieldset[disabled] .fs .btn-default.btn--ghost:hover.focus, fieldset[disabled] .fs .btn-default.btn--ghost:hover:active, fieldset[disabled] .fs .btn-default.btn--ghost:hover.active {
    background-color: #fff;
    border-color: #ccc;
}


.fs .btn-default .badge, .fs .btn-default:focus .badge, .fs .btn-default.btn--ghost:hover .badge {
    color: #fff;
    background-color: #333;
}


.fs .btn-default:hover, .fs .btn-default:active, .fs .btn-default.btn--ghost {
    color: #fff;
    background-color: transparent;
    border-color: #ccc;
}


.fs .btn-default:hover:focus, .fs .btn-default:hover.focus, .fs .btn-default:active:focus, .fs .btn-default:active.focus, .fs .btn-default.btn--ghost:focus, .fs .btn-default.btn--ghost.focus {
    color: #fff;
    
    background-color: transparent;
    border-color: #ccc;
}


.fs .btn-default:hover:hover, .fs .btn-default:active:hover, .fs .btn-default.btn--ghost:hover {
    color: #fff;
    background-color: transparent;
    border-color: #adadad;
}


.fs .btn-default:hover:active, .fs .btn-default:hover.active, .open > .fs .btn-default:hover.dropdown-toggle, .fs .btn-default:active:active, .fs .btn-default:active.active, .open > .fs .btn-default:active.dropdown-toggle, .fs .btn-default.btn--ghost:active, .fs .btn-default.btn--ghost.active, .open > .fs .btn-default.btn--ghost.dropdown-toggle {
    color: #fff;
    
    background-color: transparent;
    border-color: #ccc;
}


.fs .btn-default:hover:active:hover, .fs .btn-default:hover:active:focus, .fs .btn-default:hover:active.focus, .fs .btn-default:hover.active:hover, .fs .btn-default:hover.active:focus, .fs .btn-default:hover.active.focus, .open > .fs .btn-default:hover.dropdown-toggle:hover, .open > .fs .btn-default:hover.dropdown-toggle:focus, .open > .fs .btn-default:hover.dropdown-toggle.focus, .fs .btn-default:active:active:hover, .fs .btn-default:active:active:focus, .fs .btn-default:active:active.focus, .fs .btn-default:active.active:hover, .fs .btn-default:active.active:focus, .fs .btn-default:active.active.focus, .open > .fs .btn-default:active.dropdown-toggle:hover, .open > .fs .btn-default:active.dropdown-toggle:focus, .open > .fs .btn-default:active.dropdown-toggle.focus, .fs .btn-default.btn--ghost:active:hover, .fs .btn-default.btn--ghost:active:focus, .fs .btn-default.btn--ghost:active.focus, .fs .btn-default.btn--ghost.active:hover, .fs .btn-default.btn--ghost.active:focus, .fs .btn-default.btn--ghost.active.focus, .open > .fs .btn-default.btn--ghost.dropdown-toggle:hover, .open > .fs .btn-default.btn--ghost.dropdown-toggle:focus, .open > .fs .btn-default.btn--ghost.dropdown-toggle.focus {
    
    color: #d9d9d9;
    background-color: transparent;
    border-color: #a6a6a6;
}


.fs .btn-default:hover:active, .fs .btn-default:hover.active, .open > .fs .btn-default:hover.dropdown-toggle, .fs .btn-default:active:active, .fs .btn-default:active.active, .open > .fs .btn-default:active.dropdown-toggle, .fs .btn-default.btn--ghost:active, .fs .btn-default.btn--ghost.active, .open > .fs .btn-default.btn--ghost.dropdown-toggle {
    background-image: none;
}


.fs .btn-default:hover.disabled, .fs .btn-default:hover.disabled:hover, .fs .btn-default:hover.disabled:focus, .fs .btn-default:hover.disabled.focus, .fs .btn-default:hover.disabled:active, .fs .btn-default:hover.disabled.active, .fs .btn-default:hover[disabled], .fs .btn-default:hover[disabled]:hover, .fs .btn-default:hover[disabled]:focus, .fs .btn-default:hover[disabled].focus, .fs .btn-default:hover[disabled]:active, .fs .btn-default:hover[disabled].active, fieldset[disabled] .fs .btn-default:hover, fieldset[disabled] .fs .btn-default:hover:hover, fieldset[disabled] .fs .btn-default:hover:focus, fieldset[disabled] .fs .btn-default:hover.focus, fieldset[disabled] .fs .btn-default:hover:active, fieldset[disabled] .fs .btn-default:hover.active, .fs .btn-default:active.disabled, .fs .btn-default:active.disabled:hover, .fs .btn-default:active.disabled:focus, .fs .btn-default:active.disabled.focus, .fs .btn-default:active.disabled:active, .fs .btn-default:active.disabled.active, .fs .btn-default:active[disabled], .fs .btn-default:active[disabled]:hover, .fs .btn-default:active[disabled]:focus, .fs .btn-default:active[disabled].focus, .fs .btn-default:active[disabled]:active, .fs .btn-default:active[disabled].active, fieldset[disabled] .fs .btn-default:active, fieldset[disabled] .fs .btn-default:active:hover, fieldset[disabled] .fs .btn-default:active:focus, fieldset[disabled] .fs .btn-default:active.focus, fieldset[disabled] .fs .btn-default:active:active, fieldset[disabled] .fs .btn-default:active.active, .fs .btn-default.btn--ghost.disabled, .fs .btn-default.btn--ghost.disabled:hover, .fs .btn-default.btn--ghost.disabled:focus, .fs .btn-default.btn--ghost.disabled.focus, .fs .btn-default.btn--ghost.disabled:active, .fs .btn-default.btn--ghost.disabled.active, .fs .btn-default.btn--ghost[disabled], .fs .btn-default.btn--ghost[disabled]:hover, .fs .btn-default.btn--ghost[disabled]:focus, .fs .btn-default.btn--ghost[disabled].focus, .fs .btn-default.btn--ghost[disabled]:active, .fs .btn-default.btn--ghost[disabled].active, fieldset[disabled] .fs .btn-default.btn--ghost, fieldset[disabled] .fs .btn-default.btn--ghost:hover, fieldset[disabled] .fs .btn-default.btn--ghost:focus, fieldset[disabled] .fs .btn-default.btn--ghost.focus, fieldset[disabled] .fs .btn-default.btn--ghost:active, fieldset[disabled] .fs .btn-default.btn--ghost.active {
    background-color: transparent;
    border-color: #ccc;
}


.fs .btn-default:hover .badge, .fs .btn-default:active .badge, .fs .btn-default.btn--ghost .badge {
    color: transparent;
    background-color: #fff;
}


.fs .btn-primary, .fs .btn-primary:focus, .fs .btn-primary.btn--ghost:hover {
    color: #fff;
    background-color: #1e7ddb;
    border-color: #1e7ddb;
}


.fs .btn-primary:focus, .fs .btn-primary.focus, .fs .btn-primary:focus:focus, .fs .btn-primary:focus.focus, .fs .btn-primary.btn--ghost:hover:focus, .fs .btn-primary.btn--ghost:hover.focus {
    color: #fff;
    
    background-color: #1e7ddb;
    border-color: #1e7ddb;
}


.fs .btn-primary:hover, .fs .btn-primary:focus:hover, .fs .btn-primary.btn--ghost:hover:hover {
    color: #fff;
    background-color: #1863ae;
    border-color: #175ea5;
}


.fs .btn-primary:active, .fs .btn-primary.active, .open > .fs .btn-primary.dropdown-toggle, .fs .btn-primary:focus:active, .fs .btn-primary:focus.active, .open > .fs .btn-primary:focus.dropdown-toggle, .fs .btn-primary.btn--ghost:hover:active, .fs .btn-primary.btn--ghost:hover.active, .open > .fs .btn-primary.btn--ghost:hover.dropdown-toggle {
    color: #fff;
    
    background-color: #1e7ddb;
    border-color: #1e7ddb;
}


.fs .btn-primary:active:hover, .fs .btn-primary:active:focus, .fs .btn-primary:active.focus, .fs .btn-primary.active:hover, .fs .btn-primary.active:focus, .fs .btn-primary.active.focus, .open > .fs .btn-primary.dropdown-toggle:hover, .open > .fs .btn-primary.dropdown-toggle:focus, .open > .fs .btn-primary.dropdown-toggle.focus, .fs .btn-primary:focus:active:hover, .fs .btn-primary:focus:active:focus, .fs .btn-primary:focus:active.focus, .fs .btn-primary:focus.active:hover, .fs .btn-primary:focus.active:focus, .fs .btn-primary:focus.active.focus, .open > .fs .btn-primary:focus.dropdown-toggle:hover, .open > .fs .btn-primary:focus.dropdown-toggle:focus, .open > .fs .btn-primary:focus.dropdown-toggle.focus, .fs .btn-primary.btn--ghost:hover:active:hover, .fs .btn-primary.btn--ghost:hover:active:focus, .fs .btn-primary.btn--ghost:hover:active.focus, .fs .btn-primary.btn--ghost:hover.active:hover, .fs .btn-primary.btn--ghost:hover.active:focus, .fs .btn-primary.btn--ghost:hover.active.focus, .open > .fs .btn-primary.btn--ghost:hover.dropdown-toggle:hover, .open > .fs .btn-primary.btn--ghost:hover.dropdown-toggle:focus, .open > .fs .btn-primary.btn--ghost:hover.dropdown-toggle.focus {
    
    color: #d9d9d9;
    background-color: #155798;
    border-color: #155798;
}


.fs .btn-primary:active, .fs .btn-primary.active, .open > .fs .btn-primary.dropdown-toggle, .fs .btn-primary:focus:active, .fs .btn-primary:focus.active, .open > .fs .btn-primary:focus.dropdown-toggle, .fs .btn-primary.btn--ghost:hover:active, .fs .btn-primary.btn--ghost:hover.active, .open > .fs .btn-primary.btn--ghost:hover.dropdown-toggle {
    background-image: none;
}


.fs .btn-primary.disabled, .fs .btn-primary.disabled:hover, .fs .btn-primary.disabled:focus, .fs .btn-primary.disabled.focus, .fs .btn-primary.disabled:active, .fs .btn-primary.disabled.active, .fs .btn-primary[disabled], .fs .btn-primary[disabled]:hover, .fs .btn-primary[disabled]:focus, .fs .btn-primary[disabled].focus, .fs .btn-primary[disabled]:active, .fs .btn-primary[disabled].active, fieldset[disabled] .fs .btn-primary, fieldset[disabled] .fs .btn-primary:hover, fieldset[disabled] .fs .btn-primary:focus, fieldset[disabled] .fs .btn-primary.focus, fieldset[disabled] .fs .btn-primary:active, fieldset[disabled] .fs .btn-primary.active, .fs .btn-primary:focus.disabled, .fs .btn-primary:focus.disabled:hover, .fs .btn-primary:focus.disabled:focus, .fs .btn-primary:focus.disabled.focus, .fs .btn-primary:focus.disabled:active, .fs .btn-primary:focus.disabled.active, .fs .btn-primary:focus[disabled], .fs .btn-primary:focus[disabled]:hover, .fs .btn-primary:focus[disabled]:focus, .fs .btn-primary:focus[disabled].focus, .fs .btn-primary:focus[disabled]:active, .fs .btn-primary:focus[disabled].active, fieldset[disabled] .fs .btn-primary:focus, fieldset[disabled] .fs .btn-primary:focus:hover, fieldset[disabled] .fs .btn-primary:focus:focus, fieldset[disabled] .fs .btn-primary:focus.focus, fieldset[disabled] .fs .btn-primary:focus:active, fieldset[disabled] .fs .btn-primary:focus.active, .fs .btn-primary.btn--ghost:hover.disabled, .fs .btn-primary.btn--ghost:hover.disabled:hover, .fs .btn-primary.btn--ghost:hover.disabled:focus, .fs .btn-primary.btn--ghost:hover.disabled.focus, .fs .btn-primary.btn--ghost:hover.disabled:active, .fs .btn-primary.btn--ghost:hover.disabled.active, .fs .btn-primary.btn--ghost:hover[disabled], .fs .btn-primary.btn--ghost:hover[disabled]:hover, .fs .btn-primary.btn--ghost:hover[disabled]:focus, .fs .btn-primary.btn--ghost:hover[disabled].focus, .fs .btn-primary.btn--ghost:hover[disabled]:active, .fs .btn-primary.btn--ghost:hover[disabled].active, fieldset[disabled] .fs .btn-primary.btn--ghost:hover, fieldset[disabled] .fs .btn-primary.btn--ghost:hover:hover, fieldset[disabled] .fs .btn-primary.btn--ghost:hover:focus, fieldset[disabled] .fs .btn-primary.btn--ghost:hover.focus, fieldset[disabled] .fs .btn-primary.btn--ghost:hover:active, fieldset[disabled] .fs .btn-primary.btn--ghost:hover.active {
    background-color: #1e7ddb;
    border-color: #1e7ddb;
}


.fs .btn-primary .badge, .fs .btn-primary:focus .badge, .fs .btn-primary.btn--ghost:hover .badge {
    color: #1e7ddb;
    background-color: #fff;
}


.fs .btn-primary:hover, .fs .btn-primary:active, .fs .btn-primary.btn--ghost {
    color: #1e7ddb;
    background-color: transparent;
    border-color: #1e7ddb;
}


.fs .btn-primary:hover:focus, .fs .btn-primary:hover.focus, .fs .btn-primary:active:focus, .fs .btn-primary:active.focus, .fs .btn-primary.btn--ghost:focus, .fs .btn-primary.btn--ghost.focus {
    color: #1e7ddb;
    
    background-color: transparent;
    border-color: #1e7ddb;
}


.fs .btn-primary:hover:hover, .fs .btn-primary:active:hover, .fs .btn-primary.btn--ghost:hover {
    color: #1e7ddb;
    background-color: transparent;
    border-color: #175ea5;
}


.fs .btn-primary:hover:active, .fs .btn-primary:hover.active, .open > .fs .btn-primary:hover.dropdown-toggle, .fs .btn-primary:active:active, .fs .btn-primary:active.active, .open > .fs .btn-primary:active.dropdown-toggle, .fs .btn-primary.btn--ghost:active, .fs .btn-primary.btn--ghost.active, .open > .fs .btn-primary.btn--ghost.dropdown-toggle {
    color: #1e7ddb;
    
    background-color: transparent;
    border-color: #1e7ddb;
}


.fs .btn-primary:hover:active:hover, .fs .btn-primary:hover:active:focus, .fs .btn-primary:hover:active.focus, .fs .btn-primary:hover.active:hover, .fs .btn-primary:hover.active:focus, .fs .btn-primary:hover.active.focus, .open > .fs .btn-primary:hover.dropdown-toggle:hover, .open > .fs .btn-primary:hover.dropdown-toggle:focus, .open > .fs .btn-primary:hover.dropdown-toggle.focus, .fs .btn-primary:active:active:hover, .fs .btn-primary:active:active:focus, .fs .btn-primary:active:active.focus, .fs .btn-primary:active.active:hover, .fs .btn-primary:active.active:focus, .fs .btn-primary:active.active.focus, .open > .fs .btn-primary:active.dropdown-toggle:hover, .open > .fs .btn-primary:active.dropdown-toggle:focus, .open > .fs .btn-primary:active.dropdown-toggle.focus, .fs .btn-primary.btn--ghost:active:hover, .fs .btn-primary.btn--ghost:active:focus, .fs .btn-primary.btn--ghost:active.focus, .fs .btn-primary.btn--ghost.active:hover, .fs .btn-primary.btn--ghost.active:focus, .fs .btn-primary.btn--ghost.active.focus, .open > .fs .btn-primary.btn--ghost.dropdown-toggle:hover, .open > .fs .btn-primary.btn--ghost.dropdown-toggle:focus, .open > .fs .btn-primary.btn--ghost.dropdown-toggle.focus {
    
    color: #155798;
    background-color: transparent;
    border-color: #155798;
}


.fs .btn-primary:hover:active, .fs .btn-primary:hover.active, .open > .fs .btn-primary:hover.dropdown-toggle, .fs .btn-primary:active:active, .fs .btn-primary:active.active, .open > .fs .btn-primary:active.dropdown-toggle, .fs .btn-primary.btn--ghost:active, .fs .btn-primary.btn--ghost.active, .open > .fs .btn-primary.btn--ghost.dropdown-toggle {
    background-image: none;
}


.fs .btn-primary:hover.disabled, .fs .btn-primary:hover.disabled:hover, .fs .btn-primary:hover.disabled:focus, .fs .btn-primary:hover.disabled.focus, .fs .btn-primary:hover.disabled:active, .fs .btn-primary:hover.disabled.active, .fs .btn-primary:hover[disabled], .fs .btn-primary:hover[disabled]:hover, .fs .btn-primary:hover[disabled]:focus, .fs .btn-primary:hover[disabled].focus, .fs .btn-primary:hover[disabled]:active, .fs .btn-primary:hover[disabled].active, fieldset[disabled] .fs .btn-primary:hover, fieldset[disabled] .fs .btn-primary:hover:hover, fieldset[disabled] .fs .btn-primary:hover:focus, fieldset[disabled] .fs .btn-primary:hover.focus, fieldset[disabled] .fs .btn-primary:hover:active, fieldset[disabled] .fs .btn-primary:hover.active, .fs .btn-primary:active.disabled, .fs .btn-primary:active.disabled:hover, .fs .btn-primary:active.disabled:focus, .fs .btn-primary:active.disabled.focus, .fs .btn-primary:active.disabled:active, .fs .btn-primary:active.disabled.active, .fs .btn-primary:active[disabled], .fs .btn-primary:active[disabled]:hover, .fs .btn-primary:active[disabled]:focus, .fs .btn-primary:active[disabled].focus, .fs .btn-primary:active[disabled]:active, .fs .btn-primary:active[disabled].active, fieldset[disabled] .fs .btn-primary:active, fieldset[disabled] .fs .btn-primary:active:hover, fieldset[disabled] .fs .btn-primary:active:focus, fieldset[disabled] .fs .btn-primary:active.focus, fieldset[disabled] .fs .btn-primary:active:active, fieldset[disabled] .fs .btn-primary:active.active, .fs .btn-primary.btn--ghost.disabled, .fs .btn-primary.btn--ghost.disabled:hover, .fs .btn-primary.btn--ghost.disabled:focus, .fs .btn-primary.btn--ghost.disabled.focus, .fs .btn-primary.btn--ghost.disabled:active, .fs .btn-primary.btn--ghost.disabled.active, .fs .btn-primary.btn--ghost[disabled], .fs .btn-primary.btn--ghost[disabled]:hover, .fs .btn-primary.btn--ghost[disabled]:focus, .fs .btn-primary.btn--ghost[disabled].focus, .fs .btn-primary.btn--ghost[disabled]:active, .fs .btn-primary.btn--ghost[disabled].active, fieldset[disabled] .fs .btn-primary.btn--ghost, fieldset[disabled] .fs .btn-primary.btn--ghost:hover, fieldset[disabled] .fs .btn-primary.btn--ghost:focus, fieldset[disabled] .fs .btn-primary.btn--ghost.focus, fieldset[disabled] .fs .btn-primary.btn--ghost:active, fieldset[disabled] .fs .btn-primary.btn--ghost.active {
    background-color: transparent;
    border-color: #1e7ddb;
}


.fs .btn-primary:hover .badge, .fs .btn-primary:active .badge, .fs .btn-primary.btn--ghost .badge {
    color: transparent;
    background-color: #1e7ddb;
}


.fs .btn-secondary, .fs .btn-secondary:focus, .fs .btn-secondary.btn--ghost:hover {
    color: #fff;
    background-color: #80bd01;
    border-color: #80bd01;
}


.fs .btn-secondary:focus, .fs .btn-secondary.focus, .fs .btn-secondary:focus:focus, .fs .btn-secondary:focus.focus, .fs .btn-secondary.btn--ghost:hover:focus, .fs .btn-secondary.btn--ghost:hover.focus {
    color: #fff;
    
    background-color: #80bd01;
    border-color: #80bd01;
}


.fs .btn-secondary:hover, .fs .btn-secondary:focus:hover, .fs .btn-secondary.btn--ghost:hover:hover {
    color: #fff;
    background-color: #71cc48;
    border-color: #6bca40;
}


.fs .btn-secondary:active, .fs .btn-secondary.active, .open > .fs .btn-secondary.dropdown-toggle, .fs .btn-secondary:focus:active, .fs .btn-secondary:focus.active, .open > .fs .btn-secondary:focus.dropdown-toggle, .fs .btn-secondary.btn--ghost:hover:active, .fs .btn-secondary.btn--ghost:hover.active, .open > .fs .btn-secondary.btn--ghost:hover.dropdown-toggle {
    color: #fff;
    
    background-color: #80bd01;
    border-color: #80bd01;
}


.fs .btn-secondary:active:hover, .fs .btn-secondary:active:focus, .fs .btn-secondary:active.focus, .fs .btn-secondary.active:hover, .fs .btn-secondary.active:focus, .fs .btn-secondary.active.focus, .open > .fs .btn-secondary.dropdown-toggle:hover, .open > .fs .btn-secondary.dropdown-toggle:focus, .open > .fs .btn-secondary.dropdown-toggle.focus, .fs .btn-secondary:focus:active:hover, .fs .btn-secondary:focus:active:focus, .fs .btn-secondary:focus:active.focus, .fs .btn-secondary:focus.active:hover, .fs .btn-secondary:focus.active:focus, .fs .btn-secondary:focus.active.focus, .open > .fs .btn-secondary:focus.dropdown-toggle:hover, .open > .fs .btn-secondary:focus.dropdown-toggle:focus, .open > .fs .btn-secondary:focus.dropdown-toggle.focus, .fs .btn-secondary.btn--ghost:hover:active:hover, .fs .btn-secondary.btn--ghost:hover:active:focus, .fs .btn-secondary.btn--ghost:hover:active.focus, .fs .btn-secondary.btn--ghost:hover.active:hover, .fs .btn-secondary.btn--ghost:hover.active:focus, .fs .btn-secondary.btn--ghost:hover.active.focus, .open > .fs .btn-secondary.btn--ghost:hover.dropdown-toggle:hover, .open > .fs .btn-secondary.btn--ghost:hover.dropdown-toggle:focus, .open > .fs .btn-secondary.btn--ghost:hover.dropdown-toggle.focus {
    
    color: #d9d9d9;
    background-color: #63c437;
    border-color: #63c437;
}


.fs .btn-secondary:active, .fs .btn-secondary.active, .open > .fs .btn-secondary.dropdown-toggle, .fs .btn-secondary:focus:active, .fs .btn-secondary:focus.active, .open > .fs .btn-secondary:focus.dropdown-toggle, .fs .btn-secondary.btn--ghost:hover:active, .fs .btn-secondary.btn--ghost:hover.active, .open > .fs .btn-secondary.btn--ghost:hover.dropdown-toggle {
    background-image: none;
}


.fs .btn-secondary.disabled, .fs .btn-secondary.disabled:hover, .fs .btn-secondary.disabled:focus, .fs .btn-secondary.disabled.focus, .fs .btn-secondary.disabled:active, .fs .btn-secondary.disabled.active, .fs .btn-secondary[disabled], .fs .btn-secondary[disabled]:hover, .fs .btn-secondary[disabled]:focus, .fs .btn-secondary[disabled].focus, .fs .btn-secondary[disabled]:active, .fs .btn-secondary[disabled].active, fieldset[disabled] .fs .btn-secondary, fieldset[disabled] .fs .btn-secondary:hover, fieldset[disabled] .fs .btn-secondary:focus, fieldset[disabled] .fs .btn-secondary.focus, fieldset[disabled] .fs .btn-secondary:active, fieldset[disabled] .fs .btn-secondary.active, .fs .btn-secondary:focus.disabled, .fs .btn-secondary:focus.disabled:hover, .fs .btn-secondary:focus.disabled:focus, .fs .btn-secondary:focus.disabled.focus, .fs .btn-secondary:focus.disabled:active, .fs .btn-secondary:focus.disabled.active, .fs .btn-secondary:focus[disabled], .fs .btn-secondary:focus[disabled]:hover, .fs .btn-secondary:focus[disabled]:focus, .fs .btn-secondary:focus[disabled].focus, .fs .btn-secondary:focus[disabled]:active, .fs .btn-secondary:focus[disabled].active, fieldset[disabled] .fs .btn-secondary:focus, fieldset[disabled] .fs .btn-secondary:focus:hover, fieldset[disabled] .fs .btn-secondary:focus:focus, fieldset[disabled] .fs .btn-secondary:focus.focus, fieldset[disabled] .fs .btn-secondary:focus:active, fieldset[disabled] .fs .btn-secondary:focus.active, .fs .btn-secondary.btn--ghost:hover.disabled, .fs .btn-secondary.btn--ghost:hover.disabled:hover, .fs .btn-secondary.btn--ghost:hover.disabled:focus, .fs .btn-secondary.btn--ghost:hover.disabled.focus, .fs .btn-secondary.btn--ghost:hover.disabled:active, .fs .btn-secondary.btn--ghost:hover.disabled.active, .fs .btn-secondary.btn--ghost:hover[disabled], .fs .btn-secondary.btn--ghost:hover[disabled]:hover, .fs .btn-secondary.btn--ghost:hover[disabled]:focus, .fs .btn-secondary.btn--ghost:hover[disabled].focus, .fs .btn-secondary.btn--ghost:hover[disabled]:active, .fs .btn-secondary.btn--ghost:hover[disabled].active, fieldset[disabled] .fs .btn-secondary.btn--ghost:hover, fieldset[disabled] .fs .btn-secondary.btn--ghost:hover:hover, fieldset[disabled] .fs .btn-secondary.btn--ghost:hover:focus, fieldset[disabled] .fs .btn-secondary.btn--ghost:hover.focus, fieldset[disabled] .fs .btn-secondary.btn--ghost:hover:active, fieldset[disabled] .fs .btn-secondary.btn--ghost:hover.active {
    background-color: #80bd01;
    border-color: #80bd01;
}


.fs .btn-secondary .badge, .fs .btn-secondary:focus .badge, .fs .btn-secondary.btn--ghost:hover .badge {
    color: #80bd01;
    background-color: #fff;
}


.fs .btn-secondary:hover, .fs .btn-secondary:active, .fs .btn-secondary.btn--ghost {
    color: #80bd01;
    background-color: transparent;
    border-color: #80bd01;
}


.fs .btn-secondary:hover:focus, .fs .btn-secondary:hover.focus, .fs .btn-secondary:active:focus, .fs .btn-secondary:active.focus, .fs .btn-secondary.btn--ghost:focus, .fs .btn-secondary.btn--ghost.focus {
    color: #80bd01;
    
    background-color: transparent;
    border-color: #80bd01;
}


.fs .btn-secondary:hover:hover, .fs .btn-secondary:active:hover, .fs .btn-secondary.btn--ghost:hover {
    color: #80bd01;
    background-color: transparent;
    border-color: #6bca40;
}


.fs .btn-secondary:hover:active, .fs .btn-secondary:hover.active, .open > .fs .btn-secondary:hover.dropdown-toggle, .fs .btn-secondary:active:active, .fs .btn-secondary:active.active, .open > .fs .btn-secondary:active.dropdown-toggle, .fs .btn-secondary.btn--ghost:active, .fs .btn-secondary.btn--ghost.active, .open > .fs .btn-secondary.btn--ghost.dropdown-toggle {
    color: #80bd01;
    
    background-color: transparent;
    border-color: #80bd01;
}


.fs .btn-secondary:hover:active:hover, .fs .btn-secondary:hover:active:focus, .fs .btn-secondary:hover:active.focus, .fs .btn-secondary:hover.active:hover, .fs .btn-secondary:hover.active:focus, .fs .btn-secondary:hover.active.focus, .open > .fs .btn-secondary:hover.dropdown-toggle:hover, .open > .fs .btn-secondary:hover.dropdown-toggle:focus, .open > .fs .btn-secondary:hover.dropdown-toggle.focus, .fs .btn-secondary:active:active:hover, .fs .btn-secondary:active:active:focus, .fs .btn-secondary:active:active.focus, .fs .btn-secondary:active.active:hover, .fs .btn-secondary:active.active:focus, .fs .btn-secondary:active.active.focus, .open > .fs .btn-secondary:active.dropdown-toggle:hover, .open > .fs .btn-secondary:active.dropdown-toggle:focus, .open > .fs .btn-secondary:active.dropdown-toggle.focus, .fs .btn-secondary.btn--ghost:active:hover, .fs .btn-secondary.btn--ghost:active:focus, .fs .btn-secondary.btn--ghost:active.focus, .fs .btn-secondary.btn--ghost.active:hover, .fs .btn-secondary.btn--ghost.active:focus, .fs .btn-secondary.btn--ghost.active.focus, .open > .fs .btn-secondary.btn--ghost.dropdown-toggle:hover, .open > .fs .btn-secondary.btn--ghost.dropdown-toggle:focus, .open > .fs .btn-secondary.btn--ghost.dropdown-toggle.focus {
    
    color: #63c437;
    background-color: transparent;
    border-color: #63c437;
}


.fs .btn-secondary:hover:active, .fs .btn-secondary:hover.active, .open > .fs .btn-secondary:hover.dropdown-toggle, .fs .btn-secondary:active:active, .fs .btn-secondary:active.active, .open > .fs .btn-secondary:active.dropdown-toggle, .fs .btn-secondary.btn--ghost:active, .fs .btn-secondary.btn--ghost.active, .open > .fs .btn-secondary.btn--ghost.dropdown-toggle {
    background-image: none;
}


.fs .btn-secondary:hover.disabled, .fs .btn-secondary:hover.disabled:hover, .fs .btn-secondary:hover.disabled:focus, .fs .btn-secondary:hover.disabled.focus, .fs .btn-secondary:hover.disabled:active, .fs .btn-secondary:hover.disabled.active, .fs .btn-secondary:hover[disabled], .fs .btn-secondary:hover[disabled]:hover, .fs .btn-secondary:hover[disabled]:focus, .fs .btn-secondary:hover[disabled].focus, .fs .btn-secondary:hover[disabled]:active, .fs .btn-secondary:hover[disabled].active, fieldset[disabled] .fs .btn-secondary:hover, fieldset[disabled] .fs .btn-secondary:hover:hover, fieldset[disabled] .fs .btn-secondary:hover:focus, fieldset[disabled] .fs .btn-secondary:hover.focus, fieldset[disabled] .fs .btn-secondary:hover:active, fieldset[disabled] .fs .btn-secondary:hover.active, .fs .btn-secondary:active.disabled, .fs .btn-secondary:active.disabled:hover, .fs .btn-secondary:active.disabled:focus, .fs .btn-secondary:active.disabled.focus, .fs .btn-secondary:active.disabled:active, .fs .btn-secondary:active.disabled.active, .fs .btn-secondary:active[disabled], .fs .btn-secondary:active[disabled]:hover, .fs .btn-secondary:active[disabled]:focus, .fs .btn-secondary:active[disabled].focus, .fs .btn-secondary:active[disabled]:active, .fs .btn-secondary:active[disabled].active, fieldset[disabled] .fs .btn-secondary:active, fieldset[disabled] .fs .btn-secondary:active:hover, fieldset[disabled] .fs .btn-secondary:active:focus, fieldset[disabled] .fs .btn-secondary:active.focus, fieldset[disabled] .fs .btn-secondary:active:active, fieldset[disabled] .fs .btn-secondary:active.active, .fs .btn-secondary.btn--ghost.disabled, .fs .btn-secondary.btn--ghost.disabled:hover, .fs .btn-secondary.btn--ghost.disabled:focus, .fs .btn-secondary.btn--ghost.disabled.focus, .fs .btn-secondary.btn--ghost.disabled:active, .fs .btn-secondary.btn--ghost.disabled.active, .fs .btn-secondary.btn--ghost[disabled], .fs .btn-secondary.btn--ghost[disabled]:hover, .fs .btn-secondary.btn--ghost[disabled]:focus, .fs .btn-secondary.btn--ghost[disabled].focus, .fs .btn-secondary.btn--ghost[disabled]:active, .fs .btn-secondary.btn--ghost[disabled].active, fieldset[disabled] .fs .btn-secondary.btn--ghost, fieldset[disabled] .fs .btn-secondary.btn--ghost:hover, fieldset[disabled] .fs .btn-secondary.btn--ghost:focus, fieldset[disabled] .fs .btn-secondary.btn--ghost.focus, fieldset[disabled] .fs .btn-secondary.btn--ghost:active, fieldset[disabled] .fs .btn-secondary.btn--ghost.active {
    background-color: transparent;
    border-color: #80bd01;
}


.fs .btn-secondary:hover .badge, .fs .btn-secondary:active .badge, .fs .btn-secondary.btn--ghost .badge {
    color: transparent;
    background-color: #80bd01;
}


.fs .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}


.fs .btn-success:focus, .fs .btn-success.focus {
    color: #fff;
    
    background-color: #5cb85c;
    border-color: #5cb85c;
}


.fs .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
}


.fs .btn-success:active, .fs .btn-success.active, .open > .fs .btn-success.dropdown-toggle {
    color: #fff;
    
    background-color: #5cb85c;
    border-color: #5cb85c;
}


.fs .btn-success:active:hover, .fs .btn-success:active:focus, .fs .btn-success:active.focus, .fs .btn-success.active:hover, .fs .btn-success.active:focus, .fs .btn-success.active.focus, .open > .fs .btn-success.dropdown-toggle:hover, .open > .fs .btn-success.dropdown-toggle:focus, .open > .fs .btn-success.dropdown-toggle.focus {
    
    color: #d9d9d9;
    background-color: #3d8b3d;
    border-color: #3d8b3d;
}


.fs .btn-success:active, .fs .btn-success.active, .open > .fs .btn-success.dropdown-toggle {
    background-image: none;
}


.fs .btn-success.disabled, .fs .btn-success.disabled:hover, .fs .btn-success.disabled:focus, .fs .btn-success.disabled.focus, .fs .btn-success.disabled:active, .fs .btn-success.disabled.active, .fs .btn-success[disabled], .fs .btn-success[disabled]:hover, .fs .btn-success[disabled]:focus, .fs .btn-success[disabled].focus, .fs .btn-success[disabled]:active, .fs .btn-success[disabled].active, fieldset[disabled] .fs .btn-success, fieldset[disabled] .fs .btn-success:hover, fieldset[disabled] .fs .btn-success:focus, fieldset[disabled] .fs .btn-success.focus, fieldset[disabled] .fs .btn-success:active, fieldset[disabled] .fs .btn-success.active {
    background-color: #5cb85c;
    border-color: #5cb85c;
}


.fs .btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}


.fs .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}


.fs .btn-info:focus, .fs .btn-info.focus {
    color: #fff;
    
    background-color: #5bc0de;
    border-color: #5bc0de;
}


.fs .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
}


.fs .btn-info:active, .fs .btn-info.active, .open > .fs .btn-info.dropdown-toggle {
    color: #fff;
    
    background-color: #5bc0de;
    border-color: #5bc0de;
}


.fs .btn-info:active:hover, .fs .btn-info:active:focus, .fs .btn-info:active.focus, .fs .btn-info.active:hover, .fs .btn-info.active:focus, .fs .btn-info.active.focus, .open > .fs .btn-info.dropdown-toggle:hover, .open > .fs .btn-info.dropdown-toggle:focus, .open > .fs .btn-info.dropdown-toggle.focus {
    
    color: #d9d9d9;
    background-color: #28a1c5;
    border-color: #28a1c5;
}


.fs .btn-info:active, .fs .btn-info.active, .open > .fs .btn-info.dropdown-toggle {
    background-image: none;
}


.fs .btn-info.disabled, .fs .btn-info.disabled:hover, .fs .btn-info.disabled:focus, .fs .btn-info.disabled.focus, .fs .btn-info.disabled:active, .fs .btn-info.disabled.active, .fs .btn-info[disabled], .fs .btn-info[disabled]:hover, .fs .btn-info[disabled]:focus, .fs .btn-info[disabled].focus, .fs .btn-info[disabled]:active, .fs .btn-info[disabled].active, fieldset[disabled] .fs .btn-info, fieldset[disabled] .fs .btn-info:hover, fieldset[disabled] .fs .btn-info:focus, fieldset[disabled] .fs .btn-info.focus, fieldset[disabled] .fs .btn-info:active, fieldset[disabled] .fs .btn-info.active {
    background-color: #5bc0de;
    border-color: #5bc0de;
}


.fs .btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}


.fs .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}


.fs .btn-warning:focus, .fs .btn-warning.focus {
    color: #fff;
    
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}


.fs .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
}


.fs .btn-warning:active, .fs .btn-warning.active, .open > .fs .btn-warning.dropdown-toggle {
    color: #fff;
    
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}


.fs .btn-warning:active:hover, .fs .btn-warning:active:focus, .fs .btn-warning:active.focus, .fs .btn-warning.active:hover, .fs .btn-warning.active:focus, .fs .btn-warning.active.focus, .open > .fs .btn-warning.dropdown-toggle:hover, .open > .fs .btn-warning.dropdown-toggle:focus, .open > .fs .btn-warning.dropdown-toggle.focus {
    
    color: #d9d9d9;
    background-color: #df8a13;
    border-color: #df8a13;
}


.fs .btn-warning:active, .fs .btn-warning.active, .open > .fs .btn-warning.dropdown-toggle {
    background-image: none;
}


.fs .btn-warning.disabled, .fs .btn-warning.disabled:hover, .fs .btn-warning.disabled:focus, .fs .btn-warning.disabled.focus, .fs .btn-warning.disabled:active, .fs .btn-warning.disabled.active, .fs .btn-warning[disabled], .fs .btn-warning[disabled]:hover, .fs .btn-warning[disabled]:focus, .fs .btn-warning[disabled].focus, .fs .btn-warning[disabled]:active, .fs .btn-warning[disabled].active, fieldset[disabled] .fs .btn-warning, fieldset[disabled] .fs .btn-warning:hover, fieldset[disabled] .fs .btn-warning:focus, fieldset[disabled] .fs .btn-warning.focus, fieldset[disabled] .fs .btn-warning:active, fieldset[disabled] .fs .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}


.fs .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}


.fs .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}


.fs .btn-danger:focus, .fs .btn-danger.focus {
    color: #fff;
    
    background-color: #d9534f;
    border-color: #d9534f;
}


.fs .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
}


.fs .btn-danger:active, .fs .btn-danger.active, .open > .fs .btn-danger.dropdown-toggle {
    color: #fff;
    
    background-color: #d9534f;
    border-color: #d9534f;
}


.fs .btn-danger:active:hover, .fs .btn-danger:active:focus, .fs .btn-danger:active.focus, .fs .btn-danger.active:hover, .fs .btn-danger.active:focus, .fs .btn-danger.active.focus, .open > .fs .btn-danger.dropdown-toggle:hover, .open > .fs .btn-danger.dropdown-toggle:focus, .open > .fs .btn-danger.dropdown-toggle.focus {
    
    color: #d9d9d9;
    background-color: #b52b27;
    border-color: #b52b27;
}


.fs .btn-danger:active, .fs .btn-danger.active, .open > .fs .btn-danger.dropdown-toggle {
    background-image: none;
}


.fs .btn-danger.disabled, .fs .btn-danger.disabled:hover, .fs .btn-danger.disabled:focus, .fs .btn-danger.disabled.focus, .fs .btn-danger.disabled:active, .fs .btn-danger.disabled.active, .fs .btn-danger[disabled], .fs .btn-danger[disabled]:hover, .fs .btn-danger[disabled]:focus, .fs .btn-danger[disabled].focus, .fs .btn-danger[disabled]:active, .fs .btn-danger[disabled].active, fieldset[disabled] .fs .btn-danger, fieldset[disabled] .fs .btn-danger:hover, fieldset[disabled] .fs .btn-danger:focus, fieldset[disabled] .fs .btn-danger.focus, fieldset[disabled] .fs .btn-danger:active, fieldset[disabled] .fs .btn-danger.active {
    background-color: #d9534f;
    border-color: #d9534f;
}


.fs .btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}


.fs .btn-link {
    color: #1e7ddb;
    font-weight: normal;
    border-radius: 0;
}


.fs .btn-link, .fs .btn-link:active, .fs .btn-link.active, .fs .btn-link[disabled], fieldset[disabled] .fs .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.fs .btn-link, .fs .btn-link:hover, .fs .btn-link:focus, .fs .btn-link:active {
    border-color: transparent;
}


.fs .btn-link:hover, .fs .btn-link:focus {
    color: #155798;
    text-decoration: underline;
    background-color: transparent;
}


.fs .btn-link[disabled]:hover, .fs .btn-link[disabled]:focus, fieldset[disabled] .fs .btn-link:hover, fieldset[disabled] .fs .btn-link:focus {
    color: #e6e6e6;
    text-decoration: none;
}


.fs .btn-lg {
    height: auto;
    padding: 24px 40px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px;
}


.fs .btn-sm {
    height: auto;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}


.fs .btn-xs {
    height: auto;
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}


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


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


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


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


.fs .dropup, .fs .dropdown {
    position: relative;
}


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


.fs .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}


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


.fs .dropdown-menu .divider {
    height: 1px;
    margin: 14px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}


.fs .dropdown-menu > li > a {
    display: block;
    padding: 16px 24px;
    clear: both;
    font-weight: normal;
    line-height: 1.66667;
    color: #333333;
    white-space: nowrap;
}


.fs .dropdown-menu > li > a:hover, .fs .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}


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


.fs .dropdown-menu > .disabled > a, .fs .dropdown-menu > .disabled > a:hover, .fs .dropdown-menu > .disabled > a:focus {
    color: #e6e6e6;
}


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


.fs .open > .dropdown-menu {
    display: block;
}


.fs .open > a {
    outline: 0;
}


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


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


.fs .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.66667;
    color: #e6e6e6;
    white-space: nowrap;
}


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


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


.fs .dropup .caret, .fs .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}


.fs .dropup .dropdown-menu, .fs .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 1024px) {
    
    .fs .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

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


.fs .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}


.fs .nav:before, .fs .nav:after {
    content: " ";
    display: table;
}


.fs .nav:after {
    clear: both;
}


.fs .nav > li {
    position: relative;
    display: block;
}


.fs .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}


.fs .nav > li > a:hover, .fs .nav > li > a:focus {
    text-decoration: none;
    background-color: #f7f7f7;
}


.fs .nav > li.disabled > a {
    color: #e6e6e6;
}


.fs .nav > li.disabled > a:hover, .fs .nav > li.disabled > a:focus {
    color: #e6e6e6;
    text-decoration: none;
    background-color: transparent;
    cursor: false;
}


.fs .nav .open > a, .fs .nav .open > a:hover, .fs .nav .open > a:focus {
    background-color: #f7f7f7;
    border-color: #1e7ddb;
}


.fs .nav .nav-divider {
    height: 1px;
    margin: 14px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}


.fs .nav > li > a > img {
    max-width: none;
}


.fs .nav-tabs {
    border-bottom: 1px solid #ddd;
}


.fs .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}


.fs .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.66667;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}


.fs .nav-tabs > li > a:hover {
    border-color: #f7f7f7 #f7f7f7 #ddd;
}


.fs .nav-tabs > li.active > a, .fs .nav-tabs > li.active > a:hover, .fs .nav-tabs > li.active > a:focus {
    color: gray;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}


.fs .nav-pills > li {
    float: left;
}


.fs .nav-pills > li > a {
    border-radius: 4px;
}


.fs .nav-pills > li + li {
    margin-left: 2px;
}


.fs .nav-pills > li.active > a, .fs .nav-pills > li.active > a:hover, .fs .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #1e7ddb;
}


.fs .nav-stacked > li {
    float: none;
}


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


.fs .nav-justified, .fs .nav-tabs.nav-justified {
    width: 100%;
}


.fs .nav-justified > li, .fs .nav-tabs.nav-justified > li {
    float: none;
}


.fs .nav-justified > li > a, .fs .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}


.fs .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    
    .fs .nav-justified > li, .fs .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    
    .fs .nav-justified > li > a, .fs .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}


.fs .nav-tabs-justified, .fs .nav-tabs.nav-justified {
    border-bottom: 0;
}


.fs .nav-tabs-justified > li > a, .fs .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}


.fs .nav-tabs-justified > .active > a, .fs .nav-tabs.nav-justified > .active > a, .fs .nav-tabs-justified > .active > a:hover, .fs .nav-tabs.nav-justified > .active > a:hover, .fs .nav-tabs-justified > .active > a:focus, .fs .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    
    .fs .nav-tabs-justified > li > a, .fs .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    
    .fs .nav-tabs-justified > .active > a, .fs .nav-tabs.nav-justified > .active > a, .fs .nav-tabs-justified > .active > a:hover, .fs .nav-tabs.nav-justified > .active > a:hover, .fs .nav-tabs-justified > .active > a:focus, .fs .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}


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


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


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


.fs .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 30px;
    border: 1px solid transparent;
}


.fs .navbar:before, .fs .navbar:after {
    content: " ";
    display: table;
}


.fs .navbar:after {
    clear: both;
}

@media (min-width: 1025px) {
    .fs .navbar {
        border-radius: 4px;
    }
}


.fs .navbar-header:before, .fs .navbar-header:after {
    content: " ";
    display: table;
}


.fs .navbar-header:after {
    clear: both;
}

@media (min-width: 1025px) {
    .fs .navbar-header {
        float: left;
    }
}


.fs .navbar-collapse {
    overflow-x: visible;
    padding-right: 0;
    padding-left: 0;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}


.fs .navbar-collapse:before, .fs .navbar-collapse:after {
    content: " ";
    display: table;
}


.fs .navbar-collapse:after {
    clear: both;
}


.fs .navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 1025px) {
    .fs .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    
    .fs .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    
    .fs .navbar-collapse.in {
        overflow-y: visible;
    }

    
    .navbar-fixed-top .fs .navbar-collapse, .navbar-static-top .fs .navbar-collapse, .navbar-fixed-bottom .fs .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}


.fs .navbar-fixed-top .navbar-collapse, .fs .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .fs .navbar-fixed-top .navbar-collapse, .fs .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}


.fs .container > .navbar-header, .fs .container > .navbar-collapse, .fs .container-fluid > .navbar-header, .fs .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

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


.fs .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 1025px) {
    .fs .navbar-static-top {
        border-radius: 0;
    }
}


.fs .navbar-fixed-top, .fs .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 1025px) {
    .fs .navbar-fixed-top, .fs .navbar-fixed-bottom {
        border-radius: 0;
    }
}


.fs .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}


.fs .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}


.fs .navbar-brand {
    float: left;
    padding: 10px 0;
    font-size: 20px;
    line-height: 30px;
    height: 50px;
}


.fs .navbar-brand:hover, .fs .navbar-brand:focus {
    text-decoration: none;
}


.fs .navbar-brand > img {
    display: block;
}

@media (min-width: 1025px) {
    
    .navbar > .container .fs .navbar-brand, .navbar > .container-fluid .fs .navbar-brand {
        margin-left: 0;
    }
}


.fs .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 0;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.fs .navbar-toggle:focus {
    outline: 0;
}


.fs .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}


.fs .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 1025px) {
    .fs .navbar-toggle {
        display: none;
    }
}


.fs .navbar-nav {
    margin: 5px 0;
}


.fs .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}

@media (max-width: 1024px) {
    
    .fs .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    
    .fs .navbar-nav .open .dropdown-menu > li > a, .fs .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    
    .fs .navbar-nav .open .dropdown-menu > li > a {
        line-height: 30px;
    }

    
    .fs .navbar-nav .open .dropdown-menu > li > a:hover, .fs .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

@media (min-width: 1025px) {
    .fs .navbar-nav {
        float: left;
        margin: 0;
    }

    
    .fs .navbar-nav > li {
        float: left;
    }

    
    .fs .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


.fs .navbar-form {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: -1px;
    margin-bottom: -1px;
}

@media (min-width: 768px) {
    
    .fs .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    
    .fs .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    
    .fs .navbar-form .form-control-static {
        display: inline-block;
    }

    
    .fs .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    
    .fs .navbar-form .input-group .input-group-addon, .fs .navbar-form .input-group .input-group-btn, .fs .navbar-form .input-group .form-control {
        width: auto;
    }

    
    .fs .navbar-form .input-group > .form-control {
        width: 100%;
    }

    
    .fs .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    
    .fs .navbar-form .radio, .fs .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    
    .fs .navbar-form .radio label, .fs .navbar-form .checkbox label {
        padding-left: 0;
    }

    
    .fs .navbar-form .radio input[type="radio"], .fs .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    
    .fs .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 1025px -max) {
    .fs .navbar-form .form-group {
        margin-bottom: 5px;
    }

    
    .fs .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 1025px) {
    .fs .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}


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


.fs .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}


.fs .navbar-btn {
    margin-top: -1px;
    margin-bottom: -1px;
}


.fs .navbar-btn.btn-sm {
    margin-top: 8.5px;
    margin-bottom: 8.5px;
}


.fs .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}


.fs .navbar-text {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 1025px) {
    .fs .navbar-text {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 1025px) {
    
    .fs .navbar-left {
        float: left !important;
    }

    
    .fs .navbar-right {
        float: right !important;
        margin-right: 0;
    }

    
    .fs .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}


.fs .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}


.fs .navbar-default .navbar-brand {
    color: #777;
}


.fs .navbar-default .navbar-brand:hover, .fs .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}


.fs .navbar-default .navbar-text {
    color: #777;
}


.fs .navbar-default .navbar-nav > li > a {
    color: #777;
}


.fs .navbar-default .navbar-nav > li > a:hover, .fs .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}


.fs .navbar-default .navbar-nav > .active > a, .fs .navbar-default .navbar-nav > .active > a:hover, .fs .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}


.fs .navbar-default .navbar-nav > .disabled > a, .fs .navbar-default .navbar-nav > .disabled > a:hover, .fs .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}


.fs .navbar-default .navbar-toggle {
    border-color: #ddd;
}


.fs .navbar-default .navbar-toggle:hover, .fs .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}


.fs .navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}


.fs .navbar-default .navbar-collapse, .fs .navbar-default .navbar-form {
    border-color: #e7e7e7;
}


.fs .navbar-default .navbar-nav > .open > a, .fs .navbar-default .navbar-nav > .open > a:hover, .fs .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width: 1024px) {
    
    .fs .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    
    .fs .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .fs .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    
    .fs .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .fs .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .fs .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    
    .fs .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .fs .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .fs .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}


.fs .navbar-default .navbar-link {
    color: #777;
}


.fs .navbar-default .navbar-link:hover {
    color: #333;
}


.fs .navbar-default .btn-link {
    color: #777;
}


.fs .navbar-default .btn-link:hover, .fs .navbar-default .btn-link:focus {
    color: #333;
}


.fs .navbar-default .btn-link[disabled]:hover, .fs .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .fs .navbar-default .btn-link:hover, fieldset[disabled] .fs .navbar-default .btn-link:focus {
    color: #ccc;
}


.fs .navbar-inverse {
    background-color: #222;
    border-color: #090909;
}


.fs .navbar-inverse .navbar-brand {
    color: white;
}


.fs .navbar-inverse .navbar-brand:hover, .fs .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}


.fs .navbar-inverse .navbar-text {
    color: white;
}


.fs .navbar-inverse .navbar-nav > li > a {
    color: white;
}


.fs .navbar-inverse .navbar-nav > li > a:hover, .fs .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}


.fs .navbar-inverse .navbar-nav > .active > a, .fs .navbar-inverse .navbar-nav > .active > a:hover, .fs .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909;
}


.fs .navbar-inverse .navbar-nav > .disabled > a, .fs .navbar-inverse .navbar-nav > .disabled > a:hover, .fs .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}


.fs .navbar-inverse .navbar-toggle {
    border-color: #333;
}


.fs .navbar-inverse .navbar-toggle:hover, .fs .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}


.fs .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}


.fs .navbar-inverse .navbar-collapse, .fs .navbar-inverse .navbar-form {
    border-color: #101010;
}


.fs .navbar-inverse .navbar-nav > .open > a, .fs .navbar-inverse .navbar-nav > .open > a:hover, .fs .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff;
}

@media (max-width: 1024px) {
    
    .fs .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    
    .fs .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    
    .fs .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }

    
    .fs .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .fs .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

    
    .fs .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .fs .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .fs .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    
    .fs .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .fs .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .fs .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}


.fs .navbar-inverse .navbar-link {
    color: white;
}


.fs .navbar-inverse .navbar-link:hover {
    color: #fff;
}


.fs .navbar-inverse .btn-link {
    color: white;
}


.fs .navbar-inverse .btn-link:hover, .fs .navbar-inverse .btn-link:focus {
    color: #fff;
}


.fs .navbar-inverse .btn-link[disabled]:hover, .fs .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .fs .navbar-inverse .btn-link:hover, fieldset[disabled] .fs .navbar-inverse .btn-link:focus {
    color: #444;
}


.fs .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 30px;
    line-height: 1.66667;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}


.fs .thumbnail > img, .fs .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}


.fs .thumbnail .caption {
    padding: 9px;
    color: #666666;
}


.fs a.thumbnail:hover, .fs a.thumbnail:focus, .fs a.thumbnail.active {
    border-color: #1e7ddb;
}


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


.fs .clearfix:after {
    clear: both;
}


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


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


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


.fs .hide {
    display: none !important;
}


.fs .show {
    display: block !important;
}


.fs .invisible {
    visibility: hidden;
}


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


.fs .hidden {
    display: none !important;
}


.fs .affix {
    position: fixed;
}


.fs .visible-xs {
    display: none !important;
}


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


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


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


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

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

    
    .fs table.visible-xs {
        display: table !important;
    }

    
    .fs tr.visible-xs {
        display: table-row !important;
    }

    
    .fs th.visible-xs, .fs td.visible-xs {
        display: table-cell !important;
    }
}

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

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

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

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

    
    .fs table.visible-sm {
        display: table !important;
    }

    
    .fs tr.visible-sm {
        display: table-row !important;
    }

    
    .fs th.visible-sm, .fs td.visible-sm {
        display: table-cell !important;
    }
}

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

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

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

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

    
    .fs table.visible-md {
        display: table !important;
    }

    
    .fs tr.visible-md {
        display: table-row !important;
    }

    
    .fs th.visible-md, .fs td.visible-md {
        display: table-cell !important;
    }
}

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

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

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

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

    
    .fs table.visible-lg {
        display: table !important;
    }

    
    .fs tr.visible-lg {
        display: table-row !important;
    }

    
    .fs th.visible-lg, .fs td.visible-lg {
        display: table-cell !important;
    }
}

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

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

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

@media (max-width: 767px) {
    
    .fs .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    
    .fs .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    
    .fs .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    
    .fs .hidden-lg {
        display: none !important;
    }
}


.fs .visible-print {
    display: none !important;
}

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

    
    .fs table.visible-print {
        display: table !important;
    }

    
    .fs tr.visible-print {
        display: table-row !important;
    }

    
    .fs th.visible-print, .fs td.visible-print {
        display: table-cell !important;
    }
}


.fs .visible-print-block {
    display: none !important;
}

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


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

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


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

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

@media print {
    
    .fs .hidden-print {
        display: none !important;
    }
}


.fs * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}


.fs, .fs body, .fs .fs-container {
    height: 100%;
}

@media (max-width: 768px) {
    
    .fs body, .fs .fs-container {
        font-size: 15.84px;
    }

    
    .fs .lead {
        font-size: 111.111%;
    }
}


.fs img {
    width: auto \9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}


.fs a, .fs button {
    -webkit-transition: background .15s ease-in-out, border .15s ease-in-out;
    -o-transition: background .15s ease-in-out, border .15s ease-in-out;
    transition: background .15s ease-in-out, border .15s ease-in-out;
}

@media (max-width: 768px) {
    
    .fs h1 br, .fs h2 br, .fs h3 br, .fs h4 br, .fs h5 br, .fs h6 br {
        display: inline;
        content: '\0020';
        margin-left: .1em;
    }
}


.fs .site-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
    
}


.fs .site-header--navbar {
    background: none;
    margin: 0;
}

@media (min-width: 1025px) {
    
    .fs .site-header--navbar {
        padding: 10px 0;
    }
}


.fs .site-header--navbar .navbar-brand {
    padding: 0;
    display: block;
    margin-right: 24px;
}


.fs .site-header--navbar .navbar-brand > .brand__logo {
    height: 50px;
    margin: 0px;
    background-color: #ffffff;
    padding: 10px 15px;
}


.fs .site-header--navbar .navbar-nav > li > a, .fs .site-header--navbar .navbar-nav > li > a:focus {
    background: none;
    text-transform: uppercase;
}


.fs .site-header--navbar .navbar-nav > li > a.btn {
    border: 2px solid #fff;
    padding: 5px 12px;
    height: auto;
    top: 3px;
}


.fs .site-header--navbar .navbar-nav > li > a.btn:hover {
    background: #fff;
    color: #1e7ddb;
}


.fs .site-header--navbar .navbar-nav > li .dropdown-menu > li + li {
    border-top: 1px solid #e6e6e6;
}


.fs .site-header--navbar .navbar-nav > li .dropdown-menu > li > a, .fs .site-header--navbar .navbar-nav > li .dropdown-menu > li > a:hover, .fs .site-header--navbar .navbar-nav > li .dropdown-menu > li > a:focus {
    color: #1e7ddb;
}

@media (min-width: 1025px) {
    
    .fs .site-header--navbar .navbar-nav > li > a, .fs .site-header--navbar .navbar-nav > li > a:focus {
        color: #fff;
        margin: 0 10px;
    }

    
    .fs .site-header--navbar .navbar-nav > li .dropdown-menu {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        border-radius: 0;
        margin-top: 4px;
    }

    
    .fs .site-header--navbar .navbar-nav > li .dropdown-menu:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 100%;
        margin-left: -10px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
    }
}

@media (max-width: 1024px) {
    
    .fs .site-header--navbar .navbar-nav > li .dropdown-menu {
        border-top: 1px solid #e6e6e6;
    }

    
    .fs .site-header--navbar .navbar-nav > li .dropdown-menu > li > a {
        padding: 16px 24px;
    }
}

@media (max-width: 1024px) {
    
    .fs .site-header--navbar .navbar-header {
        position: relative;
        padding: 10px;
        z-index: 10;
    }

    
    .fs .site-header--navbar .navbar-toggle {
        position: relative;
        margin: 0;
        width: 52px;
        height: 52px;
    }

    
    .fs .site-header--navbar .navbar-toggle .icon-bar {
        background: #fff;
        position: relative;
        -webkit-transition: transform .25s;
        -o-transition: transform .25s;
        transition: transform .25s;
        width: 30px;
        margin: 6px 0;
    }

    
    .fs .site-header--navbar .site__navigation {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #fff;
        overflow: auto;
        padding: 80px 0;
        z-index: 9;
        text-align: center;
        opacity: 0;
        -webkit-transition: opacity .25s;
        -o-transition: opacity .25s;
        transition: opacity .25s;
        visibility: hidden;
        pointer-events: none;
    }

    
    .fs .site-header--navbar .navbar-nav {
        font-size: 24px;
        margin: 0;
    }

    
    .fs .site-header--navbar .navbar-nav > li {
        border-top: 2px solid #e6e6e6;
    }

    
    .fs .site-header--navbar .navbar-nav > li > a, .fs .site-header--navbar .navbar-nav > li > a.btn {
        border: 0;
        color: #1e7ddb;
        padding: 24px;
    }

    
    .fs .site-header--navbar .navbar-nav > li > a:hover, .fs .site-header--navbar .navbar-nav .navbar-nav > li > a:focus {
        border: 0;
    }

    
    .fs .site-header--navbar .navbar-nav > li > a.btn {
        font-size: 24px;
        top: 0;
    }

    
    .fs .site-header--navbar .navbar-nav.nav--secondary > li:last-child {
        border-bottom: 2px solid #e6e6e6;
    }

    
    .fs .site-header--navbar .get-the-app {
        margin: 20px;
    }

    
    .fs .site-header--navbar .get-the-app .btn {
        font-size: 24px;
        height: auto;
    }
}

@media only screen and (max-device-width: 1024px) {
    
    .fs .site-header--navbar .navbar-nav > li:last-child {
        border-bottom: 2px solid #e6e6e6;
    }

    
    .fs .site-header--navbar .nav--secondary {
        display: none;
    }
}

@media (max-width: 1024px) {
    
    .fs .show--site-nav {
        overflow: hidden;
    }

    
    .fs .show--site-nav .site-header--navbar .navbar-toggle .icon-bar {
        background: #1e7ddb;
    }

    
    .fs .show--site-nav .site-header--navbar .navbar-toggle .icon-bar:nth-child(2) {
        top: 4px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    
    .fs .show--site-nav .site-header--navbar .navbar-toggle .icon-bar:nth-child(3) {
        display: none;
    }

    
    .fs .show--site-nav .site-header--navbar .navbar-toggle .icon-bar:nth-child(4) {
        top: -4px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    
    .fs .show--site-nav .site__navigation {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}


.fs .site-footer {
    background: #364459;
    padding: 60px 0 60px 0;
    font-size: 16px;
}

@media (max-width: 768px) {
    
    .fs .site-footer {
        padding: 40px 0;
        text-align: center;
    }
}


.fs .site-footer .footer--navbar {
    margin-bottom: 0;
}


.fs .site-footer .navbar-nav > li {
    display: inline-block;
    float: none;
}


.fs .site-footer .navbar-nav > li + li:before {
    content: "|\00a0";
    color: #fff;
    width: 5px;
}


.fs .site-footer .navbar-nav > li > a {
    display: inline-block;
    color: #fff;
    background: none;
    
}

@media (max-width: 768px) {
    
    .fs .site-footer .navbar-nav {
        margin: 0;
    }

    
    .fs .site-footer .nav > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }
}


.fs .site-footer .footer__copyright {
    font-size: 87.5%;
    color: #8abdef;
    padding: 0 15px;
}


.fs .site-footer .footer__copyright p {
    margin: 0;
}

@media (max-width: 768px) {
    
    .fs .site-footer .footer__copyright {
        margin-top: 40px;
    }
}


.fs .site-footer .footer__brand {
    padding: 80px 15px 0 15px;
}


.fs .site-footer .footer__brand .brand__logo {
    height: 50px;
    margin: 0px;
    background-color: #ffffff;
    padding: 10px 15px;
}


.fs .section-content {
    padding: 80px 0;
}


.fs .section-content, .fs .section-content > .container {
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .fs .section-content {
        padding: 20px;
    }
}


.fs .section-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.fs .section--intro {
    position: relative;
    color: rgba(255, 255, 255, 0.75);
    padding: 140px 0 0 0;
    text-align: center;
}

@media (max-width: 768px) {
    .fs .section--intro .intro__content {
        padding-left: 10px;
        padding-right: 10px;
    }
}


.fs .section--intro .intro__media {
    margin: 40px 0 0 0;
}

@media (max-width: 768px) {
    .fs .section--intro .intro__media {
        margin-bottom: -20px;
    }
}


.fs .section--intro .intro__heading {
    color: #fff;
    
}


.fs .section--intro .section-bg-overlay {
    min-height: 500px;
    max-height: 900px;
}

.fs .section--intro .section-bg-overlay {
    background-color: #364459;
}

























@media (min-width: 769px) {
    .fs .section--intro .section-bg-overlay {
        height: 90%;
        height: 90vh;
    }
}


.fs .section--sub-intro {
    padding-top: 0;
    padding-bottom: 0;
}


.fs .section--sub-intro + .section-content {
    padding-top: 60px;
}


.fs .section--sub-intro .intro__content {
    min-height: 140px;
}

@media (max-width: 768px) {
    .fs .section--sub-intro .intro__content {
        padding-left: 10px;
        padding-right: 10px;
    }
}


.fs .section--sub-intro .intro__heading {
    color: #fff;
    padding: 80px 0 0;
}

@media (max-width: 768px) {
    .fs .section--sub-intro .intro__heading {
        padding-bottom: 10px;
    }
}

@media (min-width: 1025px) {
    
    .fs .section--sub-intro + .section-content:not(.blog--post) {
        padding-top: 160px;
    }

    
    .fs .section--sub-intro [class*=col-] {
        min-height: 200px;
    }
}


.fs .section--sub-intro .green-icon {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 100%;
    border-radius: 50%;
    background: #80bd01;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}


.fs .section--sub-intro .green-icon > img {
    display: inline;
    width: 60%;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (min-width: 769px) {
    .fs .section--sub-intro .green-icon {
        width: 160px;
        height: 160px;
    }
}


.fs .section--sub-intro .section-bg-overlay {
    background: #1e7ddb;
}


.fs .section--article {
    font-size: 111.111%;
}


.fs .section--article .sub-title {
    font-size: 24px;
    font-weight: 300;
    position: relative;
    top: -1em;
}


.fs .blog--post .blog__date {
    font-size: 75%;
    display: block;
    color: #b3b3b3;
}


.fs .blog--post + .blog--post {
    padding-top: 100px;
    border-top: 1px solid #e6e6e6;
}

@media (max-width: 768px) {
    
    .fs .blog--post + .blog--post {
        padding-top: 40px;
    }
}


.fs .section--highlights {
    background-color: #f7f7f7;
}

.fs .section--highlights--zebra {
    background-color: #ffffff;
}


.fs .section--highlights .highlight__item {
    padding: 0 40px;
    font-size: 16px;
    text-align: center;
}


.fs .section--highlights .highlight__item .highlight__media {
    
    margin: 0 auto 40px auto;
    fill: #c0c0c0;
}


.fs .section--highlights .highlight__item .highlight__heading {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    
    .fs .section--highlights .highlight__item {
        padding: 0;
    }
}


.fs .section--feature .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}


.fs .section--feature .feature__media {
    text-align: center;
}


.fs .section--feature[data-textside="left"] .row .feature__content {
    margin-left: 0;
}


.fs .section--feature[data-textside="right"] .row {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}


.fs .section--feature[data-textside="right"] .row .feature__aside {
    margin-left: 0;
}

@media (max-width: 767px) {
    
    .fs .section--feature[data-textside="left"] .row, .fs .section--feature[data-textside="right"] .row {
        -webkit-box-direction: reverse;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    
    .fs .section--feature .feature__aside {
        margin-bottom: 40px;
    }
}


.fs .section--feature + .section--feature {
    border-top: 2px solid #f7f7f7;
}


.fs .section--story {
    background: #f7f7f7;
    overflow: hidden;
    position: relative;
    width: 100%;
}


.fs .section--story .container {
    position: static;
    z-index: 3;
}


.fs .section--story[data-textside=left] .feature__content {
    margin-left: 0;
}


.fs .section--story .feature__content {
    padding-top: 40px;
    padding-bottom: 40px;
}


.fs .section--story .feature__aside {
    margin: 0;
}

@media (min-width: 768px) {
    
    .fs .section--story .feature__content {
        min-height: 400px;
    }

    
    .fs .section--story .feature__aside {
        right: 0;
        overflow: hidden;
        width: 50%;
    }

    
    .fs .section--story .feature__aside, .fs .section--story .feature__aside .feature__media {
        position: absolute;
        top: 0;
        height: 100%;
    }

    
    .fs .section--story .feature__aside .feature__media {
        width: 100%;
        background-size: cover;
        background-position: 50% 50%;
    }

    
    .fs .section--story[data-textside=right] .feature__aside {
        left: 0;
    }

    
    .fs .section--story[data-textside=right] .feature__content {
        padding-left: 50%;
        width: auto;
    }
}

@media (max-width: 767px) {
    
    .fs .section--story .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: reverse;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    
    .fs .section--story .feature__aside {
        position: relative;
        margin: -40px -40px 0 -40px;
    }

    
    .fs .section--story:last-of-type {
        border-bottom: 2px solid #e6e6e6;
    }
}


.fs .section--form {
    text-align: center;
    background: #f7f7f7;
}


.fs .section--form .form--sign-up {
    padding: 40px 0;
}


.fs .section--form .form--sign-up .form-control, .fs .section--form .form--sign-up .btn {
    margin: 10px;
}


.fs .section--form .form--sign-up .form__footer {
    padding-top: 40px;
    color: gray;
}


.fs .section--form .form--sign-up .form__footer p {
    margin: 0;
}

@media (min-width: 1024px) {
    
    .fs .section--form .form--sign-up .form-control, .fs .section--form .form--sign-up .btn {
        margin: 10px;
        max-width: 250px;
    }

    
    .fs .section--form .form--sign-up .form__footer {
        padding-top: 120px;
    }
}

@media (max-width: 1024px) {
    
    .fs .section--form .form--sign-up .form-group {
        display: block;
    }

    
    .fs .section--form .form--sign-up .form-control, .fs .section--form .form--sign-up .btn {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}


.fs .form--sign-up {
    display: block;
}


.fs .get-the-app {
    display: none;
    paddign: 0;
}

@media only screen and (max-device-width: 1024px) {
    
    .fs .form--sign-up {
        display: none;
    }

    
    .fs .get-the-app {
        display: block;
        padding: 20px 0;
    }
}


.fs .cta-macro {
    border: 2px solid #e6e6e6;
    border-radius: 4px;
    margin: 40px 0;
    padding: 20px;
}


.fs .cta-macro .cta-macro__content {
    color: #534487;
    text-align: center;
}


.fs .cta-macro .get-the-app {
    padding: 0;
}

@media (min-width: 1200px) {
    
    .fs .cta-macro {
        padding: 20px 40px;
    }

    
    .fs .cta-macro .cta-macro__content {
        text-align: left;
    }

    
    .fs .cta-macro p {
        margin-bottom: 0;
    }

    
    .fs .cta-macro p + p {
        margin-top: 39.99px;
    }

    
    .fs .cta-macro .cta-macro__content {
        padding: 20px 0 20px 20px;
    }

    
    .fs .cta-macro .cta-macro__btn-group {
        padding: 20px 20px 20px 0;
    }

    
    .fs .cta-macro .cta-macro__btn-group .btn {
        margin: 6px 0;
    }
}


.fs .cta-macro-button {
    text-align: center;
    padding: 64px 0;
}


.fs .article__author {
    position: relative;
    padding: 20px 0;
    margin-top: 20px;
}


.fs .article__author .author__image {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

@media (min-width: 769px) {
    
    .fs .article__author .author__image {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}


.fs .article__author .author__image img {
    position: relative;
    left: 50%;
    max-width: none;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}


.fs .article__author .author__content {
    font-size: 18px;
    font-weight: 300;
    padding-left: 120px;
}


.fs .article__author .author__content > p {
    margin: 20px 0;
}

@media (max-width: 768px) {
    
    .fs .article__author {
        text-align: center;
    }

    
    .fs .article__author .author__image {
        display: inline-block;
        float: none;
        margin: 0;
    }

    
    .fs .article__author .author__content {
        padding: 0;
    }
}

