@charset "UTF-8";
/* ==========================================================================
   SCREEN STYLES
   Description: Screen styles only
   ========================================================================== */
/* ==========================================================================
   CUSTOM BOOTSTRAP
   Description: Bootstrap classes and mixins needed to @extend in custom styles
   ========================================================================== */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #454e57;
    background-color: #30363c;
}

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

a {
    color: #30363c;
    text-decoration: none;
}

a:hover, a:focus {
    color: #0e1011;
    text-decoration: underline;
}

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

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive, .bodytext img, .article-list img, .article-list [class*="col-"] img, .full-width .bodytext img, .full-width .article-list img, .article-list.search-results figure img, .featured-side .featured-item > a figure img, .carousel .carousel-item a > .carousel-content figure img, .accordion .panel .steps .step figure img, .accordion .panel .info-container .step figure img, .accordion .info-container .panel .steps .infobox figure img, .accordion .panel .info-container .infobox figure img {
    display: block;
    max-width: 100%;
    height: auto;
}

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

.img-thumbnail {
    padding: 4px;
    line-height: 1.8;
    background-color: #30363c;
    border: 1px solid #dddddd;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

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

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

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

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

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

h1, .home h2, h2, h3, legend, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 100;
    line-height: 1.3;
    color: inherit;
}

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

h1, .home h2, .h1,
h2, .h2,
h3,
legend, .h3 {
    margin-top: 25px;
    margin-bottom: 12.5px;
}

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

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

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

h1, .home h2, .h1 {
    font-size: 28px;
}

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

h3, legend, .h3 {
    font-size: 17px;
}

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

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

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

p {
    margin: 0 0 12.5px;
}

.lead {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
    color: #e9e9e9;
}

.text-primary {
    color: #e62237;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #bf1628;
}

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

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

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

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

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

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

.text-danger {
    color: #a94442;
}

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

.bg-primary {
    color: #fff;
}

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

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #bf1628;
}

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

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

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

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

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

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

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

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

.page-header {
    padding-bottom: 11.5px;
    margin: 50px 0 25px;
    border-bottom: 1px solid #f7f7f7;
}

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

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

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

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

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

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

dt,
dd {
    line-height: 1.8;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

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

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

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

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

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

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 12.5px 25px;
    margin: 0 0 25px;
    font-size: 17.5px;
    border-left: 5px solid #f7f7f7;
}

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

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

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

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

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

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

address {
    margin-bottom: 25px;
    font-style: normal;
    line-height: 1.8;
}

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

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

.container:after {
    clear: both;
}

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

@media (min-width: 1010px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1300px) {
    .container {
        width: 1310px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
}

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

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

.row {
    margin-left: -5px;
    margin-right: -5px;
}

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

.row:after {
    clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
    font-size: 21px;
    line-height: inherit;
    color: #454e57;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

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

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

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

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

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

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

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

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.8;
    color: #758390;
}

.form-control {
    display: block;
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.8;
    color: #758390;
    background-color: white;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -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);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #758390;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(117, 131, 144, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(117, 131, 144, 0.6);
}

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

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

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

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 39px;
}

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

.input-sm {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}

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

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

.form-group-sm .form-control {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}

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

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

.form-group-sm .form-control-static {
    height: 31px;
    min-height: 38px;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1.5;
}

.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33333;
    border-radius: 6px;
}

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

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

.form-group-lg .form-control {
    height: 45px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33333;
    border-radius: 6px;
}

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

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

.form-group-lg .form-control-static {
    height: 45px;
    min-height: 42px;
    padding: 11px 16px;
    font-size: 17px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

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

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

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

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

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

.has-success .form-control {
    border-color: #3c763d;
    -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);
}

.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;
}

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

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

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

.has-warning .form-control {
    border-color: #8a6d3b;
    -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);
}

.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;
}

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

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

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

.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);
}

.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-horizontal .form-group {
    margin-left: -5px;
    margin-right: -5px;
}

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

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

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

.form-horizontal .has-feedback .form-control-feedback {
    right: 5px;
}

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

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

.btn, .rft-button,
.bodytext .rft-button,
.article-list .rft-button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.8;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

.btn:hover, .rft-button:hover, .btn:focus, .rft-button:focus, .btn.focus, .focus.rft-button {
    color: #454e57;
    text-decoration: none;
}

.btn:active, .rft-button:active, .btn.active, .active.rft-button {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

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

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

.btn-default {
    color: #454e57;
    background-color: transparent;
    border-color: #454e57;
}

.btn-default:focus, .btn-default.focus {
    color: #454e57;
    background-color: transparent;
    border-color: #0d0e10;
}

.btn-default:hover {
    color: #454e57;
    background-color: transparent;
    border-color: #2a2f35;
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #454e57;
    background-color: transparent;
    border-color: #2a2f35;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
    color: #454e57;
    background-color: transparent;
    border-color: #0d0e10;
}

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

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: transparent;
    border-color: #454e57;
}

.btn-default .badge {
    color: transparent;
    background-color: #454e57;
}

.btn-primary, .rft-button,
.bodytext .rft-button,
.article-list .rft-button {
    color: #e62237;
    background-color: transparent;
    border-color: #e62237;
}

.btn-primary:focus, .rft-button:focus, .btn-primary.focus, .focus.rft-button {
    color: #e62237;
    background-color: transparent;
    border-color: #7b0e1a;
}

.btn-primary:hover, .rft-button:hover {
    color: #e62237;
    background-color: transparent;
    border-color: #b61526;
}

.btn-primary:active, .rft-button:active, .btn-primary.active, .active.rft-button, .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle.rft-button {
    color: #e62237;
    background-color: transparent;
    border-color: #b61526;
}

.btn-primary:active:hover, .rft-button:active:hover, .btn-primary:active:focus, .rft-button:active:focus, .btn-primary:active.focus, .rft-button:active.focus, .btn-primary.active:hover, .active.rft-button:hover, .btn-primary.active:focus, .active.rft-button:focus, .btn-primary.active.focus, .active.focus.rft-button, .open > .btn-primary.dropdown-toggle:hover, .open > .dropdown-toggle.rft-button:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .dropdown-toggle.rft-button:focus, .open > .btn-primary.dropdown-toggle.focus, .open > .dropdown-toggle.focus.rft-button {
    color: #e62237;
    background-color: transparent;
    border-color: #7b0e1a;
}

.btn-primary:active, .rft-button:active, .btn-primary.active, .active.rft-button, .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle.rft-button {
    background-image: none;
}

.btn-primary.disabled:hover, .disabled.rft-button:hover, .btn-primary.disabled:focus, .disabled.rft-button:focus, .btn-primary.disabled.focus, .disabled.focus.rft-button, .btn-primary[disabled]:hover, [disabled].rft-button:hover, .btn-primary[disabled]:focus, [disabled].rft-button:focus, .btn-primary[disabled].focus, [disabled].focus.rft-button, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .rft-button:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .rft-button:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .focus.rft-button {
    background-color: transparent;
    border-color: #e62237;
}

.btn-primary .badge, .rft-button .badge {
    color: transparent;
    background-color: #e62237;
}

.btn-success {
    color: white;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
    color: white;
    background-color: #449d44;
    border-color: #255625;
}

.btn-success:hover {
    color: white;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: white;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
    color: white;
    background-color: #398439;
    border-color: #255625;
}

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

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

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

.btn-info {
    color: white;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
    color: white;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.btn-info:hover {
    color: white;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: white;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
    color: white;
    background-color: #269abc;
    border-color: #1b6d85;
}

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

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

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

.btn-warning {
    color: white;
    background-color: orange;
    border-color: #e69500;
}

.btn-warning:focus, .btn-warning.focus {
    color: white;
    background-color: #cc8400;
    border-color: #664200;
}

.btn-warning:hover {
    color: white;
    background-color: #cc8400;
    border-color: #a86d00;
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: white;
    background-color: #cc8400;
    border-color: #a86d00;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
    color: white;
    background-color: #a86d00;
    border-color: #664200;
}

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

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: orange;
    border-color: #e69500;
}

.btn-warning .badge {
    color: orange;
    background-color: white;
}

.btn-danger {
    color: white;
    background-color: red;
    border-color: #e60000;
}

.btn-danger:focus, .btn-danger.focus {
    color: white;
    background-color: #cc0000;
    border-color: #660000;
}

.btn-danger:hover {
    color: white;
    background-color: #cc0000;
    border-color: #a80000;
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: white;
    background-color: #cc0000;
    border-color: #a80000;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
    color: white;
    background-color: #a80000;
    border-color: #660000;
}

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

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: red;
    border-color: #e60000;
}

.btn-danger .badge {
    color: red;
    background-color: white;
}

.btn-link {
    color: #30363c;
    font-weight: normal;
    border-radius: 0;
}

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

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

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

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

.btn-lg {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33333;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}

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

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

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

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

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

.dropup,
.dropdown {
    position: relative;
}

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: white;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    -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;
}

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

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

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.8;
    color: #454e57;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #3a4149;
    background-color: whitesmoke;
}

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

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

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

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

.open > a {
    outline: 0;
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 13px;
    line-height: 1.8;
    color: #e9e9e9;
    white-space: nowrap;
}

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

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

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

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

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

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

.navbar {
    position: relative;
    min-height: 60px;
    margin-bottom: 25px;
    border: 1px solid transparent;
}

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

.navbar:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 3px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-brand {
    float: left;
    padding: 17.5px 5px;
    font-size: 17px;
    line-height: 25px;
    height: 60px;
}

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

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

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

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

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

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

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

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

.navbar-nav {
    margin: 8.75px -5px;
}

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

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

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

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

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

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

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

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

.navbar-form {
    margin-left: -5px;
    margin-right: -5px;
    padding: 10px 5px;
    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: 10.5px;
    margin-bottom: 10.5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .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;
    }
}

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

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

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

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

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

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

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 5px;
        margin-right: 5px;
    }
}

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

    .navbar-right {
        float: right !important;
        margin-right: -5px;
    }

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

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

.navbar-default .navbar-brand {
    color: #777777;
}

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

.navbar-default .navbar-text {
    color: #777777;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-default .navbar-link {
    color: #777777;
}

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

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

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

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

.navbar-inverse {
    background-color: #30363c;
    border-color: #191c20;
}

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

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: white;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #e9e9e9;
}

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

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

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: white;
    background-color: #191c20;
}

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

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

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

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: white;
}

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

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #191c20;
    color: white;
}

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

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

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

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

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: white;
        background-color: #191c20;
    }

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

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

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

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

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: white;
}

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

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

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

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

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

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: black;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

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

.modal-header:after {
    clear: both;
}

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

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

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

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn, .modal-footer .rft-button + .btn, .modal-footer .btn + .rft-button, .modal-footer .rft-button + .rft-button {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .rft-button + .btn, .modal-footer .btn-group .btn + .rft-button, .modal-footer .btn-group .rft-button + .rft-button {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

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

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 1010px) {
    .modal-lg {
        width: 900px;
    }
}

.clearfix:before, #header:before, #footer:before, #footer .bottom:before, .page-images:before, #main:before, #featured:before, .article-list.search-results a > div:before, .featured-side:before, .accordion .panel .steps:before, .accordion .panel .info-container:before, .clearfix:after, #header:after, #footer:after, #footer .bottom:after, .page-images:after, #main:after, #featured:after, .article-list.search-results a > div:after, .featured-side:after, .accordion .panel .steps:after, .accordion .panel .info-container:after {
    content: " ";
    display: table;
}

.clearfix:after, #header:after, #footer:after, #footer .bottom:after, .page-images:after, #main:after, #featured:after, .article-list.search-results a > div:after, .featured-side:after, .accordion .panel .steps:after, .accordion .panel .info-container:after {
    clear: both;
}

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

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

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

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

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

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

/* =============================================================================
   CUSTOM MIXINS & EXTEND CLASSES
   ========================================================================== */
.primary-box {
    display: block;
    padding: .3em;
    background: white;
    border-radius: 15px;
    border: 1px solid #e62237;
    border-radius: 6px 0 6px 6px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/*  Vertical align
	------------------------------------------------------------------------- */
/*  Box
	------------------------------------------------------------------------- */
/*
		.box {
			padding: 12px 20px;
			display: block;
			border-radius: $border-radius-base;
			border: 1px solid $gray-light;
			background: lighten($gray-lighter, 1%);
			@include transition(.3s);


			@media (max-width: $screen-md-min) {
	  			margin-bottom: 1em;
	  		}

		}

		a.box{
			cursor: pointer;
			&:hover, &:focus, &:active{
				background: lighten($gray-lighter, 2%);
				text-decoration: none;
			}
		}

		.box-small{
			@extend .box;
			padding: 5px 10px 6px 10px;
		}

		.box-white{
			@extend .box;
			background: white;
		}
		*/
/*  Css triangle
	------------------------------------------------------------------------- */
/*  Border red
	------------------------------------------------------------------------- */
.border-red, h1, .home h2 {
    position: relative;
}

.border-red:after, h1:after, .home h2:after {
    content: "";
    display: block;
    border-bottom: 3px solid #e62237;
    margin: 1.5em 0 0 0;
    width: 40px;
    height: 4px;
}

/*  Font awesome icon
	------------------------------------------------------------------------- */
.fa-icon,
.custom-icon {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-icon {
    font-family: FontAwesome;
}

.custom-icon {
    font-family: "custom";
    font-size: 0.9em;
}

/*  Rounded corners
	------------------------------------------------------------------------- */
/*  Box shadow + no ie fallback via PIE.htc because of bad quality
	------------------------------------------------------------------------- */
/*  Gradient + ie fallback via PIE.htc
	------------------------------------------------------------------------- */
/*  Transforms
	------------------------------------------------------------------------- */
/*  Transition
	------------------------------------------------------------------------- */
/*  Background
	------------------------------------------------------------------------- */
/*  Grid
	------------------------------------------------------------------------- */
.no-gutter {
    padding-right: 0;
    padding-left: 0;
}

/* ==========================================================================
   ICONS
   Description: Import fonts & icons
   ========================================================================== */
/* ==========================================================================
   IMPORT FONT AWESOME VARIABLES
   ========================================================================== */
/* ==========================================================================
   IMPORT CUSTOM ICONS
   ========================================================================== */
@font-face {
    font-family: 'custom';
    src: url("fonts/custom.eot?4yth56");
    src: url("fonts/custom.eot?4yth56#iefix") format("embedded-opentype"), url("fonts/custom.ttf?4yth56") format("truetype"), url("fonts/custom.woff?4yth56") format("woff"), url("fonts/custom.svg?4yth56#custom") format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon:before, .general-list li:before, .bodytext ul li:before, .article-list ul li:before, .accordion .panel .content ul li:before, input[type="checkbox"].custom + label:before, .btn.btn-primary:not(.icon):before, .rft-button:not(.icon):before,
.bodytext .rft-button:not(.icon):before,
.article-list .rft-button:not(.icon):before,
.btn-default.btn-primary:not(.icon):before,
.btn-default.rft-button:not(.icon):before,
.btn-primary:not(.icon):before, table:not(.noborder) a.login:before, table:not(.noborder) a.download:before, .box table a.login:before, .accordion table a.login:before, a.icon-sort:before, #languageModal .modal-content .links a:before, .featured-side .featured-item > a h4:before, .accordion .panel h3 a:before, .accordion .panel legend a:before, .breadcrumbs li:before, .lightbox:before, .pagination-wrapper .prev:before, .pagination-wrapper .next:before, .icon:after, .general-list li:after, .bodytext ul li:after, .article-list ul li:after, .accordion .panel .content ul li:after, input[type="checkbox"].custom + label:after, .btn.btn-primary:not(.icon):after, .rft-button:not(.icon):after,
.bodytext .rft-button:not(.icon):after,
.article-list .rft-button:not(.icon):after,
.btn-default.btn-primary:not(.icon):after,
.btn-default.rft-button:not(.icon):after,
.btn-primary:not(.icon):after, table:not(.noborder) a.login:after, table:not(.noborder) a.download:after, .box table a.login:after, .accordion table a.login:after, a.icon-sort:after, #languageModal .modal-content .links a:after, .featured-side .featured-item > a h4:after, .accordion .panel h3 a:after, .accordion .panel legend a:after, .breadcrumbs li:after, .lightbox:after, .pagination-wrapper .prev:after, .pagination-wrapper .next:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'custom' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon:before, .general-list li:before, .bodytext ul li:before, .article-list ul li:before, .accordion .panel .content ul li:before, input[type="checkbox"].custom + label:before, .btn.btn-primary:not(.icon):before, .rft-button:not(.icon):before,
.bodytext .rft-button:not(.icon):before,
.article-list .rft-button:not(.icon):before,
.btn-default.btn-primary:not(.icon):before,
.btn-default.rft-button:not(.icon):before,
.btn-primary:not(.icon):before, table:not(.noborder) a.login:before, table:not(.noborder) a.download:before, .box table a.login:before, .accordion table a.login:before, a.icon-sort:before, #languageModal .modal-content .links a:before, .featured-side .featured-item > a h4:before, .accordion .panel h3 a:before, .accordion .panel legend a:before, .breadcrumbs li:before, .lightbox:before, .pagination-wrapper .prev:before, .pagination-wrapper .next:before {
    padding-right: .5em;
}

.icon:after, .general-list li:after, .bodytext ul li:after, .article-list ul li:after, .accordion .panel .content ul li:after, input[type="checkbox"].custom + label:after, .btn.btn-primary:not(.icon):after, .rft-button:not(.icon):after,
.bodytext .rft-button:not(.icon):after,
.article-list .rft-button:not(.icon):after,
.btn-default.btn-primary:not(.icon):after,
.btn-default.rft-button:not(.icon):after,
.btn-primary:not(.icon):after, table:not(.noborder) a.login:after, table:not(.noborder) a.download:after, .box table a.login:after, .accordion table a.login:after, a.icon-sort:after, #languageModal .modal-content .links a:after, .featured-side .featured-item > a h4:after, .accordion .panel h3 a:after, .accordion .panel legend a:after, .breadcrumbs li:after, .lightbox:after, .pagination-wrapper .prev:after, .pagination-wrapper .next:after {
    padding-left: .3em;
}

.icon.dimensions:before, .general-list li.dimensions:before, .bodytext ul li.dimensions:before, .article-list ul li.dimensions:before, .accordion .panel .content ul li.dimensions:before, input[type="checkbox"].custom + label.dimensions:before, .dimensions.rft-button:not(.icon):before,
.dimensions.btn-primary:not(.icon):before, table:not(.noborder) a.dimensions.login:before, table:not(.noborder) a.dimensions.download:before, .box table a.dimensions.login:before, .accordion table a.dimensions.login:before, a.dimensions.icon-sort:before, #languageModal .modal-content .links a.dimensions:before, .featured-side .featured-item > a h4.dimensions:before, .accordion .panel h3 a.dimensions:before, .accordion .panel legend a.dimensions:before, .breadcrumbs li.dimensions:before, .dimensions.lightbox:before, .pagination-wrapper .dimensions.prev:before, .pagination-wrapper .dimensions.next:before {
    content: "\e900";
}

.icon.file-excel:before, .general-list li.file-excel:before, .bodytext ul li.file-excel:before, .article-list ul li.file-excel:before, .accordion .panel .content ul li.file-excel:before, input[type="checkbox"].custom + label.file-excel:before, .file-excel.rft-button:not(.icon):before,
.file-excel.btn-primary:not(.icon):before, table:not(.noborder) a.file-excel.login:before, table:not(.noborder) a.file-excel.download:before, .box table a.file-excel.login:before, .accordion table a.file-excel.login:before, a.file-excel.icon-sort:before, #languageModal .modal-content .links a.file-excel:before, .featured-side .featured-item > a h4.file-excel:before, .accordion .panel h3 a.file-excel:before, .accordion .panel legend a.file-excel:before, .breadcrumbs li.file-excel:before, .file-excel.lightbox:before, .pagination-wrapper .file-excel.prev:before, .pagination-wrapper .file-excel.next:before {
    content: "\e901";
}

.icon.file-pdf:before, .general-list li.file-pdf:before, .bodytext ul li.file-pdf:before, .article-list ul li.file-pdf:before, .accordion .panel .content ul li.file-pdf:before, input[type="checkbox"].custom + label.file-pdf:before, .file-pdf.rft-button:not(.icon):before,
.file-pdf.btn-primary:not(.icon):before, table:not(.noborder) a.file-pdf.login:before, table:not(.noborder) a.file-pdf.download:before, .box table a.file-pdf.login:before, .accordion table a.file-pdf.login:before, a.file-pdf.icon-sort:before, #languageModal .modal-content .links a.file-pdf:before, .featured-side .featured-item > a h4.file-pdf:before, .accordion .panel h3 a.file-pdf:before, .accordion .panel legend a.file-pdf:before, .breadcrumbs li.file-pdf:before, .file-pdf.lightbox:before, .pagination-wrapper .file-pdf.prev:before, .pagination-wrapper .file-pdf.next:before {
    content: "\e902";
}

.icon.file-word:before, .general-list li.file-word:before, .bodytext ul li.file-word:before, .article-list ul li.file-word:before, .accordion .panel .content ul li.file-word:before, input[type="checkbox"].custom + label.file-word:before, .file-word.rft-button:not(.icon):before,
.file-word.btn-primary:not(.icon):before, table:not(.noborder) a.file-word.login:before, table:not(.noborder) a.file-word.download:before, .box table a.file-word.login:before, .accordion table a.file-word.login:before, a.file-word.icon-sort:before, #languageModal .modal-content .links a.file-word:before, .featured-side .featured-item > a h4.file-word:before, .accordion .panel h3 a.file-word:before, .accordion .panel legend a.file-word:before, .breadcrumbs li.file-word:before, .file-word.lightbox:before, .pagination-wrapper .file-word.prev:before, .pagination-wrapper .file-word.next:before {
    content: "\e903";
}

.icon.frame-types:before, .general-list li.frame-types:before, .bodytext ul li.frame-types:before, .article-list ul li.frame-types:before, .accordion .panel .content ul li.frame-types:before, input[type="checkbox"].custom + label.frame-types:before, .frame-types.rft-button:not(.icon):before,
.frame-types.btn-primary:not(.icon):before, table:not(.noborder) a.frame-types.login:before, table:not(.noborder) a.frame-types.download:before, .box table a.frame-types.login:before, .accordion table a.frame-types.login:before, a.frame-types.icon-sort:before, #languageModal .modal-content .links a.frame-types:before, .featured-side .featured-item > a h4.frame-types:before, .accordion .panel h3 a.frame-types:before, .accordion .panel legend a.frame-types:before, .breadcrumbs li.frame-types:before, .frame-types.lightbox:before, .pagination-wrapper .frame-types.prev:before, .pagination-wrapper .frame-types.next:before {
    content: "\e904";
}

.icon.mechanisms:before, .general-list li.mechanisms:before, .bodytext ul li.mechanisms:before, .article-list ul li.mechanisms:before, .accordion .panel .content ul li.mechanisms:before, input[type="checkbox"].custom + label.mechanisms:before, .mechanisms.rft-button:not(.icon):before,
.mechanisms.btn-primary:not(.icon):before, table:not(.noborder) a.mechanisms.login:before, table:not(.noborder) a.mechanisms.download:before, .box table a.mechanisms.login:before, .accordion table a.mechanisms.login:before, a.mechanisms.icon-sort:before, #languageModal .modal-content .links a.mechanisms:before, .featured-side .featured-item > a h4.mechanisms:before, .accordion .panel h3 a.mechanisms:before, .accordion .panel legend a.mechanisms:before, .breadcrumbs li.mechanisms:before, .mechanisms.lightbox:before, .pagination-wrapper .mechanisms.prev:before, .pagination-wrapper .mechanisms.next:before {
    content: "\e905";
}

.icon.youtube:before, .general-list li.youtube:before, .bodytext ul li.youtube:before, .article-list ul li.youtube:before, .accordion .panel .content ul li.youtube:before, input[type="checkbox"].custom + label.youtube:before, .youtube.rft-button:not(.icon):before,
.youtube.btn-primary:not(.icon):before, table:not(.noborder) a.youtube.login:before, table:not(.noborder) a.youtube.download:before, .box table a.youtube.login:before, .accordion table a.youtube.login:before, a.youtube.icon-sort:before, #languageModal .modal-content .links a.youtube:before, .featured-side .featured-item > a h4.youtube:before, .accordion .panel h3 a.youtube:before, .accordion .panel legend a.youtube:before, .breadcrumbs li.youtube:before, .youtube.lightbox:before, .pagination-wrapper .youtube.prev:before, .pagination-wrapper .youtube.next:before {
    content: "\e906";
}

.icon.linkedin:before, .general-list li.linkedin:before, .bodytext ul li.linkedin:before, .article-list ul li.linkedin:before, .accordion .panel .content ul li.linkedin:before, input[type="checkbox"].custom + label.linkedin:before, .linkedin.rft-button:not(.icon):before,
.linkedin.btn-primary:not(.icon):before, table:not(.noborder) a.linkedin.login:before, table:not(.noborder) a.linkedin.download:before, .box table a.linkedin.login:before, .accordion table a.linkedin.login:before, a.linkedin.icon-sort:before, #languageModal .modal-content .links a.linkedin:before, .featured-side .featured-item > a h4.linkedin:before, .accordion .panel h3 a.linkedin:before, .accordion .panel legend a.linkedin:before, .breadcrumbs li.linkedin:before, .linkedin.lightbox:before, .pagination-wrapper .linkedin.prev:before, .pagination-wrapper .linkedin.next:before {
    content: "\e907";
}

.icon.brand:before, .general-list li.brand:before, .bodytext ul li.brand:before, .article-list ul li.brand:before, .accordion .panel .content ul li.brand:before, input[type="checkbox"].custom + label.brand:before, .brand.rft-button:not(.icon):before,
.brand.btn-primary:not(.icon):before, table:not(.noborder) a.brand.login:before, table:not(.noborder) a.brand.download:before, .box table a.brand.login:before, .accordion table a.brand.login:before, a.brand.icon-sort:before, #languageModal .modal-content .links a.brand:before, .featured-side .featured-item > a h4.brand:before, .accordion .panel h3 a.brand:before, .accordion .panel legend a.brand:before, .breadcrumbs li.brand:before, .brand.lightbox:before, .pagination-wrapper .brand.prev:before, .pagination-wrapper .brand.next:before {
    content: "\e907";
}

.icon.social:before, .general-list li.social:before, .bodytext ul li.social:before, .article-list ul li.social:before, .accordion .panel .content ul li.social:before, input[type="checkbox"].custom + label.social:before, .social.rft-button:not(.icon):before,
.social.btn-primary:not(.icon):before, table:not(.noborder) a.social.login:before, table:not(.noborder) a.social.download:before, .box table a.social.login:before, .accordion table a.social.login:before, a.social.icon-sort:before, #languageModal .modal-content .links a.social:before, .featured-side .featured-item > a h4.social:before, .accordion .panel h3 a.social:before, .accordion .panel legend a.social:before, .breadcrumbs li.social:before, .social.lightbox:before, .pagination-wrapper .social.prev:before, .pagination-wrapper .social.next:before {
    content: "\e907";
}

.icon.selection:before, .general-list li.selection:before, .bodytext ul li.selection:before, .article-list ul li.selection:before, .accordion .panel .content ul li.selection:before, input[type="checkbox"].custom + label.selection:before, .selection.rft-button:not(.icon):before,
.selection.btn-primary:not(.icon):before, table:not(.noborder) a.selection.login:before, table:not(.noborder) a.selection.download:before, .box table a.selection.login:before, .accordion table a.selection.login:before, a.selection.icon-sort:before, #languageModal .modal-content .links a.selection:before, .featured-side .featured-item > a h4.selection:before, .accordion .panel h3 a.selection:before, .accordion .panel legend a.selection:before, .breadcrumbs li.selection:before, .selection.lightbox:before, .pagination-wrapper .selection.prev:before, .pagination-wrapper .selection.next:before {
    content: "\e62f";
}

.icon.classification:before, .general-list li.classification:before, .bodytext ul li.classification:before, .article-list ul li.classification:before, .accordion .panel .content ul li.classification:before, input[type="checkbox"].custom + label.classification:before, .classification.rft-button:not(.icon):before,
.classification.btn-primary:not(.icon):before, table:not(.noborder) a.classification.login:before, table:not(.noborder) a.classification.download:before, .box table a.classification.login:before, .accordion table a.classification.login:before, a.classification.icon-sort:before, #languageModal .modal-content .links a.classification:before, .featured-side .featured-item > a h4.classification:before, .accordion .panel h3 a.classification:before, .accordion .panel legend a.classification:before, .breadcrumbs li.classification:before, .classification.lightbox:before, .pagination-wrapper .classification.prev:before, .pagination-wrapper .classification.next:before {
    content: "\e638";
}

.icon.login:before, .general-list li.login:before, .bodytext ul li.login:before, .article-list ul li.login:before, .accordion .panel .content ul li.login:before, input[type="checkbox"].custom + label.login:before, .login.rft-button:not(.icon):before,
.login.btn-primary:not(.icon):before, table:not(.noborder) a.login:before, .box table a.login:before, .accordion table a.login:before, a.login.icon-sort:before, #languageModal .modal-content .links a.login:before, .featured-side .featured-item > a h4.login:before, .accordion .panel h3 a.login:before, .accordion .panel legend a.login:before, .breadcrumbs li.login:before, .login.lightbox:before, .pagination-wrapper .login.prev:before, .pagination-wrapper .login.next:before {
    content: "\e66b";
}

.icon.technical:before, .general-list li.technical:before, .bodytext ul li.technical:before, .article-list ul li.technical:before, .accordion .panel .content ul li.technical:before, input[type="checkbox"].custom + label.technical:before, .technical.rft-button:not(.icon):before,
.technical.btn-primary:not(.icon):before, table:not(.noborder) a.technical.login:before, table:not(.noborder) a.technical.download:before, .box table a.technical.login:before, .accordion table a.technical.login:before, a.technical.icon-sort:before, #languageModal .modal-content .links a.technical:before, .featured-side .featured-item > a h4.technical:before, .accordion .panel h3 a.technical:before, .accordion .panel legend a.technical:before, .breadcrumbs li.technical:before, .technical.lightbox:before, .pagination-wrapper .technical.prev:before, .pagination-wrapper .technical.next:before {
    content: "\e674";
}

.icon.doc-iom:before, .general-list li.doc-iom:before, .bodytext ul li.doc-iom:before, .article-list ul li.doc-iom:before, .accordion .panel .content ul li.doc-iom:before, input[type="checkbox"].custom + label.doc-iom:before, .doc-iom.rft-button:not(.icon):before,
.doc-iom.btn-primary:not(.icon):before, table:not(.noborder) a.doc-iom.login:before, table:not(.noborder) a.doc-iom.download:before, .box table a.doc-iom.login:before, .accordion table a.doc-iom.login:before, a.doc-iom.icon-sort:before, #languageModal .modal-content .links a.doc-iom:before, .featured-side .featured-item > a h4.doc-iom:before, .accordion .panel h3 a.doc-iom:before, .accordion .panel legend a.doc-iom:before, .breadcrumbs li.doc-iom:before, .doc-iom.lightbox:before, .pagination-wrapper .doc-iom.prev:before, .pagination-wrapper .doc-iom.next:before {
    content: "\e674";
}

.icon.installation:before, .general-list li.installation:before, .bodytext ul li.installation:before, .article-list ul li.installation:before, .accordion .panel .content ul li.installation:before, input[type="checkbox"].custom + label.installation:before, .installation.rft-button:not(.icon):before,
.installation.btn-primary:not(.icon):before, table:not(.noborder) a.installation.login:before, table:not(.noborder) a.installation.download:before, .box table a.installation.login:before, .accordion table a.installation.login:before, a.installation.icon-sort:before, #languageModal .modal-content .links a.installation:before, .featured-side .featured-item > a h4.installation:before, .accordion .panel h3 a.installation:before, .accordion .panel legend a.installation:before, .breadcrumbs li.installation:before, .installation.lightbox:before, .pagination-wrapper .installation.prev:before, .pagination-wrapper .installation.next:before {
    content: "\e676";
}

.icon.properties:before, .general-list li.properties:before, .bodytext ul li.properties:before, .article-list ul li.properties:before, .accordion .panel .content ul li.properties:before, input[type="checkbox"].custom + label.properties:before, .properties.rft-button:not(.icon):before,
.properties.btn-primary:not(.icon):before, table:not(.noborder) a.properties.login:before, table:not(.noborder) a.properties.download:before, .box table a.properties.login:before, .accordion table a.properties.login:before, a.properties.icon-sort:before, #languageModal .modal-content .links a.properties:before, .featured-side .featured-item > a h4.properties:before, .accordion .panel h3 a.properties:before, .accordion .panel legend a.properties:before, .breadcrumbs li.properties:before, .properties.lightbox:before, .pagination-wrapper .properties.prev:before, .pagination-wrapper .properties.next:before {
    content: "\e6a5";
}

.icon.download:before, .general-list li.download:before, .bodytext ul li.download:before, .article-list ul li.download:before, .accordion .panel .content ul li.download:before, input[type="checkbox"].custom + label.download:before, .download.rft-button:not(.icon):before,
.download.btn-primary:not(.icon):before, table:not(.noborder) a.download:before, .box table a.download.login:before, .accordion table a.download.login:before, a.download.icon-sort:before, #languageModal .modal-content .links a.download:before, .featured-side .featured-item > a h4.download:before, .accordion .panel h3 a.download:before, .accordion .panel legend a.download:before, .breadcrumbs li.download:before, .download.lightbox:before, .pagination-wrapper .download.prev:before, .pagination-wrapper .download.next:before {
    content: "\e6ac";
}

.icon.documents:before, .general-list li.documents:before, .bodytext ul li.documents:before, .article-list ul li.documents:before, .accordion .panel .content ul li.documents:before, input[type="checkbox"].custom + label.documents:before, .documents.rft-button:not(.icon):before,
.documents.btn-primary:not(.icon):before, table:not(.noborder) a.documents.login:before, table:not(.noborder) a.documents.download:before, .box table a.documents.login:before, .accordion table a.documents.login:before, a.documents.icon-sort:before, #languageModal .modal-content .links a.documents:before, .featured-side .featured-item > a h4.documents:before, .accordion .panel h3 a.documents:before, .accordion .panel legend a.documents:before, .breadcrumbs li.documents:before, .documents.lightbox:before, .pagination-wrapper .documents.prev:before, .pagination-wrapper .documents.next:before {
    content: "\e6cd";
}

.icon.catalogue:before, .general-list li.catalogue:before, .bodytext ul li.catalogue:before, .article-list ul li.catalogue:before, .accordion .panel .content ul li.catalogue:before, input[type="checkbox"].custom + label.catalogue:before, .catalogue.rft-button:not(.icon):before,
.catalogue.btn-primary:not(.icon):before, table:not(.noborder) a.catalogue.login:before, table:not(.noborder) a.catalogue.download:before, .box table a.catalogue.login:before, .accordion table a.catalogue.login:before, a.catalogue.icon-sort:before, #languageModal .modal-content .links a.catalogue:before, .featured-side .featured-item > a h4.catalogue:before, .accordion .panel h3 a.catalogue:before, .accordion .panel legend a.catalogue:before, .breadcrumbs li.catalogue:before, .catalogue.lightbox:before, .pagination-wrapper .catalogue.prev:before, .pagination-wrapper .catalogue.next:before {
    content: "\e6d6";
}

.icon.certificate:before, .general-list li.certificate:before, .bodytext ul li.certificate:before, .article-list ul li.certificate:before, .accordion .panel .content ul li.certificate:before, input[type="checkbox"].custom + label.certificate:before, .certificate.rft-button:not(.icon):before,
.certificate.btn-primary:not(.icon):before, table:not(.noborder) a.certificate.login:before, table:not(.noborder) a.certificate.download:before, .box table a.certificate.login:before, .accordion table a.certificate.login:before, a.certificate.icon-sort:before, #languageModal .modal-content .links a.certificate:before, .featured-side .featured-item > a h4.certificate:before, .accordion .panel h3 a.certificate:before, .accordion .panel legend a.certificate:before, .breadcrumbs li.certificate:before, .certificate.lightbox:before, .pagination-wrapper .certificate.prev:before, .pagination-wrapper .certificate.next:before {
    content: "\e6dc";
}

.icon.doc-hyg:before, .general-list li.doc-hyg:before, .bodytext ul li.doc-hyg:before, .article-list ul li.doc-hyg:before, .accordion .panel .content ul li.doc-hyg:before, input[type="checkbox"].custom + label.doc-hyg:before, .doc-hyg.rft-button:not(.icon):before,
.doc-hyg.btn-primary:not(.icon):before, table:not(.noborder) a.doc-hyg.login:before, table:not(.noborder) a.doc-hyg.download:before, .box table a.doc-hyg.login:before, .accordion table a.doc-hyg.login:before, a.doc-hyg.icon-sort:before, #languageModal .modal-content .links a.doc-hyg:before, .featured-side .featured-item > a h4.doc-hyg:before, .accordion .panel h3 a.doc-hyg:before, .accordion .panel legend a.doc-hyg:before, .breadcrumbs li.doc-hyg:before, .doc-hyg.lightbox:before, .pagination-wrapper .doc-hyg.prev:before, .pagination-wrapper .doc-hyg.next:before {
    content: "\e6dc";
}

.icon.marketing:before, .general-list li.marketing:before, .bodytext ul li.marketing:before, .article-list ul li.marketing:before, .accordion .panel .content ul li.marketing:before, input[type="checkbox"].custom + label.marketing:before, .marketing.rft-button:not(.icon):before,
.marketing.btn-primary:not(.icon):before, table:not(.noborder) a.marketing.login:before, table:not(.noborder) a.marketing.download:before, .box table a.marketing.login:before, .accordion table a.marketing.login:before, a.marketing.icon-sort:before, #languageModal .modal-content .links a.marketing:before, .featured-side .featured-item > a h4.marketing:before, .accordion .panel h3 a.marketing:before, .accordion .panel legend a.marketing:before, .breadcrumbs li.marketing:before, .marketing.lightbox:before, .pagination-wrapper .marketing.prev:before, .pagination-wrapper .marketing.next:before {
    content: "\e7d6";
}

.icon.language:before, .general-list li.language:before, .bodytext ul li.language:before, .article-list ul li.language:before, .accordion .panel .content ul li.language:before, input[type="checkbox"].custom + label.language:before, .language.rft-button:not(.icon):before,
.language.btn-primary:not(.icon):before, table:not(.noborder) a.language.login:before, table:not(.noborder) a.language.download:before, .box table a.language.login:before, .accordion table a.language.login:before, a.language.icon-sort:before, #languageModal .modal-content .links a.language:before, .featured-side .featured-item > a h4.language:before, .accordion .panel h3 a.language:before, .accordion .panel legend a.language:before, .breadcrumbs li.language:before, .language.lightbox:before, .pagination-wrapper .language.prev:before, .pagination-wrapper .language.next:before {
    content: "\e884";
}

.icon.file-zip:before, .general-list li.file-zip:before, .bodytext ul li.file-zip:before, .article-list ul li.file-zip:before, .accordion .panel .content ul li.file-zip:before, input[type="checkbox"].custom + label.file-zip:before, .file-zip.rft-button:not(.icon):before,
.file-zip.btn-primary:not(.icon):before, table:not(.noborder) a.file-zip.login:before, table:not(.noborder) a.file-zip.download:before, .box table a.file-zip.login:before, .accordion table a.file-zip.login:before, a.file-zip.icon-sort:before, #languageModal .modal-content .links a.file-zip:before, .featured-side .featured-item > a h4.file-zip:before, .accordion .panel h3 a.file-zip:before, .accordion .panel legend a.file-zip:before, .breadcrumbs li.file-zip:before, .file-zip.lightbox:before, .pagination-wrapper .file-zip.prev:before, .pagination-wrapper .file-zip.next:before {
    content: "\e90e";
}

.icon.pricelist:before, .general-list li.pricelist:before, .bodytext ul li.pricelist:before, .article-list ul li.pricelist:before, .accordion .panel .content ul li.pricelist:before, input[type="checkbox"].custom + label.pricelist:before, .pricelist.rft-button:not(.icon):before,
.pricelist.btn-primary:not(.icon):before, table:not(.noborder) a.pricelist.login:before, table:not(.noborder) a.pricelist.download:before, .box table a.pricelist.login:before, .accordion table a.pricelist.login:before, a.pricelist.icon-sort:before, #languageModal .modal-content .links a.pricelist:before, .featured-side .featured-item > a h4.pricelist:before, .accordion .panel h3 a.pricelist:before, .accordion .panel legend a.pricelist:before, .breadcrumbs li.pricelist:before, .pricelist.lightbox:before, .pagination-wrapper .pricelist.prev:before, .pagination-wrapper .pricelist.next:before {
    content: "\e914";
}

.icon.icon-search:before, .general-list li.icon-search:before, .bodytext ul li.icon-search:before, .article-list ul li.icon-search:before, .accordion .panel .content ul li.icon-search:before, input[type="checkbox"].custom + label.icon-search:before, .icon-search.rft-button:not(.icon):before,
.icon-search.btn-primary:not(.icon):before, table:not(.noborder) a.icon-search.login:before, table:not(.noborder) a.icon-search.download:before, .box table a.icon-search.login:before, .accordion table a.icon-search.login:before, a.icon-search.icon-sort:before, #languageModal .modal-content .links a.icon-search:before, .featured-side .featured-item > a h4.icon-search:before, .accordion .panel h3 a.icon-search:before, .accordion .panel legend a.icon-search:before, .breadcrumbs li.icon-search:before, .icon-search.lightbox:before, .pagination-wrapper .icon-search.prev:before, .pagination-wrapper .icon-search.next:before {
    content: "\e922";
}

.icon.bullet:before, .general-list li.bullet:before, .bodytext ul li.bullet:before, .article-list ul li.bullet:before, .accordion .panel .content ul li.bullet:before, .accordion .panel .content ul .breadcrumbs li:before, .breadcrumbs .accordion .panel .content ul li:before, input[type="checkbox"].custom + label.bullet:before, .bullet.rft-button:not(.icon):before, .breadcrumbs li.rft-button:not(.icon):before,
.bullet.btn-primary:not(.icon):before,
.breadcrumbs li.btn-primary:not(.icon):before, table:not(.noborder) a.bullet.login:before, table:not(.noborder) a.bullet.download:before, .box table a.bullet.login:before, .accordion table a.bullet.login:before, a.bullet.icon-sort:before, #languageModal .modal-content .links a.bullet:before, .featured-side .featured-item > a h4.bullet:before, .accordion .panel h3 a.bullet:before, .accordion .panel legend a.bullet:before, .breadcrumbs li:before, .bullet.lightbox:before, .pagination-wrapper .bullet.prev:before, .pagination-wrapper .breadcrumbs li.prev:before, .breadcrumbs .pagination-wrapper li.prev:before, .pagination-wrapper .bullet.next:before, .pagination-wrapper .breadcrumbs li.next:before, .breadcrumbs .pagination-wrapper li.next:before {
    content: "\e93c";
    font-weight: bold;
    font-size: .7em;
    padding-right: 1em;
}

.icon.bullet-right:after, .general-list li.bullet-right:after, .bodytext ul li.bullet-right:after, .article-list ul li.bullet-right:after, .accordion .panel .content ul li.bullet-right:after, .accordion .panel .content ul .pagination-wrapper li.next:after, .pagination-wrapper .accordion .panel .content ul li.next:after, input[type="checkbox"].custom + label.bullet-right:after, .pagination-wrapper input[type="checkbox"].custom + label.next:after, .bullet-right.rft-button:not(.icon):after, .pagination-wrapper .rft-button.next:not(.icon):after,
.bullet-right.btn-primary:not(.icon):after,
.pagination-wrapper .btn-primary.next:not(.icon):after, table:not(.noborder) a.bullet-right.login:after, table:not(.noborder) .pagination-wrapper a.login.next:after, .pagination-wrapper table:not(.noborder) a.login.next:after, table:not(.noborder) a.bullet-right.download:after, table:not(.noborder) .pagination-wrapper a.download.next:after, .pagination-wrapper table:not(.noborder) a.download.next:after, .box table a.bullet-right.login:after, .accordion table a.bullet-right.login:after, .box table .pagination-wrapper a.login.next:after, .pagination-wrapper .box table a.login.next:after, .accordion table .pagination-wrapper a.login.next:after, .pagination-wrapper .accordion table a.login.next:after, a.bullet-right.icon-sort:after, #languageModal .modal-content .links a.bullet-right:after, #languageModal .modal-content .links .pagination-wrapper a.next:after, .pagination-wrapper #languageModal .modal-content .links a.next:after, .featured-side .featured-item > a h4.bullet-right:after, .featured-side .featured-item > a .pagination-wrapper h4.next:after, .pagination-wrapper .featured-side .featured-item > a h4.next:after, .accordion .panel h3 a.bullet-right:after, .accordion .panel legend a.bullet-right:after, .accordion .panel h3 .pagination-wrapper a.next:after, .pagination-wrapper .accordion .panel h3 a.next:after, .accordion .panel legend .pagination-wrapper a.next:after, .pagination-wrapper .accordion .panel legend a.next:after, .breadcrumbs li.bullet-right:after, .bullet-right.lightbox:after, .pagination-wrapper .bullet-right.prev:after, .pagination-wrapper .next:after {
    content: "\e93c";
    font-weight: bold;
    position: relative;
    top: .17em;
    font-size: .7em;
}

.icon.sort:before, .general-list li.sort:before, .bodytext ul li.sort:before, .article-list ul li.sort:before, .accordion .panel .content ul li.sort:before, input[type="checkbox"].custom + label.sort:before, .sort.rft-button:not(.icon):before, a.rft-button.icon-sort.sortable:not(.icon):before,
.sort.btn-primary:not(.icon):before,
a.btn-primary.icon-sort.sortable:not(.icon):before, table:not(.noborder) a.sort.login:before, table:not(.noborder) a.sort.download:before, .box table a.sort.login:before, .accordion table a.sort.login:before, a.sort.icon-sort:before, a.icon-sort.sortable:before, #languageModal .modal-content .links a.icon-sort.sortable:before, #languageModal .modal-content .links a.sort:before, .featured-side .featured-item > a h4.sort:before, .accordion .panel h3 a.sort:before, .accordion .panel legend a.sort:before, .breadcrumbs li.sort:before, .sort.lightbox:before, .pagination-wrapper .sort.prev:before, .pagination-wrapper .sort.next:before {
    content: "\e93d";
}

.icon.expand:before, .general-list li.expand:before, .bodytext ul li.expand:before, .article-list ul li.expand:before, .accordion .panel .content ul li.expand:before, .accordion .panel .content ul li.lightbox:before, input[type="checkbox"].custom + label.expand:before, input[type="checkbox"].custom + label.lightbox:before, .expand.rft-button:not(.icon):before, .rft-button.lightbox:not(.icon):before,
.expand.btn-primary:not(.icon):before,
.btn-primary.lightbox:not(.icon):before, table:not(.noborder) a.expand.login:before, table:not(.noborder) a.login.lightbox:before, table:not(.noborder) a.expand.download:before, table:not(.noborder) a.download.lightbox:before, .box table a.expand.login:before, .accordion table a.expand.login:before, .box table a.login.lightbox:before, .accordion table a.login.lightbox:before, a.expand.icon-sort:before, #languageModal .modal-content .links a.expand:before, #languageModal .modal-content .links a.lightbox:before, .featured-side .featured-item > a h4.expand:before, .featured-side .featured-item > a h4.lightbox:before, .accordion .panel h3 a.expand:before, .accordion .panel legend a.expand:before, .accordion .panel h3 a.lightbox:before, .accordion .panel legend a.lightbox:before, .breadcrumbs li.expand:before, .lightbox:before, .pagination-wrapper .expand.prev:before, .pagination-wrapper .prev.lightbox:before, .pagination-wrapper .expand.next:before, .pagination-wrapper .next.lightbox:before {
    content: "\e94a";
}

.icon.icon-check:before, .general-list li.icon-check:before, .bodytext ul li.icon-check:before, .article-list ul li.icon-check:before, .accordion .panel .content ul li.icon-check:before, input[type="checkbox"].custom + label.icon-check:before, .icon-check.rft-button:not(.icon):before,
.icon-check.btn-primary:not(.icon):before, table:not(.noborder) a.icon-check.login:before, table:not(.noborder) a.icon-check.download:before, .box table a.icon-check.login:before, .accordion table a.icon-check.login:before, a.icon-check.icon-sort:before, #languageModal .modal-content .links a.icon-check:before, .featured-side .featured-item > a h4.icon-check:before, .accordion .panel h3 a.icon-check:before, .accordion .panel legend a.icon-check:before, .breadcrumbs li.icon-check:before, .icon-check.lightbox:before, .pagination-wrapper .icon-check.prev:before, .pagination-wrapper .icon-check.next:before {
    content: "\e959";
}

.icon.options:before, .general-list li.options:before, .bodytext ul li.options:before, .article-list ul li.options:before, .accordion .panel .content ul li.options:before, input[type="checkbox"].custom + label.options:before, .options.rft-button:not(.icon):before,
.options.btn-primary:not(.icon):before, table:not(.noborder) a.options.login:before, table:not(.noborder) a.options.download:before, .box table a.options.login:before, .accordion table a.options.login:before, a.options.icon-sort:before, #languageModal .modal-content .links a.options:before, .featured-side .featured-item > a h4.options:before, .accordion .panel h3 a.options:before, .accordion .panel legend a.options:before, .breadcrumbs li.options:before, .options.lightbox:before, .pagination-wrapper .options.prev:before, .pagination-wrapper .options.next:before {
    content: "\e95b";
}

.icon.chevron-up:before, .general-list li.chevron-up:before, .bodytext ul li.chevron-up:before, .article-list ul li.chevron-up:before, .accordion .panel .content ul li.chevron-up:before, input[type="checkbox"].custom + label.chevron-up:before, .chevron-up.rft-button:not(.icon):before,
.chevron-up.btn-primary:not(.icon):before, table:not(.noborder) a.chevron-up.login:before, table:not(.noborder) a.chevron-up.download:before, .box table a.chevron-up.login:before, .accordion table a.chevron-up.login:before, a.chevron-up.icon-sort:before, #languageModal .modal-content .links a.chevron-up:before, .featured-side .featured-item > a h4.chevron-up:before, .accordion .panel h3 a.chevron-up:before, .accordion .panel legend a.chevron-up:before, .breadcrumbs li.chevron-up:before, .chevron-up.lightbox:before, .pagination-wrapper .chevron-up.prev:before, .pagination-wrapper .chevron-up.next:before {
    content: "\e962";
}

.icon.chevron-down:before, .general-list li.chevron-down:before, .bodytext ul li.chevron-down:before, .article-list ul li.chevron-down:before, .accordion .panel .content ul li.chevron-down:before, input[type="checkbox"].custom + label.chevron-down:before, .chevron-down.rft-button:not(.icon):before,
.chevron-down.btn-primary:not(.icon):before, table:not(.noborder) a.chevron-down.login:before, table:not(.noborder) a.chevron-down.download:before, .box table a.chevron-down.login:before, .accordion table a.chevron-down.login:before, a.chevron-down.icon-sort:before, #languageModal .modal-content .links a.chevron-down:before, #languageModal .modal-content .links .accordion .panel h3 a[aria-expanded="true"]:before, .accordion .panel h3 #languageModal .modal-content .links a[aria-expanded="true"]:before, #languageModal .modal-content .links .accordion .panel legend a[aria-expanded="true"]:before, .accordion .panel legend #languageModal .modal-content .links a[aria-expanded="true"]:before, .featured-side .featured-item > a h4.chevron-down:before, .accordion .panel h3 a.chevron-down:before, .accordion .panel legend a.chevron-down:before, .accordion .panel h3 a[aria-expanded="true"]:before, .accordion .panel legend a[aria-expanded="true"]:before, .breadcrumbs li.chevron-down:before, .chevron-down.lightbox:before, .pagination-wrapper .chevron-down.prev:before, .pagination-wrapper .chevron-down.next:before {
    content: "\e963";
}

.icon.bullet-up:before, .general-list li.bullet-up:before, .bodytext ul li.bullet-up:before, .article-list ul li.bullet-up:before, .accordion .panel .content ul li.bullet-up:before, input[type="checkbox"].custom + label.bullet-up:before, .bullet-up.rft-button:not(.icon):before, a.rft-button.icon-sort.sort-up:not(.icon):before,
.bullet-up.btn-primary:not(.icon):before,
a.btn-primary.icon-sort.sort-up:not(.icon):before, table:not(.noborder) a.bullet-up.login:before, table:not(.noborder) a.bullet-up.download:before, .box table a.bullet-up.login:before, .accordion table a.bullet-up.login:before, a.bullet-up.icon-sort:before, a.icon-sort.sort-up:before, #languageModal .modal-content .links a.icon-sort.sort-up:before, #languageModal .modal-content .links a.bullet-up:before, .featured-side .featured-item > a h4.bullet-up:before, .accordion .panel h3 a.bullet-up:before, .accordion .panel legend a.bullet-up:before, .breadcrumbs li.bullet-up:before, .bullet-up.lightbox:before, .pagination-wrapper .bullet-up.prev:before, .pagination-wrapper .bullet-up.next:before {
    content: "\e939";
}

.icon.bullet-down:before, .general-list li.bullet-down:before, .bodytext ul li.bullet-down:before, .article-list ul li.bullet-down:before, .accordion .panel .content ul li.bullet-down:before, input[type="checkbox"].custom + label.bullet-down:before, .bullet-down.rft-button:not(.icon):before, a.rft-button.icon-sort.sort-down:not(.icon):before,
.bullet-down.btn-primary:not(.icon):before,
a.btn-primary.icon-sort.sort-down:not(.icon):before, table:not(.noborder) a.bullet-down.login:before, table:not(.noborder) a.bullet-down.download:before, .box table a.bullet-down.login:before, .accordion table a.bullet-down.login:before, a.bullet-down.icon-sort:before, a.icon-sort.sort-down:before, #languageModal .modal-content .links a.icon-sort.sort-down:before, #languageModal .modal-content .links a.bullet-down:before, .featured-side .featured-item > a h4.bullet-down:before, .accordion .panel h3 a.bullet-down:before, .accordion .panel legend a.bullet-down:before, .breadcrumbs li.bullet-down:before, .bullet-down.lightbox:before, .pagination-wrapper .bullet-down.prev:before, .pagination-wrapper .bullet-down.next:before {
    content: "\e93a";
}

.icon.chevron-right:before, .general-list li.chevron-right:before, .bodytext ul li.chevron-right:before, .article-list ul li.chevron-right:before, .accordion .panel .content ul li.chevron-right:before, .general-list li.rft-button:not(.icon):before, .accordion .panel .content ul li.rft-button:not(.icon):before,
.general-list li.btn-primary:not(.icon):before,
.bodytext ul li.btn-primary:not(.icon):before,
.article-list ul li.btn-primary:not(.icon):before,
.accordion .panel .content ul li.btn-primary:not(.icon):before, input[type="checkbox"].custom + label.chevron-right:before, input[type="checkbox"].custom + label.rft-button:not(.icon):before,
input[type="checkbox"].custom + label.btn-primary:not(.icon):before, .btn.btn-primary:not(.icon):before, .rft-button:not(.icon):before,
.bodytext .rft-button:not(.icon):before,
.article-list .rft-button:not(.icon):before,
.btn-default.btn-primary:not(.icon):before,
.btn-default.rft-button:not(.icon):before,
.btn-primary:not(.icon):before, table:not(.noborder) a.chevron-right.login:before, table:not(.noborder) a.login.rft-button:not(.icon):before,
table:not(.noborder) a.login.btn-primary:not(.icon):before, table:not(.noborder) a.chevron-right.download:before, table:not(.noborder) a.download.rft-button:not(.icon):before,
table:not(.noborder) a.download.btn-primary:not(.icon):before, .box table a.chevron-right.login:before, .accordion table a.chevron-right.login:before, .box table a.login.rft-button:not(.icon):before, .accordion table a.login.rft-button:not(.icon):before,
.box table a.login.btn-primary:not(.icon):before,
.accordion table a.login.btn-primary:not(.icon):before, a.chevron-right.icon-sort:before, a.icon-sort.rft-button:not(.icon):before,
a.icon-sort.btn-primary:not(.icon):before, #languageModal .modal-content .links a:before, .featured-side .featured-item > a h4:before, .accordion .panel h3 a:before, .accordion .panel legend a:before, .breadcrumbs li.chevron-right:before, .breadcrumbs li.rft-button:not(.icon):before,
.breadcrumbs li.btn-primary:not(.icon):before, .chevron-right.lightbox:before, .lightbox.rft-button:not(.icon):before,
.lightbox.btn-primary:not(.icon):before, .pagination-wrapper .chevron-right.prev:before, .pagination-wrapper .prev.rft-button:not(.icon):before,
.pagination-wrapper .prev.btn-primary:not(.icon):before, .pagination-wrapper .chevron-right.next:before, .pagination-wrapper .next.rft-button:not(.icon):before,
.pagination-wrapper .next.btn-primary:not(.icon):before {
    content: "\e965";
}

.icon.chevron-left:before, .general-list li.chevron-left:before, .bodytext ul li.chevron-left:before, .article-list ul li.chevron-left:before, .accordion .panel .content ul li.chevron-left:before, .accordion .panel .content ul .pagination-wrapper li.prev:before, .pagination-wrapper .accordion .panel .content ul li.prev:before, input[type="checkbox"].custom + label.chevron-left:before, .pagination-wrapper input[type="checkbox"].custom + label.prev:before, .chevron-left.rft-button:not(.icon):before, .pagination-wrapper .rft-button.prev:not(.icon):before,
.chevron-left.btn-primary:not(.icon):before,
.pagination-wrapper .btn-primary.prev:not(.icon):before, table:not(.noborder) a.chevron-left.login:before, table:not(.noborder) .pagination-wrapper a.login.prev:before, .pagination-wrapper table:not(.noborder) a.login.prev:before, table:not(.noborder) a.chevron-left.download:before, table:not(.noborder) .pagination-wrapper a.download.prev:before, .pagination-wrapper table:not(.noborder) a.download.prev:before, .box table a.chevron-left.login:before, .accordion table a.chevron-left.login:before, .box table .pagination-wrapper a.login.prev:before, .pagination-wrapper .box table a.login.prev:before, .accordion table .pagination-wrapper a.login.prev:before, .pagination-wrapper .accordion table a.login.prev:before, a.chevron-left.icon-sort:before, #languageModal .modal-content .links a.chevron-left:before, #languageModal .modal-content .links .pagination-wrapper a.prev:before, .pagination-wrapper #languageModal .modal-content .links a.prev:before, .featured-side .featured-item > a h4.chevron-left:before, .featured-side .featured-item > a .pagination-wrapper h4.prev:before, .pagination-wrapper .featured-side .featured-item > a h4.prev:before, .accordion .panel h3 a.chevron-left:before, .accordion .panel legend a.chevron-left:before, .accordion .panel h3 .pagination-wrapper a.prev:before, .pagination-wrapper .accordion .panel h3 a.prev:before, .accordion .panel legend .pagination-wrapper a.prev:before, .pagination-wrapper .accordion .panel legend a.prev:before, .breadcrumbs li.chevron-left:before, .chevron-left.lightbox:before, .pagination-wrapper .prev:before, .pagination-wrapper .chevron-left.next:before {
    content: "\e93b";
}

.icon.ruler:before, .general-list li.ruler:before, .bodytext ul li.ruler:before, .article-list ul li.ruler:before, .accordion .panel .content ul li.ruler:before, input[type="checkbox"].custom + label.ruler:before, .ruler.rft-button:not(.icon):before,
.ruler.btn-primary:not(.icon):before, table:not(.noborder) a.ruler.login:before, table:not(.noborder) a.ruler.download:before, .box table a.ruler.login:before, .accordion table a.ruler.login:before, a.ruler.icon-sort:before, #languageModal .modal-content .links a.ruler:before, .featured-side .featured-item > a h4.ruler:before, .accordion .panel h3 a.ruler:before, .accordion .panel legend a.ruler:before, .breadcrumbs li.ruler:before, .ruler.lightbox:before, .pagination-wrapper .ruler.prev:before, .pagination-wrapper .ruler.next:before {
    content: "\e97b";
}

.icon.square:before, .general-list li.square:before, .bodytext ul li.square:before, .article-list ul li.square:before, .accordion .panel .content ul li.square:before, input[type="checkbox"].custom + label:before, input[type="checkbox"].custom + label.rft-button:not(.icon):before, .square.rft-button:not(.icon):before,
.square.btn-primary:not(.icon):before,
input[type="checkbox"].custom + label.btn-primary:not(.icon):before, table:not(.noborder) a.square.login:before, table:not(.noborder) a.square.download:before, .box table a.square.login:before, .accordion table a.square.login:before, a.square.icon-sort:before, #languageModal .modal-content .links a.square:before, .featured-side .featured-item > a h4.square:before, .accordion .panel h3 a.square:before, .accordion .panel legend a.square:before, .breadcrumbs li.square:before, .square.lightbox:before, .pagination-wrapper .square.prev:before, .pagination-wrapper .square.next:before {
    content: "\e98d";
}

.icon.check-square:before, .general-list li.check-square:before, .bodytext ul li.check-square:before, .article-list ul li.check-square:before, .accordion .panel .content ul li.check-square:before, input[type="checkbox"].custom + label.check-square:before, input[type="checkbox"].custom:checked + label:before, .check-square.rft-button:not(.icon):before,
.check-square.btn-primary:not(.icon):before, table:not(.noborder) a.check-square.login:before, table:not(.noborder) a.check-square.download:before, .box table a.check-square.login:before, .accordion table a.check-square.login:before, a.check-square.icon-sort:before, #languageModal .modal-content .links a.check-square:before, .featured-side .featured-item > a h4.check-square:before, .accordion .panel h3 a.check-square:before, .accordion .panel legend a.check-square:before, .breadcrumbs li.check-square:before, .check-square.lightbox:before, .pagination-wrapper .check-square.prev:before, .pagination-wrapper .check-square.next:before {
    content: "\e999";
}

.icon.menu:before, .general-list li.menu:before, .bodytext ul li.menu:before, .article-list ul li.menu:before, .accordion .panel .content ul li.menu:before, input[type="checkbox"].custom + label.menu:before, .menu.rft-button:not(.icon):before,
.menu.btn-primary:not(.icon):before, table:not(.noborder) a.menu.login:before, table:not(.noborder) a.menu.download:before, .box table a.menu.login:before, .accordion table a.menu.login:before, a.menu.icon-sort:before, #languageModal .modal-content .links a.menu:before, .featured-side .featured-item > a h4.menu:before, .accordion .panel h3 a.menu:before, .accordion .panel legend a.menu:before, .breadcrumbs li.menu:before, .menu.lightbox:before, .pagination-wrapper .menu.prev:before, .pagination-wrapper .menu.next:before {
    content: "\e92b";
}

.icon.doc-dop:before, .general-list li.doc-dop:before, .bodytext ul li.doc-dop:before, .article-list ul li.doc-dop:before, .accordion .panel .content ul li.doc-dop:before, input[type="checkbox"].custom + label.doc-dop:before, .doc-dop.rft-button:not(.icon):before,
.doc-dop.btn-primary:not(.icon):before, table:not(.noborder) a.doc-dop.login:before, table:not(.noborder) a.doc-dop.download:before, .box table a.doc-dop.login:before, .accordion table a.doc-dop.login:before, a.doc-dop.icon-sort:before, #languageModal .modal-content .links a.doc-dop:before, .featured-side .featured-item > a h4.doc-dop:before, .accordion .panel h3 a.doc-dop:before, .accordion .panel legend a.doc-dop:before, .breadcrumbs li.doc-dop:before, .doc-dop.lightbox:before, .pagination-wrapper .doc-dop.prev:before, .pagination-wrapper .doc-dop.next:before {
    content: "\e908";
}

.icon.doc-nf:before, .general-list li.doc-nf:before, .bodytext ul li.doc-nf:before, .article-list ul li.doc-nf:before, .accordion .panel .content ul li.doc-nf:before, input[type="checkbox"].custom + label.doc-nf:before, .doc-nf.rft-button:not(.icon):before,
.doc-nf.btn-primary:not(.icon):before, table:not(.noborder) a.doc-nf.login:before, table:not(.noborder) a.doc-nf.download:before, .box table a.doc-nf.login:before, .accordion table a.doc-nf.login:before, a.doc-nf.icon-sort:before, #languageModal .modal-content .links a.doc-nf:before, .featured-side .featured-item > a h4.doc-nf:before, .accordion .panel h3 a.doc-nf:before, .accordion .panel legend a.doc-nf:before, .breadcrumbs li.doc-nf:before, .doc-nf.lightbox:before, .pagination-wrapper .doc-nf.prev:before, .pagination-wrapper .doc-nf.next:before {
    content: "\e909";
}

/*//content: "\e909";*/
.icon.doc-ukca:before, .general-list li.doc-ukca:before, .bodytext ul li.doc-ukca:before, .article-list ul li.doc-ukca:before, .accordion .panel .content ul li.doc-ukca:before, input[type="checkbox"].custom + label.doc-ukca:before, .doc-ukca.rft-button:not(.icon):before,
.doc-ukca.btn-primary:not(.icon):before, table:not(.noborder) a.doc-ukca.login:before, table:not(.noborder) a.doc-ukca.download:before, .box table a.doc-ukca.login:before, .accordion table a.doc-ukca.login:before, a.doc-ukca.icon-sort:before, #languageModal .modal-content .links a.doc-ukca:before, .featured-side .featured-item > a h4.doc-ukca:before, .accordion .panel h3 a.doc-ukca:before, .accordion .panel legend a.doc-ukca:before, .breadcrumbs li.doc-ukca:before, .doc-ukca.lightbox:before, .pagination-wrapper .doc-ukca.prev:before, .pagination-wrapper .doc-ukca.next:before {
    content: "\e6dc";
}
.icon.doc-sundahus:before, .general-list li.doc-sundahus:before, .bodytext ul li.doc-sundahus:before, .article-list ul li.doc-sundahusukca:before, .accordion .panel .content ul li.doc-sundahus:before, input[type="checkbox"].custom + label.doc-sundahus:before, .doc-sundahus.rft-button:not(.icon):before,
.doc-sundahus.btn-primary:not(.icon):before, table:not(.noborder) a.doc-sundahus.login:before, table:not(.noborder) a.doc-sundahus.download:before, .box table a.doc-sundahus.login:before, .accordion table a.doc-sundahus.login:before, a.doc-sundahus.icon-sort:before, #languageModal .modal-content .links a.doc-sundahus:before, .featured-side .featured-item > a h4.doc-sundahus:before, .accordion .panel h3 a.doc-sundahus:before, .accordion .panel legend a.doc-sundahus:before, .breadcrumbs li.doc-sundahus:before, .doc-sundahus.lightbox:before, .pagination-wrapper .doc-sundahus.prev:before, .pagination-wrapper .doc-sundahus.next:before {
    content: "\e6dc";
}


.icon.doc-vkf:before, .general-list li.doc-vkf:before, .bodytext ul li.doc-vkf:before, .article-list ul li.doc-vkf:before, .accordion .panel .content ul li.doc-vkf:before, input[type="checkbox"].custom + label.doc-vkf:before, .doc-vkf.rft-button:not(.icon):before,
.doc-vkf.btn-primary:not(.icon):before, table:not(.noborder) a.doc-vkf.login:before, table:not(.noborder) a.doc-vkf.download:before, .box table a.doc-vkf.login:before, .accordion table a.doc-vkf.login:before, a.doc-vkf.icon-sort:before, #languageModal .modal-content .links a.doc-vkf:before, .featured-side .featured-item > a h4.doc-vkf:before, .accordion .panel h3 a.doc-vkf:before, .accordion .panel legend a.doc-vkf:before, .breadcrumbs li.doc-vkf:before, .doc-vkf.lightbox:before, .pagination-wrapper .doc-vkf.prev:before, .pagination-wrapper .doc-vkf.next:before {
    content: "\e90b";
}

.icon.doc-pic:before, .general-list li.doc-pic:before, .bodytext ul li.doc-pic:before, .article-list ul li.doc-pic:before, .accordion .panel .content ul li.doc-pic:before, input[type="checkbox"].custom + label.doc-pic:before, .doc-pic.rft-button:not(.icon):before,
.doc-pic.btn-primary:not(.icon):before, table:not(.noborder) a.doc-pic.login:before, table:not(.noborder) a.doc-pic.download:before, .box table a.doc-pic.login:before, .accordion table a.doc-pic.login:before, a.doc-pic.icon-sort:before, #languageModal .modal-content .links a.doc-pic:before, .featured-side .featured-item > a h4.doc-pic:before, .accordion .panel h3 a.doc-pic:before, .accordion .panel legend a.doc-pic:before, .breadcrumbs li.doc-pic:before, .doc-pic.lightbox:before, .pagination-wrapper .doc-pic.prev:before, .pagination-wrapper .doc-pic.next:before {
    content: "\e704";
}

.icon.doc-vid:before, .general-list li.doc-vid:before, .bodytext ul li.doc-vid:before, .article-list ul li.doc-vid:before, .accordion .panel .content ul li.doc-vid:before, input[type="checkbox"].custom + label.doc-vid:before, .doc-vid.rft-button:not(.icon):before,
.doc-vid.btn-primary:not(.icon):before, table:not(.noborder) a.doc-vid.login:before, table:not(.noborder) a.doc-vid.download:before, .box table a.doc-vid.login:before, .accordion table a.doc-vid.login:before, a.doc-vid.icon-sort:before, #languageModal .modal-content .links a.doc-vid:before, .featured-side .featured-item > a h4.doc-vid:before, .accordion .panel h3 a.doc-vid:before, .accordion .panel legend a.doc-vid:before, .breadcrumbs li.doc-vid:before, .doc-vid.lightbox:before, .pagination-wrapper .doc-vid.prev:before, .pagination-wrapper .doc-vid.next:before {
    content: "\e90a";
}

.icon.doc-spe:before, .general-list li.doc-spe:before, .bodytext ul li.doc-spe:before, .article-list ul li.doc-spe:before, .accordion .panel .content ul li.doc-spe:before, input[type="checkbox"].custom + label.doc-spe:before, .doc-spe.rft-button:not(.icon):before,
.doc-spe.btn-primary:not(.icon):before, table:not(.noborder) a.doc-spe.login:before, table:not(.noborder) a.doc-spe.download:before, .box table a.doc-spe.login:before, .accordion table a.doc-spe.login:before, a.doc-spe.icon-sort:before, #languageModal .modal-content .links a.doc-spe:before, .featured-side .featured-item > a h4.doc-spe:before, .accordion .panel h3 a.doc-spe:before, .accordion .panel legend a.doc-spe:before, .breadcrumbs li.doc-spe:before, .doc-spe.lightbox:before, .pagination-wrapper .doc-spe.prev:before, .pagination-wrapper .doc-spe.next:before {
    content: "\e610";
}

.icon.doc-technical:before, .general-list li.doc-technical:before, .bodytext ul li.doc-technical:before, .article-list ul li.doc-technical:before, .accordion .panel .content ul li.doc-technical:before, input[type="checkbox"].custom + label.doc-technical:before, .doc-technical.rft-button:not(.icon):before,
.doc-technical.btn-primary:not(.icon):before, table:not(.noborder) a.doc-technical.login:before, table:not(.noborder) a.doc-technical.download:before, .box table a.doc-technical.login:before, .accordion table a.doc-technical.login:before, a.doc-technical.icon-sort:before, #languageModal .modal-content .links a.doc-technical:before, .featured-side .featured-item > a h4.doc-technical:before, .accordion .panel h3 a.doc-technical:before, .accordion .panel legend a.doc-technical:before, .breadcrumbs li.doc-technical:before, .doc-technical.lightbox:before, .pagination-wrapper .doc-technical.prev:before, .pagination-wrapper .doc-technical.next:before {
    content: "\e90c";
}

/* ==========================================================================
   HEADINGS
   ========================================================================== */
/* ==========================================================================
   LISTS
   ========================================================================== */
.general-list, .bodytext ul, .article-list ul, .accordion .panel .content ul {
    list-style: none;
    margin: 0 0 0 3em;
    padding: 0;
}

.general-list li, .bodytext ul li, .article-list ul li, .accordion .panel .content ul li {
    list-style: none;
    padding: .3em 0;
    line-height: 1.5em;
    position: relative;
}

.general-list li:before, .bodytext ul li:before, .article-list ul li:before, .accordion .panel .content ul li:before {
    content: "\e93c";
    font-weight: bold;
    font-size: 10px;
    padding-right: 1em;
}

body {
    font-weight: 100;
    letter-spacing: .01em;
}

h1, .home h2, h2, h3, legend, h4, h5, h6 {
    padding: 0;
    margin: 1.5em 0 0.5em 0;
    color: #30363c;
}

h1 a, .home h2 a, h1 a:hover, .home h2 a:hover, h1 a:focus, .home h2 a:focus, h1 a:active, .home h2 a:active, h2 a, h2 a:hover, h2 a:focus, h2 a:active, h3 a, legend a, h3 a:hover, legend a:hover, h3 a:focus, legend a:focus, h3 a:active, legend a:active, h4 a, h4 a:hover, h4 a:focus, h4 a:active, h5 a, h5 a:hover, h5 a:focus, h5 a:active, h6 a, h6 a:hover, h6 a:focus, h6 a:active {
    text-decoration: none;
}

h1, .home h2 {
    font-size: 1.7em;
    color: #30363c;
    margin: 0 0 1em 0;
}

h1:after, .home h2:after {
    margin-top: 1em;
}

h2 {
    font-size: 1.5em;
    color: #30363c;
    margin-bottom: 1em;
    font-weight: 400;
    letter-spacing: .01em;
}

h3, legend {
    font-size: 1.1em;
    color: #30363c;
    margin-bottom: 1em;
    font-weight: 600;
}

h4 {
    font-size: 1em;
    font-weight: 400;
    margin-bottom: .3em;
    color: #454e57;
}

h5 {
    font-size: 1em;
    color: gray;
}

h5, h4 {
    font-weight: 600;
}

.bodytext, .article-list {
    line-height: 1.8em;
}

.bodytext p, .article-list p, .bodytext h1, .article-list h1, .bodytext .home h2, .home .bodytext h2, .article-list .home h2, .home .article-list h2, .bodytext h2, .article-list h2, .bodytext h3, .article-list h3, .bodytext legend, .article-list legend, .bodytext h4, .article-list h4, .bodytext h5, .article-list h5, .bodytext h6, .article-list h6, .bodytext ul, .article-list ul, .bodytext ol, .article-list ol, .bodytext blockquote, .article-list blockquote, .bodytext .intro, .article-list .intro {
    max-width: 780px;
}

.bodytext h2, .article-list h2, .bodytext h3, .article-list h3, .bodytext legend, .article-list legend, .bodytext h4, .article-list h4, .bodytext h5, .article-list h5, .bodytext h6, .article-list h6 {
    margin-top: 1.8em;
    margin-bottom: .5em;
}

.home .bodytext h2 {
    margin-bottom: .5em;
}

.bodytext h2, .article-list h2 {
    margin-bottom: 1em;
}

.bodytext strong, .article-list strong {
    color: #30363c;
}

.bodytext a, .article-list a {
    border-bottom: 1px solid #e62237;
    color: #e62237;
}

.bodytext a:hover, .article-list a:hover {
    text-decoration: none;
    border-bottom: 1px solid #30363c;
    color: #30363c;
}

.bodytext ol, .article-list ol {
    margin-left: 1.8em;
}

.bodytext ol li, .article-list ol li {
    padding: .3em 0;
    line-height: 1.5em;
}

.full-width .bodytext, .full-width .article-list {
    line-height: 1.8em;
}

.full-width .bodytext p, .full-width .article-list p, .full-width .bodytext h1, .full-width .article-list h1, .full-width .bodytext .home h2, .home .full-width .bodytext h2, .full-width .article-list .home h2, .home .full-width .article-list h2, .full-width .bodytext h2, .full-width .article-list h2, .full-width .bodytext h3, .full-width .article-list h3, .full-width .bodytext legend, .full-width .article-list legend, .full-width .bodytext h4, .full-width .article-list h4, .full-width .bodytext h5, .full-width .article-list h5, .full-width .bodytext h6, .full-width .article-list h6, .full-width .bodytext ul, .full-width .article-list ul, .full-width .bodytext ol, .full-width .article-list ol, .full-width .bodytext blockquote, .full-width .article-list blockquote, .full-width .bodytext img, .full-width .article-list img {
    max-width: 100%;
}

.catalog .bodytext p, .catalog .article-list p, .catalog .bodytext h1, .catalog .article-list h1, .catalog .bodytext .home h2, .home .catalog .bodytext h2, .catalog .article-list .home h2, .home .catalog .article-list h2, .catalog .bodytext h2, .catalog .article-list h2, .catalog .bodytext h3, .catalog .article-list h3, .catalog .bodytext legend, .catalog .article-list legend, .catalog .bodytext h4, .catalog .article-list h4, .catalog .bodytext h5, .catalog .article-list h5, .catalog .bodytext h6, .catalog .article-list h6, .catalog .bodytext ul, .catalog .article-list ul, .catalog .bodytext ol, .catalog .article-list ol, .catalog .bodytext blockquote, .catalog .article-list blockquote, .catalog .bodytext .intro, .catalog .article-list .intro,
.catalog-overview .bodytext p,
.catalog-overview .article-list p,
.catalog-overview .bodytext h1,
.catalog-overview .article-list h1,
.catalog-overview .bodytext .home h2,
.home .catalog-overview .bodytext h2,
.catalog-overview .article-list .home h2,
.home .catalog-overview .article-list h2,
.catalog-overview .bodytext h2,
.catalog-overview .article-list h2,
.catalog-overview .bodytext h3,
.catalog-overview .article-list h3,
.catalog-overview .bodytext legend,
.catalog-overview .article-list legend,
.catalog-overview .bodytext h4,
.catalog-overview .article-list h4,
.catalog-overview .bodytext h5,
.catalog-overview .article-list h5,
.catalog-overview .bodytext h6,
.catalog-overview .article-list h6,
.catalog-overview .bodytext ul,
.catalog-overview .article-list ul,
.catalog-overview .bodytext ol,
.catalog-overview .article-list ol,
.catalog-overview .bodytext blockquote,
.catalog-overview .article-list blockquote,
.catalog-overview .bodytext .intro,
.catalog-overview .article-list .intro,
.catalog-detail .bodytext p,
.catalog-detail .article-list p,
.catalog-detail .bodytext h1,
.catalog-detail .article-list h1,
.catalog-detail .bodytext .home h2,
.home .catalog-detail .bodytext h2,
.catalog-detail .article-list .home h2,
.home .catalog-detail .article-list h2,
.catalog-detail .bodytext h2,
.catalog-detail .article-list h2,
.catalog-detail .bodytext h3,
.catalog-detail .article-list h3,
.catalog-detail .bodytext legend,
.catalog-detail .article-list legend,
.catalog-detail .bodytext h4,
.catalog-detail .article-list h4,
.catalog-detail .bodytext h5,
.catalog-detail .article-list h5,
.catalog-detail .bodytext h6,
.catalog-detail .article-list h6,
.catalog-detail .bodytext ul,
.catalog-detail .article-list ul,
.catalog-detail .bodytext ol,
.catalog-detail .article-list ol,
.catalog-detail .bodytext blockquote,
.catalog-detail .article-list blockquote,
.catalog-detail .bodytext .intro,
.catalog-detail .article-list .intro {
    max-width: 100%;
}

blockquote {
    font-style: italic;
    font-size: 1.1em;
    border-color: #e9e9e9;
    border-width: 5px;
    padding: 0 0 0 2em;
    margin: 1.5em 0 1.5em 3em;
}

/* ==========================================================================
   BODYTEXT
   ========================================================================== */
/* Small devices (tablets, 768px and up)
   -------------------------------------------------------------------------- */
/* Medium devices (desktops, 992px and up)
   -------------------------------------------------------------------------- */
/* Large devices (large desktops, 1200px and up)
   -------------------------------------------------------------------------- */
*:focus,
*:active {
    outline: none;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

/* ==========================================================================
   MAIN FORM
   ========================================================================== */
.form-horizontal {
    padding: 0;
}

.form-horizontal label {
    font-size: .9em;
}

/* ==========================================================================
   PICKER INPUT GROUP BTN - override bootstrap styling
   ========================================================================== */
.input-group.picker .input-group-btn {
    font-size: .85em;
}

/* ==========================================================================
   SEARCH FORM
   ========================================================================== */
.search {
    margin: 0;
    padding: 0;
}

.search .input-group {
    display: block;
    width: 100%;
    position: relative;
}

.search .input-group-addon {
    background: transparent !important;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    display: block;
    height: 50px;
    padding: 0;
    z-index: 3;
}

.search .input-group .form-control {
    border-color: #e9e9e9;
    border-radius: 3px;
    padding-right: 50px;
    box-shadow: none;
}

.search button {
    border: 0;
    background: transparent;
    z-index: 2;
    height: 40px;
    width: 40px;
    margin: 0;
    display: block;
}

.search .form-control,
.search .input-group-addon,
.search .input-group-addon button {
    height: 40px;
    color: #30363c;
    font-size: .95em;
}

.offcanvas .search .input-group-addon,
.offcanvas .search button {
    height: 40px;
}

/* ==========================================================================
   LABELS
   ========================================================================== */
.form-horizontal label {
    font-size: 1em;
}

label {
    font-size: .9em;
}

/* ==========================================================================
   CUSTOM RADIO BUTTONS
   ========================================================================== */
/* ==========================================================================
   CUSTOM CHECKBOXES
   ========================================================================== */
input[type="checkbox"].custom {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

input[type="checkbox"].custom + label {
    font-size: .9em;
    max-width: 10em;
    -webkit-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: #e9e9e9;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    z-index: 2;
    margin-left: .5em;
}

input[type="checkbox"].custom + label:before {
    position: absolute;
    z-index: 2;
    -webkit-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: #dfdfdf;
    width: 2em;
    height: 1em;
    background: transparent;
    text-shadow: none;
    font-size: 1.8em;
}

input[type="checkbox"].custom + label:hover, input[type="checkbox"].custom + label:hover:before {
    color: #919ca7;
}

input[type="checkbox"].custom:checked + label {
    color: #454e57;
}

input[type="checkbox"].custom:checked + label:before {
    background: none;
    color: #454e57;
}

.list li:hover input[type="checkbox"].custom + label:before {
    color: #919ca7;
}

.list li:hover input[type="checkbox"].custom:checked + label:before {
    color: #454e57;
}

/* ==========================================================================
   FIELDSET & LEGEND
   ========================================================================== */
legend {
    border: none;
}

fieldset {
    margin-bottom: 1em;
}

.button-group {
    padding: 1em 0 0 0;
}

/* Small devices (tablets, 768px and up)
   -------------------------------------------------------------------------- */
/* Medium devices (desktops, 992px and up)
   -------------------------------------------------------------------------- */
@media (min-width: 1010px) {
    .button-group {
        text-align: left;
        padding: 1em 0 0 0;
    }

    legend {
        text-align: left;
    }
}

/* Large devices (large desktops, 1200px and up)
   -------------------------------------------------------------------------- */
/* Mobile styles (smartphones, 768px and down)
   -------------------------------------------------------------------------- */
/* ==========================================================================
	General styling
   ========================================================================== */
/* ==========================================================================
	BUTTONS
   ========================================================================== */
.btn, .rft-button,
.bodytext .rft-button,
.article-list .rft-button,
.btn-default,
.btn-primary,
.rft-button,
.bodytext .rft-button,
.article-list .rft-button {
    font-family: "Roboto", sans-serif;
    background: transparent;
    border-radius: 3px;
    padding: .8em 1.5em;
    text-transform: uppercase;
    letter-spacing: .08em;
    display: inline-block;
    font-weight: 600;
    -webkit-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: white;
    background: #454e57;
    margin-left: .3em;
    cursor: pointer;
    font-size: .8em;
    border: none;
}

.btn:hover, .rft-button:hover, .btn:active, .rft-button:active,
.btn-default:hover,
.btn-default:active,
.btn-primary:hover,
.rft-button:hover,
.btn-primary:active,
.rft-button:active {
    background: #30363c;
    color: white;
}

.btn.btn-primary, .rft-button,
.bodytext .rft-button,
.article-list .rft-button,
.btn-default.btn-primary,
.btn-default.rft-button,
.btn-primary.btn-primary,
.rft-button,
.bodytext .rft-button,
.article-list .rft-button {
    color: white;
    background: #e62237;
}

.btn.btn-primary:before, .rft-button:before,
.bodytext .rft-button:before,
.article-list .rft-button:before,
.btn-default.btn-primary:before,
.btn-default.rft-button:before,
.btn-primary.btn-primary:before,
.rft-button:before,
.bodytext .rft-button:before,
.article-list .rft-button:before {
    font-weight: bold;
}

.btn.btn-primary:hover, .rft-button:hover,
.btn-default.btn-primary:hover,
.btn-default.rft-button:hover,
.btn-primary.btn-primary:hover,
.rft-button:hover {
    background: #e9394c;
    color: white;
}

.btn.btn-primary:not(.icon):before, .rft-button:not(.icon):before,
.btn-default.btn-primary:not(.icon):before,
.btn-default.rft-button:not(.icon):before,
.btn-primary.btn-primary:not(.icon):before,
.rft-button:not(.icon):before {
    font-weight: bold;
    display: inline-block;
    text-indent: 5px;
}

.btn.btn-primary.box-action, .box-action.rft-button,
.btn-default.btn-primary.box-action,
.btn-default.box-action.rft-button,
.btn-primary.btn-primary.box-action,
.box-action.rft-button {
    margin-top: -2em;
    margin-bottom: 3em;
}

.btn:active, .rft-button:active, .btn:focus, .rft-button:focus,
.btn-default:active,
.btn-default:focus,
.btn-primary:active,
.rft-button:active,
.btn-primary:focus,
.rft-button:focus {
    position: relative;
    top: 1px;
    outline: none !important;
    background: #d6182d;
}

.btn.noborder, .noborder.rft-button,
.btn-default.noborder,
.btn-primary.noborder,
.noborder.rft-button {
    border: none;
}

.btn.btn-default, .btn-default.rft-button,
.btn-default.btn-default,
.btn-primary.btn-default,
.btn-default.rft-button {
    background: #e9e9e9;
    color: #30363c;
}

.btn.btn-default:hover, .btn-default.rft-button:hover, .btn.btn-default:focus, .btn-default.rft-button:focus, .btn.btn-default:active, .btn-default.rft-button:active,
.btn-default.btn-default:hover,
.btn-default.btn-default:focus,
.btn-default.btn-default:active,
.btn-primary.btn-default:hover,
.btn-default.rft-button:hover,
.btn-primary.btn-default:focus,
.btn-default.rft-button:focus,
.btn-primary.btn-default:active,
.btn-default.rft-button:active {
    background: #f1f1f1;
    color: #30363c;
}

.bodytext a.btn, .article-list a.btn,
.bodytext a.rft-button,
.article-list a.rft-button,
.bodytext a.btn:hover,
.article-list a.btn:hover,
.bodytext a.rft-button:hover,
.article-list a.rft-button:hover {
    border: none;
}

/* ==========================================================================
	CK EDITOR BUTTON
   ========================================================================== */
.rft-button:hover,
.bodytext .rft-button:hover,
.article-list .rft-button:hover,
.article-list .rft-button:hover {
    background: #e9394c;
    color: white;
}

/* ==========================================================================
	FORGOT PASSWORD
   ========================================================================== */
.forgot-password {
    font-style: italic;
    color: #758390;
    border-bottom: 1px solid #758390;
    font-size: .9em;
    margin-right: 1em;
}

.forgot-password:hover {
    text-decoration: none;
    color: #454e57;
    border-color: #454e57;
}

/* Small devices (tablets, 768px and up)
   -------------------------------------------------------------------------- */
/* Medium devices (desktops, 992px and up)
   -------------------------------------------------------------------------- */
/* Large devices (large desktops, 1200px and up)
   -------------------------------------------------------------------------- */
/* Mobile devices (use exceptional)
   -------------------------------------------------------------------------- */
@media (max-width: 1010px) {
    .list li .actions .btn, .list li .actions .rft-button {
        display: inline-block;
    }
}

/* ==========================================================================
   TABLES
   ========================================================================== */
/* No media query since this is the default in Bootstrap
   -------------------------------------------------------------------------- */
table td {
    text-align: left;
    white-space: nowrap;
}

.table-wrapper {
    position: relative;
}

table.noborder td {
    padding: 0 1em 0 0;
}

table:not(.noborder) {
    margin: 2em 0;
    -webkit-box-shadow: 0 1px 2px #f7f7f7;
    box-shadow: 0 1px 2px #f7f7f7;
    border-top: 2px solid #454e57;
    background: #f7f7f7;
    border-collapse: collapse;
    font-size: 0.95em;
    line-height: 1.2em;
}

table:not(.noborder) th {
    padding: .56em;
    background: white;
    color: #30363c;
    text-align: center;
    border-right: 1px solid #e9e9e9;
    white-space: nowrap;
}

table:not(.noborder) th:first-child {
    text-align: left;
}

table:not(.noborder) td {
    padding: .8em .5em;
}

table:not(.noborder).text-left td, table:not(.noborder).text-left th {
    text-align: left;
}

table:not(.noborder) a {
    color: #e62237;
    border: none !important;
}

table:not(.noborder) a:before {
    text-decoration: none;
    border: none;
}

table:not(.noborder) a:before:hover {
    text-decoration: none;
    border: none;
}

table:not(.noborder) a:visited {
    font-style: italic;
}

table:not(.noborder) a:hover, table:not(.noborder) a:active {
    text-decoration: underline;
    color: #30363c;
    cursor: pointer;
}

table:not(.noborder) a.login {
    color: #758390;
    font-style: italic;
    border-bottom: 1px solid #758390;
}

table:not(.noborder) a.login:hover {
    border-bottom: 1px solid #454e57;
    color: #454e57;
}

table:not(.noborder) a.download {
    border-bottom: 1px solid #e62237;
}

table:not(.noborder) a.download:hover {
    border-bottom: 1px solid #d6182d;
    color: #d6182d;
}

table:not(.noborder) a.download, table:not(.noborder) a.login {
    font-weight: normal;
    font-size: .95em;
    text-decoration: none;
}

table:not(.noborder) a.download:before, table:not(.noborder) a.login:before {
    border: none;
}

table:not(.noborder) span {
    display: inline-block;
}

table:not(.noborder) span.icon:before, table:not(.noborder) span.rft-button:not(.icon):before,
table:not(.noborder) span.btn-primary:not(.icon):before, table:not(.noborder) span.lightbox:before, table:not(.noborder) .pagination-wrapper span.prev:before, .pagination-wrapper table:not(.noborder) span.prev:before, table:not(.noborder) .pagination-wrapper span.next:before, .pagination-wrapper table:not(.noborder) span.next:before {
    display: block;
    text-indent: 2px;
}

table:not(.noborder) em {
    color: #758390;
    font-style: normal;
}

table:not(.noborder) tr {
    text-align: center;
}

table:not(.noborder) tr td {
    border: 1px solid #e9e9e9;
}

table:not(.noborder) tr td:first-child {
    text-align: left;
}

table:not(.noborder) tr:nth-child(even) td {
    background: #fafafa;
}

table:not(.noborder) tr:hover td {
    background: #f2f2f2;
}

.scroll-table.fix-left table tr td:first-child,
.scroll-table.fix-left table tr:nth-child(even) td:first-child {
    background: white;
    z-index: 2;
    font-weight: bold;
}

.scroll-table.fix-left table tr td:first-child:after,
.scroll-table.fix-left table tr:nth-child(even) td:first-child:after {
    width: 2px;
    position: static;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #e9e9e9;
}

.scroll-table.fix-left table tr:nth-child(even) td:first-child {
    /*background: lighten($gray-lighter, 2%);*/
    background: white;
}

:not(.no-fix-top).scroll-table {
    height: 60vh;
}

:not(.no-fix-top).scroll-table table {
    margin: 0;
}

.scroll-table.fix-left-two table tr td:first-child,
.scroll-table.fix-left-two table tr:nth-child(even) td:first-child {
    background: white;
    z-index: 2;
    font-weight: bold;
}

.scroll-table.fix-left-two table tr td:first-child:after,
.scroll-table.fix-left-two table tr:nth-child(even) td:first-child:after {
    width: 2px;
    position: static;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #e9e9e9;
}

.scroll-table.fix-left-two table tr td:nth-child(2),
.scroll-table.fix-left-two table tr:nth-child(even) td:nth-child(2) {
    background: white;
    z-index: 2;
    font-weight: bold;
}

.scroll-table.fix-left-two table tr td:nth-child(2) a,
.scroll-table.fix-left-two table tr:nth-child(even) td:nth-child(2) a {
    font-weight: normal;
}

.scroll-table.fix-left-two table tr td:nth-child(2):after,
.scroll-table.fix-left-two table tr:nth-child(even) td:nth-child(2):after {
    width: 2px;
    position: static;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #e9e9e9;
}

.scroll-table.fix-left-two table tr:nth-child(even) td:first-child {
    background: #fcfcfc;
    background: white;
}

.scroll-table.fix-left-two.fix-rowspan-2 table tr:nth-child(even) td:nth-child(2) {
    font-weight: 200 !important;
    background: #fafafa !important;
}

.scroll-table.fix-left-two.fix-rowspan-2 table tr:nth-child(even):hover td:nth-child(2) {
    background: #f2f2f2 !important;
}

.scroll-table.fix-left-two.fix-rowspan-3 table tr:nth-child(3n) td:nth-child(2) {
    font-weight: 200 !important;
}

.scroll-table.fix-left-two.fix-rowspan-3 table tr:nth-child(3n):nth-child(2n) td:nth-child(2) {
    background: #fafafa !important;
}

.scroll-table.fix-left-two.fix-rowspan-3 table tr:nth-child(3n):hover td:nth-child(2) {
    background: #f2f2f2 !important;
}

.scroll-table.fix-left-two.fix-rowspan-3 table tr:nth-child(3n-1) td:nth-child(2) {
    font-weight: 200 !important;
}

.scroll-table.fix-left-two.fix-rowspan-3 table tr:nth-child(3n-1):nth-child(2n) td:nth-child(2) {
    background: #fafafa !important;
}

.scroll-table.fix-left-two.fix-rowspan-3 table tr:nth-child(3n-1):hover td:nth-child(2) {
    background: #f2f2f2 !important;
}

.box table, .accordion table {
    margin: 0;
    border-top: 0px solid #e9e9e9;
}

.box table tr td:last-child, .accordion table tr td:last-child,
.box table tr th:last-child,
.accordion table tr th:last-child {
    border-right: 0px solid #e9e9e9;
}

.box table tr td:first-child, .accordion table tr td:first-child,
.box table tr th:first-child,
.accordion table tr th:first-child {
    border-left: 0px solid #e9e9e9;
}

.box table:not(:first-of-type), .accordion table:not(:first-of-type) {
    border-top: 1px solid #e9e9e9;
    margin: 0 0 0 0;
}

.box table th, .accordion table th {
    border-top: 0px solid #e9e9e9;
    background: #eeeeee;
}

.box table a.login, .accordion table a.login {
    color: #758390;
    font-style: italic;
    border-bottom: 1px solid #758390;
}

.box table a.login:hover, .accordion table a.login:hover {
    border-bottom: 1px solid #454e57;
    color: #454e57;
}

/* sortable table */
a.icon-sort {
    color: #454e57;
    padding-left: 3px;
    text-indent: -9999px;
    width: 1em;
    height: 1em;
    text-decoration: none;
}

a.icon-sort:before {
    font-size: .9em;
    color: #30363c;
    font-weight: bold;
}

a.icon-sort:hover {
    text-decoration: none;
}

a.icon-sort.sort-up:before {
    font-size: .7em;
}

a.icon-sort.sort-down:before {
    font-size: .7em;
}

/* Small devices (tablets, 768px and up)
   -------------------------------------------------------------------------- */
/* Medium devices (desktops, 992px and up)
   -------------------------------------------------------------------------- */
/* Large devices (large desktops, 1200px and up)
   -------------------------------------------------------------------------- */
/* Mobile styles
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
    .scroll-table {
        width: 100% !important;
    }
}

/* Page and sections

   -------------------------------------------------------------------------- */
/* ==========================================================================
   PAGE
   ========================================================================== */
/* No media query since this is the default in Bootstrap
   -------------------------------------------------------------------------- */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 50px;
}

body,
.form-control {
    font-size: 14px;
}

.main-content-inner {
    padding: 0 15px;
    background: #fcfcfc;
    min-height: 500px;
}

.main-content-inner {
    padding: 30px 15px;
}

.featured-side-inner,
.featured-main-inner {
    padding: 2em 15px;
}

/* Small devices (tablets, 768px and up)
   -------------------------------------------------------------------------- */
@media (min-width: 768px) {
    .container {
        width: auto;
    }
}

/* Medium devices (desktops, 992px and up)
   -------------------------------------------------------------------------- */
@media (min-width: 1010px) {
    body,
    .form-control {
        font-size: 14px;
    }

    body {
        padding-top: 0;
    }

    #header > .container,
    #main > .container,
    #footer > .container {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    #main .container {
        background: #454e57;
    }

    #main .leftmenu #leftmenu {
        padding: 2 e 0em 3em 2em;
    }

    #main .main-content .main-content-inner {
        padding: 2em 6em 3em 50px;
        background: #fcfcfc;
    }

    .home #main .main-content .main-content-inner,
    .featured-main-inner {
        padding: 2em;
    }

    .featured-side-inner {
        padding: 2.3em 3em 2.3em 0;
    }

    .home #main .container {
        background: #f4f4f4;
    }
}

/* Large devices (large desktops, 1200px and up)
   -------------------------------------------------------------------------- */
@media (min-width: 1300px) {
    #main {
        background: #f7f7f7;
    }

    #header {
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    }

    #hero {
        position: relative;
    }

    #header,
    #main,
    #featured,
    #footer {
        max-width: 1360px;
        margin: 0 auto;
    }

    #main .main-content .main-content-inner {
        padding: 2em 6em 3em 80px;
    }

    .home #main .main-content .main-content-inner {
        padding: 2.3em 3em;
    }

    .featured-main-inner {
        padding: 2.3em 2em 2.3em 3em;
    }

    .featured-side-inner {
        padding: 2.3em 3em 2.3em 0;
    }
}

/* smaller styles
   -------------------------------------------------------------------------- */
@media (max-width: 1010px) {
    .featured-side {
        padding-top: 0 !important;
    }

    .featured-side .featured-side-inner {
        padding-top: 0;
    }

    .featured-side-inner .featured-item {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
        float: left;
        width: 33.33333%;
        margin: 0 15px;
    }
}

/* Mobile styles (smartphones, 768px and down) // use exeptional
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
    .featured-main-inner,
    .featured-side-inner {
        padding: 2em 15px;
    }

    .featured-side-inner .featured-item {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
        float: left;
        width: 50%;
    }
}

/* ==========================================================================
   	HEADER
   ========================================================================== */
#header {
    display: none;
}

#header .menu-toggle {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

#header .brand:hover {
    text-decoration: none;
}

#header .brand img {
    /*-webkit-transition: 0.3s;*/
    /*-ms-transition: 0.3s;*/
    /*-moz-transition: 0.3s;*/
    /*-o-transition: 0.3s;*/
    /*transition: 0.3s;*/
    display: block;
}

.header-right .menu-icon-contact::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f2c0";
    padding-right: .5em;
}

/* Small devices (tablets, 768px and up)
   -------------------------------------------------------------------------- */
/* Medium devices (desktops, 992px and up)
   -------------------------------------------------------------------------- */
@media (min-width: 1010px) {
    #header {
        display: block;
        background: url(../images/layout/header-bg.png) right bottom no-repeat #f7f7f7;
        height: 100px;
    }

    #header .brand {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
        float: left;
        width: 35%;
        text-align: left;
        height: 100px;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        color: #30363c;
        font-size: .85em;
        font-weight: 400;
    }

    #header .brand img {
        max-height: 66px;
        max-width: 90px;
        margin: 15px 0 15px 30px;
        display: block;
        position: absolute;
    }

    #header .brand img.logo-dark {
        opacity: 0;
    }

    #header .brand .baseline {
        padding-left: 130px;
        display: inline-block;
        height: 100px;
        line-height: 100px;
    }

    #header .header-right {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
        float: left;
        width: 65%;
        text-align: right;
        height: 70px;
        margin: -5px 0 0 0;
        font-weight: 400;
        letter-spacing: .02em;
    }

    #header .header-right > ul {
        list-style: none;
        display: inline-block;
        margin-right: 2em;
    }

    #header .header-right > ul > li {
        list-style: none;
        display: inline-block;
        border-right: 1px solid #e9e9e9;
        padding: 0 1em 0 0;
        margin: 0 1em 0 0;
    }

    #header .header-right > ul > li:last-child {
        border: none;
        margin: 0;
        padding: 0;
    }

    #header .header-right > ul > li > a {
        text-transform: uppercase;
        color: #758390;
        text-decoration: none;
        font-size: .8em;
    }

    #header .header-right > ul > li > a:hover {
        color: #df192f;
        border-color: #df192f;
    }

    #header .header-right > ul > li > a:not(.icon) {
        color: #e62237;
        border-bottom: 0px solid #e62237;
    }

    #header .header-right > ul > li > a:not(.icon):hover {
        color: #df192f;
        border-color: #df192f;
    }

    #header .header-right .search-container {
        position: relative;
        top: 1em;
    }
}

/* Large devices (large desktops, 1200px and up)
   -------------------------------------------------------------------------- */
/* Mobile styles (smartphones, 768px and down) // use exeptional
   -------------------------------------------------------------------------- */
/* ==========================================================================
   	FOOTER
   ========================================================================== */
#footer {
    display: none;
}

/* Small devices (tablets, 768px and up)
   -------------------------------------------------------------------------- */
/* Medium devices (desktops, 992px and up)
   -------------------------------------------------------------------------- */
@media (min-width: 1010px) {
    #footer {
        display: block;
        font-size: 0.9em;
        background: #30363c;
        color: #919ca7;
        padding: 1.5em 0 3em 0;
        position: relative;
        z-index: 2;
    }

    #footer a {
        color: #bbbbbb;
        border-bottom: 1px solid transparent;
        text-decoration: none;
    }

    #footer a:hover {
        color: white;
        border-bottom: 1px solid white;
    }

    #footer .container {
        padding-left: 25%;
        position: relative;
    }

    #footer .container:before {
        content: "Open to innovation, closed to fire";
        text-transform: uppercase;
        color: white;
        background: url(../images/logo/rft-white.svg) left top no-repeat;
        background-size: 55px 55px;
        height: 50px;
        opacity: .4;
        position: absolute;
        left: 0;
        z-index: 1;
        padding-top: 65px;
        margin-left: 30px;
        margin-top: 15px;
        width: 120px;
        font-size: .8em;
    }

    #footer h4 {
        position: relative;
        color: #e9e9e9;
        font-size: .85em;
        font-weight: 600;
        letter-spacing: .05em;
        text-transform: uppercase;
        padding-bottom: .4em;
        /*
      &:after{
        content:"";
        display: block;
        width: 3em;
        height: 1em;
        border-bottom: 3px solid $brand-primary;
        margin: .8em 0 1em 0;
      }*/
    }

    #footer .column {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
        float: left;
        width: 20%;
    }

    #footer ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #footer ul li {
        list-style: none;
        padding: 0;
    }

    #footer .social-links, #footer .social-links li {
        display: inline-block;
        list-style: none;
        margin: .5em 0 0 -.3em;
        padding: 0;
    }

    #footer .social-links a, #footer .social-links li a {
        border: none;
    }

    #footer .bottom {
        border-top: 1px solid #454e57;
        padding-top: 2em;
        margin-top: 2em;
        font-size: .8em;
    }

    #footer .bottom ul, #footer .bottom li {
        display: inline-block;
        list-style: none;
    }

    #footer .bottom li {
        border-left: 1px solid #454e57;
        padding: 0 0 0 1em;
        margin: 0 0 0 1em;
        line-height: 1em;
    }

    #footer .bottom li a {
        color: #919ca7;
    }

    #footer .bottom li a:hover {
        color: white;
    }

    #footer .bottom li:first-child {
        margin: 0;
        padding: 0;
        border: none;
    }

    #footer .bottom .bottom-links {
        padding-top: .5em;
    }
}

/* Large devices (large desktops, 1200px and up)
   -------------------------------------------------------------------------- */
@media (min-width: 1300px) {
    #footer {
        padding: 1.5em 0 3em 0;
    }

    #footer .container {
        padding-left: 20%;
    }

    #footer .column {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
        float: left;
        width: 20%;
    }
}

/* Mobile styles (smartphones, 768px and down) // use exeptional
   -------------------------------------------------------------------------- */
/* ==========================================================================
   SECTIONS
   ========================================================================== */
/* No media query since this is the default in Bootstrap
   -------------------------------------------------------------------------- */
/* MAIN SECTION */
#main {
    line-height: 1.4em;
}

.page-images {
    padding-bottom: 1em;
}

.page-images figure {
    margin-bottom: .5em;
}

#featured {
    background: #f7f7f7;
}

/* NEWS OVERVIEW */
.article-list article {
    border-bottom: 1px solid #e9e9e9;
    margin: 0 0 2em 0;
    padding: 0 0 2em 0;
}

.article-list article figure {
    margin-bottom: 1.5em;
}

.article-list article .intro {
    font-size: 1.35em;
    padding-bottom: 1em;
    line-height: 1.6em;
}

.article-list article .intro span {
    border-right: 1px solid #e62237;
    text-transform: uppercase;
    font-size: .75em;
    letter-spacing: .05em;
    color: #e62237;
    padding: 0 1em 0 0;
    margin: 0 1em 0 0;
    display: inline-block;
    line-height: 1em;
    font-weight: 400;
}

.article-list.search-results h3, .article-list.search-results legend {
    font-size: 1.3em;
    font-weight: 100;
    color: #e62237;
    text-decoration: underline;
    padding-bottom: 0;
    margin-bottom: .5em;
    margin-top: 0;
    padding-top: 0.5em;
}

.article-list.search-results h3:after, .article-list.search-results legend:after {
    display: none;
}

.article-list.search-results h3 strong, .article-list.search-results legend strong {
    color: #e62237;
}

.article-list.search-results article {
    margin: 0 0 0 0;
    padding: 1.5em 0.5em;
    border-bottom: 1px solid #eeeeee;
}

.article-list.search-results article > a {
    display: block;
    color: #454e57;
}

.article-list.search-results article > a:hover {
    text-decoration: none;
}

.article-list.search-results article > a:hover h3, .article-list.search-results article > a:hover legend {
    color: #ea4758;
}

.article-list.search-results article:nth-child(even) {
    background: white;
}

.article-list.search-results figure {
    height: auto;
    padding: 0;
    margin: 0;
}

.article-list.search-results figure img {
    padding: .5em;
}

.article-list.search-results a, .article-list.search-results a:hover {
    border: none;
    text-decoration: none;
}

.article-list.search-results .meta {
    color: #728190;
    font-size: .9em;
    padding-top: .5em;
    line-height: 1.5em;
    font-style: italic;
}

.article-list.search-results .meta span {
    display: inline-block;
    padding: 0 1.5em 0 0;
}

.home .leftmenu {
    background: #f7f7f7;
    margin-right: -5px;
}

/* Small devices (tablets, 768px and up)
   -------------------------------------------------------------------------- */
/* Medium devices (desktops, 992px and up)
   -------------------------------------------------------------------------- */
@media (min-width: 1010px) {
    .leftmenu {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
        float: left;
        width: 25%;
    }

    .fixed-menu .leftmenu #leftmenu {
        width: 314px;
    }

    .main-content {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
        float: left;
        width: 75%;
    }

    .main-content-inner {
        min-height: 700px;
    }

    .full-width .main-content {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
        float: left;
        width: 100%;
    }

    .featured-side {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
        float: left;
        width: 25%;
    }

    .featured-main {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
        float: left;
        width: 75%;
    }

    #leftmenu .fixed-content {
        display: none;
        color: white;
        margin: -55px 30px 0 30px;
        -webkit-transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    #leftmenu .fixed-content img {
        width: 70px;
        display: inline-block;
        margin-right: 10px;
    }

    #leftmenu .fixed-content .baseline {
        display: inline-block;
        width: 130px;
        padding-top: 15px;
        vertical-align: top;
    }

    .scroll.fixed-menu #leftmenu .fixed-content {
        display: block;
    }

    .affix-bottom {
        position: absolute;
    }

    .article-list.search-results figure {
        width: 20%;
        margin-right: 1em;
        float: left;
    }
}

.home #leftmenu a {
    margin-right: 5px;
}

/* Large devices (large desktops, 1200px and up)
   -------------------------------------------------------------------------- */
@media (min-width: 1300px) {
    .leftmenu {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
        float: left;
        width: 20%;
    }

    .fixed-menu .leftmenu #leftmenu {
        width: 274px;
    }

    .main-content {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
        float: left;
        width: 80%;
    }

    .full-width .main-content {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
        float: left;
        width: 100%;
    }

    .featured-side {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
        float: left;
        width: 20%;
    }

    .featured-main {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
        float: left;
        width: 80%;
    }
}

/* Mobile styles (smartphones, 768px and down) // use exeptional - declare mobile styles first instead
   -----------------------------------------------------------------------------------------------------*/
/* ==========================================================================
   MOBILE ONLY STYLES
   ========================================================================== */
.mobile-only {
    display: none;
}

/* ==========================================================================
   MODAL LANGUAGE POPUP
   ========================================================================== */
/* language popup */
#languageModal {
    background: #758390;
    background: rgba(0, 0, 0, 0.3);
}

#languageModal .modal-content {
    border: 0px solid #999999;
    border-radius: 0px;
    background-color: #f7f7f7;
}

#languageModal .modal-content .logo-light {
    max-width: 100px;
}

#languageModal .modal-content h2 {
    text-align: center;
    font-size: 20px;
    margin: 0 auto 10px auto;
}

#languageModal .modal-content h2:after {
    display: none;
}

#languageModal .modal-content .baseline {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    margin: 5px 0 15px 0;
}

#languageModal .modal-content .modal-body {
    border-radius: 0px;
    border: 10px solid #efefef;
}

#languageModal .modal-content .links {
    background: white;
    margin: 10px 10px 10px 10px;
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

#languageModal .modal-content .links div {
    text-align: left;
    border-top: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

#languageModal .modal-content .links a {
    text-transform: uppercase;
    font-weight: bold;
    color: #30363c;
    font-size: .85em;
    margin: 10px 10px 14px 10px;
    padding: 15px 0 18px 25px;
    display: block;
    position: relative;
    text-align: left;
    border-bottom: 3px solid #e62237;
}

#languageModal .modal-content .links a:before {
    font-size: 1.3em;
    position: absolute;
    left: 0px;
    top: 18px;
}

#languageModal .modal-content .links div:hover {
    background: #e62237;
}

#languageModal .modal-content .links div:hover a {
    border-bottom: 3px solid white;
    color: white;
}

#languageModal .modal-content .links div:hover a:before {
    color: white;
}

#languageModal .modal-content .links a,
#languageModal .modal-content .links a:hover {
    text-decoration: none;
}

/* ==========================================================================
   SITEMAP
   ========================================================================== */
.tree, .tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tree ul {
    margin-left: .5em;
    position: relative;
}

.tree ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid;
}

.tree li {
    margin: 0;
    padding: 0 1em;
    line-height: 2em;
    font-weight: 700;
    position: relative;
}

.tree ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 0;
    border-top: 1px solid;
    margin-top: -1px;
    position: absolute;
    top: 1em;
    left: 0;
}

.tree ul li:last-child:before {
    background: #fff;
    height: auto;
    top: 1em;
    bottom: 0;
}

.tree .collapser > .fa.fa-folder-open-o,
.tree .collapser.collapsed > .fa.fa-folder-o {
    width: 1em;
    display: inline-block;
    margin-right: 2px;
}

.tree .collapser > .fa.fa-folder-open-o {
    display: inline-block;
    color: #e62237;
}

.tree .collapser > .fa.fa-folder-o {
    display: none;
    color: #454e57;
}

.tree .collapser.collapsed > .fa.fa-folder-open-o {
    display: none;
}

.tree .collapser.collapsed > .fa.fa-folder-o {
    display: inline-block;
}

.tree li a {
    text-decoration: none;
}

.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}

/* ==========================================================================
   HOMEPAGE SMALL FEATURED ITEMS
   ========================================================================== */
.featured-side {
    padding-top: 0;
}

.featured-side .featured-item {
    margin: 0 0 1em 0;
}

.featured-side .featured-item > a {
    border-radius: 3px;
    background: white;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    display: block;
    border-radius: 3px;
    padding: .5em;
}

.featured-side .featured-item > a figure {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    behavior: url(css/pie/PIE.htc);
    overflow: hidden;
    display: block;
    height: 9em;
}

.featured-side .featured-item > a figure img {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    behavior: url(css/pie/PIE.htc);
    width: 100%;
    position: relative;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.featured-side .featured-item > a h4 {
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.3em;
    font-size: .95em;
    padding: .8em .5em;
    margin: 0;
}

.featured-side .featured-item > a h4:before {
    font-size: 1.1em;
    font-weight: bold;
}

.featured-side .featured-item > a:hover {
    text-decoration: none;
}

.featured-side .featured-item:hover a {
    background-color: #e62237;
    color: white;
}

.featured-side .featured-item:hover a h4 {
    color: white;
}

/* ==========================================================================
   SLICK HOMEPAGE SLIDER
   ========================================================================== */
.carousel {
    border-radius: 3px;
}

.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: 30vh;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    behavior: url(css/pie/PIE.htc);
}

.carousel .carousel-item a {
    display: block;
}

.carousel .carousel-item a > figure {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    behavior: url(css/pie/PIE.htc);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    display: block;
}

.carousel .carousel-item a > figure > img {
    width: 100%;
    position: relative;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: .5;
}

.carousel .carousel-item a > .carousel-content {
    position: absolute;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    behavior: url(css/pie/PIE.htc);
    z-index: 2;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.carousel .carousel-item a > .carousel-content .text {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    width: 70%;
}

.carousel .carousel-item a > .carousel-content .text h3, .carousel .carousel-item a > .carousel-content .text legend {
    font-size: 1em;
    margin-bottom: 1em;
    font-weight: 400;
    line-height: 1.2em;
    margin: 1em;
}

.carousel .carousel-item a > .carousel-content .text .btn, .carousel .carousel-item a > .carousel-content .text .rft-button {
    margin: 0 0 0 1em;
}

.carousel .carousel-item a > .carousel-content figure {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    width: 25%;
    background: white;
    margin: 1em;
    display: block;
    position: absolute;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border-radius: 3px;
}

.carousel .carousel-item a > .carousel-content figure img {
    position: relative;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    padding: .5em;
}

.carousel .carousel-item a:hover > figure > img {
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    background: white;
    height: 4em;
    line-height: 3.3em;
    position: static !important;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    behavior: url(css/pie/PIE.htc);
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 0.9;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.2;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "\2190";
}

[dir="rtl"] .slick-prev:before {
    content: "\2192";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "\2192";
}

[dir="rtl"] .slick-next:before {
    content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 0px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 0.9;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 26px;
    line-height: 20px;
    text-align: center;
    color: #30363c;
    opacity: 0.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #30363c;
    opacity: 0.7;
}

/* ==========================================================================
   ACCORDION
   ========================================================================== */
.accordion {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion .panel {
    border: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    font-size: .95em;
    line-height: 1.8em;
}

.accordion .panel h3, .accordion .panel legend {
    border: none;
    font-size: 1em;
    margin: 0;
    background: white;
    margin: 0;
    padding: 0em 1em;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .85em;
    color: #30363c;
    letter-spacing: .06em;
}

.accordion .panel h3 a, .accordion .panel legend a {
    border-top: 3px solid #677482;
    border-bottom: 0px;
    display: block;
    color: #677482;
    cursor: pointer;
    padding: 1.1em 1em 1.1em 3em;
    position: relative;
}

.accordion .panel h3 a:before, .accordion .panel legend a:before {
    font-size: 1.4em;
    font-weight: bold;
    position: absolute;
    margin-left: -1.5em;
    top: 30%;
}

.accordion .panel h3 a[aria-expanded="true"], .accordion .panel legend a[aria-expanded="true"] {
    color: #30363c;
}

.accordion .panel h3 a:hover, .accordion .panel legend a:hover {
    color: #30363c;
    border-bottom: 0px;
    border-top: 3px solid #30363c;
}

.accordion .panel .content {
    padding: 1em 2em 1em 50px;
    border-top: 1px solid #e9e9e9;
}

.accordion .panel .content ul {
    border: 1px solid #e9e9e9;
    border-left: 4px solid #e9e9e9;
    margin: 0 0 1.5em 0;
    list-style: none;
}

.accordion .panel .content ul li {
    list-style: none;
    padding-left: 30px;
    position: relative;
    border-top: 1px solid #e9e9e9;
    padding-top: 5px;
    padding-bottom: 5px;
}

.accordion .panel .content ul li:first-child {
    border: none;
}

.accordion .panel .content ul li:before {
    font-size: 12px;
    top: 10px;
    position: absolute;
    margin-left: -20px;
    font-weight: bold;
    font-size: .8em;
}

.accordion .panel .content h5 {
    color: #454e57;
    margin-bottom: 1em;
    font-weight: normal;
    margin-top: .5em;
}

.accordion .panel .steps .step, .accordion .panel .info-container .step, .accordion .info-container .panel .steps .infobox, .accordion .panel .info-container .infobox {
    display: inline-block;
    border: 1px solid #e9e9e9;
    border-left: 4px solid #e9e9e9;
    margin-bottom: 2em;
    position: relative;
}

.accordion .panel .steps .step:before, .accordion .panel .info-container .step:before, .accordion .info-container .panel .steps .infobox:before, .accordion .panel .info-container .infobox:before {
    position: absolute;
    z-index: 2;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
    background: #e9e9e9;
    left: 0;
    top: 0;
}

.accordion .panel .steps .step:nth-child(1):before, .accordion .panel .info-container .step:nth-child(1):before, .accordion .info-container .panel .steps .infobox:nth-child(1):before, .accordion .panel .info-container .infobox:nth-child(1):before {
    content: "1";
}

.accordion .panel .steps .step:nth-child(2):before, .accordion .panel .info-container .step:nth-child(2):before, .accordion .info-container .panel .steps .infobox:nth-child(2):before, .accordion .panel .info-container .infobox:nth-child(2):before {
    content: "2";
}

.accordion .panel .steps .step:nth-child(3):before, .accordion .panel .info-container .step:nth-child(3):before, .accordion .info-container .panel .steps .infobox:nth-child(3):before, .accordion .panel .info-container .infobox:nth-child(3):before {
    content: "3";
}

.accordion .panel .steps .step:nth-child(4):before, .accordion .panel .info-container .step:nth-child(4):before, .accordion .info-container .panel .steps .infobox:nth-child(4):before, .accordion .panel .info-container .infobox:nth-child(4):before {
    content: "4";
}

.accordion .panel .steps .step:nth-child(5):before, .accordion .panel .info-container .step:nth-child(5):before, .accordion .info-container .panel .steps .infobox:nth-child(5):before, .accordion .panel .info-container .infobox:nth-child(5):before {
    content: "5";
}

.accordion .panel .steps .step:nth-child(6):before, .accordion .panel .info-container .step:nth-child(6):before, .accordion .info-container .panel .steps .infobox:nth-child(6):before, .accordion .panel .info-container .infobox:nth-child(6):before {
    content: "6";
}

.accordion .panel .steps .step:nth-child(7):before, .accordion .panel .info-container .step:nth-child(7):before, .accordion .info-container .panel .steps .infobox:nth-child(7):before, .accordion .panel .info-container .infobox:nth-child(7):before {
    content: "7";
}

.accordion .panel .steps .step:nth-child(8):before, .accordion .panel .info-container .step:nth-child(8):before, .accordion .info-container .panel .steps .infobox:nth-child(8):before, .accordion .panel .info-container .infobox:nth-child(8):before {
    content: "8";
}

.accordion .panel .steps .step:nth-child(9):before, .accordion .panel .info-container .step:nth-child(9):before, .accordion .info-container .panel .steps .infobox:nth-child(9):before, .accordion .panel .info-container .infobox:nth-child(9):before {
    content: "9";
}

.accordion .panel .steps .step:nth-child(10):before, .accordion .panel .info-container .step:nth-child(10):before, .accordion .info-container .panel .steps .infobox:nth-child(10):before, .accordion .panel .info-container .infobox:nth-child(10):before {
    content: "10";
}

.accordion .panel .steps .step:nth-child(11):before, .accordion .panel .info-container .step:nth-child(11):before, .accordion .info-container .panel .steps .infobox:nth-child(11):before, .accordion .panel .info-container .infobox:nth-child(11):before {
    content: "11";
}

.accordion .panel .steps .step:nth-child(12):before, .accordion .panel .info-container .step:nth-child(12):before, .accordion .info-container .panel .steps .infobox:nth-child(12):before, .accordion .panel .info-container .infobox:nth-child(12):before {
    content: "12";
}

.accordion .panel .steps .step:nth-child(13):before, .accordion .panel .info-container .step:nth-child(13):before, .accordion .info-container .panel .steps .infobox:nth-child(13):before, .accordion .panel .info-container .infobox:nth-child(13):before {
    content: "13";
}

.accordion .panel .steps .step:nth-child(14):before, .accordion .panel .info-container .step:nth-child(14):before, .accordion .info-container .panel .steps .infobox:nth-child(14):before, .accordion .panel .info-container .infobox:nth-child(14):before {
    content: "14";
}

.accordion .panel .steps .step:nth-child(15):before, .accordion .panel .info-container .step:nth-child(15):before, .accordion .info-container .panel .steps .infobox:nth-child(15):before, .accordion .panel .info-container .infobox:nth-child(15):before {
    content: "15";
}

.accordion .panel .steps .step:nth-child(16):before, .accordion .panel .info-container .step:nth-child(16):before, .accordion .info-container .panel .steps .infobox:nth-child(16):before, .accordion .panel .info-container .infobox:nth-child(16):before {
    content: "16";
}

.accordion .panel .steps .step figure, .accordion .panel .info-container .step figure, .accordion .info-container .panel .steps .infobox figure, .accordion .panel .info-container .infobox figure {
    text-align: center;
}

.accordion .panel .steps .step figure img, .accordion .panel .info-container .step figure img, .accordion .info-container .panel .steps .infobox figure img, .accordion .panel .info-container .infobox figure img {
    max-height: 250px;
    display: inline;
}

.accordion .panel .steps .step .info, .accordion .panel .info-container .step .info, .accordion .info-container .panel .steps .infobox .info, .accordion .panel .info-container .infobox .info {
    padding: 1em;
}

.accordion .info-container .infobox:before {
    display: none;
}

h4.block {
    border-left: 4px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    padding: 1em 1.5em 1em 1em;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .85em;
    font-style: italic;
    letter-spacing: .02em;
}

.collapsing {
    transition: height 0.6s;
}

/* ==========================================================================
   FIGURE BOX
   ========================================================================== */
.figure-box {
    background: white;
    border: 1px solid #e9e9e9;
    text-align: center;
    overflow: hidden;
    display: block;
}

.figure-box img {
    display: block;
    max-width: 100%;
}

/* ==========================================================================
   BREADCRUMBS
   ========================================================================== */
.breadcrumbs {
    display: none;
    padding: 0;
    margin: 0 0 1.5em 0;
    list-style: none;
    font-size: .85em;
}

.breadcrumbs li {
    list-style: none;
    display: inline-block;
    padding: 0 0 0 .5em;
    color: #758390;
}

.breadcrumbs li:first-child {
    padding: 0;
}

.breadcrumbs li:first-child:before {
    content: "";
    padding: 0;
}

.breadcrumbs li a {
    text-decoration: none;
    border-bottom: 1px solid #919ca7;
    color: #758390;
}

.breadcrumbs li a:hover {
    color: #e62237;
    border-bottom: 1px solid #e62237;
}

.breadcrumbs li span {
    color: #454e57;
}

/* ==========================================================================
   LIGHTBOX
   ========================================================================== */
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
    .featherlight {
        display: none;
        /* dimensions: spanning the background from edge to edge */
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647;
        /* z-index needs to be >= elements on the site. */
        /* position: centering content */
        text-align: center;
        /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
        white-space: nowrap;
        /* styling */
        cursor: pointer;
        background: #333;
        /* IE8 "hack" for nested featherlights */
        background: transparent;
    }

    /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
    .featherlight:last-of-type {
        background: rgba(0, 0, 0, 0.8);
    }

    .featherlight:before {
        /* position: trick to center content vertically */
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .featherlight .featherlight-content {
        /* make content container for positioned elements (close button) */
        position: relative;
        /* position: centering vertical and horizontal */
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        /* dimensions: cut off images */
        overflow: auto;
        padding: 25px 25px 0;
        border-bottom: 25px solid transparent;
        /* dimensions: handling large content */
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;
        /* styling */
        background: #fff;
        cursor: auto;
        /* reset white-space wrapping */
        white-space: normal;
    }

    /* contains the content */
    .featherlight .featherlight-inner {
        /* make sure its visible */
        display: block;
    }

    .featherlight .featherlight-close-icon {
        /* position: centering vertical and horizontal */
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        /* dimensions: 25px x 25px */
        line-height: 25px;
        width: 25px;
        /* styling */
        cursor: pointer;
        text-align: center;
        font-family: Arial, sans-serif;
        background: #fff;
        /* Set the background in case it overlaps the content */
        background: rgba(255, 255, 255, 0.3);
        color: #000;
        border: none;
        padding: 0;
    }

    /* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
    .featherlight .featherlight-close-icon::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    .featherlight .featherlight-image {
        /* styling */
        width: 100%;
    }

    .featherlight-iframe .featherlight-content {
        /* removed the border for image croping since iframe is edge to edge */
        border-bottom: 0;
        padding: 0;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
    }

    .featherlight iframe {
        /* styling */
        border: none;
    }

    .featherlight * {
        /* See https://github.com/noelboss/featherlight/issues/42 */
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        /* dimensions: maximize lightbox with for small screens */
        margin-left: 0;
        margin-right: 0;
        max-height: 98%;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent;
    }
}

.lightbox {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    border: none !important;
    text-decoration: none !important;
    z-index: 1;
    text-align: center;
}

.lightbox:before {
    visibility: hidden;
    display: block;
    width: 2.8em;
    height: 2.8em;
    position: absolute;
    border-radius: 50%;
    line-height: 2.8em;
    text-align: center;
    background: #e62237;
    background: rgba(230, 34, 55, 0.9);
    color: white;
    z-index: 2;
    padding: 0;
    margin: 0;
    font-size: 1.2em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.lightbox:hover:before {
    visibility: visible;
}

.lightbox:hover img {
    opacity: .8;
    -webkit-transition: 0.6s;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.extra-margin{
    margin-top:10px !important;
}

/* ==========================================================================
   PAGINATION
   ========================================================================== */
/* ==========================================================================
   PAGINATION
   ========================================================================== */
.pagination-wrapper {
    text-align: center;
    margin-top: 1.5em;
}

.pagination-wrapper .pagination li {
    display: inline-block;
    margin: 0 0.1em;
}

.pagination-wrapper .prev:before {
    position: relative;
    font-size: .7em;
    font-weight: bold;
}

.pagination-wrapper .next:after {
    position: relative;
    font-size: .7em;
    top: -1px;
}

.pagination-wrapper .pagination > li > a,
.pagination-wrapper .pagination > li > span {
    color: #454e57;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
}

.pagination-wrapper .pagination > li > a:hover,
.pagination-wrapper .pagination > li > span:hover {
    border: 1px solid #e9e9e9;
}

.pagination-wrapper li.active span,
.pagination-wrapper li.active span:hover {
    background-color: white;
    color: #30363c;
    border: 1px solid #758390;
}

.pagination-wrapper li.disabled span:after, .pagination-wrapper li.disabled span:hover:after {
    display: none;
}

.pagination-wrapper li.disabled:first-child, .pagination-wrapper li.disabled:last-child {
    display: none;
}

/* ==========================================================================
   SOCIAL LINKS
   ========================================================================== */
.social-links {
    text-align: right;
}

.social-links a {
    width: 3em;
    height: 2.8em;
    border-radius: 3px;
    display: inline-block;
    border: none;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    margin-right: .5em;
    text-align: center;
}

.social-links a:before {
    display: block;
    color: white;
    font-size: 1.5em;
    line-height: 1.6em;
    padding: 0;
}

.social-links a:hover {
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    border: none;
}

#footer .social-links {
    text-align: center;
}

#footer .social-links a:hover {
    text-decoration: none;
    border: none;
}

.offcanvas .social-links {
    text-align: left;
}

.offcanvas .social-links a {
    background: #454e57;
}

.offcanvas .social-links a:hover {
    background: #505b65;
    text-decoration: none;
}

/* ==========================================================================
   IMAGES
   ========================================================================== */
figure {
    display: block;
    /*padding: .5em;*/
    text-align: center;
}

figure img {
    max-width: 100%;
    height: auto;
}

/* ==========================================================================
   HR
   ========================================================================== */
hr {
    border-bottom: 1px solid #e9e9e9;
    margin: 1.5em 0;
}

/* ==========================================================================
   LOADER
   ========================================================================== */
/* ==========================================================================
   DROPDOWNS, DROPUPS
   ========================================================================== */
.dropdown > ul, .dropdown > ul > li, .dropup > ul, .dropup > ul > li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Small devices (tablets, 768px and up)
   -------------------------------------------------------------------------- */
@media (min-width: 768px) {
    .accordion .content {
        padding-right: 0;
    }

    .accordion .step, .accordion .info-container .infobox {
        margin-right: 1em;
    }

    .accordion .step figure, .accordion .info-container .infobox figure {
        float: left;
        width: 330px;
    }

    .accordion .step figure:first-child, .accordion .info-container .infobox figure:first-child {
        border-right: 1px solid #e9e9e9;
    }

    .accordion .step figure + .info, .accordion .info-container .infobox figure + .info {
        float: left;
        width: 330px;
        padding-left: 0;
        padding-right: 0;
        border-top: 0px solid #e9e9e9;
    }

    .carousel .carousel-item {
        height: 26em;
    }

    .carousel .carousel-item a > .carousel-content .text {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
        float: left;
        width: 63%;
    }

    .carousel .carousel-item a > .carousel-content .text h3, .carousel .carousel-item a > .carousel-content .text legend {
        font-size: 2.1em;
        line-height: 1.2em;
        font-weight: 100;
        margin: 80px 1em 1em 50px;
    }

    .carousel .carousel-item a > .carousel-content .text .btn, .carousel .carousel-item a > .carousel-content .text .rft-button {
        margin: 0 0 0 50px;
    }

    .carousel .carousel-item a > .carousel-content figure {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
        float: left;
        width: 26%;
        background: white;
        margin: 3em;
        display: block;
        position: absolute;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
        top: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
    }

    /* ==========================================================================
     FIGURE BOX
     ========================================================================== */
    .figure-box {
        margin-right: 1em;
    }

    .product-photo {
        padding-right: 19px;
    }

    .product-photo .figure-box {
        margin-right: 0;
    }
}

.product-photo .btn {
    width: 100%;
    margin: 15px 0;
}

/* Medium devices (desktops, 992px and up)
   -------------------------------------------------------------------------- */
@media (min-width: 1010px) {
    .breadcrumbs {
        display: block;
    }

    .accordion .step figure, .accordion .info-container .infobox figure {
        width: 290px;
    }

    .accordion .step figure + .info, .accordion .info-container .infobox figure + .info {
        width: 290px;
    }

    figure {
        text-align: left;
    }
}

/* Large devices (large desktops, 1200px and up)
   -------------------------------------------------------------------------- */
@media (min-width: 1300px) {
    .accordion .step figure, .accordion .info-container .infobox figure {
        width: 400px;
    }

    .accordion .step figure + .info, .accordion .info-container .infobox figure + .info {
        width: 400px;
    }
}

/* Mobile only styles - use exceptional
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
    .mobile-only {
        display: block;
    }

    .accordion .panel .content {
        padding: 1em 2em;
    }

    .carousel .carousel-item a .carousel-content figure {
        display: none;
    }
}

/* ==========================================================================
   PRINT CSS
   ========================================================================== */
/* No media query since this is the default in Bootstrap
   -------------------------------------------------------------------------- */
@media print {
    body,
    body.scroll {
        font-size: 12px !important;
        max-width: 100%;
        padding: 0 !important;
    }

    body a[href]:after,
    body.scroll a[href]:after {
        content: none !important;
    }

    body a.menu-toggle,
    body.scroll a.menu-toggle {
        display: none;
    }

    body #header,
    body.scroll #header {
        position: static !important;
    }

    body.scroll #header,
    body.scroll.scroll #header {
        position: static !important;
        left: 0 !important;
        top: 0 !important;
    }

    body .rft-mobile,
    body.scroll .rft-mobile {
        position: static !important;
        left: 0 !important;
        top: 0 !important;
    }

    body a, body a:link, body a:visited, body a:hover, body a:active,
    body.scroll a,
    body.scroll a:link,
    body.scroll a:visited,
    body.scroll a:hover,
    body.scroll a:active {
        border: none !important;
        text-decoration: none !important;
    }

    body .scroll-table,
    body.scroll .scroll-table {
        width: 100% !important;
        height: 100% !important;
        overflow: visible !important;
    }

    body .scroll-table table,
    body.scroll .scroll-table table {
        width: inherit;
        height: inherit;
    }

    body .scroll-table table td, body .scroll-table table th,
    body.scroll .scroll-table table td,
    body.scroll .scroll-table table th {
        padding: 6px 2px !important;
        font-size: 11px;
    }

    body table,
    body.scroll table {
        width: 100% !important;
    }

    body table td, body table th,
    body.scroll table td,
    body.scroll table th {
        padding: 6px 2px !important;
        font-size: 11px;
    }

    body .to-top, body .menu-back, body .sort, body a.icon-sort.sortable, body .product-nav, body .box h3 span, body .accordion h3 span, body .box legend span, body .accordion legend span, body .leftmenu, body .header-right, body #footer,
    body.scroll .to-top,
    body.scroll .menu-back,
    body.scroll .sort,
    body.scroll a.icon-sort.sortable,
    body.scroll .product-nav,
    body.scroll .box h3 span,
    body.scroll .accordion h3 span,
    body.scroll .box legend span,
    body.scroll .accordion legend span,
    body.scroll .leftmenu,
    body.scroll .header-right,
    body.scroll #footer {
        display: none;
    }

    body blockquote,
    body.scroll blockquote {
        border: none;
        margin-left: 20px;
        border-left: 2px solid #e9e9e9;
    }

    .main-content-inner.has-leftmenu {
        min-height: auto !important;
    }
}
